.brands{display:flex;justify-content:center;padding:0 15px}.brands__container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:30px}.brands__title{display:flex;align-items:center;margin:0}.brands__list{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:24px;width:100%}@media only screen and (max-width:1024px){.brands__list{grid-template-columns:repeat(7,1fr)}}@media only screen and (max-width:940px){.brands__list{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:860px){.brands__list{grid-template-columns:repeat(5,1fr)}}@media only screen and (max-width:680px){.brands__list{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:540px){.brands__list{grid-template-columns:repeat(3,1fr);grid-gap:15px}}.pagination{display:flex;justify-content:center;align-items:center;list-style:none;overflow:hidden;gap:5px}.pagination li{width:50px;height:50px}.pagination__link{display:flex;align-items:center;justify-content:center;font-weight:400;width:100%;height:100%;background:none;cursor:pointer;border-radius:5px;border:1px solid var(--main-color-75);transition:var(--transition);font-size:1em}.pagination__link--disabled{cursor:auto}.pagination__link .icon{width:16px;height:16px}.pagination__link:not(.pagination__link--disabled):not(.pagination__link--active):hover{background:var(--main-color-25);border-color:var(--main-color)}.pagination__link:not(.pagination__link--disabled):not(.pagination__link--active):hover .pagination__icon svg path{stroke:var(--gray)}.pagination__link--active{cursor:auto;background:var(--gray);color:var(--dark_o3);border-color:var(--gray);pointer-events:none}.editor-js{display:flex;flex-direction:column}.editor-js>*{margin:10px 0}.editor-js>:first-child{margin-top:0}.editor-js__paragraph a{border-bottom:1px solid var(--dark)}.editor-js ol,.editor-js ul{padding-left:20px}.editor-js .article__embed{width:100%;margin:30px 0 k}.editor-js .article__embed iframe{width:100%;max-width:100%}.editor-js .article__quote{width:100%;display:flex;flex-direction:column;border-left:5px solid var(--dark);padding:20px 0 16px 20px}.editor-js .article__quote p{font-weight:400;font-size:1em;width:100%;text-align:left;line-height:26px;color:var(--dark);margin-bottom:10px}.editor-js .article__quote span{font-size:.875em;line-height:26px;text-align:right;color:var(--black_o5)}.editor-js .article__link{display:flex;align-items:flex-start;justify-content:flex-start;box-shadow:0 15px 20px var(--black_o1);border-radius:5px;padding:10px 15px}.editor-js .article__link img{height:100%;object-fit:cover;object-position:center;border-radius:5px}.editor-js .article__link>div{display:flex;flex-direction:column}.editor-js .article__link>div span:first-child{font-size:1.125em;line-height:26px;text-align:left;color:var(--dark)}.editor-js .article__link>div span:last-child{font-size:1em;line-height:26px;text-align:left;color:var(--dark);margin-top:10px}.editor-js .article__image{display:flex;flex-direction:column;width:100%;margin:10px auto}.editor-js .article__image img{width:100%;max-width:50%;margin-right:auto}@media only screen and (max-width:480px){.editor-js .article__image img{max-width:65%}}.editor-js .article__image span{margin-top:10px}.editor-js .article__image--stretched{width:100%;height:auto}.editor-js .article__image--stretched img{width:100%;max-width:100%}.editor-js .article__image--fixed{position:relative;overflow:hidden;width:100%;max-width:490px;height:auto;border-radius:var(--main_radius);margin:10px 0}.editor-js .article__image--fixed a{display:block;width:100%;height:100%}.editor-js .article__image--fixed a:hover .article__image-title{color:var(--orange)}.editor-js .article__image--fixed a:hover svg path{fill:var(--orange)}.editor-js .article__image--fixed a img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}.editor-js .article__image--fixed .img__upper__layer{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,0) 24.48%,var(--black) 71.35%)}.editor-js .article__image--fixed .article__image-info{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;padding:16px 24px}.editor-js .article__image--fixed .article__image-info svg{width:48px;height:48px}.editor-js .article__image--fixed .article__image-info svg path{fill:var(--white);transition:.2s}.editor-js .article__image--fixed .article__image-title{font-weight:500;font-size:1.375em;line-height:28px;color:var(--white);transition:.2s;margin-right:24px}.editor-js .article__warning{display:flex;flex-direction:column;border-left:5px solid var(--red);padding:20px 0 16px 20px;width:100%}.editor-js .article__warning p{font-weight:400;font-size:1em;width:100%;text-align:left;line-height:26px;color:var(--dark);margin:0}.editor-js .article__warning span{font-size:1.125em;line-height:26px;text-align:left;color:var(--red);margin-bottom:10px}.editor-js hr{margin:32px 0;width:100%}.editor-js p,.editor-js pre{width:100%}@media only screen and (max-width:420px){.editor-js{font-size:.875em;line-height:26px}}.breadcrumbs{display:flex;padding:0 30px;justify-content:center;align-items:center}.breadcrumbs__button{margin-right:16px}.breadcrumbs__container{display:flex;align-items:baseline;overflow-x:auto}.breadcrumbs__container::-webkit-scrollbar{width:0}@media only screen and (max-width:860px){.breadcrumbs__container{align-items:center}}.breadcrumbs__container li{flex-shrink:0;display:flex;align-items:center}.breadcrumbs__container li a{font-weight:700;font-size:.85em;line-height:114%;color:var(--main-color-75);display:flex;align-items:center;transition:var(--transition)}@media only screen and (max-width:860px){.breadcrumbs__container li a{padding:2px 0}}.breadcrumbs__container li a:hover span{border-color:inherit}.breadcrumbs__container li a span{transition:var(--transition);border-bottom:1px solid rgba(0,0,0,0)}.breadcrumbs__container li a .icon{width:12px;height:12px}.breadcrumbs__container li>span{font-weight:700;font-size:.85em;line-height:114%;display:flex;align-items:center;color:var(--main-color)}.breadcrumbs .btn{flex-shrink:0}.contacts-list{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px}.contacts-list__title{color:var(--main-color);font-size:.625em;line-height:1.1;margin-bottom:-7px;padding-left:23px}.entity__item{position:relative;display:flex;color:var(--white);border-radius:var(--main_radius);overflow:hidden;width:calc(33.3333% - 20px);max-height:478px}@media only screen and (max-width:990px){.entity__item{width:calc(50% - 15px)}}@media only screen and (max-width:560px){.entity__item{width:100%}}.entity__item:hover{opacity:.9}.entity__item:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(9.61deg,var(--black),rgba(0,0,0,0) 51.98%);opacity:.5}.entity__item--share:first-child{width:calc(66.6666% - 15px)}@media only screen and (max-width:990px){.entity__item--share:first-child{width:calc(50% - 15px)}}@media only screen and (max-width:560px){.entity__item--share:first-child{width:100%}}.entity__item--share:first-child .entity__item-img{position:relative;padding-top:55.77596266044341%;width:100%;height:100%}.entity__item--share:first-child .entity__item-img .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.entity__item--share:first-child .entity__item-img .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (max-width:990px){.entity__item--share:first-child .entity__item-img{position:relative;padding-top:115.73849878934625%;width:100%}.entity__item--share:first-child .entity__item-img .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.entity__item--share:first-child .entity__item-img .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}}.entity__item--share:nth-child(2){width:calc(33.3333% - 15px)}@media only screen and (max-width:990px){.entity__item--share:nth-child(2){width:calc(50% - 15px)}}@media only screen and (max-width:560px){.entity__item--share:nth-child(2){width:100%}}.entity__item--news .entity-date{display:none}.entity__item-img{position:relative;padding-top:115.73849878934625%;width:100%;height:100%}.entity__item-img .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.entity__item-img .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}.entity__item-info{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;grid-gap:4px;padding:30px}@media only screen and (max-width:1150px){.entity__item-info{padding:20px}}.entity__item-date{font-weight:400;font-size:.875em;line-height:160%;padding:5px 20px;background:var(--main-color-75);border-radius:5px}@media only screen and (max-width:990px){.entity__item-date{padding:5px 15px;font-size:.75em}}.entity__item-bottom{margin-top:auto;display:flex;flex-direction:column;gap:10px}.entity__item-title{font-family:var(--font_regular);font-style:normal;font-weight:700;font-size:2.125em;line-height:110%;margin:0;text-align:left;text-transform:none;word-break:break-word;-webkit-line-clamp:4;line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:990px){.entity__item-title{font-size:1.75em}}@media only screen and (max-width:768px){.entity__item-title{font-size:1.5em}}.entity__item-subtitle{display:flex;font-size:1.125em;line-height:160%}@media only screen and (max-width:990px){.entity__item-subtitle{font-size:1em}}.review__stars{position:relative;display:flex}.review__stars .icon{width:18px;height:18px;margin:0 2px}.review__stars .icon svg path{stroke:none;fill:var(--gray)}.review__stars--filled{position:absolute;left:0;top:0;width:0;overflow:hidden}.review__stars--filled .icon svg path{stroke:none;fill:var(--yellow)}.iframe{width:100%;height:500px}.iframe>iframe{width:100%;height:100%}.review{position:relative;display:flex;flex-direction:column;gap:15px;border:1px solid var(--main-color-75);border-radius:var(--main_radius);padding:20px}.review__image{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50px;object-fit:cover;object-position:center}.review__top{display:flex;flex-wrap:wrap;align-items:center;gap:15px}.review__name{font-weight:700}.review__date{font-size:.75em;line-height:145%;color:var(--dark_o5);margin-left:auto}@media only screen and (max-width:560px){.review__date{width:100%}}.review__description{display:flex;flex-direction:column;gap:10px;font-weight:400;font-size:.875em;line-height:20px;color:var(--black)}.review__description-item{display:flex;align-items:flex-start;gap:10px}.review__video{border-radius:var(--main_radius);overflow:hidden}.review__video>.iframe{width:100%;height:223px}.slider-arrows{gap:15px;margin-top:30px}.slider-arrows,.slider-arrows__item{z-index:1;display:flex;justify-content:center}.slider-arrows__item{background:rgba(0,0,0,0);box-sizing:border-box;border-radius:50%;width:40px;height:40px;align-items:center;cursor:pointer;margin:auto 0;background:var(--main-color-75);border:1px solid var(--main-color-75);transition:var(--transition)}.slider-arrows__item:not([disabled]):hover{background:rgba(0,0,0,0);border:1px solid var(--main-color)}.slider-arrows__item:not([disabled]):hover .icon svg path{stroke:var(--main-color)}.slider-arrows__item[disabled]{cursor:default;border:1px solid var(--gray);background:rgba(0,0,0,0)}.slider-arrows__item[disabled] .icon svg path{stroke:var(--main-color)}.slider-arrows__item .icon{width:16px;height:16px}@media only screen and (max-width:840px){.slider-arrows__item .icon{width:10px;height:10px}}.slider-arrows__item .icon svg path{stroke:var(--white);transition:var(--transition)}.swiper-slide{width:auto;max-width:100%;display:inline-flex}.slider{display:flex;justify-content:center;align-items:center}.slider--side-arrows .slider__items{padding:0 90px}@media only screen and (max-width:840px){.slider--side-arrows .slider__items{padding:0 50px}}@media only screen and (max-width:580px){.slider--side-arrows .slider__items{padding:0}}.slider--side-arrows .slider-arrows{margin:0}@media only screen and (max-width:580px){.slider--side-arrows .slider-arrows{margin-top:30px}}@media only screen and (min-width:581px){.slider--side-arrows .slider-arrows__item:first-child{position:absolute;left:0;top:0;bottom:0}.slider--side-arrows .slider-arrows__item:last-child{position:absolute;right:0;top:0;bottom:0}}.slider__title{font-weight:400}.slider__items{position:relative;width:100%;opacity:0;transition:var(--transition)}.slider__items--visible{opacity:1}.slider__container{width:100%}.slider__header{display:flex;align-items:center;width:100%;margin-bottom:30px;justify-content:space-between;gap:24px}@media only screen and (max-width:860px){.slider__header{display:grid;grid-gap:16px;justify-content:stretch}.slider__header .btn{width:100%;justify-content:center}}.slider__header--center{justify-content:center}.slider__title{font-weight:500;font-size:1.5em;line-height:32px;display:flex;align-items:center;color:var(--body-color);margin:0}.select__list{position:absolute;bottom:0;left:0;width:calc(100% + 2px);transform:translateY(calc(100% - 1px));z-index:10;background:var(--white);border:1px solid var(--main-color-75);border-radius:0 0 var(--small_radius) var(--small_radius);box-sizing:border-box;margin:-1px;box-shadow:0 0 8px var(--black_o1);overflow:hidden;overflow-y:auto;max-height:200px;display:grid;grid-template-rows:1fr auto}.select__scroll{display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.select__clean-list{border-top:1px solid var(--main-color-75);padding:8px 12px;color:var(--main-color);cursor:pointer;text-decoration:none}.select__clean-list:hover{color:var(--main-color);border-color:var(--main-color-75)}.select__item{width:100%;text-align:left;cursor:pointer;transition:.2s;outline:none;color:var(--main-color);text-decoration:none;display:flex;flex-shrink:0}.select__item--single{padding:8px 12px}.select__item .check{padding:8px 12px;width:100%}.select__item--checked,.select__item:focus,.select__item:hover{background:var(--main-color-75);color:var(--white)}.select{background:var(--white);border:1px solid var(--main-color-75);box-sizing:border-box;border-radius:var(--small_radius);position:relative;cursor:text;height:50px;transition:var(--transition);display:flex;margin:0}.select--error{border-color:var(--red)}.select__errors{font-size:.75em;line-height:15px;color:var(--red);display:flex;flex-direction:column;gap:5px}.select__errors--messages{color:var(--main-color)}.select__container{display:flex;flex-direction:column;align-self:flex-start;gap:5px}.select__title{font-size:.75em;line-height:13px;color:var(--body-color);opacity:.5;white-space:pre-line}.select__field{border-radius:var(--small_radius);border:none;box-sizing:border-box;background:none;width:100%;height:100%;padding:20px 12px 5px;outline:none;font-weight:400;font-size:.875em;color:var(--body-color);appearance:none;resize:vertical}.select__field::placeholder{font-weight:400;color:var(--gray-50)}.select--loading{background-color:var(--main-color-75);background-size:31px 31px;background-image:linear-gradient(-45deg,var(--black_o1) 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 75%,rgba(0,0,0,0) 0,rgba(0,0,0,0));animation:stripped 2s linear 0s infinite normal none running}.select--no-title .select__field{padding:15px 12px}.select--list{border-radius:var(--small_radius) var(--small_radius) 0 0}.select--list .select__action{z-index:11}.select--list .select__action .icon{transform:rotate(180deg)}.select--list .select__clear{z-index:12}.select--list-top{border-radius:0 0 var(--small_radius) var(--small_radius)}.select--list-top .select__action{z-index:11}.select--list-top .select__action .icon{transform:rotate(180deg)}.select--list-top .select__list{border-radius:var(--small_radius) var(--small_radius) 0 0;position:absolute;top:0;left:0;bottom:auto;transform:translateY(calc(-100% + 1px))}.select--list-top .select__clear{z-index:12}.select__action,.select__clear{background:none;outline:none;border:none;cursor:pointer;padding:10px;position:absolute;right:0;top:0;bottom:0;margin:auto;transition:.2s;z-index:2;display:flex;align-items:center}.select__action:active,.select__action:focus,.select__clear:active,.select__clear:focus{box-shadow:0 0 0 2px var(--main-color-75);border-radius:var(--small_radius)}.select__action .icon,.select__clear .icon{transition:.2s;width:14px;height:14px}.select__action .icon svg path,.select__clear .icon svg path{stroke:var(--main-color)}.select__clear{transform:translateX(-50%);z-index:3}.select__field{padding:15px 12px;z-index:1}.select__field-container{position:relative;width:100%}.select__selected{display:flex;gap:4px;align-items:center;margin-left:12px;flex-shrink:0}@media only screen and (max-width:480px){.select__selected{display:none}}.select__selected .icon{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.select__selected .icon svg{width:100%;height:100%}.select__selected-item{cursor:pointer;background:var(--main-color-75);border-radius:var(--small_radius);padding:6px 12px;font-size:.875em;line-height:16px;text-align:center;color:var(--white);text-decoration:none;flex-shrink:0}.select__selected-item:hover{color:var(--white)}.select__selected-item:active,.select__selected-item:focus{box-shadow:0 0 0 4px var(--main-color-75)}.select__selected-item:first-child{display:flex;gap:4px;align-items:center}.select__selected-item:first-child span{display:flex}.select__selected-item:first-child .icon{width:14px;height:14px}.select__selected-item:first-child .icon svg{width:100%;height:100%}.select--multiple{display:flex;align-items:center;padding-right:40px}@-moz-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-webkit-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-o-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}.rc-modal{width:100%;max-width:500px}.rc-modal__body{display:grid;justify-content:stretch;align-items:stretch;gap:12px}.rc-modal__body .textarea__field{height:100px}.rc-modal__body .input,.rc-modal__footer .btn{width:100%}.rc-modal__product{display:flex;gap:8px}.rc-modal__product span{flex-shrink:0}.rc-modal__mark{display:flex;flex-direction:column;gap:4px}.rc-modal__mark-title{font-weight:400;font-size:.875em;line-height:20px;color:var(--body-color-muted)}.rc-modal__mark .btn:hover .icon svg path{fill:var(--main-color)}.rc-modal__stars{display:inline-flex;align-items:center;justify-content:flex-start;margin:0 -4px}.rc-modal__stars .btn{padding:0 4px}.rc-modal__star{width:24px;height:24px}.rc-modal__star:not(.rc-modal__star--filled) svg path{fill:rgba(0,0,0,0);stroke:var(--yellow)}.rc-modal__star--filled svg path{stroke:var(--yellow);fill:var(--yellow)}.rc-modal__star--opacity{opacity:.5}.map{width:100%;height:400px}.map .ymap-container{width:100%;height:100%}.radio{display:flex;gap:15px;position:relative;cursor:pointer;align-items:center;text-align:left;user-select:none;font-size:.875em;line-height:18px;transition:var(--transition)}.radio:hover{color:var(--main-color-75)}.radio input{position:absolute;left:0;top:0;visibility:hidden}.radio--error{color:var(--red)!important}.radio--error .radio__state{border-color:var(--red)!important}.radio--disabled{color:var(--gray)}.radio--disabled .radio__state{border:1px solid var(--gray)}.radio--disabled.radio--checked .radio__state:after{background:var(--main-color-75)}.radio--checked{pointer-events:none}.radio--checked:not(.radio--checked.radio--disabled) .radio__state:after{opacity:1}.radio__state{position:relative;width:18px;height:18px;background:var(--white);border:1px solid var(--main-color-75);box-sizing:border-box;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:var(--transition)}.radio__state:after{content:"";display:block;width:10px;height:10px;border-radius:50%;background:var(--main-color-75);opacity:0;transition:var(--transition)}.share-networks{display:flex;align-items:center;justify-content:center;margin:0 auto;gap:5px}.share-networks__title{display:flex}.share-networks--product .share-networks__list{display:flex;flex-direction:column}.share-networks__list{display:flex;flex-direction:row;gap:5px}.share-networks__list li{display:flex;align-items:center}.share-networks__list li a{width:100%}.share-networks__item{display:flex;align-items:center;gap:5px}.share-networks__item:hover .file-icon svg path{fill:var(--main-color-75)}.share-networks__item>span{display:flex;white-space:nowrap;flex-shrink:0}.share-networks__item .file-icon,.share-networks__item .icon{width:22px;height:22px}.share-networks__item .file-icon svg path{fill:var(--dark);transition:var(--transition)}.address-create{position:absolute;left:9px;top:8px;display:flex;flex-direction:column;gap:20px;padding:30px;background:var(--white);box-shadow:0 20px 30px var(--black_o15);border-radius:var(--main_radius);width:100%;max-width:450px}.address-create__title{font-weight:700;font-size:1.5em;line-height:115%}.address-create__form{display:flex;flex-direction:column;grid-gap:20px}.address-create__form-row{display:flex;align-items:flex-end;gap:20px}.address-create__form-row .check{margin-bottom:16px}.address-create__form .btn{align-self:flex-start}.address-create__error{color:var(--red)}.address-create__hint{color:var(--body-color);font-size:.875em}.address-modal{width:100%;margin:0 40px;overflow:hidden}.address-modal__body{height:100%;padding:0}.address-modal .ymap-container{width:100%;height:100%}.cart-table{overflow-x:auto;scrollbar-width:thin}.cart-item:hover .cart-item__count{border-color:var(--gray)}.cart-item:hover .cart-item__count-change{opacity:1}.cart-item__img{width:50px;height:50px;object-fit:contain;object-position:center}.cart-item__title{min-width:280px}.cart-item__count{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,0);border-radius:var(--big_radius);overflow:hidden}@media only screen and (max-width:1025px){.cart-item__count{border-color:var(--gray)}}.cart-item__count>*{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.cart-item__count-change{opacity:0;transition:var(--transition);border-radius:0}@media only screen and (max-width:1025px){.cart-item__count-change{opacity:1}}.cart-item__count-change:hover{background:var(--gray)}.cart-item__count-change .icon{width:18px;height:18px}.cart-item__count-value{font-size:16px;line-height:170%}.cart-item__remove{padding:7px}.cart-item__remove:hover .icon{background:var(--red)}.cart-item__remove:hover .icon svg path{stroke:var(--white)}.cart-item__remove .icon{width:20px;height:20px;border-radius:50%;background:var(--gray);transform:rotate(45deg);transition:var(--transition)}.cart-item__remove .icon svg path{stroke:var(--main-color-75)}.cart-item__sum{font-weight:700}.cart-item__old-sum{display:flex;justify-content:right;font-size:.75em;line-height:110%;color:var(--main-color-75);text-decoration:line-through;text-decoration-color:var(--main-color)}