:root{--vs-colors--lightest:rgba(60,60,60,.26);--vs-colors--light:rgba(60,60,60,.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:#f8f8f8;background-color:var(--vs-disabled-bg);cursor:not-allowed;cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background:var(--vs-search-input-bg);border:1px solid rgba(60,60,60,.26);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:4px;border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:4px 6px 0 3px;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);fill:var(--vs-controls-color);transform:scale(1);transform:scale(var(--vs-controls-size));transition:transform .15s cubic-bezier(1,.5,.8,1);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:cubic-bezier(1,.5,.8,1);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:#fff;background:var(--vs-dropdown-bg);border:1px solid rgba(60,60,60,.26);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 4px 4px;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:inherit;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:350px;max-height:var(--vs-dropdown-max-height);min-width:160px;min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - 1px);top:calc(100% - var(--vs-border-width));width:100%;z-index:1000;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:inherit;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:3px 20px;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:#5897fb;background:var(--vs-dropdown-option--active-bg);color:#fff;color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:#fb5858;background:var(--vs-dropdown-option--deselect-bg);color:#fff;color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:#f8f8f8;background:var(--vs-state-disabled-bg);color:rgba(60,60,60,.5);color:var(--vs-state-disabled-color);cursor:not-allowed;cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:#f0f0f0;background-color:var(--vs-selected-bg);border:1px solid rgba(60,60,60,.26);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:4px;border-radius:var(--vs-border-radius);color:#333;color:var(--vs-selected-color);display:flex;line-height:1.4;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:rgba(60,60,60,.5);fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:0 1px 0 #fff;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:inherit;color:var(--vs-search-input-color);flex-grow:1;font-size:1rem;font-size:var(--vs-font-size);line-height:1.4;line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:inherit;color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:inherit;color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(1);transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(1);transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}

/**/

/**/
/**/

/**/

.h1,h1{font-family:"Harmony-Medium",sans-serif;font-weight:300;margin:.67em 0}.h1,.h1 a,h1,h1 a{font-size:4.3rem}.h2,h2{font-size:3.3rem;margin:.83em 0}.h2,.h3,h2,h3{font-family:"Harmony-Medium",sans-serif;font-weight:300}.h3,h3{font-size:2.9rem;margin:1em 0}.h4,h4{font-size:2.5rem;margin:1.33em 0}.h4,b,h4{font-family:"Harmony-Medium",sans-serif;font-weight:300}a{border-bottom:1px solid;color:#004ea2;cursor:pointer;font-size:1.5rem;font-weight:400;-webkit-text-decoration:none;text-decoration:none;transition:all .3s}a:hover{color:#0060c7}li,p,span{font-size:1.5rem;line-height:1.4}.h1,.h2,.h3,.h4,h1,h2,h3,h4{margin-bottom:25px}.button,button{align-items:center;background:#004ea2;border:0;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-family:"Harmony-Bold",sans-serif;font-size:1.5rem;height:40px;justify-content:center;padding:0 12.5px;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;transition:all .3s}.button:hover,button:hover{background-color:#0060c7;color:#fff}.button.disabled,.button:disabled,button.disabled,button:disabled{background-color:rgba(0,78,162,.502);opacity:.5;pointer-events:none}.button.inverted-button,button.inverted-button{background-color:#eceff1;color:#263238}.button.inverted-button:hover,button.inverted-button:hover{background-color:#0060c7;color:#fff}.header{background:#fff;box-shadow:0 6px 8px 0 rgba(0,0,0,.102);height:85px;left:0;position:fixed;right:0;top:0;z-index:1500}.header.header-mobile{display:none}@media(max-width:1350px){.header:not(.header-mobile){position:relative;width:-moz-fit-content;width:fit-content}}.header .container{align-items:center;display:flex;height:100%;justify-content:space-between}.header .container .menu:not(.menu-c):hover span{color:#0060c7!important}.header .container .requests-link .preorder{background-color:#004ea2}.header .container .requests-link .circle{margin-left:16px;margin-top:-30px}.header .container .requests-link .circle:hover{background-color:#f20!important}.header .container .requests-link:hover .preorder{background-color:#0060c7}.header .container .link-tooltip{position:relative}.header .container .link-tooltip .tooltip{left:50%;top:82px;transform:translate(-50%,-50%)}.header .container .cart-disabled{pointer-events:none}.header .container .cart-disabled i{opacity:.5}.header .container .header-item-mobile{display:none}.header .logo-link:not([href]){cursor:auto}.header .logo{transition:all .3s}.header .logo:hover #path1,.header .logo:hover #path5{fill:#0060c7}.header .catalog-btn{align-items:center;color:#004ea2;cursor:pointer;display:flex;justify-content:space-around}@media(min-width:270px)and (max-width:375px){.header .catalog-btn{margin-left:-10px!important}}.header .catalog-btn span{font-family:"Harmony-Bold",sans-serif;font-size:1.5rem;text-transform:uppercase}.header .catalog-btn .catalog-icon{border-radius:5px;cursor:pointer;height:40px;margin-right:10px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;width:40px}.header .catalog-btn .catalog-icon span{background:#004ea2;border-radius:9px;display:block;height:3px;left:8px;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:24px}.header .catalog-btn .catalog-icon span:first-child{top:9px}.header .catalog-btn .catalog-icon span:nth-child(2),.header .catalog-btn .catalog-icon span:nth-child(3){top:18px}.header .catalog-btn .catalog-icon span:nth-child(4){top:27px}.header .catalog-btn:hover .nav-icon{background-color:#004ea2}.header .catalog-btn:hover .nav-icon span{background:#fff}.header .catalog-btn.open{transition:all .3s ease-in-out}.header .catalog-btn.open span{color:#0060c7}.header .catalog-btn.open .catalog-icon{background:#0060c7;border-radius:5px}.header .catalog-btn.open .catalog-icon span{background:#fff}.header .catalog-btn.open .catalog-icon span:first-child{left:50%;top:18px;width:0}.header .catalog-btn.open .catalog-icon span:nth-child(2){transform:rotate(45deg)}.header .catalog-btn.open .catalog-icon span:nth-child(3){transform:rotate(-45deg)}.header .catalog-btn.open .catalog-icon span:nth-child(4){left:50%;top:18px;width:0}.header .search>div{display:flex;position:relative}.header .search input{background-color:#eceff1;border:0;border-radius:5px;color:#37474f;outline:none;width:249px}.header .search .v-select{width:249px}.header .search .v-select .vs__selected-options{height:inherit;width:225px}.header .search .v-select .vs__selected-options .vs__selected{height:inherit}.header .search .v-select .vs__actions .vs__clear{background:transparent}.header .search .v-select .vs__actions .vs__clear .cross{background:#78909c;height:16px;width:16px}.header .search .v-select .vs__dropdown-menu{width:calc(100% + 40px)}.header .search .cross-icon{align-self:center;margin-left:77%;position:absolute;z-index:10}.header .search .cross-icon i{background:#78909c;height:16px;width:16px}.header .search .search-btn{align-items:center;background:#004ea2;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;height:40px;justify-content:center;position:relative;transition:all .3s;width:40px}.header .search .search-btn .disabled{cursor:default}.header .search .search-btn .disabled:hover{background:#0060c7}.header .search .search-btn a{align-items:center;display:flex;height:inherit;justify-content:center;position:relative;width:inherit}.header .search .search-btn:hover{background:#0060c7}.header .search .search-btn:hover a:hover i{background-color:#fff}.header .x-file{position:relative}.header .tooltip{background-color:#004ea2;border-radius:2px;left:50%;position:absolute;text-align:center;top:91px;transform:translate(-50%,-50%);z-index:500}.header .tooltip span{color:#fff;display:inline-block;font-size:13px;padding:10px;white-space:nowrap}.header .tooltip:before{border-bottom:15px solid #004ea2;border-left:10px solid transparent;border-right:10px solid transparent;clear:both;content:"";height:0;left:50%;position:absolute;transform:translate(-50%,-50%);width:0}.header .menu{color:#004ea2}.header .menu:not(.menu-c) span{cursor:default}.header .menu>a{color:#004ea2;cursor:pointer}.header .menu span{cursor:pointer;transition:all .3s}.header .menu:hover a{color:#0060c7}.header .menu .header-menu{left:50%;margin-left:-600px;width:1200px}.header .menu .header-menu>div{padding:20px 20px 30px}.header .menu .header-menu .close-menu{cursor:pointer;display:flex;justify-content:end;margin-left:auto}.header .menu .header-menu .close-menu .circle-back{align-items:center;background-color:#fff;border-radius:15px;display:flex;height:25px;justify-content:center;width:25px}.header .menu .header-menu .close-menu .circle-back i{background-color:#004ea2;margin:1px 0 0}.header .menu .header-menu .pages{align-items:baseline;-moz-column-gap:40px;column-gap:40px;display:flex;flex-direction:row;flex-wrap:wrap;line-height:1.5}.header .menu .header-menu .pages .first-lvl{font-family:"Harmony-Medium",sans-serif;font-size:17px}.header .menu .header-menu .pages a{border-bottom:none;color:#fff;font-size:15px;font-weight:400;transition:none}.header .menu .header-menu .pages a:hover{color:#fff}.header .menu .header-menu .pages>div{display:flex;flex:0 0 21%;flex-direction:column;margin-top:10px}.header .menu .header-menu .pages .pages-children{display:flex;flex-direction:column;margin-top:5px}.header .menu .header-menu .applications{border-top:1px solid #fff;margin-top:40px;padding-top:30px}.header .menu .header-menu .applications a{color:#41b6e6;font-family:"Harmony-Medium",sans-serif;font-size:17px}.header .link-tooltip{position:relative}.header .link-tooltip .tooltip{left:50%;top:82px;transform:translate(-50%,-50%)}.header .menu-c{margin-top:1px}.header .menu-c .arrow{display:none}.header.show-menu{background:#0060c7}.header.show-menu span{color:#fff}.header .circle{background-color:#f20;border-radius:100%;display:inline-block;height:11px!important;margin-left:22px;margin-top:-30px;opacity:1!important;position:absolute;vertical-align:middle;width:11px!important}.header .circle:hover{background-color:#f20!important}a{border:none}a:hover i{background:#0060c7}.switch-language{color:#004ea2}.switch-language:hover{color:#0060c7}.requests-link .preorder{background-color:#004ea2;height:25px;width:19px}.requests-link .circle{margin-left:13px;margin-top:-30px}.requests-link:hover .preorder{background-color:#0060c7}.header .menu .header-menu{background-color:#004ea2;border-bottom-left-radius:5px;border-bottom-right-radius:5px;left:auto;margin-left:-17px;position:absolute;top:85px;width:auto;z-index:500}.header .menu .header-menu span{color:#41b6e6}.header .menu .header-menu div{display:flex;flex-direction:column;line-height:1.5;padding:17px 25px}.header .menu .header-menu div a{border-bottom:none;color:#fff;font-size:15px;font-weight:400;transition:all .3s}.header .menu .header-menu div a:hover{color:#41b6e6}.container{box-sizing:content-box;margin-left:auto;margin-right:auto;padding:0 75px;width:1200px}.container .container{padding:0}.stripes{mask:url(/_nuxt/img/stripes.da55702.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/stripes.da55702.svg) no-repeat center center}.search-icon{mask:url(/_nuxt/img/search-icon.906f1ed.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/search-icon.906f1ed.svg) no-repeat center center}.list{mask:url(/_nuxt/img/list.e879ba6.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/list.e879ba6.svg) no-repeat center center}.cart-icon{mask:url(/_nuxt/img/cart-icon.fdae442.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/cart-icon.fdae442.svg) no-repeat center center}.login-icon{mask:url(/_nuxt/img/login-icon.e847695.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/login-icon.e847695.svg) no-repeat center center}.exit{mask:url(/_nuxt/img/exit.2ac7741.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/exit.2ac7741.svg) no-repeat center center}.close{mask:url(/_nuxt/img/close.db2da03.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/close.db2da03.svg) no-repeat center center}.cross{mask:url(/_nuxt/img/cross.95876a6.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/cross.95876a6.svg) no-repeat center center}.person{mask:url(/_nuxt/img/person.1b16e44.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/person.1b16e44.svg) no-repeat center center}.eye-crossed{mask:url(/_nuxt/img/eye-crossed.83182ca.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/eye-crossed.83182ca.svg) no-repeat center center}.info{mask:url(/_nuxt/img/info.c857e7d.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/info.c857e7d.svg) no-repeat center center}.cross-little{mask:url(/_nuxt/img/cross-little.d1be1d3.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/cross-little.d1be1d3.svg) no-repeat center center}.calendar{mask:url(/_nuxt/img/calendar.0e706e0.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/calendar.0e706e0.svg) no-repeat center center}.plus-simple{mask:url(/_nuxt/img/plus-simple.d104530.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/plus-simple.d104530.svg) no-repeat center center}.minus-simple{mask:url(/_nuxt/img/minus-simple.e3c3203.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/minus-simple.e3c3203.svg) no-repeat center center}.printer{mask:url(/_nuxt/img/printer.cb8e267.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/printer.cb8e267.svg) no-repeat center center}.logo-mobile{mask:url(/_nuxt/img/logo-mobile.69b0f06.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/logo-mobile.69b0f06.svg) no-repeat center center}.phone{mask:url(/_nuxt/img/phone.dd7d38d.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/phone.dd7d38d.svg) no-repeat center center}.dots{mask:url(/_nuxt/img/dots.d5906b9.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/dots.d5906b9.svg) no-repeat center center}.arrow-mobile{mask:url(/_nuxt/img/arrow-mobile.c4d089f.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/arrow-mobile.c4d089f.svg) no-repeat center center}.edit-mobile{mask:url(/_nuxt/img/edit-mobile.9ed61a0.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/edit-mobile.9ed61a0.svg) no-repeat center center}.print-files-mobile{mask:url(/_nuxt/img/print-files-mobile.2629b34.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/print-files-mobile.2629b34.svg) no-repeat center center}.file{mask:url(/_nuxt/img/file.e879ba6.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/file.e879ba6.svg) no-repeat center center}.save{mask:url(/_nuxt/img/save.2a1fee9.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/save.2a1fee9.svg) no-repeat center center}.loader{mask:url(/_nuxt/img/loader.b9c5c95.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/loader.b9c5c95.svg) no-repeat center center}.arrow-bold{mask:url(/_nuxt/img/arrow-bold.37e4020.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/arrow-bold.37e4020.svg) no-repeat center center}.location{mask:url(/_nuxt/img/location.8f105f7.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/location.8f105f7.svg) no-repeat center center}.site{mask:url(/_nuxt/img/site.bc77c55.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/site.bc77c55.svg) no-repeat center center}.arrow-mobile2{mask:url(/_nuxt/img/arrow-mobile2.1be7368.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/arrow-mobile2.1be7368.svg) no-repeat center center}.passenger-car{mask:url(/_nuxt/img/passenger-car.c83e9cb.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/passenger-car.c83e9cb.svg) no-repeat center center}.commercial-car{mask:url(/_nuxt/img/commercial-car.c840e46.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/commercial-car.c840e46.svg) no-repeat center center}.special-car{mask:url(/_nuxt/img/special-car.3408e00.svg) no-repeat center center;-webkit-mask:url(/_nuxt/img/special-car.3408e00.svg) no-repeat center center}.svg-icon{background:#004ea2;display:block;height:28px;-webkit-mask-size:contain;mask-size:contain;position:relative;transition:all .3s;width:28px}.svg-icon.disabled{background:#78909c}.svg-icon.cart-icon,.svg-icon.exit,.svg-icon.login-icon{height:25px;width:28px}.svg-icon.person{height:25px!important;width:21px!important}.svg-icon.logo{height:30px;width:228px}.svg-icon.edit-mobile{background-color:#546e7a;height:30px;width:30px}.svg-icon.logo-mobile{height:25px;width:42px}.svg-icon.phone{height:25px;width:25px}.svg-icon.dots{background:#004ea2;height:25px;width:6px}.svg-icon.stripes{height:20px;width:24px}.svg-icon.search-icon{background-color:#fff;height:20px;width:20px}.svg-icon.list{height:40px;width:30px}.svg-icon.print-files-mobile{background-color:#546e7a;height:30px;width:34px}.svg-icon.star{height:25px;width:25px}.svg-icon.arrow{background-color:#fff;height:20px;width:20px}.svg-icon.minus,.svg-icon.plus{height:25px;width:25px}.svg-icon.icon-disabled{background:#546e7a}.svg-icon.icon-pointer{cursor:pointer}.svg-icon.close{background:#263238;height:20px;width:20px}.svg-icon.cross{background:#546e7a}.svg-icon.eye,.svg-icon.eye-crossed{background:#78909c;height:20px;width:25px}.svg-icon.info{background:#78909c;height:25px;width:25px}.svg-icon.printer,.svg-icon.save{background:#004ea2;height:25px;width:25px}.svg-icon.cross-little{background:#546e7a;height:10px;width:10px}.svg-icon.calendar{background:#546e7a;height:25px;width:22px}.svg-icon.plus-simple{background:#263238;height:12px;width:12px}.svg-icon.minus-simple{background:#263238;height:4px;width:15px}.svg-icon.arrow-paginator{background:#fff;height:12px;width:6px}.svg-icon.file{height:40px;width:30px}.svg-icon.preorder{background:#004ea2;height:25px;width:28px}.svg-icon.loader{background-color:#fff;height:30px;margin-left:10px;width:30px}.svg-icon.arrow-bold{background-color:#263238;height:10px;width:17px}.svg-icon.location{background-color:#263238;height:25px;width:19px}.svg-icon.site{background-color:#004ea2;height:25px;width:25px}.svg-icon.arrow-mobile2{background-color:#37474f;height:8px;width:14px}.svg-icon.passenger-car{background-color:#004ea2;height:25px;width:36px}.svg-icon.commercial-car,.svg-icon.special-car{background-color:#004ea2;height:25px;width:31px}.flex-table{align-items:baseline;display:flex;flex-direction:row}.flex-table .flex-row{border:0;display:flex;flex-flow:row;padding:10px 0}.flex-table .header-table{border-bottom:1px solid #546e7a;border-top:none}.flex-table .header-table .flex-row{padding-top:0}.flex-wrap-elements{align-content:flex-start;align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.flex-grow{flex-grow:1}.d-flex{display:flex}.d-flex .spacer{flex-grow:1;flex-shrink:1}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-space-between{justify-content:space-between}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.align_content-start{align-content:flex-start}.align_content-center{align-content:center}.align_content-end{align-content:flex-end}.text_align-left{text-align:left}.text_align-right{text-align:right}.text_align-center{text-align:center}.ma-0{margin:0!important}.ma-1{margin:5px!important}.ma-2{margin:10px!important}.ma-3{margin:15px!important}.ma-4{margin:20px!important}.ma-5{margin:25px!important}.ma-6{margin:30px!important}.ma-7{margin:35px!important}.ma-8{margin:40px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:5px!important}.mt-2{margin-top:10px!important}.mt-3{margin-top:15px!important}.mt-4{margin-top:20px!important}.mt-5{margin-top:25px!important}.mt-6{margin-top:30px!important}.mt-7{margin-top:35px!important}.mt-8{margin-top:40px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:5px!important}.mb-2{margin-bottom:10px!important}.mb-3{margin-bottom:15px!important}.mb-4{margin-bottom:20px!important}.mb-5{margin-bottom:25px!important}.mb-6{margin-bottom:30px!important}.mb-7{margin-bottom:35px!important}.mb-8{margin-bottom:40px!important}.ml-0{margin-left:0!important}.ml-1{margin-left:5px!important}.ml-2{margin-left:10px!important}.ml-3{margin-left:15px!important}.ml-4{margin-left:20px!important}.ml-5{margin-left:25px!important}.ml-6{margin-left:30px!important}.ml-7{margin-left:35px!important}.ml-8{margin-left:40px!important}.mr-0{margin-right:0!important}.mr-1{margin-right:5px!important}.mr-2{margin-right:10px!important}.mr-3{margin-right:15px!important}.mr-4{margin-right:20px!important}.mr-5{margin-right:25px!important}.mr-6{margin-right:30px!important}.mr-7{margin-right:35px!important}.mr-8{margin-right:40px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:5px!important}.pl-2{padding-left:10px!important}.pl-3{padding-left:15px!important}.pl-4{padding-left:20px!important}.pl-5{padding-left:25px!important}.pl-6{padding-left:30px!important}.pl-7{padding-left:35px!important}.pl-8{padding-left:40px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:5px!important}.pr-2{padding-right:10px!important}.pr-3{padding-right:15px!important}.pr-4{padding-right:20px!important}.pr-5{padding-right:25px!important}.pr-6{padding-right:30px!important}.pr-7{padding-right:35px!important}.pr-8{padding-right:40px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:5px!important}.pb-2{padding-bottom:10px!important}.pb-3{padding-bottom:15px!important}.pb-4{padding-bottom:20px!important}.pb-5{padding-bottom:25px!important}.pb-6{padding-bottom:30px!important}.pb-7{padding-bottom:35px!important}.pb-8{padding-bottom:40px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:5px!important}.pt-2{padding-top:10px!important}.pt-3{padding-top:15px!important}.pt-4{padding-top:20px!important}.pt-5{padding-top:25px!important}.pt-6{padding-top:30px!important}.pt-7{padding-top:35px!important}.pt-8{padding-top:40px!important}.w-100{width:100%}.upper{color:#546e7a!important;font-family:"Harmony-Regular",sans-serif;font-size:1.1rem;position:relative;top:-12px}.isOpenBody{overflow:hidden}.text-center{text-align:center}.rotate-180{transform:rotate(180deg);transform-origin:50% 50%}.circle{align-items:center;background:#f4f5f7;border:0!important;border-radius:50%;color:#f4f5f7;display:flex;height:24px;justify-content:center;transition:all .3s;width:24px}.circle:hover{background:#0060c7;border:0!important}.circle:hover i{background:#fff}.border-image .border{display:inline-block;position:relative}.border-image .border:after{bottom:0;box-shadow:inset 0 0 0 3px #ccc;content:"";left:0;position:absolute;right:0;top:0}.border-image img{display:block;position:relative}.hide-desktop{display:none!important}.hide-mobile{display:block!important}.scroll-to-min{scroll-margin-top:40px}.hidden{visibility:hidden}.footer{min-width:1200px;width:100%}@media(max-width:1350px){.footer{width:-moz-fit-content;width:fit-content}}.footer .footer-mobile{display:none}.footer .footer-desktop{background:#37474f;color:#fff;font-size:1.4rem;min-width:1200px;padding:0;position:relative;width:100%;z-index:100}@media(max-width:1350px){.footer .footer-desktop{width:-moz-fit-content;width:fit-content}}.footer .footer-desktop .container{display:flex;flex-direction:column}.footer .footer-desktop .footer-logo{padding-top:30px}.footer .footer-desktop .footer-logo i{background-color:#fff}.footer .footer-desktop .footer-menu{display:flex;flex-direction:row;flex-wrap:wrap}.footer .footer-desktop .footer-menu .footer-item{display:flex;flex-direction:column;font-family:"Harmony-Regular",sans-serif;line-height:1.6;padding:30px 0 50px;width:380px}.footer .footer-desktop .footer-menu .footer-item .name-item{font-family:"Harmony-Medium",sans-serif}.footer .footer-desktop .footer-menu .footer-item a,.footer .footer-desktop .footer-menu .footer-item span{border-bottom:none;color:#fff;font-size:1.4rem;line-height:1.6;width:-moz-fit-content;width:fit-content}.footer .footer-desktop .footer-menu .footer-item:nth-child(3n),.footer .footer-desktop .footer-menu .footer-item:nth-child(3n-1){margin-left:30px}@media(max-width:1350px){.footer .footer-desktop .footer-menu .footer-item:nth-child(3n),.footer .footer-desktop .footer-menu .footer-item:nth-child(3n-1){margin-left:0}}.footer .footer-desktop .footer-info{align-items:flex-end;border-top:1px solid #78909c;display:flex;flex-direction:row;justify-content:space-between;padding:30px 0;width:100%}.footer .footer-desktop .footer-info p{font-size:1.4rem;margin:0}.news{background:#f4f5f7;margin-top:0;padding-bottom:60px;padding-top:20px}@media(max-width:1350px){.news{width:-moz-fit-content;width:fit-content}}.news .news-header{align-items:baseline;display:flex}.news .news-header a{margin-left:20px}.news .news-items{display:flex;justify-content:space-between}.news .news-items .hide-desktop{display:none}.news .news-items .hide-mobile{display:block}.news .news-items .item{display:flex;flex-direction:column;justify-content:space-between;width:380px}.news .news-items .item .item-text img{padding-bottom:8px;width:380px}.news .news-items .item .item-text .news-title{font-family:"Harmony-Medium",sans-serif;font-size:2.5rem;margin-bottom:8px;margin-top:8px}.news .news-items .item .item-text .text{display:flex;flex-direction:column}.news .news-items .item .item-text .text .intro{font-weight:400}.news .news-items .item .item-link{align-self:flex-end;margin-top:15px}.news-index-items{display:flex;flex-direction:column}.news-index-items .name{font-family:"Harmony-Bold",sans-serif}.news-content{display:flex;flex-direction:column;padding-bottom:90px}.news-content .content section:last-child{margin-bottom:60px!important}.news-content .date-name{align-items:baseline;display:flex}.news-content .date-name .name{font-family:"Harmony-Bold",sans-serif}.news-content .date-name .date{margin-left:25px}.news-content .news-block-content{margin-top:22px}.news-content .news-block-content .content{padding-bottom:0!important}.news-content .news-block-content p{margin:0!important}.news-index-items+.news-index-items{padding-top:40px}html{font-size:10px}body{font-family:"Harmony-Regular",sans-serif;font-size:1.5rem;font-weight:300;margin:0}main{display:flex;flex-direction:column;min-height:100vh}main>.container,main>.content-global{flex:1}.contact-form span{font-weight:400}.contact-form .checkboxes{margin-top:30px;width:100%}.contact-form .checkboxes .checkbox+.checkbox{margin-top:15px}.contact-form h2{margin-top:0;padding-top:49px}.contact-form .form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:0!important;padding-bottom:90px;row-gap:40px}.contact-form .form .field:not(.field-textarea){margin-top:0}.contact-form .form .field.field-textarea{flex-basis:100%;margin-bottom:0;margin-left:0!important}.contact-form .form .captcha-links{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.contact-form .form .captcha-links .error-captcha{color:#f20;font-size:1.3rem!important;margin-bottom:80px;margin-left:0;position:absolute}.contact-form .form .captcha-links .submit-text{width:590px}.contact-form .form .captcha-links .submit-text p:last-of-type{margin-bottom:0}.contact-form .form .captcha-links button{margin-left:auto}.contact-form .form-body+.form{padding-top:10px}.form .field:first-of-type{margin-top:50px}.profile,.register{padding-bottom:40px}.profile .form,.register .form{-moz-column-gap:30px;column-gap:30px;display:flex;flex-wrap:wrap;margin-top:60px;row-gap:40px}.profile .form>div,.register .form>div{width:380px}.profile .form .field-password,.register .form .field-password{width:175px}.profile .captcha-links,.register .captcha-links{align-items:flex-end;display:flex;justify-content:space-between;margin-top:60px;position:relative;width:100%}.profile .captcha-links .error-captcha,.register .captcha-links .error-captcha{color:#f20;font-size:1.3rem!important;position:absolute;top:-30px}.profile .captcha-links .submit-text,.register .captcha-links .submit-text{width:590px}.profile .captcha-links .submit-text p,.register .captcha-links .submit-text p{margin:0}.login,.register .register-text-block{text-align:center}.login{margin-top:80px}.login .login-text-block p{margin-bottom:35px}.login .login-text-block a{background:#004ea2;border:0;border-radius:5px;color:#fff;font-family:"Harmony-Bold",sans-serif;font-size:1.5rem;padding:12px 17.5px;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;transition:all .3s}.login .login-text-block a:hover{background:#0060c7}.login .form{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;padding-bottom:40px}.login .form .field+.field{margin-top:40px}.login .form .field+button{margin-top:42px}.login .form span{width:398px}.login .form .button-forgot{align-items:center;display:flex;flex-direction:column;margin-top:42px;width:380px}.login .form .button-forgot>div{align-items:baseline;display:flex;justify-content:space-between;margin-top:40px;width:inherit}.login .form .button-forgot>div .link-reset{max-width:50%;text-align:right}.content-global{margin-top:85px;min-width:1350px}@media(max-width:1350px){.content-global{margin-top:0}}.content-global .theme-dark+.theme-dark,.content-global .theme-dark+.theme-light,.content-global .theme-light+.theme-dark,.content-global .theme-light+.theme-light{margin-top:40px}.content-global .carousel-container+.content>:first-child.preview-block{margin-top:0}.content-global .content .products-list{box-sizing:content-box}.content-global .content.content-overview,.content-global .content:last-child{padding-bottom:40px}.content-global .content section:last-child{margin-bottom:0!important}.content-global .content section+h1,.content-global .content section+h2{margin-top:48px}.content-global .content .preview-block{background-color:#004ea2!important;color:#fff;font-family:"Harmony-Light",sans-serif;margin-bottom:16px}.content-global .content .preview-block .content{font-family:"Harmony-Light",sans-serif;line-height:1.4;padding:20px 75px!important}.content-global .content .preview-block .content p{color:#fff;font-size:2.1rem;margin:0}.content-global .content .text-block p{font-size:1.5rem;font-weight:400;line-height:1.4}.content-global .content .text-big-block p{font-family:"Harmony-Regular",sans-serif;font-size:2.1rem;line-height:1.4;margin-bottom:21px}.content-global .content .imagesset3-block .content{display:flex;justify-content:space-between;row-gap:40px}.content-global .content .imagesset3-block .content .image-block{display:flex;flex-direction:column;justify-content:space-between;width:380px}.content-global .content .imagesset3-block .content .image-block a{display:flex;margin-left:auto;width:-moz-fit-content;width:fit-content}.content-global .content .imagesset3-block .content .image-block a p{transition:all .3s}.content-global .content .imagesset3-block .content .image-block a:hover p{color:#0060c7}.content-global .content .imagesset3-block .content .image-block .block-header p{color:#263238;font-family:"Harmony-Medium",sans-serif;font-size:2.5rem;margin-bottom:10px!important}.content-global .content .imagesset3-block .content .image-block img{width:380px}.content-global .content .imagesset3-block .content .image-block span{font-weight:400}.content-global .content .imagetext1-3-block .content{display:flex}.content-global .content .imagetext1-3-block .content div .inner-header p{font-family:"Harmony-Medium",sans-serif;font-size:2.9rem}.content-global .content .imagetext1-3-block .content div img{width:380px}.content-global .content .imagetext1-3-block .content div p{font-weight:400}.content-global .content .imagetext1-3-block .content div:not(:first-child){display:flex;flex-direction:column;height:auto}.content-global .content .imagetext1-3-block .content div:not(:first-child) .link{border-bottom:1px solid;display:flex;font-weight:400;margin-right:auto;margin-top:50px;-webkit-text-decoration:none;text-decoration:none}.content-global .content .imagetext1-3-block .content div:not(.inner-header)+div{padding-left:30px}.content-global .content .imagetext1-2-block .content{display:flex}.content-global .content .imagetext1-2-block .content div .inner-header p{font-family:"Harmony-Medium",sans-serif;font-size:2.9rem}.content-global .content .imagetext1-2-block .content div img{height:auto;width:586px}.content-global .content .imagetext1-2-block .content div p{font-weight:400}.content-global .content .imagetext1-2-block .content div:not(:first-child){display:flex;flex-direction:column;height:auto}.content-global .content .imagetext1-2-block .content div:not(:first-child) .link{border-bottom:1px solid;display:flex;font-weight:400;margin-right:auto;margin-top:50px;-webkit-text-decoration:none;text-decoration:none}.content-global .content .imagetext1-2-block .content div:not(.inner-header)+div{padding-left:30px}.content-global .content .image1200text-block img{width:1200px}.content-global .content .image1200text-block img+div{margin-top:30px}.content-global .content .rawhtml-block{padding-bottom:40px}.content-global .content .rawhtml-block iframe{border:0}.content-global .content .video-block iframe{width:100%}.content-global .content .table-block .htCore,.content-global .content .table-block .wtHider{height:100%!important;width:100%!important}.content-global .content .table-block table{border-spacing:0}.content-global .content .table-block table tbody tr:first-child{background:#78909c!important;font-family:"Harmony-Medium",sans-serif;font-size:17px}.content-global .content .table-block table tbody tr{font-size:15px;height:35px}.content-global .content .table-block table tbody tr td{padding-left:10px}.content-global .content .table-block table tbody tr td:not(:first-child){padding-right:10px;text-align:right}.content-global .content .table-block table tbody tr:nth-child(odd){background-color:#cfd8dc}.content-global .content .table-block .htFocusCatcher{display:none}.content-global .content .table-block .h3{margin-bottom:10px}.content-global .content .table-block-cols .table-wrapper .table-row{display:grid;grid-gap:1rem;align-items:center;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));min-height:35px}.content-global .content .table-block-cols .table-wrapper .table-row div{padding:10px}.content-global .content .table-block-cols .table-wrapper .table-row .left{text-align:left}.content-global .content .table-block-cols .table-wrapper .table-row .right{text-align:right}.content-global .content .table-block-cols .table-wrapper .table-row .center{text-align:center}.content-global .content .table-block-cols .table-wrapper .table-row.header-table{background:#004ea2!important;color:#fff;font-family:"Harmony-Medium",sans-serif;font-size:17px}.content-global .content .table-block-cols .table-wrapper .table-row:nth-child(odd){background-color:#cfd8dc}.content-global .site-text-block-mobile{display:none}.toTop{align-items:center;background:#004ea2;border-bottom:none;border-radius:5px;bottom:50px;display:flex;height:41px;justify-content:center;position:fixed;right:50px;width:41px;z-index:200}.toTop .arrow{height:12.5px!important;left:.5px;transform:rotate(180deg);width:25px!important}.toTop:hover{background:#0060c7}.no-scroll{overflow:hidden}.whatsapp-button{display:none}@media screen and (-webkit-min-device-pixel-ratio:0){.viewer-toolbar>ul>li:before{margin-top:-14px!important}}@-moz-document url-prefix(){.viewer-toolbar>ul>li:before{margin-top:2px!important}}.phone-mode:has(.fixed-position) .footer-top{background-color:#fff!important}.carousel-container.carousel-mobile{display:none!important}.carousel-container .carousel{display:block!important;height:495px;overflow:hidden;position:relative;width:100%}.carousel-container .carousel .banner,.carousel-container .carousel .banner .banner-image{height:100%;left:0;position:absolute;top:0;width:100%}.carousel-container .carousel .banner .banner-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none}.carousel-container .carousel .banner .button-link{align-items:center;bottom:60px;display:flex;height:40px;justify-content:center;left:50%;margin-left:-600px;position:absolute;text-transform:uppercase}@media(max-width:1350px){.carousel-container .carousel .banner .button-link{left:50%}}.carousel-container .carousel .banner .button-link a{border-bottom:none;color:#fff;font-family:"Harmony-Bold",sans-serif;-webkit-text-decoration:none;text-decoration:none}.carousel-container .carousel-navigation-next,.carousel-container .carousel-navigation-prev{align-items:center;background:#004ea2;border-radius:0;display:flex;height:60px;justify-content:center;padding:0!important;position:absolute;top:50%;transform:translateY(-50%);width:60px;z-index:1}.carousel-container .carousel-navigation-next:hover,.carousel-container .carousel-navigation-prev:hover{background:#0060c7}.carousel-container .carousel-navigation-next .arrow,.carousel-container .carousel-navigation-prev .arrow{height:15px;width:30px}.carousel-container .carousel-navigation-prev{border-bottom-right-radius:5px;border-top-right-radius:5px;left:0}.carousel-container .carousel-navigation-prev .arrow{transform:rotate(90deg)}.carousel-container .carousel-navigation-next{border-bottom-left-radius:5px;border-top-left-radius:5px;right:0}.carousel-container .carousel-navigation-next .arrow{top:2px;transform:rotate(270deg)}.carousel-container .carousel-dots{bottom:32px;display:flex!important;left:50%;list-style:none;margin:0;padding:0;position:absolute;text-align:center;transform:translate(-50%);width:auto;z-index:1}.carousel-container .carousel-dots li{background-color:#fff;border:1px solid #fff;border-radius:0;cursor:pointer;height:18px;margin:0 5px;padding:0;width:18px}.carousel-container .carousel-dots li.page-active{background-color:#004ea2;outline:none}.carousel-container .carousel-dots li button{height:auto}.carousel-desktop{height:495px;overflow:hidden;position:relative;width:100%}.carousel-desktop .carousel{height:495px;position:absolute;width:100%}.carousel-desktop .carousel .banner-caption{position:relative}.carousel-desktop .carousel .banner-caption div{display:block;font-family:"Harmony-Bold",sans-serif;font-size:61px;letter-spacing:.9px;line-height:1.2;margin-top:145px;width:730px}.carousel-desktop .carousel .banner-caption.theme-light div{color:#fff}.carousel-desktop .carousel .banner-caption.theme-dark div{color:#004ea2}.carousel-mobile{height:250px;overflow:hidden;position:relative;width:100%}.carousel-mobile .carousel{height:250px;position:absolute;width:100%}.carousel-mobile .carousel .banner-caption{align-items:center;bottom:0;display:flex;justify-content:flex-start;left:0;position:absolute;right:0;top:0;z-index:1000}.carousel-mobile .carousel .banner-caption div{display:block;font-family:"Harmony-Bold",sans-serif;line-height:1.5;width:200px}.carousel-mobile .carousel .banner-caption.theme-light div{color:#fff}.carousel-mobile .carousel .banner-caption.theme-dark div{color:#004ea2}.slide-enter-active,.slide-leave-active{transition:.7s}.slide-enter{transform:translate(100%)}.slide-leave-to{transform:translate(-100%)}.slide-reverse-enter-active,.slide-reverse-leave-active{transition:.7s}.slide-reverse-enter{transform:translate(-100%)}.slide-reverse-leave-to{transform:translate(100%)}.tree{background:#fff;display:block;height:100%;left:0;overflow:auto;position:fixed;right:0;top:85px;z-index:1000}@media(max-width:1350px){.tree{top:77px}}.tree .tree-mobile{display:none}.tree .close-tree{display:flex;justify-content:flex-end;margin-top:20px}.tree .close-tree .circle{height:40px;width:40px}.tree .close-tree .cross{height:15px;width:15px}.tree .catalog-header{align-items:baseline;display:flex;flex-direction:row}.tree .catalog-header .h1,.tree .catalog-header h1{color:#546e7a;margin-bottom:.67em;margin-top:5px}.tree .catalog-header a{border-bottom:1px solid #263238;margin-left:30px}.tree .catalog-header a,.tree .catalog-header span{color:#263238;margin-left:40px}.tree .vehicle-filters{-moz-column-gap:40px;column-gap:40px;display:flex;flex-direction:row}.tree .vehicle-filters .filter.button{background-color:#7fa6d0;color:#004ea2;font-family:"Harmony-Medium",sans-serif}.tree .vehicle-filters .filter.button.active,.tree .vehicle-filters .filter.button:hover{background-color:#004ea2;color:#fff}.tree .vehicle-filters .filter.button.active:hover{background-color:#0060c7}.tree .vehicle-filters .filter .filter-categories{display:flex;flex-direction:column;visibility:hidden}.tree .vehicle-filters .filter.active .filter-categories{visibility:visible}.tree .vehicle-filters .filter.not-active{opacity:.3;pointer-events:none}.tree .vehicle-filters+.catalog-rendered-items,.tree .vehicle-filters+.square-items{margin-top:70px}.tree .square-items{display:flex}.tree .square-items .catalog-square{line-height:1.6;padding-right:50px;position:relative;width:380px}.tree .square-items .catalog-square .contacts,.tree .square-items .catalog-square .favourites{display:none}.tree .square-items .catalog-square .catalog-square-item{width:-moz-fit-content;width:fit-content}.tree .square-items .catalog-square .catalog-square-item .catalog-square-item-container .cat-square-item-header{border-bottom:none;color:#263238;cursor:pointer;font-family:"Harmony-Medium",sans-serif;line-height:1.4}.tree .square-items .catalog-square .catalog-square-item .catalog-square-item-container .cat-square-item-header.active,.tree .square-items .catalog-square .catalog-square-item .catalog-square-item-container .cat-square-item-header:hover,.tree .square-items .catalog-square .catalog-square-item.active .cat-square-item-header{color:#004ea2}.tree .square-items .catalog-square+.catalog-rendered-items{border-left:1px solid #78909c;padding-left:15px}.tree .square-items .catalog-rendered-items{height:100%;margin-top:-5px}.tree .square-items .catalog-rendered-items .rendered_value{animation-delay:0s;animation-direction:normal;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:open;animation-timing-function:ease-out}.tree .square-items .catalog-rendered-items .rendered_value .name-category{align-items:baseline;display:flex;font-family:"Harmony-Medium",sans-serif;font-size:21px;width:100%}.tree .square-items .catalog-rendered-items .rendered_value .name-category a{border-bottom:1px solid #263238;color:#263238;font-family:"Harmony-Regular",sans-serif;margin-left:40px;position:relative}.tree .square-items .catalog-rendered-items .rendered_value .name-category .h3,.tree .square-items .catalog-rendered-items .rendered_value .name-category h3{margin-bottom:1em;margin-top:.96em}.tree .square-items .catalog-rendered-items .rendered_value .pre-items{margin-top:15px;max-height:460px}.tree .square-items .catalog-rendered-items .rendered_value .pre-items .items{-moz-columns:2;column-count:2;display:flex;flex-direction:column;height:auto;width:780px}.tree .square-items .catalog-rendered-items .rendered_value .pre-items .items>span{line-height:1.6}.tree .square-items .catalog-rendered-items .rendered_value .pre-items .items a{border-bottom:none;color:#263238;font-family:"Harmony-Medium",sans-serif;line-height:1.4;transition:all .5s}.tree .square-items .catalog-rendered-items .rendered_value .pre-items .items a:hover{color:#004ea2}.tree .square-items .catalog-rendered-items .hidden{display:none!important}.tree .makers{margin-bottom:150px;margin-top:70px}.tree .makers div{font-size:21px;font:"Harmony-Medium",sans-serif}.tree .makers .makers-buttons{-moz-column-gap:20px;column-gap:20px;display:flex;margin-top:35px}.tree .makers .makers-buttons .button{background-color:#7fa6d0;color:#004ea2;font-family:"Harmony-Medium",sans-serif}.tree .makers .makers-buttons .button:hover{background-color:#004ea2;color:#fff}.filters-wrapper{margin-top:3px}.filters{display:flex}.filters .filters-main{color:#004ea2;font-family:"Harmony-Bold",sans-serif;margin-right:30px}.filters>div>div{align-items:baseline;color:#546e7a;display:flex;flex-direction:column;font-family:"Harmony-Bold",sans-serif}.filters>div>div i{background-color:#37474f!important;margin-left:6px}.filters>div>div i.arrow{border:1px solid #fff;height:8px!important;width:14px!important}.filters>div>div i.cross{height:12px!important;width:12px!important}.filters .filter+.filter{margin-left:30px}.filters .filter{color:#37474f;display:flex;position:relative}.filters .filter-name{align-items:baseline;cursor:pointer;display:flex;flex-direction:row;height:-moz-fit-content;height:fit-content;white-space:nowrap}.filters .selected-filters{align-content:baseline;-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;flex-wrap:wrap;max-width:400px;row-gap:10px}.filters .selected-filters .sel-filter>a{align-items:baseline;border-bottom:none;color:#37474f;display:flex;flex-direction:row}.filters .selected-filters .sel-filter a:hover{color:#0060c7}.filters .selected-filters .sel-filter a:hover i{background:#0060c7!important}.filters .v-select{height:0;margin-top:25px;position:absolute;width:0}.filters .v-select .vs__dropdown-toggle{display:none}.filters .v-select .vs__dropdown-menu{border:none;border-radius:0;color:#41b6e6!important;font-family:"Harmony-Bold",sans-serif!important;max-height:310px;min-height:auto;min-width:100%;padding:12px 0!important;width:auto}.filters .v-select .vs__dropdown-menu .vs__dropdown-option{padding:3px 15px!important}.filters .v-select .vs__dropdown-menu .vs__dropdown-option--highlight{background-color:#004ea2!important;color:#fff!important}.pagination:last-of-type{padding-bottom:40px}.pagination div{-moz-column-gap:10px;column-gap:10px;display:flex;flex-wrap:wrap;row-gap:15px}.pagination div>div{background:#cfd8dc;border-radius:5px;flex-shrink:0;height:40px;justify-content:center;transition:all .3s;width:40px}.pagination div>div a,.pagination div>div span{align-items:center;align-self:center;border-bottom:none;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.pagination div>div:hover{background:#0060c7}.pagination div>div:hover a{color:#fff}.pagination div>div:not(.active):hover,.pagination div>div:not(.disabled):hover{cursor:pointer}.pagination div .active{background:#004ea2;pointer-events:none}.pagination div .active a{color:#263238}.pagination div .all-page,.pagination div .arrow-page{background:#004ea2}.pagination div .all-page.disabled,.pagination div .arrow-page.disabled{background:#cfd8dc;pointer-events:none}.pagination+.content{padding-bottom:20px;padding-top:40px}.pagination+.content h1:first-child,.pagination+.content h3:first-child,.pagination+.content h4:first-child,.pagination+.content>h2:first-child{margin-top:0}.categories-overview{-moz-column-gap:140px;column-gap:140px;display:flex;padding-bottom:40px;padding-top:20px}.categories-overview>div{display:flex;flex-direction:column;row-gap:5px}.categories-overview>div a{border-bottom:none;color:#0060c7;font-family:"Harmony-Medium",sans-serif}.categories-overview+.content h1:first-child,.categories-overview+.content h3:first-child,.categories-overview+.content h4:first-child,.categories-overview+.content>h2:first-child{margin-top:0}.category-header{align-items:baseline;display:flex;position:relative}.properties-mobile{display:none!important}.properties+.content:has(*) h1:first-child,.properties+.content:has(*) h3:first-child,.properties+.content:has(*) h4:first-child,.properties+.content:has(*)>h2:first-child{margin-top:0}.properties+.content:not(:has(*)){padding-top:30px}.parts-filters+.properties:has(*){margin-top:40px}.parts-filters-desktop{display:flex!important}.parts-filters-mobile{display:none!important}.parts-filters{align-items:center;display:flex;justify-content:flex-start}.parts-filters .v-select{width:380px}.parts-filters .v-select .vs__dropdown-toggle{padding:0}.parts-filters .v-select .vs__dropdown-toggle .vs__selected-options{align-items:center;width:340px}.parts-filters .v-select .vs__dropdown-toggle .vs__selected-options span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parts-filters .v-select .vs__actions{padding-right:20px}.parts-filters .v-select .vs__actions span{background-color:transparent}.parts-filters .v-select input{width:100%}.parts-filters .v-select.vs--disabled input{background-color:transparent;color:#78909c}.parts-filters .v-select.vs--disabled i{background-color:#78909c}.parts-filters .v-select.vs--disabled .vs__actions{cursor:not-allowed}.parts-filters .v-select .vs__dropdown-menu .vs__dropdown-option{overflow:hidden;text-overflow:ellipsis;transition:all .3s;white-space:nowrap}.parts-filters .v-select .vs__dropdown-menu .vs__dropdown-option:first-child{padding-top:10px!important}.parts-filters .v-select .vs__dropdown-menu .vs__dropdown-option:last-child{padding-bottom:10px!important}.parts-filters .v-select .vs__dropdown-menu .vs__dropdown-option--highlight,.parts-filters .v-select .vs__dropdown-menu .vs__dropdown-option--selected{background-color:#004ea2!important;color:#41b6e6}.parts-filters .v-select .vs__dropdown-menu::-webkit-scrollbar{height:50px;width:15px}.parts-filters .v-select .vs__dropdown-menu::-webkit-scrollbar-track{border:5px solid transparent;border-radius:10px;box-shadow:inset 0 0 15px 15px #004ea2;height:50px}.parts-filters .v-select .vs__dropdown-menu::-webkit-scrollbar-thumb{border:5px solid transparent;border-radius:10px;box-shadow:inset 0 0 15px 15px #fff;height:50px}.parts-filters .v-select+.v-select,.parts-filters button{margin-left:30px}.parts-filters button i{background-color:#fff!important;height:15px!important;width:15px!important}.parts-filters button+button{margin-left:20px}.properties{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex}.properties .filters-item-mobile,.properties .filters-mobile{display:none!important}.properties .checkbox .styled-checkbox+label{top:-2px}.properties .checkbox+.checkbox{margin-left:25px}.properties .checkbox+.filters{margin-left:40px}.properties .checkbox-preorder{min-width:240px}.properties+.products-list{margin-top:30px}.products-list{box-sizing:border-box;margin-bottom:40px;scroll-margin-top:85px}.products-list.price-request .flex-table{justify-content:flex-start}.products-list.products-list-limited .flex-table .name{flex:0 0 450px}.products-list .product-item-wrapper-mobile{display:none}.products-list .product-item-wrapper:nth-child(2n){background-color:#f4f5f7}.products-list .flex-table{align-items:flex-start;display:flex;flex-direction:row;font-size:1.5rem;justify-content:space-between;padding:17.5px 10px}.products-list .flex-table .fav{flex:0 0 45px}.products-list .flex-table .articul{flex:0 0 165px}.products-list .flex-table .name{flex:0 0 430px}.products-list .flex-table .availability,.products-list .flex-table .price,.products-list .flex-table .store{align-items:center;flex:0 0 90px;flex-direction:column;justify-content:center;position:relative;row-gap:20px}.products-list .flex-table .availability .stock,.products-list .flex-table .price .stock,.products-list .flex-table .store .stock{position:relative}.products-list .flex-table .availability .small,.products-list .flex-table .price .small,.products-list .flex-table .store .small{font-size:1.3rem}.products-list .flex-table .availability .transit,.products-list .flex-table .price .transit,.products-list .flex-table .store .transit{color:#0060c7}.products-list .flex-table .availability .transit-tooltip,.products-list .flex-table .price .transit-tooltip,.products-list .flex-table .store .transit-tooltip{background-color:#004ea2;border-radius:5px;margin-left:-30px;position:absolute;text-align:center;top:30px;width:100px;z-index:500}.products-list .flex-table .availability .transit-tooltip span,.products-list .flex-table .price .transit-tooltip span,.products-list .flex-table .store .transit-tooltip span{color:#fff;display:inline-block;font-size:1.3rem;padding:10px}.products-list .flex-table .availability .transit-tooltip span+span,.products-list .flex-table .price .transit-tooltip span+span,.products-list .flex-table .store .transit-tooltip span+span{padding-top:0}.products-list .flex-table .availability .on-order,.products-list .flex-table .price .on-order,.products-list .flex-table .store .on-order{left:-20px;margin-left:-30px;text-align:center;width:188px}.products-list .flex-table .availability .transit-tooltip:before,.products-list .flex-table .price .transit-tooltip:before,.products-list .flex-table .store .transit-tooltip:before{border-bottom:15px solid #004ea2;border-left:10px solid transparent;border-right:10px solid transparent;clear:both;content:"";height:0;left:42%;position:absolute;top:-7px;width:0}.products-list .flex-table .express span{color:#cfcccc!important}.products-list .flex-table .store{align-items:flex-start;margin-left:25px}.products-list .flex-table .price{flex:0 0 150px}.products-list .flex-table .store .transit{cursor:pointer}.products-list .flex-table .order,.products-list .flex-table .quantity{flex:0 0 113px;justify-content:center;text-align:center;vertical-align:middle}.products-list .flex-table .cart-col{display:flex;flex:0 0 90px;justify-content:center}.products-list .flex-table .cart-col button{background-color:#004ea2;height:24px;width:55px}.products-list .flex-table .cart-col button.disabled{background-color:#cfcccc}.products-list .flex-table .cart-col button i{background-color:#fff;height:17px}.products-list .flex-table .cart-col button:hover{background-color:#0060c7}.products-list .disabled-product{color:#cfcccc!important}.products-list .disabled-product .svg-icon{background:#cfcccc!important}.products-list .disabled-product a{color:#cfcccc!important;pointer-events:none}.products-list .disabled-product span{border-bottom-color:#cfcccc!important;color:#cfcccc!important}.products-list .disabled-product input{color:#cfcccc!important;pointer-events:none}.products-list .disabled-product .transit{cursor:default!important}.products-list .header-table{border-top:none!important}.products-list .header-table .flex-row{padding-top:0!important}.products-list .header-table .flex-row.order{justify-content:center}.products-list .header-table+.product-item-wrapper{border-top:none!important}.products-list .row a{border-bottom:none;height:-moz-fit-content;height:fit-content}.products-list .row a.not-active{pointer-events:none}.products-list .row a.not-active .star{background:#cfd8dc}.products-list .row .star{background:#37474f;cursor:pointer}.products-list .row .star-favourite{background:#004ea2}.products-list .row .col{display:table-cell;flex:1;font-weight:400;padding-bottom:15px}.products-list .row .fav a:hover .star{background-color:#004ea2}.products-list .row .name span{border-bottom:1px solid #263238;color:#263238}.products-list .row .order div{-moz-column-gap:5px;column-gap:5px;display:flex}.products-list .row .cart-col a{border-bottom:1px solid}.products-list .row .cart-col .disabled{color:#cfcccc;pointer-events:none}.products-list .flex-row{border:0;display:flex;flex-flow:row;padding:0;width:14.2857142857%}.products-list .header-table span{font-family:"Harmony-Regular",sans-serif;position:relative}.products-list .header-table .name span{border-bottom:none}.order .minus,.order .plus{background-color:#37474f}.order a:hover .minus,.order a:hover .plus{background-color:#004ea2}.order span{font-family:"Harmony-Medium",sans-serif;overflow:hidden}.order input{background-color:transparent;border:3px solid transparent;font-family:"Harmony-Bold",sans-serif;font-size:1.5rem;height:17px;outline:none;text-align:center;width:45px}.order input:focus,.order input:hover{border:3px solid #cfd8dc;border-radius:3px;cursor:pointer}.order a{border-bottom:none}.body-product{padding-bottom:50px}.body-product h1{margin-bottom:55px}.body-product>div+div{border-top:1px solid #78909c}.body-product .body-product-div{display:flex}.body-product .body-product-div.body-product-div-mobile{display:none}.body-product .body-product-div__photo .product-photo{display:flex;flex-direction:row;width:594px}.body-product .body-product-div__photo .product-photo figure{margin:0}.body-product .body-product-div__photo .product-photo .lazyload{background-color:#eceff1}.body-product .body-product-div__photo .product-photo .photo-more{display:flex;flex-direction:column}.body-product .body-product-div__photo .product-photo .photo-more .images-hidden{display:none}.body-product .body-product-div__photo .product-photo .photo-more .image{border:2px solid transparent;box-sizing:border-box;cursor:pointer;height:70px;padding:3px;width:70px}.body-product .body-product-div__photo .product-photo .photo-more .image .image-background{background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}.body-product .body-product-div__photo .product-photo .photo-more .image .image-background.empty{display:flex;justify-content:center}.body-product .body-product-div__photo .product-photo .photo-more .image .image-background img{height:70px;width:70px}.body-product .body-product-div__photo .product-photo .photo-more .image.active,.body-product .body-product-div__photo .product-photo .photo-more .image:hover{border:2px solid #004ea2}.body-product .body-product-div__photo .product-photo .photo-more .image.empty{pointer-events:none}.body-product .body-product-div__photo .product-photo .photo-more .image+.image{margin-top:15px}.body-product .body-product-div__photo .product-photo .photo-more .more-photo{margin-top:10px;text-align:center;width:-moz-min-content;width:min-content}.body-product .body-product-div__photo .product-photo .photo-more .image-mobile{display:none}.body-product .body-product-div__photo .product-photo .photo-main{cursor:pointer;height:475px;width:475px}.body-product .body-product-div__photo .product-photo .photo-main img{height:auto;max-width:100%}.body-product .body-product-div__photo .product-photo .photo-main.empty{cursor:default;pointer-events:none}.body-product .body-product-div__photo .product-photo .photo-more+.photo-main{margin-left:40px}.body-product .body-product-div .product-content{padding-left:30px;width:594px}.body-product .body-product-div .product-content .price{background-color:#f4f5f7;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;padding:18px}.body-product .body-product-div .product-content .price .price-header{border-bottom:1px solid #cfcccc;display:flex;flex-direction:row;padding-bottom:10px}.body-product .body-product-div .product-content .price .price-header.no-price .price-cell{justify-content:flex-start}.body-product .body-product-div .product-content .price .price-header.no-price .order-cell{justify-content:flex-end!important;margin-left:auto;margin-right:40px}.body-product .body-product-div .product-content .price .price-header span{font-family:"Harmony-Medium",sans-serif}.body-product .body-product-div .product-content .price .price-header .availability-cell,.body-product .body-product-div .product-content .price .price-header .price-cell,.body-product .body-product-div .product-content .price .price-header .store-cell{display:flex;flex:0 0 119px}.body-product .body-product-div .product-content .price .price-header .price-cell{flex:0 0 170px}.body-product .body-product-div .product-content .price .price-header .availability-cell,.body-product .body-product-div .product-content .price .price-header .order-cell,.body-product .body-product-div .product-content .price .price-header .price-cell{justify-content:center}.body-product .body-product-div .product-content .price .price-header .order-cell{display:flex;flex:0 0 120px;position:relative}.body-product .body-product-div .product-content .price .price-header .order-cell.quantity{justify-content:flex-start}.body-product .body-product-div .product-content .price .price-values{display:flex}.body-product .body-product-div .product-content .price .price-stores-lines{display:flex;flex:2;flex-direction:column;padding-top:25px;position:relative;row-gap:5px;width:-moz-fit-content;width:fit-content}.body-product .body-product-div .product-content .price .price-stores-lines.no-price .price-stores .price-col{justify-content:flex-start}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores+.price-stores{margin-top:15px}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores{align-items:baseline;position:relative}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .availability-col,.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .price-col,.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .store-col{display:flex;flex:0 0 119px}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .store-col .transit{color:#0060c7}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .store-col .transit:hover{cursor:pointer}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .price-col{flex:0 0 170px}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .availability-col,.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .price-col{justify-content:center}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .express,.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .express .name-store{color:#cfcccc!important}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .price-col .price-digits{font-family:"Harmony-Regular",sans-serif;font-size:15px}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .price-col .price-digits .small{color:#546e7a}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .express{color:#cfcccc}.body-product .body-product-div .product-content .price .price-stores-lines .price-stores .express .small{color:#cfcccc!important}.body-product .body-product-div .product-content .price .price-stores-lines .transit-tooltip{background-color:#004ea2;border-radius:2px;display:flex;flex-direction:column;margin-left:-50px;position:absolute;text-align:center;top:30px;z-index:500}.body-product .body-product-div .product-content .price .price-stores-lines .transit-tooltip span{color:#fff;display:inline-block;font-size:13px;padding:10px}.body-product .body-product-div .product-content .price .price-stores-lines .transit-tooltip span+span{padding-top:0}.body-product .body-product-div .product-content .price .price-stores-lines .on-order{left:0;margin-left:-50px;text-align:center;width:188px}.body-product .body-product-div .product-content .price .price-stores-lines .transit-tooltip:before{border-bottom:15px solid #004ea2;border-left:10px solid transparent;border-right:10px solid transparent;clear:both;content:"";height:0;left:50%;position:absolute;transform:translate(-50%,-50%);width:0}.body-product .body-product-div .product-content .price .price-stores{display:flex;flex-direction:row}.body-product .body-product-div .product-content .price .prices{align-items:baseline;box-shadow:none;display:flex;flex-direction:column;font-size:16px;font-weight:400;justify-content:space-between;padding:0}.body-product .body-product-div .product-content .price .prices .price-digits{font-family:"Harmony-Medium",sans-serif;font-size:21px}.body-product .body-product-div .product-content .price .prices .small{color:#546e7a;font-family:"Harmony-Medium",sans-serif;font-size:15px}.body-product .body-product-div .product-content .price .order{align-items:center;display:flex;flex-direction:column;justify-content:space-between;min-height:90px;padding-top:25px}.body-product .body-product-div .product-content .price .order .count{display:flex;flex-direction:row;justify-content:center}.body-product .body-product-div .product-content .price .order .count input{border:3px solid transparent;border-radius:3px;cursor:pointer;font-family:"Harmony-Regular",sans-serif;font-size:15px;height:17px;outline:none;text-align:center;width:50px}.body-product .body-product-div .product-content .price .order .count input:focus,.body-product .body-product-div .product-content .price .order .count input:hover{border:3px solid #cfcccc}.body-product .body-product-div .product-content .price .order .count a{border:0}.body-product .body-product-div .product-content .price .order .count a i{background-color:#37474f}.body-product .body-product-div .product-content .price .order .count a:hover i{background-color:#004ea2}.body-product .body-product-div .product-content .price .order .available{text-align:center}.body-product .body-product-div .product-content .price .order .available span{color:#546e7a;font-size:13px;font-weight:400}.body-product .body-product-div .product-content .price .order .available .text-orange{color:#41b6e6}.body-product .body-product-div .product-content .price .order span{font-family:"Harmony-Medium",sans-serif;overflow:hidden}.body-product .body-product-div .product-content .price .order .minus{padding-right:18px}.body-product .body-product-div .product-content .price .order .plus{padding-left:18px}.body-product .body-product-div .product-content .price .cart-price{align-items:center;display:flex}.body-product .body-product-div .product-content .price .cart-price a span{font-family:"Harmony-Medium",sans-serif;font-size:16px}.body-product .body-product-div .product-content .price .cart-price a i{background:#263238;margin-left:15px}.body-product .body-product-div .product-content .price .cart-price a:hover{background-color:#0060c7}.body-product .body-product-div .product-content .price .row{display:flex;flex-direction:column;font-family:"Harmony-Medium",sans-serif;margin-top:10px}.body-product .body-product-div .product-content .price .row .text-orange{color:#41b6e6}.body-product .body-product-div .product-content .articles{margin-top:50px}.body-product .body-product-div .product-content .articles span{color:#004ea2;font-size:1.9rem;font-weight:400}.body-product .body-product-div .product-content .articles .articles-table{display:flex;flex-direction:column}.body-product .body-product-div .product-content .articles .articles-table div{display:flex;padding:15px 0}.body-product .body-product-div .product-content .articles .articles-table div span{color:#263238;flex:.68;font-size:1.5rem;font-weight:400}.body-product .body-product-div .product-content .articles .articles-table div .name{flex:1;font-family:"Harmony-Bold",sans-serif}.body-product .body-product-div .product-content .articles .articles-table div+div{border-top:1px solid #cfd8dc}.body-product .related-products-list h2{margin:50px 0 10px}.body-product .car-model-details .table-applicability .data-table{display:grid;grid-gap:1rem;align-items:center;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));min-height:35px}.body-product .car-model-details .table-applicability .data-table div{padding:10px}.body-product .car-model-details .table-applicability .data-table .left{text-align:left}.body-product .car-model-details .table-applicability .data-table .right{text-align:right}.body-product .car-model-details .table-applicability .data-table .center{text-align:center}.body-product .car-model-details .table-applicability .data-table.head-table{background:#fff!important;color:#263238;font-family:"Harmony-Medium",sans-serif}.body-product .car-model-details .table-applicability .data-table.head-table div{padding-bottom:15px!important}.body-product .car-model-details .table-applicability .data-table:nth-child(2n){background-color:#f4f5f7}.body-product .description-dimensions{margin-top:50px}.body-product .description-dimensions .description span{color:#004ea2;font-size:1.9rem;font-weight:400}.body-product .description-dimensions .description p{font-weight:400;line-height:1.4}.cart{scroll-margin-top:85px;scroll-snap-margin-top:85px}.cart .cart-header{align-items:baseline;display:flex}.cart .cart-header .express{color:#f20;font-family:"Harmony-Light",sans-serif;font-size:2.1rem;margin-left:30px}.cart .cart-header .stock-type{color:#546e7a;cursor:pointer;font-family:"Harmony-Bold",sans-serif;margin-left:30px;transition:all .1s}.cart .cart-header .stock-type.active,.cart .cart-header .stock-type:hover{border-bottom:2px solid #004ea2;color:#263238;padding-bottom:2px}.cart .cart-header .stock-type+.stock-type{margin-left:15px}.cart .products-list-mobile{display:none}.cart .products-list{margin-bottom:0!important;padding-bottom:30px}.cart .products-list .articul{flex:0 0 180px}.cart .products-list .name{flex:0 0 465px}.cart .products-list .price{flex:0 0 125px}.cart .products-list .cart-col{flex:0 0 135px;justify-content:center}.cart .products-list .cart-col span{border-bottom:none;color:#263238}.cart .products-list .cart-col span .small{font-size:1.3rem}.cart .products-list .header-table .cart-col{flex:0 0 165px}.cart .products-list .header-table .order,.cart .products-list .header-table .price,.cart .products-list .row .price,.cart .products-list .row .store{justify-content:center}.cart .products-list .row .order{padding-top:0!important}.cart .products-list .row .order i{align-items:center;display:flex;height:25px;width:25px}.cart .products-list .row .del{display:flex;flex:0 0 25px;height:-moz-fit-content;height:fit-content;justify-content:center;position:relative}.cart .products-list .row .del>.circle{background-color:#cfd8dc;box-sizing:border-box;padding:0 7px}.cart .products-list .row .del>.circle .cross-little{align-items:center;background-color:#37474f;display:flex;height:24px;width:24px}.cart .products-list .row .del>.circle:hover{background-color:#0060c7}.cart .products-list .row .del>.circle:hover .cross-little{background-color:#fff}.cart .results{display:flex;flex-direction:row;font-family:"Harmony-Medium",sans-serif;margin-left:auto;padding-top:10px;width:-moz-fit-content;width:fit-content}.cart .results span{color:#263238;font-family:"Harmony-Bold",sans-serif}.cart .results .name-results{display:flex;flex-direction:column}.cart .results .name-results>div{display:flex;justify-content:flex-end;padding:5px 0;width:100%}.cart .results .name-results div+div{border-top:1px solid #78909c}.cart .results .value-results{display:flex;flex-direction:column}.cart .results .value-results>div{display:flex;justify-content:center;margin-right:100px;padding:5px 0;width:100%}.cart .results .value-results div+div{border-top:1px solid #78909c}.cart .delivery{background:#f4f5f7;margin-bottom:20px;margin-top:34px;position:relative}@media(max-width:1350px){.cart .delivery{width:-moz-fit-content;width:fit-content}}.cart .delivery .delivery-container{padding-bottom:40px;padding-top:30px}.cart .delivery .delivery-container h4{margin-top:0}.cart .delivery .delivery-container h3{display:none}.cart .delivery .delivery-container .delivery-buttons .radiobutton+.radiobutton{margin-top:30px}.cart .delivery .delivery-container .delivery-buttons .date-delivery{margin-left:35.3px}.cart .delivery .delivery-container .delivery-buttons .date-delivery .time{color:#546e7a}.cart .delivery .delivery-container .delivery-buttons .pickup-date{display:flex;margin-left:35.3px}.cart .delivery .delivery-container .delivery-buttons .pickup-date div{display:flex;flex:1;flex-direction:column;padding-top:8px}.cart .delivery .delivery-container .delivery-buttons .pickup-date div span:first-child{color:#546e7a;font-family:"Harmony-Medium",sans-serif}.cart .delivery .delivery-container .delivery-buttons .pickup-date div span:not(:first-child){margin-top:5px}.cart .delivery .delivery-container .delivery-buttons .pickup-date div+div{margin-left:20px}.cart .delivery .delivery-container .delivery-buttons .pickup-date .map{display:inline}.cart .delivery .delivery-container .delivery-buttons .delivery-date{display:flex;flex-direction:column;margin-top:25px}.cart .delivery .delivery-container .delivery-buttons .delivery-date .address{align-items:baseline;display:flex}.cart .delivery .delivery-container .delivery-buttons .delivery-date .address .radio-label{font-family:"Harmony-Regular",sans-serif}.cart .delivery .delivery-container .delivery-buttons .delivery-date .address div{margin-left:40px}.cart .delivery .delivery-container .delivery-buttons .delivery-date .address input[type=radio]+.radio-label:before{border:3px solid #cfcccc}.cart .delivery .delivery-container .delivery-buttons .delivery-date .address input[type=radio]:checked+.radio-label:before,.cart .delivery .delivery-container .delivery-buttons .delivery-date .address input[type=radio]:hover+.radio-label:before{border:3px solid #004ea2}.cart .delivery .delivery-container .delivery-buttons .delivery-date .address .radio-label{color:#546e7a}.cart .delivery .delivery-container .delivery-buttons .delivery-date .disabled{pointer-events:none}.cart .delivery .delivery-container .delivery-buttons .delivery-date .disabled input[type=radio]+.radio-label:before{border:3px solid #cfcccc}.cart .delivery .delivery-container .delivery-buttons .delivery-date .disabled .radio-label{color:#546e7a}.cart .delivery .delivery-container .delivery-buttons .delivery-date .address+.address{margin-top:20px}.cart .comment .comment-link{padding-bottom:15px}.cart .comment .comment-link .minus,.cart .comment .comment-link .plus{background-color:#37474f}.cart .comment .comment-link h4{color:#263238;line-height:1;margin-bottom:5px;padding-left:15px}.cart .comment .comment-link h3{display:none}.cart .comment .comment-link a{align-items:baseline;border-bottom:none;display:flex}.cart .comment .comment-link a:hover .minus,.cart .comment .comment-link a:hover .plus{background-color:#0060c7}.cart .comment .comment-text{width:100%}.cart .comment .comment-text textarea{height:85px;width:100%}.cart .infoblock{background:#f4f5f7;margin-top:34px;position:relative}@media(max-width:1350px){.cart .infoblock{width:-moz-fit-content;width:fit-content}}.cart .infoblock .text-info{display:flex;padding:40px 0}@media(max-width:1350px){.cart .infoblock .text-info{padding:40px 15px}}.cart .infoblock .text-info span{margin-left:15px}.cart .buttons{align-items:center;-moz-column-gap:20px;column-gap:20px;display:flex;justify-content:flex-end;margin-bottom:60px;margin-top:40px}.cart .buttons .printer-div{align-items:center;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex}.cart .buttons .printer-div span{font-family:"Harmony-Medium",sans-serif;text-transform:uppercase;transition:all .3s}.cart .buttons .printer-div:hover i{background-color:#0060c7}.cart .buttons .printer-div:hover span{color:#0060c7}.cart .buttons a{border-bottom:none}.cart .buttons a:hover .printer{background-color:#0060c7}.cart .buttons a:hover span{color:#0060c7}.cart .buttons .print-cart{align-items:center;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex;position:relative}.cart .buttons .print-cart span{color:#263238;font-family:"Harmony-Medium",sans-serif;text-transform:uppercase;transition:all .3s}.cart .buttons .print-cart:hover i{background-color:#0060c7}.cart .buttons .print-cart:hover span{color:#0060c7}.cart .buttons .print-cart .print-window{background-color:#004ea2;border-radius:5px;display:flex;flex-direction:column;line-height:1.5;margin-top:120px;padding:15px 20px;position:absolute;right:120px;width:-moz-fit-content;width:fit-content;z-index:1000}.cart .buttons .print-cart .print-window a{border-bottom:none;color:#fff;font-family:"Harmony-Bold",sans-serif;transition:none;white-space:nowrap}.cart .buttons .print-cart .print-window a:hover{color:#41b6e6}.cart .buttons .print-cart .print-window .disabled{color:#cfcccc;pointer-events:none}.price-request .flex-table .articul{flex:0 0 200px}.price-request .flex-table .name{flex:0 0 750px}.price-request .flex-table .order,.price-request .flex-table .quantity{flex:0 0 200px}.price-request .flex-table .del .circle{background-color:#cfd8dc;box-sizing:border-box;padding:0 7px}.price-request .flex-table .del .circle i{align-items:center;display:flex;height:24px;width:24px}.price-request .flex-table .del .circle:hover{background-color:#004ea2}.price-request .product-item-wrapper-mobile .fav-code span{margin-left:0}.price-request .row+.row{border-top:1px solid #cfcccc}.price-request .comment .comment-link{padding-bottom:15px}.price-request .comment .comment-link .minus,.price-request .comment .comment-link .plus{background-color:#546e7a}.price-request .comment .comment-link h4{color:#263238;line-height:1;margin-bottom:5px;padding-left:15px}.price-request .comment .comment-link h3{display:none}.price-request .comment .comment-link a{align-items:baseline;border-bottom:none;display:flex}.price-request .comment .comment-link a:hover .minus,.price-request .comment .comment-link a:hover .plus{background-color:#41b6e6}.price-request .comment .comment-text{width:100%}.price-request .comment .comment-text textarea{border:1px solid #546e7a;box-sizing:border-box;font-family:"Harmony-Regular",sans-serif;font-size:16px;height:85px;outline:none;padding:5px;resize:none;width:100%}.price-request .print-window{background-color:#41b6e6;display:flex;flex-direction:column;line-height:1.5;margin-top:10px;padding:15px 20px;position:absolute;right:230px;top:40px;width:-moz-fit-content;width:fit-content;z-index:1000}.price-request .print-window a{border-bottom:none;color:#263238;transition:none}.price-request .print-window a:hover{color:#fff}.price-request .buttons{align-items:center;-moz-column-gap:20px;column-gap:20px;display:flex;justify-content:flex-end;margin-bottom:60px;margin-top:40px;position:relative}.price-request .buttons .printer-div{align-items:center;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex}.price-request .buttons .printer-div span{font-family:"Harmony-Medium",sans-serif;text-transform:uppercase;transition:all .3s}.price-request .buttons .printer-div:hover i{background-color:#0060c7}.price-request .buttons .printer-div:hover span{color:#0060c7}.loading-overlay{background-color:#fff;border-radius:10px;bottom:0;height:120px;left:45%;position:fixed;right:0;top:41%;width:120px;z-index:5000}.loading-overlay .spinner{animation:spinner-load 1s linear infinite;border:10px solid #cfcccc;border-radius:50%;border-right-color:#004ea2;height:60px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;width:60px}@keyframes spinner-load{to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:"Harmony-Regular";src:local(sans-serif),url(../fonts/HarmonyOS_Sans_Regular.8773fbb.ttf)}@font-face{font-display:swap;font-family:"Harmony-Light";src:local(sans-serif),url(../fonts/HarmonyOS_Sans_Light.43b5bc6.ttf)}@font-face{font-display:swap;font-family:"Harmony-Bold";src:local(sans-serif),url(../fonts/HarmonyOS_Sans_Bold.b04efd4.ttf)}@font-face{font-display:swap;font-family:"Harmony-Medium";src:local(sans-serif),url(../fonts/HarmonyOS_Sans_Medium.d5c4e65.ttf)}.vue-notification-group{margin-top:85px;position:absolute;z-index:800!important}.vue-notification-group .vue-notification-wrapper .notification{align-items:center;background-color:#b2cae3;border-radius:5px;display:flex;justify-content:space-between;margin-top:15px;padding:10px 0}@media(max-width:1350px){.vue-notification-group .vue-notification-wrapper .notification{padding:5px 15px}}.vue-notification-group .vue-notification-wrapper .notification .text{align-items:center;color:#004ea2;display:flex;font-family:"Harmony-Bold",sans-serif;margin:0;padding:0 25px}@media(max-width:1350px){.vue-notification-group .vue-notification-wrapper .notification .text{padding:0}}.vue-notification-group .vue-notification-wrapper .notification .button{margin-left:30px}.vue-notification-group .vue-notification-wrapper .notification .button:hover{color:#fff}.vue-notification-group .vue-notification-wrapper .notification .close-notification{background:#004ea2;border-radius:50%;box-sizing:border-box;height:24px;margin-right:25px;padding:0 7px;width:24px}.vue-notification-group .vue-notification-wrapper .notification .close-notification .cross-little{align-items:center;background:#fff;display:flex;height:24px;width:24px}.vue-notification-group .vue-notification-wrapper .notification .close-notification:hover{background:#0060c7}.v-select button{height:auto!important}.v-select .vs__dropdown-menu{background:#004ea2;border:0!important;border-radius:5px!important;box-shadow:none;color:#fff!important;font-family:"Harmony-Regular",sans-serif;margin-top:5px;padding:0;z-index:200}.v-select .vs__dropdown-menu .vs__dropdown-option{background:#004ea2;font-size:1.5rem;padding:5px 15px!important}.v-select .vs__dropdown-menu .vs__dropdown-option span{white-space:break-spaces}.v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight{background:#0060c7}.v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected{background:#41b6e6}.v-select .vs__dropdown-menu .vs__dropdown-option:hover{background:#0060c7}.v-select .vs__dropdown-menu .vs__dropdown-option:hover a,.v-select .vs__dropdown-menu .vs__dropdown-option:hover span{color:#fff}.v-select .vs__dropdown-toggle{background-color:#eceff1;border:none;border-bottom-left-radius:5px;border-top-left-radius:5px;height:40px}.v-select .vs__selected{color:#263238;opacity:1!important;position:inherit}.v-select .vs__selected-options{line-height:1.4!important;padding-left:0!important;padding-right:0}.v-select .vs__selected-options .vs__selected{border:0;margin:0;padding:0 0 0 15px}.v-select .vs__selected-options .vs__search{font-family:"Harmony-Regular",sans-serif!important;font-size:1.5rem;height:100%;margin:0;padding:0 5px 0 15px;position:absolute}.vs--open .vs__selected{color:#546e7a;opacity:1!important;position:inherit!important}.vs__spinner{display:none!important}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:1!important}.v-select.disabled .vs__dropdown-toggle{opacity:.5;pointer-events:none}.v-select.disabled .vs__selected{color:#78909c}.v-select.disabled .svg-icon{background:#cfcccc!important}.field{display:flex;flex-direction:column;position:relative;width:380px}.field label{align-self:flex-start;color:#78909c;font-size:1.5rem;left:15px;padding-bottom:5px;pointer-events:none;position:absolute;top:10px;transition:all .3s ease}.field input{background-color:#eceff1;border:none;border-radius:5px;font-family:"Harmony-Regular",sans-serif;font-size:1.5rem;height:40px;outline:none;padding:0 15px}.field input:disabled{background-color:#eceff1;color:#78909c;opacity:.5}.field input:disabled+label{color:#cfcccc}.field input::-moz-placeholder{color:transparent}.field input::placeholder{color:transparent}.field input[type=password]{letter-spacing:-5px}.field textarea{background-color:#eceff1;border:none;border-radius:5px;font-family:"Harmony-Regular",sans-serif;font-size:1.5rem;height:78px;outline:none;padding:5px 15px;resize:none}.field textarea::-moz-placeholder{color:transparent}.field textarea::placeholder{color:transparent}.field input:-webkit-autofill+label,.field input:focus+label,.field input:not(:placeholder-shown)+label{font-size:1.3rem!important;left:0!important;top:-25px!important;white-space:nowrap}.field textarea:not(:-moz-placeholder-shown)+label{font-size:1.3rem;left:0!important;top:-25px!important}.field textarea:focus+label,.field textarea:not(:placeholder-shown)+label{font-size:1.3rem;left:0!important;top:-25px!important}.field.disabled .hide-show{pointer-events:none}.field.disabled .hide-show .svg-icon{background-color:#cfd8dc}.field-country-tel,.field-v-select{border:none;border-radius:5px;box-sizing:border-box;display:flex;width:380px}.field-country-tel .v-select .vs__dropdown-toggle,.field-v-select .v-select .vs__dropdown-toggle{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:40px;width:70px}.field-country-tel .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected,.field-v-select .v-select .vs__dropdown-toggle .vs__selected-options .vs__selected{padding-left:15px;padding-top:5px}.field-country-tel .v-select .vs__dropdown-menu,.field-v-select .v-select .vs__dropdown-menu{width:380px}.field-country-tel .v-select .arrow,.field-v-select .v-select .arrow{background:#263238;height:10px;width:17px}.field-country-tel .field,.field-v-select .field{margin-bottom:0!important;margin-left:0!important}.field-country-tel .field input,.field-v-select .field input{border:0;border-bottom-left-radius:0;border-top-left-radius:0}.field-country-tel .field input:not(:-moz-placeholder-shown)+label,.field-v-select .field input:not(:-moz-placeholder-shown)+label{left:-60px!important}.field-country-tel .field input:focus+label,.field-country-tel .field input:not(:placeholder-shown)+label,.field-v-select .field input:focus+label,.field-v-select .field input:not(:placeholder-shown)+label{left:-60px!important}.field-country-tel.error .vs__search,.field-v-select.error .vs__search{background-color:transparent;color:#f20}.field-country-tel.error .vs__dropdown-toggle,.field-v-select.error .vs__dropdown-toggle{background-color:rgba(255,34,0,.15);color:#f20}.field-country-tel.error .error-label,.field-v-select.error .error-label{left:-60px!important}.field-country-tel.disabled .field input,.field-v-select.disabled .field input{border-left:none;color:#78909c;opacity:.5;pointer-events:none}.field-country-tel.disabled .field input+label,.field-country-tel.disabled label,.field-v-select.disabled .field input+label,.field-v-select.disabled label{color:#cfcccc}.field-v-select{position:relative}.field-v-select .vs__dropdown-toggle{border-bottom-right-radius:5px;border-top-right-radius:5px;width:380px!important}.field-v-select label{align-self:flex-start;color:#78909c;font-size:1.5rem;left:15px;padding-bottom:5px;pointer-events:none;position:absolute;top:10px;transition:all .3s ease}.field-v-select .selected+label{font-size:1.3rem!important;left:0!important;top:-25px!important}.field-v-select .vs__actions{padding-right:15px}.field-v-select.error .error-label{left:0!important;top:-25px}.field-password .hide-show{border:none;position:absolute;right:12px;top:10px}.field-password .hide-show:hover i{background:#0060c7}.error input,.error textarea{background-color:rgba(255,34,0,.15);color:#f20}.error label{color:#f20}.error .error-label{font-size:1.3rem!important;left:0;top:-25px;white-space:nowrap}.checkbox{align-self:flex-start;display:flex;max-width:50%;text-align:left}.checkbox .styled-checkbox{opacity:0;position:absolute}.checkbox label{align-items:center;color:#263238;cursor:pointer;display:flex;font-size:1.5rem;padding:0;position:relative}.checkbox label:before{background:#eceff1;border-radius:5px;box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.1);content:"";display:inline-block;height:25px;margin-right:10px;min-width:20px;vertical-align:text-top;width:25px}.checkbox .checked:before{background-color:#004ea2;background-image:url(/_nuxt/img/checkbox.f4a61b2.svg)!important;background-position:50%;background-repeat:no-repeat}.checkbox:hover label{color:#004ea2}.radiobutton .radio-label{cursor:pointer;font-family:"Harmony-Bold",sans-serif;font-size:1.5rem}.radiobutton input[type=radio]{opacity:0;position:absolute}.radiobutton input[type=radio]+.radio-label:before{background:transparent;border:3px solid #004ea2;border-radius:100%;box-sizing:border-box;content:"";cursor:pointer;display:inline-block;height:20.5px;margin-right:10px;position:relative;text-align:center;top:-2.5px;vertical-align:middle;width:20.5px}.radiobutton input[type=radio]:checked+.radio-label:before{background-color:#004ea2;border:3px solid #004ea2}.radiobutton input[type=radio]:hover+.radio-label:before{background-color:#0060c7;border:3px solid #0060c7}.date-picker{padding-bottom:20px}.date-picker>a{align-items:center;border-bottom:none;display:flex;width:-moz-fit-content;width:fit-content}.date-picker>a i+span{margin-left:13px}.date-picker>a span{color:#546e7a}.vc-popover-content{border:1px solid #78909c!important}.vc-popover-content .vc-highlight{background-color:#0060c7!important;border:none!important;font-weight:400!important}.vc-popover-content .vc-weekday{color:#cfcccc!important}.vc-popover-content .vc-title{color:#546e7a!important}.vc-popover-content .vc-title:hover{color:#78909c!important;opacity:1!important}.vc-popover-content .vc-day-content{border:none!important;color:#263238!important;font-weight:400!important}.vc-popover-content .vc-day-content:hover{background-color:#cfcccc!important}.vc-popover-content .vc-day-content:focus{background-color:#004ea2!important}.vc-popover-content .vc-day-content.is-disabled{color:#cfcccc!important}.vc-popover-content .vc-focusable{border:none!important}.vc-popover-content .vc-arrow{fill:#546e7a!important}.vc-popover-content .vc-arrow.is-disabled{fill:#cfcccc!important;opacity:1!important}.vc-popover-content .vc-arrow:hover{background:#cfcccc!important}.vc-popover-content .vc-svg-icon path{fill:#cfcccc!important}.vc-popover-content .vc-nav-popover-container{background-color:#004ea2!important;border-color:#004ea2!important}.vc-popover-content .vc-nav-item{color:#263238!important;font-weight:700!important}.vc-popover-content .vc-nav-item.is-active{background:transparent!important;box-shadow:none!important;color:#fff!important;font-weight:700!important}.vc-popover-content .vc-nav-item:focus{border:none!important}.vc-popover-content .vc-nav-item:hover{background:transparent!important;box-shadow:none!important}.vc-popover-content .vc-nav-item.is-disabled{color:#fff!important;opacity:.4!important}.vc-popover-content .vc-nav-arrow.is-disabled{opacity:.4!important}.vc-popover-content .vc-nav-arrow:hover{background-color:transparent!important}.vc-popover-content .vc-nav-arrow:focus{border-color:transparent!important}.vc-popover-content .vc-day .vc-highlights+.vc-day-content{color:#fff!important}.profile{padding-bottom:40px}.profile .order-status,.profile-nav{display:flex}.profile .order-status a,.profile-nav a{border-color:#004ea2;border-width:2px;color:#263238;font-family:"Harmony-Bold",sans-serif;font-size:1.7rem;padding-bottom:3.5px;-webkit-text-decoration:none;text-decoration:none}.profile .order-status a:not(.active),.profile-nav a:not(.active){border:0;color:#546e7a}.profile .order-status a.active,.profile-nav a.active{color:#263238}.profile .order-status a+a,.profile-nav a+a{margin-left:20px}.profile-nav{display:flex;flex-direction:column;margin-top:0}.profile-nav .status-line{background-color:#cfd8dc;display:flex;padding-bottom:16px;padding-top:18px}.profile-nav .status-line .container{display:flex}.profile-nav .status-line .container .status{color:#37474f;font-family:"Harmony-Bold",sans-serif}.profile-nav .status-line .container .dark{color:#263238;font-family:"Harmony-Bold",sans-serif}.profile-nav .status-line .container span+span{margin-left:30px}.profile-nav .status-line .status-bar-block{margin-left:auto}.profile-nav .status-line .status-bar-block p{margin:0}.profile-nav .status-line .status-bar-block a{border-bottom:1px solid;color:#004ea2;font-family:"Harmony-Regular",sans-serif;font-size:1.5rem;padding-bottom:0}.profile-nav .status-line .status-bar-block a:hover{color:#0060c7}.profile-nav .container-nav{display:flex;padding-top:5px}.profile-nav .container-nav .exit-link,.profile-nav .container-nav .favourites-link{display:none}.profile-nav .container-nav .disabled-nav{color:#cfcccc!important;pointer-events:none}.profile .order-header-mobile{display:none!important}.profile .order-header{align-items:center;display:flex;justify-content:space-between;margin:26px 0}.profile .order-header.search-history{align-items:baseline}.profile .order-header.search-history .search,.profile .order-header.search-history h1{flex:1}.profile .order-header h1{flex:.6;margin:0;position:relative;top:-2px}.profile .order-header .search{align-items:center;display:flex;flex:2;margin-top:0!important}.profile .order-header .search .search-input{display:flex;flex:.9}.profile .order-header .search .search-input input{background:#eceff1;border:0;border-bottom-left-radius:5px;border-top-left-radius:5px;font-family:"Harmony-Regular",sans-serif;font-size:1.5rem;outline:none;padding:0 15px;width:219px}.profile .order-header .search .search-input input::-moz-placeholder{color:#37474f}.profile .order-header .search .search-input input::placeholder{color:#37474f}.profile .order-header .search .search-input .cross-icon{border-bottom:none;margin-left:220px;margin-top:12px;position:absolute}.profile .order-header .search .search-input .cross-icon i{background:#78909c;height:15px;width:15px}.profile .order-header .search .search-input .search-btn{align-items:center;background:#004ea2;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;height:40px;justify-content:center;position:relative;transition:all .3s;width:40px}.profile .order-header .search .search-input .search-btn a{align-items:center;border-bottom:none;display:flex;height:inherit;justify-content:center;position:relative;width:inherit}.profile .order-header .search .search-input .search-btn:hover{background:#0060c7}.profile .order-header .search .date-picker{margin-left:25px;padding-bottom:0}.profile .order-header .search .date-picker i{background-color:#004ea2}.profile .order-header .search .date-picker span{color:#546e7a}.profile .order-header .search .date-picker:hover i{background:#0060c7}.profile .order-header .search .date-picker:hover span{color:#0060c7}.profile .order-header .search .period-select{margin-left:15px;width:165px}.profile .order-header .search .period-select .vs__dropdown-toggle{border-radius:5px;height:25px}.profile .order-header .search .period-select .vs__dropdown-toggle .vs__selected{color:#37474f;height:25px;padding-left:9px}.profile .order-header .search .period-select .vs__dropdown-toggle .svg-icon{background-color:#37474f;height:8px;width:14px}.profile .order-header .search .period-select .vs__selected-options{padding:0}.profile .order-header .search .period-select .vs__dropdown-menu{background:#eceff1;border-radius:5px!important;margin-top:4px}.profile .order-header .search .period-select .vs__dropdown-menu .vs__dropdown-option{background:#eceff1;color:#37474f;padding:3px 8px!important}.profile .order-header .search .period-select .vs__dropdown-menu .vs__dropdown-option:hover{color:#263238}.profile .order-header .search .period-select .vs__dropdown-menu .vs__dropdown-option--highlight,.profile .order-header .search .period-select .vs__dropdown-menu .vs__dropdown-option--selected{background:#eceff1;color:#263238}.profile .order-header .date-picker-container{display:flex;flex-direction:column;position:relative}.profile .order-header .date-picker-container .vc-popover-content-wrapper{margin-left:12px!important}.profile .order-header .period{position:relative}.profile .order-header .period label{color:#37474f;font-size:1.5rem;left:25px;position:absolute;top:2px}.profile .order-header .period .vs__selected{padding-left:10px}.profile .order-header .date-clear{cursor:pointer;margin-left:10px}.profile .order-header .date-clear .svg-icon{background:#546e7a;height:15px;width:15px}.profile .order-header .date-clear .svg-icon:hover{background:#004ea2}.profile .order-header .checkboxes{display:flex}.profile .order-header .checkboxes .checkbox+.checkbox{margin-left:20px}.profile .order-status{margin-bottom:25px}.profile .order-status>div{display:flex}.profile .order-status a{font-size:15px;padding-bottom:2px;transition:none}.profile .order-status a:not(.active):hover{color:#0060c7}.profile .order-status a+a{margin-left:30px}.profile .order-status .count-orders{color:#546e7a;font-family:"Harmony-Regular",sans-serif;font-size:1.1rem;margin-right:20px;margin-top:-12px}.profile .order-list .order-item-wrapper-mobile,.profile .order-list .order-list-mobile{display:none}.profile .order-list .order-item-wrapper:nth-child(2n){background-color:#f4f5f7}.profile .order-list .flex-table{justify-content:space-between;width:100%}.profile .order-list .flex-table .flex-row{justify-content:center}.profile .order-list .flex-table.header-table{color:#263238;font-family:"Harmony-Bold",sans-serif;justify-content:space-between;padding:0 20px}.profile .order-list .flex-table.header-table .ord-details{position:relative;top:5px}.profile .order-list .flex-table.header-table .ord-total{position:relative}.profile .order-list .flex-table.header-table .ord-total .upper{left:118px;position:absolute;top:-2px;width:60px}.profile .order-list .flex-table.row{align-items:normal;padding:0 20px}.profile .order-list .flex-table.row .flex-row{padding:19px 0 20px}.profile .order-list .flex-row{width:16.6666666667%}.profile .order-list .expanded{color:#0060c7}.profile .order-list .ord-num{justify-content:flex-start!important;width:90px}.profile .order-list .ord-count,.profile .order-list .ord-date,.profile .order-list .ord-delivery,.profile .order-list .ord-num1c{width:135px}.profile .order-list .ord-total{width:160px}.profile .order-list .ord-stock{width:200px}.profile .order-list .ord-status{width:210px}.profile .order-list .ord-details{width:10%}.profile .order-list .ord-details .circle{align-items:center;border-bottom:none;position:inherit;-webkit-text-decoration:none;text-decoration:none}.profile .order-list .ord-details .circle i{align-items:center;display:flex;height:inherit}.profile .order-details-mobile{display:none}.profile .order-details{background-color:#f4f5f7;padding:10px 0 40px}.profile .order-details .row:nth-child(odd){background-color:#fff}.profile .order-details .flex-table.row{border-bottom:0!important}.profile .order-details .ord-code{justify-content:flex-start!important;width:14%}.profile .order-details .ord-name{justify-content:flex-start!important;width:50%}.profile .order-details .ord-name a{color:#263238}.profile .order-details .ord-name a:hover{color:#0060c7}.profile .order-details .ord-price{width:13%}.profile .order-details .ord-amount{width:8%}.profile .order-details .ord-total{width:25%}.profile .order-details .ord-total .upper{left:180px!important;top:-2px!important}.profile .order-details .order-details-total{display:flex;flex-direction:row;width:100%}.profile .order-details .order-details-total .comment-div{font-size:15px;width:50%}.profile .order-details .order-details-total .comment-div .comment{background-color:#fff;border:1px solid #cfcccc;color:#546e7a;cursor:default;margin-top:5px;padding:8px}.profile .order-details .order-details-total .total-rows{margin-left:auto;position:relative;width:42%}.profile .order-details .order-details-total .total-rows .total-row{display:flex;padding:5px 0}.profile .order-details .order-details-total .total-rows .total-row:first-child{margin-top:10px}.profile .order-details .order-details-total .total-rows .total-row span{font-weight:700;white-space:nowrap}.profile .order-details .order-details-total .total-rows .total-row span:first-child{color:#263238;font-family:"Harmony-Bold",sans-serif;text-align:right;width:55%}.profile .order-details .order-details-total .total-rows .total-row span:nth-child(2){font-family:"Harmony-Bold",sans-serif;text-align:center;width:45%}.profile .order-details .order-details-total .total-rows .printer-div{align-items:center;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex;justify-content:flex-end}.profile .order-details .order-details-total .total-rows .printer-div span{font-family:"Harmony-Medium",sans-serif;text-transform:uppercase;transition:all .3s}.profile .order-details .order-details-total .total-rows .printer-div:hover i{background-color:#0060c7}.profile .order-details .order-details-total .total-rows .printer-div:hover span{color:#0060c7}.profile .order-details .order-details-total .total-rows .print-window{background-color:#004ea2;border-radius:5px;display:flex;flex-direction:column;line-height:1.5;margin-top:10px;padding:15px 20px;position:absolute;right:120px;width:-moz-fit-content;width:fit-content;z-index:1000}.profile .order-details .order-details-total .total-rows .print-window a{border-bottom:none;color:#fff;font-family:"Harmony-Bold",sans-serif;transition:none}.profile .order-details .order-details-total .total-rows .print-window a:hover{color:#41b6e6}.profile .order-details .order-details-total .total-rows .print-window .disabled{color:#cfcccc;pointer-events:none}.profile .order-details .order-details-total .total-row+.total-row{border-top:1px solid #cfcccc}.profile .profile-header{align-items:baseline;display:flex;flex-direction:row}.profile .profile-header .delete-mobile,.profile .profile-header .edit,.profile .profile-header:not(:first-of-type) h1{display:none}.profile .profile-header a{border-bottom:none;font-family:"Harmony-Bold",sans-serif;margin-left:40px;text-transform:uppercase}.profile .form{position:relative}.profile .form .profile-tip{bottom:-40px;color:#546e7a;font-size:1.3rem;position:absolute;right:205px;width:175px}.profile .form.disabled .profile-tip{color:#cfcccc}.profile .save-profile{margin-bottom:60px;margin-left:auto;margin-top:60px}.profile .address{background-color:#fff;border:1px solid #cfcccc;color:#cfcccc;cursor:default;margin-top:5px;padding:8px}.profile .address+.address{margin-top:20px}.profile .profile-header+div+.address{margin-top:35px}.profile .buttons{align-items:flex-end;display:flex}.profile .buttons .send-request{display:none}.profile .button{margin-left:auto}.profile.price-requests .order-header h1{flex:.8}.profile.price-requests .price-request-table .ord-date{flex:0 0 110px;justify-content:flex-start}.profile.price-requests .price-request-table .ord-count{flex:0 0 1000px}.profile.price-requests .price-request-table .order-item-wrapper-mobile .ord-date,.profile.price-requests .price-request-table.order-list-mobile .ord-date{flex:1!important}.profile.price-requests .price-request-table .order-item-wrapper-mobile .ord-count,.profile.price-requests .price-request-table.order-list-mobile .ord-count{flex:2!important;justify-content:center!important}.profile.price-requests .price-request-table .order-details-mobile .order-details-item span:nth-child(2){padding-bottom:15px!important}.profile.price-requests .price-request-table .order-details-mobile .order-details-item>div{-moz-column-gap:30px;column-gap:30px;display:flex}.profile.price-requests .price-request-table .order-details-mobile .order-details-total .print-window{margin-top:20px;right:220px}.profile.price-requests .price-request-table .order-details-mobile .order-details-total .print-window:before{display:none}.profile.price-requests .price-request-table .order-details-total .total-rows{-moz-column-gap:20px;column-gap:20px}.profile.price-requests .price-request-table .printer-div{align-items:center;-moz-column-gap:10px;column-gap:10px;display:flex}.profile.price-requests .price-request-table .printer-div span{font-family:"Harmony-Medium",sans-serif;text-transform:uppercase;transition:all .3s}.profile.price-requests .price-request-table .printer-div:hover i{background-color:#0060c7}.profile.price-requests .price-request-table .printer-div:hover span{color:#0060c7}.profile.price-requests .price-request-table .order-details-desktop .ord-code{flex:0 0 200px}.profile.price-requests .price-request-table .order-details-desktop .ord-name{flex:0 0 800px}.profile.price-requests .price-request-table .order-details-desktop .total-rows{align-items:flex-end;display:flex;justify-content:flex-end}.profile.price-requests .price-request-table .order-details-desktop .print-window{right:110px;top:60px}.modal-mask{background-color:rgba(0,0,0,.5);display:table;height:100%;left:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:3000}.modal-mask .modal-wrapper{display:table-cell;vertical-align:middle}.modal-mask .modal-wrapper .modal-container{background-color:#fff;border-radius:5px;margin:0 auto;min-height:240px;padding:15px;text-align:center;transition:all .3s ease;width:690px}.modal-mask .modal-wrapper .modal-container .modal-close-button{background:#cfd8dc;border-radius:50%;height:25px;margin-left:auto;padding:0;width:25px}.modal-mask .modal-wrapper .modal-container .modal-close-button i{background-color:#37474f}.modal-mask .modal-wrapper .modal-container .modal-close-button:hover{background:#0060c7}.modal-mask .modal-wrapper .modal-container .modal-close-button:hover i{background:#fff}.modal-mask .modal-wrapper .modal-container .modal-content-container{display:flex;flex-direction:column;justify-content:stretch;min-height:200px;padding-bottom:25px}.modal-mask .modal-wrapper .modal-container .modal-content-container .modal-header{margin-top:35px;padding:0 50px}.modal-mask .modal-wrapper .modal-container .modal-content-container .modal-header>*{font-family:"Harmony-Regular",sans-serif;font-size:2.1rem;margin:0}.modal-mask .modal-wrapper .modal-container .modal-content-container .modal-body{margin:20px 0 40px;padding:0 70px}.modal-mask .modal-wrapper .modal-container .modal-content-container .modal-body .big-modal p{font-size:19px}.modal-mask .modal-wrapper .modal-container .modal-content-container .modal-footer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:auto}.modal-mask .modal-wrapper .modal-container .modal-content-container .modal-footer .checkbox{align-self:center;margin-top:40px}.modal-mask .modal-wrapper .modal-container.map{padding:30px;width:-moz-fit-content;width:fit-content}.modal-mask .modal-wrapper .modal-container.map .modal-content-container{padding-bottom:0}.modal-mask .modal-wrapper .modal-container.map .modal-content-container .modal-header{margin-top:-25px;padding:0;text-align:left;width:-moz-fit-content;width:fit-content}.modal-mask .modal-wrapper .modal-container.map .modal-content-container .modal-body{margin-bottom:0;padding:0}.modal-mask .modal-wrapper .modal-container.map .modal-content-container .modal-body iframe{border:none!important}.modal-mask.requests-modal .modal-header-not-auth{-moz-column-gap:10px;column-gap:10px;display:flex}.modal-mask.requests-modal .items-requests{display:flex;flex-direction:column;margin-bottom:10px;margin-top:15px;row-gap:20px}.modal-mask.requests-modal .items-requests .item{align-items:flex-start;-moz-column-gap:20px;column-gap:20px;display:flex;padding:0 50px;text-align:left;width:420px}.modal-mask.requests-modal .items-requests .item div{min-width:30px}.modal-mask.requests-modal .items-requests .item div i{min-width:19px}.modal-mask.requests-modal .items-requests .item div .preorder{background:#41b6e6;height:25px;left:5px;width:19px}.modal-enter,.modal-leave-to{opacity:0}.modal-enter .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}.cookie{align-items:center;background-color:#263238;bottom:0;box-sizing:border-box;color:#fff;display:flex;flex-wrap:nowrap;height:51px;left:0;overflow:hidden;position:fixed;right:0;z-index:9999}.cookie .cookie-message{margin-left:1em}.cookie .cookie-message a{color:#cfcccc;margin-left:5px}.cookie .cookie-compliance{border-radius:0;height:100%;margin-left:auto;width:170px}.breadcrumbs{padding-bottom:15px;padding-top:15px}.breadcrumbs .container{align-items:center;display:flex;flex-direction:row}.breadcrumbs .container a,.breadcrumbs .container span{border-bottom:none;font-size:1.3rem}.breadcrumbs .container span{color:#37474f}.breadcrumbs .container i{background:#37474f!important;padding:0 9px}.search-oem{align-items:flex-start;display:flex;flex-direction:row;padding-bottom:40px}.search-oem .field{width:-moz-fit-content;width:fit-content}.search-oem .field textarea{box-sizing:border-box;display:block;font-family:"Harmony-Regular",sans-serif;padding:9px 13px;width:585px}.search-oem .field .tip{color:#37474f;cursor:text;padding:40px;position:absolute}.search-oem .field button{margin-left:auto;margin-top:40px;width:-moz-fit-content;width:fit-content}.search-oem .field-tip .tip-left{color:#37474f;padding:40px 70px 40px 40px;width:auto}.search-history-results{padding-bottom:40px}.search-history-results .not_found-numbers{width:585px}.search-history-results .not_found-numbers .articul,.search-history-results .not_found-numbers .order{flex:1!important;white-space:nowrap!important;width:-moz-fit-content!important;width:fit-content!important}.search-history-results .not_found-numbers .order{justify-content:center!important}.search-history-results .not_found-numbers .articul{flex:2!important}.search-history-results .row+.row{border-top:1px solid #cfcccc}.search-history-results .flex-table:last-child{border-bottom:1px solid #cfcccc}.search-history-results .multiple-numbers .order{flex:1!important;justify-content:center!important}.search-history-results .multiple-numbers .flex-row b{color:#f20}.search-history-results .multiple-numbers .name{flex:0 0 385px!important}.search-history-results .multiple-numbers .articul{flex:1!important}.search-history-results .shortage-numbers .name{flex:3!important}.search-history-results .shortage-numbers .order{flex:1!important}.search-history-results .stock-types .order span{font-family:"Harmony-Medium",sans-serif}.search-history-results .price-request .name{flex:0 0 500px!important}.search-history-results .price-request .price{flex:0 0 210px!important}.search-history-results .products-list .flex-table .req-code{flex:0 0 195px}.search-history-results .products-list .flex-table .articul{flex:0 0 175px}.search-history-results .products-list .flex-table .name{flex:0 0 335px}.search-history-results .products-list .flex-table .price{flex:0 0 190px}.search-history-results .products-list .flex-table .order{flex:0 0 105px}.search-history-results .products-list .header-table .price .upper{position:absolute;right:10px}.search-history-results .save-buttons{-moz-column-gap:20px;column-gap:20px;display:flex;justify-content:flex-end}.search-history-results .save-buttons .save-report{align-items:center;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex;justify-content:flex-end}.search-history-results .save-buttons .save-report span{font-family:"Harmony-Medium",sans-serif;text-transform:uppercase;transition:all .3s}.search-history-results .save-buttons .save-report:hover i{background-color:#0060c7}.search-history-results .save-buttons .save-report:hover span{color:#0060c7}.search-history-results .save-buttons .save-report.disabled-save-report{opacity:.5;pointer-events:none}.search-history-results .no-data-loaded{margin-bottom:40px}@media print{.breadcrumbs,.buttons,.comment,.cookie,.delivery,.flex-table.row:not(.expanded),.footer,.header,.infoblock,.order-header,.order-status,.print-window,.profile-nav{display:none!important}.cart .flex-table.row,.order-details .flex-table.row,.price-request .flex-table.row:not(.expanded),.price-request .header-table{display:flex!important}}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-active{opacity:0}.fadeHeight-enter-active,.fadeHeight-leave-active{max-height:230px;transition:all .5s}.fadeHeight-enter,.fadeHeight-leave-to{max-height:0;opacity:0}.filters-addresses{display:flex}.filters-addresses .dropdown-filters{-moz-column-gap:45px;column-gap:45px;display:flex}.filters-addresses .filter-elem1{position:relative;width:370px}.filters-addresses .filter-elem1 .dropdown{cursor:pointer;display:flex;flex-direction:row;margin-top:5px;position:relative;width:100%}.filters-addresses .filter-elem1 .dropdown input{cursor:pointer;width:100%}.filters-addresses .filter-elem1 .dropdown button{background-color:transparent;padding-right:15px;position:absolute;right:0}.filters-addresses .filter-elem1 .filter-cities{background-color:#004ea2;border-radius:5px;margin-top:10px;max-height:300px;overflow-y:auto;position:absolute;width:100%;z-index:1000}.filters-addresses .filter-elem1 .filter-cities::-webkit-scrollbar{width:15px}.filters-addresses .filter-elem1 .filter-cities::-webkit-scrollbar-track{border:5px solid transparent;border-radius:10px;box-shadow:inset 0 0 15px 15px #004ea2}.filters-addresses .filter-elem1 .filter-cities::-webkit-scrollbar-thumb{border:5px solid transparent;border-radius:10px;box-shadow:inset 0 0 15px 15px #fff}.filters-addresses .filter-elem1 .filter-cities .cities-list{display:flex;flex-direction:column;padding:15px;row-gap:12px}.filters-addresses .filter-elem1 .filter-cities .cities-list div{align-items:center;display:flex}.filters-addresses .filter-elem1 .filter-cities .cities-list div a:hover span{color:#41b6e6}.filters-addresses .filter-elem1 .filter-cities .cities-list div a span{color:#fff;transition:all .3s}.filters-addresses .filter-elem2{position:relative;width:370px}.filters-addresses .filter-elem2 .dropdown{cursor:pointer;display:flex;flex-direction:row;margin-top:5px;position:relative;width:100%}.filters-addresses .filter-elem2 .dropdown input{cursor:pointer;width:100%}.filters-addresses .filter-elem2 .dropdown button{background-color:transparent;padding-right:15px;position:absolute;right:0}.filters-addresses .filter-elem2 .filter-specs{background-color:#004ea2;border-radius:5px;margin-top:10px;max-height:300px;overflow-y:auto;position:absolute;width:100%;z-index:1000}.filters-addresses .filter-elem2 .filter-specs .spec-list{display:flex;flex-direction:column;padding:15px;row-gap:12px}.filters-addresses .filter-elem2 .filter-specs .spec-list div{align-items:center;display:flex}.filters-addresses .filter-elem2 .filter-specs .spec-list div a:hover span{color:#41b6e6}.filters-addresses .filter-elem2 .filter-specs .spec-list div a span{color:#fff;transition:all .3s}.filters-addresses .filter-elem3{-moz-column-gap:30px;column-gap:30px;display:flex;margin-left:auto}.filters-addresses .filter-elem3 a{font-family:"Harmony-Bold",sans-serif;margin-top:35px}.filters-addresses .filter-elem3 a.active,.filters-addresses .filter-elem3 a:hover{color:#41b6e6}.filters-addresses .filter-elem3 a.active{cursor:default}.tab-content{margin:40px 0}.tab-content.scroll-to{scroll-margin-top:70px}.tab-content .list-class{margin-top:-40px}.tab-content .company-elem{padding:30px 0}.tab-content .company-elem .company-name{font-family:"Harmony-Light",sans-serif;font-size:21px}.tab-content .company-elem .company-content{-moz-column-gap:45px;column-gap:45px;display:flex;margin-top:50px}.tab-content .company-elem .company-content>div{flex-basis:100%}.tab-content .company-elem .company-content .company-info{display:flex;flex-direction:column;row-gap:15px}.tab-content .company-elem .company-content .company-info>div{-moz-column-gap:15px;column-gap:15px;display:flex}.tab-content .company-elem .company-content .company-info>div .location{flex-shrink:0}.tab-content .company-elem .company-content .company-info.specs .specs-header{margin-top:-35px}.tab-content .company-elem .company-content .company-info.specs>div{-moz-column-gap:30px;column-gap:30px}.tab-content .company-elem .company-content .company-info.specs>div i{flex-shrink:0}.tab-content .company-elem .company-content .company-info .phone{transform:rotateY(180deg)}.tab-content .company-elem+.company-elem{border-top:1px solid #cfd8dc}.tab-content .company-elem+.pagination{margin-top:40px}.company-container{-moz-column-gap:50px;column-gap:50px;display:flex;flex-direction:row;margin-bottom:40px}.company-container>div{display:flex;flex-basis:100%;flex-direction:column;row-gap:20px}.company-container>div .__ymap{width:100%!important}.company-container>div .company-specs{display:flex;flex-direction:column}.company-container>div .company-specs span{flex-basis:100%}.company-container>div .company-specs div{-moz-column-gap:30px;column-gap:30px;display:flex;flex-direction:row;margin-top:15px}.company-container>div>div{-moz-column-gap:15px;column-gap:15px;display:flex;flex-direction:row}.company-container>div>div i{flex-shrink:0}.map-cluster{background:#fff;border:8px solid #1c98ff;border-radius:50%;box-shadow:0 0 0 3px hsla(0,0%,100%,.7);color:#000;height:40px;line-height:40px;position:relative;text-align:center;width:40px}.map-cluster,.ymaps3x0--marker{cursor:pointer}.map-marker{background-image:url(/_nuxt/img/map-pin.78a9419.png);background-position:0 0;background-size:34px 41px;height:41px;left:-5px;opacity:1;position:absolute;top:-38px;width:34px}.map-popup{background:#fff;border-radius:10px;color:#000;max-width:600px;min-width:-moz-min-content;min-width:min-content;padding:10px;position:absolute;top:calc(100% + 25px);transform:translate(-50%);width:-moz-max-content;width:max-content;z-index:1}.phone-mode .filters-addresses{-moz-column-gap:30px;column-gap:30px;flex-direction:column}.phone-mode .filters-addresses .dropdown-filters{flex-wrap:wrap;row-gap:20px}.phone-mode .filters-addresses .filter-elem1,.phone-mode .filters-addresses .filter-elem2{width:100%}.phone-mode .filters-addresses .filter-elem3{-moz-column-gap:20px;column-gap:20px;justify-content:flex-start;margin-left:0;margin-top:20px;white-space:nowrap;width:100%}.phone-mode .filters-addresses .filter-elem3 a{margin-top:0}.phone-mode .tab-content.scroll-to{scroll-margin-top:50px}.phone-mode .tab-content .list-tab,.phone-mode .tab-content .map-tab{padding:0}.phone-mode .tab-content .company-elem .company-content{flex-direction:column;row-gap:30px}.phone-mode .go-back{display:block;margin-top:20px}.phone-mode .company-container{flex-direction:column;row-gap:30px}.phone-mode .map-popup{width:calc(100vw - 80px)}.phone-mode .breadcrumbs{display:none}.phone-mode .breadcrumbs .container{padding-left:0}.phone-mode .carousel-container.carousel-mobile{display:block!important}.phone-mode .carousel-container.carousel-desktop{display:none!important}.phone-mode .carousel-container .carousel{height:100%!important;z-index:1}.phone-mode .carousel-container .carousel .banner{position:relative!important}.phone-mode .carousel-container .carousel .banner .adaptive{height:100%;position:relative}.phone-mode .carousel-container .carousel .banner .banner-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative!important}.phone-mode .carousel-container .carousel .banner .button-link{height:100%;left:0;position:absolute;right:0;top:0;width:100%}.phone-mode .carousel-container .carousel-dots{bottom:16px!important;z-index:100}.phone-mode .carousel-mobile{height:250px;overflow:hidden;position:relative;width:100%}.phone-mode .carousel-mobile .carousel{height:250px;position:absolute;width:100%}.phone-mode .carousel-mobile .carousel .banner-caption{align-items:center;bottom:0;display:flex;justify-content:flex-start;left:0;position:absolute;right:0;top:0;z-index:1000}.phone-mode .carousel-mobile .carousel .banner-caption div{display:block;font-family:"Harmony-Bold",sans-serif;line-height:1.5;width:200px}.phone-mode .carousel-mobile .carousel .banner-caption.theme-light div{color:#fff}.phone-mode .carousel-mobile .carousel .banner-caption.theme-dark div{color:#004ea2}.phone-mode .tree{top:55px}.phone-mode .tree .tree-mobile{display:none;display:block}.phone-mode .tree .tree-desktop{display:none}.phone-mode .tree .catalog-header .h1,.phone-mode .tree .catalog-header h1{color:#263238;margin-bottom:25px;margin-top:15px}.phone-mode .tree .catalog-header a{border-bottom:none;margin-left:auto}.phone-mode .tree .catalog-header a i{height:15px;width:15px}.phone-mode .tree .catalog-header a,.phone-mode .tree .catalog-header span{margin-left:auto}.phone-mode .tree .tree-items .search-file{display:flex;flex-direction:row}.phone-mode .tree .tree-items .search-file>div{display:flex;margin-left:0;position:relative;width:100%}.phone-mode .tree .tree-items .search-file input{border:0;outline:none;width:345px}.phone-mode .tree .tree-items .search-file .v-select{width:100%}.phone-mode .tree .tree-items .search-file .v-select .vs__dropdown-toggle{background:#eceff1;border:none;border-radius:5px 0 0 5px}.phone-mode .tree .tree-items .search-file .v-select .vs__selected-options{height:inherit;line-height:1.4!important;width:255px}.phone-mode .tree .tree-items .search-file .v-select .vs__selected-options .vs__search{font-family:"Harmony-Regular",sans-serif!important;font-size:1.6rem;height:100%;margin:0;padding-left:8px;position:absolute}.phone-mode .tree .tree-items .search-file .v-select .vs__selected-options .vs__search::-moz-placeholder{color:#546e7a}.phone-mode .tree .tree-items .search-file .v-select .vs__selected-options .vs__search::placeholder{color:#546e7a}.phone-mode .tree .tree-items .search-file .v-select .vs__selected-options .vs__selected{height:inherit}.phone-mode .tree .tree-items .search-file .v-select .vs__actions .vs__clear .cross{background:#546e7a;height:16px;width:16px}.phone-mode .tree .tree-items .search-file .v-select .vs__actions .vs__clear{background:transparent}.phone-mode .tree .tree-items .search-file .v-select .vs__dropdown-menu{width:calc(100% + 40px)}.phone-mode .tree .tree-items .search-file .v-select .vs__dropdown-option{background:#004ea2;display:inline-block;padding:0!important;white-space:break-spaces;width:100%}.phone-mode .tree .tree-items .search-file .v-select .vs__dropdown-option span{border-bottom:none;color:#fff;display:block;padding:3px 9px}.phone-mode .tree .tree-items .search-file .v-select .vs__dropdown-option:hover{background:#004ea2}.phone-mode .tree .tree-items .search-file .v-select .vs__dropdown-option:hover a,.phone-mode .tree .tree-items .search-file .v-select .vs__dropdown-option:hover span{color:#fff}.phone-mode .tree .tree-items .search-file .cross-icon{align-self:center;position:absolute;right:50px;z-index:10}.phone-mode .tree .tree-items .search-file .cross-icon i{background:#546e7a;height:16px;width:16px}.phone-mode .tree .tree-items .search-file .search-btn{align-items:center;background:#004ea2;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;height:40px;justify-content:center;position:relative;width:40px}.phone-mode .tree .tree-items .search-file .search-btn a{align-items:center;border-bottom:none;display:flex;height:inherit;justify-content:center;position:relative;width:inherit}.phone-mode .tree .tree-items .search-file .icon-list{margin-left:auto}.phone-mode .tree .tree-items .search-file .icon-list .file{top:-1px}.phone-mode .tree .tree-items .catalog-square{overflow-y:scroll;-ms-overflow-style:none;background-color:#fff;padding:0 15px;scrollbar-width:none}.phone-mode .tree .tree-items .catalog-square .contacts,.phone-mode .tree .tree-items .catalog-square .favourites{display:none}.phone-mode .tree .tree-items .catalog-square .favourites{align-items:center;border-bottom:none;color:#263238;display:flex;font-family:"Harmony-Medium",sans-serif;line-height:1.4;margin-top:20px;padding-bottom:70px;transition:all .5s}.phone-mode .tree .tree-items .catalog-square .favourites i{background-color:#263238}.phone-mode .tree .tree-items .catalog-square .favourites span{margin-left:10px}.phone-mode .tree .tree-items .catalog-square .favourites:hover{color:#0060c7}.phone-mode .tree .tree-items .catalog-square .favourites:hover i{background-color:#0060c7}.phone-mode .tree .tree-items .catalog-square .favourites .preorder{background-color:#41b6e6;height:25px;width:25px}.phone-mode .tree .tree-items .catalog-square .name-filter{border-bottom:1px solid #78909c;display:flex;padding-bottom:15px;padding-top:10px}.phone-mode .tree .tree-items .catalog-square .name-filter span{color:#004ea2;font-family:"Harmony-Medium",sans-serif;margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-mode .tree .tree-items .catalog-square .name-filter .arrow-mobile{background:#004ea2;flex-shrink:0;height:14px;top:2px;transform:rotate(180deg);width:8px}.phone-mode .tree .tree-items .catalog-square .catalog-square-item{height:50px}.phone-mode .tree .tree-items .catalog-square .catalog-square-item__container{align-items:center;display:flex;height:100%;position:relative}.phone-mode .tree .tree-items .catalog-square .catalog-square-item__container span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-mode .tree .tree-items .catalog-square .catalog-square-item__container span.active{color:#004ea2}.phone-mode .tree .tree-items .catalog-square .catalog-square-item__container a{color:#263238;padding-left:10px;position:absolute;right:60px}.phone-mode .tree .tree-items .catalog-square .catalog-square-item__container a:nth-child(3){right:100px!important}.phone-mode .tree .tree-items .catalog-square .catalog-square-item__container .arrow-mobile{background:#546e7a;height:14px;margin-left:auto;padding-right:15px;top:2px;width:8px}.phone-mode .tree .tree-items .catalog-square .catalog-square-item__container .cat-square-item__all{color:#004ea2;padding-left:10px;position:absolute;right:60px}.phone-mode .tree .tree-items .catalog-square .catalog-square-item+.catalog-square-item{border-top:1px solid #78909c}.phone-mode .tree .tree-items .catalog-square .catalog-square-item:last-child{border-bottom:1px solid #78909c}.phone-mode .tree .tree-items .catalog-square::-webkit-scrollbar{display:none}.phone-mode .tree .tree-items .makers{-moz-column-gap:20px;column-gap:20px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:0;margin-top:40px;row-gap:20px}.phone-mode .tree .tree-items .makers .maker{display:flex;justify-content:center;width:45%}.phone-mode .tree .tree-items .makers .maker .button{background-color:#7fa6d0;color:#004ea2;font-family:"Harmony-Medium",sans-serif;width:100%}.phone-mode .tree .tree-items .makers .maker .button:hover{background-color:#004ea2;color:#fff}.phone-mode .tree .tree-items .catalog-rendered-items .h3,.phone-mode .tree .tree-items .catalog-rendered-items h3{margin:0 0 0 10px}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value{background-color:#fff;position:absolute;top:115px;width:100%;-ms-overflow-style:none;box-sizing:border-box;height:100%;padding:0 15px;scrollbar-width:none}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .name-category{display:flex;padding-bottom:15px;padding-top:10px}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .name-category span{color:#004ea2;font-family:"Harmony-Medium",sans-serif;margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .name-category .arrow-mobile{background:#004ea2;height:14px;top:2px;transform:rotate(180deg);width:8px}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .items-all{border-bottom:1px solid #78909c;display:flex;justify-content:space-between;padding-bottom:15px}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .items-all a{border-bottom:none;color:#263238;font-family:"Harmony-Medium",sans-serif}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .pre-items{overflow-x:hidden;padding-bottom:50px}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .pre-items .items{display:flex;flex-direction:column;overflow-x:hidden}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .pre-items .items a{align-items:center;color:#263238;display:flex;height:50px}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .pre-items .items a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .pre-items .items a+a{border-top:1px solid #78909c}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value .pre-items .items a:last-child{border-bottom:1px solid #78909c}.phone-mode .tree .tree-items .catalog-rendered-items .rendered_value::-webkit-scrollbar{display:none}.phone-mode .categories-overview{flex-direction:column;padding-bottom:0;padding-top:0;row-gap:4px}.phone-mode .cookie{height:auto;padding:20px 10px}.phone-mode .cookie .cookie-compliance{height:40px;margin-right:15px}.phone-mode .field,.phone-mode .field-country-tel .v-select .vs__dropdown-menu,.phone-mode .field-v-select .v-select .vs__dropdown-menu{width:100%}.phone-mode .field-v-select,.phone-mode .field-v-select .v-select,.phone-mode .field-v-select .vs__dropdown-toggle{width:100%!important}.phone-mode .field input,.phone-mode .field textarea{font-size:1.6rem}.phone-mode .footer{min-width:0}.phone-mode .footer .footer-desktop{display:none}.phone-mode .footer-mobile{display:block!important;min-width:100vw;position:relative;width:100vw;z-index:0}.phone-mode .footer-mobile .footer-top{background-color:#cfd8dc}.phone-mode .footer-mobile .footer-top .container .footer-menu{display:flex;flex-direction:column;padding:30px 0 20px}.phone-mode .footer-mobile .footer-top .container .footer-menu .footer-item{color:#263238;display:flex;flex-direction:column;margin-left:0;padding:0;width:-moz-fit-content;width:fit-content}.phone-mode .footer-mobile .footer-top .container .footer-menu .footer-item .name-item{color:#263238;font-family:"Harmony-Bold",sans-serif}.phone-mode .footer-mobile .footer-top .container .footer-menu .footer-item a{color:#263238;margin-top:15px}.phone-mode .footer-mobile .footer-top .container .footer-menu .footer-address{color:#263238}.phone-mode .footer-mobile .footer-top .container .footer-menu .footer-item:nth-child(3n),.phone-mode .footer-mobile .footer-top .container .footer-menu .footer-item:nth-child(3n-1){margin-top:20px}.phone-mode .footer-mobile .footer-bottom{background-color:#37474f}.phone-mode .footer-mobile .footer-bottom .container .footer-info{padding:15px 0 5px}.phone-mode .footer-mobile .footer-bottom .container .footer-info .footer-logo i{background-color:#fff}.phone-mode .footer-mobile .footer-bottom .container .footer-info .copyright{color:#fff;display:flex;justify-content:flex-end}.phone-mode .contact-form h2{padding-top:30px}.phone-mode .contact-form .form{margin-top:40px!important;padding-top:0!important}.phone-mode .contact-form .form .field,.phone-mode .contact-form .form .field-country-tel,.phone-mode .contact-form .form .field-textarea{width:100%}.phone-mode .contact-form .form .captcha-links{align-items:flex-start;flex-direction:column}.phone-mode .contact-form .form .captcha-links .submit-text{margin-left:0;width:auto}.phone-mode .contact-form .form .captcha-links button{margin-left:0;margin-top:20px}.phone-mode .contact-form .form .captcha-links .g-recaptcha{margin-top:30px}.phone-mode .profile .form,.phone-mode .register .form{margin-top:45px}.phone-mode .profile .form .field-country-tel,.phone-mode .profile .form .field-password,.phone-mode .register .form .field-country-tel,.phone-mode .register .form .field-password{width:100%!important}.phone-mode .profile .form .field-password+.field-password,.phone-mode .profile .form div[class^=field]:nth-child(3n),.phone-mode .profile .form div[class^=field]:nth-child(3n+2),.phone-mode .register .form .field-password+.field-password,.phone-mode .register .form div[class^=field]:nth-child(3n),.phone-mode .register .form div[class^=field]:nth-child(3n+2){margin-left:0!important}.phone-mode .profile .form>div:last-child,.phone-mode .register .form>div:last-child{margin-bottom:30px}.phone-mode .profile .form>div,.phone-mode .register .form>div{width:100%}.phone-mode .profile .form .field-password,.phone-mode .register .form .field-password{width:45%}.phone-mode .profile .captcha-links,.phone-mode .register .captcha-links{align-items:flex-start;flex-direction:column;margin-bottom:40px;margin-top:0}.phone-mode .profile .captcha-links .submit-text,.phone-mode .register .captcha-links .submit-text{margin-top:20px;width:100%}.phone-mode .profile .captcha-links button,.phone-mode .register .captcha-links button{align-self:center;margin-top:35px}.phone-mode .login{margin-top:30px}.phone-mode .login .login-text-block p{margin-top:0}.phone-mode .login .login-text-block a{display:inline-block}.phone-mode .login .form .button-forgot,.phone-mode .login .form span{width:100%}.phone-mode .login .form .button-forgot>div{align-items:center;flex-direction:column;margin-top:30px}.phone-mode .login .form .button-forgot>div .checkbox{align-self:center}.phone-mode .login .form .button-forgot>div .link-reset{margin-top:30px;max-width:100%;text-align:center}.phone-mode .login .form .field{width:100%}.phone-mode .login .form .field:first-of-type{margin-top:20px}.phone-mode .login-reset .field{margin-top:50px!important}.phone-mode .login-reset .field+button{margin-top:30px!important}.phone-mode .header{height:55px}.phone-mode .header .exit-link{display:none}.phone-mode .header .cart-link,.phone-mode .header .requests-link{display:flex;order:2}.phone-mode .header .phone-link{display:flex}.phone-mode .header .login-link,.phone-mode .header .person-link{order:2}.phone-mode .header .switch-language{order:3}.phone-mode .header .container div:empty{display:none}.phone-mode .header .container .header-item-mobile{display:block}.phone-mode .header .container .header-item{display:none}.phone-mode .header .catalog-btn{background-color:#004ea2;border-radius:0!important;height:55px!important;padding:0!important}.phone-mode .header .catalog-btn .catalog-icon{display:flex;flex-direction:column;height:25px!important;margin-left:0!important;margin-right:0;padding:0 12px!important;width:30px!important}.phone-mode .header .catalog-btn .catalog-icon span{background-color:#fff;left:12px!important;width:30px!important}.phone-mode .header .catalog-btn .catalog-icon span+span{margin-top:5px}.phone-mode .header .catalog-btn .catalog-icon span:first-child{top:0!important}.phone-mode .header .catalog-btn .catalog-icon span:nth-child(2),.phone-mode .header .catalog-btn .catalog-icon span:nth-child(3){top:6px!important}.phone-mode .header .catalog-btn .catalog-icon span:nth-child(4){top:18px!important}.phone-mode .header .catalog-btn.open .catalog-icon{background:#004ea2!important}.phone-mode .header .catalog-btn.open .catalog-icon span:first-child,.phone-mode .header .catalog-btn.open .catalog-icon span:nth-child(4){width:0!important}.phone-mode .header .menu .header-menu{background:#fff;display:block;height:100%;left:0;margin-left:0;padding:0 15px;position:fixed;right:0;top:55px;width:auto;z-index:2000}.phone-mode .header .menu .header-menu .menu-header-close+a,.phone-mode .header .menu .header-menu .menu-header-close+span,.phone-mode .header .menu .header-menu a+a,.phone-mode .header .menu .header-menu a+span,.phone-mode .header .menu .header-menu span+a,.phone-mode .header .menu .header-menu span+span{border-top:1px solid #78909c}.phone-mode .header .menu .header-menu span{align-items:center;color:#263238;display:flex;height:50px}.phone-mode .header .menu .header-menu .menu-header-close{align-items:center;display:flex;flex-direction:row;padding:0}.phone-mode .header .menu .header-menu .menu-header-close div{margin-left:auto;padding:0}.phone-mode .header .menu .header-menu .menu-header-close div i{background-color:#263238;height:20px;width:20px}.phone-mode .header .menu .header-menu>div{display:flex;flex-direction:column;padding:0}.phone-mode .header .menu .header-menu>div>:last-child{border-bottom:1px solid #78909c}.phone-mode .header .menu .header-menu>div h1{color:#263238}.phone-mode .header .menu .header-menu>div a{align-items:center;color:#263238;display:flex;height:50px}.phone-mode .header.show-menu{background:transparent}.phone-mode .header .circle{margin-top:-5px!important}.phone-mode .header{display:none!important}.phone-mode .header-mobile{display:block!important}.phone-mode .menu-c{padding:0 15px}.phone-mode .container{padding:0 15px;width:auto}.phone-mode .container .container{padding:0}.phone-mode .hide-desktop{display:block!important}.phone-mode .hide-mobile{display:none!important}.phone-mode .scroll-to-min{scroll-margin-top:20px}.phone-mode .modal-mask .modal-wrapper{vertical-align:baseline}.phone-mode .modal-mask .modal-wrapper .modal-container{min-height:100%!important;padding:30px 0 0;width:100%}.phone-mode .modal-mask .modal-wrapper .modal-container .modal-close-button{margin-right:15px;min-width:auto!important}.phone-mode .modal-mask .modal-wrapper .modal-container .modal-content-container{padding:30px}.phone-mode .modal-mask .modal-wrapper .modal-container .modal-content-container .modal-header{padding:0}.phone-mode .modal-mask .modal-wrapper .modal-container .modal-content-container .modal-header>*{font-size:19px}.phone-mode .modal-mask .modal-wrapper .modal-container .modal-content-container .modal-body{padding:0}.phone-mode .modal-mask .modal-wrapper .modal-container .modal-content-container .modal-footer .checkbox{align-self:center;max-width:100%;text-align:center}.phone-mode .modal-mask .modal-wrapper .modal-container.map{padding:30px 0 0;width:100%}.phone-mode .modal-mask .modal-wrapper .modal-container.map .modal-content-container{padding:0 15px}.phone-mode .modal-mask .modal-wrapper .modal-container.map .modal-content-container iframe{width:100%}.phone-mode .news{padding-bottom:20px;padding-top:15px}.phone-mode .news .news-header h2{margin-top:0}.phone-mode .news .news-header a{border-bottom:none}.phone-mode .news .news-items{flex-direction:column}.phone-mode .news .news-items .hide-mobile{display:none!important}.phone-mode .news .news-items .hide-desktop{display:block!important}.phone-mode .news .news-items .news-title{margin-bottom:8px;margin-top:8px}.phone-mode .news .news-items .item .item-text img{display:none}.phone-mode .news .news-items .item .item-link{margin-top:0}.phone-mode .news .news-items .item{flex-direction:column;justify-content:space-between;width:auto}.phone-mode .news .news-items .item-mobile{display:flex!important;width:auto}.phone-mode .news .news-items .item-mobile h4{margin:10px 0}.phone-mode .news .news-items .item-mobile img{display:none}.phone-mode .news .news-items .item-mobile .text a{border-bottom:none;margin-top:0}.phone-mode .news .news-items .item-mobile .item-link{margin-top:0}.phone-mode .news .news-items .item+.item{margin-top:25px}.phone-mode .news-index-items .name{font-family:"Harmony-Regular",sans-serif;padding-top:0}.phone-mode .news-index-items span+span{padding-top:0}.phone-mode .news-content{margin-top:40px}.phone-mode .news-content .date{margin-top:0}.phone-mode .news-content .news-block-content .container{padding:0}.phone-mode .news-content .news-block-content section:last-child{margin-bottom:20px!important}.phone-mode .vue-notification-group{margin-top:55px}.phone-mode .vue-notification-group .vue-notification-wrapper .notification{border-radius:0;margin-top:0;padding:15px!important}.phone-mode .vue-notification-group .vue-notification-wrapper .notification .text{padding:0}.phone-mode .vue-notification-group .vue-notification-wrapper .notification .close-notification{background:#cfd8dc;margin:0}.phone-mode .vue-notification-group .vue-notification-wrapper .notification .close-notification .cross-little{background:#37474f}.phone-mode .vue-notification-group .vue-notification-wrapper .notification .text a{border-bottom:1px solid}.phone-mode .vue-notification-group .vue-notification-wrapper .notification button{align-self:flex-start;margin-left:20px}.phone-mode .parts-filters-desktop,.phone-mode .parts-filters-mobile{display:none!important}.phone-mode .properties-mobile{display:block!important}.phone-mode .properties-desktop{display:none!important}.phone-mode .properties+.content:not(:has(*)){padding-top:0}.phone-mode .fixed-position{position:fixed;z-index:10}.phone-mode .fixed-position .filters-header{margin-right:30px}.phone-mode .fixed-position .products-list{opacity:0}.phone-mode .properties{display:block}.phone-mode .properties .filters-item-mobile,.phone-mode .properties .filters-mobile{display:block!important;padding:0 8px}.phone-mode .properties .filters-desktop,.phone-mode .properties .filters-item-desktop{display:none!important}.phone-mode .properties .filters-header{border-bottom:1px solid #cfd8dc;display:flex;justify-content:space-between;padding-bottom:10px}.phone-mode .properties .filters-header .filters-main{align-items:center;display:flex}.phone-mode .properties .filters-header .filters-main i{background:#263238;height:14px;margin-left:10px;transform:rotate(90deg);width:14px}.phone-mode .properties .filters-main.open-properties span{color:#004ea2}.phone-mode .properties .filters-main.open-properties i{background:#004ea2}.phone-mode .properties .checkboxes-filters{background:#004ea2;left:calc(-50vw + 50%);overflow-x:clip;padding:10px 0;position:absolute;width:100vw;z-index:20}.phone-mode .properties .checkboxes-filters .checkbox{max-width:100%;min-width:0}.phone-mode .properties .checkboxes-filters .checkbox label{color:#fff}.phone-mode .properties .checkboxes-filters .checkbox .checked:before{background-color:#eceff1!important;background-image:url(/_nuxt/img/checkbox-blue.50461e8.svg)!important;box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.1)}.phone-mode .properties .checkboxes-filters .checkbox+.checkbox{margin-left:0;margin-top:20px}.phone-mode .properties .checkboxes-filters .filter+.filter{margin-left:0}.phone-mode .properties .checkboxes-filters .filter{flex-direction:column}.phone-mode .properties .checkboxes-filters .filter .filter-main{align-items:center;height:40px}.phone-mode .properties .checkboxes-filters .filter .filter-main .filter-name{display:flex;justify-content:space-between;width:100%}.phone-mode .properties .checkboxes-filters .filter .filter-main .filter-name span{color:#fff;font-family:"Harmony-Regular",sans-serif;padding:10px 20px}.phone-mode .properties .checkboxes-filters .filter .filter-main .filter-name i{background-color:#fff!important;border:0;height:10px!important;margin-top:15px!important;padding-right:20px;transform:rotate(270deg);width:18px!important}.phone-mode .properties .checkboxes-filters .filter .filter-main .filter-name.active span{color:#fff}.phone-mode .properties .checkboxes-filters .filter .filter-main .filter-name.active i{background-color:#fff!important}.phone-mode .properties .checkboxes-filters .filter-options{background-color:#004ea2;height:auto;left:0;min-height:100%;position:absolute;top:0;width:100%;z-index:100}.phone-mode .properties .checkboxes-filters .filter-options .filter-options-name{align-items:baseline;display:flex;flex-direction:row;width:100%}.phone-mode .properties .checkboxes-filters .filter-options .filter-options-name span{color:#fff;font-family:"Harmony-Regular",sans-serif;margin-left:-10px;padding:15px 20px 10px 0}.phone-mode .properties .checkboxes-filters .filter-options .filter-options-name i{background-color:#fff!important;height:15px!important;margin-left:0;padding-left:45px;transform:rotate(180deg);width:14px!important}.phone-mode .properties .checkboxes-filters .filter-options div:not(.filter-options-name){align-items:center;display:flex;height:40px;width:100%}.phone-mode .properties .checkboxes-filters .filter-options div:not(.filter-options-name) span{color:#fff;font-family:"Harmony-Regular",sans-serif;padding-left:30px}.phone-mode .properties .parts-filters-filters{background-color:#fff;left:calc(-50vw + 50%);position:fixed;width:100vw;z-index:20}.phone-mode .properties .parts-filters-filters .parts-filters{height:100%;width:100%}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile{display:flex!important;height:100%;width:100%}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div{display:flex;flex-direction:column;justify-content:space-between;width:100%}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div button{margin:0 15px 15px!important}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-items{background-color:#004ea2}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-items .parts-filters-item{align-items:center;display:flex;height:40px;justify-content:space-between;padding:0 15px}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-items .parts-filters-item.not-active{opacity:.5;pointer-events:none}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-items .parts-filters-item span{color:#fff}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-items .parts-filters-item i{background-color:#fff;height:14px;width:8px}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-values{background-color:#004ea2;height:100%}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-values .values-back{align-items:center;display:flex;height:40px;padding:0 15px}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-values .values-back span{color:#fff;margin-left:10px}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-values .values-back i{background-color:#fff;height:14px;transform:rotate(180deg);width:8px}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-values .items-value{display:flex;flex-direction:column;height:97%;margin-right:10px;margin-top:5px;overflow-y:scroll;row-gap:15px;scrollbar-color:#fff transparent}.phone-mode .properties .parts-filters-filters .parts-filters .parts-filters-mobile>div .parts-filters-values .item-value{color:#fff;padding:0 15px}.phone-mode .properties .checkboxes{padding:10px 15px 18px}.phone-mode .properties .selected-filters{left:calc(-50vw + 50%);padding:0;position:relative;width:100vw;z-index:10}.phone-mode .properties .selected-filters>div{-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:scroll;padding:10px 15px 0;scrollbar-color:transparent transparent}.phone-mode .properties .selected-filters>div::-webkit-scrollbar{display:none}.phone-mode .properties .selected-filters>div>div{align-items:center;display:flex}.phone-mode .properties .selected-filters>div>div span{color:#004ea2;white-space:nowrap}.phone-mode .properties .selected-filters>div>div i{background-color:#78909c;height:15px;margin-left:10px;width:15px}.phone-mode .properties .selected-filters .checkboxes-filters{background-color:transparent;overflow:inherit;padding-bottom:15px;padding-top:25px;position:relative}.phone-mode .properties .selected-filters .checkboxes-filters .checkbox{padding:0 15px}.phone-mode .properties .selected-filters .checkboxes-filters .checkbox label{color:#004ea2!important}.phone-mode .properties .selected-filters .checkboxes-filters .checkbox .styled-checkbox:checked+label:before{border:3px solid #004ea2}.phone-mode .properties .selected-filters .checkboxes-filters+.sel-filter{padding-top:0}.phone-mode .properties .selected-filters .sel-filter{-moz-column-gap:25px;column-gap:25px;display:flex;flex-direction:row;flex-wrap:wrap;padding:15px;row-gap:10px}.phone-mode .properties .selected-filters .sel-filter a{align-items:center;display:flex}.phone-mode .properties .selected-filters .sel-filter a span{color:#263238}.phone-mode .properties .selected-filters .sel-filter a i{height:15px;margin-left:7px;width:15px}.phone-mode .properties .selected-filters .sel-filter+.sel-filter{padding-top:0}.phone-mode .properties .selected-filters .sel-filter+.sel-filter:before{border-top:1px solid #78909c;bottom:0;content:"";left:0;padding-bottom:0;position:inherit;width:92vw}.phone-mode .properties+.products-list{margin-top:0}.phone-mode .border-btm{border-bottom:1px solid #cfcccc;padding-bottom:5px}.phone-mode .products-list{scroll-margin-top:55px}.phone-mode .products-list .product-item-wrapper{border-top:1px solid #cfcccc;padding:20px 0}.phone-mode .products-list .product-item-wrapper .fav-code{align-items:center;display:flex}.phone-mode .products-list .product-item-wrapper .fav-code a.not-active{pointer-events:none}.phone-mode .products-list .product-item-wrapper .fav-code a.not-active .star{background:#cfd8dc}.phone-mode .products-list .product-item-wrapper .fav-code .star{background:#37474f}.phone-mode .products-list .product-item-wrapper .fav-code .star.star-favourite{background:#004ea2}.phone-mode .products-list .product-item-wrapper .fav-code span{font-family:"Harmony-Medium",sans-serif;margin-left:15px}.phone-mode .products-list .product-item-wrapper .name{margin-top:10px}.phone-mode .products-list .product-item-wrapper .store-price{display:flex;flex-direction:row;justify-content:space-around;margin-top:15px;width:98%}.phone-mode .products-list .product-item-wrapper .store-price .stores{align-items:center;display:flex;flex-direction:column;position:relative}.phone-mode .products-list .product-item-wrapper .store-price .stores>span{font-family:"Harmony-Medium",sans-serif}.phone-mode .products-list .product-item-wrapper .store-price .stores .store-col{align-items:center;display:flex;height:40px}.phone-mode .products-list .product-item-wrapper .store-price .stores .store-col .transit,.phone-mode .products-list .product-item-wrapper .store-price .stores .store-col .transit+span{color:#004ea2}.phone-mode .products-list .product-item-wrapper .store-price .stores .store-col.express span{color:#cfcccc}.phone-mode .products-list .product-item-wrapper .store-price .stores .store-col span:not(:first-child){margin-left:5px}.phone-mode .products-list .product-item-wrapper .store-price .stores .transit-tooltip{background-color:#004ea2;bottom:80px;left:-14.5vw;position:absolute;right:0;width:100.4vw;z-index:500}.phone-mode .products-list .product-item-wrapper .store-price .stores .transit-tooltip span{color:#fff;display:block;padding:10px}.phone-mode .products-list .product-item-wrapper .store-price .stores .transit-tooltip span+span{padding-top:0}.phone-mode .products-list .product-item-wrapper .store-price .stores .transit-tooltip:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid #004ea2;bottom:-10px;clear:both;content:"";height:0;left:95px;position:absolute;width:0}.phone-mode .products-list .product-item-wrapper .store-price .stores .transit-tooltip.on-order{bottom:40px}.phone-mode .products-list .product-item-wrapper .store-price .prices{align-items:center;display:flex;flex-direction:column}.phone-mode .products-list .product-item-wrapper .store-price .prices>span{font-family:"Harmony-Medium",sans-serif}.phone-mode .products-list .product-item-wrapper .store-price .prices .price-col{align-items:center;display:flex;height:40px}.phone-mode .products-list .product-item-wrapper .store-price .prices .prices-name span:first-child{font-family:"Harmony-Medium",sans-serif}.phone-mode .products-list .product-item-wrapper .order{display:flex;flex-direction:row;justify-content:space-around;margin-top:15px}.phone-mode .products-list .product-item-wrapper .order>div{align-items:center;display:flex}.phone-mode .products-list .product-item-wrapper .order>div input{border:none;box-sizing:border-box;font-family:"Harmony-Regular",sans-serif;font-size:15px;height:30px;margin:0 17px;outline:none;text-align:center;width:45px}.phone-mode .products-list .product-item-wrapper .order>div .minus,.phone-mode .products-list .product-item-wrapper .order>div .plus{background-color:#546e7a;height:30px;width:30px}.phone-mode .products-list .product-item-wrapper .order>div a:hover .minus,.phone-mode .products-list .product-item-wrapper .order>div a:hover .plus{background-color:#004ea2}.phone-mode .products-list .product-item-wrapper:first-of-type{border-top:none;padding-top:10px}.phone-mode .products-list .product-item-wrapper-mobile{display:block}.phone-mode .products-list .product-item-wrapper-desktop{display:none!important}.phone-mode .products-list .product-item-wrapper:nth-child(2n){background-color:#fff}.phone-mode .products-list .header-table{display:none}.phone-mode .products-list .row .star-favourite{background-color:#004ea2}.phone-mode .body-product .body-product-div{border-bottom:none;padding-bottom:0}.phone-mode .body-product .body-product-div.body-product-div-desktop{display:none}.phone-mode .body-product .body-product-div.body-product-div-mobile{display:block}.phone-mode .body-product .body-product-div.body-product-div-mobile .related-products-list{display:block;margin-top:40px}.phone-mode .body-product .body-product-div.body-product-div-mobile .related-products-list h2{margin:30px 0 20px}.phone-mode .body-product .body-product-div__photo .product-photo{flex-direction:column;margin-top:30px;padding-bottom:20px;width:100%}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more{flex-direction:row;justify-content:flex-start;margin-top:20px;order:2;overflow:scroll;scrollbar-width:none}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more::-webkit-scrollbar{display:none}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .image-mobile{min-width:70px}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .image+.image,.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .image-mobile+.image-mobile,.phone-mode .body-product .body-product-div__photo .product-photo .photo-more div+div{margin-top:0}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .image-mobile+.image-mobile{margin-left:20px!important}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .image+.image-mobile{margin-left:0}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .image:not(.image-mobile),.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .more-photo{display:none}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more .image-mobile{display:block!important}.phone-mode .body-product .body-product-div__photo .product-photo .photo-main{height:auto;margin-left:0;order:1;width:auto}.phone-mode .body-product .body-product-div__photo .product-photo .photo-main img{width:100%}.phone-mode .body-product .body-product-div__photo .product-photo .photo-more+.photo-main{margin-left:0}.phone-mode .body-product .body-product-div .product-content{padding-left:0;width:100%}.phone-mode .body-product .body-product-div .product-content .checkbox{margin-top:20px}.phone-mode .body-product .body-product-div .product-content .store-price{border-top:1px solid #cfcccc;display:flex;flex-direction:row;justify-content:space-around;margin-top:15px;padding-top:15px;width:98%}.phone-mode .body-product .body-product-div .product-content .store-price .stores{align-items:center;display:flex;flex-direction:column}.phone-mode .body-product .body-product-div .product-content .store-price .stores>span{font-family:"Harmony-Medium",sans-serif}.phone-mode .body-product .body-product-div .product-content .store-price .stores .store-col{align-items:center;display:flex;height:40px}.phone-mode .body-product .body-product-div .product-content .store-price .stores .store-col.express span{color:#cfcccc}.phone-mode .body-product .body-product-div .product-content .store-price .stores .store-col span:not(:first-child){margin-left:5px}.phone-mode .body-product .body-product-div .product-content .store-price .prices{align-items:center;display:flex;flex-direction:column}.phone-mode .body-product .body-product-div .product-content .store-price .prices>span{font-family:"Harmony-Medium",sans-serif}.phone-mode .body-product .body-product-div .product-content .store-price .prices .price{background-color:transparent;box-shadow:none;padding:0}.phone-mode .body-product .body-product-div .product-content .store-price .prices .price-col{align-items:center;display:flex;height:40px}.phone-mode .body-product .body-product-div .product-content .store-price .prices .price-col.express span{color:#cfcccc}.phone-mode .body-product .body-product-div .product-content .order{display:flex;flex-direction:row;justify-content:space-around;margin-top:15px}.phone-mode .body-product .body-product-div .product-content .order>div{align-items:center;display:flex}.phone-mode .body-product .body-product-div .product-content .order>div input{border:none;box-sizing:border-box;font-family:"Harmony-Medium",sans-serif;font-size:15px;height:30px;margin:0 17px;outline:none;text-align:center;width:45px}.phone-mode .body-product .body-product-div .product-content .order>div .minus,.phone-mode .body-product .body-product-div .product-content .order>div .plus{background-color:#546e7a;height:30px;width:30px}.phone-mode .body-product .body-product-div .product-content .order>div a:hover .minus,.phone-mode .body-product .body-product-div .product-content .order>div a:hover .plus{background-color:#004ea2}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo{border-bottom:1px solid #004ea2;flex-direction:column;margin-top:30px;padding-bottom:20px;width:100%}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-main{height:auto;margin-left:0;order:1;width:auto}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-main img{width:100%}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more{flex-direction:row;justify-content:flex-start;margin-top:20px;order:2;overflow:scroll;scrollbar-width:none}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more::-webkit-scrollbar{display:none}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .image-mobile{min-width:70px}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .image+.image,.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .image-mobile+.image-mobile,.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more div+div{margin-top:0}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .image-mobile+.image-mobile{margin-left:20px!important}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .image+.image-mobile{margin-left:0}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .image:not(.image-mobile),.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .more-photo{display:none}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more .image-mobile{display:block!important}.phone-mode .body-product .body-product-div .product-content .body-product-div__photo .product-photo .photo-more+.photo-main{margin-left:0}.phone-mode .body-product .body-product-div .product-content .price{background-color:transparent}.phone-mode .body-product .body-product-div .product-content .articles{margin-top:0}.phone-mode .body-product .body-product-div-desktop+.description-dimensions,.phone-mode .body-product .related-products-list{display:none}.phone-mode .product h1{margin-bottom:0}.phone-mode .product .body-product-div{border-bottom:none;padding-bottom:0}.phone-mode .product .body-product-div__content{padding-left:0;width:100%}.phone-mode .product .body-product-div__content .checkbox{margin-top:20px}.phone-mode .product .body-product-div__content .store-price{border-top:1px solid #cfcccc;display:flex;flex-direction:row;justify-content:space-around;margin-top:15px;padding-top:15px;width:98%}.phone-mode .product .body-product-div__content .store-price .stores{align-items:center;display:flex;flex-direction:column}.phone-mode .product .body-product-div__content .store-price .stores>span{font-family:"Harmony-Medium",sans-serif}.phone-mode .product .body-product-div__content .store-price .stores .store-col{align-items:center;display:flex;height:40px}.phone-mode .product .body-product-div__content .store-price .stores .store-col span:not(:first-child){margin-left:5px}.phone-mode .product .body-product-div__content .store-price .prices{align-items:center;display:flex;flex-direction:column}.phone-mode .product .body-product-div__content .store-price .prices>span{font-family:"Harmony-Medium",sans-serif}.phone-mode .product .body-product-div__content .store-price .prices .price{box-shadow:none;padding:0}.phone-mode .product .body-product-div__content .store-price .prices .price-col{align-items:center;display:flex;height:40px}.phone-mode .product .body-product-div__content .order{display:flex;flex-direction:row;justify-content:space-around;margin-top:15px}.phone-mode .product .body-product-div__content .order>div{align-items:center;display:flex}.phone-mode .product .body-product-div__content .order>div input{border:none;box-sizing:border-box;font-family:"Harmony-Medium",sans-serif;font-size:15px;height:30px;margin:0 17px;outline:none;text-align:center;width:45px}.phone-mode .product .body-product-div__content .order>div .minus,.phone-mode .product .body-product-div__content .order>div .plus{background-color:#546e7a;height:30px;width:30px}.phone-mode .product .body-product-div__content .order>div a:hover .minus,.phone-mode .product .body-product-div__content .order>div a:hover .plus{background-color:#004ea2}.phone-mode .product .body-product-div__photo{flex-direction:column;margin-top:30px;width:100%}.phone-mode .product .body-product-div__photo .photo-main{height:auto;margin-left:0;width:auto}.phone-mode .product .body-product-div__photo .photo-main img{width:100%}.phone-mode .product .body-product-div__photo .photo-more{flex-direction:row;justify-content:space-between}.phone-mode .product .body-product-div__photo .photo-more div+div{margin-top:0}.phone-mode .product .body-product-div .description-dimensions{border-bottom:1px solid #004ea2;margin-top:0}.phone-mode .product .body-product-div .description-dimensions .description{width:100%}.phone-mode .product .body-product-div .articles{margin-top:5px}.phone-mode .product .body-product-div .articles .articles-table div+div{border-top:none}.phone-mode .product .body-product-div .articles .articles-table div{border-bottom:1px solid #cfcccc;display:flex;padding:15px 0}.phone-mode .product .body-product-div .articles .articles-table div span{color:#263238;flex:.68;font-size:1.5rem;font-weight:400}.phone-mode .product .body-product-div .articles .articles-table div .name{flex:1;font-family:"Harmony-Bold",sans-serif}.phone-mode .cart .breadcrumbs{display:none}.phone-mode .cart .cart-header{display:block}.phone-mode .cart .cart-header .express{font-size:16px}.phone-mode .cart .cart-header .stock-type:first-of-type{margin-left:0}.phone-mode .cart .cart-header.express-header{display:flex}.phone-mode .cart .cart-header.express-header .express{font-family:"Harmony-Regular",sans-serif}.phone-mode .cart .products-list-mobile{display:block}.phone-mode .cart .products-list-desktop{display:none}.phone-mode .cart .products-list{border-bottom:none;padding-bottom:0;padding-top:15px}.phone-mode .cart .products-list .product-item{border-top:none}.phone-mode .cart .products-list .product-item .fav-code .circle{align-items:center;margin:0 0 0 auto}.phone-mode .cart .products-list .product-item .store-price .stores span:not(.name-stores){font-family:"Harmony-Regular",sans-serif;margin-top:15px}.phone-mode .cart .products-list .product-item .store-price .stores .order{margin-top:auto}.phone-mode .cart .products-list .product-item .store-price .prices span:not(.name-prices){font-family:"Harmony-Regular",sans-serif;margin-top:15px}.phone-mode .cart .products-list .product-item .store-price .prices .total-price{align-items:center;display:flex;flex-direction:column;margin-top:auto}.phone-mode .cart .products-list .product-item .store-price .prices .total-price span{font-family:"Harmony-Medium",sans-serif}.phone-mode .cart .products-list .product-item+.product-item,.phone-mode .cart .results{border-top:1px solid #cfcccc}.phone-mode .cart .results{width:100%}.phone-mode .cart .results .name-results{color:#546e7a;width:57%}.phone-mode .cart .results .value-results{width:43%}.phone-mode .cart .results .value-results>div{margin-right:0}.phone-mode .cart .delivery{background:#fff;margin-bottom:0;margin-top:0}.phone-mode .cart .delivery .delivery-container{padding-bottom:10px;padding-top:10px}.phone-mode .cart .delivery .delivery-container h3{display:block!important;padding-bottom:10px}.phone-mode .cart .delivery .delivery-container .h4{display:none}.phone-mode .cart .delivery .delivery-container .delivery-buttons .delivery-date .address{flex-direction:column}.phone-mode .cart .delivery .delivery-container .delivery-buttons .delivery-date .address .radiobutton label{display:flex}.phone-mode .cart .delivery .delivery-container .delivery-buttons .delivery-date .address div{margin-left:0}.phone-mode .cart .delivery .delivery-container .delivery-buttons .delivery-date .address div a{margin-top:10px}.phone-mode .cart .delivery .delivery-container .delivery-buttons .delivery-date .address .address-request{display:flex;flex-direction:row}.phone-mode .cart .delivery .delivery-container .delivery-buttons .delivery-date .address .address-request .radio-label{opacity:0}.phone-mode .cart .delivery .delivery-container .delivery-buttons .pickup-date{flex-direction:column}.phone-mode .cart .delivery .delivery-container .delivery-buttons .pickup-date div+div{margin-left:0}.phone-mode .cart .comment .comment-link h4{display:none}.phone-mode .cart .comment .comment-link h3{color:#263238;display:block;margin-left:10px}.phone-mode .cart .comment .comment-link a{align-items:center}.phone-mode .cart .comment .comment-text textarea{box-sizing:border-box}.phone-mode .cart .infoblock{margin-top:20px}.phone-mode .cart .infoblock .text-info{padding:25px 15px 15px}.phone-mode .cart .infoblock .text-info i{height:35px;margin-top:-9px;width:75px}.phone-mode .cart .buttons{flex-direction:column;margin-top:30px}.phone-mode .cart .buttons button{width:100%}.phone-mode .cart .buttons button+button{margin-left:0;margin-top:20px;min-width:207px}.phone-mode .cart .buttons .print-cart{display:none}.phone-mode .cart .buttons a+button{margin-left:0}.phone-mode .cart .buttons .printer-div{padding-bottom:20px}.phone-mode .price-request .product-item .fav-code{-moz-column-gap:10px;column-gap:10px}.phone-mode .price-request .product-item .fav-code span{margin-left:0}.phone-mode .price-request .comment{padding:0!important}.phone-mode .price-request .comment .comment-link h4{display:none}.phone-mode .price-request .comment .comment-link h3{color:#263238;display:block;margin-left:10px}.phone-mode .price-request .comment .comment-link a{align-items:center}.phone-mode .price-request .comment .comment-text textarea{box-sizing:border-box}.phone-mode .price-request .buttons{flex-direction:column;row-gap:20px}.phone-mode .price-request .buttons button{width:100%}.phone-mode .price-request .buttons .printer-div{display:none}.phone-mode .profile{padding-bottom:60px!important}.phone-mode .profile-nav a{font-size:15px}.phone-mode .profile-nav .status-line .client-number,.phone-mode .profile-nav .status-line .status{display:none}.phone-mode .profile-nav .container-nav .exit-link,.phone-mode .profile-nav .container-nav .favourites-link{display:block}.phone-mode .profile .status-line .container{margin-left:0}.phone-mode .profile .container-nav{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;width:100%;-ms-overflow-style:none;padding-left:0;padding-right:0;scrollbar-width:none}.phone-mode .profile .container-nav>div{display:flex;height:26px;padding:0 15px}.phone-mode .profile .container-nav a.active{border-bottom:2px solid #004ea2}.phone-mode .profile .container-nav::-webkit-scrollbar{display:none}.phone-mode .profile .order-header-mobile{display:flex!important}.phone-mode .profile .order-header-desktop{display:none!important}.phone-mode .profile .order-header{align-items:baseline;flex-direction:column;margin-top:20px}.phone-mode .profile .order-header.search-history .order-header-first{border-bottom:none}.phone-mode .profile .order-header.search-history .order-header-first h1{flex:1}.phone-mode .profile .order-header.search-history .order-header-first .date-picker-container .vc-popover-content-wrapper{margin-left:-220px!important}.phone-mode .profile .order-header .order-header-first{align-items:center;border-bottom:1px solid #cfcccc;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:15px;width:100%}.phone-mode .profile .order-header .order-header-first .date-clear{margin-left:0}.phone-mode .profile .order-header .order-header-first .date-picker-container .date-picker{padding-bottom:0}.phone-mode .profile .order-header .order-header-first .date-picker-container .date-picker a{align-items:center}.phone-mode .profile .order-header .order-header-first .date-picker-container .vc-popover-content-wrapper{margin-left:-13px!important;margin-top:25px!important;transform:translateX(0)!important}.phone-mode .profile .order-header .order-header-first .period-select{margin-left:15px;width:160px}.phone-mode .profile .order-header .order-header-first .period-select .vs__dropdown-toggle{border:1px solid #78909c;border-radius:3px;height:25px}.phone-mode .profile .order-header .order-header-first .period-select .vs__dropdown-toggle .vs__selected{color:#546e7a;height:25px;top:-1px}.phone-mode .profile .order-header .order-header-first .period-select .vs__dropdown-toggle .svg-icon{background-color:#546e7a;height:8px;width:14px}.phone-mode .profile .order-header .order-header-first .period-select .vs__selected-options{padding:0}.phone-mode .profile .order-header .order-header-first .period-select .vs__dropdown-menu{background:#fff;border:1px solid #cfcccc!important;border-radius:3px!important;margin-top:4px;width:156px}.phone-mode .profile .order-header .order-header-first .period-select .vs__dropdown-menu .vs__dropdown-option{color:#fff;padding:3px 8px!important}.phone-mode .profile .order-header .order-header-first .period-select .vs__dropdown-menu .vs__dropdown-option--highlight,.phone-mode .profile .order-header .order-header-first .period-select .vs__dropdown-menu .vs__dropdown-option--selected{background:#fff;color:#263238}.phone-mode .profile .order-header.orders{margin-bottom:15px}.phone-mode .profile .order-header .search{width:100%}.phone-mode .profile .order-header .search .search-input{flex:1;width:100%}.phone-mode .profile .order-header .search .search-input input{width:100%!important}.phone-mode .profile .order-header .search .search-input input:-moz-placeholder-shown{text-overflow:ellipsis}.phone-mode .profile .order-header .search .search-input input:placeholder-shown{text-overflow:ellipsis}.phone-mode .profile .order-header .search .search-input .cross-icon{float:right;margin-left:0;right:65px}.phone-mode .profile .order-header .checkboxes{justify-content:space-between;padding:20px 0;width:100%}.phone-mode .profile .order-status{margin-bottom:15px;padding-top:10px}.phone-mode .profile .order-list .order-item-wrapper-mobile{display:block}.phone-mode .profile .order-list .order-item-wrapper-desktop{display:none}.phone-mode .profile .order-list .order-list-mobile{display:block}.phone-mode .profile .order-list .order-list-mobile.search-history-table{padding:0!important}.phone-mode .profile .order-list .order-list-desktop{display:none}.phone-mode .profile .order-list .flex-table.header-table{padding:0}.phone-mode .profile .order-list .flex-table.row{height:50px;padding:0}.phone-mode .profile .order-list .flex-table.row .ord-num{align-items:flex-start!important;display:flex;flex-direction:column;justify-content:flex-end!important;padding-bottom:3px!important}.phone-mode .profile .order-list .flex-table.row .ord-num .status{color:#004ea2;font-size:11px}.phone-mode .profile .order-list .flex-table.row .flex-row{align-items:center;padding:0}.phone-mode .profile .order-list .flex-row{justify-content:flex-start!important}.phone-mode .profile .order-list .expanded{color:#004ea2}.phone-mode .profile .order-list .ord-date,.phone-mode .profile .order-list .ord-num{width:40%}.phone-mode .profile .order-list .ord-details{width:7%}.phone-mode .profile .order-list .search-history-table .order-item-wrapper-mobile{padding:0!important}.phone-mode .profile .order-details-mobile{display:block}.phone-mode .profile .order-details-desktop{display:none}.phone-mode .profile .order-details{padding:20px 0}.phone-mode .profile .order-details .order-details-item{display:flex;flex-direction:column}.phone-mode .profile .order-details .order-details-item .articul{font-family:"Harmony-Medium",sans-serif;padding-bottom:15px}.phone-mode .profile .order-details .order-details-item span:nth-child(2){padding-bottom:5px}.phone-mode .profile .order-details .order-details-item .flex-table{font-size:15px;justify-content:flex-start;white-space:nowrap}.phone-mode .profile .order-details .order-details-item .flex-table .ord-amount,.phone-mode .profile .order-details .order-details-item .flex-table .ord-price,.phone-mode .profile .order-details .order-details-item .flex-table .ord-total{justify-content:center!important;padding-bottom:0;width:30%}.phone-mode .profile .order-details .order-details-item .flex-table .ord-total{width:40%!important}.phone-mode .profile .order-details .order-details-item .flex-table .ord-total span{font-family:"Harmony-Medium",sans-serif}.phone-mode .profile .order-details .order-details-item .header-table{border-bottom:none}.phone-mode .profile .order-details .order-details-item .header-table span{font-family:"Harmony-Medium",sans-serif}.phone-mode .profile .order-details .order-details-item .header-table .ord-total{width:50%!important}.phone-mode .profile .order-details .order-details-item .header-table .ord-total span{left:105px!important}.phone-mode .profile .order-details .order-details-item+.order-details-item{border-top:1px solid #cfcccc;padding-top:20px}.phone-mode .profile .order-details .order-details__total{border-top:1px solid #cfcccc;flex-direction:column}.phone-mode .profile .order-details .order-details__total>div{width:100%}.phone-mode .profile .order-details .order-details__total .printer-div{align-items:center;display:flex;justify-content:flex-end;margin-top:20px;position:relative}.phone-mode .profile .order-details .order-details__total .printer-div span{color:#004ea2;font-family:"Harmony-Medium",sans-serif;margin-left:15px;text-transform:uppercase}.phone-mode .profile .order-details .order-details__total .printer-div i{background-color:#004ea2;margin-left:15px}.phone-mode .profile .order-details .order-details__total .printer-div .print-window{background-color:#004ea2;display:flex;flex-direction:column;line-height:1.5;margin-top:0;padding:15px 20px;position:absolute;right:45px;width:-moz-fit-content;width:fit-content;z-index:1000}.phone-mode .profile .order-details .order-details__total .printer-div .print-window a{border-bottom:none;color:#263238;transition:none}.phone-mode .profile .order-details .order-details__total .printer-div .print-window a:hover{color:#fff}.phone-mode .profile .order-details .order-details__total .printer-div .print-window .disabled{color:#cfcccc;pointer-events:none}.phone-mode .profile .order-details .order-details__total .printer-div .print-window:before{border-bottom:15px solid #ffa000;border-left:10px solid transparent;border-right:10px solid transparent;clear:both;content:"";height:0;left:94%;position:absolute;top:19px;transform:rotate(90deg);width:0}.phone-mode .profile .order-details .order-details__total .total-rows .total-row span:first-child{width:60%}.phone-mode .profile .order-details .order-details__total .total-rows .total-row span:nth-child(2){width:40%}.phone-mode .profile .order-details .order-details__total .comment-div .comment-if{background-color:transparent;border:none;padding:0}.phone-mode .profile .order-details .order-details__total .comment-div .comment-if span{color:#263238}.phone-mode .profile .order-details .order-details__total .comment-div .comment-if .mb-5{margin-bottom:0!important;padding-bottom:0}.phone-mode .profile .order-details .order-details__total .comment-div .comment-if .comment{background-color:transparent;border:none;padding-left:0}.phone-mode .profile .order-details .ord-total .upper{left:93px!important}.phone-mode .profile .order-details .order-details-total{border-top:1px solid #cfcccc;flex-direction:column}.phone-mode .profile .order-details .order-details-total>div{width:100%}.phone-mode .profile .order-details .order-details-total .printer-div{align-items:center;display:flex;justify-content:flex-end;margin-top:20px;position:relative}.phone-mode .profile .order-details .order-details-total .printer-div span{color:#004ea2;font-family:"Harmony-Medium",sans-serif;margin-left:15px;text-transform:uppercase}.phone-mode .profile .order-details .order-details-total .printer-div i{background-color:#004ea2;margin-left:15px}.phone-mode .profile .order-details .order-details-total .printer-div .print-window{background-color:#004ea2;display:flex;flex-direction:column;line-height:1.5;margin-top:0;padding:15px 20px;position:absolute;right:45px;width:-moz-fit-content;width:fit-content;z-index:1000}.phone-mode .profile .order-details .order-details-total .printer-div .print-window a{border-bottom:none;color:#263238;transition:none}.phone-mode .profile .order-details .order-details-total .printer-div .print-window a:hover{color:#fff}.phone-mode .profile .order-details .order-details-total .printer-div .print-window .disabled{color:#cfcccc;pointer-events:none}.phone-mode .profile .order-details .order-details-total .printer-div .print-window:before{border-bottom:15px solid #004ea2;border-left:10px solid transparent;border-right:10px solid transparent;clear:both;content:"";height:0;left:94%;position:absolute;top:19px;transform:rotate(90deg);width:0}.phone-mode .profile .order-details .order-details-total .comment-div .comment-if{background-color:transparent;border:none;padding:0}.phone-mode .profile .order-details .order-details-total .comment-div .comment-if span{color:#263238}.phone-mode .profile .order-details .order-details-total .comment-div .comment-if .mb-5{margin-bottom:0!important;padding-bottom:0}.phone-mode .profile .order-details .order-details-total .comment-div .comment-if .comment{background-color:transparent;border:none;font-style:italic;padding-left:0}.phone-mode .profile .order-details .order-details-total .total-rows{width:90%}.phone-mode .profile .order-details .order-details-total .total-rows .printer-div{display:none}.phone-mode .profile .profile-header{justify-content:space-between}.phone-mode .profile .profile-header .delete-mobile,.phone-mode .profile .profile-header .edit,.phone-mode .profile .profile-header:not(:first-of-type) h1{display:block}.phone-mode .profile .profile-header .delete-desktop,.phone-mode .profile .profile-header .edit-desktop,.phone-mode .profile .profile-header:not(:first-of-type) h2{display:none}.phone-mode .profile .profile-header h1{margin-bottom:0}.phone-mode .profile .profile-header .edit{align-self:center;margin-top:15px}.phone-mode .profile .profile-header a{margin-left:0}.phone-mode .profile .form .profile-tip{bottom:5px;left:0;width:100%}.phone-mode .profile .save-profile{display:flex;justify-content:center;margin:20px auto 0}.phone-mode .profile .buttons{justify-content:center}.phone-mode .profile .buttons .send-request{display:flex}.phone-mode .profile .buttons .ch-send-request{display:none}.phone-mode .profile .buttons a{margin-left:0;width:100%}.phone-mode .profile .contact-form .vs__dropdown-menu{width:100%}.phone-mode .profile .contact-form .captcha-links{margin-top:0}.phone-mode .profile hr{border:1px solid #cfcccc}.phone-mode .profile .save-profile+hr{margin-top:20px}.phone-mode .profile.price-requests .price-request-table .printer-div{display:none}.phone-mode .search-oem{align-items:center;flex-direction:column}.phone-mode .search-oem .field{width:100%}.phone-mode .search-oem .field textarea{width:auto}.phone-mode .search-oem .field .tip{padding:0 15px}.phone-mode .search-oem .tip-left{display:none}.phone-mode .search-oem button{margin-left:0;margin-top:20px}.phone-mode .search-history-results,.phone-mode .search-history-results .products-list{width:100%}.phone-mode .content-global{margin-top:55px;min-width:auto}.phone-mode .content-global .slick-slider .carousel{height:100%!important}.phone-mode .content-global .slick-slider .carousel .banner{position:relative!important}.phone-mode .content-global .slick-slider .carousel .adaptive{height:100%;position:relative}.phone-mode .content-global .slick-slider .carousel .adaptive .banner__image{-o-object-fit:fill;object-fit:fill;-o-object-position:initial;object-position:initial;position:relative!important}.phone-mode .content-global .slick-slider .carousel .adaptive .link{height:100%;left:0;position:absolute;right:0;top:0;width:100%}.phone-mode .content-global .slick-slider .carousel-navigation-next,.phone-mode .content-global .slick-slider .carousel-navigation-prev{display:none}.phone-mode .content-global .slick-slider .slick-dots{bottom:16px!important}.phone-mode .content-global .content .preview-block .content{padding:15px!important}.phone-mode .content-global .content .preview-block .content p,.phone-mode .content-global .content .text-big-block p{font-size:1.6rem}.phone-mode .content-global .content .imagesset3-block .content{flex-direction:column;flex-wrap:wrap}.phone-mode .content-global .content .imagesset3-block .content .image-block{width:auto}.phone-mode .content-global .content .imagesset3-block .content .image-block img{display:block;height:auto;margin:0 auto;max-width:380px;width:100%}.phone-mode .content-global .content .imagetext1-3-block .content{flex-direction:column}.phone-mode .content-global .content .imagetext1-3-block .content div img{display:block;height:auto;margin:0 auto;max-width:380px;width:100%}.phone-mode .content-global .content .imagetext1-3-block .content div:not(.inner-header)+div{margin-top:30px;padding-left:0}.phone-mode .content-global .content .imagetext1-2-block .content{flex-direction:column}.phone-mode .content-global .content .imagetext1-2-block .content div img{display:block;height:auto;margin:0 auto;max-width:380px;width:100%}.phone-mode .content-global .content .imagetext1-2-block .content div:not(.inner-header)+div{margin-top:30px;padding-left:0}.phone-mode .content-global .content .image1200text-block img{height:auto;width:100%}.phone-mode .content-global .content .table-block-cols .table-wrapper-container{overflow-x:scroll}.phone-mode .content-global .content .table-block-cols .table-wrapper-container .table-wrapper .table-row div{overflow-x:hidden;padding:5px 10px;text-overflow:ellipsis}.phone-mode .content-global .content .table-block-cols .table-mobile{display:block;width:100%}.phone-mode .content-global .content .table-block-cols .table-mobile tbody,.phone-mode .content-global .content .table-block-cols .table-mobile thead,.phone-mode .content-global .content .table-block-cols .table-mobile thead th{display:block}.phone-mode .content-global .content .table-block-cols .table-mobile td{display:block;text-align:center}.phone-mode .content-global .content .table-block-cols .table-mobile td,.phone-mode .content-global .content .table-block-cols .table-mobile th{box-sizing:border-box;font-size:13px;overflow-x:hidden;overflow-y:auto;padding:10px 8px;white-space:nowrap}.phone-mode .content-global .content .table-block-cols .table-mobile td+td,.phone-mode .content-global .content .table-block-cols .table-mobile td+th,.phone-mode .content-global .content .table-block-cols .table-mobile th+td,.phone-mode .content-global .content .table-block-cols .table-mobile th+th{border-top:1px solid #263238}.phone-mode .content-global .content .table-block-cols .table-mobile.table-mobile-ellipsis td,.phone-mode .content-global .content .table-block-cols .table-mobile.table-mobile-ellipsis th{text-overflow:ellipsis;width:160px}.phone-mode .content-global .content .table-block-cols .table-mobile thead{float:left}.phone-mode .content-global .content .table-block-cols .table-mobile thead th{text-align:center}.phone-mode .content-global .content .table-block-cols .table-mobile tbody{overflow-x:auto;position:relative;top:-3px;width:auto}.phone-mode .content-global .content .table-block-cols .table-mobile tbody tr{display:table-cell}.phone-mode .content-global .content .table-block-cols .part-table-mobile{display:flex!important;flex-direction:column;row-gap:20px}.phone-mode .content-global .content .table-block-cols .part-table-mobile .part-table-row{border:1px solid #263238;padding:10px}.phone-mode .content-global .content .table-block-cols .part-table-mobile .part-table-row>div{display:grid;grid-template-columns:minmax(9em,40%) 1fr}.phone-mode .content-global .content .table-block-cols .part-table-mobile .part-table-row>div>div{padding:5px 0}.phone-mode .content-global .content .table-block-cols .part-table-mobile .part-table-row:first-child{display:none}.phone-mode .content-global .site-text-block-mobile{display:block}.phone-mode .content-global .site-text-block-desktop{display:none}.phone-mode .toTop{right:15px}.phone-mode .rotate-270{transform:rotate(270deg)!important;transform-origin:50% 50%}.phone-mode .no-scroll{position:fixed}.phone-mode .cart button,.phone-mode .form button,.phone-mode .login button,.phone-mode .login-reset button,.phone-mode .product button,.phone-mode .products-list button,.phone-mode .profile button,.phone-mode .register button,.phone-mode .search-oem button{min-width:157px}.phone-mode input,.phone-mode textarea{-webkit-appearance:none;-webkit-border-radius:0}.phone-mode .loading-overlay{left:35dvw;top:35dvh}.phone-mode .h1,.phone-mode .h1 a,.phone-mode h1,.phone-mode h1 a{font-size:2.5rem}.phone-mode .h2,.phone-mode h2{font-size:1.9rem}.phone-mode .h3,.phone-mode h3{font-size:1.7rem}.phone-mode .h4,.phone-mode h4{font-size:1.6rem}.phone-mode a{border-bottom:none}.phone-mode .slide-left-enter-active,.phone-mode .slide-left-leave-active,.phone-mode .slide-right-enter-active,.phone-mode .slide-right-leave-active{transition:.5s}.phone-mode .slide-left-enter{transform:translate(100%)}.phone-mode .slide-left-leave-to,.phone-mode .slide-right-enter{transform:translate(-100%)}.phone-mode .slide-right-leave-to{transform:translate(100%)}.phone-mode .fade-enter-active,.phone-mode .fade-leave-active{transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in}.phone-mode .fade-enter,.phone-mode .fade-leave-active{opacity:0}

/**/

/**/

/**/

/**/


.__ymap{color:#000;position:relative}.__ymap_container{height:100%;width:100%}.__ymap_slots{display:none}.__ymap--grab [class$=main-engine-container] canvas{cursor:grab}.__ymap--grabbing:active [class$=main-engine-container] canvas,.__ymap--grabbing:focus [class$=main-engine-container] canvas{cursor:grabbing}
.vue-notification-group{display:block;position:fixed;z-index:5000}.vue-notification-wrapper{display:block;overflow:hidden;width:100%;margin:0;padding:0}.notification-title{font-weight:600}.vue-notification-template{background:#fff}.vue-notification,.vue-notification-template{display:block;box-sizing:border-box;text-align:left}.vue-notification{font-size:12px;padding:10px;margin:0 5px 5px;color:#fff;background:#44a4fc;border-left:5px solid #187fe7}.vue-notification.warn{background:#ffb648;border-left-color:#f48a06}.vue-notification.error{background:#e54d42;border-left-color:#b82e24}.vue-notification.success{background:#68cd86;border-left-color:#42a85f}.vn-fade-enter-active,.vn-fade-leave-active,.vn-fade-move{transition:all .5s}.vn-fade-enter,.vn-fade-leave-to{opacity:0}



.field.mobile{
    display:flex;flex-direction: row;
  }
  .field.mobile label{
    left:50px;
  }
  .mobilecode{
    background-color: #eceff1;border: none;border-radius: 5px;font-family:'Harmony-Regular',sans-serif;font-size: 1.5rem;
    height: 40px;
    outline: none;
    padding: 0 5px;line-height: 40px;
  }