@font-face{font-family:RobotoLight;font-style:normal;font-weight:300;src:url(/fonts/Roboto-Light.1ad50b89.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/Roboto-Regular.d0bc87a8.ttf) format("truetype")}@font-face{font-family:RobotoMedium;font-style:normal;font-weight:500;src:url(/fonts/Roboto-Medium.9204c2aa.ttf) format("truetype")}@font-face{font-family:RobotoBold;font-style:normal;font-weight:700;src:url(/fonts/Roboto-Bold.c36a3fe0.ttf) format("truetype")}@font-face{font-family:RobotoBlack;font-style:normal;font-weight:900;src:url(/fonts/Roboto-Black.6ed32619.ttf) format("truetype")}:root{--el-color-primary:#0d53a0!important;--color-main:#0d53a0;--color-main-dark:#3d38bb;--color-main-light:#4681bc;--color-main-opacity:rgba(109,105,221,.3);--color-bg:#fff;--color-bg-second:#e0e0e0;--color-bg-block:#f4f4f4;--color-bg-block-dark:#fbfbfb;--color-text-main:#292929;--color-text-second:#757575;--gray-50:#f7fafc;--gray-100:#edf2f7;--gray-200:#e2e8f0;--gray-300:#cbd5e0;--gray-400:#a0aec0;--gray-500:#718096;--gray-600:#4a5568;--gray-700:#2d3748;--gray-800:#1a202c;--gray-900:#171923;--color-red:#dc2c3d;--color-red-light:#e24a59;--color-green:#4bb34b;--color-green-light:#6ec26e;--color-white:#fff;--color-dark:#1a1a1a;--color-gray:#eee;--color-orange:#fc8355;--color-orange-dark:#ff7843;--color-dark-gray:#8f8f8f;--color-dark-opacity:rgba(0,0,0,.7);--color-warning:#e6a23c}.w-10{width:10%}.w-20{width:20%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.h-10{height:10%}.h-20{height:20%}.h-30{height:30%}.h-40{height:40%}.h-50{height:50%}.h-60{height:60%}.h-70{height:70%}.h-80{height:80%}.h-90{height:90%}.h-100{height:100%}#app,body,html{min-height:100%;height:100%}*,:after,:before{box-sizing:border-box}body{padding:0;background-color:var(--color-bg)}body,h1,h2,h3,h4,p{margin:0}.el-empty__description,.el-message__content,.el-tabs__item,.el-tag__content,.el-textarea__inner{font-family:Roboto!important}.layout{position:relative;width:100%;min-height:100%;display:flex;flex-direction:column}@media screen and (min-width:768px){.layout{padding-top:140px}}@media screen and (max-width:767px){.layout{padding-top:80px}}.layout .page{flex-grow:1}.layout .page__title{font-size:46px;line-height:1;font-family:RobotoBold;letter-spacing:1px}@media screen and (min-width:992px){.layout .page__title{font-size:46px;margin:30px 0}}@media screen and (min-width:768px)and (max-width:991px){.layout .page__title{font-size:36px;margin:20px 0}}@media screen and (max-width:767px){.layout .page__title{font-size:26px;margin:15px 0}}.layout .page__subtitle{font-size:30px;font-family:RobotoMedium}@media screen and (min-width:992px){.layout .wrapper-content{max-width:1340px;padding:0 20px;margin:0 auto}}@media screen and (min-width:768px)and (max-width:991px){.layout .wrapper-content{width:100%;padding:0 16px}}@media screen and (max-width:767px){.layout .wrapper-content{width:100%;padding:0 10px}}@media screen and (min-width:992px){.layout .content-padding{padding-top:40px;padding-bottom:40px}}@media screen and (min-width:768px)and (max-width:991px){.layout .content-padding{padding-top:32px;padding-bottom:32px}}@media screen and (max-width:767px){.layout .content-padding{padding-top:20px;padding-bottom:20px}}.block{width:100%}.block--gray{background-color:var(--gray-50)}.block__header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.block__title{font-size:30px;font-family:RobotoMedium}.block__link{font-family:Roboto;font-size:20px;color:var(--color-text-main)}.news{width:100%;display:grid}@media screen and (min-width:992px){.news{grid-template-columns:repeat(2,1fr);gap:12px}}@media screen and (min-width:768px)and (max-width:991px){.news{grid-template-columns:repeat(2,1fr);gap:12px}}@media screen and (min-width:576px)and (max-width:767px){.news{grid-template-columns:repeat(1,1fr);gap:20px}}@media screen and (max-width:575px){.news{grid-template-columns:repeat(1,1fr);gap:20px}}.news__item{padding:12px;display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px;cursor:pointer;transition:.3s;text-decoration:none}.news__item:hover{background-color:var(--gray-50)}.news__image{flex-shrink:0;width:200px;height:150px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:767px){.news__image{width:100px;height:100px}}.news__title{font-family:RobotoBold;margin-bottom:4px;color:var(--color-text-main)}.news__date{font-family:Roboto;margin-bottom:12px;font-size:14px;color:var(--color-text-second)}.news__excerpt{font-family:RobotoLight;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--color-text-main)}.news-data p{margin:14px 0;line-height:1.5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media screen and (min-width:768px){.news-data .alignright{float:right}}.news-data figure{margin:0 12px}.products{width:100%;display:grid}@media screen and (min-width:992px){.products{grid-template-columns:repeat(4,1fr);gap:12px}}@media screen and (min-width:768px)and (max-width:991px){.products{grid-template-columns:repeat(2,1fr);gap:12px}}@media screen and (min-width:576px)and (max-width:767px){.products{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:575px){.products{grid-template-columns:repeat(1,1fr);gap:20px}}.product{position:relative;display:flex;flex-direction:column;align-items:center;row-gap:12px;box-shadow:1px 2px 10px rgba(0,0,0,.1);padding:20px 12px;border-radius:4px;overflow:hidden;transition:.3s;cursor:pointer;background-color:#fff}.product__info{width:100%;display:flex;-moz-column-gap:4px;column-gap:4px}.product__image{display:flex;align-items:center;justify-content:center}.product__image img{height:200px;width:100%;-o-object-fit:cover;object-fit:cover}.product__data{text-align:center}.product__name{font-family:Roboto;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--color-text-second);margin-bottom:8px;font-size:14px}.product__old-price{font-size:14px;text-decoration:line-through;font-family:Roboto}.product__new-price{color:var(--color-main)}.product__new-price,.product__price{font-size:22px;font-family:RobotoBold}.product__price{color:var(--color-text-main)}.product__outofstock{font-size:12px;color:var(--color-text-second);font-family:Roboto;margin-top:4px}.product__buttons{position:absolute;display:flex;flex-direction:column;background-color:var(--color-main);padding:12px 0 0 0;transition:.3s;right:0;bottom:calc(100% - 50px);z-index:2}@media screen and (min-width:768px){.product:hover{transform:scale(1.02)}}.product__button{width:50px;height:50px;border:none;outline:none;color:var(--color-white);font-size:20px;transition:.3s}.product__button:not(:disabled){cursor:pointer;background-color:var(--color-main)}.product__button:hover{background-color:var(--color-main-light)}.product__button:disabled{cursor:not-allowed!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.detail-product__categories{display:flex;-moz-column-gap:4px;column-gap:4px;margin-bottom:20px}.detail-product__data{display:flex;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width:575px){.detail-product__data{flex-direction:column}.detail-product__sale{display:flex;align-items:flex-end;-moz-column-gap:12px;column-gap:12px;row-gap:12px;flex-wrap:wrap}.detail-product__sale .product__price{font-size:30px}.detail-product__sale .form-sale__item:last-child{width:100%}}.detail-product__images{width:400px;height:400px;margin-bottom:20px}.detail-product__images-item{height:100%;-o-object-fit:cover;object-fit:cover}.detail-product__description{line-height:1.6}.detail-product__description div,.detail-product__description p{font-family:Roboto;margin:10px 0}.detail-product__description strong{font-family:RobotoBold}.detail-product__attributes td{padding-top:6px;padding-bottom:6px}.detail-product__attributes-name{color:var(--color-text-second);font-family:RobotoMedium;font-size:14px;padding-right:30px}.detail-product__attributes-option{font-family:Roboto}.contact__item~.contact__item{margin-top:24px}.contact__map,.contact__map iframe{margin-top:24px;width:100%}.contact .subtitle{font-size:22px;color:var(--color-text-second);font-family:RobotoMedium;margin-bottom:8px}.contact .text{margin-bottom:4px}.info{margin-bottom:20px}.info h4{font-size:22px;margin:20px 0 12px 0;font-family:RobotoMedium}.info .text{text-align:justify;line-height:1.6}@media screen and (max-width:575px){.info img{width:100%}}.order-image{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.order-name{font-size:18px;font-family:Roboto;margin-bottom:4px}.order-text{font-size:14px;font-family:Roboto}.order .ml-2{margin-left:8px}.order__info{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.order__info .primary{color:var(--color-main)}.order__info .text{font-size:14px;color:var(--color-text-second)}.order__subtitle{font-size:22px;font-family:Roboto;margin-bottom:4px}.order__list{display:flex;flex-direction:column}.order__item{display:flex}@media screen and (min-width:768px){.order__item{justify-content:space-between;align-items:center}}@media screen and (max-width:767px){.order__item{flex-direction:column;align-items:center;row-gap:12px;border:1px solid var(--gray-100);margin:6px 0;padding:6px 0}.order__price{text-align:center;margin-bottom:8px}.order__count .order-text{display:none}}.question-block{position:relative}.question-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;filter:brightness(30%)}.question-form{background-color:var(--color-white);padding:12px;border-radius:8px;position:relative;display:flex}@media screen and (max-width:767px){.question-form{flex-direction:column-reverse}}.question-form .map{width:50%;height:100%}@media screen and (max-width:767px){.question-form .map{display:none}}.question-form .map iframe{width:100%}.question-form .inputs{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;padding:12px}@media screen and (max-width:767px){.question-form .inputs{row-gap:20px}}.question-form .inputs p{margin-bottom:10px;font-size:14px}.home__header{background-color:var(--color-gray)}.home__header-image{position:relative;width:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media screen and (max-width:575px){.home__header-image{width:100%}}.home__header-image:after{position:absolute;content:"";width:100%;height:100%;border-radius:50%;filter:blur(80px);background-color:var(--color-main);z-index:1}.home__header-image img{width:100%;-o-object-fit:cover;object-fit:cover;z-index:2}@media screen and (max-width:575px){.home__header-info{text-align:center}}.home__header-info button{margin-top:20px}@media screen and (max-width:575px){.home__header-info ul{text-align:left}}.home__header-info ul li{padding:6px 0}.home__header .content{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:576px)and (max-width:767px){.home__header .content{flex-direction:column-reverse}}@media screen and (max-width:575px){.home__header .content{flex-direction:column-reverse}}.footer{position:relative;width:100%;background-color:var(--color-main);padding:40px 0}.footer__wrapper{display:flex;justify-content:space-between}@media screen and (max-width:767px){.footer__wrapper{flex-direction:column-reverse;row-gap:20px;align-items:center}}.footer__info{display:flex;align-items:center}.footer__text{font-size:14px;color:var(--color-white);font-family:Roboto;margin-bottom:6px}.footer__link{color:var(--color-white);font-family:RobotoMedium}.footer__link--main{font-size:18px;margin-bottom:12px}@media screen and (max-width:767px){.footer__link--main{font-size:16px}}.footer__link:not(.footer__link--main){font-size:14px}@media screen and (max-width:767px){.footer__link:not(.footer__link--main){font-size:12px}}.footer__link:not(.footer__link--main)~.footer__link:not(.footer__link--main){margin-top:8px}.footer__map{display:flex;flex:1 1 auto;justify-content:space-evenly}.footer__contact,.footer__map-item{display:flex;flex-direction:column}.footer__contact{justify-content:center}.footer__tel{font-size:20px;text-transform:uppercase;text-decoration:none;cursor:pointer;color:var(--color-white);font-family:RobotoBold}.footer__logo{height:100%;background-color:var(--color-bg);padding:6px;margin-right:12px}.footer__logo img{max-height:150px;height:100%}.header{width:100%;position:fixed;top:0;left:0;z-index:1000;background-color:var(--color-bg-block)}@media screen and (min-width:768px){.header{height:140px}}@media screen and (max-width:767px){.header{height:80px;display:flex;flex-direction:row-reverse;flex-wrap:nowrap}}.header__wrapper{height:100%;display:flex}.header__data{width:100%;height:100%}@media screen and (max-width:767px){.header__data{flex:1 1 auto;display:flex;justify-content:space-between}}.header__info{display:flex;align-items:center;justify-content:space-between;padding:0 20px}@media screen and (min-width:768px){.header__info{width:100%;height:90px}}@media screen and (max-width:767px){.header__info{flex:1 1 auto;height:100%}}@media screen and (min-width:768px){.header__nav{width:100%;height:50px}}@media screen and (max-width:767px){.header__nav{width:0}}.header__buttons{display:flex;-moz-column-gap:20px;column-gap:20px}.header__burger{width:30px;height:30px;border-radius:50%;font-size:20px;display:flex;align-items:center;justify-content:center;background-color:var(--color-main);color:var(--color-white)}@media screen and (min-width:768px){.header__burger{display:none}}@media screen and (max-width:767px){.header__burger{display:flex}}.header__title{display:flex;flex-direction:column}.header__title .title{font-family:Arial,Helvetica,sans-serif;margin-bottom:4px;font-weight:500}@media screen and (min-width:768px){.header__title .title{font-size:24px}}@media screen and (max-width:767px){.header__title .title{font-size:16px}}.header__title .subtitle{color:var(--color-text-second);font-family:Roboto}@media screen and (min-width:768px){.header__title .subtitle{font-size:14px}}@media screen and (max-width:767px){.header__title .subtitle{font-size:12px}}.header__order{cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center}.header__order .el-badge{padding-top:2px}.header__order .el-icon{font-size:26px}.header__order:hover{color:var(--color-main)}.header__logo{height:100%;background-color:var(--color-bg);padding:6px}.header__logo img{height:100%}@media screen and (min-width:768px){.nav{width:100%;height:100%}}@media screen and (max-width:767px){.nav{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:var(--color-bg);transition:.3s}.nav:not(.open){left:-100%}.nav .open{left:0}.nav,.nav *{z-index:1010}}.nav__close-button{position:absolute;align-items:center;justify-content:center;top:10px;right:10px;width:40px;height:40px;background-color:var(--color-main);color:var(--color-white);border-radius:50%;font-size:20px;z-index:1020}@media screen and (min-width:768px){.nav__close-button{display:none}}@media screen and (max-width:767px){.nav__close-button{display:flex}}.nav__links{display:flex;align-items:center;margin:0;padding:0;height:100%}@media screen and (max-width:767px){.nav__links{flex-direction:column}}.nav__li{display:flex;align-items:center;list-style:none}@media screen and (min-width:768px){.nav__li{height:100%}}@media screen and (max-width:767px){.nav__li{width:100%;justify-content:center;height:20%}}.nav__link{position:relative;display:flex;align-items:center;height:100%;padding:0 20px;color:var(--color-text-main);text-decoration:none;font-family:RobotoBold;text-transform:uppercase;transition:.3s}@media screen and (min-width:992px){.nav__link{font-size:14px}}@media screen and (min-width:768px)and (max-width:991px){.nav__link{font-size:12px}}@media screen and (max-width:767px){.nav__link{width:100%;justify-content:center}}@media screen and (min-width:768px){.nav__link:hover{background-color:var(--color-main-light);color:var(--color-white)}}.nav__link--active{background-color:var(--color-bg-block)!important;color:var(--color-text-main)!important}@media screen and (min-width:768px){.nav__link--active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--color-main)}}.form{justify-content:flex-start;row-gap:20px}.form,.form__item{display:flex;flex-direction:column}.form__item{min-width:200px}@media screen and (max-width:767px){.form__item{width:100%}}.form__label{font-family:Roboto;font-size:14px;margin-bottom:6px}.form__group{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:12px;column-gap:12px}@media screen and (max-width:767px){.form__group{flex-direction:column;row-gap:20px}}.form__group .form__item{flex:1 1 auto}.form-filters{margin:30px 0}.form-filters .form{display:flex;flex-direction:row;align-items:center;-moz-column-gap:12px;column-gap:12px}@media screen and (max-width:767px){.form-filters .form{flex-direction:column}}.form-filters__tags{margin-top:12px;display:flex;flex-wrap:wrap;-moz-column-gap:4px;column-gap:4px;row-gap:4px;font-family:Roboto}.form-sale{margin-top:20px}.form-sale__item{display:flex;flex-direction:column}.form-sale__item~.form-sale__item{margin-top:12px}.form-sale__label{margin-bottom:4px;font-size:12px;color:var(--color-text-second)}.el-pager>*,.el-picker-panel__body>*,.el-select-dropdown__item span,.el-select>*,.form-sale__label{font-family:Roboto}.pagination{display:flex;justify-content:center;margin:30px 0}.breadcrumbs{margin:30px 0 0 0;font-family:Roboto}.warning{position:relative;margin:24px 0;width:100%;padding:12px;border-radius:8px;background-color:var(--gray-50);display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}@media screen and (max-width:767px){.warning:before{content:"";position:absolute;top:0;bottom:0;left:0;border-top-left-radius:8px;border-bottom-left-radius:8px;width:6px;background-color:var(--color-warning)}}.warning__icon{flex-shrink:0;width:50px;height:50px;border-radius:50%;background-color:var(--color-warning);align-items:center;justify-content:center;color:var(--color-white);font-size:24px}@media screen and (min-width:768px){.warning__icon{display:flex}}@media screen and (max-width:767px){.warning__icon{display:none}}.warning__title{font-family:RobotoMedium;margin-bottom:12px;text-align:justify}.warning__text{font-family:Roboto;font-size:14px;line-height:1.6;margin-bottom:8px}.warning__link{font-size:14px}.image-placeholder{background-color:var(--gray-300);display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:10px;border-radius:4px}.image-placeholder .el-icon{font-size:30px;color:var(--gray-500)}.image-placeholder__text{text-align:center;font-size:12px;color:var(--gray-500);font-family:RobotoMedium}.text{font-family:Roboto}@media screen and (min-width:768px){.text{font-size:20px;line-height:1.4}}@media screen and (max-width:767px){.text{font-size:16px;line-height:1.4}}.text--primary{color:var(--color-main)}.text--main{color:var(--color-text-main)}.text--white{color:var(--color-white)}.text--gray{color:var(--color-text-second)}.text-xs{font-size:16px;line-height:1.4}.link,.text-xs{font-family:Roboto}.link{position:relative;display:inline-block;color:var(--color-main);text-decoration:none;cursor:pointer}.link:before{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;transition:.3s;background-color:var(--color-main)}.link:hover:before{width:100%}.button{border:none;padding:16px 40px;font-family:Roboto;font-size:18px;border-radius:4px;cursor:pointer;transition:.3s}.button--orange{background-color:var(--color-orange);color:var(--color-white)}.button--orange:hover{background-color:var(--color-orange-dark)}