.text-content a:not(:hover) {
    color: #3aaa35;
    border-bottom: 1px solid #3aaa35 !important
}

.text-content a:hover {
    border-bottom: 1px solid transparent !important
}

.front-novelty__slider .product-card__title {
    font-size: 12px;
    line-height: 16px;
    margin: 0 -10px 5px
}

.front-novelty__slider .product-card__desc {
    display: none
}

.product-card__add {
    line-height: 48px
}

.product-card__add .icon-mail {
    font-size: 16px
}

.popup-banner {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10002;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    max-width: 90%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    width: 900px
}

.popup-banner.opened {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
}

.popup-banner__close {
    position: absolute;
    font-size: 20px;
    color: #fff;
    right: -22px;
    top: -22px;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.popup-banner__close:hover {
    color: #ff404e;
    transition: all .1s linear
}

.shop-category__block-title {
    font-size: 12px
}

.navigation-drop > div:nth-child(6) > div:nth-child(2) .shop-category__block-title {
    line-height: 24px !important
}

.guestbook-link:not(:hover) {
    color: #fff
}

.guestbook-link > * {
    transition: none
}

.shop-item .icon-arrow-r {
    font-size: 12px
}

.comment {
    margin-bottom: 50px;
    padding: 15px 20px 15px 40px;
    position: relative;
    border-radius: 10px;
    background: #f5f5f5
}

.comment-text {
    font-size: 18px;
    line-height: 26px
}

.comment-author {
    color: #999;
    font-size: 14px;
    line-height: 22px
}

.comment-product {
    text-align: right;
    width: 100%;
    margin-bottom: -50px
}

.comment-product img {
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    transition: .3s
}

.comment-product img:hover {
    transition: .1s;
    box-shadow: 0 3px 5px rgba(94, 166, 82, .4)
}

.comment-rating {
    position: relative;
    display: inline-block;
    letter-spacing: .2em
}

.comment-rating:not(.disabled) {
    cursor: pointer
}

.comment-rating:before {
    content: "\e91b \e91b \e91b \e91b \e91b";
    font-family: icomoon;
    color: #999;
    font-size: 14px;
    white-space: nowrap
}

.comment-rating__line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden
}

.comment-rating__line:before {
    color: #fff1c3;
    content: "\e91b \e91b \e91b \e91b \e91b";
    font-family: icomoon;
    font-size: 14px;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .comment-text {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 568px) {
    .comment-text {
        font-size: 14px;
        line-height: 18px
    }

    .comment-author {
        font-size: 12px;
        line-height: 16px
    }
}

.product-offers__inputs label {
    cursor: pointer;
    margin: 5px
}

.product-offers__inputs label img {
    transition: .3s;
    padding: 5px;
    border: 2px solid transparent
}

.product-offers__inputs label input:checked + img {
    border-color: #3aaa35
}

.product-file {
    display: inline-block;
    max-width: 100px;
    text-align: center;
    vertical-align: top;
    margin: 0 10px 10px 0
}

.product-file img {
    display: block;
    margin: 0 0 5px
}

.slider-prod .slick-arrow {
    border: 0;
    box-shadow: 0 0 10px 1px rgba(51, 51, 51, .2)
}

.slider-prod .slick-arrow:hover:before {
    color: #fff
}

.one-click-error {
    color: #a00;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 8px;
}

.wide-banner {
    display: block;
    border: 0;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 60px
}

.wide-banner__close {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid #fff;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 25px;
    transition: .2s
}

.wide-banner__close:hover {
    border-color: #ff404e;
    color: #ff404e
}

.wide-banner__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    text-shadow: 0 6px 12px rgba(0, 0, 0, .12)
}

.wide-banner img {
    display: block;
    width: 100%
}

@media (max-width: 1023px) {
    .wide-banner__content {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .wide-banner__content {
        font-size: 14px
    }

    .wide-banner__close {
        right: 15px;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 10px
    }
}

@media (max-width: 1023px) {
    .header-top {
        position: fixed;
        z-index: 100;
        left: 0;
        right: 0;
        top: 0;
    }
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Roboto-Bold.ttf) format("truetype"),
    url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}

.header-contacts > a {
    /* font-family: Roboto;
    font-weight: 700 !important; */
    font-family: Montserrat;
}

.header-schedule {
    /* font-weight: 700 !important; */
    font-family: Montserrat;
}

.cart-error {
    color: #ff404e;
    font-weight: 700;
    font-size: 16px;
}

/*.navigation > ul > li:nth-last-child(2) > a {
    color: #d32c2e;
}*/

.litolan-price {
    display: flex;
    margin-bottom: 30px;
}

.litolan-price_img {
    flex: 0 0 40%;
    padding-right: 20px;
    max-width: 40%;
}

.litolan-price_img img {
    width: 100%;
}

.litolan-price_content {
    flex: 0 0 60%;
    max-width: 60%;
}

.litolan-price_content h3 {
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
}

.logo {
    display: inline-block;
}

.logo span {
    text-transform: none;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    color: #333333 !important;
}

.logo img {
    display: block;
}

.product-card__img a {
    display: block;
    height: 100%;
}

.product-card__img a img {
    max-height: 100%;
}

.product-card > .label.nowrap {
    border-radius: 19px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.header-telephones .wrap {
    align-items: center;
}

.header-telephones .wrap > div:first-of-type{
    width:40%;
}

.header-telephones .wrap > div:last-of-type{
    width:60%;
}
@media (min-width: 1280px) {
    .header-telephones a{
        font-size: 14px !important;
    }
}


.city-phones {
    position: relative;
    z-index: 10;
}

.city-phones__drop {
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    background-color: #5ea652;
    position: absolute;
    top: 100%;
    left: -15px;
    min-width: 100%;
    padding: 10px 15px;
}

.city-phones__drop.opened {
    visibility: visible;
    opacity: 1;
}

.city-phones__selected {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.city-phones__name {
    cursor: pointer;
}

.city-phones__name.hide {
    display: none;
}

.city-phones__selected .icon {
    margin-left: 10px;
    font-size: 6px;
}

/*.city-phones:hover .city-phones__drop {
    visibility: visible;
    opacity: 1;
}*/

.city-phones__view {
    display: none;
}

.city-phones__view.show {
    display: block;
}

.city-phones__view_name {
    display: none;
    font-weight: 700;
    margin-top: 15px;
}

.city-phones__view:first-of-type .city-phones__view_name {
    margin: 0;
}

.category-prices__table {
    width: 100%;
    border: 0;
}

.category-prices__table td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.category-prices__table tr td:last-of-type {
    text-align: right;
}

.category-reviews__table tbody {
    display: flex;
    justify-content: flex-start;
}

.category-reviews__table {
    width: 100%;
    display: block;
    border: 0;
    font-size: 14px;
    line-height: 20px;
}

.category-reviews__table tr {
    width: 20%;
    box-shadow: 0 2px 2px rgba(0, 8, 29, 0.05), 0 0 2px rgba(0, 8, 29, 0.06), 0 1px 3px rgba(0, 8, 29, 0.08);
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 8px;
    justify-content: flex-end;
    margin-right: 7%;
}

.category-reviews__table td {
    border: 0;
    display: block;
}

.category-reviews__table tr td:first-of-type {
    font-weight: 700;
    text-align: right;
    padding-top: 15px;
}

.category-accordion__a {
    display: none;
    padding-left: 40px;
}

.category-accordion__q {
    cursor: pointer;
    transition: .2s;
    padding-left: 40px;
    position: relative;
}

.category-accordion__q:before,
.category-accordion__q:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    transform-origin: center;
    transition: .2s;
    height: 2px;
    width: 20px;
    background: #5ea652;
}

.category-accordion__q:after {
    transform: rotate(90deg);
}

.category-accordion__q.active:after {
    transform: rotate(0);
}

.category-accordion__q:hover {
    color: #d32c2e;
}

@media (max-width: 1023px) {
    .category-reviews__table tr {
        width: 23%;
        margin-right: 2%;
    }
}

@media (max-width: 767px) {
    .city-phones__view {
        display: block;
    }

    .city-phones {
        display: none;
    }

    .city-phones__view_name {
        display: block;
    }

    .category-reviews__table tbody {
        flex-wrap: wrap;
    }

    .category-reviews__table tr {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 567px) {
    .category-reviews__table tr {
        width: 100%;
        margin-right: 0;
    }
}