img {
    max-width: 100%;
    height: auto;
}
.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    font-size: 14px;
    color: #000;
    line-height: 1.2
}
.logo {
    width: 113px;
    padding-bottom: 8px
}
.header__droptablet,.header__mobilebtn,.header__dropbtn {
    display: none
}
.header__phones {
    position: relative;
    margin-left: auto;
    padding-left: 40px;
    margin-right: 10px;
    padding-bottom: 8px
}
.header__phones::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 27px;
    height: 27px;
    background-image: url(/image/catalog/icons/3.svg);
    background-repeat: no-repeat;
    background-size: contain
}
.header__phone {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    color: #000;
}
.header__phone:last-of-type::after {
    display: none
}
.header__phone:hover,.header__phone:active {
    color: #00a0e3;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.header__call {
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 40px;
    color: #00a0e3
}
.header__call:hover,.header__call:active {
    text-decoration: underline
}
.header__call::before,.header__call::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 8px;
    width: 1px;
    background-color: #e6e6e6
}
.header__call::before {
    left: 0
}
.header__call::after {
    right: 0
}
.header__time {
    margin-right: 65px;
    padding-bottom: 8px;
    font-size: 15px
}
.header__login {
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    padding-bottom: 8px;
    color: #00a0e3
}
.header__login::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/icons/75.svg);
    background-repeat: no-repeat;
    background-size: contain
}
.header__login:hover,.header__login:active {
    text-decoration: underline
}
.header__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px
}
.header__icon {
    position: relative;
    display: block;
    height: 36px;
    margin-left: 19px;
    padding-bottom: 8px
}
.header__icon svg {
    display: block;
    fill: #00a0e3
}
.header__icon--basket {
    cursor: pointer;
    margin-left: 0
}
.header__icon--basket svg {
    width: 45px;
    height: 41px;
    margin-top: -10px
}
.header__icon--basket .header__number {
    top: -5px
}
.header__number {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -10px;
    right: -7px;
    z-index: 5;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #e5097f
}
.header__basket {
    position: relative;
    margin-left: 19px
}
.header__basket:hover .header__drop {
    display: block
}
.header__drop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 280px;
    padding: 20px;
    font-size: 15px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1)
}
.header__drop p {
    margin-top: 0;
    margin-bottom: 10px
}
.header__btn {
    width: 100%;
    margin-top: 15px
}
.wrapper {
    position: relative;
    width: 1704px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}
.menu {
    position: relative;
    background-color: #00a0e3
}
.menu .wrapper {
    position: static
}
.menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.menu__btn {
    display: block;
    padding: 10px 0
}
.menu__btn__wrap {
    width: 158px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background-color: #00a8ee;
    -webkit-box-shadow: 0 2px 9.8px .2px rgba(0,0,0,.05);
    box-shadow: 0 2px 9.8px .2px rgba(0,0,0,.05);
    border: 1px solid #00adf5;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.menu__btn__wrap svg {
    fill: #fff;
    margin-right: 20px;
    width: 25px;
    height: 25px
}
.menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px
}
.menu__item {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.menu__item:hover,.menu__item:active {
    text-decoration: underline;
    background-color: #00a8ee;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px
}
.menu__langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #C8C8C8;
}
.menu__langs form {
    margin: 0;
}
.menu__catalog:hover .menu__drop {
    display: block
}
.menu__catalog:hover .menu__btn__wrap {
    border-color: #fff;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.menu__drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1)
}
.menu__img {
    margin-left: 15px
}
.menu__main {
    height: 615px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px
}
.menu__block {
    width: 20%;
    min-width: 284px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 12px 10px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 1.2;
    border-radius: 10px;
    background-color: rgba(229,9,127,.04)
}
@media screen and (max-width: 1720px) {
    .menu__main {
        height:700px
    }
}
.menu__wraplink.no-parent .menu__category {
    margin-bottom: 0
}
.menu__block:nth-of-type(2) {
    background-color: rgba(20,215,0,.04)
}
.menu__block:nth-of-type(3) {
    background-color: rgba(176,203,31,.04)
}
.menu__block:nth-of-type(4) {
    background-color: rgba(188,102,0,.04)
}
.menu__block:nth-of-type(5) {
    background-color: rgba(0,160,227,.04)
}
.menu__block:nth-of-type(6) {
    background-color: rgba(116,0,214,.04)
}
.menu__subcategory,.menu__category {
    display: block;
    margin-bottom: 10px;
    letter-spacing: .04em;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a0e3
}
.menu__category:hover,.menu__category:active {
    text-decoration: underline
}
.menu__mobile,.menu__title,.menu__closebtn,.menu__arrow {
    display: none
}
.menu__category__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    color: #4d4d4d
}
.menu__category__list li {
    margin-bottom: 9px
}
.menu__category__list li:last-of-type {
    margin-bottom: 0
}
.menu__category__list a:hover,.menu__category__list a:active {
    text-decoration: underline;
    color: #000
}
.menu__category__list:last-of-type {
    margin-bottom: 0
}
.menu__subcategory {
    color: #969696
}
.menu__subcategory--top {
    margin-top: 20px
}
.menu__wraplink--top {
    margin-top: 20px
}
.form__select, .form__message, .form__input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background-color: #fff;
}
.form__input {
    height: 46px;
    padding: 0 10px;
}
.form__comment {
    margin: 0;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.filter__selection .modal__field,.modal .modal__field {
    padding: 0
}

.filter__selection .modal__list,.modal .modal__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 25px;
    border: 0;
    background-color: #fff
}
.filter__selection .modal__list .ui-tabs-active a,.modal .modal__list .ui-tabs-active a {
    color: #00a0e3;
    border-top: 3px solid #00a0e3
}
.filter__selection .modal__name,.modal .modal__name {
    width: 50%;
    border: 0;
    margin: 0!important;
    background-color: #fff
}
.filter__selection .modal__name a,.modal .modal__name a {
    display: block;
    width: 100%;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    color: #000;
    border: 1px solid #e6e6e6;
    background-color: #fff
}
.search-block {
    position: relative;
}
.type {
    margin-bottom: 120px
}
.type__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.type__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 32%;
    height: 670px;
    overflow: hidden
}
.type__link img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 100%
}
.type__link:nth-child(2),.type__link:nth-child(3) {
    height: 315px
}
.type__link:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.type__link:hover .type__title,.type__link:active .type__title {
    color: #fff;
    background-color: #00a0e3;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.type__title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    font-size: 32px;
    text-align: center;
    line-height: 66px;
    background-color: rgba(255,255,255,.7);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.category {
    position: relative;
    margin-bottom: 120px
}
.category::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -110px;
    bottom: -450px;
    width: 416px;
    height: 832px;
    background-image: url(/image/catalog/images/deco-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: none
}
.category__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-top: 35px
}
.category__item {
    width: 260px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.category__item:hover,.category__item:active {
    -webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.category__item:hover .category__title,.category__item:active .category__title {
    color: #00a0e3;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.category__link {
    display: block;
    padding: 10px;
    color: inherit;
}
.category__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 205px
}
.category__img img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.category__title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.tabs {
    margin-bottom: 60px
}
.tabs__title {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}
.tabs__title a.active {
    color: #00a0e3;
    border-bottom: 3px solid #00a0e3
}
.tabs__name {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ccc;
}
.tabs__name:first-child {
    padding-left: 0 !important;
}
.tabs__name:last-child {
    padding-right: 0 !important;
}
.tabs__name a {
    display: block;
    padding: 12px 20px;
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-align: center;
    border-bottom: 3px solid rgba(255,255,255,0);
    outline: none
}
.tabs__btn {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    z-index: 7;
}
.catalog__img:hover .card__img--stat {
    opacity: 0;
}
.catalog__img:hover .card__img--hover {
    opacity: 1;
}
.card__img--hover {
    opacity: 0;
    position: absolute;
    left: calc(50% - 130px);
    top: calc(50% - 300px);
}
.catalog--internal {
    margin-bottom: 120px
}
.catalog__slider {
    /*margin-bottom: 40px;*/
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    padding: 1.5rem;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow: visible;*/
}
.catalog__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    position: relative;
    z-index: 1
}
.catalog__item,.catalog__slide {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.catalog__item::before,.catalog__slide::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    opacity: 0;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.catalog__item:hover,.catalog__slide:hover {
    z-index: 10;
    border-color: rgba(255,255,255,0);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.catalog__item:hover::before,.catalog__slide:hover::before {
    opacity: 1;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.catalog__item:hover .catalog__size,.catalog__slide:hover .catalog__size {
    display: block
}
.catalog__item::before {
    bottom: 0
}
.catalog__item:hover::before,.order__content .recent__page .catalog__item:hover::before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.catalog__item {
    width: 395px;
    margin-right: 30px;
    margin-bottom: 30px
}
.catalog__info a {
    color: #00a0e3
}
.catalog__info a:hover,.catalog__info a:active {
    text-decoration: underline
}
.catalog__info .catalog__title {
    display: block;
    color: #000
}
.catalog__title.blue__color {
    color: #00a0e3
}
.catalog__info p {
    margin: 0
}
.catalog__info,.catalog__item,.catalog__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.catalog__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.catalog__info .shop_form {
    margin-bottom: auto
}
.catalog__btns {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5
}
.catalog__img {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}
.catalog__img img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 100%
}
.catalog__rating {
    margin-bottom: 20px;
    text-align: center;
    color: #00a0e3;
    font-size: 14px
}
.catalog__rating a {
    margin: 0 10px
}
.catalog__rating img {
    width: 16px
}
.catalog__price {
    margin-top: 20px;
    text-align: center
}
.catalog__newprice {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    line-height: 1;
    color: #e5097f
}
.catalog__newprice.black__color {
    color: #000
}
.catalog__newprice.black__color.gray__color {
    color: #cecfce
}
.catalog__oldprice {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-decoration: line-through
}
.blog__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
}
.blog__item,.blog__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 20px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.blog__item time,.blog__slide time {
    display: block;
    color: gray
}
.blog__item p,.blog__slide p {
    margin-top: 6px;
    margin-bottom: 0;
    color: #4d4d4d
}
.blog__item p b,.blog__slide p b {
    font-weight: 400;
    color: #000
}
#information-information .blog__item:hover,.blog__slide:hover,.blog__item:active,.blog__slide:active {
    -webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
#information-information .blog__item:hover .blog__title,.blog__slide:hover .blog__title,.blog__item:active .blog__title,.blog__slide:active .blog__title {
    color: #00a0e3;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
#information-information .blog__item:hover .blog__video::after,.blog__slide:hover .blog__video::after,.blog__item:active .blog__video::after,.blog__slide:active .blog__video::after {
    opacity: 1;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.blog__item {
    width: 396px;
    margin-right: 30px;
    margin-bottom: 30px
}
.swiper-slide .blog__item {
    margin-bottom: 0;
    min-height: 595px;
}
#information-news .product-layout .blog__item {
    margin-bottom: 0;
    height: 100%;
}
.blog__video,.blog__img {
    width: 100%;
    height: 297px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}
.blog__video img,.blog__img img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 100%
}
.blog__title {
    display: block;
    margin: 0;
    color: #000;
    font-size: 16px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__logo {
    padding-top: 8px;
}
.footer__info {
    font-size: 14px;
    margin-top: 25px;
    max-width: 210px;
}
.footer__payments {
    margin-top: 25px;
}
.footer__payments img {
    padding-right: 10px;
}
.social-links svg {
    width: 45px;
    height: 45px;
    fill: #fff;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.social-links #tiktok-icon {
    fill: #000;
    width: 40px;
    height: 40px;
}
.footer__title {
    margin-top: 0;
    margin-bottom: 8px;
    color: #b3b3b3;
    text-transform: uppercase
}
.footer__list {
    margin: 0;
    padding: 0;
    list-style: none
}
.footer__list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px
}
.footer__list li::before {
    content: ">";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px
}
.footer__list a:hover,.footer__list a:active {
    text-decoration: underline
}
.faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000
}
.faq__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 710px;
    padding-right: 100px;
    padding-bottom: 100px
}
.faq__answer {
    width: 940px;
    margin-left: auto
}
.faq__block {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}
.faq__block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.faq__block .title-main {
    margin-top: 0
}
.faq__link {
    display: block;
    position: relative;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.3;
    border-left: 1px solid #e6e6e6;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.faq__link::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 3px;
    background-color: #00a0e3
}
.faq__link--active::before {
    display: block
}
.faq__link:hover,.faq__link:active {
    color: #00a0e3;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.sticky {
    position: fixed;
    top: 30px;
    z-index: 100
}
.stop {
    position: relative;
    z-index: 100
}
.form {
    width: 100%;
    font: inherit;
    font-size: 14px
}
.about__info--red {
    border-top: 3px solid #e5097f
}
.about__info--blue {
    border-top: 3px solid #00a0e3
}
#information-information .h1,#information-information .title-main,#information-information .title-2,#information-information .breadcrumbs {
    text-align: center
}
#information-information .title-2 {
    margin-bottom: 15px
}
#information-information a {
    color: #00a0e3
}
#information-information a:hover,#information-information a:active {
    text-decoration: underline
}
#information-information a:visited,.catalog__info a:visited {
    color: #025C9C
}
#information-information.information-9 h2,
#information-information.information-9 h3 {
    text-transform: none;
}
#information-information.information-9 a:hover {
    text-decoration: none;
}
#information-information.information-9 .prod_name {
    min-height: 72px;
}
.information-9 .blog__list {
    margin-bottom: 50px;
}
.about__text {
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.about__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px
}
.about__imgs img {
    display: block;
    width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.nets,.nets__share,.nets__list,.ya-share2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.nets {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}
.nets span {
    margin-right: 17px
}
.nets__list span {
    margin: 0;
    display: none
}
.nets--plugin {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.nets__list,.ya-share2__list {
    margin: 0!important;
    padding: 0!important;
    list-style: none
}
.nets__item,.ya-share2__item {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0!important
}
.nets__item::before,.ya-share2__item::before {
    display: none
}
.nets__link,.ya-share2__list a {
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.nets__link--wa,.ya-share2__item_service_whatsapp a {
    background-image: url(/image/catalog/icons/69.svg)
}
.nets__link--vi,.ya-share2__item_service_viber a {
    background-image: url(/image/catalog/icons/68.svg)
}
.nets__link--tg,.ya-share2__item_service_telegram a {
    background-image: url(/image/catalog/icons/67.svg)
}
.nets__link--tw,.ya-share2__item_service_twitter a {
    background-image: url(/image/catalog/icons/8.svg)
}
.nets__link--fb,.ya-share2__item_service_facebook a {
    background-image: url(/image/catalog/icons/7.svg)
}
.nets__link--in,.ya-share2__item_service_instagram a {
    background-image: url(/image/catalog/icons/6.svg)
}
.nets__link:hover,.nets__link:active {
    opacity: .7;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s
}
.contacts__opt,.contacts__phones a,.contacts__time {
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    letter-spacing: .04em;
    font-size: 16px;
}
.contacts__opt::before,.contacts__phones a::before,.contacts__time::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain
}
.contacts__opt::before {
    background-image: url(/image/catalog/icons/82.svg)
}
.contacts__opt a {
    margin-left: 5px;
}
.basket__report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}
.basket__finish {
    margin-left: 30px;
    font-size: 14px;
    color: #000
}
.basket__finish ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    line-height: 1.2
}
.basket__finish ul li {
    width: 50%
}
.basket__finish ul li p {
    margin-top: 0;
    margin-bottom: 12px
}
.basket__finish .basket__total {
    width: 100%;
    max-width: 100%;
    text-align: center
}
.basket__ok {
    max-width: 1250px;
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 120px;
}
.basket__ok .title-main {
    margin-top: 0;
    margin-bottom: 20px
}
.basket__ok-block {
    position: relative;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    color: #000
}
.basket__ok-block p:last-of-type {
    margin-bottom: 0
}
.basket__ok-block::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 90%;
    width: 151px;
    height: 158px;
    background-image: url(/image/catalog/icons/60.svg);
    background-repeat: no-repeat;
    background-size: contain
}
.seo-products__faq-question h3 {
    margin-top: 1em;
}
.filter__modal {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #00a0e3!important;
    font-size: 14px;
}
.filter__modal::before {
    content: "?";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 50%;
    background-color: #00a0e3;
}
.subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
}
.subtitle--center {
    text-align: center;
}
.modal__video {
    margin-bottom: 30px;
}
.modal__video iframe {
    display: block;
    width: 100%;
    height: 365px;
    border: 0;
}
.label-size-btn-transfer:hover {
    color: #fff;
    background-color: #00a0e3;
    border-color: #00a0e3
}
.catalog__labels {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5
}
.catalog__sale {
    width: 42px;
    height: 42px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    color: #fff;
    border-radius: 50%;
    background-color: #e5097f;
    margin-bottom: 10px
}
.catalog__sale--hit {
    background-color: #fea824
}
.catalog__sale--new {
    background-color: #b0cb1f
}
.catalog__sale--ending {
    background-color: #e5097f;
    border-radius: 3px;
    width: 120px
}
.catalog__sale--custom_icon {
    background: none
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background-color: rgba(0,0,0,.7);
}
.overlay--show {
    display: block;
}
.rl_other_phone {
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0
}
.rl_other_phone span {
    border-bottom: 1px dashed #666;
    color: #666;
    font-size: 11px;
    cursor: pointer;
}
.product-content ul {
    margin-top: 0;
    padding-left: 20px;
}
#search.search--focus {
    border-color: #fff;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
@media (max-width: 1720px) {
    .wrapper {
        width:1200px
    }
    .header__time {
        display: none;
    }
    .header__login {
        margin-right: 20px;
    }
    #menu > li > a {
        height: 36px;
        padding: 0 12px;
    }
    #menu > li {
        margin-left: 0;
        margin-right: 0;
    }
    .menu__item {
        margin-left: 0;
        margin-right: 0
    }
    .menu__link {
        padding: 0 12px
    }
    .menu__list {
        margin-left: 0
    }
    #search {
        margin-left: 0;
    }
    #search input {
        width: 255px
    }
    .container {
        width: 1200px !important;
        max-width: none;
    }
    .category__list {
        margin-right: -30px
    }
    .category__item {
        width: 270px;
        margin-right: 30px
    }
    .category::after {
        top: 630px;
        right: -145px;
    }
    .tabs__name a,.title {
        font-size: 24px;
    }
    .tabs__name {
        padding: 0 7px;
    }
    .tabs__name a {
        padding-bottom: 3px;
    }
    .tabs__title {
        margin-bottom: 10px;
    }
    .tabs__field {
        margin-bottom: 0 !important;
    }
    .catalog__slider,.blog__slider {
        margin-bottom: 0;
        padding-bottom: 120px;
    }
    .catalog__img img {
        -webkit-transform: none;
        transform: none
    }
    .type__link {
        height: 470px
    }
    .type__link:nth-child(2),.type__link:nth-child(3) {
        height: 220px
    }
    .type__title {
        font-size: 24px;
        line-height: 46px
    }
    .blog__item {
        width: 270px
    }
    .product-content {
        font-size: 14px;
    }
}
@media (max-width: 1400px) {
    .category::after {
        height: 750px;
        background-position: right top;
        right: -60px;
    }
    .catalog__img {
        height: 180px
    }
    .catalog__img img {
        max-width: 180px
    }
    .basket__ok {
        padding: 25px 10px
    }
    .subtitle {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .footer__logo {
        display: none;
    }
    .wrapper, .container {
        width:100% !important;
        padding-left: 10px;
        padding-right: 10px
    }
}
@media (max-width: 1170px) {
    .basket__ok {
        margin-bottom: 80px;
    }
    .about__imgs {
        margin-left: -20px;
        margin-right: -20px
    }
    .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logo {
        width: 100px
    }
    .header__phones {
        position: relative;
        margin-left: 0;
        margin-right: 0
    }
    .header__phones::before {
        top: -3px
    }
    .header__login {
        margin-right: 0
    }
    .header__phones a {
        margin-right: 0
    }
    .header__phone:nth-of-type(n+2) {
        display: none
    }
    .header__dropbtn {
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        width: 20px;
        height: 20px;
        background-image: url(/image/catalog/icons/28.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px 10px;
        background-color: rgba(255,255,255,0);
        border-radius: 50%;
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s;
    }
    .header__phones.show .header__dropbtn {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s;
    }
    .header__droptablet {
        display: none;
        position: absolute;
        top: 100%;
        left: -10px;
        z-index: 1000;
        width: 320px;
        border-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
        box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
        transform: none !important;
    }
    .header__droptablet .header__time {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        padding-left: 25px;
        font-size: 14px
    }
    .header__droptablet .header__time::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background-image: url(/image/catalog/icons/81.svg);
        background-repeat: no-repeat;
        background-size: contain
    }
    .footer--main::before, .header__title, .header__closebtn, .header__phones a::after, .menu__list, .header__call {
        display: none;
    }
    .header__block {
        padding: 15px 10px;
        border-bottom: 1px solid #f0f0f0
    }
    .header__block .header__tel {
        display: block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 15px;
        color: #00a0e3;
        font-size: 15px
    }
    .header__block .header__tel:last-of-type {
        margin-bottom: 0
    }
    .header__block .header__tel::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 16px;
        height: 16px;
        background-image: url(/image/catalog/icons/73.svg);
        background-repeat: no-repeat;
        background-size: contain
    }
    .header__block .header__tel:nth-of-type(2)::before {
        background-image: url(/image/catalog/icons/71.svg)
    }
    .header__block .header__tel:nth-of-type(3)::before {
        background-image: url(/image/catalog/icons/72.svg)
    }
    .header__mail,.header__mobilecall,.header__skype,.header__opt {
        position: relative;
        padding-left: 25px
    }
    .header__mail::before,.header__mobilecall::before,.header__skype::before,.header__opt::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: contain
    }
    .header__opt {
        margin: 0
    }
    .header__opt a {
        color: #00a0e3;
        display: inline-block;
        vertical-align: baseline;
        margin-left: 10px;
        font-size: 15px
    }
    .header__opt::before {
        background-image: url(/image/catalog/icons/82.svg)
    }
    .header__skype {
        color: #00a0e3
    }
    .header__skype::before {
        background-image: url(/image/catalog/icons/13.png)
    }
    .header__mobilecall {
        color: #00a0e3
    }
    .header__mobilecall::before {
        top: -2px;
        left: -2px;
        width: 21px;
        height: 21px;
        background-image: url(/image/catalog/icons/3-blue.svg)
    }
    .header__mail {
        color: #00a0e3
    }
    .header__mail::before {
        top: 2px;
        background-image: url(/image/catalog/icons/66.svg)
    }
    #search input {
        width: 550px
    }
    #search {
        margin-left: auto
    }
    .language-select {
        margin-left: 7px;
    }
    .card,.blog,.category,.tabs,.type {
        margin-bottom: 80px
    }
    .category__item {
        width: 240px;
        margin-right: 10px;
        margin-bottom: 15px
    }
    .category__list {
        margin-right: -10px
    }
    .category::after {
        width: 215px;
        height: 430px;
        bottom: -135px;
        top: auto;
        left: calc(100% - 205px);
    }
    .category__title {
        margin-top: 20px;
        font-size: 16px
    }
    .tabs__name {
        padding: 0
    }
    .catalog__slider,.blog__slider {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0
    }
    .catalog__label {
        margin-right: 1px;
        width: 29px
    }
    .catalog__size {
        padding: 0;
    }
    .catalog--internal .title-main {
        text-align: center
    }
    .catalog__list {
        margin-right: -10px
    }
    .catalog__item {
        width: 240px;
        margin-right: 10px;
        margin-bottom: 20px
    }
    .type__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 700px;
        -ms-flex-line-pack: justify;
        align-content: space-between
    }
    .type__link {
        width: 49%;
    }
    .type__link:nth-child(3) {
        position: relative;
        -webkit-transform: none;
        transform: none;
        left: 0
    }
    .blog__list {
        margin-right: -9px
    }
    .blog__list .blog__info {
        padding: 0
    }
    .blog__item {
        width: 240px;
        margin-right: 9px;
        margin-bottom: 20px
    }
    .faq__list {
        position: static;
        width: 50%;
        height: auto;
        padding-right: 10px
    }
    .faq__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .faq__answer {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px
    }
    .faq__link {
        font-size: 12px
    }
    .faq__answer {
        font-size: 14px
    }
    .faq__block .title-main {
        font-size: 16px;
        line-height: 24px
    }
    .basket__total {
        margin-left: auto;
        margin-right: auto;
        max-width: 370px;
        margin-bottom: 40px
    }
    .basket {
        margin-bottom: 80px
    }
    .basket__report {
        display: block
    }
    .basket__finish {
        margin-left: 0
    }
    .basket__finish ul li:first-child {
        max-width: 240px
    }
    .blog--catalog::before, .blog--video-catalog::before, .menu__img, .menu__block--hidden {
        display: none;
    }
}
@media (max-width: 992px) {
    .footer__logo {
        display: block;
        width: 220px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 70px;
    }
}
@media (max-width: 766px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #product-category.container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contacts__opt,.contacts__time {
        font-size: 14px
    }
    .contacts__opt a {
        font-size: 16px
    }
    .about__img {
        height: 170px
    }
    .about__img img {
        height: 100%;
        width: auto
    }
    .about__info {
        margin-top: -30px
    }
    .about__imgs {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px
    }
    .about__imgs img {
        width: 100%;
        margin-bottom: 5px
    }
    .nets__link {
        width: 32px;
        height: 32px
    }
    .nets__list,.ya-share2__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .nets span {
        margin-right: 5px
    }
    .nets__list span {
        margin: 0
    }
    #search {
        position: initial;
    }
    .social__block {
        display: grid;
    }
    .social__block h5 {
        order: 2;
    }
    .social__block .social-links {
        order: 3;
    }
    .footer__title {
        text-align: center;
        font-size: 16px;
    }
    .footer__list li {
        margin-bottom: 2px;
        background-color: #131313;
    }
    .footer__info {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        position: absolute;
        bottom: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }
    .footer__logo .logo {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
        width: auto;
        margin-bottom: 20px;
    }
    .footer__social, .footer__menu--buyer, .footer__contacts, .footer__logo {
        width: 100%;
        padding: 0;
        position: inherit;
    }
    .footer__wrap {
        display: block;
        padding-bottom: 50px;
    }
    .type__wrap {
        height: 317px;
        margin-top: 10px;
    }
    .type__link {
        height: 214px
    }
    .type__link:nth-child(2),.type__link:nth-child(3) {
        height: 100px
    }
    .type__title {
        font-size: 14px;
        line-height: 32px
    }
    #common-home #slideshow0 {
        display: none;
    }
    .header__basket,.header__icon {
        margin-left: 15px
    }
    .header__basket--basket,.header__icon--basket {
        margin-left: 0
    }
    .header__login {
        display: block;
        width: 27px;
        height: 37px;
        padding-left: 0;
        font-size: 0
    }
    .header__login::before {
        top: 0;
        width: 27px;
        height: 27px
    }
    .header__mobilebtn {
        width: 40px;
        height: 40px;
        display: block;
        background-image: url(/image/catalog/icons/3.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 38px 38px;
        background-color: rgba(255,255,255,0);
    }
    .header__phones .header__phone {
        display: none;
    }
    .info::before,.header__phones::before,.header__dropbtn,.blog--video::before,.category::after,.promo {
        display: none
    }
    #search input {
        width:230px
    }
    .search-block {
        position: initial;
    }
    .language-select {
        margin-left: 0;
        font-size: 13px;
        padding: 5px;
    }
    .category__list {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px
    }
    .category__item {
        width: 48%;
        margin-right: 0
    }
    .category__img {
        height: 120px
    }
    .category__title {
        font-size: 14px;
        line-height: 20px
    }
    .tabs__name a {
        padding: 8px;
        font-size: 14px
    }
    .tabs__btn {
        width: 100%
    }
    .tabs__field {
        padding-left: 30px;
        padding-right: 30px
    }
    .catalog .title {
        margin-bottom: 10px
    }
    .catalog__item {
        width: 45%;
        margin-right: 0
    }
    .catalog__item .catalog__newprice {
        font-size: 18px
    }
    .catalog__item .catalog__oldprice {
        font-size: 12px
    }
    .catalog__item .catalog__sale {
        width: initial;
        min-width: 32px;
        height: 32px;
        font-size: 10px;
        line-height: 32px
    }
    .catalog__item .catalog__sale img {
        width: 32px
    }
    .catalog__item .catalog__img {
        height: initial
    }
    .catalog__item::before,.catalog__slide::before {
        bottom: 0
    }
    .catalog__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .catalog__item {
        width: 100%
    }
    .catalog__item .catalog__img {
        height: initial
    }
    .blog__list {
        display: block;
        margin-right: 0
    }
    .blog__list .blog__time {
        font-size: 12px
    }
    .blog__list .blog__title {
        margin-bottom: 15px
    }
    .blog__item {
        width: 100%;
        margin-right: 0
    }
    .faq__list {
        display: none
    }
    .faq__answer {
        width: 100%;
        padding: 0
    }
    .faq .title-main {
        text-align: center
    }
    .faq__drop {
        display: none;
        padding: 10px
    }
    .faq__block {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 5px
    }
    .faq .faq__title {
        position: relative;
        min-height: 54px;
        padding: 10px;
        padding-right: 50px;
        text-align: left !important;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        background-color: #fafafa;
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s
    }
    .faq .faq__title::after {
        content: "";
        position: absolute;
        top: 13px;
        right: 10px;
        width: 32px;
        height: 32px;
        background-image: url(/image/catalog/icons/52.svg);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s
    }
    .faq .faq__title--open {
        color: #fff;
        background-color: #00a0e3;
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s
    }
    .faq .faq__title--open::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s
    }
    .faq__wrap {
        margin-bottom: 80px
    }
    .basket__ok-block {
        margin-left: 0;
        font-size: 14px;
        z-index: 2;
        width: 100%
    }
    .basket__ok-block::after {
        right: 0;
        left: auto;
        z-index: -1;
    }
    .header__title {
        display: block;
        margin: 0;
        padding: 0 10px;
        text-transform: uppercase;
        color: #000;
        line-height: 32px;
        letter-spacing: .04em;
        border-bottom: 1px solid #f0f0f0
    }

    .header__closebtn {
        display: block;
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        background-image: url(/image/catalog/icons/2.svg);
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: center
    }
    .header__droptablet {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        max-width: 100%;
        display: block;
        opacity: 0;
        width: 0;
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s
    }
    .header__droptablet--open {
        opacity: 1;
        z-index: 1000;
        width: 300px;
        -webkit-transition: ease-out 0.3s;
        transition: ease-out 0.3s
    }
    .header__opt a {
        display: block;
        margin-left: 0;
        margin-top: 5px
    }
    .menu__drop--open {
        width: 300px
    }
    #tab-description iframe {
        height: auto;
        width: auto;
    }
    .overlay-show-mob {
        display: block;
    }
    .header__phones {
        padding: 0;
    }
    footer {
        padding-bottom: 70px;
    }
    .footer__payments {
        width: 100%;
        max-width: 100%;
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
    }
}
@media (max-width: 478px) {
    .basket__ok-block::after {
        width: 105px;
        height: 112px
    }
    .basket__ok-block .block_two {
        padding-right: 100px;
    }
    #search input {
        width: 150px
    }
}
@media (max-width: 380px) {
    .language-select {
        font-size: 11px;
        padding: 2px;
    }
}
@media (max-width: 360px) {
    .tabs__name a {
        font-size:12px
    }
    .menu .js-menu-mobile {
        padding: 1px 6px;
        font-size: 12px;
    }
    .basket__ok-block::after {
        right: -10px;
        bottom: 30px;
        width: 105px;
        height: 112px;
    }
    .basket__ok-block .block_two {
        padding-right: 0;
    }
    #search input,#search button,.menu__link {
        height: 36px
    }
    #search input {
        width: 80px
    }
}
@media (max-width: 340px) {
    .basket__ok-block::after {
        bottom: 60px;
    }
}
@media (min-width: 540px) {
    .basket__finish {
        width: 540px;
    }
}
@media (min-width: 1171px) {
    .header__phone::after {
        content: "/";
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }
    .basket__ok-block {
        width: 400px;
    }
}
@media (min-width: 1700px) {
    .slideshow .youtube-image {
        min-width: 1355px;
    }
}