/* start header */
@media (max-width: 991px) {
    .header__container {
        padding: 45px 0 0 0;
    }
}
.header__content {
    position: relative;
}
.header__box_scroll {
    height: 75px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
}
.header-menufixed__content {
    display: none;
}
.header__box_scroll .header-menufixed__content {
    display: block;
}
.header-menufixed__button {
    display: none;
    width: 40px;
    height: 40px;
    background: url('/catalog/view/theme/default/image/header/menu.svg') no-repeat center center transparent;
}
.header__box_scroll .header-menufixed__button {
    display: block;
}
.header-menufixed__button:hover .header-catalog-sub__container {
    opacity: 1;
    visibility: visible;
}
.goods__mini_desc {
    line-height: 1.5;
	font-size: 16px;
}
.goods__mini_desc p {
	margin-bottom:0;
}
.goods__mini_desc a:first-child {
	margin-right:15px;
}
.goods__mini_desc a {
    font-size: 16px;
    font-weight: bold;
	display: inline-block;
}
.header__ctrl {
    height: 75px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 30px;
    position: relative;
}
@media (max-width: 1199px) {
    .header__ctrl {
        -ms-grid-columns: 1fr 1.7fr 1fr;
        grid-template-columns: 1fr 1.7fr 1fr;
    }
}
.header-content__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.header-content__block_1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.header-content__block_3 {
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.header__logo {
    margin: 0 20px 0 0;
    min-width: 150px;
}
.header__telephone {
    font-size: 13px;
}
.header__telephone:hover, .header__telephone:active, .header__telephone:focus {
    color: #000;
}
.header__recall {
    color: #00a5c6;
    text-decoration: underline;
}
.header__recall:hover, .header__recall:active, .header__recall:focus {
    color: #00a5c6;
    text-decoration: underline;
}
.status__content {
    padding: 0 10px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.status__item {
    margin: 0 0 0 20px;
}
.status__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 13px;
}
.status__link:hover, .status__link:focus, .status__link:active {
    color: #000;
}
.status__count {
    padding: 0 0 0 3px;
    font-weight: 700;
}
.status__image {
    display: block;
    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;
}
.status__link:hover .status__image_cart {
    background-image: url('/catalog/view/theme/default/image/header/cart_hover.svg');
}
.status-price__text {
    position: relative;
    padding: 0 0 0 12px;
    font-weight: 400;
}
.status-price__text:before {
    position: absolute;
    content: '/';
    top: 0;
    left: 4px;
    color: #a3a3a3;
}
.header__catalog {
    position: relative;
    z-index: 2;
}
.header__box_scroll .header__catalog {
    display: none;
}
.header-catalog__container {
    height: 40px;
    display: -webkit-inline-box;
    display: inline-flex;
}
.header-catalog__item {
    background-color: #00a5c6;
    border-right: 1px solid #fff;
}
.header-catalog__item:first-child {
    padding: 0 40px;
    background-color: #0686E3;
}
.header-catalog__item:last-child {
    border-right: 0;
}
.header-catalog__item:hover, .header-catalog__item:active, .header-catalog__item:focus {
    background-color: #0686E3;
}
.header-catalog__link {
    padding: 0 20px;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.header-catalog__item:hover .header-catalog__link {
    color: #fff;
}
.header-catalog__sub {
    left: 0;
    right: 0;
    position: absolute;
    top: 100%;
}
.header-catalog-sub__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 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;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    background-color: #f0f0f0;
}
.header-catalog__item:hover .header-catalog-sub__container {
    opacity: 1;
    visibility: visible;
}

/*------------------------------------*/
.header-catalog__sub_big {
    position: absolute;
    margin-left: -40px;
    overflow-y: auto;
    background: #f0f0f0;
    z-index: 9999;
    max-width: 1173px;
    height: 80vh;
	opacity: 0;
    visibility: hidden;
    -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;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.header-catalog-sub__container_big {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.header-catalog__item:hover .header-catalog__sub_big {
    opacity: 1;
    visibility: visible;
}
/*------------------------------------*/
.header-catalog-sub__content {
    display: -webkit-box;
    display: flex;
    padding: 30px 20px;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.header-catalog-sub__content:nth-child(3n) {
    border-right: 0;
}
.header-catalog-sub__image {
    margin: 0 20px 0 0;
}
.header-catalog-sub__item {
    margin: 0 0 12px;
}
.header-catalog-sub__item:last-child {
    margin: 0;
}
.header-catalog-sub__link {
    padding: 0 0 0 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.header-catalog-sub__link:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.header-catalog-sub__link:hover:before, .header-catalog-sub__link:focus:before, .header-catalog-sub__link:active:before {
    border-color: #00a5c6;
}
.header-catalog-sub__link_lvl3 {
    color: #00a5c6;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.header-catalog-sub__link_lvl3:before {
    top: 7px;
    border-color: #00a5c6;
}
.header-catalog-info__content {
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.header-catalog-info__item {
    padding: 10px 20px 15px;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
}
@media(max-width: 1199px) {
    .header-catalog-info__item {
        padding: 10px 18px 15px;
    }
}
.header-catalog-info__link {
    font-weight: 700;
    line-height: 20px;
}
.header-catalog-info__img {
    padding: 15px 0 0 0;
}
.header__search {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.header-search__container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}
.header-search__close {
    position: absolute;
    top: 5px;
    right: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.header-search__close:after, .header-search__close:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
    background: #fff;
    height: 17px;
    width: 2px;
}
.header-search__close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header-search__close:before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
@media (max-width: 992px) {
    .header__search {
        display: block !important;
        background: #fff;
    }
}
.header-search__content {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
}
.header-search__input {
    padding: 15px 55px 15px 20px;
    height: 40px;
    background: #F8F8F8;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #4F4F4F;
    border-radius: 30px !important;
    font-weight: 300;
}
.header-search__input:hover, .header-search__input:focus, .header-search__input:active {
    border: 0;
    border-bottom: 1px solid #fff;
}
.header-search__input::-moz-placeholder {
    color: #4F4F4F !important;
    opacity: 1;
}
.header-search__input:-moz-placeholder {
    color: #4F4F4F !important;
    opacity: 1;
}
.header-search__input::-ms-input-placeholder {
    color: #4F4F4F !important;
    opacity: 1;
}
.header-search__input::-webkit-input-placeholder {
    color: #4F4F4F !important;
    opacity: 1;
}
.header-search__input::-ms-expand {
    color: #4F4F4F !important;
    opacity: 1;
}
.header-search__input_mobile {
    padding: 15px 10px;
    border: 1px solid transparent;
    border-radius: 0 !important; /*reset jquery ui*/
}
.header-search__input_mobile:hover, .header-search__input_mobile:focus, .header-search__input_mobile:active {
    border: 1px solid transparent;
}
.header-search__button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 50px;
    background: url('/catalog/view/theme/default/image/header/search.svg') no-repeat center center transparent;
    cursor: pointer;
}
.header-search__button_2 {
    background: url('/catalog/view/theme/default/image/header/search_hover.svg') no-repeat center center transparent;
}
.header__mobile {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    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 {
    cursor: pointer;
    height: 30px;
    width: 30px;
}
.header-mobile__btn-menu {
    background: url('/catalog/view/theme/default/image/header/menu_mobile.svg') no-repeat center center transparent;
}
.header-mobile__btn-search {
    margin: 0 0 0 15px;
    background: url('/catalog/view/theme/default/image/header/search_mobile.svg') no-repeat center center transparent;
}
.header-mobile__btn-cart {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.header-mobile__image-cart {
    background: url('/catalog/view/theme/default/image/header/cart_mobile.svg') no-repeat center center transparent;
    background-size: 30px;
}
.header-mobile__status-cart  {
    font-weight: 700;
    margin: 0 0 0 4px;
}
.header__menumobile {
    padding: 10px 30px 20px;
    max-height: 480px;
    overflow-y: scroll;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    background-color: #f0f0f0;
}
.header-menumobile__item {
    padding: 10px 0;
}
.header__status_mobile {
    width: 110px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.header-menumobile__heading {
    position: relative;
    padding: 0 25px 0 0;
    font-weight: 700;
    cursor: pointer;
}
.header-menumobile__heading:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 2px;
    right: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.header-menumobile__heading_active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header-menumobile__link {
    color: #000;
    cursor: pointer;
}
.header-menumobile__link_2 {
    color: #00a5c6;
}
.header-menumobile__link:hover, .header-menumobile__link:active, .header-menumobile__link:focus {
    color: #00a5c6;
}
.currency__content {
    position: relative;
}
.currency__heading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.currency-heading__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}
.currency-heading__link:after {
    margin: 0 0 2px 5px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.currency-heading__link:hover:after {
    border-color: #000;
}
.currency-heading__symbol {
    margin: 0 0 0 2px;
    width: 10px;
    overflow: hidden;
    font-weight: 700;
}
.header-menumobile__currency .currency__heading {
    background: #f0f0f0;
}
.header-menumobile__currency .currency-heading__link {
    width: 100%;
    position: relative;
    font-weight: 700;
}
.header-menumobile__currency .currency-heading__symbol {
    color: #00a5c6;
}
.header-menumobile__currency .currency-heading__link:after {
    width: 8px;
    height: 8px;
    border-color: #000;
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    margin: 0;
}
.language__content {
    position: relative;
}
.language__heading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.language-heading__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
}
.language-heading__link:after {
    margin: 0 0 2px 5px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.language-heading__link:hover:after {
    border-color: #000;
}
.language-heading__symbol {
    margin: 0 0 0 5px;
    width: 20px;
    overflow: hidden;
    font-weight: 700;
}
.header-menumobile__language .language__heading {
    background: #f0f0f0;
}
.header-menumobile__language .language-heading__link {
    width: 100%;
    position: relative;
    font-weight: 700;
}
.header-menumobile__language .language-heading__symbol {
    color: #00a5c6;
}
.header-menumobile__language .language-heading__link:after {
    width: 8px;
    height: 8px;
    border-color: #000;
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    margin: 0;
}
.header__image {
    margin: -41px 0 0 0;
    height: 44px;
    background-color: #F0F0F0;
}
@media (max-width: 991px) {
    .header__image {
        display: none;
    }
	.header-mobile__item_2 img {
		max-height: 45px;
		min-height: 45px;
	}
}
/* end header */
/* start footer */
.footer__container {
    padding: 40px 0 0;
    background: #f0f0f0;
}
.footer__content {
    padding: 0 0 40px;
    font-size: 13px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .8fr 1fr 1fr;
    grid-template-columns: 1fr .8fr 1fr 1fr;
}
@media(max-width: 991px) {
    .footer__content {
        -ms-grid-columns: .6fr .8fr .7fr 1.1fr;
        grid-template-columns: .6fr .8fr .7fr 1.1fr;
        grid-gap: 20px;
    }
}
@media(max-width: 767px) {
    .footer__content {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }
}
@media(max-width: 450px) {
    .footer__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        font-size: 14px;
    }
}
.footer__heading {
    margin: 0 0 20px 0;
    font-weight: 700;
}
.footer-menu__item {
    margin: 0 0 10px;
}
.footer-menu__item:last-child {
    margin: 0;
}
.footer-menu__link {
    font-size: 13px;
}
@media(max-width: 450px) {
    .footer-menu__link {
        font-size: 14px;
    }
}
.footer__powered {
    padding: 30px 0 0 0;
}
.footer__logo {
    margin: 0 0 20px;
}
.footer__social {
    display: -webkit-box;
    display: flex;
}
.footer-social__item {
    margin: 0 10px 0 0;
}
.footer-social__link {
    display: block;
    width: 42px;
    height: 42px;
    background: no-repeat center center #00a5c6;
}
.footer-social__link_youtube {
    background-image: url('/catalog/view/theme/default/image/footer/youtube.svg');
}
.footer-social__link_twitter {
    background-image: url('/catalog/view/theme/default/image/footer/twitter.svg');
}
.footer-social__link:hover {
    background-color: #00a5c6;
}
.footer__contacts {
    line-height: 17px;
}
.footer-contacts__item {
    margin: 0 0 15px;
}
.footer-contacts__item:last-child {
    margin: 0;
}
.footer-contacts__phone {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.footer-contacts__heading {
    margin: 0 0 3px;
    font-weight: 700;
}
@media(max-width: 450px) {
    .footer-contacts__heading {
        margin: 0 0 5px;
    }
}
.footer-contacts__link {
    color: #00a5c6;
    text-decoration: underline;
}
.footer-contacts__link:hover, .footer-contacts__link:focus, .footer-contacts__link:active {
    text-decoration: underline;
}
.footer-contacts__telephone {
    margin: 0 0 2px;
}
.footer-contacts__telephone:last-child {
    margin: 0;
}
/* end footer */
/* start home */
#content.home {
    padding: 0;
}
.home__banner {
    margin: 0 0 40px 0;
}
.home__brands {
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.home__brands .owl-stage-outer {
    padding: 0 0 30px;
}
.carousel__link {
    display: inline-block;
    border: 1px solid transparent;
      text-decoration: underline;
      font-weight: 700
}
.carousel__link:hover {
    border: 1px solid #ccc;
}
.home__product {
    margin: 0 0 70px;
}
.home-product__content {
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.home__about {
    margin: 0 0 50px;
}
.home__adv {
}
.home__module {
    margin: 0 0 20px;
}
@media (max-width: 991px) {
    .home__module {
        margin: 0 0 50px;
    }
}
@media (max-width: 450px) {
    .home__module {
        margin: 0 0 40px;
    }
}
.home__slideshow {
    margin: -41px auto 0px;
    max-width: 1280px;
}
.slidshow_descr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
	max-width: 530px;
	color: #fff;
}
.slide-title1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.slide-title2 {
    font-size: 19px;
    font-weight: bold;
    margin: 20px 0 30px;
    line-height: 1.5;
}
.slide-title3 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid;
    border-color: #ffffff;
    color: #ffffff;
    padding: 10px 23px;
}
@media (max-width: 991px) {
    .home__slideshow {
        margin-top: 0;
		margin-bottom: 20px;
    }
	.slidshow_descr {
		left: 90px;
	}
	.slide-title1 {
		font-size: 32px;
	}
	.slide-title2 {
		font-size: 18px;
		margin: 20px 0 20px;
	}
	.slide-title3 {
		padding: 7px 14px;
	}
	
}
@media (max-width: 767px) {
	.slidshow_descr {
		left: 40px;
		top: 170px;
	}
	.slide-title1 {
		font-size: 40px;
	}
	.slide-title2 {
		font-size: 19px;
		margin: 20px 0 30px;
	}
	.slide-title3 {
		padding: 10px 23px;
	}
}
@media (max-width: 500px) {
	.slidshow_descr {
		left: 30px;
	}
	.slide-title1 {
		font-size: 32px;
	}
	.slide-title2 {
		font-size: 18px;
		margin: 20px 0 20px;
	}
	.slide-title3 {
		padding: 7px 14px;
	}
}
.slideshow__container {
    position: relative;
}
@media (max-width: 991px) {
    .slideshow__container {
        margin: 0;
        z-index: 0;
    }
}
.slideshow__nav_prev {
    left: 30px;
}
.slideshow__nav_next {
    right: 30px;
}
@media(max-width: 1199px) {
    .slideshow__nav_prev {
        left: 20px;
    }
    .slideshow__nav_next {
        right: 20px;
    }
}
.home-banner__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e5e5e5;
}
@media(max-width: 991px) {
    /*.home-banner__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    }*/
	.home-banner__content {
		padding:0 0 10px 0;
	}
}
@media(max-width: 450px) {
    /*.home-banner__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }*/
	.home__slideshow {
		margin-bottom: 10px;
	}
	.home-banner__content {
		grid-gap: 10px;
	}
}
.adv__content {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.adv__item {
    -webkit-box-flex: 0;
            flex: 0 0 13%;
    margin: 0 0 40px;
    padding: 85px 0 0 0;
    min-height: 65px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
    position: relative;
}
@media (max-width: 1199px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 10%;
    }
}
@media (max-width: 991px) {
    .adv__content {
        -webkit-box-pack: center;
                justify-content: center;
    }
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 15%;
        margin: 0 20px 40px;
    }
}
@media (max-width: 450px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 35%;
    }
}
.adv__item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}
.adv__item_1:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_1.svg') no-repeat center center;
}
.adv__item_2:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_2.svg') no-repeat center center;
}
.adv__item_3:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_3.svg') no-repeat center center;
}
.adv__item_4:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_4.svg') no-repeat center center;
}
.adv__item_5:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_5.svg') no-repeat center center;
}
.adv__item_6:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_6.svg') no-repeat center center;
}
.adv__item_7:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_7.svg') no-repeat center center;
}
.adv__title {
    font-weight: 700;
}
.home-about__container {
    margin: 0 0 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .76fr 1fr;
    grid-template-columns: .76fr 1fr;
    grid-gap: 30px;
}
@media(max-width: 991px) {
    .home-about__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.home-about__link,
.home-about__link:hover,
.home-about__linkactive,
.home-about__link:focus {
    color: #00a5c6;
    text-decoration: underline;
}
.home-about__image {
}
.home-about__heading {
    margin: 0 0 30px;
    color: #00a5c6;
    font-size: 24px;
    font-weight: 700;
}
.home-about__subheading {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}
.home-about__img {
    margin: 0 0 40px;
}
.home-about__text {
    line-height: 21px;
}
.home-about__text_2 {
    margin: 0 0 30px;
}
.home-about__table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 30px;
    color: #4F4F4F;
}
@media(max-width: 767px) {
    .home-about__table {
        grid-gap: 15px;
    }
}
.home-about__text p {
    margin: 0 0 15px;
}
.home-about__text p:last-child {
    margin: 0;
}
.home-about__link {
    color: #00a5c6;
    text-decoration: underline;
}
.home-about__link:hover, .home-about__link:focus, .home-about__link:active {
    color: #00a5c6;
    text-decoration: underline;
}
/* end home */
/* start category */
.category__heading {
    padding: 0 0 40px;
    border-bottom: 1px solid #e5e5e5;
}
.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__container {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}
.category__banner {
    margin-bottom: 30px;
}
.category__sub {
    margin-bottom: 50px;
}
.category-menu-image__item {
    margin-bottom: 30px;
    text-align: center;
}
.category-menu-image__link {

}
.category-menu-image__img {
    margin-bottom: 20px;
}
.category-menu-image__title {
    display: block;
    font-weight: 700;
}
.category-menu-image__item:hover .category-menu-image__title {
    color: #00a5c6;
}
.category__control {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 40px;
}
.category__sort {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.category__sort .selectboxit-arrow-container {
    width: 30px;
    position: relative;
    margin: 0 0 0 5px;
}
.category__sort .selectboxit-default-arrow {
    border-color: #a3a3a3;
    border-width: 1px;
}
.category__sort .selectboxit-btn.selectboxit-enabled:hover .selectboxit-default-arrow, .category__sort .selectboxit-btn.selectboxit-enabled:focus .selectboxit-default-arrow, .category__sort .selectboxit-btn.selectboxit-enabled:active .selectboxit-default-arrow {
    border-color: #000;
}
.category__sort .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: -5px;
}
.category__sort .selectboxit-container .selectboxit-btn {
    color: #a3a3a3;
}
.category__sort .selectboxit-container:hover .selectboxit-btn {
    color: #000;
}
.category__sort .selectboxit-container span, .category__sort .selectboxit-container .selectboxit-options a {
    font-size: 13px;
}
.category__sort .selectboxit-default-arrow {
    width: 7px;
    height: 7px;
}
.sort__item {
    margin-right: 20px;
}
.category__view {
    display: none;
    width: 60px;
}
@media (min-width: 768px) {
    .category__view {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center;
    }
    .category-view__button {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .category-view__button_grid {
        background: url('/catalog/view/theme/default/image/category/grid.svg') no-repeat center center;
    }
    .category-view__button_grid:hover, .category-view__button_active.category-view__button_grid {
        background: url('/catalog/view/theme/default/image/category/grid_hover.svg') no-repeat center center #f0f0f0;
    }
    .category-view__button_list {
        background: url('/catalog/view/theme/default/image/category/list.svg') no-repeat center center;
    }
    .category-view__button_list:hover, .category-view__button_list.category-view__button_active {
        background: url('/catalog/view/theme/default/image/category/list_hover.svg') no-repeat center center #f0f0f0;
    }
}
.category__info {
    display: block;
}
.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 0px;
}
.goods__title {
    margin: 0 0 15px;
    font-size: 28px;
}
.goods__image {
    position: relative;
    margin: 0 0 20px;
    display: block !important; /*fix IE easyzoom*/
}
.goods__images {
    position: relative;
    margin: 0 0 0px;
}
.goods-images__item {
    display: block;
    border: 1px solid transparent;
}
.goods-images__item:hover, .goods-images__item:active, .goods-images__item:focus {
    border: 1px solid #00a5c6;
}
.goods-sticker__container_mobile {
    display: none;
    z-index: 99;
}
@media (max-width: 991px) {
    .goods-sticker__container_mobile {
        display: block;
    }
}
.goods__property {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 13px;
}
.property__item {
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
}
.property__manufacturer {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
}
.property__item_model {
    color: #a3a3a3;
}
.stock_in {
    color: #64bf44;
}
.stock_out {
    color: #ea0b0c;
}
.goods__option {
    margin: 0 0 30px 0;
}
.option__container {
    margin: 0 0 30px;
}
.option__container:last-child {
    margin: 0;
}
.option__title {
    margin: 0 0 15px 0;
    font-weight: 700;
}
.option__item {
    display: block;
    margin: 0 0 5px;
}
.option__item:last-child {
    margin: 0;
}
.option__label {
    margin: 0;
}
.option-color__container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.goods-color__item {
    margin: 0 5px 5px 0;
    text-align: center;
    background-color: #fff;
    border: 2px solid transparent;
}
.goods-color__item:hover, .goods-color__item_active {
    border: 2px solid #00a5c6;
}
.option__item_image {
    margin: 5px;
}
.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__img {
    border: 1px solid transparent;
}
.option__radio_image:checked+.option__label .option__img, .option__img:hover {
    border: 1px solid #00a5c6;
}
.goods__price {
    font-size: 40px;
    margin: 0 0 30px 0;
}
.goods-price__item_new {
    color: #00a5c6;
}
.goods-price__item_old {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 400;
    text-decoration: line-through;
}
.goods-price__note {
    color: #A3A3A3;
    margin: -20px 0 30px;
    font-size: 12px;
}
.goods-price__request {
    margin: 0 0 30px;
    font-size: 24px;
    color: #00a5c6;
    font-weight: 600;
}
.goods__buttons {
    position: relative;
    margin: 0 0 25px;
}
@media (max-width: 450px) {
    .goods__buttons {
        margin: 0 0 40px;
    }
}
.goods-buttons__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
@media (max-width: 450px) {
    .goods-buttons__container {
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
    }
}
.goods-buttons__item {
    margin: 0 10px 0 0;
}
.goods-buttons__item:last-child {
    margin: 0;
}
@media (max-width: 450px) {
    .goods-buttons__item_1 {
        margin: 0 0 15px 0;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.goods-buttons__button {
    height: 50px;
    padding: 0 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #00a5c6;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
@media (max-width: 450px) {
    .goods-buttons__button {
        padding: 0 20px;
    }
}
.goods-buttons__button:hover {
    background-color: #00a5c6;
}
.goods-buttons__button_2 {
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.goods-buttons__button_wishlist {
    background: url('/catalog/view/theme/default/image/product/wishlist.svg') no-repeat center center #f0f0f0;
}
.goods-buttons__button_wishlist:hover, .goods-buttons__button_wishlist:focus, .goods-buttons__button_wishlist:active {
    background: url('/catalog/view/theme/default/image/product/wishlist_hover.svg') no-repeat center center #000;
}
.goods-buttons__button_compare {
    background: url('/catalog/view/theme/default/image/product/compare.svg') no-repeat center center #f0f0f0;
}
.goods-buttons__button_compare:hover, .goods-buttons__button_compare:focus, .goods-buttons__button_compare:active {
    background: url('/catalog/view/theme/default/image/product/compare_hover.svg') no-repeat center center #000;
}
.goods__quantity {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border: 1px solid #a3a3a3;
}
.goods-quantity__edit {
    position: relative;
    width: 30px;
    height: 48px;
    cursor: pointer;
}
.goods-quantity__edit:before, .goods-quantity__edit:after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 2px;
    background: #000;
}
.goods-quantity__edit_plus:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.goods-quantity__edit_minus:after {
    width: 0;
}
.goods-quantity__input, .goods-quantity__input:hover, .goods-quantity__input:active, .goods-quantity__input:focus {
    width: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    border: 0;
}
.tabs__container {
    margin: 0 0 40px;
    border-bottom: 1px solid #e5e5e5;
}
.tabs__content {
    margin: 0 0 40px;
}
@media (max-width: 991px) {
    .tabs__content {
        display: block !important;
    }
}
.tabs {
    margin: 0 0 40px;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-align: baseline;
            align-items: baseline;
}
@media (max-width: 991px) {
    .tabs {
        display: none;
    }
}
.tabs__link {
    padding: 0 50px 15px 0;
    font-size: 20px;
    font-weight: 700;
}
.tabs__link:last-child {
    padding: 15px 0;
}
.tabs__link.active, .tabs__link:hover {
    color: #00a5c6;
}
.goods-description__content + .goods__attribute {
    padding: 40px 0 0;
}
.goods-description__heading {
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .goods-description__heading {
        font-size: 24px;
    }
}
.goods-attribute__table {
    max-width: 770px;
    width: 100%;
}
.goods-attribute__str:nth-of-type(odd) {
    background-color: #f0f0f0;
}
.goods-attribute__row {
    padding: 10px 20px;
}
.goods-attribute__heading {
    font-weight: 700;
    width: 50%;
}
.goods__download {
    margin: 0 0 30px;
}
.goods-download__item {
    margin: 0 0 10px;
}
.goods-download__link {
    display: block;
    text-align: left;
    padding: 7px 0 0 45px;
    background: url('/catalog/view/theme/default/image/product/pdf.svg') no-repeat top left transparent;
    font-weight: 700;
    background-size: 40px;
    min-height: 42px;
}
@media(max-width: 991px) {
    .goods__desc {
        margin: 0 0 15px;
    }
}
.goods-desc__container {
    border-top: 1px solid #e5e5e5;
}
.goods-desc__container:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.goods-desc__title {
    position: relative;
    padding: 17px 30px 17px 0;
    font-weight: 700;
    cursor: pointer;
}
.goods-desc__title:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 21px;
    right: 2px;
    margin: auto;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.goods-desc__title_active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.goods-desc__title_active + .goods-desc__content {
    max-height: 1200px;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    margin: 0 0 20px;
}
.goods-desc__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.1s ease-out;
    transition: max-height 0.1s ease-out;
}
.goods__module {
    padding: 0 0 30px;
    margin: 0 0 40px;
    border-bottom: 1px solid #e5e5e5;
}
.goods__module:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
@media (max-width: 991px) {
    .goods__module {
        margin: 0 0 40px;
    }
}
@media (max-width: 767px) {
    .goods__module {
        margin: 0 0 30px;
    }
}
.goods__message_success {
    height: 50px;
    padding: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    font-weight: 700;
    background: #00a5c6;
    color: #fff;
}
/* end product */
