@media (max-width: 719px) {

    .button.button-large {
        font-size: 20px;
        padding: 10px 25px;
    }
    .product-price-old-value{
        display: inline-block;
    }
    .service-gallery {
        max-width: 300px;
        margin: auto;
    }

    .service-gallery .slick-slide {
        margin: auto;
    }
}

.mobile-social-header {
    display: none;
}

.header-button-callback_mobile{
    display: none;
}
.back-button {
    display: none;
    padding: 15px;
    margin: 0 -20px 15px;
    background: #f4f4f4;
    color: #000;
    border: none;
    text-align: center;
    font-family: 'Philosopher', Georgia, Serif;
    font-size: 25px;
    font-weight: bold;
    transition: .3s;
}

.back-button:hover {
    background: #e4e4e4;
}

@media (max-width: 1024px) {
    .back-button {
        display: block;
        padding: 5px;
    }
}
@media (min-width: 501px) and (max-width: 1024px) {
    .header .inner > .header-phones{
        flex-grow: 1;
    }
    a.button-yellow-min.button.button-yellow.button-yellow-header {
        transform: translateX(-10%);
    }
}

.back-button img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#panel {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    body {
        font-size: 15px;
        line-height: 1.2;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    p {
        line-height: 1.2;
    }

    /* main-title */
    .main-title {
        font-size: 24px;
    }

    .main-title-h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    /* main-title */
}

@media (max-width: 768px) {
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl, label, hgroup, figure, table {
        margin-bottom: 10px;
    }

    /* main-title */
    .main-title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .main-title-h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    /* main-title */
}

.no-list {
    padding-left: 0;
}

.no-list li + li {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .hide-tablet {
        display: none;
    }
    .c-mobile-submenu{
        font-weight: 300;
        padding-left: 20px;
    }
}

.show-tablet {
    display: none;
}

@media (max-width: 1024px) {
    .show-tablet {
        display: block;
    }
}

@media (max-width: 719px) {
    ul.pin {
        padding-left: 0;
    }

    ul.pin li {
        background-size: 12px;
        padding-left: 22px;
        margin-bottom: 10px;
    }
}

article.content {
    position: relative;
}

#popover-callback .form-wrapper {
    padding: 0;
    margin: 0;
}

@media (max-width: 1024px) {
    div#jivo-iframe-container.jivo-iframe-container-bottom#jivo-iframe-container {
        bottom: 70px !important;
        right: auto !important;
        left: 0 !important;
    }
}

@media (max-width: 719px) {
    div#jivo-iframe-container.jivo-iframe-container-bottom#jivo-iframe-container {
        bottom: 42px !important;
    }
}

.main, footer {
    transition: .4s ease-out;
}

.main.moved, footer.moved {
    -webkit-transform: translate3d(295px, 0, 0);
    transform: translate3d(295px, 0, 0);
}

.main-banner-mobile,
.main-banner-tablet {
    display: none;
}

@media (max-width: 1024px) {
    .main {
        padding: 55px 0 25px;
    }

    .inner {
        /*    min-width: auto;*/
        padding: 0 20px;
    }

    .outer {
        /*    min-width: auto;*/
    }

    .home-process-and-advantages,
    .after-content .callback-form {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .sidebar + .content {
        width: 100%;
    }

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

    .main-banner:not(.index-banner) {
        display: none;
    }

    .main-banner,
    .main-banner-mobile {
        display: none;
    }

    .main-banner-tablet {
        display: block;
    }

    .main-banner-tablet img {
        width: 100%;
    }

    .category-list {
        margin: 0 0 20px;
    }

    .category-list + .divider {
        display: none;
    }

    .category-list a {
        width: calc(33.3333% - 8px);
        margin-left: 12px;
        margin-bottom: 12px;
        border-radius: 0;
        border-width: 2px;
    }

    .category-list a.col-first {
        margin-left: 0;
    }

    .category-list a img {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 719px) {
    .main {
        /*padding-top: 105px;*/
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .after-content {
        display: none;
    }

    .category-list a {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        position: relative;
        padding-top: 50%;
    }

    .category-list a:nth-child(2n) {
        margin-right: 0;
    }

    .category-list a:nth-child(2n+1) {
        clear: both;
    }

    .category-list a.col-first {
        clear: none;
    }

    .category-list a figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .category-list a figcaption span {
        padding: 5px;
    }

    .category-list a img {
        width: 100%;
        height: 100%;
        margin: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

    .category-list .category-title {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    .main-banner,
    .main-banner-tablet {
        display: none;
    }

    .main-banner-mobile {
        display: block;
    }

    .main-banner-mobile img {
        width: 100%;
    }
}

.header .logo .tablet, .footer-logo .tablet,
.header .logo .mobile, .footer-logo .mobile {
    display: none;
}
.header .logo .tablet, .footer-logo .tablet,
.header .logo .mobile, .footer-logo .mobile {
    display: none;
}

.header-phones .button {
    display: none;
    color: #000;
    font-family: 'Philosopher', Georgia, Serif;
}

@media (max-width: 1070px) {
    .header-phones {
        line-height: 1.5;
    }

    .header-phones .phone {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .header {
        background: #d72027;
        width: 100%;
        height: 75px;
        padding: 7px 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
        box-sizing: border-box;
    }

    .header:before {
        display: none;
    }

    .header .inner {
        padding: 0 7px 0 20px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header .inner:after {
        display: none;
    }

    .header-cart {
        display: block;
        position: relative;
        top: -5px;
        width: auto;
        background: unset;
    }
    .header-cart path {
        fill: #fff;
    }
    .header-cart-box{
        display: none;
    }
    .header-cart .button-cart{
        background: unset;
    }
    .header-cart .header-cart-text{
        display: none;
    }
    .header-phones {

        position: static;
        line-height: 1.2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
    }

    .header-phones .button {
        /* margin: 0 -30px 0 30px;*/
        /* margin-left: 10px;*/
        /*height: 19px;*/
        height: 31px;
        display: flex;
        align-items: center;
    }
    .header-phones .button svg{
        height: 15px;
        margin-right: 8px;
    }


    .header-phones .icon-phone {
        display: none;
    }

    .header-phones .free {
        padding-left: 0px;
        color: #fff;
        font-size: 16px;
    }

    .header-phones .phone {
        margin: 0;
        padding-left: 7px;
        color: #ffffff;
        /*font-size: 15px;*/
        font-size: 17px;
    }

    .header-phones .phone-city {
        display: none;
    }

    .header .buttons-container,
    .header .popover-container {
        display: none;
    }

    .header-button-reviews {
        display: none;
        display: none;
    }

    .header .logo {
        position: static;
        width: auto;
        flex-grow: 1;
    }

    .header .logo .tablet {
        display: block;
    }

    .header .logo img {
        display: none;
    }

    .header .logo .text {
        display: none;
        line-height: 1.36em;
        color: #fff;
        font-weight: 500;
    }

    .header-navicon {
        margin-left: -10px;
        display: block;
        border: none;
        width: 60px;
        height: 60px;
        position: relative;
    }

    .header-navicon .line {
        display: block;
        position: absolute;
        height: 5px;
        width: 30px;
        background: #ffffff;
        opacity: 1;
        left: 15px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .header-navicon .line:nth-child(1) {
        top: 18px;
    }

    .header-navicon .line:nth-child(2) {
        top: 28px;
    }

    .header-navicon .line:nth-child(3) {
        top: 38px;
    }

    .header-navicon.close .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 16px;
        left: 15px;
    }

    .header-navicon.close .line:nth-child(2) {
        opacity: 0;
        width: 0;
    }

    .header-navicon.close .line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 37px;
        left: 15px;
    }
}

@media (max-width: 719px) {
    .header {
        height: 50px;
        top: 0px;
    }

    .header .logo .text {
        display: none;
    }

    .header-phones .button {
        /*height: 15px;*/
        height: 31px;
    }

    .header .logo .tablet {
        display: block;
        max-height: 40px;
    }

    .header .logo .mobile {
        display: none;
    }

    .header-phones .phones-wrap {
        display: none;
    }

    .header-navicon {
        width: 50px;
        height: 50px;
    }

    .header-navicon .line {
        left: 10px;
    }

    .header-navicon .line:nth-child(1) {
        top: 14px;
    }

    .header-navicon .line:nth-child(2) {
        top: 24px;
    }

    .header-navicon .line:nth-child(3) {
        top: 34px;
    }

    .header-navicon.close .line:nth-child(1) {
        top: 12px;
        left: 10px;
    }

    .header-navicon.close .line:nth-child(3) {
        top: 33px;
        left: 10px;
    }
}

.mobile-phones {
    display: none;
}

@media (max-width: 719px) {
    .mobile-phones {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background: #ffffff;
        width: 100%;
        height: 30px;
        padding: 5px 0;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
    }

    .mobile-phones a {
        font-size: 14px;
        color: #262626;
        border: none;
        font-weight: 600;
        display: inline-block;
        margin: 0 10px;
    }

    .mobile-phones span {
        color: red;
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width: 1024px) {
    .phones-wrap{
        /*display: none;*/
    }

    .phones-wrap span {
        color: #dfdfdf;
        font-size: 13px;
    }

    .nav {
        display: none;
    }
}

.nav-mobile {
    position: fixed;
    top: 75px;
    left: 0;
    width: 295px;
    -webkit-transform: translate3d(-295px, 0, 0);
    transform: translate3d(-295px, 0, 0);
    height: 100%;
    overflow-y: scroll;
    z-index: 1000;
    background: #262626;
    padding: 10px 0;
    display: none;
    transition: .4s ease-out;
}

.nav-mobile.moved {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.nav-mobile .subnav {
    font-weight: normal;
    font-size: 14px;
}

.nav-mobile .subnav a {
    padding-left: 35px;
}

.nav-mobile li {
    margin: 0;
}

.nav-mobile li.active > a {
    background: rgba(255, 255, 255, 0.1);
}

.nav-mobile li a {
    color: #ffffff;
    text-decoration: none;
    border: none;
    display: block;
    padding: 7px 10px 7px 25px;
}

.nav-mobile li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-mobile .nav-social {
    padding: 30px 30px 120px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.nav-mobile .nav-social a {
    display: inline-block;
    border: none;
    margin-right: 25px;
    vertical-align: middle;
    transition: .3s;
}

.nav-mobile .nav-social a:hover {
    opacity: .7;
}

@media (max-width: 1024px) {
    .nav-mobile {
        display: block;
    }
}

@media (max-width: 719px) {
    .nav-mobile {
        top: 50px;
        width: 100%;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@media (max-width: 1024px) {
    .footer-phone {
        display: none;
    }

    .footer {
        display: none;
        background: transparent;
        margin-bottom: 70px;
    }

    .footer .group {
        display: none;
    }

    .footer .copyright {
        margin: 0 auto;
        text-align: center;
    }

    .footer .plastmet {
        text-align: center;
        position: static;
        display: block;
        margin: 20px auto 0;
        width: 100%;
    }
}

@media (max-width: 719px) {
    .footer {
        margin-bottom: 42px;
        padding: 15px 0;
    }

    .footer:before {
        height: 1px;
        background: #eac342;
    }

    .footer .copyright {
        text-align: left;
        font-size: 12px;
    }

    .footer .plastmet img {
        display: block;
        margin: 0 auto 10px;
    }
}

.cart-panel {
    display: none;
}

@media (max-width: 1024px) {
    .cart-panel {
        width: 100%;
        background: #262626;
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
        color: #ffffff;
    }

    .cart-panel .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
    }

    .cart-panel .inner:after {
        content: '';
        display: block;
        width: 160px;
    }

    .cart-panel .cart {
        width: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: white;
        border: none;
    }

    .cart-panel .cart img {
        width: 28px;
        min-width: 28px;
        margin-right: 15px;
    }

    .cart-panel .cart .footer-cart-info {
        font-family: 'Philosopher', Georgia, Serif;
        font-size: 18px;
    }

    .cart-panel .cart .footer-cart-info span {
        color: #eac342;
    }

    .cart-panel .footer-cart-count,
    .cart-panel .footer-cart-sum {
        border-bottom: 1px dashed #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cart-panel .button-yellow-min {
        padding: 17px 30px;
        color: #000;
        font-family: 'Philosopher', Georgia, Serif;
    }
}

@media (max-width: 719px) {
    .cart-panel .inner {
        height: 42px;
    }

    .cart-panel .inner:after {
        display: none;
        width: 0;
    }

    .cart-panel .inner .cart {
        width: 150px;
    }

    .cart-panel .inner .footer-cart-info {
        font-size: 14px;
        max-width: calc(100% - 43px);
    }

    .cart-panel .button-yellow-min {
        padding: 9px 7px;
    }
}

.product-detail-advantage {
    clear: both;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .product-detail .col-3-5 {
        width: 50%;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .product-detail .col-3-5 {
        width: 100%;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .product-detail .col-3-5 .rsThumbs {
        display: none;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .product-detail .col-3-5 .rsOverflow {
        height: 330px !important;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .product-detail .col-2-5 {
        width: 46%;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .product-detail .col-2-5 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .product-detail .product-images-slider {
        width: 100%;
    }
}

@media (max-width: 1024px) and (max-width: 719px) {
    .product-detail .product-images-slider {
        height: 350px;
    }
}

@media (max-width: 1024px) {
    .product-detail .rsFullscreenBtn {
        display: none;
    }

    .product-detail .product-buttons {
        border-bottom: 2px solid #f1f1f1;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1024px) {
    .product-detail-video-one iframe {
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .product-detail-recommend {
        display: none;
    }
}

@media (max-width: 719px) {
    .product-detail-advantage,
    .product-description {
        display: none;
    }
    .oneclick-form-wrap .product-price-old {
        text-align: left;
    }
}

.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: -50px;
}

.advantages .advantage-item {
    width: 33%;
    min-width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.advantages .advantage-item img {
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .advantages .advantage-item img {
        width: 60px;
    }
}

.advantages .advantage-item .advantage-text {
    font: bold 16px/1.5 'PT Sans', Arial, Serif;
    padding-right: 5px;
}

@media (max-width: 1024px) {
    .catalog-description {
        display: none;
    }

    .products .product-container {
        height: 250px;
    }

    .products .product {
        height: 250px;
    }

    .products .product-image {
        max-height: unset;
        width: 100%;
    }

    .products .product-image img {
        max-height: unset;
    }

    .products .product-add-to-cart {
        display: none;
    }

    .product-container:hover .product-add-to-cart {
        display: none;
    }

    .products .product-params {
        display: none;
    }

    .products .product-price-container {
        margin: 0;
    }

    .products .product-not-available {
        line-height: 1;
        margin: 5px 0 0 0;
    }
}

@media (max-width: 719px) {
    .auto-button-block {
        display: none;
    }

    .products {
        height: auto !important;
    }

    .products .product-container {
        width: 50%;
        position: static !important;
        height: 230px;
    }

    .products .product-container .product {
        margin: 0 3px;
        border: none;
        height: auto;
    }

    .products .product-container .product-image {
        border: 2px solid #f1f1f1;
    }

    .products .product-container .product-title {
        font-size: 12px;
    }

    .products .product-container .product-price-container {
        margin: 5px 0;
    }
}

@media (max-width: 1024px) {
    section.breadcrumbs {
        display: none;
    }
}

.contacts-list-mobile {
    display: none;
}

.contacts-images {
    display: none;
}

@media (max-width: 1024px) {
    .contacts-list {
        display: none;
    }

    .contacts-list-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .contacts-list-mobile .list-item {
        width: calc(50% - 6px);
        min-width: calc(50% - 6px);
        margin-bottom: 12px;
        height: 0;
        padding-top: 50%;
        position: relative;
        display: block;
        border: none;
    }

    .contacts-list-mobile .list-item .list-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        display: block;
    }

    .contacts-list-mobile .list-item .list-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .list-item .list-content {
        width: 100px;
        height: 100px;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .list-item .list-content .list-content-inner {
        position: static;
        width: 100px;
        height: 100px;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .list-item {
        float: left;
        display: flex;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .list-item .list-content .list-content-inner .list-title {
        font-size: 16px;
        margin: auto;
    }

    .contacts-list-mobile .list-item .list-content-inner {
        width: 255px;
        height: 255px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        padding: 15px 10px;
        text-align: center;
        font-family: 'Philosopher', Georgia, Serif;
        font-weight: bold;
    }

    .contacts-list-mobile .list-item .list-title {
        font-size: 23px;
        margin: 20px 0 10px;
    }

    .contacts-list-mobile .list-item .list-city {
        font-size: 16px;
        color: #eac342;
    }

    .contacts-list-mobile .list-item .list-content-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts-list-mobile .list-item .list-content-header.inverted .list-city {
        color: #d72027;
    }
}

@media (max-width: 719px) {
    .part_wrap .part {
        width: 100%;
    }

    .contacts-item .col {
        width: 100%;
    }

    .contacts-item h3:not(.contacts-phone) {
        font-size: 20px;
        font-family: 'Philosopher', Georgia, Serif;
        font-weight: bold;
    }

    .contacts-item b {
        font-size: 15px;
        font-weight: bold;
    }

    .contacts-item .contacts-phone {
        color: #000;
        font-size: 13px;
        font-weight: 400;
    }

    .contacts-item .contacts-email {
        font-weight: bold;
    }

    .contacts-images {
        display: none;
        clear: both;
        margin: 0 -20px;
    }

    .contacts-images .contacts-image {
        max-width: unset;
        width: unset;
        margin: 20px 5px;
        opacity: .5;
        transition: .3s;
    }

    .contacts-images .slick-active {
        opacity: 1;
    }

    .contacts-images-desktop {
        /*display: none;*/
        margin: 0;
    }

    .contacts-images-desktop .group {
        display: flex;
    }

    .contacts-images-desktop figure img {
        width: 100%;
    }

    .contacts-list-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-list-mobile .list-item {
        width: 100%;
        min-width: 100%;
        height: auto;
        background: #e4af32;
        border-radius: 3px;
        overflow: hidden;
        padding: 0;
        margin-bottom: 7px;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .list-item {
        width: auto;
        min-width: 0;
        height: auto;
        background: none;
        border-radius: 3px;
        overflow: hidden;
        padding: 0;
        margin-bottom: 7px;
        color: black;
        display: inline-block;
        clear: both;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .list-item .list-title {
        padding: 3px;
        border-bottom: 1px solid;
        color: black;
        font-weight: normal;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .title-mobile-regions {
        font-size: 20px;
        font-family: 'Philosopher', Georgia, Serif;
        font-weight: bold;
        text-align: center;
    }

    .contacts-list-mobile .list-item .list-image {
        display: none;
    }

    .contacts-list-mobile .list-item .list-content {
        position: static;
    }

    .contacts-list-mobile .list-item .list-content-inner {
        width: 100%;
        height: auto;
        border-radius: 0;
        background: none;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .contacts-list-mobile .contacts-list-mobile-regions .list-item .list-content .list-content-inner, .contacts-list-mobile .contacts-list-mobile-regions .list-item .list-content {
        width: 100%;
        height: auto;
    }

    .contacts-list-mobile .list-item .list-content-header {
        padding: 10px;
        background: #d72027;
        min-width: 60px;
    }

    .contacts-list-mobile .list-item .list-content-header img {
        height: 25px;
    }

    .contacts-list-mobile .list-item .list-content-header.inverted {
        background: #eac342;
    }

    .contacts-list-mobile .list-item .list-content-header.inverted .list-city {
        color: #d72027;
    }

    .contacts-list-mobile .list-item .list-city {
        color: #eac342;
    }

    .contacts-list-mobile .list-item .list-title {
        margin: 0;
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        color: #000;
        font-size: 15px;
    }
}

@media (max-width: 490px) {
    .contacts-list-mobile .list-content-header {
        min-width: 60px;
    }
}

@media (max-width: 1024px) {
    .guarantee-page .guarantee-row .col-1-2 {
        width: 100%;
        margin-left: 0;
    }

    .guarantee-page .highlight-brown {
        color: #171726;
    }
}

@media (max-width: 1024px) {
    .production-page .squad {
        display: none;
    }

    .production-page .production-gallery .col-1-3-md {
        width: calc(33% - 26px);
        margin-left: 0;
        margin-right: 39px;
    }

    .production-page .production-gallery .col-1-3-md:nth-child(3n) {
        margin-right: 0;
    }

    .production-page .production-gallery .col-1-3-md img {
        width: 100%;
    }

    .production-page .production-gallery .col-first {
        clear: none;
    }

    .production-page .about {
        display: none;
    }

    .production-page .certificates {
        width: 100%;
        margin: 40px 0 30px;
    }

    .production-page .certificates .certificates-list-item img {
        margin: 0 auto;
    }
}

@media (max-width: 719px) {
    .production-page .production-gallery {
        margin: 0 -20px;
    }

    .production-page .production-gallery .col-1-3-md {
        width: 60vw;
        max-width: 60vw;
        margin: 0 5px;
        opacity: .5;
        transition: .3s;
    }

    .production-page .production-gallery .col-1-3-md:nth-child(3n) {
        margin-right: 5px;
    }

    .production-page .production-gallery .slick-active {
        opacity: 1;
    }

    .production-page .certificates-list {
        padding: 0;
        margin: 30px -20px 0;
    }

    .production-page .certificates-list .certificates-list-item {
        width: 40vw;
        max-width: 40vw;
        height: auto;
        opacity: .5;
        transition: .3s;
    }

    .production-page .certificates-list .certificates-list-item img {
        width: 100%;
    }

    .production-page .certificates-list .slick-active {
        opacity: 1;
    }
}

.production-page .squad-row-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.production-page .squad-row-3 .txt--big,
.production-page .squad-row-3 .squad-item {
    float: none;
    margin: 0;
}

@media (max-width: 1200px) {
    .production-page .squad-row-3 .txt--big {
        width: 100%;
        min-width: 100%;
    }

    .production-page .squad-row-3 .squad-item {
        width: 50%;
        min-width: 50%;
        margin: 10px 0;
    }
}

.production-page .resume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.production-page .resume p {
    width: calc(100% - 260px);
}

.button-popup {
    display: none;
}

.wholesale-form {
    text-align: center;
}

.wholesale-form .wholesale-form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wholesale-form .wholesale-form-inputs .field {
    width: calc(33% - 10px);
    margin: 0;
}

.wholesale-form .wholesale-form-inputs .field input {
    margin: 0;
}

@media (max-width: 1024px) {
    .wholesale .wholesale-categories-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 490px;
        margin: 0 auto;
    }

    .wholesale .wholesale-categories h2 {
        margin-bottom: 20px;
    }

    .wholesale .wholesale-categories-list-item {
        float: none;
        width: 235px;
        margin: 0 5px 10px;
        height: auto;
    }

    .wholesale .wholesale-categories-list-item a {
        border-color: #f1f1f1;
        position: relative;
        height: 100%;
    }

    .wholesale .wholesale-categories-list-item .wholesale-categories-list-item-title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px 5px;
        background: rgba(241, 241, 241, 0.65);
        min-height: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.2;
        z-index: 2;
    }

    .wholesale .wholesale-form-title {
/*        display: none;*/
    }

    .wholesale .wholesale-form {
        margin: 0 -20px 40px;
        text-align: center;
        padding: 30px 0;
    }

    .wholesale .wholesale-form .col-1-2 {
        width: 100%;
        margin: 0;
    }

    .wholesale .wholesale-form .field {
        margin: 0;
        display: none;
    }

    .wholesale .wholesale-form form {
/*        display: none;*/
    }

    .wholesale .wholesale-form .button-popup {
        display: inline-block;
    }

    .wholesale .wholesale-advantages,
    .wholesale .wholesale-counters {
        display: none;
    }
}

@media (max-width: 719px) {
    .wholesale .wholesale-categories {
        margin-bottom: 20px;
    }

    .wholesale .wholesale-clients {
        display: none;
    }

    .wholesale .wholesale-form {
        margin-bottom: 0;
    }

    .wholesale .wholesale-categories-list {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .wholesale .wholesale-categories-list:after {
        display: none;
    }

    .wholesale .wholesale-categories-list .wholesale-categories-list-item {
        width: calc(50% - 5px);
        margin: 0 0 10px;
    }

    .wholesale .wholesale-categories-list .wholesale-categories-list-item a {
        padding: 10px 35px;
        height: 100%;
    }

    .wholesale .wholesale-categories-list .wholesale-categories-list-item-title {
        font-size: 11px;
        padding: 5px;
        min-height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.delivery-page .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.delivery-page .form-fields .field,
.delivery-page .form-fields .button-yellow {
    width: calc(33% - 15px);
}

.delivery-page .form-fields .button-yellow {
    margin-bottom: 3px;
}

@media (max-width: 1024px) {
    .delivery-page .button-popup {
        display: none;
    }

    .delivery-page .form-wrapper {
        margin: 20px -20px 30px;
    }

    .delivery-page .delivery-form .form-image {
        width: 250px;
        top: -25px;
    }

    .delivery-page .delivery-form .form-content {
        width: calc(100% - 270px);
    }
}

@media (max-width: 719px) {
    .form-wrapper.popover-inner .hidden-sm-down {
        display: none;
    }

    .delivery-page .button-popup {
        display: block;
        text-align: center;
        margin: 0;
    }

    .delivery-page .form-wrapper {
        margin: 20px -20px;
    }

    .delivery-page .form-wrapper .form-inline {
        display: none;
    }

    .delivery-page .delivery-form .form-inline {
        display: none;
    }

    .delivery-page .delivery-block .delivery-method {
        width: 50%;
        height: 90px;
        padding: 20px;
        border: none;
        box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 1px 0 0 #e6e6e6, inset 1px 0 0 0 #e6e6e6, inset 0 1px 0 0 #e6e6e6;
    }

    .delivery-page .delivery-block .delivery-method img {
        max-height: 100%;
    }

    .delivery-page .payment-block .payment-item {
        width: 33%;
        border: none;
        height: 65px;
        padding: 15px;
    }

    .delivery-page .payment-block .payment-item img {
        max-height: 100%;
    }

    .delivery-page .payment-block .payment-title {
        width: 100%;
        padding: 10px 0;
        height: auto;
    }
}

.reviews-list {
    padding-top: 30px;
}

.review-hide {
    display: none;
}

.reviews-form-wrapper {
    padding: 20px;
    height: auto;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-form-wrapper .otz {
    margin-bottom: 10px;
    padding: 0;
}

.reviews-form-wrapper .text_otz {
    width: 100%;
    height: auto;
    padding: 0;
}

.reviews-form-wrapper .button {
    position: static;
    width: 230px;
}

.reviews-form-wrapper .reviews-form-content {
    width: calc(100% - 240px);
}
.reviews-list .reviews-item .reviews-item-text {
/*    max-height: 115px;*/
    min-height: 100px;
    overflow: hidden;
    height: auto;
}
.reviews-list .reviews-item {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    position: relative;
    cursor: default;
}
/*.reviews-list .reviews-item-close {
    cursor: pointer;
}
.reviews-list .reviews-item-close:after {
    content: '';
    display: block;
    width: 100%;
    z-index: 100;
    height: 70px;
    background: linear-gradient(to top, #fff 20%, transparent 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}*/
.reviews-list .reviews-item.visible .reviews-item-text {
    height: auto;
    max-height: 100%;
}
.container_img_comments {
    min-height: 250px;
}
.reviews-list .reviews-item.visible .review-hide {
    display: block;
    margin: 0 -15px;
    background: #f4f4f4;
    border: none;
    text-align: center;
    padding: 15px 25px;
    color: #acacac;
    font-size: 18px;
}
.reviews-list .reviews-item.reviews-item-close:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 7px;
    width: 7px;
    height: 10px;
    z-index: 101;
    background: url(/local/templates/samovarov-grad/css/../images/left-nav-markers.png) no-repeat 0 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.reviews-list .reviews-item.visible:before {
    content: normal;
}
@media (max-width: 1024px) {
    .external-reviews,
    .reviews-bottom-form {
        display: none;
    }

    .reviews-form-wrapper {
        width: auto;
        margin: 0 -20px;
    }

    .reviews-list .reviews-item {
        margin-bottom: 10px;
        padding: 10px 15px;
        border: 1px solid #e6e6e6;
        position: relative;
        cursor: pointer;
    }

/*    .reviews-list .reviews-item:after {
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        background: linear-gradient(to top, #fff 20%, transparent 100%);
        position: absolute;
        left: 0;
        bottom: 0;
    }*/
    .reviews-list .reviews-item.reviews-item-close:before {
        /*content: normal;*/
    }
    .reviews-list .reviews-item .reviews-item-text {
        min-height: 80px;
        max-height: unset;
        height: auto;
        overflow: hidden;
    }

    .reviews-list .reviews-item img {
        max-width: 220px;
    }

    .reviews-list .reviews-item.visible {
        padding-bottom: 0;
    }

    .reviews-list .reviews-item.visible:after {
        display: none;
    }

    .reviews-list .reviews-item.visible .review-hide {
        display: block;
        margin: 0 -15px;
        background: #f4f4f4;
        border: none;
        text-align: center;
        padding: 15px 25px;
        color: #acacac;
        font-size: 18px;
    }

    .reviews-list .reviews-item.visible .reviews-item-text {
        height: auto;
    }

    .reviews-list .reviews-item.visible img {
        display: inline-block;
    }
}

@media (max-width: 719px) {
    .reviews-form-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .reviews-form-wrapper .reviews-form-content {
        width: 100%;
    }

    .reviews-form-wrapper .button {
        width: 100%;
    }

    .reviews-form-wrapper .text_otz {
        font-size: 13px;
    }

    .reviews-form-wrapper .otz {
        font-size: 17px;
    }

    .reviews-list .reviews-item .reviews-item-date {
        display: none;
    }

    .reviews-list .reviews-item .reviews-item-author {
        font-size: 15px;
        display: inline;
    }

    .reviews-list .reviews-item .reviews-item-text {
        font-size: 13px;
    }

    .reviews-list .reviews-item img {
        width: auto;
        height: 170px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        margin: 5px;
    }

    .reviews-list .reviews-item.visible .review-hide {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .pagination-bubbles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pagination-bubbles .pagination-bubbles-item {
        display: none;
        padding: 15px;
    }

    .pagination-bubbles .pagination-bubbles-prev,
    .pagination-bubbles .pagination-bubbles-next {
        display: block;
        width: 150px;
        border-radius: 3px;
        margin: 0 10px;
    }
}

@media (max-width: 719px) {
    .pagination-bubbles .pagination-bubbles-item {
        padding: 10px 15px;
    }
}

.filter-toggle {
    display: none;
}

.filter-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .products-filter {
        display: none;
        position: relative;
    }

    .filter-desktop {
        display: none;
    }

    .filter-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .filter-group {
        padding: 0 20px;
    }

    .filter-group input[type="text"] {
        height: 40px;
        padding: 0 10px;
        background: #fff;
    }

    .filter-price input[type="text"] {
        width: 85px;
    }

    .products-filter-item-color-wrapper {
        height: 40px;
        width: 150px;
    }

    .products-filter-item-color-trigger {
        padding: 0 10px;
        line-height: 36px;
    }

    .products-filter-item-color-trigger:before {
        left: auto;
        right: 8px;
    }

    .filter-label {
        font-size: 17px;
        font-family: 'Philosopher', Georgia, Serif;
        margin-bottom: 5px;
        color: #171726;
        display: block;
    }

    .filter-reset {
        position: absolute;
        bottom: 0;
        right: 50px;
        background: #f4f4f4;
        border-radius: 3px 3px 0 0;
        border: none;
        padding: 10px 15px;
    }

    .filter-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        width: 150px;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        color: #171726;
        transition: .3s;
    }

    .filter-toggle:hover {
        color: #eac342;
    }

    .filter-toggle:hover #filter-arrow-icon {
        fill: #eac342;
    }

    .filter-toggle #filter-arrow-icon {
        transition: .3s;
    }

    .filter-toggle.opened #filter-arrow-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .filter-input {
        margin-bottom: 15px;
    }

    .filter-toggle-text {
        font-size: 19px;
        margin: 0 10px;
    }

    .products-filter {
        margin: 0 -20px 20px;
        padding: 15px 20px 50px;
        border-radius: 0;
        border-width: 2px 0 2px 0;
        border-color: #f4f4f4;
        border-style: solid;
    }

    .filter-select {
        display: inline-block;
        width: 75px;
    }

    .filter-checkbox {
        color: #171726;
    }

    .filter-checkbox input {
        display: none;
    }

    .filter-checkbox input:checked + label:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 7px;
        left: 7px;
        background: #eac342;
    }

    .filter-checkbox label {
        padding-left: 40px;
        height: 30px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .filter-checkbox label:before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border: 2px solid #f4f4f4;
        box-sizing: border-box;
    }
}

@media (max-width: 719px) {
    .filter-toggle {
        position: static;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0;
        background: #f4f4f4;
        border-radius: 3px;
    }

    .filter-toggle:hover {
        color: #171726;
    }

    .filter-toggle #filter-arrow-icon {
        display: none;
    }

    .filter-toggle #filter-icon path {
        fill: #a7a7a7;
    }

    .products-filter {
        padding: 0;
        background: #fff;
        z-index: 100;
        padding-bottom: 50px;
        border-top: 0;
    }

    .filter-input {
        margin-bottom: 0;
    }

    .filter-checkbox {
        margin-top: 20px;
        display: block;
    }

    .filter-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter-mobile .filter-group {
        padding: 15px 20px;
        box-sizing: border-box;
        width: 100%;
        border-top: 2px solid #f4f4f4;
    }

    .filter-reset {
        width: 50%;
        right: auto;
        left: 0;
    }

    .products-filter-item-color-wrapper {
        width: auto;
        margin: 0 -20px;
        border: none;
        height: auto;
    }

    .products-filter-item-color-trigger {
        display: none;
    }

    .products-filter-item-color-dropdown {
        position: static;
        display: block;
        visibility: visible;
        opacity: 1;
        border: none;
        padding: 0 20px;
    }

    .product-price-old {
        display: block;
        margin: 0 20px;
    }
}

.selectric-filter-select {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}

.selectric {
    background: #fff;
    width: 75px;
}

.selectric .label {
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
}

.selectric .button {
    width: 40px;
    height: 40px;
    background: url(./images/filter-color-chooser-arrow.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 0;
}

.selectric .button:after {
    display: none;
}

.selectric-items li {
    background: #fff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.selectric-items li + li {
    border-top: 2px solid #f4f4f4;
}

.order-submit-container {
    text-align: center;
    /*margin-left: 320px;*/
    margin-top: 20px;
}

.order-social,
.order-info-mobile {
    display: none;
}

.form-order .field {
    height: auto;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .wholesale-form.form-wrapper .hidden-md-down {
        display: none;
    }

    .order-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .order-info .order-total-price,
    .order-info .fs30 {
        font-size: 18px;
    }

    .order-info .fs30 {
        color: #d72027;
    }

    .order-info .order-submit-container {
        margin: 0 10px;
    }

    .order-info .order-total,
    .order-info .order-submit-container {
        width: calc(33% - 10px);
        min-width: calc(33% - 10px);
        padding: 0 !important;
        box-sizing: border-box;
    }

    .order-info #order-submit {
        max-width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .cart-title {
        font-size: 30px;
    }

    .cart-form {
        background: #e7e7e7;
    }

    .cart-form.cart-form {
        margin-left: -20px;
        margin-right: -20px;
        width: auto !important;
        float: none;
        padding: 25px 20px;
    }

    .cart-form.cart-form:after {
        content: '';
        display: table;
        clear: both;
    }

    .cart-form-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart-form-inner .field {
        width: calc(33% - 10px);
        margin: 0;
    }

    .cart-form-inner .field input {
        border: 2px solid transparent !important;
        background: #fff;
        border-radius: 0;
    }

    .order-item {
        padding: 10px;
        margin-bottom: 10px;
    }

    .order-item .order-item-image {
        width: 135px;
    }

    .order-item .order-item-title {
        font-size: 15px;
        width: 200px;
    }

    .order-item .product-image {
        width: 110px;
        height: 110px;
    }

    .order-item .product-image a {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .order-item .product-image img {
        max-height: 100%;
        max-width: 100%;
    }

    .order-item .order-item-quantity {
        padding: 0 15px;
        text-align: left;
    }

    .order-item .order-item-price {
        font-size: 19px;
        width: auto;
    }

    .order-item .order-item-delete-trigger {
        font-size: 0;
    }

    .order-item .order-item-delete-trigger:after {
        margin: 0;
    }

    .order-widget,
    .social-cta {
        display: none;
    }

    .order-result-info {
        width: 100%;
        margin: 0;
    }

    .order-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #f6f6f6;
    }

    .order-social .order-social-content {
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-social .order-social-content .content-tablet {
        font-size: 14px;
    }

    .order-social .order-social-content .content-mobile {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        display: none;
    }

    .order-social .order-social-links {
        width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .order-social .order-social-link {
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
    }

    .order-social .order-social-vk {
        background: #eeeeee;
    }

    .order-social .order-social-inst {
        background: #e4e4e4;
    }
}

@media (max-width: 719px) {
    .order_props {
        /*display: none;*/
    }

    .cart-title {
        font-size: 20px;
    }

    .order-item {
        padding: 0;
        border-radius: 0;
        display: block;
        height: 70px;
    }

    .order-item:after {
        content: '';
        display: table;
        clear: both;
    }

    .order-item .order-item-info {
        display: block;
        height: 70px;
        overflow: hidden;
    }

    .order-item .order-item-info:after {
        content: '';
        display: table;
        clear: both;
    }

    .order-item .order-item-image {
        width: 70px;
        display: block;
        float: left;
    }

    .order-item .order-item-image .product-image {
        width: 70px;
        height: 70px;
        border-radius: 0;
        outline: 1px solid #e8e8e8;
        border: none;
    }

    .order-item .order-item-title {
        display: block;
        float: left;
        width: calc(100% - 70px);
        font-size: 12px;
        height: 35px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 5px 10px 0;
    }

    .order-item .order-item-title a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .order-item .order-item-delete-trigger {
        display: none;
    }

    .order-item .order-item-price,
    .order-item .order-item-quantity {
        display: block;
        width: calc((100% - 70px) / 2);
        float: left;
        box-sizing: border-box;
        padding: 5px 10px;
    }

    .order-item .order-item-quantity {
        float: right;
        padding: 5px 10px 0 0;
        text-align: right;
    }

    .order-item .order-item-quantity-label {
        display: none;
    }

    .order-item .order-item-price-discount-value {
        display: none;
    }

    .order-item .order-item-price-value {
        font-size: 14px;
    }

    .order-item .number-wrapper {
        margin-top: 2px;
    }

    .order-item .number-wrapper .button {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        font-size: 16px;
        border-radius: 0;
    }

    .order-item .number-wrapper input {
        width: 20px;
        height: 20px;
        padding: 3px;
        font-size: 12px;
    }

    .order-info {
        display: none;
    }

    .order-info-mobile {
        display: block;
    }

    .order-info-mobile .order-total .order-total-price {
        font-size: 17px;
    }

    .order-info-mobile .order-total .fs30 {
        color: #d72027;
        font-size: 17px;
    }

    .order-info-mobile .order-submit-container {
        margin: 15px 0;
    }

    .order-info-mobile .order-submit-container .button {
        width: 100%;
        box-sizing: border-box;
    }

    .order-social .order-social-content .content-tablet {
        display: none;
    }

    .order-social .order-social-content .content-mobile {
        display: flex;
    }
    .order-social .order-social-content .content-mobile a{
        text-decoration: none;
        margin-left: 10px;
    }

    .order-social .order-social-link {
        background: transparent;
    }
}

.popup {
    z-index: 1100;
    overflow: auto;
}

.popup .popup-close {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #999;
}

.popup .popup-title {
    margin-bottom: 30px;
}

@media (max-width: 719px) {
    .popup.popup.popup-active .popup-wrapper {
        top: 0;
    }
}

.popup .popup-wrapper {
    position: absolute;
    color: #727272;
}

.popup .popup-wrapper .field {
    width: 100%;
    float: none;
}

@media (max-width: 719px) {
    .popup .popup-wrapper {
        width: 100%;
        left: 0;
        margin-left: 0;
        box-sizing: border-box;
        padding: 40px 20px;
        border-radius: 0;
        top: 0;
        margin: 78px 0 0 0;
    }

    .popup .popup-custom-container {
        left: calc(50% - 150px);
    }
    #popup-delivery-product .popup-custom-container {
        left: 50%;
        transform: translateX(-50%);
        min-width: 310px;
    }
}

.popup .popup-wrapper .popup-content {
    margin: 20px 0 0 0;
}

.popup .popup-wrapper .popup-button {
    width: 100%;
}

.popup.popup-oneclick .popup-wrapper {
    padding-bottom: 0;
}

.popup.popup-oneclick .popup-wrapper .oneclick-form-wrap .group,
.popup.popup-oneclick .popup-wrapper .oneclick-form-wrap form {
    margin-bottom: 0;
}

.popup.popup-oneclick .popup-wrapper .oneclick-form-wrap .cart-form {
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding: 25px 40px 0;
    background: #f4f4f4;
}

.popup.popup-oneclick .popup-wrapper .oneclick-form-wrap .order-submit-container {
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding: 0 40px 40px;
    margin-top: 0;
    background: #f4f4f4;
    border-radius: 0 0 7px 7px;
}

@media (max-width: 719px) {
    .reviews #form_rev {
        width: 100%;
    }

    .reviews #form_rev form {
        width: calc(100% + 40px);
    }

    .reviews #form_rev table {
        width: 100%;
    }

    .reviews #form_rev td {
        padding: 0 20px;
    }

    .reviews #form_rev input,
    .reviews #form_rev textarea {
        width: 100%;
    }

    .reviews #form_rev tfoot .but_form {
        height: auto;
    }

    .reviews #form_rev tfoot .file-input {
        position: static !important;
    }

    .reviews #form_rev tfoot .button-yellow {
        margin: 10px 0;
        width: 100%;
        position: static;
    }

    .reviews #form_rev #close {
        color: #999;
        left: auto;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-family: 'PT Sans', Arial, Serif;
        font-size: 30px;
        font-weight: normal;
    }
}

#podlogka {
    z-index: 10000;
}

#form_rev form {
    z-index: 10010;
}

@media (max-width: 719px) {
    #popup-product {
        text-align: center;
    }

    #popup-product .popup-title {
        text-align: left;
    }

    #popup-product .button {
        display: block;
        margin-bottom: 15px;
    }

    #popup-product .popup-close-trigger {
        margin: 0;
    }

    .gde-kupit-list {
        width: auto;
    }

    .breadcrumbs {
        margin: 0 0 20px;
    }
}

.filter-toggle, .filter-toggle-category {
    display: none;
}

.filter-mobile {
    display: none;
}

.category__wrap a:focus {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .products-filter {
        display: none;
        position: relative;
    }

    .filter-desktop {
        display: none;
    }

    .filter-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .filter-group {
        padding: 0 20px;
    }

    .filter-group input[type="text"] {
        height: 40px;
        padding: 0 10px;
        background: #fff;
    }

    .filter-price input[type="text"] {
        width: 85px;
    }

    .products-filter-item-color-wrapper {
        height: 40px;
        width: 150px;
    }

    .products-filter-item-color-trigger {
        padding: 0 10px;
        line-height: 36px;
    }

    .products-filter-item-color-trigger:before {
        left: auto;
        right: 8px;
    }

    .filter-label {
        font-size: 17px;
        font-family: 'Philosopher', Georgia, Serif;
        margin-bottom: 5px;
        color: #171726;
        display: block;
    }

    .filter-reset {
        position: absolute;
        bottom: 0;
        right: 50px;
        background: #f4f4f4;
        border-radius: 3px 3px 0 0;
        border: none;
        padding: 10px 15px;
    }

    .filter-toggle, .filter-toggle-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        width: 150px;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        color: #171726;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .filter-toggle:hover, .filter-toggle-category:hover {
        color: #eac342;
    }

    .filter-toggle:hover #filter-arrow-icon, .filter-toggle-category:hover #filter-arrow-icon {
        fill: #eac342;
    }

    .filter-toggle #filter-arrow-icon, .filter-toggle-category #filter-arrow-icon {
        -webkit-transition: .3s;
        transition: .3s;
    }

    .filter-toggle.opened #filter-arrow-icon, .filter-toggle-category.opened #filter-arrow-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .filter-input {
        margin-bottom: 15px;
    }

    .filter-toggle-text {
        font-size: 19px;
        margin: 0 10px;
    }

    .products-filter {
        margin: 0 -20px 20px;
        padding: 15px 20px 50px;
        border-radius: 0;
        border-width: 2px 0 2px 0;
        border-color: #f4f4f4;
        border-style: solid;
    }

    .filter-select {
        display: inline-block;
        width: 75px;
    }

    .filter-checkbox {
        color: #171726;
    }

    .filter-checkbox input {
        display: none;
    }

    .filter-checkbox input:checked + label:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 7px;
        left: 7px;
        background: #eac342;
    }

    .filter-checkbox label {
        padding-left: 40px;
        height: 30px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .filter-checkbox label:before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border: 2px solid #f4f4f4;
        box-sizing: border-box;
    }
}
.form-order .popup .property-phone .field {
    width: 50%;
    float: right;
    margin: 0;
    border-radius: 0;
}
@media (max-width: 719px) {
    .filter-toggle ~ .filter-toggle-category{
        display: none;
    }
    .margin-buttons-mobile {
        margin-top: 6%;
    }

    .filter-toggle, .filter-toggle-category {
        position: static;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0;
        background: #f4f4f4;
        border-radius: 3px;
    }

    .filter-toggle {
        margin-bottom: -6%;

    }

    .filter-toggle ~ .bx-filter.bx-blue.bx-filter-horizontal {
        margin-top: 10%;
    }

    .filter-toggle:hover, .filter-toggle-category:hover {
        color: #171726;
    }

    .filter-toggle #filter-arrow-icon, .filter-toggle-category #filter-arrow-icon {
        display: none;
    }

    .filter-toggle #filter-icon path, .filter-toggle-category #filter-icon-category path {
        fill: #a7a7a7;
    }

    .products-filter {
        padding: 0;
        background: #fff;
        z-index: 100;
        padding-bottom: 50px;
        border-top: 0;
    }

    .filter-input {
        margin-bottom: 0;
    }

    .filter-checkbox {
        margin-top: 20px;
        display: block;
    }

    .filter-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter-mobile .filter-group {
        padding: 15px 20px;
        box-sizing: border-box;
        width: 100%;
        border-top: 2px solid #f4f4f4;
    }

    .filter-reset {
        width: 50%;
        right: auto;
        left: 0;
    }

    .products-filter-item-color-wrapper {
        width: auto;
        margin: 0 -20px;
        border: none;
        height: auto;
    }

    .products-filter-item-color-trigger {
        display: none;
    }

    .products-filter-item-color-dropdown {
        position: static;
        display: block;
        visibility: visible;
        opacity: 1;
        border: none;
        padding: 0 20px;
    }

    .product-price-old {
        display: block;
        margin: 0 20px;
    }
}

/*телефон до планшета*/
@media (max-width: 767px) {
    a.all-products, .category-index-list, .products-slider .products-group .product-params, .products-slider .products-group .product-add-to-cart, .products-slider .products-group .product-not-available, .products-slider .products-group .product-label-discount, .products-slider .products-group .product-label-hit {
        display: none;
    }
    .product-orders .products-slider .slick-slide:last-child .product .products-show-more{
        min-height: 246px;
    }
    .index-our-clients .slick-slide {
        height: 110px;
    }

    .index-our-clients .slick-slide img {
        width: 80%;
    }

    .index-end {
        padding-top: 10px;
    }

    .products-slider .products-group .product-image img {
        width: 75px;
        /*     height: 105px;*/
        top: 5px;
    }

    .products-slider .products-group .product-image {
        /*border: 2px solid #f1f1f1;*/
        height: 120px;
    }

    .products-slider .products-group .product {
        /*border: none;*/
        min-height: 250px;
    }

    .products-slider .products-group .product-image a {
        height: auto;
    }

    .products-slider .products-group {
        height: 230px;
    }

    .news-slider-home {
        margin-left: 6px;
    }

    .products-slider .products-show-more, .news-slider-home .products-show-more {
        /*       width: 125px;   */
        width: auto;
        height: 125px;
        background-size: cover;
    }

    .products-show p, .products-show:hover p {
        padding: 8px 8px;
        color: white;
        font-size: 17px;
        font-weight: bold;
    }

    .products-show-more:hover .products-show {
        background: none;
    }

    .products-show-more:hover .products-show p {
        color: inherit;
    }

    .news-slider-home .products-show-more {
        width: 100%;
        height: 175px;
    }

    .products-slider .product-price-value {
        font-size: 15px;
    }

    .products-slider .product-title a {
        font-size: 12px;
        font-weight: bold;
    }

    .products-slider .products-show, .news-slider-home .products-show-more .products-show {
        width: auto;
        height: auto;
    }

    .products-slider .products-show img, .news-slider-home .products-show img {
        width: 88px;
        margin-top: 6%;
    }

    .news-slider-home .products-show img {
        margin-top: 20%;
    }

    .index-top-text {
        text-align: left;
        width: 100%;
        margin: 20px auto;
    }

    .product-orders {
        padding: 0;
        margin-top: 30px;
        border-top: 2px dashed #f5f5f5;
    }

    .button.button-yellow.button-yellow-header, .button.button-yellow.button-yellow-header:hover {
        background: #EAC342;
    }

    .catalog-btn {
        padding: 13px 44px;
        font-size: 20px;
        font-weight: bold;
        margin: auto;
    }

    .index-end p, .index-end h2 {
        text-align: left;
        width: 90%;
        margin: 20px auto;
    }

    /* main-title */
    .index-end .main-title {
        text-align: left;
        width: 90%;
        margin: 20px auto;
    }
    /* main-title */

    .index-end iframe {
        width: 233px;
        height: 132px;
    }

    .index-advantages .advantage {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .index-advantages .advantage-box .img-svg-box {
        width: 150px;
        display: flex;
    }

    .index-advantages .advantage-box p {
        width: 330px;
        text-align: left;
        line-height: 1.7;
        font-size: 14px;
    }

    .news-slider-home h2 {
        text-align: left;
    }

    /* main-title */
    .news-slider-home .main-title {
        text-align: left;
    }
    /* main-title */

    .news-list-widget .news-item-box {
        border-radius: 3px;
        width: auto;
        height: auto;
    }

    .news-item-img {
        width: 100%;
        height: auto;
    }

    .news-item-title {
        font-size: 12px;
    }

    .news-list-widget .news-item-date {
        font-size: 12px;
    }

    .news-slider-home .news-list-widget .news-item-box {
        margin: 0 12px 0 0;
        min-height: 175px;
    }

    .news-list-widget .slick-slider {
        height: 190px;
    }

    .news-item-title {
        margin: 5px;
    }

    .content .slider-index .slick-prev, .content .slider-index .slick-next {
        width: 13px;
        height: 13px;
        background-size: cover;
    }

    .index-catalog-button {
        width: auto;
        padding: 23px;
        text-align: center;
        background-color: #f6f6f6;
    }

    .index-advantages h2, .index-our-clients h2, .index-end h2 {
        width: 90%;
    }

    /* main-title */
    .index-advantages .main-title,
    .index-our-clients .main-title,
    .index-end .main-title {
        width: 90%;
    }
    /* main-title */

    .clients-slider .draggable {
        margin-left: -5px;
        /*        margin-right: -3px;*/
    }

}

/*от планшета до монитора*/
@media (min-width: 768px)and (max-width: 1024px) {
    .logo .text {
        border-left: none;
        text-align: left;
    }

    .index-catalog-button {
        display: none;
    }

    .index-end iframe {
        width: 487px;
        height: 274px;
    }

    .news-list-widget .news-item-box {
        width: 220px;
        height: 280px;
    }

    .news-item-img {
        width: 100%;
        height: 170px;
    }

    .news-slider-home .products-show-more, .news-slider-home .products-show-more a {
        width: 100%;
    }

    .button.button-yellow.button-yellow-header, .button.button-yellow.button-yellow-header:hover {
        background: #EAC342;
    }

    .product-image img {
        max-height: 200px;
    }
}

/*от монитора компьютера*/
@media (min-width: 1025px) {
    .mobile-footer, .index-catalog-button, .category-index-list {
        display: none;
    }

}

@media (max-width: 1024px) {
    .iti-mobile .intl-tel-input.iti-container {
        z-index: 11100;
    }
    .header-cart-box{
        display: block;
    }
    .header-cart-box .header-cart-count span{
        width: 17px;
        background: #000;
        height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        border-radius: 50%;
        right: 5px;
        top: 5px;
        color: #fff;
        font-size: 12px;
    }
    .header-cart-box .header-cart-count  span.header-cart-product,
    .header-cart-box .header-cart-sum{
        display: none;
    }
}
header.header .button {
    border-radius: 10px;
}
@media (max-width: 500px) {
    .product-block  .img-wrap img{
        width: 35%;
    }
    a.button-yellow-min.button.button-yellow.button-yellow-header {
        font-size: 10px;
    }
    .header-cart {
        max-width: 40px;
        right: 15px;
        top: 0;
    }
    .header .logo {
        flex-grow: 0;
        margin-left: 10px;
    }
    a.button-yellow-min.button.button-yellow.button-yellow-header{
        background: #d72027;
    }
    a.button-yellow-min.button.button-yellow.button-yellow-header path{
        fill: #fff;
    }
    .header-phones {
        margin-right: 0;
    }

    .header-phones .button svg {
        height: 50px;
        margin-top: 3px;
        width: 25px;
    }

    .header-cart .button-cart {
        padding-top: 5px;
    }

    .md-btn-text{
        display: none;
    }
    .header-button-callback_mobile{
        display: block;
        margin-top: 10px;
        position: relative;
        right: 15px;
    }
    .header-button-callback_mobile:hover{
        text-decoration: none;
    }
    .header-cart-box{
        display: block;
    }
    .header-cart-box .header-cart-count span{
        width: 17px;
        background: #000;
        height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        border-radius: 50%;
        right: -17px;
        top: 5px;
        color: #fff;
        font-size: 12px;
    }
    .header-cart-box .header-cart-count  span.header-cart-product,
    .header-cart-box .header-cart-sum{
        display: none;
    }
    figure.wholesale-categories-list-item {
        width: 48%;
    }
    .product-info-detail-sale-descr {
        display: none!important;
    }

    .container_img_comments {
        min-height: unset;
    }

    .mobile-social-header {
        display: flex;
        margin-left: 5px;
        align-items: center;
        padding-top: 6px;
    }

    .mobile-social-header a {
        display: block;
        width: 25px;
        padding: 0;
        margin: 0 5px;
    }

    .mobile-social-header a:hover {
        text-decoration: unset;
    }

    .mobile-social-header a svg {
        width: 100%;
    }

    svg#mdi-vk {
        min-width: 28px;
        min-height: 28px;
    }
}

@media screen and (max-width: 480px) {
    .product-detail-tabs-dropdown .reviews-item-author:first-child{
        margin-top: 20px;
    }

    .index-end {
        padding-top: 0;
    }
}



.news-detail-content .img-margin-10-0 {
    margin: 10px 0;
}

.restorations .col__height .restorations-wraper {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .restorations .col__height .slick-slider {
        margin-bottom: 10px;
    }
}

.search-form {
    display: flex;
    align-items: center;
}

.search-form .search-button {
    position: static;
}

.search-form input[type="text"].search-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-form .search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

    .search-form {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }

    .search-form input[type="text"].search-input {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;

        width: auto;
        max-width: 230px;
    }

    .search-form input[type="text"].search-input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .search-form .search-button {
        width: 50px;
        top: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

}

@media (max-width: 719px) {

    body, html {
        max-width: 100%;
    }

}

@media (max-width: 1024px) {
    section.products.group.center {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

}

/* стрелки слайдеров на странице https://samovarov-grad.ru/services/remont-restavratsiya-samovarov/ */

.content .restorations .slick-next, .restorations .sidebar .slick-next {
    background: url(/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png) no-repeat 0 -34px;
}

.content .restorations .slick-prev, .restorations .sidebar .slick-prev {
    background: url(/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png) no-repeat 0 -34px;
}

.content .restorations .slick-next, .content .restorations .slick-prev {
    width: 40px;
    height: 40px;
}

/* стрелки слайдеров на странице https://samovarov-grad.ru/services/rospis-samovarov-na-zakaz/ */

.content .service-gallery .slick-next, .service-gallery .sidebar .slick-next {
    background: url(/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png) no-repeat 0 -70px;
}

.content .service-gallery .slick-prev, .service-gallery .sidebar .slick-prev {
    background: url(/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png) no-repeat 0 -34px;
}

.content .service-gallery .slick-prev, .service-gallery .sidebar .slick-prev,
.content .service-gallery .slick-next, .service-gallery .sidebar .slick-next {
    transform: translateY(-18px);
    width: 36px;
    height: 36px;
}

.production-gallery,
.example-painting-samovars {
    position: relative;
}

.production-gallery .rsThumbsArrowLeft .rsThumbsArrowIcn,
.example-painting-samovars .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background: url(/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png) no-repeat 0 -36px;
    width: 34px;
    height: 34px;
}

.production-gallery .rsThumbsArrowRight .rsThumbsArrowIcn,
.example-painting-samovars .rsThumbsArrowRight .rsThumbsArrowIcn {
    background: url(/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png) no-repeat 0 -74px;
    width: 34px;
    height: 34px;
    text-align: right;
}

.production-gallery .rsThumbsArrowLeft,
.production-gallery .rsThumbsArrowRight,
.example-painting-samovars .rsThumbsArrowLeft,
.example-painting-samovars .rsThumbsArrowRight {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.production-gallery .rsThumbsArrowLeft,
.example-painting-samovars .rsThumbsArrowLeft {
    left: 0;
    justify-content: flex-start;
}

.production-gallery .rsThumbsArrowRight,
.example-painting-samovars .rsThumbsArrowRight {
    right: 0;
    justify-content: flex-end;
}

/* new adaptive styles for catalog items */

@media (max-width: 719px) {

    .products .product-container .product {
        position: relative;
    }

    .products .product-container .product-image a img {
        margin-top: 10px;
    }

    .products .product-container .product-title {
        margin-left: auto;
        margin-right: auto;
    }

    section.products.group .product-container {
        min-height: 310px;
        height: auto;
    }

    /*.availability-product-status-xs.available-status,
    .availability-product-status.available-status {
        position: absolute;
        top: 3px;
        right: 3px;
    }

    .availability-product-status-xs.order-status, .availability-product-status.order-status {
        position: absolute;
        top: 3px;
        right: 3px;
    }*/

    .product .product-price, .product .property-color-ref {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .product-price .product-price-old {
        margin: 0 10px 0 0;
    }

    .product-price .product-price-old .product-price-old-value {
        font-size: 14px;
        display: flex;
    }

    .product-price .product-price-value {
        font-size: 1.2rem;
    }


    .reviews-item.reviews-item-close {
        /*max-height: 300px;*/
        overflow: hidden;
    }

    .reviews-item.reviews-item-close.visible {
        max-height: unset;
    }

}
