.ms-topbar__wrap {
    max-width: 1160px
}

.ms-about-content {
    font-size: 14px
}

.ms-about-content h2 {
    margin: 0 0 10px
}

.ms-about-content ._title {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400
}

.ms-about-content ._content {
    overflow: hidden
}

.ms-article-card__date {
    margin: 0 0 25px;
    padding: 0 0 15px;
    border-bottom: solid 1px #e5e5e5;
    text-align: center
}

.ms-article-card__date,
.ms-article-card__descr {
    font-size: 16px;
    color: #5a5a5a
}

.ms-article-page__wrap {
    margin-bottom: 30px
}

.ms-articles-item {
    display: block;
    margin: 0 0 30px;
    padding: 20px 30px;
    border: solid 1px #e5e5e5;
    background-color: #fff
}

.ms-articles-item__name {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 500;
    font-size: 22px
}

.ms-articles-item__link {
    text-decoration: none;
    color: #57b70e;
    transition: all .3s ease
}

.ms-articles-item__link:hover {
    text-decoration: underline;
    color: #57b70e
}

.ms-articles-item__descr {
    margin-bottom: 5px;
    font-size: 16px;
    color: #5a5a5a
}

.ms-articles-item__group {
    color: #5a5a5a;
    font-size: 14px
}

.ms-articles-item__group-date,
.ms-articles-item__group-name {
    font-weight: 700
}

.ms-articles__wrap {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none
}

.ms-aside-block {
    margin-bottom: 30px;
    background-color: #fff;
    border: solid 1px #e5e5e5
}

.ms-aside-block__header {
    padding: 18px 30px;
    font-size: 22px;
    font-weight: 300;
    color: #282828
}

._is-menu .ms-aside-block__header {
    margin: -1px -1px 0;
    background-color: #58b70e;
    background: linear-gradient(to bottom, #7ece22, #58b70e);
    color: #fff
}

.ms-aside-menu-toggler {
    position: relative;
    display: block;
    padding: 5px 40px 15px 0;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    transition: all .3s ease
}

.ms-aside-menu-toggler__btn {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
    border-bottom: dotted 1px #6e6e6e;
    color: #6e6e6e;
    cursor: pointer
}

.ms-aside-menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ms-aside-menu__item {
    display: block;
    padding-left: 40px;
    border-bottom: solid 1px #e5e5e5
}

.ms-aside-menu__item:last-child {
    border-bottom: none
}

.ms-aside-menu__link {
    position: relative;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #6e6e6e;
    transition: all .3s ease
}

.ms-aside-menu__link:hover {
    text-decoration: none;
    color: #57b70e
}

.ms-aside-menu__link::before {
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -8px;
    line-height: 1;
    font-family: "FontAwesome", sans-serif;
    color: #57b70e
}

.ms-aside-submenu {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ms-aside-submenu._second-level {
    padding-left: 20px
}

.ms-aside-submenu__item {
    position: relative;
    z-index: 40;
    display: block;
    max-height: 10000px
}

.ms-aside-submenu__item._is-hidden {
    max-height: 0;
    overflow: hidden
}

.ms-aside-submenu__link {
    position: relative;
    display: block;
    padding: 0 20px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #6e6e6e;
    transition: all .3s ease
}

.ms-aside-submenu__link:hover {
    text-decoration: none;
    color: #57b70e
}

._with-children>.ms-aside-submenu__link::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    margin-top: -5px;
    border-left: solid 5px #fff;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent
}

._first .ms-breadcrumbs-list__link .ms-breadcrumbs-list__text,
.ms-aside-submenu__qty,
.ms-association,
.ms-breadcrumbs-list__item._last::before,
.ms-breadcrumbs-list__item._member::before {
    display: none
}

.ms-breadcrumbs-list {
    display: block;
    margin: 0;
    padding: 20px;
    list-style-type: none;
    text-align: center
}

.ms-breadcrumbs-list__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 16px
}

.ms-breadcrumbs-list__item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 3px;
    display: block;
    border-right: solid 1px #bebebe
}

.ms-breadcrumbs-list__link {
    display: block;
    text-decoration: none;
    color: #bebebe;
    cursor: pointer;
    transition: all .5s ease
}

.ms-breadcrumbs-list__link:hover {
    text-decoration: underline;
    color: #6e6e6e
}

.ms-breadcrumbs-list__link._last {
    color: #6e6e6e;
    cursor: default
}

._first .ms-breadcrumbs-list__link::after {
    content: "\f015";
    color: #bebebe;
    font-family: "FontAwesome", sans-serif;
    line-height: 1;
    transition: all .3s ease
}

._first .ms-breadcrumbs-list__link:hover::after {
    color: #6e6e6e
}

.ms-breadcrumbs {
    padding: 0
}

.ms-buy-btn {
    display: inline-block;
    background-color: #58b80f;
    background: linear-gradient(to bottom, #7ece22, #58b70e);
    height: 60px;
    line-height: 60px;
    min-width: 220px;
    margin: 0;
    padding: 0 20px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
    overflow: hidden
}

.ms-buy-btn:hover {
    background-color: #48970c;
    background: linear-gradient(to bottom, #6baf1d, #48960b)
}

._is-grid .ms-buy-btn {
    display: block;
    min-width: 0;
    width: 100%
}

.ms-product-item__info-right .ms-buy-btn {
    display: block
}

.ms-buy-btn._cart::before {
    font-family: "FontAwesome", sans-serif;
    content: '\f07a';
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

.ms-buy-btn,
.ms-buy-btn__text {
    color: #fff;
    font-size: 14px
}

.ms-catalog-block .ms-content-block__data {
    padding: 0
}

.ms-categories {
    margin-bottom: 20px;
    padding: 20px 0 10px;
    text-align: center
}

.ms-categories__photo,
.ms-categories__title {
    display: none
}

.ms-categories__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 16px
}

.ms-categories__name {
    display: inline-block;
    text-decoration: none;
    color: #282828
}

.ms-categories__name:hover {
    text-decoration: underline
}

.ms-categories__qty {
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: 700;
    color: #57b70e
}

.ms-categories__qty::before {
    content: '('
}

.ms-categories__qty::after {
    content: ')'
}

.ms-category-info {
    padding: 20px;
    border-bottom: solid 1px #e6e6e6
}

._is-aside .ms-contacts-block._sked,
.ms-company-name {
    display: none
}

.ms-contacts-aside {
    float: left;
    width: 50%;
    margin-right: 30px
}

.ms-contacts-block {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0
}

.ms-contacts-block:last-child {
    margin-bottom: 0
}

.ms-contacts-block__title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #57b70e
}

.ms-contacts-block__data {
    margin-bottom: 15px
}

._branches .ms-contacts-block__data {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 14px;
    padding: 0
}

.ms-contacts-block._inet,
.ms-contacts-block._sked {
    margin-top: 20px
}

.ms-contacts-branches-item {
    margin-bottom: 20px
}

.ms-contacts-branches-item__name {
    margin-bottom: 3px;
    font-weight: 500
}

.ms-contacts-branches-item__link {
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease
}

.ms-contacts-branches-item__link,
.ms-contacts-branches-item__link:hover {
    text-decoration: none;
    color: #6bc513
}

.ms-contacts-branches-item__phone-link,
.ms-contacts-branches-item__phone-link:hover {
    color: #6bc513
}

.ms-contacts-home__wrap .ms-contacts-block__title {
    color: #0184d3;
    text-transform: none;
    font-size: 14px;
    font-family: "NotoSans", "Arial", sans-serif
}

.ms-contacts-inet__wrap {
    display: table;
    width: 100%
}

._is-aside .ms-contacts-inet__wrap {
    min-width: 0;
    table-layout: fixed
}

.ms-contacts-inet__row {
    display: table-row
}

.ms-contacts-inet__data,
.ms-contacts-inet__title {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 5px
}

.ms-contacts-inet__title {
    min-width: 120px;
    padding-right: 5px;
    white-space: nowrap
}

._at-homepage .ms-contacts-inet__title {
    min-width: 20px;
    padding-right: 10px
}

._is-aside .ms-contacts-inet__title {
    min-width: 0;
    width: 32%;
    padding-right: 15px;
    white-space: normal;
    word-wrap: break-word
}

.ms-contacts-inet__data {
    width: 99%
}

._is-aside .ms-contacts-inet__data {
    width: 68%
}

.ms-contacts-inet__link {
    text-decoration: underline;
    color: #57b70e;
    transition: all.3s ease;
    word-wrap: break-word
}

.ms-contacts-inet__link:hover,
.ms-contacts-menu__link:hover {
    text-decoration: none;
    color: #57b70e
}

.ms-contacts-menu__wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.ms-contacts-menu__item {
    float: left;
    width: 50%;
    padding: 0 15px 15px 0
}

.ms-contacts-menu__link {
    text-decoration: none;
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    color: #282828;
    transition: all .3s ease
}

.ms-contacts-phones__title {
    margin-bottom: 5px
}

.ms-contacts-phones__data {
    margin-bottom: 10px
}

.ms-contacts-sked__wrap {
    display: table;
    width: 100%
}

.ms-contacts-sked__row {
    display: table-row
}

.ms-contacts-sked__day {
    display: table-cell;
    vertical-align: top;
    min-width: 120px;
    padding-right: 5px;
    padding-bottom: 8px;
    white-space: nowrap
}

.ms-contacts-sked__type {
    position: relative;
    display: table-cell;
    padding-right: 45px
}

.ms-contacts-sked__type::before {
    content: '';
    display: block;
    width: 5px;
    height: 24px;
    background-color: #aeaeae
}

.ms-contacts-sked__row:nth-child(5) .ms-contacts-sked__type::before {
    height: 15px
}

.ms-contacts-sked__row:nth-child(6) .ms-contacts-sked__type::before,
.ms-contacts-sked__row:nth-child(7) .ms-contacts-sked__type::before {
    background-color: red;
    height: 15px
}

.ms-contacts-sked__type._free::before {
    background-color: #f2001d
}

.ms-contacts-sked__phone {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    padding-bottom: 5px
}

.ms-contacts {
    padding: 0 0 30px;
    overflow: hidden
}

.ms-contacts._is-aside {
    margin: 0;
    padding: 0;
    border: none;
    overflow: visible
}

.ms-contacts__inner {
    position: relative
}

.ms-contacts__inner:after {
    content: '';
    display: table;
    clear: both
}

._is-aside .ms-contacts__wrap {
    padding: 20px 30px
}

.ms-content-block {
    margin: 0 0 30px
}

.ms-content-block._is-new-products {
    padding-left: 300px
}

.set-aside-to-right .ms-content-block._is-new-products {
    padding-left: 0;
    padding-right: 300px
}

.ms-content-block._branches-at-contacts {
    overflow: hidden
}

.ms-content-block__header {
    position: relative;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #282828
}

.ms-content-block__header::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: block;
    width: 140px;
    margin-left: -70px;
    border-top: solid 1px #6bc513
}

.ms-content-block__header._small {
    font-size: 22px
}

.ms-content-block__data {
    line-height: 1.4;
    font-size: 14px;
    padding: 0
}

.ms-content-block__data:after {
    content: '';
    display: table;
    clear: both
}

.ms-content-block__data._prices {
    padding: 20px 30px
}

.ms-content {
    font-size: 13.33px
}

.ms-content__title {
    position: relative;
    margin: 0;
    padding: 0 0 40px;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #282828
}

.ms-content__title::before,
.ms-footer-menu__title::before {
    content: '';
    position: absolute;
    bottom: 20px;
    display: block;
    width: 140px;
    border-top: solid 1px #6bc513
}

.ms-content__title::before {
    margin-left: -70px;
    left: 50%
}

.ms-footer-abuse {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.ms-footer-abuse__link {
    text-decoration: none;
    color: #6e6e6e
}

.ms-footer-abuse__link:hover {
    text-decoration: none;
    color: #57b70e
}

.ms-footer-btns {
    display: none
}

.ms-footer-dev {
    position: relative;
    margin: 0 0 15px;
    padding-top: 65px
}

.ms-footer-dev__text {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    color: #57b70e
}

.ms-footer-dev__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px
}

.ms-footer-dev__img .ab-logo-first,
.ms-footer-dev__img .ab-logo-sec {
    fill: #57b70e
}

.ms-footer-grid {
    overflow: hidden
}

.ms-footer-grid__wrap {
    position: relative;
    padding: 30px 0 30px 120px
}

.ms-footer-grid__row._first {
    display: block
}

.ms-footer-grid__col._first1 {
    display: block;
    overflow: hidden
}

.ms-footer-menu {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: table;
    padding: 10px 0
}

@media all and (min-width:1200px) {
    .ms-footer-menu {
        max-width: 1160px
    }
}

.ms-footer-menu__title {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 40px;
    line-height: 1;
    font-size: 22px;
    font-weight: 300;
    color: #282828
}

.ms-footer-menu__title::before {
    left: 0
}

.ms-footer-menu__wrap {
    list-style-type: none;
    padding: 0;
    overflow: hidden
}

.ms-footer-menu__item {
    float: left;
    display: block;
    width: 45%;
    margin: 0 5% 10px 0;
    padding: 0;
    font-size: 14px;
    color: #6e6e6e;
    cursor: pointer;
    transition: all .3s ease
}

.ms-footer-menu__item:hover {
    color: #6bc513
}

.ms-footer-name {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px
}

.ms-footer-name__text {
    color: #6e6e6e
}

.ms-footer-name__text::after {
    content: '|';
    display: inline-block;
    padding: 0 10px
}

.ms-footer-name__link {
    display: inline;
    padding-left: 4px;
    text-decoration: none;
    color: #6e6e6e
}

.ms-footer-name__link:hover,
.ms-groups-list__link:hover {
    text-decoration: none;
    color: #57b70e
}

.ms-footer-top {
    float: left;
    width: 40%;
    padding: 30px 40px 30px 0
}

.ms-footer__wrap {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    border-top: solid 1px #e5e5e5;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    max-width: 970px;
    margin: 0 auto
}

@media all and (min-width:1200px) {
    .ms-footer__wrap {
        max-width: 1160px
    }
}

.ms-footer__wrap::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 0;
    bottom: 0;
    display: block;
    border-left: solid 1px #e5e5e5
}

.ms-groups-list__link {
    color: #2d2d2d
}

.ms-groups__qty {
    font-style: italic
}

.ms-groups__qty::before {
    content: '  '
}

.ms-header-grid {
    display: block
}

.ms-header-grid__wrap {
    display: table;
    width: 100%
}

.ms-header-grid__wrap:after {
    content: '';
    display: table;
    clear: both
}

.ms-header-grid__row._first {
    display: table-cell;
    vertical-align: middle;
    min-width: 390px;
    max-width: 390px
}

.ms-header-grid__row._second {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    padding-left: 30px
}

.ms-header-grid__col._first1 {
    display: block
}

.ms-header-grid__col._second1 {
    display: block;
    text-align: right
}

.ms-header-phone {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 22px
}

.ms-header-phone__wrap {
    white-space: nowrap
}

.ms-header-phone__icon {
    display: inline-block;
    margin-right: 7px;
    font-size: 18px;
    color: #bebebe
}

.ms-header-phone__icon::before {
    content: '\f095';
    font-family: "FontAwesome", sans-serif
}

.ms-header-phone__number {
    display: inline-block;
    font-weight: 500
}

.ms-header {
    border-bottom: solid 2px #a0de4b
}

.ms-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    display: block;
    width: 970px;
    margin-left: -485px;
    background-color: rgba(255, 255, 255, .9)
}

@media all and (min-width:1200px) {
    .ms-header::before {
        width: 1160px;
        margin-left: -580px
    }
}

.ms-header__wrap {
    position: relative;
    z-index: 50;
    padding: 30px 20px;
    width: 100%;
    max-width: 970px;
    margin: 0 auto
}

@media all and (min-width:1200px) {
    .ms-header__wrap {
        max-width: 1160px
    }
}

.ms-info-carousel-btns {
    bottom: -20px
}

.ms-info-carousel-btns__item {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    border: solid 2px #e5e5e5;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer
}

.ms-info-carousel-btns__item.active {
    border-color: #6bc513;
    background-color: #6bc513;
    cursor: default
}

.ms-info-carousel {
    width: 270px;
    border: none;
    background: 0 0
}

.ms-info-carousel__wrap {
    top: 0;
    right: 0;
    bottom: 26px;
    left: 0;
    border: none
}

.ms-info-carousel__img {
    margin: 0 auto
}

.ms-info-page {
    padding: 0;
    margin-bottom: 30px;
    font-size: 16px
}

.ms-info-page:after {
    content: '';
    display: table;
    clear: both
}

.ms-info-page__title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'RobotoBlack', 'Roboto', serif;
    font-size: 22px
}

.ms-info-page__aside {
    float: left;
    margin: 0 20px 0 0
}

.ms-info-page__text {
    overflow: hidden
}

.ms-layout {
    padding: 0
}

.ms-layout__wrap {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    max-width: 970px;
    margin: 0 auto
}

@media all and (min-width:1200px) {
    .ms-layout__wrap {
        max-width: 1160px
    }
}

.ms-layout__aside {
    min-width: 280px;
    width: 280px
}

.ms-links-block {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 30px;
    padding-left: 310px
}

@media all and (min-width:1200px) {
    .ms-links-block {
        max-width: 1160px
    }
}

.set-aside-to-right .ms-links-block {
    padding-left: 0;
    padding-right: 310px
}

.ms-links-block__text {
    line-height: 1.4;
    font-size: 14px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3
}

.ms-links-block__link {
    display: block;
    vertical-align: top;
    padding: 0 20px 10px 0;
    color: #282828
}

.ms-links-block__link._active,
.ms-links-block__link:hover {
    color: #57b70e
}

.ms-map-preview {
    margin-bottom: 20px
}

.ms-map-preview._contacts-at-homepage {
    min-width: 350px
}

.ms-map-preview._is-aside {
    margin-bottom: 0;
    padding: 0 30px
}

.ms-map-preview__block {
    position: relative
}

.ms-map-preview__block::before {
    content: '';
    display: block;
    padding-top: 100%
}

._is-contacts-aside .ms-map-preview__block::before {
    padding-top: 75%
}

.ms-map-preview__content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.ms-map-preview__enlarge {
    padding: 5px 0;
    text-align: center;
    position: relative
}

._is-contacts-aside .ms-map-preview__enlarge {
    display: none
}

.ms-map-preview__btn {
    text-decoration: underline;
    font-size: 14px;
    color: #8c8c8c
}

.ms-map-preview__btn:hover {
    text-decoration: none
}

.ms-map-preview__large {
    width: 710px;
    height: 370px
}

.ms-map__block {
    height: 400px
}

.ms-member {
    line-height: 23px;
    padding: 0 30px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 400
}

.ms-new-goods {
    display: none
}

.ms-overfooter-block {
    padding: 20px 0;
    border-top: solid 1px #ddd;
    background-color: #f5f5f5
}

.ms-overfooter-block__wrap {
    width: 100%;
    max-width: 970px;
    margin: 0 auto
}

@media all and (min-width:1200px) {
    .ms-overfooter-block__wrap {
        max-width: 1160px
    }
}

.ms-overfooter-block__header {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700
}

.ms-paging {
    margin: 0;
    padding: 30px 0
}

.ms-paging__wrap {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ms-paging__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px
}

.ms-paging__link {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    border: solid 1px #dcdcdc;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #8c8c8c;
    overflow: hidden;
    transition: all .3s ease
}

.ms-paging__link._is-active,
.ms-paging__link:hover {
    border-color: #63be14;
    background-color: #63be14;
    text-decoration: none;
    color: #fff
}

.ms-paging__link._is-active {
    cursor: default
}

.ms-paging__link._next,
.ms-paging__link._prev {
    line-height: 27px
}

.ms-paging__link._next::before,
.ms-paging__link._prev::before,
.ms-phones-tooltip__close::before {
    font-family: "FontAwesome", sans-serif
}

.ms-paging__link._prev::before {
    content: '\f100'
}

.ms-paging__link._next::before {
    content: '\f101'
}

.ms-phones-tooltip {
    position: absolute;
    min-width: 290px;
    padding: 7px 20px 7px 10px;
    border: solid 1px #e7d8a6;
    background-color: #fcf4c7;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 300;
    color: #564929;
    box-shadow: 1px 2px 2px #aaa
}

.ms-phones-tooltip__close {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    color: #333;
    cursor: pointer
}

.ms-phones-tooltip__close::before {
    content: '\f00d';
    font-size: 12px
}

.ms-phones {
    display: inline-block;
    margin-left: 3px;
    margin-right: 10px
}

.ms-phones__wrap {
    position: relative;
    display: inline-block
}

.ms-phones__btn {
    margin: 0 0 0 5px;
    padding: 0;
    background: 0 0;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: dotted 1px #57b70e;
    line-height: 1.1;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #57b70e;
    cursor: pointer
}

.ms-phones__tooltip {
    position: absolute;
    bottom: 10000px;
    left: 20px;
    opacity: 0;
    z-index: 10;
    transition: opacity .5s ease, bottom 0s ease .7s
}

.ms-phones__tooltip._is-visible {
    bottom: 100%;
    opacity: 1;
    transition: opacity .5s ease, bottom 0s ease 0s
}

.ms-price {
    font-size: 22px;
    color: #282828;
    line-height: 1.1
}

._is-grid .ms-price,
._is-similar .ms-price {
    font-size: 16px;
    font-weight: 300
}

.ms-price._product-card {
    margin-bottom: 20px
}

.ms-price__native {
    font-size: 36px;
    font-weight: 500;
    padding-right: 5px;
    color: #57b70e
}

._is-grid .ms-price__native,
._is-similar .ms-price__native {
    font-size: 22px
}

.ms-price__wholesale .ms-price__native {
    font-size: 22px;
    color: #282828
}

._is-grid .ms-price__wholesale .ms-price__native,
._is-similar .ms-price__wholesale .ms-price__native {
    font-size: 16px
}

.ms-prices__wrap {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ms-prices__item {
    display: block;
    margin-bottom: 20px
}

.ms-prices__name {
    font-weight: 700
}

.ms-prices__link {
    text-decoration: none;
    color: #3e3e3e;
    transition: all .3s ease
}

.ms-prices__link:hover {
    text-decoration: none;
    color: #2d2d2d
}

.ms-prices__date {
    color: #3e3e3e
}

.ms-product-card__wrap:after {
    content: '';
    display: table;
    clear: both
}

.ms-product-card__photo {
    float: left;
    width: 48%
}

.ms-product-card__info {
    margin-left: 53%
}

.ms-product-card__name {
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 1.1;
    font-family: 'RobotoBlack', 'Roboto', 'Times New Roman', serif;
    font-weight: 400;
    font-size: 28px;
    color: #232b4c
}

.ms-product-card__description {
    margin: 0 0 30px;
    padding: 20px 0 30px;
    border-bottom: solid 1px #dcdcdc;
    font-size: 16px;
    clear: both
}

.ms-product-card__description-additional ._params {
    margin: 0 0 10px
}

.ms-product-card__description-additional ._params ._item {
    font-size: 14px;
    padding: 3px 0
}

.ms-product-card__description-additional ._view {
    margin-bottom: 20px
}

.ms-product-card__description-title {
    border-bottom: none
}

.ms-product-card__share {
    margin-top: 20px;
    padding: 20px 0
}

.ms-product-card__view-in,
.ms-product-card__view-in:hover {
    color: #57b70e
}

.ms-product-filter {
    display: block;
    margin-bottom: 27px;
    padding: 30px 0 0;
    border-top: solid 1px #e5e5e5
}

.ms-product-item {
    margin: 0 0 20px;
    transition: all .3s ease
}

._is-grid .ms-product-item {
    float: left;
    width: 50%;
    padding: 0 10px
}

@media all and (min-width:1200px) {
    ._is-grid .ms-product-item {
        width: 33.3%
    }
}

.ms-product-item__wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    padding: 30px 20px
}

.ms-product-item__wrap:hover {
    border-color: #6bc513;
    box-shadow: inset 0 0 0 1px #6bc513
}

._is-grid .ms-product-item__wrap {
    padding: 15px
}

.ms-product-item__photo {
    float: left;
    width: 49%;
    margin: 0 2% 0 0;
    position: relative;
    transition: all .3s ease
}

._is-grid .ms-product-item__photo {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 15px
}

.ms-product-item__photo::before {
    content: '';
    display: block;
    padding-top: 75%
}

.ms-product-item__img,
.ms-product-item__photolink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

.ms-product-item__photolink {
    overflow: hidden
}

.ms-product-item__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.ms-product-item__info {
    overflow: hidden
}

._is-grid .ms-product-item__info {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    border: none;
    width: auto
}

.ms-product-item__name {
    margin-bottom: 12px;
    line-height: 1.1;
    font-size: 22px;
    font-weight: 500
}

._is-grid .ms-product-item__name {
    height: 53px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden
}

.ms-product-item__descr,
.ms-product-item__namelink {
    display: block;
    text-decoration: none;
    color: #282828
}

.ms-product-item__namelink:hover {
    text-decoration: none;
    color: #6bc513
}

.ms-product-item__descr {
    margin-bottom: 15px;
    line-height: 1.2;
    color: #5a5a5a;
    font-size: 14px
}

._is-grid .ms-product-item__descr,
._is-grid .ms-product-item__group {
    display: none
}

.ms-product-item__group {
    margin-bottom: 12px;
    font-size: 14px;
    color: #5a5a5a
}

.ms-product-item__price {
    margin-bottom: 8px;
    word-wrap: break-word
}

._is-grid .ms-product-item__price {
    height: 64px;
    overflow: hidden
}

.ms-product-params {
    border-top: 1px #dcdcdc solid;
    padding: 17px 0 12px;
    margin-bottom: 20px
}

.ms-product-params__item {
    font-size: 16px;
    margin-bottom: 5px
}

.ms-product-params__name::after {
    content: '  '
}

.ms-product-photo-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden
}

.ms-product-photo-list__item {
    float: left;
    display: block;
    height: 90px
}

.ms-product-photo-list__link {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px #dcdcdc solid
}

.ms-product-photo-list__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.ms-product-photo-main {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px #dcdcdc solid;
    background-color: #fff
}

.ms-product-photo-main::before {
    content: '';
    display: block;
    padding-top: 75%
}

.ms-product-photo-main__wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px
}

.ms-product-photo-main__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    cursor: pointer
}

.ms-product-photo-main__img,
.ms-product-photo__img {
    max-width: 100%;
    max-height: 100%
}

.ms-product-photo__additional {
    position: relative;
    padding: 0 10px;
    margin: 0 0 30px
}

.ms-product-photo__additional .bx-next::before {
    content: '\f105';
    text-align: right;
    font-size: 16px
}

.ms-product-photo__additional .bx-prev::before {
    content: '\f104';
    text-align: right;
    font-size: 16px;
    margin-left: -10px
}

.ms-product-slider {
    display: block;
    margin-bottom: 30px;
    background: 0 0
}

.ms-product-slider__item::before {
    content: '';
    display: block;
    padding-top: 56%
}

.ms-product-slider__image,
.ms-product-slider__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block
}

.ms-product-slider__link {
    text-align: center;
    overflow: hidden
}

.ms-product-slider__image {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.ms-product-slider__points {
    bottom: 30px;
    text-align: center
}

.ms-product-slider__point {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}

.ms-product-slider__point.active {
    background: #6bc513;
    border: none;
    cursor: default;
    box-shadow: none
}

.ms-product-slider__next,
.ms-product-slider__prev {
    display: none
}

.ms-product-view__btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0;
    border: none;
    background: 0 0;
    color: #bebebe;
    cursor: pointer;
    transition: all .3s ease
}

.ms-product-view__btn._is-selected,
.ms-product-view__btn:hover {
    color: #57b70e
}

.ms-product-view__icon {
    font-family: "FontAwesome", sans-serif;
    font-size: 28px;
    font-style: normal
}

.ms-product-view__icon::before {
    line-height: 1
}

._grid .ms-product-view__icon::before {
    content: '\f00a'
}

._list .ms-product-view__icon::before {
    content: '\f00b'
}

.ms-products-new__wrap {
    margin: 0 -10px
}

.ms-products-new__wrap:after {
    content: '';
    display: table;
    clear: both
}

.ms-products-new__item {
    float: left;
    display: block;
    width: 33.33%;
    padding: 10px
}

.ms-products-new__link {
    display: block;
    padding: 20px 15px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    overflow: hidden
}

.ms-products-new__link:hover {
    border-color: #6bc513;
    box-shadow: inset 0 0 0 1px #6bc513
}

.ms-products-new__photo {
    position: relative;
    width: 40%;
    display: inline-block;
    vertical-align: top
}

.ms-products-new__photo::before {
    content: '';
    display: block;
    padding-top: 100%
}

.ms-products-new__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.ms-products-new__name {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    height: 115px;
    padding: 0 0 0 20px;
    line-height: 1.2;
    overflow: hidden
}

.ms-products-new__text {
    color: #3e3e3e
}

.ms-products._is-grid {
    margin: 0 -15px
}

.ms-promo {
    position: relative
}

.ms-promo__wrap {
    display: table;
    width: 100%
}

.ms-promo__logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px
}

.ms-promo__logo-wrap {
    display: block;
    max-width: 100px
}

.ms-promo__img {
    max-width: 100%;
    max-height: 100px;
    vertical-align: top
}

.ms-promo__info {
    display: table-cell;
    vertical-align: middle
}

.ms-promo__name {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'RobotoBlack', 'Roboto', 'Times New Roman', serif;
    font-size: 18px
}

.ms-promo__link {
    text-decoration: none;
    line-height: 1.1;
    color: #282828;
    font-weight: 700
}

.ms-promo__link:hover {
    color: #282828
}

.ms-search-form {
    display: inline-block;
    vertical-align: middle
}

.ms-search-form__wrap {
    position: relative;
    padding-right: 50px
}

.ms-search-form__field {
    width: 200px;
    height: 40px;
    padding: 1px 0;
    background-color: #f2f2f2;
    border: none;
    border-radius: 20px
}

.ms-search-form__input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: 0 0;
    border: none;
    font-size: 14px;
    color: #8c8c8c
}

.ms-search-form__input::-webkit-input-placeholder {
    color: #8c8c8c;
    font-style: italic
}

.ms-search-form__input:-moz-placeholder,
.ms-search-form__input::-moz-placeholder {
    color: #8c8c8c;
    font-style: italic
}

.ms-search-form__input:-ms-input-placeholder {
    color: #8c8c8c;
    font-style: italic
}

.ms-search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #6bc513;
    border-radius: 50%
}

.ms-search-form__btn {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    cursor: pointer
}

.ms-search-form__btn::before {
    content: '\f002';
    line-height: 1;
    font-family: "FontAwesome", sans-serif;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease
}

.ms-seo-descr {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding-left: 310px;
    background-color: rgba(255, 255, 255, .9)
}

@media all and (min-width:1200px) {
    .ms-seo-descr {
        max-width: 1160px
    }
}

.set-aside-to-right .ms-seo-descr {
    padding-left: 20px;
    padding-right: 310px
}

.ms-layout__content .ms-seo-descr {
    padding-left: 0
}

.set-aside-to-right .ms-layout__content .ms-seo-descr {
    padding-right: 0
}

.ms-seo-descr__text {
    padding: 0 20px 20px 0;
    line-height: 1.1;
    font-size: 14px
}

.ms-showcase-banner {
    float: left;
    width: 33.333%;
    padding: 0 10px
}

.ms-showcase-banner__wrap {
    position: relative;
    display: block;
    background-color: #eee;
    cursor: pointer;
    overflow: hidden
}

.ms-showcase-banner__wrap::before {
    content: '';
    display: block;
    padding-top: 72%
}

.ms-showcase-banner__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    z-index: 5;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s ease
}

.ms-showcase-banner:hover .ms-showcase-banner__img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.ms-showcase-banner__name {
    position: absolute;
    top: 30px;
    left: 15px;
    right: 15px;
    z-index: 10;
    display: block;
    max-height: 114px;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    overflow: hidden
}

.ms-showcase-banner__btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15
}

.ms-showcase-banner:hover .ms-showcase-banner__btn {
    background-color: #a4a4a4
}

.ms-showcase-banner:hover .ms-showcase-banner__btn::before {
    background-color: #2d2d2d
}

.ms-showcase-banners {
    overflow: hidden
}

.ms-showcase-banners__wrap {
    margin: 0 -10px
}

.ms-showcase-banners__wrap:after {
    content: '';
    display: table;
    clear: both
}

.ms-showcase-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 20
}

.ms-showcase-controls._for-thumbs {
    display: none
}

.ms-showcase-controls__wrap {
    position: relative
}

.ms-showcase-controls__btn {
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 50%;
    font-style: normal;
    color: #6e6e6e;
    cursor: pointer;
    transition: all .3s ease
}

.ms-showcase-controls__btn:hover {
    border-color: #007d51;
    background: #007d51;
    color: #fff
}

.ms-showcase-controls__btn::before {
    display: block;
    text-align: center;
    line-height: 1;
    font-family: "FontAwesome", sans-serif;
    font-size: 16px
}

.ms-showcase-controls__btn._to-next {
    left: auto;
    right: 20px
}

.ms-showcase-controls__btn._to-next::before {
    content: '\f054';
    padding-left: 3px;
    padding-top: 2px
}

.ms-showcase-controls__btn._to-prev::before {
    content: '\f053';
    padding-right: 3px;
    padding-top: 2px
}

.ms-showcase-data {
    position: absolute;
    left: 0;
    right: 0;
    top: 370px;
    text-align: center
}

.ms-showcase-data__wrap {
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px
}

.ms-showcase-main {
    position: relative;
    margin: 0 0 18px;
    background-color: #fff;
    border: solid 1px #e5e5e5
}

.ms-showcase-main::before {
    content: '';
    display: block;
    padding-top: 56.5%
}

.ms-showcase-main__item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 110px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .4s ease;
}

.ms-showcase-main__item._is-active {
    opacity: 1;
    z-index: 10;
    transition: opacity .4s ease .2s
}

.ms-showcase-name {
    width: 100%;
    text-align: center
}

.ms-showcase-name__wrap {
    text-overflow: ellipsis;
    font-size: 22px;
    font-weight: 300;
    color: #282828;
    white-space: nowrap;
    overflow: hidden
}

.ms-showcase-photo {
    position: relative;
    width: 100%;
    height: 100%
}

.ms-showcase-photo__img,
.ms-showcase-photo__wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:0 10px;
}

.ms-showcase-photo__img {
    display: block;
    max-width: 100%;
    max-height: 80%;
    margin: 0 auto 0 auto;
}

.ms-showcase-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.ms-showcase-price__wrap {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    color: #57b70e
}

.ms-showcase-thumbs {
    position: relative;
    margin: 0 auto
}

.ms-showcase-thumbs__wrap {
    position: relative;
    margin: 0 -10px;
    overflow: hidden
}

.ms-showcase-thumbs__slider {
    position: relative;
    min-width: 100%;
    white-space: nowrap
}

.ms-showcase-thumbs__item {
    display: inline-block;
    width: 280px;
    padding: 10px
}

.ms-showcase-thumbs__btn {
    display: block;
    margin: 0;
    padding: 15px;
    background: #fff;
    border: solid 2px #fff;
    cursor: pointer;
    white-space: normal
}

._is-active .ms-showcase-thumbs__btn {
    border-color: #007d51
}

.ms-showcase-thumbs__photo {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
    transition: border .5s ease
}

.ms-showcase-thumbs__photo::before,
.ms-similar-item__photo::before {
    content: '';
    display: block;
    padding-top: 75%
}

._is-active .ms-showcase-thumbs__photo {
    border-color: #5ccd59
}

.ms-showcase-thumbs__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    max-width: 98%;
    max-height: 98%
}

.ms-showcase-thumbs__name {
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #282828;
    overflow: hidden
}

._is-active .ms-showcase-thumbs__name {
    color: #007d51
}

.ms-showcase__wrap {
    position: relative
}

.ms-similar-item {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
    transition: all .3s ease
}

@media all and (min-width:1200px) {
    .ms-similar-item {
        width: 33.3%
    }
}

.ms-similar-item__wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    padding: 15px;
    text-align: center
}

.ms-similar-item__wrap:hover {
    border-color: #6bc513;
    box-shadow: inset 0 0 0 1px #6bc513
}

.ms-similar-item__photo {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 15px
}

.ms-similar-item__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.ms-similar-item__name {
    line-height: 1.1;
    height: 53px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden
}

.ms-similar-item__link {
    display: block;
    text-decoration: none;
    color: #282828
}

.ms-similar-item__link:hover {
    text-decoration: none;
    color: #6bc513
}

.ms-similar-item__price {
    margin-bottom: 8px;
    word-wrap: break-word;
    height: 64px;
    overflow: hidden
}

.ms-similar__wrap {
    display: block;
    margin: 0 -10px;
    padding: 0;
    list-style-type: none
}

.ms-sub-header {
    display: none
}

.ms-top-menu {
    padding: 15px 0 0;
    text-align: right
}

.ms-top-menu__item {
    position: relative;
    z-index: 30;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px
}

.ms-top-menu__item._home {
    padding: 0
}

.ms-top-menu__link {
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #6e6e6e;
    white-space: nowrap
}

.ms-top-menu__link:hover {
    text-decoration: none;
    color: #57b70e
}

.ms-top-submenu {
    left: auto;
    right: 0
}

.ms-top-submenu__item {
    text-align: left
}

.ms-top-submenu__link {
    white-space: normal
}

._is-other .ms-top-submenu__link {
    padding-right: 15px;
    white-space: nowrap
}

.ms-wrapper {
    min-height: 100%
}

.ms-write-letter {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    white-space: nowrap
}

.ms-write-letter._at-aside {
    display: block;
    margin: -20px 0 0;
    padding: 0 30px 30px
}

.ms-write-letter__btn {
    position: relative;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #57b70e;
    cursor: pointer
}

._at-aside .ms-write-letter__btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background-color: #58b80f;
    background: linear-gradient(to bottom, #7ece22, #58b70e);
    color: #fff;
    margin: 0;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
    overflow: hidden
}

._at-aside .ms-write-letter__btn:hover {
    background-color: #48970c;
    background: linear-gradient(to bottom, #6baf1d, #48960b)
}

.ms-write-letter__icon {
    display: inline-block;
    margin-right: 5px
}

.ms-write-letter__icon::before {
    content: '\f003';
    font-family: "FontAwesome", sans-serif;
    text-align: center;
    font-style: normal
}

._at-aside .ms-write-letter__icon {
    display: none
}

.ms-write-letter__text {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap
}

.ms-write-letter__text::first-letter,
.send-message-btn__text::first-letter {
    text-transform: uppercase
}

.send-message-btn {
    display: none;
    cursor: pointer
}

._is-aside .send-message-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #232b4c;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease
}

._is-aside .send-message-btn:hover {
    background-color: #131729
}

._is-aside .send-message-btn::before {
    content: '\f044';
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    margin-right: 6px
}

.send-message-btn__text {
    display: inline-block;
    font-weight: 700
}

.set-color-1 .ms-articles-item__link,
.set-color-1 .ms-articles-item__link:hover,
.set-color-1 .ms-aside-menu__link::before,
.set-color-1 .ms-aside-menu__link:hover,
.set-color-1 .ms-aside-submenu__link:hover,
.set-color-1 .ms-contacts-block__title,
.set-color-1 .ms-contacts-branches-item__link,
.set-color-1 .ms-contacts-branches-item__link:hover,
.set-color-1 .ms-contacts-branches-item__phone-link,
.set-color-1 .ms-contacts-branches-item__phone-link:hover,
.set-color-1 .ms-contacts-inet__link,
.set-color-1 .ms-contacts-inet__link:hover,
.set-color-1 .ms-contacts-menu__link:hover,
.set-color-1 .ms-footer-dev__text,
.set-color-1 .ms-footer-menu__item:hover,
.set-color-1 .ms-groups-list__link:hover,
.set-color-1 .ms-price__native,
.set-color-1 .ms-product-card__view-in,
.set-color-1 .ms-product-card__view-in:hover,
.set-color-1 .ms-product-item__namelink:hover,
.set-color-1 .ms-product-view__btn._is-selected,
.set-color-1 .ms-product-view__btn:hover,
.set-color-1 .ms-showcase-price__wrap,
.set-color-1 .ms-similar-item__link:hover,
.set-color-1 .ms-top-menu__link:hover,
.set-color-1 .ms-write-letter__btn {
    color: #a93195
}

.set-color-1 .ms-phones__btn {
    color: #a93195;
    border-bottom-color: #a93195
}

.set-color-1 .ab-logo-first,
.set-color-1 .ab-logo-sec {
    fill: #a93195
}

.set-color-1 .ms-content-block__header::before,
.set-color-1 .ms-content__title::before,
.set-color-1 .ms-footer-menu__title::before {
    border-top: solid 1px #a93195
}

.set-color-1 .ms-header {
    border-bottom: solid 2px #a93195
}

.set-color-1 .ms-info-carousel-btns__item.active,
.set-color-1 .ms-paging__link._is-active,
.set-color-1 .ms-paging__link:hover,
.set-color-1 .ms-showcase-controls__btn:hover {
    border-color: #a93195;
    background-color: #a93195
}

.set-color-1 .ms-product-item__wrap:hover,
.set-color-1 .ms-products-new__link:hover,
.set-color-1 .ms-similar-item__wrap:hover {
    border-color: #a93195;
    box-shadow: inset 0 0 0 1px #a93195
}

.set-color-1 .ms-product-slider__point.active,
.set-color-1 .ms-search-form__submit {
    background: #a93195
}

.set-color-1 ._at-aside .ms-write-letter__btn,
.set-color-1 ._is-menu .ms-aside-block__header,
.set-color-1 .ms-buy-btn {
    background-color: #a93195;
    background: linear-gradient(to bottom, #cb4eb4, #a93195);
    color: #fff
}

.set-color-1 ._is-active .ms-showcase-thumbs__btn {
    border-color: #a93195
}

.set-color-1 ._is-active .ms-showcase-thumbs__name {
    color: #a93195
}

.set-color-2 .ms-articles-item__link,
.set-color-2 .ms-articles-item__link:hover,
.set-color-2 .ms-aside-menu__link::before,
.set-color-2 .ms-aside-menu__link:hover,
.set-color-2 .ms-aside-submenu__link:hover,
.set-color-2 .ms-contacts-block__title,
.set-color-2 .ms-contacts-branches-item__link,
.set-color-2 .ms-contacts-branches-item__link:hover,
.set-color-2 .ms-contacts-branches-item__phone-link,
.set-color-2 .ms-contacts-branches-item__phone-link:hover,
.set-color-2 .ms-contacts-inet__link,
.set-color-2 .ms-contacts-inet__link:hover,
.set-color-2 .ms-contacts-menu__link:hover,
.set-color-2 .ms-footer-dev__text,
.set-color-2 .ms-footer-menu__item:hover,
.set-color-2 .ms-groups-list__link:hover,
.set-color-2 .ms-price__native,
.set-color-2 .ms-product-card__view-in,
.set-color-2 .ms-product-card__view-in:hover,
.set-color-2 .ms-product-item__namelink:hover,
.set-color-2 .ms-product-view__btn._is-selected,
.set-color-2 .ms-product-view__btn:hover,
.set-color-2 .ms-showcase-price__wrap,
.set-color-2 .ms-similar-item__link:hover,
.set-color-2 .ms-top-menu__link:hover,
.set-color-2 .ms-write-letter__btn {
    color: #635799
}

.set-color-2 .ms-phones__btn {
    color: #635799;
    border-bottom-color: #635799
}

.set-color-2 .ab-logo-first,
.set-color-2 .ab-logo-sec {
    fill: #635799
}

.set-color-2 .ms-content-block__header::before,
.set-color-2 .ms-content__title::before,
.set-color-2 .ms-footer-menu__title::before {
    border-top: solid 1px #635799
}

.set-color-2 .ms-header {
    border-bottom: solid 2px #635799
}

.set-color-2 .ms-info-carousel-btns__item.active,
.set-color-2 .ms-paging__link._is-active,
.set-color-2 .ms-paging__link:hover,
.set-color-2 .ms-showcase-controls__btn:hover {
    border-color: #635799;
    background-color: #635799
}

.set-color-2 .ms-product-item__wrap:hover,
.set-color-2 .ms-products-new__link:hover,
.set-color-2 .ms-similar-item__wrap:hover {
    border-color: #635799;
    box-shadow: inset 0 0 0 1px #635799
}

.set-color-2 .ms-product-slider__point.active,
.set-color-2 .ms-search-form__submit {
    background: #635799
}

.set-color-2 ._at-aside .ms-write-letter__btn,
.set-color-2 ._is-menu .ms-aside-block__header,
.set-color-2 .ms-buy-btn {
    background-color: #635799;
    background: linear-gradient(to bottom, #927ce9, #635799);
    color: #fff
}

.set-color-2 ._is-active .ms-showcase-thumbs__btn {
    border-color: #635799
}

.set-color-2 ._is-active .ms-showcase-thumbs__name {
    color: #635799
}

.set-color-3 .ms-articles-item__link,
.set-color-3 .ms-articles-item__link:hover,
.set-color-3 .ms-aside-menu__link::before,
.set-color-3 .ms-aside-menu__link:hover,
.set-color-3 .ms-aside-submenu__link:hover,
.set-color-3 .ms-contacts-block__title,
.set-color-3 .ms-contacts-branches-item__link,
.set-color-3 .ms-contacts-branches-item__link:hover,
.set-color-3 .ms-contacts-branches-item__phone-link,
.set-color-3 .ms-contacts-branches-item__phone-link:hover,
.set-color-3 .ms-contacts-inet__link,
.set-color-3 .ms-contacts-inet__link:hover,
.set-color-3 .ms-contacts-menu__link:hover,
.set-color-3 .ms-footer-dev__text,
.set-color-3 .ms-footer-menu__item:hover,
.set-color-3 .ms-groups-list__link:hover,
.set-color-3 .ms-price__native,
.set-color-3 .ms-product-card__view-in,
.set-color-3 .ms-product-card__view-in:hover,
.set-color-3 .ms-product-item__namelink:hover,
.set-color-3 .ms-product-view__btn._is-selected,
.set-color-3 .ms-product-view__btn:hover,
.set-color-3 .ms-showcase-price__wrap,
.set-color-3 .ms-similar-item__link:hover,
.set-color-3 .ms-top-menu__link:hover,
.set-color-3 .ms-write-letter__btn {
    color: #61b4d6
}

.set-color-3 .ms-phones__btn {
    color: #61b4d6;
    border-bottom-color: #61b4d6
}

.set-color-3 .ab-logo-first,
.set-color-3 .ab-logo-sec {
    fill: #61b4d6
}

.set-color-3 .ms-content-block__header::before,
.set-color-3 .ms-content__title::before,
.set-color-3 .ms-footer-menu__title::before {
    border-top: solid 1px #61b4d6
}

.set-color-3 .ms-header {
    border-bottom: solid 2px #61b4d6
}

.set-color-3 .ms-info-carousel-btns__item.active,
.set-color-3 .ms-paging__link._is-active,
.set-color-3 .ms-paging__link:hover,
.set-color-3 .ms-showcase-controls__btn:hover {
    border-color: #61b4d6;
    background-color: #61b4d6
}

.set-color-3 .ms-product-item__wrap:hover,
.set-color-3 .ms-products-new__link:hover,
.set-color-3 .ms-similar-item__wrap:hover {
    border-color: #61b4d6;
    box-shadow: inset 0 0 0 1px #61b4d6
}

.set-color-3 .ms-product-slider__point.active,
.set-color-3 .ms-search-form__submit {
    background: #61b4d6
}

.set-color-3 ._at-aside .ms-write-letter__btn,
.set-color-3 ._is-menu .ms-aside-block__header,
.set-color-3 .ms-buy-btn {
    background-color: #61b4d6;
    background: linear-gradient(to bottom, #99dbf3, #61b4d6);
    color: #fff
}

.set-color-3 ._is-active .ms-showcase-thumbs__btn {
    border-color: #61b4d6
}

.set-color-3 ._is-active .ms-showcase-thumbs__name {
    color: #61b4d6
}

.set-color-4 .ms-articles-item__link,
.set-color-4 .ms-articles-item__link:hover,
.set-color-4 .ms-aside-menu__link::before,
.set-color-4 .ms-aside-menu__link:hover,
.set-color-4 .ms-aside-submenu__link:hover,
.set-color-4 .ms-contacts-block__title,
.set-color-4 .ms-contacts-branches-item__link,
.set-color-4 .ms-contacts-branches-item__link:hover,
.set-color-4 .ms-contacts-branches-item__phone-link,
.set-color-4 .ms-contacts-branches-item__phone-link:hover,
.set-color-4 .ms-contacts-inet__link,
.set-color-4 .ms-contacts-inet__link:hover,
.set-color-4 .ms-contacts-menu__link:hover,
.set-color-4 .ms-footer-dev__text,
.set-color-4 .ms-footer-menu__item:hover,
.set-color-4 .ms-groups-list__link:hover,
.set-color-4 .ms-price__native,
.set-color-4 .ms-product-card__view-in,
.set-color-4 .ms-product-card__view-in:hover,
.set-color-4 .ms-product-item__namelink:hover,
.set-color-4 .ms-product-view__btn._is-selected,
.set-color-4 .ms-product-view__btn:hover,
.set-color-4 .ms-showcase-price__wrap,
.set-color-4 .ms-similar-item__link:hover,
.set-color-4 .ms-top-menu__link:hover,
.set-color-4 .ms-write-letter__btn {
    color: #e79176
}

.set-color-4 .ms-phones__btn {
    color: #e79176;
    border-bottom-color: #e79176
}

.set-color-4 .ab-logo-first,
.set-color-4 .ab-logo-sec {
    fill: #e79176
}

.set-color-4 .ms-content-block__header::before,
.set-color-4 .ms-content__title::before,
.set-color-4 .ms-footer-menu__title::before {
    border-top: solid 1px #e79176
}

.set-color-4 .ms-header {
    border-bottom: solid 2px #e79176
}

.set-color-4 .ms-info-carousel-btns__item.active,
.set-color-4 .ms-paging__link._is-active,
.set-color-4 .ms-paging__link:hover,
.set-color-4 .ms-showcase-controls__btn:hover {
    border-color: #e79176;
    background-color: #e79176
}

.set-color-4 .ms-product-item__wrap:hover,
.set-color-4 .ms-products-new__link:hover,
.set-color-4 .ms-similar-item__wrap:hover {
    border-color: #e79176;
    box-shadow: inset 0 0 0 1px #e79176
}

.set-color-4 .ms-product-slider__point.active,
.set-color-4 .ms-search-form__submit {
    background: #e79176
}

.set-color-4 ._at-aside .ms-write-letter__btn,
.set-color-4 ._is-menu .ms-aside-block__header,
.set-color-4 .ms-buy-btn {
    background-color: #e79176;
    background: linear-gradient(to bottom, #ffbda5, #e79176);
    color: #fff
}

.set-color-4 ._is-active .ms-showcase-thumbs__btn {
    border-color: #e79176
}

.set-color-4 ._is-active .ms-showcase-thumbs__name {
    color: #e79176
}

.set-color-5 .ms-articles-item__link,
.set-color-5 .ms-articles-item__link:hover,
.set-color-5 .ms-aside-menu__link::before,
.set-color-5 .ms-aside-menu__link:hover,
.set-color-5 .ms-aside-submenu__link:hover,
.set-color-5 .ms-contacts-block__title,
.set-color-5 .ms-contacts-branches-item__link,
.set-color-5 .ms-contacts-branches-item__link:hover,
.set-color-5 .ms-contacts-branches-item__phone-link,
.set-color-5 .ms-contacts-branches-item__phone-link:hover,
.set-color-5 .ms-contacts-inet__link,
.set-color-5 .ms-contacts-inet__link:hover,
.set-color-5 .ms-contacts-menu__link:hover,
.set-color-5 .ms-footer-dev__text,
.set-color-5 .ms-footer-menu__item:hover,
.set-color-5 .ms-groups-list__link:hover,
.set-color-5 .ms-price__native,
.set-color-5 .ms-product-card__view-in,
.set-color-5 .ms-product-card__view-in:hover,
.set-color-5 .ms-product-item__namelink:hover,
.set-color-5 .ms-product-view__btn._is-selected,
.set-color-5 .ms-product-view__btn:hover,
.set-color-5 .ms-showcase-price__wrap,
.set-color-5 .ms-similar-item__link:hover,
.set-color-5 .ms-top-menu__link:hover,
.set-color-5 .ms-write-letter__btn {
    color: #f19a33
}

.set-color-5 .ms-phones__btn {
    color: #f19a33;
    border-bottom-color: #f19a33
}

.set-color-5 .ab-logo-first,
.set-color-5 .ab-logo-sec {
    fill: #f19a33
}

.set-color-5 .ms-content-block__header::before,
.set-color-5 .ms-content__title::before,
.set-color-5 .ms-footer-menu__title::before {
    border-top: solid 1px #f19a33
}

.set-color-5 .ms-header {
    border-bottom: solid 2px #f19a33
}

.set-color-5 .ms-info-carousel-btns__item.active,
.set-color-5 .ms-paging__link._is-active,
.set-color-5 .ms-paging__link:hover,
.set-color-5 .ms-showcase-controls__btn:hover {
    border-color: #f19a33;
    background-color: #f19a33
}

.set-color-5 .ms-product-item__wrap:hover,
.set-color-5 .ms-products-new__link:hover,
.set-color-5 .ms-similar-item__wrap:hover {
    border-color: #f19a33;
    box-shadow: inset 0 0 0 1px #f19a33
}

.set-color-5 .ms-product-slider__point.active,
.set-color-5 .ms-search-form__submit {
    background: #f19a33
}

.set-color-5 ._at-aside .ms-write-letter__btn,
.set-color-5 ._is-menu .ms-aside-block__header,
.set-color-5 .ms-buy-btn {
    background-color: #f19a33;
    background: linear-gradient(to bottom, #fabe75, #f19a33);
    color: #fff
}

.set-color-5 ._is-active .ms-showcase-thumbs__btn {
    border-color: #f19a33
}

.set-color-5 ._is-active .ms-showcase-thumbs__name {
    color: #f19a33
}

.set-color-6 .ms-articles-item__link,
.set-color-6 .ms-articles-item__link:hover,
.set-color-6 .ms-aside-menu__link::before,
.set-color-6 .ms-aside-menu__link:hover,
.set-color-6 .ms-aside-submenu__link:hover,
.set-color-6 .ms-contacts-block__title,
.set-color-6 .ms-contacts-branches-item__link,
.set-color-6 .ms-contacts-branches-item__link:hover,
.set-color-6 .ms-contacts-branches-item__phone-link,
.set-color-6 .ms-contacts-branches-item__phone-link:hover,
.set-color-6 .ms-contacts-inet__link,
.set-color-6 .ms-contacts-inet__link:hover,
.set-color-6 .ms-contacts-menu__link:hover,
.set-color-6 .ms-footer-dev__text,
.set-color-6 .ms-footer-menu__item:hover,
.set-color-6 .ms-groups-list__link:hover,
.set-color-6 .ms-price__native,
.set-color-6 .ms-product-card__view-in,
.set-color-6 .ms-product-card__view-in:hover,
.set-color-6 .ms-product-item__namelink:hover,
.set-color-6 .ms-product-view__btn._is-selected,
.set-color-6 .ms-product-view__btn:hover,
.set-color-6 .ms-showcase-price__wrap,
.set-color-6 .ms-similar-item__link:hover,
.set-color-6 .ms-top-menu__link:hover,
.set-color-6 .ms-write-letter__btn {
    color: #b7493c
}

.set-color-6 .ms-phones__btn {
    color: #b7493c;
    border-bottom-color: #b7493c
}

.set-color-6 .ab-logo-first,
.set-color-6 .ab-logo-sec {
    fill: #b7493c
}

.set-color-6 .ms-content-block__header::before,
.set-color-6 .ms-content__title::before,
.set-color-6 .ms-footer-menu__title::before {
    border-top: solid 1px #b7493c
}

.set-color-6 .ms-header {
    border-bottom: solid 2px #b7493c
}

.set-color-6 .ms-info-carousel-btns__item.active,
.set-color-6 .ms-paging__link._is-active,
.set-color-6 .ms-paging__link:hover,
.set-color-6 .ms-showcase-controls__btn:hover {
    border-color: #b7493c;
    background-color: #b7493c
}

.set-color-6 .ms-product-item__wrap:hover,
.set-color-6 .ms-products-new__link:hover,
.set-color-6 .ms-similar-item__wrap:hover {
    border-color: #b7493c;
    box-shadow: inset 0 0 0 1px #b7493c
}

.set-color-6 .ms-product-slider__point.active,
.set-color-6 .ms-search-form__submit {
    background: #b7493c
}

.set-color-6 ._at-aside .ms-write-letter__btn,
.set-color-6 ._is-menu .ms-aside-block__header,
.set-color-6 .ms-buy-btn {
    background-color: #b7493c;
    background: linear-gradient(to bottom, #e35845, #b7493c);
    color: #fff
}

.set-color-6 ._is-active .ms-showcase-thumbs__btn {
    border-color: #b7493c
}

.set-color-6 ._is-active .ms-showcase-thumbs__name {
    color: #b7493c
}

.set-color-7 .ms-articles-item__link,
.set-color-7 .ms-articles-item__link:hover,
.set-color-7 .ms-aside-menu__link::before,
.set-color-7 .ms-aside-menu__link:hover,
.set-color-7 .ms-aside-submenu__link:hover,
.set-color-7 .ms-contacts-block__title,
.set-color-7 .ms-contacts-branches-item__link,
.set-color-7 .ms-contacts-branches-item__link:hover,
.set-color-7 .ms-contacts-branches-item__phone-link,
.set-color-7 .ms-contacts-branches-item__phone-link:hover,
.set-color-7 .ms-contacts-inet__link,
.set-color-7 .ms-contacts-inet__link:hover,
.set-color-7 .ms-contacts-menu__link:hover,
.set-color-7 .ms-footer-dev__text,
.set-color-7 .ms-footer-menu__item:hover,
.set-color-7 .ms-groups-list__link:hover,
.set-color-7 .ms-price__native,
.set-color-7 .ms-product-card__view-in,
.set-color-7 .ms-product-card__view-in:hover,
.set-color-7 .ms-product-item__namelink:hover,
.set-color-7 .ms-product-view__btn._is-selected,
.set-color-7 .ms-product-view__btn:hover,
.set-color-7 .ms-showcase-price__wrap,
.set-color-7 .ms-similar-item__link:hover,
.set-color-7 .ms-top-menu__link:hover,
.set-color-7 .ms-write-letter__btn {
    color: #375a53
}

.set-color-7 .ms-phones__btn {
    color: #375a53;
    border-bottom-color: #375a53
}

.set-color-7 .ab-logo-first,
.set-color-7 .ab-logo-sec {
    fill: #375a53
}

.set-color-7 .ms-content-block__header::before,
.set-color-7 .ms-content__title::before,
.set-color-7 .ms-footer-menu__title::before {
    border-top: solid 1px #375a53
}

.set-color-7 .ms-header {
    border-bottom: solid 2px #375a53
}

.set-color-7 .ms-info-carousel-btns__item.active,
.set-color-7 .ms-paging__link._is-active,
.set-color-7 .ms-paging__link:hover,
.set-color-7 .ms-showcase-controls__btn:hover {
    border-color: #375a53;
    background-color: #375a53
}

.set-color-7 .ms-product-item__wrap:hover,
.set-color-7 .ms-products-new__link:hover,
.set-color-7 .ms-similar-item__wrap:hover {
    border-color: #375a53;
    box-shadow: inset 0 0 0 1px #375a53
}

.set-color-7 .ms-product-slider__point.active,
.set-color-7 .ms-search-form__submit {
    background: #375a53
}

.set-color-7 ._at-aside .ms-write-letter__btn,
.set-color-7 ._is-menu .ms-aside-block__header,
.set-color-7 .ms-buy-btn {
    background-color: #375a53;
    background: linear-gradient(to bottom, #5d9d8c, #375a53);
    color: #fff
}

.set-color-7 ._is-active .ms-showcase-thumbs__btn {
    border-color: #375a53
}

.set-color-7 ._is-active .ms-showcase-thumbs__name {
    color: #375a53
}

.set-color-8 .ms-articles-item__link,
.set-color-8 .ms-articles-item__link:hover,
.set-color-8 .ms-aside-menu__link::before,
.set-color-8 .ms-aside-menu__link:hover,
.set-color-8 .ms-aside-submenu__link:hover,
.set-color-8 .ms-contacts-block__title,
.set-color-8 .ms-contacts-branches-item__link,
.set-color-8 .ms-contacts-branches-item__link:hover,
.set-color-8 .ms-contacts-branches-item__phone-link,
.set-color-8 .ms-contacts-branches-item__phone-link:hover,
.set-color-8 .ms-contacts-inet__link,
.set-color-8 .ms-contacts-inet__link:hover,
.set-color-8 .ms-contacts-menu__link:hover,
.set-color-8 .ms-footer-dev__text,
.set-color-8 .ms-footer-menu__item:hover,
.set-color-8 .ms-groups-list__link:hover,
.set-color-8 .ms-price__native,
.set-color-8 .ms-product-card__view-in,
.set-color-8 .ms-product-card__view-in:hover,
.set-color-8 .ms-product-item__namelink:hover,
.set-color-8 .ms-product-view__btn._is-selected,
.set-color-8 .ms-product-view__btn:hover,
.set-color-8 .ms-showcase-price__wrap,
.set-color-8 .ms-similar-item__link:hover,
.set-color-8 .ms-top-menu__link:hover,
.set-color-8 .ms-write-letter__btn {
    color: #ee5158
}

.set-color-8 .ms-phones__btn {
    color: #ee5158;
    border-bottom-color: #ee5158
}

.set-color-8 .ab-logo-first,
.set-color-8 .ab-logo-sec {
    fill: #ee5158
}

.set-color-8 .ms-content-block__header::before,
.set-color-8 .ms-content__title::before,
.set-color-8 .ms-footer-menu__title::before {
    border-top: solid 1px #ee5158
}

.set-color-8 .ms-header {
    border-bottom: solid 2px #ee5158
}

.set-color-8 .ms-info-carousel-btns__item.active,
.set-color-8 .ms-paging__link._is-active,
.set-color-8 .ms-paging__link:hover,
.set-color-8 .ms-showcase-controls__btn:hover {
    border-color: #ee5158;
    background-color: #ee5158
}

.set-color-8 .ms-product-item__wrap:hover,
.set-color-8 .ms-products-new__link:hover,
.set-color-8 .ms-similar-item__wrap:hover {
    border-color: #ee5158;
    box-shadow: inset 0 0 0 1px #ee5158
}

.set-color-8 .ms-product-slider__point.active,
.set-color-8 .ms-search-form__submit {
    background: #ee5158
}

.set-color-8 ._at-aside .ms-write-letter__btn,
.set-color-8 ._is-menu .ms-aside-block__header,
.set-color-8 .ms-buy-btn {
    background-color: #ee5158;
    background: linear-gradient(to bottom, #fe8187, #ee5158);
    color: #fff
}

.set-color-8 ._is-active .ms-showcase-thumbs__btn {
    border-color: #ee5158
}

.set-color-8 ._is-active .ms-showcase-thumbs__name {
    color: #ee5158
}

.set-color-9 .ms-articles-item__link,
.set-color-9 .ms-articles-item__link:hover,
.set-color-9 .ms-aside-menu__link::before,
.set-color-9 .ms-aside-menu__link:hover,
.set-color-9 .ms-aside-submenu__link:hover,
.set-color-9 .ms-contacts-branches-item__link,
.set-color-9 .ms-contacts-branches-item__link:hover,
.set-color-9 .ms-contacts-branches-item__phone-link,
.set-color-9 .ms-contacts-branches-item__phone-link:hover,
.set-color-9 .ms-contacts-inet__link,
.set-color-9 .ms-contacts-inet__link:hover,
.set-color-9 .ms-contacts-menu__link:hover,
.set-color-9 .ms-footer-menu__item:hover,
.set-color-9 .ms-groups-list__link:hover,
.set-color-9 .ms-price__native,
.set-color-9 .ms-product-card__view-in,
.set-color-9 .ms-product-card__view-in:hover,
.set-color-9 .ms-product-item__namelink:hover,
.set-color-9 .ms-product-view__btn._is-selected,
.set-color-9 .ms-product-view__btn:hover,
.set-color-9 .ms-showcase-price__wrap,
.set-color-9 .ms-similar-item__link:hover,
.set-color-9 .ms-top-menu__link:hover,
.set-color-9 .ms-write-letter__btn {
    color: #ec525a
}

.set-color-9 .ms-contacts-block__title,
.set-color-9 .ms-footer-dev__text {
    color: #5a5a5a
}

.set-color-9 .ms-phones__btn {
    color: #ec525a;
    border-bottom-color: #ec525a
}

.set-color-9 .ab-logo-first,
.set-color-9 .ab-logo-sec {
    fill: #5a5a5a
}

.set-color-9 .ms-content-block__header::before,
.set-color-9 .ms-content__title::before,
.set-color-9 .ms-footer-menu__title::before {
    border-top: solid 1px #5a5a5a
}

.set-color-9 .ms-content-block__header._showcase::before {
    border-top: solid 1px #ec525a
}

.set-color-9 .ms-header {
    border-bottom: solid 2px #5a5a5a
}

.set-color-9 .ms-info-carousel-btns__item.active,
.set-color-9 .ms-paging__link._is-active,
.set-color-9 .ms-paging__link:hover,
.set-color-9 .ms-showcase-controls__btn:hover {
    border-color: #ec525a;
    background-color: #ec525a
}

.set-color-9 .ms-product-item__wrap:hover,
.set-color-9 .ms-products-new__link:hover,
.set-color-9 .ms-similar-item__wrap:hover {
    border-color: #5a5a5a;
    box-shadow: inset 0 0 0 1px #5a5a5a
}

.set-color-9 .ms-product-slider__point.active {
    background: #ec525a
}

.set-color-9 .ms-search-form__submit {
    background: #5a5a5a
}

.set-color-9 ._at-aside .ms-write-letter__btn,
.set-color-9 ._is-menu .ms-aside-block__header,
.set-color-9 .ms-buy-btn {
    background-color: #ec525a;
    background: linear-gradient(to bottom, #898989, #202020);
    color: #fff
}

.set-color-9 ._is-active .ms-showcase-thumbs__btn {
    border-color: #ec525a
}

.set-color-9 ._is-active .ms-showcase-thumbs__name {
    color: #ec525a
}