@charset "UTF-8";

/* store-popup */

.store-popup.reveal {
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    margin: 0;
}

.store-popup {
    position: relative;
    z-index: 1;
    width: 90vw;
    max-width: 850px;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0 51px 0 rgba(0, 0, 0, .24);
    outline: none;
}

.store-popup__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .13);
}

.store-popup__toggle {
    display: block;
    height: 4em;
    padding: 0 3em;
    border-radius: 0;
    line-height: 4em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #616161;
    background-color: #f3f4f5;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
}

.store-popup__toggle:hover,
.store-popup__toggle.active {
    color: #fff;
    background-color: #f24944;
}

.store-popup__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: calc(24em / 9);
    width: calc(24em / 9);
    margin-left: auto;
    border-radius: 0;
    font-size: 18px;
    color: #616161;
    background-color: #f3f4f5;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
}

.store-popup__close:hover {
    color: #fff;
    background-color: #f24944;
}

.store-popup__tab {
    display: none;
    height: 90vh;
    max-height: 450px;
    overflow-y: auto;
}

.store-popup__tab.active {
    display: block;
}

.store-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transition: all .3s ease;
    padding: 1em 2em 1em 4em;
}

.store-info:nth-of-type(2n) {
    background-color: #f9f9fa;
}

.store-info__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 50%;
}

.store-info__address {
    max-width: 160px;
    width: 50%;
    padding-right: 10px;
}

.store-info__info {
    max-width: 200px;
}

.store-info__info-address {
    position: relative;
    z-index: 0;
    height: 3em;
    width: 170%;
    padding: .25em 1.25em;
    border: 1px solid #e5e5e5;
    margin: 0;
    font-size: 1em;
}

.store-info__info-address::-webkit-input-placeholder {
    color: #acacac;
}

.store-info__info-address::-moz-placeholder {
    color: #acacac;
}

.store-info__info-address:-ms-input-placeholder {
    color: #acacac;
}

w
.store-info__info-address::placeholder {
    color: #acacac;
}

.store-info__info-address:focus {
    border: 1px solid #e5e5e5;
}

.store-info__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 30%;
}

.store-info__input {
    display: none;
}

.store-info__text-bold {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #515151;
}

.store-info__text {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #a5a5a5;
}

.store-info:hover,
.store-info.active {
    background-color: #0780e4;
    box-shadow: 1px 5px 29px 0 rgba(7, 128, 228, .75);
}

.store-info:hover .store-info__text-bold,
.store-info:hover .store-info__text,
.store-info.active .store-info__text-bold,
.store-info.active .store-info__text {
    color: #fff;
}

.store-info:hover .store-info__btn,
.store-info.active .store-info__btn {
    opacity: 1;
}

.store-info__btn {
    position: relative;
    z-index: 0;
    display: block;
    height: 3em;
    padding: 0 2em;
    font-size: 16px;
    line-height: 3em;
    vertical-align: middle;
    font-weight: 300;
    color: #000;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    opacity: 0;
}

.store-info__btn:hover {
    color: inherit;
}

.store-info__btn-text {
    transition: all .3s ease;
}

.store-info__btn-checked {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 21px;
    height: 21px;
    border: 2px solid #0780e4;
    color: #0780e4;
    line-height: 21px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s ease;
}

.store-info__input:checked + .store-info__btn .store-info__btn-text {
    opacity: 0;
}

.store-info__input:checked + .store-info__btn .store-info__btn-checked {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .3s;
}

.store-map {
    width: 100%;
    height: 100%;
}

/* added popup */

.added-popup.reveal {
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    margin: 0;
}

.added-popup.reveal:focus {
    outline: none;
}

.added-popup {
    width: 550px;
    height: 255px;
    border: 0;
    border-radius: 0;
    padding: 35px 65px 40px;
    background-color: #fff;
    box-shadow: 0 0 51px 0 rgba(0, 0, 0, .24);
}

.added-popup__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1em;
    color: #0780e4;
    border: 2px solid #0780e4;
}

.added-popup__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 72px;
    width: 100%;
    margin: 0;
    font-size: 20px;
    line-height: 1em;
    font-weight: 100;
    color: #181818;
    text-align: center;
    text-transform: uppercase;
}

.added-popup__title-bold {
    font-weight: 900;
}

.added-popup__toggles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.2em;
}

.added-popup__back {
    display: block;
    height: 54px;
    width: 195px;
    padding: 0 10px;
    border: 1px solid #ececed;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
    color: #515151;
    text-decoration: underline;
    background-color: #fff;
    outline: none;
    cursor: pointer;
}

.added-popup__back:hover {
    text-decoration: none;
}

.added-popup__order {
    display: block;
    height: 54px;
    width: 195px;
    padding: 0 10px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 54px;
    vertical-align: middle;
    text-decoration: none;
    background-color: #0780e4;
    transition: all .3s ease;
    cursor: pointer;
}

.added-popup__order:hover {
    background-color: #016ec6;
}

.added-popup__full{
    display: block;
    height: 54px;
    width: 195px;
    padding: 0 10px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 54px;
    vertical-align: middle;
    text-decoration: none;
    background-color: #0780e4;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
    right: -25%;
}

.added-popup__full:hover {
    background-color: #016ec6;
}

/* ui spinner */

.ui-spinner {
    position: relative;
    z-index: 0;
    display: block;
}

.ui-spinner-button {
    position: absolute;
    z-index: 1;
    right: 17px;
    display: block;
    width: 20px;
    height: calc(50% - 3px);
    color: #d7d7d7;
    font-size: .75em;
    cursor: pointer;
}

.ui-spinner-button:hover {
    color: #0780e4;
}

.ui-spinner-up {
    top: 4px;
}

.ui-spinner-down {
    bottom: 4px;
}

/* ui tooltip */

.ui-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 8px;
    max-width: 300px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 19px 0 rgba(1, 100, 182, .2);
}

.ui-helper-hidden-accessible {
    display: none;
}

body {
    font-smooth: never;
    -webkit-font-smoothing: antialiased;
}

.page-aside {
    font-size: 16px;
    margin-bottom: 3em;
    margin-right: 10px;
}

.page-aside__wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.page-aside__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 6.25rem;
}

.page-aside__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 100;
}

.page-aside__bold {
    font-weight: 900;
}

.aside-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 3.6em;
    padding: 1.2em .75em 1.2em 1.2em;
    border-bottom: 1px solid #fff;
    color: #000100;
    background-color: #f2f3f4;
    transition: all .3s ease;
    cursor: pointer;
}

.aside-toggle:hover,
.aside-toggle:focus {
    color: #fff;
    background-color: #45484d;
    text-decoration: none;
}

.aside-toggle.active {
    color: #fff;
    background-color: #45484d;
    text-decoration: none;
}

.aside-toggle__text {
    line-height: 1.2em;
    font-weight: 500;
}

.aside-toggle__arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 1.5em;
    width: 1.5em;
    transform: rotate(-90deg);
    color: #acacac;
}

.aside-toggle.active .aside-toggle__arrow {
    transform: rotate(0deg);
}

.aside-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: .4em 0 .8em;
    font-size: 16px;
    background-color: #fff;
}

.aside-link {
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 1.2em;
    padding-right: 1.5em;
    height: 2.8em;
    color: #777;
    font-size: .875em;
    font-weight: 300;
    line-height: 1.14em;
    text-decoration: none;
}

.aside-link:before {
    content: '—\00a0\00a0';
    position: absolute;
    left: 1.2em;
    top: .6em;
    z-index: 0;
    display: inline-block;
}

.aside-link:focus,
.aside-link:hover {
    color: #000100;
}

.aside-link.active {
    color: #000100;
    pointer-events: none;
}

.aside-link.active:focus,
.aside-link.active:hover {
    text-decoration: none;
}

.aside-link__text {
    margin-left: 1.2em;
    text-decoration: underline;
}

.custom-breadcrumbs__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    border-bottom: 1px solid #e2e6ea;
    padding-top: 32px;
    padding-bottom: 32px;
}

.custom-breadcrumbs {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    font-size: 14px;
    /*line-height: 3em;*/
    margin: 0;
    padding: 0;
}

.custom-breadcrumbs::before {
    content: '';
    display: table;
}

.custom-breadcrumbs::after {
    content: '';
    display: table;
    clear: both;
}

.custom-breadcrumbs li {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-ms-flex-wrap: nowrap;*/
    /*flex-wrap: nowrap;*/
    /*height: 3em;*/
    float: left;
    list-style: none;
}

.custom-breadcrumbs li:first-child {
    color: #0780e4;
    text-decoration: underline;
}

.custom-breadcrumbs a {
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-ms-flex-wrap: nowrap;*/
    /*flex-wrap: nowrap;*/
    margin-right: .8em;
    color: #777;
}

.custom-breadcrumbs a:active,
.custom-breadcrumbs a:hover {
    color: #000100;
}

.page-content {
    padding-bottom: 60px;
}

.page-content__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 6.25rem;
}

.page-content__top--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 6.25rem;
}

.page-content__title {
    width: 75%;
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 900;
    color: #000100;
    text-transform: uppercase;
}

.page-content__subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 300;
    color: #a5a5a5;
}

.page-content__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0 75px;
}

.page-content__text {
    font-size: 16px;
    font-weight: 300;
    color: #515151;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.page-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
}

.page-pagination__prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-right: none;
    color: #c2c2c4;
    cursor: pointer;
    transition: all .3s ease;
}

.page-pagination__prev svg {
    transform: rotate(90deg) translateY(10%);
}

.page-pagination__next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4;
    color: #c2c2c4;
    cursor: pointer;
    transition: all .3s ease;
}

.page-pagination__next svg {
    transform: rotate(-90deg);
}

.page-pagination__page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-right: none;
    color: #a5a5a5;
    cursor: pointer;
    transition: all .3s ease;
}

.page-pagination__prev:hover,
.page-pagination__next:hover {
    color: #34363b;
    background-color: #f2f3f4;
}

.page-pagination__page:hover {
    color: #515151;
    background-color: #f2f3f4;
}

.page-pagination__page.active {
    color: #fff;
    background-color: #0780e4;
    border-color: #0780e4;
}

.wired-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-size: 11px;
}

.wired-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #777;
    line-height: 1.2em;
    text-transform: uppercase;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 3.8em;
    border: 1px solid #e2e6ea;
    padding: 0 2em;
    margin: 0 -1px -1px 0;
    cursor: pointer;
    transition: all .3s linear;
}

.wired-block:last-of-type {
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.wired-block:hover {
    color: #515151;
    background-color: #f8f8f8;
}

.wired-block__active {
    color: #515151;
    background-color: #f8f8f8;
}

.catalog-sorter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 300;
}

.catalog-sorter__name {
    min-width: 118px;
    padding-right: 1.5em;
    height: 2.4em;
    line-height: 2.4em;
}

.catalog-sorter__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.7em;
}

.catalog-sorter__half-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    margin-top: 1em;
}

.catalog-sorter__toggles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    border-right: none;
    font-size: 0;
}

.catalog-sorter__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 1em;
    height: 2.4em;
    line-height: 2.4em;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-right: 1px solid #e5e5e5;
}

.catalog-sorter__label:hover {
    color: #515151;
    background-color: #f8f8f8;
}

.catalog-sorter__input[type="checkbox"] + .catalog-sorter__label {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.catalog-sorter__input {
    display: none;
}

.catalog-sorter__label.active {
    color: #515151;
    background-color: #f8f8f8;
}

.catalog-sorter__input:checked + .catalog-sorter__label .catalog-sorter__icon {
    transform: scaleY(-1);
}


.catalog-sorter__icon {
    width: 10px;
    height: 7px;
    margin-left: .5em;
    background-image: url(/images/chart_icon.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: 50% 50%;
    transition: all .3s linear;
}

.catalog-load {
    padding: 30px 0;
}

.catalog-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    padding: 1em;
    transition: all .3s ease;
}

.catalog-item:nth-of-type(2n - 1) {
    background-color: #f8f8f8;
}

.catalog-item:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 19px 0 rgba(1, 100, 182, .2);
    background-color: #fff;
}

.catalog-item:hover .catalog-item__btn {
    background-color: #0780e4;
}

.catalog-item.active {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 19px 0 rgba(1, 100, 182, .2);
    background-color: #fff;
}

.catalog-item.active .catalog-item__storage {
    pointer-events: none;
}

.catalog-item.active .catalog-item__btn {
    background-color: #0780e4;
}

.catalog-item__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-item__img-wrap {
    position: relative;
    z-index: 0;
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    margin-right: 15px;
    width: 64px;
    height: 64px;
}

.catalog-item__img-share {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 1em;
    font-weight: 900;
    color: #fff;
    background-color: #f24944;
}

.catalog-item__text {
    padding-right: 15px;
    width: 19em;
}

.catalog-item__text--short {
    width: 10em;
}

.catalog-item__name {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.2em;
    color: #515151;
    font-weight: 300;
}

.catalog-item__id {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #a5a5a5;
}

.catalog-item__price {
    width: 6em;
}

.catalog-item__price-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*width: 5.5em;*/
    font-size: 18px;
    line-height: 1.2em;
    color: #515151;
}

.catalog-item__price-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 3.3em;
    height: 1.4em;
    margin-left: 1em;
    color: #fff;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 700;
    background-color: #f24944;
}

.catalog-item__price-share--opt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 3.3em;
    height: 1.4em;
    color: #f24944;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 700;
}

.catalog-item__stores {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 300;
    color: #0780e4;
}

.catalog-item__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-item__counter {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    color: #515151;
}

.catalog-item__counter-amount {
    padding: 1em 0 1em 1em !important;
    height: 3em;
    width: 6em;
    margin: 0 0.2em; /* 0 1em */
    border: 1px solid #e5e5e5;
}

.catalog-item__counter-amount:focus {
    outline: none;
    border: 1px solid #e5e5e5;
}

.catalog-item__storage-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 11em;
    padding: 0 10px;
}

.catalog-item__storage {
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    transition: all .3s ease;
    cursor: pointer;
}

.catalog-item__storage:hover,
.catalog-item__storage.active {
    background-color: #0780e4;
}

.catalog-item__storage:hover .catalog-item__storage-head,
.catalog-item__storage:hover .catalog-item__storage-value,
.catalog-item__storage.active .catalog-item__storage-head,
.catalog-item__storage.active .catalog-item__storage-value {
    color: #fff;
}

.catalog-item__storage-head {
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 1em;
    color: #a5a5a5;
}

.catalog-item__storage-value {
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 2em;
    color: #515151;
}

.catalog-item.active .catalog-item__counter {
    pointer-events: none;
}

.catalog-item.active .catalog-item__counter-amount {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.catalog-item.active .catalog-item__stores {
    color: #515151;
    pointer-events: none;
}

.catalog-item__btn {
    display: block;
    padding: 0 1.8em;
    height: 3em;
    width: 8.5em;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    background-color: #45484d;
    outline: none;
    cursor: pointer;
    vertical-align: bottom;
    transition: all .3s ease;
}

.catalog-item__btn svg {
    margin-bottom: -3px;
}

.catalog-item__btn-text.hidden {
    display: none;
}

.card-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-item__view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    max-width: 390px;
    padding-right: 20px;
    margin-bottom: 50px;
    flex-shrink: 0;
}

.card-item__buy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 50px;
    font-size: 15px;
    font-weight: 300;
    color: #a5a5a5;
}

@media (max-width: 760px) {
    .card-item__view {
        width: 100%;
    }

    .card-item__buy {
        width: 100%;
    }
}

.card-slider-main {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 18px;
    cursor: pointer;
}

.card-slide-main {
    position: relative;
    z-index: 0;
}

.card-slide-main:nth-of-type(n + 1) {
    display: none;
}

.card-slide-main.slick-slide:nth-of-type(n + 1) {
    display: block;
}

.card-slide-main__zoom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(/images/zoom.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 23px auto;
    transition: all .3s ease;
    outline: none;
    cursor: pointer;
}

.card-slide-main__zoom:hover {
    filter: brightness(85%);
}

.card-slider-second {
    width: calc(100% + 18px);
    margin: 0 -9px;
}

.card-slide-second {
    border: 1px solid #ebebeb;
    margin: 0 9px;
    cursor: pointer;
}

.card-item-price {
    width: 100%;
    max-width: 260px;
    font-size: 1em;
    line-height: 1.85em;
}

.card-item-price__out {
    font-size: 1.85em;
    line-height: inherit;
    color: #000;
}

.card-item-price__rub {
    font-size: 1.33em;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}

.card-item-pres {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 260px;
    margin: 10px 0 20px;
    font-size: 1em;
}

.card-item-pres__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e5e5e5;
    padding: 0 1.5em .2em;
    height: 2.86em;
    margin-left: .72em;
    font-size: .93em;
    line-height: 1.2em;
    color: #222;
    text-decoration: none;
}

.card-item-pres__link-text {
    border-bottom: 1px dashed #222;
}

.card-item-pres__link:hover .card-item-pres__link-text {
    border-bottom: none;
}

.card-item-bottom {
    width: 100%;
    max-width: 260px;
    font-size: 1em;
    margin-top: 20px;
}

.card-item-bottom__btn {
    display: block;
    width: 100%;
    height: 3em;
    padding: 0 1.5em .2em;
    border-radius: 0;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
    outline: none;
    background-color: #0780e4;
    cursor: pointer;
    transition: all .3s ease;
}

.card-item-bottom__btn:hover {
    background: #016ec6;
}

.card-item-bottom__btn svg {
    margin-right: .5em;
}

.card-info__toggles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ebebeb;
}

.card-info__toggle {
    position: relative;
    bottom: -1px;
    display: block;
    height: 4em;
    width: 190px;
    margin-right: 4px;
    border: 1px solid #f7f7f7;
    border-bottom-color: #ebebeb;
    border-radius: 0;
    font-size: .8em;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    background-color: #f7f7f7;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
}

.card-info__toggle:hover {
    text-decoration: none;
}

.card-info__toggle.active {
    height: 4.8em;
    border: 1px solid #ebebeb;
    border-bottom: none;
    text-decoration: none;
    background-color: #fff;
}

.card-info {
    width: 100%;
    font-size: 15px;
}

.card-info__tabs {
    max-height: 350px;
    border: 1px solid #ebebeb;
    border-top: none;
    overflow-y: auto;
}

.card-info__certificates{
    display: flex;
    margin-top: 20px;
}
.certificates__img{
    margin-right: 30px;
}
.certificates__img-a{
    display: block;
    width: 112px;
}
.certificates__img-a{
    max-width: 100%;
}

.card-info__tab {
    display: none;
    padding: 0 45px;
    outline: none;
}

.card-info__tab.active {
    display: block;
}

.card-info dl {
    width: 100%;
    max-width: 540px;
    font-size: 1em;
    font-weight: 300;
}

.card-info dt {
    float: left;
    display: inline-block;
    width: 50%;
    font-size: 1em;
    line-height: 2.25em;
    color: #a5a5a5;
}

.card-info dd {
    display: inline-block;
    width: 50%;
    margin: 0;
    font-size: 1em;
    line-height: 2.25em;
    color: #000;
}

.cart-clear {
    width: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 1.36em;
    font-weight: 300;
    text-decoration: underline;
    color: #515151;
    cursor: pointer;
    outline: none;
}

.cart-clear:hover {
    text-decoration: none;
}

.cart-descr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.45em;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #45484d;
}

.cart-descr__photo {
    width: 66px;
    padding: 10px;
}

.cart-descr__name {
    width: 17.55em;
    padding: 10px;
}

.cart-descr__price {
    width: calc(8.15em + 30px);
    padding: 10px;
}

.cart-descr__presence {
    width: 14em;
    padding: 10px;
}

.cart-descr__amount {
    width: 11.6em;
    padding: 10px;
}

.cart-descr__sum {
    width: calc(5.15em + 30px);
    padding: 10px;
    text-align: right;
}

.cart-descr__del {
    padding: 10px;
    width: 68px;
}

.cart-items {
    min-height: 2.7em;
    font-weight: 600;
    font-size: 22px;
    line-height: 2.7em;
    color: #515151;
    text-align: center;
    text-transform: uppercase;
}

.cart-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    padding: 1em;
    cursor: pointer;
    transition: all .3s ease;
}

.cart-item:nth-of-type(2n - 1) {
    background-color: #f8f8f8;
}

.cart-item:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 19px 0 rgba(1, 100, 182, .2);
    background-color: #fff;
}

.cart-item__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item__img-wrap {
    display: block;
    border: 1px solid #e5e5e5;
    width: 64px;
    height: 64px;
}

.cart-item__text {
    padding: 10px;
    width: 13em;
}

.cart-item__name {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.2em;
    color: #515151;
    font-weight: 300;
}

.cart-item__id {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #a5a5a5;
}

.cart-item__price {
    width: 8em;
    padding: 10px;
}

.cart-item__price-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 13em;
    font-size: 18px;
    line-height: 1.2em;
    color: #515151;
}

.cart-item__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item__presence {
    width: 9em;
    text-transform: lowercase;
}

.cart-item__presence .catalog-item__price {
    text-align: center;
}

.cart-item__counter {
    margin: 0 -1em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    color: #515151;
}

.cart-item__counter-amount {
    padding: 1em 1.5em 1em 1em;
    height: 3em;
    width: 6em;
    margin: 0 1em;
    border: 1px solid #e5e5e5;
}

.cart-item__counter-amount:focus {
    outline: none;
    border: 1px solid #e5e5e5;
}

.cart-item__sum {
    padding: 10px;
    width: 8em;
}

.cart-item__sum-out {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 6em;
    font-size: 18px;
    line-height: 1.2em;
    color: #515151;
}

.cart-item__del {
    padding: 10px;
    color: #f4615d;
    cursor: pointer;
    transition: all .3s ease;
    outline: none;
}

.cart-item__del:hover {
    background-color: #f4615d;
    color: #fff;
}

.cart-costs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    padding: 2em 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.cart-costs__discount {
    width: 55%;
    padding: 1em;
    padding-left: 0;
}

.cart-costs__discount-link {
    font-size: 14px;
}

.cart-costs__outs {
    width: 45%;
    padding: 1em;
    padding-right: 0;
    font-size: 12px;
}

.get-discount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.3em;
    font-size: 15px;
    line-height: 1.2em;
    color: #515151;
}

.get-discount__num {
    height: 4em;
    width: calc(55% - 7.5px);
    padding: 1.25em;
    border: 1px solid #e5e5e5;
    margin: 0;
    font-size: 1em;
}

.get-discount__num::-webkit-input-placeholder {
    opacity: 1;
    color: #acacac;
}

.get-discount__num::-moz-placeholder {
    opacity: 1;
    color: #acacac;
}

.get-discount__num:-ms-input-placeholder {
    opacity: 1;
    color: #acacac;
}

.get-discount__num::placeholder {
    opacity: 1;
    color: #acacac;
}

.get-discount__num:focus {
    border: 1px solid #e5e5e5;
}

.get-discount__btn {
    position: relative;
    z-index: 0;
    width: calc(45% - 7.5px);
    height: 4em;
    padding: 1.25em;
    border: 1px solid #515151;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
}

.get-discount__btn-text {
    transition: all .3s ease;
}

.get-discount__btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 21px;
    opacity: 0;
    background-image: url(/images/wait.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s ease;
}

.get-discount__btn.active .get-discount__btn-text {
    opacity: 0;
}

.get-discount__btn.active .get-discount__btn-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: .3s;
}

.cart-outs-label {
    font-weight: 700;
    font-size: 1em;
    line-height: 2em;
    color: #acacac;
    text-transform: uppercase;
}

.cart-outs-label__text {
    display: inline-block;
    width: 50%;
}

.cart-outs {
    font-size: 1.33em;
    line-height: 1.5em;
    color: #181818;
}

.cart-outs--bold {
    font-size: 2em;
}

.cart-outs__unit {
    margin-left: .2em;
    color: #181818;
    text-transform: lowercase;
}

.cart-btn {
    width: 13.3em;
    height: 3.4em;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #0780e4;
    transition: all .3s ease;
    cursor: pointer;
}

.cart-btn:hover {
    background-color: #016ec6;
}

.cart-btn__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 7.7rem;
}

.cart-part.hidden {
    display: none;
}

.cart-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 5.17em;
    margin: 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 900;
    color: #181818;
    text-transform: uppercase;
}

.cart-title__sub {
    margin-left: .5em;
    font-weight: 300;
    text-transform: none;
    color: #9f9f9f;
}

.cart-adresses {
    border: 1px solid #e5e5e5;
}

.cart-banner {
    padding: 1em 3em;
    margin-top: 20px;
    font-size: 12px;
    background-color: #45484d;
    transition: all .3s ease;
}

.cart-banner.hidden {
    opacity: 0;
}

.cart-banner__text {
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.cart-alert {
    padding: 1em 3em;
    margin-top: 20px;
    font-size: 12px;
    border: 6px solid #f24944;
}

.cart-alert__text {
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.pay-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
}

.pay-type.hidden {
    display: none;
}

.pay-type__toggle {
    width: 190px;
}

.pay-type__input {
    display: none;
}

[type="radio"] + .pay-type__label {
    position: relative;
    z-index: 0;
    width: 120px;
    height: 75px;
    font-size: 1em;
    margin: .5em 25px .5em 45px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
}

[type="radio"] + .pay-type__label--card {
    background-image: url(/images/card_icon.png);
}

[type="radio"] + .pay-type__label--electron {
    background-image: url(/images/yandex_icon.png);
}

[type="radio"] + .pay-type__label::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -45px;
    top: 20%;
    display: block;
    width: 16px;
    height: 16px;
    padding: 3px;
    border: 2px solid #ccd1d7;
    border-radius: 50%;
    transition: all .3s ease;
}

.pay-type__input:checked + .pay-type__label::before {
    background-color: #0780e4;
    background-clip: content-box;
    border-color: #0780e4;
}

.pay-type__info {
    width: calc(100% - 190px);
}

.pay-type__info-title {
    font-size: 1em;
    line-height: 2em;
    font-weight: 500;
    color: #515151;
    margin: 0;
}

.pay-type__info-text {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 300;
    color: #9f9f9f;
    margin: 0;
}

.cart-contacts {
    border-top: 1px solid #f2f2f2;
}

.cart-contacts__fields {
    font-size: 18px;
    color: #515151;
}

.cart-contacts__radio {
    display: none;
}

[type="radio"] + .cart-contacts__label {
    position: relative;
    z-index: 0;
    margin-left: 2em;
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 2em;
    font-weight: 500;
    color: #515151;
}

[type="radio"] + .cart-contacts__label::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 10px;
    left: -2em;
    display: block;
    width: 16px;
    height: 16px;
    padding: 3px;
    border: 2px solid #ccd1d7;
    border-radius: 50%;
    transition: all .3s ease;
}

.cart-contacts__radio:checked + .cart-contacts__label::before {
    background-color: #0780e4;
    background-clip: content-box;
    border-color: #0780e4;
}

.cart-contacts__input {
    height: 3em;
    width: 260px;
    padding: .25em 1.25em;
    border: 1px solid #e5e5e5;
    margin: 0;
    font-size: 1em;
}
/*change 180219*/
.cart-contacts__textarea {
    height: 10em;
    width: 100%;
    padding: 0.75em 1.25em;
    border: 1px solid #e5e5e5;
    margin: 0;
    font-size: 1em;
    box-shadow:none;
}

.cart-contacts__input::-webkit-input-placeholder,.cart-contacts__textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #acacac;
}

.cart-contacts__input::-moz-placeholder,.cart-contacts__textarea::-moz-placeholder {
    opacity: 1;
    color: #acacac;
}

.cart-contacts__input:-ms-input-placeholder,.cart-contacts__textarea:-ms-input-placeholder{
    opacity: 1;
    color: #acacac;
}

.cart-contacts__input::placeholder,.cart-contacts__textarea::placeholder{
    opacity: 1;
    color: #acacac;
}

.cart-contacts__input:focus,.cart-contacts__textarea:focus{
    border: 1px solid #e5e5e5;
}
/*end of change 180219*/

.contacts-wrap {
    padding-bottom: 80px;
}

.contacts-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-block__head {
    width: calc(100% / 6);
    padding-right: 15px;
}

.contacts-block__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 100;
    color: #181818;
    text-transform: uppercase;
}

.contacts-block__title-bold {
    font-weight: 900;
}

.contacts-block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(500% / 6);
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #515151;
}

.contacts-block__content::after {
    content: '';
    display: block;
    width: 94%;
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
}

.contacts-titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.contacts-title {
    width: 15em;
    padding: 0 3% 15px;
}

.contacts-title:first-of-type {
    width: calc(100% - 32em);
}

.contacts-info__elem:last-of-type {
    width: 16em;
}
.contacts-info__photo{
    float:right;
}
.contacts-title__text {
    margin: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 900;
    color: #181818;
    text-transform: uppercase;
}

.contacts-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    transition: all .3s ease;
    cursor: pointer;
}

.contacts-info__elem {
    width: 15em;
    padding: 15px 3%;
}

.contacts-info__elem:first-of-type {
    width: calc(100% - 32em);
}

.contacts-info__elem:last-of-type {
    width: 16em;
}

.contacts-info__elem-text {
    margin: 0;
    font-size: 1em;
}

.contacts-info__elem-sub {
    margin: 0;
    font-weight: 300;
    color: #a5a5a5;
    font-size: 13px;
    line-height: 20px;
}

.contacts-info:hover,
.contacts-info.active {
    background-color: #0780e4;
    box-shadow: 0 0 38px 0 rgba(1, 100, 182, .65);
}

.contacts-info:hover,
.contacts-info.active,
.contacts-info:hover .contacts-info__elem-sub,
.contacts-info.active .contacts-info__elem-sub {
    color: #fff;
}

.contact-map {
    height: 580px;
    background-color: #f1f1f1;
}

@media all and (max-width: 1199px) {
    .store-info__left {
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 60%;
    }

    .store-info__right {
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 35%;
    }

    .store-info__address,
    .store-info__pres {
        width: 150px;
    }

    .page-aside {
        margin-right: 0;
    }

    .catalog-sorter__name {
        min-width: 70px;
    }

    .catalog-item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .catalog-item__right {
        margin-top: 15px;
    }

    .catalog-item__counter-amount {
        margin-left: 0;
    }

    .cart-item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cart-item__right {
        width: 100%;
        margin-top: 15px;
    }

    .cart-item__counter {
        margin: 0;
    }

    .cart-item__counter-amount {
        margin-left: 0;
    }

    .cart-item__del-wrap {
        margin-left: auto;
    }

    .cart-descr__price {
        width: calc(6.15em + 30px);
    }

    .cart-descr__amount {
        display: none;
    }

    .cart-descr__sum {
        display: none;
    }
}

@media all and (max-width: 1023px) {
    .store-info {
        height: auto;
        min-height: 11.25em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .store-info__left {
        width: 100%;
    }

    .store-info__right {
        width: 100%;
    }

    .added-popup {
        width: 290px;
        min-height: 0;
        height: 315px;
        padding: 15px;
    }

    .added-popup__title {
        height: 102px;
        padding: 15px 0;
    }

    .added-popup__toggles {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .added-popup__back {
        margin-bottom: 20px;
    }

    .page-aside {
        margin-bottom: 0;
    }

    .get-discount {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .get-discount__num,
    .get-discount__btn {
        width: 100%;
        margin-bottom: 1em;
    }

    .contacts-block {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-block__title {
        padding: 15px;
        text-align: center;
    }

    .contacts-block__head {
        width: 100%;
        padding-right: 0;
    }

    .contacts-block__content {
        width: 100%;
        padding-left: 0;
    }

    .contacts-info__elem {
        padding: 15px;
    }

    .contact-map {
        height: 435px;
    }
}

@media all and (max-width: 639px) {
    .store-info {
        padding: 15px;
    }

    .store-info__left {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .store-info__address,
    .store-info__info {
        margin-bottom: 15px;
    }

    .page-content__title {
        width: 100%;
    }

    .catalog-sorter__half-col {
        width: 100%;
    }

    .catalog-sorter__label {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .catalog-item__text {
        width: auto;
    }

    .catalog-item__price {
        padding-top: 15px;
    }

    .catalog-item__storage-wrap {
        padding: 15px 0 0;
    }

    .card-slide-main__zoom {
        display: none;
    }

    .cart-clear {
        margin-left: 0;
    }

    .cart-descr {
        display: none;
    }

    .cart-item__text {
        width: auto;
    }

    .cart-item__sum {
        width: 100%;
    }

    .cart-item__sum-out {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cart-item__del-wrap {
        width: 100%;
        margin-left: 0;
    }

    .cart-costs {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-costs__discount,
    .cart-costs__outs {
        width: 100%;
        padding: 1em 0;
    }

    .cart-banner,
    .cart-alert {
        padding: 1em;
    }

    .pay-type__info {
        width: 100%;
        margin-bottom: 25px;
    }

    .pay-type__info-title {
        margin: .8em 0;
        line-height: 1.2em;
    }

    .store-info__info {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        max-width: 100%;
    }

    .store-info__info-address {
        width: 100%;
    }

    .contacts-titles {
        display: none;
    }

    .contacts-info {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contacts-info__elem:first-of-type,
    .contacts-info__elem {
        width: 100%;
    }

    .contact-map {
        height: 290px;
        pointer-events: none;
    }
}

/* fix */
.column.category-list:last-child:not(:first-child), .columns.category-list:last-child:not(:first-child) {
    float: left;
}

/*sticky*/
.sticky-menu{
    position:fixed;
    width:100%;
    top:0px;
    z-index:50;
}
.sticky-search{
    display:none;
    margin:4px 0 0 0;
}
.sticky-menu .sticky-search{
    display:block;        
    float:right;
}
.sticky-menu #main-menu .top-bar-left .menu li:nth-child(4),.sticky-menu #main-menu .top-bar-left .menu li:nth-child(5){
    display:none;
}
.sticky-menu .top-bar-right{
    width:53%;
    float:left;
}
.sticky-menu .top-bar-right .authentication-block{
    display:inline-block;float:left;
    background: none;
}

.sticky-search .group-main-search{
    max-width:295px;
}
.sticky-search  .top-bar-right .authentication-block{
    background:none;
}
.sticky-search .input-group-label.group-main-search__label{
    padding:0px;
    height:auto;
}
.sticky-search .group-main-search__input{
    height:50px;
    max-width:140px;
    padding-left:4px !important;
}
.sticky-search .group-main-search__btn{
    max-width:120px;
}
.sticky-search .group-main-search__btn .btn-all{
    height:50px;
}
.sticky-search .input-group-label.group-main-search__label{
    width:35px;
}
.menu.medium-horizontal > li.sticky-only{
    display:none;
}
.sticky-menu .authentication-block__btn-sign-in{
    padding:21px 24px 20px 19px;
}
.sticky-menu .menu.medium-horizontal > li.sticky-only a{
    padding-right:35px;
}
.sticky-menu .menu.medium-horizontal > li.sticky-only .main-header__number-item{
    right:5px;
}
.sticky-menu .sticky-hide,.sticky-menu .authentication-block > li.sticky-hide{
    display:none !important;
}
.sticky-menu .top-bar-right .authentication-block > li > a{
    text-transform: capitalize;
}
.sticky-menu .top-bar-right .authentication-block > li:first-child > a{
    border-right:1px solid #34363b;
}
.sticky-menu .menu.medium-horizontal > li.sticky-only{
    display:table-cell;
}
.content_page-image{
    float:right;
    display:inline-block;
    margin:10px 0 10px 10px;
}
@media (max-width: 980px) {
    .content_page-image{
        display:block;
        float:none;
        margin-left:0px;
    }
    .content_page-image img{
        max-width:100%;
    }
}
@media (max-width: 1160px) {
    .sticky-menu .sticky-search{
         display:none;
    }
}
@media (max-width: 1023px) {
    .sticky-menu .top-bar-right .authentication-block > li:first-child > a{
        border-right:none;
    }
    .sticky-menu .top-bar-right{
        width:34%
    }
    #main-menu .top-bar-left .menu li:nth-child(1){
        display:none;
    }
    .top-bar-right .authentication-block > li > a{
        text-transform: capitalize;
    }
    span.sticky-hide{
        display:none;
    }
    .sticky-menu #main-menu .top-bar-left .menu li:nth-child(1){
        display:table-cell;
    }
    .sticky-menu .authentication-block__btn-sign-in{
        padding: 15px 20px 15px 19px;
    }
}
@media (max-width: 420px) {
    .top-bar-right .authentication-block li,.main-navigation .top-bar-right .authentication-block > li > a, .authentication-block__btn-sign-in{
        display:block;
    }
    .sticky-menu .top-bar-left{
        float:none;
    }
    .sticky-menu .top-bar-right{
        width:100%;
        float:none;
        clear:both;
    }
    .sticky-menu .top-bar-right .authentication-block{
        float:none;
        display:block;
    }
    #sign-in{
        right:0;
    }
    .sticky-menu .sticky-search{
        display:block;
        margin-bottom:5px;
        float:none;
        margin-left:20px;
        
    }
    .sticky-search .group-main-search{
        max-width:100%;
    }
    .sticky-search .group-main-search__input{
        max-width:100%;
    }
    .discounted-products__discount{
        bottom:-21px;
        top:auto;
        right:34%;
    }
    
}
.main-slider__title-slider{
    display:none !important;
}
.main-slider__wraper{
    position:relative;
}
.main-slider__btn-more{
    margin-top:0;
    bottom:0;
    width:293px;
    position:fixed;
    margin-left:-15px;
    padding:15px 0;
}

@media screen and (max-width:767px){
    .top-bar{
        margin-right:-10px;
    }
    .main-slider__btn-more{
        width:210px;
        position:fixed;
    }
    .wrapper-for-navigate-button{
        text-align:right;
    }
        .page-content__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 10px 0px;
    }
}
@media screen and (min-width:960px){
    .cart-descr{
        justify-content:space-between;
        padding-right:3px;
    }
    .cart-item{
        justify-content:space-between;
        padding-right:3px;
    }
    .cart-descr__price{
        width:calc(10.15em + 30px);
    }
    .catalog-item__storage{
        padding:3px 10px 3px 5px;
    }
    .cart-item__del-wrap{
        line-height:1.3em;   
    }
}

/* string 1315 */
.to-fav{
    display:inline-block;
    background:url("/images/iz_1.svg") center center no-repeat;
    background-size:contain;
    width:39px;
    height:48px;
    border-radius:0;
    outline:none;
}
.to-fav:not(.in-fav):hover{
    background:url("/images/iz_2.svg") center center no-repeat;
    background-size:contain;
}
.to-fav.in-fav{
    background:url("/images/iz_3.svg") center center no-repeat;
    background-size:contain;
}
.catalog_fav_flex{
    display:flex;
}
.catalog_fav_flex p{
    margin:0;
}
.catalog-item__btn{
    width:7em;
}
.btn-flush-fav{
    display: inline-block;
    width: 13em;
    height: 3em;
    padding: 0 1.5em .2em;
    border-radius: 0;
    font-size: 1.2em;
    line-height: 3em;
    text-decoration:none;
    color: #fff;
    outline: none;
    background-color: #0780e4;
    cursor: pointer;
    transition: all .3s ease;
    margin-bottom:20px;
}
.btn-flush-fav:hover{
    background: #016ec6;
}
.catalog-favorites .catalog-item__text{
    width:26em;
}
.catalog-item__counter .ui-spinner.disabled:after,
.cart-item__counter .ui-spinner.disabled:after
{
    content:"";
    z-index:2;
    position:absolute;
    top:1px;
    height:46px;
    width:20px;
    right:21px;
    background:#fff url(/images/s20.gif) -5px 50% no-repeat;
}