/* start header */
@media (max-width: 991px) {
    .header__container {
        padding: 45px 0 0 0;
    }
}
.header__menu {
    border-bottom: 1px solid #EBEBEB;
}
.header-menu__container {
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
@media (max-width: 1199px) {
    .header-menu__container {
        height: 43px;
    }
}
.header-menu__item {
    display: inline-block;
    margin: 0 40px 0 0;
}
.header-menu__item:last-child {
    margin: 0;
}
@media (max-width: 1199px) {
    .header-menu__item {
        margin: 0 30px 0 0;
    }
}
.header-menu__link_account {
    background: url('/catalog/view/theme/default/image/header/account.svg') no-repeat center left transparent;
    padding: 0 0 0 23px;
}
@media (max-width: 1199px) {
    .header-menu__link {
        font-size: 13px;
    }
}
.header__content {
    height: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
@media (max-width: 1199px) {
    .header__content {
        height: 60px;
    }
}
.header-content__block_1 {
    -webkit-box-flex: 0;
            flex: 0 0 220px;
}
@media (max-width: 1199px) {
    .header-content__block_1 {
        -webkit-box-flex: 0;
                flex: 0 0 175px;
    }
}
.header-content__block_2 {
    -webkit-box-flex: 0;
            flex: 0 0 30%;
}
.header-content__block_4 {
    -webkit-box-flex: 0;
            flex: 0 0 210px;
}
.header__contacts {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
@media (max-width: 1199px) {
    .header__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
.header-contacts__item:first-child {
    margin: 0 30px 0 0;
}
@media (max-width: 1199px) {
    .header-contacts__item:first-child {
        margin: 0 0 5px 0;
    }
}
.header__telephone {
    padding: 0 0 0 30px;
    background: url('/catalog/view/theme/default/image/header/phone.svg') no-repeat center left transparent;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .header__telephone {
        padding: 0 0 0 26px;
        font-size: 16px;
        font-weight: 700;
        background-size: 16px;
    }
}
.header__telephone:hover, .header__telephone:active, .header__telephone:focus {
    color: #000;
}
.header__recall {
    color: #1A72B0;
    border-bottom: 1px solid #1A72B0;
}
.header__recall:hover, .header__recall:active, .header__recall:focus {
    color: #1A72B0;
}
.header__status {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.status__link {
    height: 70px;
    width: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-right: 1px solid #EBEBEB;
}
.status__link:first-child {
    border-left: 1px solid #EBEBEB;
}
@media (max-width: 1199px) {
    .status__link {
        height: 60px;
    }
}
.status__count {
    position: absolute;
    top: -5px;
    right: -21px;
    left: 0;
    margin: 0 auto;
    height: 19px;
    width: 19px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #3C58BF;
    font-size: 12px;
    color: #fff;
}
.status__count_mobile {
    position: absolute;
    top: -6px;
    right: -7px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #3C58BF;
    font-size: 12px;
    color: #fff;
}
.status__image {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
}
.status__image_compare {
    background: url('/catalog/view/theme/default/image/header/compare.svg') no-repeat center center transparent;
}
.status__link:hover .status__image_compare {
    background-image: url('/catalog/view/theme/default/image/header/compare_hover.svg');
}
.status__image_wishlist {
    background: url('/catalog/view/theme/default/image/header/wishlist.svg') no-repeat center center transparent;
}
.status__link:hover .status__image_wishlist {
    background-image: url('/catalog/view/theme/default/image/header/wishlist_hover.svg');
}
.status__image_cart {
    background: url('/catalog/view/theme/default/image/header/cart.svg') no-repeat center center transparent;
}
.header__catalog {
    background-color: #47A1D7;
}
.header-catalog__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
    height: 70px;
}
@media (max-width: 1199px) {
    .header-catalog__container {
        height: 60px;
    }
}
.header-catalog__item {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.header-catalog__item:hover {
    border-bottom: 6px solid #3C58BF;
}
.header-catalog__item_category {
    border-color: #3C58BF;
}
.header-catalog__link {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .header-catalog__link {
        font-size: 13px;
    }
}
.header-catalog__link {
    color: #fff;
}
.header-catalog__link:hover,
.header-catalog__link:active,
.header-catalog__link:focus {
    color: #fff;
}
.header-catalog__link_category {
    padding: 0 50px 0 80px;
    background: url("../image/header/menu.svg") no-repeat 50px center #3C58BF;
}
.header-catalog__link_category:hover,
.header-catalog__link_category:active,
.header-catalog__link_category:focus {
    color: #fff;
}
.header-catalog__sub {
    left: 0;
    right: 0;
    position: absolute;
    top: 100%;
}
.header-catalog-sub__container {
    padding: 30px;
    min-width: 200px;
    max-width: 940px;
    display: -webkit-box;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100000 !important; /*reset jquery ui*/
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s, .3s;
            transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, .3s;
            transition-delay: .3s, .3s;
    background-color: #47A1D7;
}
@media (max-width: 1199px) {
    .header-catalog-sub__container {
        padding: 20px;
    }
}
.header-catalog__item:hover .header-catalog-sub__container {
    opacity: 1;
    visibility: visible;
}
.header-catalog-sub__content {
    margin: 0 50px 0 0;
}
.header-catalog-sub__content:last-child {
    margin: 0;
    padding: 0;
}
.header-catalog-sub__item {
    margin: 0 0 20px 0;
}
.header-catalog-sub__item:last-child {
    margin: 0;
}
.header-catalog-sub__link {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}
@media (max-width: 1199px) {
    .header-catalog-sub__link {
        font-size: 13px;
    }
}
.header-catalog-sub__link:hover,
.header-catalog-sub__link:focus,
.header-catalog-sub__link:active {
    color: #fff;
}
.header-search__container {
    position: relative;
    display: -webkit-box;
    display: flex;
}
.header-search__input {
    padding: 5px;
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 30px);
    height: 30px;
    border: 1px solid #5f615f;
    border-radius: 1px solid #5f615f; /*reset jquery ui*/
    color: #5f615f;
}
.header-search__input:hover, .header-search__input:focus, .header-search__input:active {
    border-color: #5f615f;
}
.header-search__input::-moz-placeholder {
    color: #909090 !important;
}
.header-search__input:-moz-placeholder {
    color: #909090 !important;
}
.header-search__input::-ms-input-placeholder {
    color: #909090 !important;
}
.header-search__input::-webkit-input-placeholder {
    color: #909090 !important;
}
.header-search__input::-ms-expand {
    color: #909090 !important;
}
.header-search__button {
    height: 30px;
    width: 30px;
    background: url('/catalog/view/theme/default/image/header/search.svg') no-repeat center center transparent;
    cursor: pointer;
}
.header__mobile {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-mobile__container {
    height: 45px;
    padding: 5px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.header-mobile__item_1 {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.header-mobile__item_2 {
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 160px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
}
.header-mobile__item_3 {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.header-mobile__button {
    margin: 0 8px 0 0;
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: relative;
}
.header-mobile__button:last-child {
    margin: 0;
}
.header-mobile__button_menu {
    background: url('/catalog/view/theme/default/image/header/menu_mobile.svg') no-repeat center center transparent;
    background-size: 35px;
}
.header-mobile__button_search {
    background: url('/catalog/view/theme/default/image/header/search_mobile.svg') no-repeat center center transparent;
}
.header-mobile__button_cart {
    background: url('/catalog/view/theme/default/image/header/cart.svg') no-repeat center center transparent;
}
.header__menumobile {
    max-height: 480px;
    overflow-y: scroll;
}
.header-menumobile__info {
    margin: 0 -15px;
    padding: 10px 15px 20px;
    background-color: #EBEBEB;
}
.header-menumobile__item {
    padding: 13px 0;
}
.header-menumobile__link {
    color: #000;
    cursor: pointer;
    font-weight: 700;
}
.header-menumobile__link:hover, .header-menumobile__link:active, .header-menumobile__link:focus {
    color: #3C58BF;
}
.header-menumobile__link_account {
    padding: 0 0 0 23px;
    background: url('/catalog/view/theme/default/image/header/account.svg') no-repeat center left transparent;
}
.header-menumobile__link_telephone {
    padding: 0 0 0 23px;
    background: url('/catalog/view/theme/default/image/header/phone.svg') no-repeat center left transparent;
    background-size: 15px;
}
.header-menumobile__link_recall {
    color: #1A72B0;
    border-bottom: 1px solid #1A72B0;
}
.header-menumobile__heading,
.header-menumobile__heading:hover,
.header-menumobile__heading:active,
.header-menumobile__heading:focus {
    padding: 15px;
    margin: 0 -15px;
    background-color: #1A72B0;
    font-size: 18px;
    color: #fff;
    position: relative;
}
.header-menumobile__status {
    display: -webkit-box;
    display: flex;
}
.header-menumobile-status__link {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.header-menumobile-status__link:first-child {
    margin: 0 20px 0 0;
}
.header-menumobile-status__image_compare {
    background: url('/catalog/view/theme/default/image/header/compare_hover.svg') no-repeat center center transparent;
}
.header-menumobile-status__image_wishlist {
    background-image: url('/catalog/view/theme/default/image/header/wishlist_hover.svg');
}
/* end header */
/* start footer */
.footer__container {
    line-height: 21px;
    background: #47A1D7;
}
@media (max-width: 991px) {
    .footer__container {
        padding: 80px 0 0;
    }
}
.footer__content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.footer__item {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .footer__item {
        margin: 0 0 60px;
        padding: 0;
    }
}
.footer__item_1 {
    -webkit-box-flex: 0;
            flex: 0 0 17%;
}
.footer__item_2 {
    -webkit-box-flex: 0;
            flex: 0 0 18%;
}
.footer__item_3 {
    -webkit-box-flex: 0;
            flex: 0 0 22%;
}
.footer__item_4 {
    -webkit-box-flex: 0;
            flex: 0 0 24%;
    padding-left: 50px;
    border-left: 1px solid #dee3df;
}
@media (max-width: 1199px) {
    .footer__item_1 {
        -webkit-box-flex: 0;
                flex: 0 0 22%;
    }
    .footer__item_3 {
        -webkit-box-flex: 0;
                flex: 0 0 24%;
    }
    .footer__item_4 {
        -webkit-box-flex: 0;
                flex: 0 0 30%;
    }
}
@media (max-width: 991px) {
    .footer__item {
        -webkit-box-flex: 0;
                flex: 0 0 33%;
    }
    .footer__item_4 {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        padding-left: 0;
        border: 0;
    }
}
@media (max-width: 767px) {
    .footer__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.footer__heading {
    margin: 0 0 30px 0;
    font-weight: 500;
    font-size: 18px;
}
.footer-menu__item {
    margin: 0 0 20px;
}
.footer-menu__item:last-child {
    margin: 0;
}
.footer-menu__link {
    color: #000000;
}
.footer__subscribe {
    position: relative;
    margin: 0 0 40px;
}
.footer__subscribe .error, .footer__subscribe .success_str {
    position: absolute;
    left: 0;
    font-size: 13px;
}
.subscribe__content {
    position: relative;
}
.subscribe__input {
    width: 100%;
    padding: 5px 50px 5px 48px;
    border: 1px solid transparent;
    color: #909090;
    height: 48px;
    background: url('/catalog/view/theme/default/image/footer/subscribe.svg') no-repeat 20px center #fff;
}
.subscribe__input::-moz-placeholder {
    color: #909090 !important;
}
.subscribe__input:-moz-placeholder {
    color: #909090 !important;
}
.subscribe__input::-ms-input-placeholder {
    color: #909090 !important;
}
.subscribe__input::-webkit-input-placeholder {
    color: #909090 !important;
}
.subscribe__input::-ms-expand {
    color: #909090 !important;
}
.subscribe__input:hover, .subscribe__input:focus,.subscribe__input:active {
    border-color:transparent;
}
.subscribe__button {
    position: absolute;
    top: 9px;
    right: 9px;
    height: 30px;
    width: 30px;
    background-color: #1A72B0;
    cursor: pointer;
}
.subscribe__button:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 12px;
    top: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
    left: 11px;
}
.subscribe__button:hover {
    background-color: #3C58BF;
}
.footer-menu__item_address {
    margin: 0 0 30px;
}
.footer__address {
    padding: 0 0 0 30px;
    font-size: 16px;
    background: url("../image/footer/address.svg") no-repeat 0 5px;
}
@media (max-width: 992px) {
    .footer__address {
        background-position-y: 0;
        min-height: 22px;
    }
}
.footer__telephone {
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    background: url("../image/footer/phone.svg") no-repeat 0 3px;
}
.footer__social {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.footer-social__item {
    padding: 3px 0 3px 30px;
    background: no-repeat 0 center;
}
.footer-social__item_1 {
    background-image: url("../image/footer/file.svg");
}
.footer__powered {
    padding: 20px 0;
    border-top: 1px solid #dee3df;
}
.footer-powered__content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
@media(max-width: 767px) {
    .footer-powered__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
.footer-powered__item {
    color: #000000;
}
@media(max-width: 767px) {
    .footer-powered__text {
        margin: 0 0 10px;
    }
}
.footer__payment {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.footer-payment__item {
    margin: 0 18px 0 0;
    height: 35px;
    width: 50px;
    background: no-repeat center center;
}
.footer-payment__item_srt {
    width: 40px;
}
.footer-payment__item_1 {
    background-image: url("../image/footer/payment_1.svg");
}
.footer-payment__item_2 {
    background-image: url("../image/footer/payment_2.svg");
}
.footer-payment__item_3 {
    background-image: url("../image/footer/payment_3.svg");
}
.footer-payment__item_4 {
    background-image: url("../image/footer/payment_4.svg");
}
.footer-powered__link {
    color: #5f615f;
}
/* end footer */
/* start home */
#content.home {
    padding: 0;
}
.home__module {
    margin: 0 0 80px;
}
@media (max-width: 1199px) {
    .home__module {
        margin: 0 0 70px;
    }
}
@media (max-width: 991px) {
    .home__module {
        margin: 0 0 50px;
    }
}
.home__slideshow {
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 991px) {
    .home__slideshow {
        margin: 0 auto 50px;
    }
}
.home__banner {
    margin-top: -50px;
}
@media (max-width: 991px) {
    .home__banner {
        margin-top: 0;
    }
}
.home__product {
    margin: 0 0 40px;
}
@media (max-width: 1199px) {
    .home__product {
        margin: 0 0 30px;
    }
}
@media (max-width: 991px) {
    .home__product {
        margin: 0 0 10px;
    }
}
.home__brands {
    padding: 60px 0 0 0;
    background: url('/catalog/view/theme/default/image/brands/bg.jpg') no-repeat top right;
}
@media (max-width: 991px) {
    .home__brands {
        background-position: 70% 0;
    }
}
@media (max-width: 767px) {
    .home__brands {
        background-position: top right;
    }
}
.home__gallery {
    padding: 60px 0 0 0;
    background: url('/catalog/view/theme/default/image/instagram/bg.jpg') no-repeat top right;
}
@media (max-width: 991px) {
    .home__gallery {
        background-position: 70% 0;
    }
}
@media (max-width: 767px) {
    .home__gallery {
        background-position: top right;
    }
}
.slideshow__container {
    position: relative;
}
.slideshow__nav {
    height: 50px;
    width: 50px;
}
.slideshow__nav_prev {
    left: 80px;
}
.slideshow__nav_next {
    right: 80px;
}
@media(max-width: 1199px) {
    .slideshow__nav_prev {
        left: 40px;
    }
    .slideshow__nav_next {
        right: 40px;
    }
}
.home-banner__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    z-index: 1010;
    position: relative;
}
@media(max-width: 992px) {
    .home-banner__content {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 767px) {
    .home-banner__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 15px;
    }
}
@media(max-width: 450px) {
    .home-banner__content {
        grid-gap: 30px 15px;
    }
}
@media(min-width: 992px) {
    .bannder__img {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .bannder__img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.bannder__title {
    padding: 25px 0 0 0;
    font-size: 18px;
    font-weight: 500;
}
@media(min-width: 992px) and (max-width: 1199px) {
    .bannder__title {
        font-size: 14px;
    }
}
@media(max-width: 450px) {
    .bannder__title {
        padding: 15px 0 0 0;
        font-size: 14px;
    }
}
.home__brands .carousel__link {
    position: relative;
    display: block;
}
.home__brands .carousel__link:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #EBEBEB;
}
.home__brands .carousel__link:hover:before,
.home__brands .carousel__link:focus:before,
.home__brands .carousel__link:active:before {
    height: 7px;
    background-color: #A1DCFF;
}
.gallery__heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px) {
    .gallery__heading {
        color: #fff;
    }
}
@media (max-width: 450px) {
    .gallery__heading {
        -webkit-box-pack: start;
                justify-content: flex-start;
        flex-wrap: wrap;
    }
}
@media (max-width: 450px) {
    .gallery-heading__text {
        margin: 0 0 30px 0;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.home-gallery__button {
    padding-left: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: url('/catalog/view/theme/default/image/instagram/more.svg') no-repeat 30px center transparent;
    border-color: #fff;
}
a.home-gallery__button:hover,
a.home-gallery__button:focus,
a.home-gallery__button:active {
    background-color: #3C58BF;
    border-color: #3C58BF;
    color: #fff;
}
.home__about {
    font-size: 16px;
    line-height: 28px;
}
.home__about h3 {
    margin: 0 0 10px;
}
.home-about__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px) {
    .home-about__container {
        flex-wrap: wrap;
    }
}
.home-about__item_1 {
    -webkit-box-flex: 0;
            flex: 0 0 calc(40% - 15px);
}
.home-about__item_2 {
    -webkit-box-flex: 0;
            flex: 0 0 calc(60% - 15px);
}
@media (max-width: 991px) {
    .home-about__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
    .home-about__item_1 {
        -webkit-box-ordinal-group: 3;
                order: 2;
    }
    .home-about__item_2 {
        margin: 0 0 30px;
    }
}
.home-about__buttons {
    padding: 40px 0 0;
}
.home-about__button {
    padding-left: 60px;
    font-size: 16px;
    font-weight: 500;
    background-image: url('/catalog/view/theme/default/image/about/more.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    color: #47A1D7;
    background-color: #fff;
}
.home-about__button:hover,
.home-about__button:focus,
.home-about__button:active {
    color: #fff;
    background-image: url('/catalog/view/theme/default/image/about/more_hover.svg');
}
.home-about__title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
}
.home__about p {
    margin: 0 0 25px;
}
.home__about p:last-child {
    margin: 0;
}
.adv__container {
    padding: 0 0 80px;
    border-top: 1px solid #EBEBEB;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
}
@media (min-width: 992px) {
    .adv__container:before {
        content: '';
        position: absolute;
        top: -18px;
        left: 0;
        width: 1px;
        height: 18px;
        background-color: #EBEBEB;
    }
}
@media (max-width: 991px) {
    .adv__container {
        flex-wrap: wrap;
        -webkit-box-pack: start;
                justify-content: flex-start;
    }
}
.adv__item {
    padding: 50px 0 0;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    position: relative;
}
@media (min-width: 992px) {
    .adv__item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 18px;
        background-color: #EBEBEB;
    }
}
@media (max-width: 1199px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 12%;
    }
}
@media (max-width: 991px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 25%;
    }
}
@media (max-width: 767px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 33%;
    }
}
@media (max-width: 450px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.adv__content {
    padding: 75px 0 0;
    position: relative;
    text-align: center;
    line-height: 24px;
}
@media (max-width: 450px) {
    .adv__content {
        padding: 0 0 0 75px;
        min-height: 50px;
        text-align: left;
    }
}
.adv__content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: no-repeat center center;
}
@media (max-width: 450px) {
    .adv__content:before {
        margin: unset;
    }
}
.adv__content_1:before {
    background-image: url('/catalog/view/theme/default/image/advantage/adv_1.svg');
}
.adv__content_2:before {
    background-image: url('/catalog/view/theme/default/image/advantage/adv_2.svg');
}
.adv__content_3:before {
    background-image: url('/catalog/view/theme/default/image/advantage/adv_3.svg');
}
.adv__content_4:before {
    background-image: url('/catalog/view/theme/default/image/advantage/adv_4.svg');
}
.adv__content_5:before {
    background-image: url('/catalog/view/theme/default/image/advantage/adv_5.svg');
}
.adv__content_6:before {
    background-image: url('/catalog/view/theme/default/image/advantage/adv_6.svg');
}
.adv__content_7:before {
    background-image: url('/catalog/view/theme/default/image/advantage/adv_7.svg');
}
.adv__title {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .adv__title {
        font-size: 14px;
        font-weight: 500;
    }
}
/* end home */
/* start category */
.category__heading {
    font-size: 40px;
}
.category-menu__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px 0;
}
.category-menu__button {
    width: 48%;
}
.category-menu-mobile__container {
    margin: 0 0 50px;
    background-color: #EBEBEB;
    padding: 30px 30px 10px;
    font-weight: 500;
}
.category-menu-mobile__heading {
    margin: 0 0 30px;
    font-size: 18px;

}
.category-menu-mobile__item {
    display: inline-block;
    margin: 0 25px 20px 0;
}
.category-menu-mobile__link {
    font-size: 16px;
}
.category__banner {
    margin-bottom: 30px;
}
.category__sub {
    margin-bottom: 50px;
}
.category-menu-image__item {
    margin-bottom: 50px;
    text-align: center;
}
@media(max-width: 450px) {
    .category-menu-image__item {
        margin-bottom: 30px;
    }
}
.category-menu-image__img {
    margin-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media(min-width: 992px) {
    .category-menu-image__img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
.category-menu-image__title {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
@media(max-width: 450px) {
    .category-menu-image__title {
        font-size: 14px;
    }
}
.category-menu-image__item:hover .category-menu-image__title {
    color: #3C58BF;
}
.category__sort {
    margin: 0 0 30px;
}
.category__sort .selectboxit-arrow-container {
    width: 30px;
    position: relative;
    margin: 0 0 0 5px;
}
.sort__item {
    display: inline-block;
    line-height: 35px;
    margin-right: 20px;
}
.category__info {
    display: block;
    padding: 50px 0 0 0;
}
.category-sort__select, .category-sort__select:active, .category-sort__select:focus, .selectboxit-container:hover .category-sort__select.selectboxit-btn {
    border-color: transparent;
}
/* end category */
/* start product */
.goods__container {
    margin: 0 0 50px;
}
.goods__control {
    padding: 0 0 0 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEBEB));
    background-image: linear-gradient(180deg, #fff 0%, #EBEBEB 100%);
    background-size: 1px 100%;
    background-position: 0 -30px;
    background-repeat: no-repeat;
    background-color: #fff;
}
@media (max-width: 450px) {
    .goods__control {
        padding: 0 0 0 20px;
    }
}
.goods__title {
    margin: 0 0 30px;
}
.goods__image {
    position: relative;
    margin: 0 0 30px;
    display: block !important; /*fix IE easyzoom*/
}
.goods__images {
    position: relative;
    margin: 0 0 30px;
}
@media (min-width: 992px) {
    .goods-images__link {
        display: block;
        border: 1px solid transparent;
        margin: 0 1px 0 0;
    }
    .goods-images__link:hover,
    .goods-images__link:active,
    .goods-images__link:focus {
        display: block;
        border: 1px solid #1A72B0;
    }
}
.goods__nav {
    width: 40px;
    height: 40px;
}
@media (max-width: 450px) {
    .goods__nav_prev {
        left: -5px;
    }
    .goods__nav_next {
        right: -5px;
    }
}
.goods-sticker__container_mobile {
    display: none;
    z-index: 99;
}
@media (max-width: 991px) {
    .goods-sticker__container_mobile {
        display: block;
    }
}
.goods__property {
    margin: 0 0 30px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    font-size: 16px;
}
.property__item {
    display: -webkit-box;
    display: flex;
}
@media (max-width: 450px) {
    .property__item {
        flex-wrap: wrap;
    }
}
.property__item:last-child {
    margin: 0;
}
.property__model {
    margin: 0 50px 0 0;
    color: #909090;
}
@media (max-width: 450px) {
    .property__model {
        margin: 0 0 15px;
    }
}
.property-manufacturer__link {
    font-size: 22px;
    font-weight: 500;
}
.goods__info {
    margin: 0 0 30px;
}
.goods-info__item {
    display: -webkit-box;
    display: flex;
    margin: 0 0 10px;
}
.goods-info__title {
    color: #797a78;
    -webkit-box-flex: 0;
            flex: 0 0 35%;
}
.stock__container {
    padding: 0 0 0 20px;
    position: relative;
}
.stock__container:before {
    position: absolute;
    content: '';
    top: 2px;
    left: 3px;
    width: 8px;
    height: 12px;
    border-top: 1px solid #1A72B0;
    border-left: 1px solid #1A72B0;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.stock_in {
    color: #1A72B0;
}
.stock_out {
    color: #ea0b0c;
}
.stock_out:before {
    color: #ea0b0c;
    border-color: #ea0b0c;
}
@media(max-width: 450px) {
    .property__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        margin: 0 0 15px;
    }
    .property__item:last-child {
        margin: 0;
    }
}
.goods__attr {
    margin: 0 0 40px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.goods-attr__item {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    margin: 0 0 12px;
    display: -webkit-box;
    display: flex;
}
@media (max-width: 1199px) {
    .goods-attr__item {
        margin: 0 0 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
@media (max-width: 450px) {
    .goods-attr__item {
        margin: 0 0 8px;
    }
}
.unit-attr__item:last-child {
    margin: 0;
}
.goods-attr__heading {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    margin: 0 10px 0 0;
    color: #797a78;
    background: linear-gradient(to right, #b2b2b2 1px, transparent 1px) repeat-x 0 calc(100% - 4px);
    background-size: 2px 1px;
}
@media (max-width: 1199px) {
    .goods-attr__heading {
        margin: 0 0 5px;
        background: none;
    }
}
@media (max-width: 450px) {
    .goods-attr__heading {
        margin: 0 0 1px;
    }
}
.goods-attr__title {
    padding: 0 10px 0 0;
    z-index: 1;
    position: relative;
    background-color: #fff;
    color: #909090;
}
@media (max-width: 1199px) {
    .goods-attr__title {
        padding: 0;
    }
}
.goods__option {
    margin: 0 0 40px 0;
}
.option__container {
    margin: 0 0 30px;
    position: relative;
}
.option__container:last-child {
    margin: 0;
}
.option__container:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 20px;
    bottom: 0;
    height: 1px;
    width: 20px;
    background-color: #EBEBEB;
}
@media (max-width: 450px) {
    .option__container:before {
        left: -20px;
        width: 10px;
    }
}
.option__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.option__title {
    margin: 0 30px 0 0;
    font-size: 18px;
    font-weight: 500;
}
.option-color__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.goods-color__item {
    margin: 0 0px -1px -1px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    position: relative;
}
.goods-color__item:hover, .goods-color__item_active {
    border: 1px solid #3C58BF;
}
.goods-color__item:hover:before, .goods-color__item_active:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid #3C58BF;
}
.option-image__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.option__radio_image+.option__label:before, .option__radio_image:checked+.option__label:before {/* reset label */
    content: unset;
}
.option__radio_image+.option__label:after, .option__radio_image:checked+.option__label:after {/* reset label */
    content: unset;
}
.option__radio_image + .option__label {
    padding: 0;
    margin: 0 0px -1px -1px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    font-size: 16px;
}
.option__radio_image:checked+.option__label {
    border: 1px solid #3C58BF;
    color: #000;
}
.option__radio_image+ .option__label:hover {
    border: 1px solid #3C58BF;
    color: #000;
}
.option__radio_image+ .option__label:hover:after,
.option__radio_image:checked+.option__label:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #3C58BF;
    border-radius: 0;
    width: 1px;
    height: 100%;
    left: auto;
}
.goods__ctrl {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}
.goods__ctrl:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 25px;
    bottom: 0;
    height: 1px;
    width: 20px;
    background-color: #EBEBEB;
}
@media (max-width: 450px) {
    .goods__ctrl:before {
        left: -20px;
        width: 10px;
    }
}
.goods__price {
    font-size: 30px;
    font-weight: 700;
}
@media (max-width: 450px) {
    .goods__price {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
.goods-price__item_new {
    margin: 0 25px 0 0;
}
.goods-price__item_old {
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
    color: #909090;
}
.goods-shipping__item {
    margin: 0 0 5px;
}
.goods-shipping__item:last-child {
    margin: 0;
}
.goods-ctrl__buttons {
    display: -webkit-box;
    display: flex;
}
.goods-ctrl__button {
    width: 50px;
    height: 50px;
    background: no-repeat center center;
    cursor: pointer;
}
.goods__compare {
    background-image: url('/catalog/view/theme/default/image/product/compare.svg');
}
.goods__compare:hover, .goods__compare:focus, .goods__compare:active {
    background-image: url('/catalog/view/theme/default/image/product/compare_hover.svg');
}
.goods__wishlist {
    background-image: url('/catalog/view/theme/default/image/product/wishlist.svg');
}
.goods__wishlist:hover, .goods__wishlist:focus, .goods__wishlist:active {
    background-image: url('/catalog/view/theme/default/image/product/wishlist_hover.svg');
}
.goods__alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
}
.goods__buttons {
    position: relative;
}
.goods__buttons:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 30px;
    bottom: 0;
    height: 1px;
    width: 20px;
    background-color: #EBEBEB;
}
@media (max-width: 450px) {
    .goods__buttons:before {
        left: -20px;
        width: 10px;
    }
}
.goods__quantity {
    -webkit-box-flex: 0;
            flex: 0 0 30%;
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
@media (max-width: 1199px) {
    .goods__quantity {
        -webkit-box-flex: 0;
                flex: 0 0 180px;
    }
}
.goods-quantity__edit {
    width: 60px;
    height: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #EBEBEB;
}
.goods-quantity__edit:before, .goods-quantity__edit:after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #909090;
}
.goods-quantity__edit_plus:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.goods-quantity__edit_minus:after {
    width: 0;
}
.goods-quantity__edit:hover {
    border-color: #3C58BF;
}
.goods-quantity__edit:hover:before, .goods-quantity__edit:hover:after {
    background-color: #3C58BF;
}
.goods-quantity__edit_plus:hover {
    border-color: #3C58BF;
}
.goods-quantity__edit_plus:hover:before, .goods-quantity__edit_plus:hover:after {
    background-color: #3C58BF;
}
.goods-quantity__input, .goods-quantity__input:hover, .goods-quantity__input:active, .goods-quantity__input:focus {
    height: 100%;
    width: calc(100% - 60px - 60px);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #EBEBEB;
    border-left: 0;
    border-right: 0;
}
.goods-buttons__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
}
.goods-buttons__button {
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #47A1D7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.goods-buttons__button:hover {
    background-color: #3C58BF;
}
.goods-buttons__text {
    padding: 2px 0 2px 40px;
    white-space: nowrap;
}
@media (max-width: 1199px) {
    .goods-buttons__text {
        display: none;
    }
}
.goods-buttons__cart {
    -webkit-box-flex: 0;
            flex: 0 0 30%;
    background-color: #3C58BF;
}
.goods-buttons__cart:hover {
    background-color: #47A1D7;
}
@media (max-width: 1199px) {
    .goods-buttons__cart {
        width: 60px;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        background-image: url('/catalog/view/theme/default/image/product/cart.svg');
        background-repeat: no-repeat;
        background-position: center center;
    }
}
.goods-buttons__text_cart {
    background: url('/catalog/view/theme/default/image/product/cart.svg') no-repeat left center;
}
.goods-buttons__click {
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    background-color: #47A1D7;
}
@media (max-width: 1199px) {
    .goods-buttons__click {
        width: 60px;
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        background-image: url('/catalog/view/theme/default/image/product/click.svg');
        background-repeat: no-repeat;
        background-position: center center;
    }
}
.goods-buttons__text_click {
    padding-left: 25px;
    background: url('/catalog/view/theme/default/image/product/click.svg') no-repeat left center;
}
.tabs__content {
    padding: 50px 0 0;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .tabs__content {
        margin: 0 0 50px;
        padding: 0 0 30px;
        border: 0;
        border-bottom: 1px solid #EBEBEB;
        display: block !important;
    }
}
.tabs {
    display: -webkit-box;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 991px) {
    .tabs {
        display: none;
    }
}
.tabs__link {
    position: relative;
    z-index: 1;
    margin: 0 50px -1px 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 18px;
    font-weight: 500;
    color: #909090;
}
.tabs__link.active, .tabs__link:hover {
    color: #000;
    border-color: #3C58BF;
}
@media (max-width: 450px) {
    .tabs__link {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .tabs__link.active, .tabs__link:hover {
        border-bottom: 1px solid #EBEBEB;
    }
}
.tabs__heading_mobile {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 700;
    display: none;
}
@media (max-width: 991px) {
    .tabs__heading_mobile {
        display: block;
    }
}
.goods__attribute {
    max-width: 700px;
}
.goods-attribute__str {
    display: -webkit-box;
    display: flex;
}
.goods-attribute__str:nth-of-type(odd) {
    background-color: #EFF9FF;
}
.goods-attribute__row {
    padding: 12px;
}
.goods-attribute__heading {
    font-weight: 500;
    -webkit-box-flex: 0;
            flex: 0 0 30%;
}
.goods-download__item {
    margin: 0 0 20px;
}
.goods-download__item:last-child {
    margin: 0;
}
.goods-download__link {
    padding: 0 0 0 27px;
    background: url('/catalog/view/theme/default/image/product/file.svg') no-repeat left center;
    font-weight: 500;
}
.goods__module {
    margin: 0 0 50px;
}
.goods__module:last-child {
    margin: 0;
}
@media (max-width: 991px) {
    .goods__module {
        margin: 0 0 40px;
    }
}
@media (max-width: 767px) {
    .goods__module {
        margin: 0 0 30px;
    }
}
/* end product */
