.mobile-navigation{position:fixed;bottom:0;left:0;width:100%;height:78px;background-color:#222;display:flex;align-items:center;justify-content:space-around;z-index:11}.mobile-navigation__item:nth-child(2){background-color:#fff;border-radius:100px;width:54px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:10px;color:var(--color-red)}.mobile-navigation__item:nth-child(2) span{height:24px}.mobile-navigation__item:first-child,.mobile-navigation__item:nth-child(3){text-align:center;color:#fff;display:flex;justify-content:center;flex-direction:column;align-items:center;font-size:10px}.mobile-navigation__item:first-child span,.mobile-navigation__item:nth-child(3) span{margin-bottom:8px;content:"";width:38px;height:38px;background-color:#fff;border-radius:100px;display:flex;align-items:center;justify-content:center}.mobile-navigation__item:first-child span svg path,.mobile-navigation__item:nth-child(3) span svg path{fill:var(--color-red)}.mob-menu{position:fixed;width:100%;height:100vh;background-color:#fff;z-index:10;left:0;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:78px;transform:translateY(100px);opacity:0;transition:.3s ease-in-out;pointer-events:none}.mob-menu.\--open{opacity:1;transform:translateY(0);pointer-events:auto}.mob-menu__link:not(:last-child){color:#373737;font-size:28px;margin:20px 0}.mob-menu__link:last-child{width:100%;background-color:var(--color-red);font-size:22px;color:#fff;display:flex;align-items:center;justify-content:center;padding:15px 0}.mob-menu__link:last-child img{margin-right:15px}.mob-menu .mob-menu-phone{color:#dd0802;font-size:18px;margin-bottom:40px;font-weight:500}.skeleton-background{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#eaeaea;background:linear-gradient(90deg,#e1e1e1 8%,#d8d8d8 18%,#e1e1e1 33%);background-size:1000px 104px;position:relative;content:""}.skeleton-background.w-100{width:100%}.skeleton-background.w-80{width:80%}.skeleton-background.w-70{width:70%}.skeleton-background.w-50{width:50%}.skeleton-background.h-15{height:15px}.skeleton-background.h-20{height:20px}.skeleton-background.h-24{height:24px}.skeleton-background.h-30{height:30px}.skeleton-background.h-40{height:40px}.skeleton-background.h-50{height:50px}.skeleton-background.h-100{height:100%!important}.skeleton-background:hover{box-shadow:none!important}.p-abs{position:absolute;left:0;top:0;width:100%;height:100%}.color-transparent{color:transparent!important}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.mod-main-input{position:relative;width:100%;margin-bottom:25px}.mod-main-input__error{opacity:0;position:absolute;left:0;bottom:-24px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:#de350b}.mod-main-input__label{font-weight:500;font-size:16px;margin-bottom:10px;display:block;color:#373737}.mod-main-input__input{height:48px}.mod-main-input__input,.mod-main-input__textarea{width:100%;background:transparent;border:1px solid #e6e8ec;padding:10px 20px;font-size:14px;border-radius:12px;font-weight:600;line-height:18px}.mod-main-input__input::placeholder,.mod-main-input__textarea::placeholder{font-family:var(--main-font);font-weight:500;font-size:14px;line-height:18px}.mod-main-input--active .mod-main-input__input:focus,.mod-main-input--active .mod-main-input__textarea:focus{border-color:#999}.mod-main-input--error .mod-main-input__error{color:#de350b!important}.mod-main-input--error .mod-main-input__input,.mod-main-input--error .mod-main-input__textarea{box-shadow:0 0 2px 0 #de350b;border-color:#de350b!important}.mod-main-input:not(.mod-main-input--active) .mod-main-input__input:focus,.mod-main-input:not(.mod-main-input--active) .mod-main-input__textarea:focus{border-color:#999}.profile-input .mod-main-input__input{height:auto;border:1px solid #e2e8f0;padding:16px}.mod-select__control{font-family:var(--main-font);border-radius:12px!important;min-height:48px!important;border-color:#e6e8ec!important;border-width:1px!important;cursor:pointer!important}.mod-select__control:hover,.mod-select__control:hover .mod-select__indicator{border-color:#d5dbe7!important}.mod-select__value-container{padding-left:16px!important;max-width:223px!important;height:48px!important;overflow:auto!important}.project-buildings .mod-select__value-container{overflow:hidden!important}.mod-select__placeholder{color:#ccc!important;font-weight:500!important;font-size:14px!important}.mod-select__single-value{color:#999!important;font-weight:600!important;font-size:14px!important}.mod-select__indicator{margin-right:10px!important;border:2px solid var(--form-border-color);border-radius:100px;padding:2px!important}.mod-select__loading-indicator{display:none!important}.mod-select__indicator-separator{display:none}.mod-main-input--error .mod-select__control:not(.mod-select__control--is-focused){border-color:#de350b!important;border-width:1px!important;box-shadow:0 0 2px 0 #de350b}.small-options .mod-small-radio span{max-width:40px}.mod-small-radio{display:flex}.mod-small-radio__wrap{width:100%;display:flex;border:2px solid var(--form-border-color);height:48px;border-radius:12px;padding:8px 0}.mod-small-radio__wrap>div{flex:1 1;display:flex;align-items:center;justify-content:center;color:var(--form-value-color);font-weight:600;cursor:pointer;padding:0 5px}.mod-small-radio__wrap>div:not(:first-child){border-left:1px solid var(--form-border-color)}.mod-small-radio__wrap>div.\--active span{background-color:var(--main-color);color:#fff}.mod-small-radio__wrap>div span{border-radius:6px;text-align:center;display:block;width:100%;padding:6px 11px;transition:.2s ease-in-out}.mod-main-input-range{position:relative}.mod-main-input-range .input-range__label{display:none}.mod-main-input-range .input-range__wrap{padding:0 10px;position:absolute;left:0;bottom:-3px;width:100%}.mod-main-input-range .input-range__track--background{height:3px!important;background-color:var(--form-border-color)!important;margin-top:0}.mod-main-input-range .input-range__track{height:3px!important;background-color:var(--main-color)}.mod-main-input-range .input-range__slider{width:15px;height:15px;background-color:var(--main-color);border-color:#fff;margin-top:-10px}.short-filter{display:flex;align-items:flex-end;margin:0 -10px}.short-filter>div{width:25%;padding:0 10px}.multi-select__value-container{color:var(--color-darkBlue);justify-content:space-between;max-width:100%!important}.multi-select__value-container span{font-weight:700}.multi-select__count{font-weight:700;width:27px;height:27px;border-radius:100px;border:2px solid var(--color-lightBlue);background:var(--color-babyblue);color:var(--main-color)}.multi-select__count_active{color:#fff;border-color:var(--main-color);background-color:var(--main-color)}.multi-select__options-container{position:absolute;top:calc(100% + 10px);left:0;width:100%;z-index:100;opacity:0;transform:translateY(-10px);pointer-events:none;transition:.15s ease-in-out;border-radius:12px;background:#fff;padding:12px 16px;box-shadow:0 0 10px 0 rgba(0,0,0,.05)}.multi-select__options-container_active{opacity:1;transform:translateY(0);pointer-events:auto}.multi-select__option{width:-webkit-max-content;width:max-content;border-radius:4px;background:var(--color-babyblue);color:var(--main-color);font-size:14px;font-weight:500;padding:4px 8px;display:flex;align-items:center;justify-content:space-between}.multi-select__option button{margin-left:10px;width:14px;height:17px}.multi-select__option button svg{width:100%;height:100%}.multi-select__option:first-child{margin-top:8px}.multi-select__option:not(:last-child){margin-bottom:8px}@media (max-width:992px){.short-filter{flex-wrap:wrap}.short-filter>div{width:100%;padding:0 10px}}.custom-multi-select .mod-select__multi-value{background-color:var(--color-babyblue)}.custom-multi-select .mod-select__multi-value__label{color:var(--main-color);font-weight:600}.range-slider{height:4px!important}.mx-main-modal-container{position:fixed;right:0;top:0;width:100%;height:100vh;z-index:1100;overflow-y:auto}.mx-main-modal-container .mx-main-modal-overlay{width:100%;height:100%;content:"";background-color:rgba(0,0,0,.4);position:fixed;left:0;top:0}.mx-main-modal-container .mx-main-modal{position:relative;z-index:2;display:flex;height:100%}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper{margin:auto;padding:10px;position:relative;width:100%;cursor:pointer}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .custom-modal-close{right:50%;cursor:pointer;top:100%;position:absolute;transform:translateX(21px)}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box{overflow:hidden;background-color:#fff;border-radius:20px;box-shadow:30px 32px 64px 0 rgba(0,0,0,.31)}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box.overflow-scroll{max-height:70vh;overflow-y:auto}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box .mx-buttons{display:flex;flex-wrap:wrap}.mx-main-modal-container .mx-main-modal .mx-modal-wrapper .mx-modal-box .mx-buttons .mx-btn{margin:0 10px}.big-filter-modal{height:85vh}.big-filter-modal .mx-modal-box{height:100%}.big-filter-modal .mx-modal-box__content{max-height:calc(100% - 150px)}.big-filter-modal form{height:100%}.big-filter-modal form>div{height:100%;display:flex;flex-direction:column;justify-content:space-between}.mx-modal-box__head{display:flex;align-items:center;justify-content:space-between;color:var(--color-darkBlue);font-size:18px;font-weight:500;padding:15px 30px;border-bottom:1px solid #e6e8ec}.mx-modal-box__head img{display:block;cursor:pointer}.mx-modal-box__content{padding:30px}.mx-modal-box__footer{padding:12px 30px;border-top:1px solid #e6e8ec}@media (max-width:992px){.mx-modal-box__head{padding:12px 15px}.mx-modal-box__head img{width:30px;height:30px}.mx-modal-box__footer{padding:12px 15px}.mx-modal-box__content{padding:15px}}.no-connection{pointer-events:none}.no-connection.\--visible .no-connection__content{transform:translateY(0);opacity:1}.no-connection.\--visible .no-connection__overlay{opacity:.6}.no-connection__content{position:fixed;top:30px;width:100%;max-width:600px;left:50%;margin-left:-300px;z-index:1000;padding:0 20px;background-color:#fae8a9;border-radius:4px;display:flex;align-items:center;justify-content:space-between;opacity:0;transition:.2s ease-in-out;transform:translateY(-100%)}.no-connection__overlay{background-color:#fff;width:100vw;height:100vh;position:fixed;left:0;top:0;content:"";z-index:999;opacity:0;transition:.3s ease-in-out}.no-connection__text{color:#736125;font-size:15px}.no-connection svg{width:40px;height:40px}.no-connection__icon,.spinner-wrap{display:flex;align-items:center}.spinner-wrap{width:100%}.spinner-wrap.full{justify-content:center;height:100vh;width:100%;position:fixed;left:0;top:0;z-index:10;background-color:hsla(0,0%,100%,.7)}.spinner-wrap.absolute{position:absolute;justify-content:center;height:100%;background-color:hsla(0,0%,100%,.8)}.spinner-wrap.center{justify-content:center}.spinner-wrap.end{justify-content:flex-end}.spinner-wrap.start{justify-content:flex-start}.spinner-wrap.md .spinner{width:35px;height:35px}.spinner{display:inline-block;width:50px;height:50px;border-radius:50%;border:3px solid var(--color-grey);border-top-color:var(--color-main);animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}.news-card{width:100%;height:100%;padding:0 0 5px;cursor:pointer}.news-card:hover{filter:drop-shadow(0 18px 80px rgba(91,94,143,.1))}.news-card__top{margin-bottom:10px}.news-card__img{padding-bottom:55.6%;margin-bottom:16px}.news-card__img img{border-radius:10px}.news-card__date{font-weight:400;font-size:14px;line-height:20px;color:#bcbfc2}.news-card__title{font-weight:600;font-size:14px;line-height:20px;color:#262d33}#custom-alert-zone{position:fixed;right:0;top:0;width:100%;max-width:400px;z-index:99999999;overflow:hidden;height:100vh;padding:20px;pointer-events:none}#custom-alert-zone>div:not(:last-child){margin-bottom:10px}#custom-alert-zone .alert-item{display:flex;align-items:center;pointer-events:auto;border-radius:16px;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);color:#fff;padding:15px 30px 15px 80px;background-repeat:no-repeat;background-position:center left 20px;background-size:40px;position:relative;transition:.2s ease-in-out;transform:translateX(20px);opacity:0;min-height:74px}#custom-alert-zone .alert-item.\--show{transform:translateX(0);opacity:1}#custom-alert-zone .alert-item__close-btn{width:15px;height:15px;content:"";cursor:pointer;background-image:url(/static/media/close-white.295f3994.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;position:absolute;right:15px;top:15px}#custom-alert-zone .alert-item__title{display:none;font-size:20px;font-weight:500;margin-bottom:8px}#custom-alert-zone .alert-item__text{line-height:22px;font-size:16px;font-weight:400}#custom-alert-zone .alert-item--info{background-image:url(/static/media/alert-danger.eba7d072.svg);background-color:#307adb}#custom-alert-zone .alert-item--danger{background-image:url(/static/media/alert-danger.eba7d072.svg);background-color:#d32929}#custom-alert-zone .alert-item--warning{background-image:url(/static/media/alert-danger.eba7d072.svg);background-color:#fbc500}#custom-alert-zone .alert-item--success{background-image:url(/static/media/alert-check.5601a426.svg);background-color:#91c714}.page-preloader{width:100%;height:100%;background-color:#f4fbff;position:fixed;left:0;top:0;z-index:1000;transition:.2s ease-in-out}.page-preloader__wrapper{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.page-preloader__spinner{width:100px;height:100px;margin:0;background:transparent;border-top:4px solid #48c0fb;border-right:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.page-preloader__icon{width:100px;height:100px;background-image:url(/static/media/miniLogo.dfa53d1e.svg);background-repeat:no-repeat;background-position:50%;position:absolute;left:50%;top:50%;margin-left:-50px;margin-top:-50px;animation:bounce 1s linear infinite}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.block-no-data{width:100%;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;background-color:#fffcf5;text-align:center}.block-no-data.\--big-image{padding:0;background-color:initial}.block-no-data.\--big-image img{width:100%}.block-no-data img{width:200px;margin-bottom:20px}.block-no-data .\--title{font-size:32px;margin-bottom:10px;color:#373737}.block-no-data .\--description{font-weight:400;margin-bottom:40px;font-size:20px;color:#373737}.block-no-data .\--link{color:#373737;text-decoration:underline}.about-company{display:flex;flex-wrap:nowrap}.about-company.\--first-animation .about-company__logo>img:first-child{top:0;opacity:1}.about-company__block{display:inline-block;white-space:normal}.about-company__block:first-child{background-color:#fffcf5;z-index:1}.about-company__block:nth-child(4){width:70vw;min-width:70vw}.about-company__block:nth-child(4) img{height:100vh;width:100%;object-fit:cover}.about-company__block:nth-child(5){width:130vw;min-width:130vw}.about-company__block:nth-child(5) img{height:100vh;width:100%;object-fit:cover}.about-company__block:nth-child(6){width:100vw;min-width:100vw}.about-company__block:nth-child(6) img{height:100vh;width:100%;object-fit:cover}.about-company__block>div{height:100vh;position:relative}.about-company__welcome{padding:50px 620px 10vh 50px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.about-company__logo{position:relative;margin-bottom:10vh}.about-company__logo>img:first-child{opacity:0;position:absolute;left:0;top:-400px;width:100%;height:100%;transition:1s ease-in-out}.about-company__target{background-color:#222;display:flex;justify-content:center;align-items:center;padding-left:600px}.about-company__target-img{padding-left:180px;min-width:1300px;position:relative;flex:1 1}.about-company__target-img:after{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#64010a;content:""}.about-company__target-img img{position:relative;z-index:1;display:block;height:100vh;width:auto;min-width:800px}.about-company__quality{background:#64010a;display:flex;justify-content:center;align-items:center;padding:0 80px}.about-company__quality .about-company__caption{width:900px}.about-company__quality-img{padding-left:100px;white-space:nowrap}.about-company__quality-img img{display:inline-block;height:100vh;width:auto}.about-company .about-company__img{display:flex;align-items:flex-end;position:absolute;right:0;top:50%;transform:translate(50%,-50%)}.about-company .about-company__img:after{background:#222;background:linear-gradient(90deg,#222 50%,#4f4f4f);border-radius:30px;content:"";position:absolute;left:0;bottom:0;height:500px;width:100%}.about-company .about-company__img span{padding:0 30px 30px 40px;font-size:38px;font-weight:700;color:#fff;display:block;position:relative;z-index:1}.about-company .about-company__img img{position:relative;z-index:1}.about-company__title{font-size:11vw;color:#313131}.about-company__subtitle,.about-company__title{font-weight:800;text-transform:uppercase;line-height:normal}.about-company__subtitle{font-size:10vw;color:#fff;margin-top:20vh}.about-company__caption{display:flex;color:#222;width:1000px}.about-company__caption.\--white{color:#fff}.about-company__caption>div:first-child{font-size:48px;font-weight:700}.about-company__caption>div:nth-child(2){flex:1 1;padding-left:50px;padding-top:10px;font-size:24px;line-height:34px;font-weight:500}.about-company__scroll{cursor:pointer;display:flex;align-items:center;font-weight:500;position:absolute;left:50px;bottom:50px}.about-company__scroll svg{margin-left:20px}.about-company__scroll.\--white{color:#fff}.about-company__scroll.\--white svg path{fill:#fff}.about-company-wrap{height:2500px}.about-company-sticky{height:100vh;position:-webkit-sticky;position:sticky;top:0}.about-welcome{padding-top:80px;position:relative}.about-welcome__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80%;max-width:1200px;margin:0 auto;position:relative;z-index:1}.about-welcome__logo{max-width:510px}.about-welcome__btn{transition:.3s ease-in-out;cursor:pointer}.about-welcome__btn:hover{transform:scale(1.1)}.about-welcome__text{text-align:center;margin:30px 0;font-weight:600;line-height:26px;font-size:18px;color:#828282}.about-welcome__slider{width:100vw;margin-top:80px;background-image:url(/static/media/about-slider.35763281.png);background-size:100vw auto;background-repeat:repeat-x;padding-bottom:24%;content:"";display:block;animation:bg-scrolling 10s infinite;animation-timing-function:linear;position:relative;z-index:1}.about-welcome__decor{width:360px;margin-left:-180px;position:absolute;left:50%;bottom:-5%;transform-origin:center bottom}.about-welcome .about-welcome__btn,.about-welcome .about-welcome__logo,.about-welcome .about-welcome__slider,.about-welcome .about-welcome__text,.about-welcome__decor{transition:1s ease-in-out}.about-welcome.\--active .about-welcome__decor{transform:scale(3.8)}.about-welcome:not(.\--active) .about-welcome__logo{transform:translateY(-200px);opacity:0}.about-welcome:not(.\--active) .about-welcome__btn,.about-welcome:not(.\--active) .about-welcome__text{transform:translateY(-20px);opacity:0}.about-welcome:not(.\--active) .about-welcome__slider{opacity:0}@keyframes bg-scrolling{0%{background-position:100vw 0}}.about-item{position:relative;background-color:#fff;border-radius:30px;min-height:250px}.about-item__title{font-weight:800;font-size:40px;line-height:52px;position:absolute;left:0;top:50%;transform:translateY(-50%);transform-origin:left top;padding:30px}.about-item__title .about-item__title-origin{display:flex}.about-item__title span{margin-right:12px;color:#b30111}.about-item__icon{position:absolute;right:30px;top:50%;transform:translateY(-50%);max-height:60%}.about-item__description{font-size:16px;color:#7d7d7d;padding:80px 30px 30px}.about-item__btn{cursor:pointer;position:absolute;top:20px;right:20px;width:50px;height:50px}.about-item .about-item__btn,.about-item .about-item__description,.about-item .about-item__icon,.about-item .about-item__title,.about-item .about-item__title-fake,.about-item .about-item__title-origin>*{transition:.2s linear}.about-item.\--active .about-item__icon,.about-item.\--active .about-item__title-fake,.about-item:not(.\--active) .about-item__description,.about-item:not(.\--active) .about-item__title-origin>div{opacity:0}.about-item.\--active .about-item__btn{transform:rotate(45deg)}.about-item.\--active .about-item__title{transform:translateY(0) scale(.9);top:0}@media (max-width:1600px){.about-item__title{font-size:30px;line-height:normal}.about-item__icon{max-height:120px}}:root{--main-font:"Jeko",sans-serif;--main-font2:"TTTravels",sans-serif;--main-font3:"Kinetika",sans-serif;--main-font4:"Aldrich",sans-serif;--color-black:#000;--color-base:#fff;--color-bg:#faf5ea;--color-grey:#d9d9d9;--color-dark:#222;--color-main:#a81818;--color-red:#c21313}body{color:var(--color-black);background:var(--color-bg);font-family:var(--main-font);font-weight:400;overflow-x:hidden;position:relative}body.active{overflow-y:hidden}.test{width:100%}.test-list{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.test-list li{max-width:200px;width:100%;margin-bottom:20px}.test-list li:last-child{margin-bottom:0}.test-link{text-align:center;width:100%;color:var(--color-base);font-weight:700;font-size:18px;border:1px solid var(--color-base);padding:8px 16px;border-radius:8px;background-size:400px;background:linear-gradient(45deg,#b30111,#b30111 50%,#64010a);transition:all .3s ease-in-out}.test-link:hover{animation:animation .3s linear forwards}@keyframes animation{0%{background-size:400px}to{background-size:600px}}.banner-slider .swiper-button-next,.banner-slider .swiper-button-prev{width:48px;height:48px;background:var(--color-dark);border-radius:50%}.banner-slider .swiper-button-next:after,.banner-slider .swiper-button-prev:after{content:none}.banner-slider__img,.banner-slider__img img{border-radius:24px}.banner-slider__img img{object-fit:cover}.about-us__top{max-width:850px;width:100%;margin:0 auto;text-align:center}.about-us__logo{margin-bottom:32px}.about-us__title{font-weight:700;font-size:48px;line-height:52px;margin-bottom:24px}.about-us__text{font-weight:500;font-size:24px;line-height:28px}.about-us__wrapper{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@media (max-width:1600px){.about-us__wrapper{grid-template-columns:repeat(2,1fr)}}.about-card{border-radius:24px;padding:48px 24px;background:#b30111;min-height:430px;display:flex;flex-direction:column;justify-content:space-between}@media (max-width:1600px){.about-card{min-height:250px}.about-card .about-card__icon img{width:50px}}.about-card__title{font-weight:800;font-size:32px;line-height:34px;color:var(--color-base)}.about-card__bottom{display:flex;align-items:flex-end;justify-content:space-between}.about-card__num{font-style:italic;font-size:24px;line-height:26px;color:var(--color-base)}.about-wrapper__img{width:100%;position:relative;height:100%}.about-wrapper__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:40px}.about-wrapper__top{margin-bottom:30px;display:flex;justify-content:space-between}.about-wrapper__text{font-weight:800;font-size:36px;line-height:52px;color:var(--color-base)}@media (max-width:1600px){.about-wrapper__text{font-size:30px;line-height:40px}}.about-wrapper__companies{max-width:580px;width:100%;padding:40px 20px;border-radius:40px;background:#dd0802;margin-right:24px;min-height:265px}.about-wrapper__companies img{width:272px;margin-bottom:32px}.about-wrapper__book{max-width:430px;width:100%;padding:43px 32px;background:var(--color-base);position:relative;font-weight:500;font-size:36px;line-height:60px;color:#828282;border-radius:40px}.about-wrapper__book:after{content:"";position:absolute;bottom:0;right:0;width:160px;height:172px;z-index:2;background-image:url(/static/media/book.23c89605.png)}@media (max-width:1600px){.about-wrapper__book{font-size:30px;line-height:40px}}.about-description{background:var(--color-base);padding:32px;border-radius:40px}.about-description p{font-weight:400;font-size:16px;line-height:20px;color:#828282;margin-bottom:14px}.about-description p:last-child{margin-bottom:0}.about-inner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.modal{position:fixed;left:0;top:0;width:100%;height:100vh;background:rgba(34,34,34,.5);z-index:999;display:grid;justify-content:center;align-items:center;overflow-y:auto;visibility:hidden;opacity:0;transition:all .3s ease-in-out}.modal.open{visibility:visible;opacity:1}.modal-wrapper{min-width:543px;width:100%;height:auto;background:var(--color-base);padding:30px 35px;border-radius:8px;z-index:1}.modal-title{font-weight:500;font-size:32px;line-height:44px;text-align:center;margin-bottom:32px}.modal-form{max-width:344px;width:100%;margin:0 auto 14px}.modal-city{font-weight:500;color:#373737;font-size:16px;line-height:22px;margin-bottom:6px}.modal-top{margin-bottom:64px}.modal-box{margin-bottom:32px}.modal-input{background:#f0ece3;width:100%;border-radius:32px;height:56px;padding:17px 24px;font-size:16px;line-height:22px;color:#373737;border:none}.modal-input::placeholder{color:#ccc}.modal .btn-main{width:100%}.catalog-wrapper__top{margin-bottom:30px}.catalog-wrapper__box{margin:0 -6px}.catalog-wrapper__box,.catalog-wrapper__item{display:flex;align-items:center}.catalog-wrapper__item{background:#fffcf5;padding:10px 16px;border-radius:8px;margin:0 6px}.catalog-wrapper__name{font-size:14px;line-height:21px;color:#4f4f4f}.catalog-wrapper__clear{width:20px;height:20px;background-repeat:no-repeat;background-size:10px;background-image:url(/static/media/clear.f904eb4c.svg);margin-left:16px;background-position:50%;cursor:pointer}.catalog-wrapper__filter{font-family:var(--main-font2);font-weight:500;font-size:12px;line-height:16px;color:#ff4646;margin-left:36px;cursor:pointer}.catalog-wrapper__inner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 24px;gap:40px 24px}@media (max-width:1500px){.catalog-wrapper__inner{grid-template-columns:repeat(2,1fr)}}.catalog-filter{background:#fffcf5;border-radius:24px;padding:32px}.catalog-filter__box{margin-bottom:48px}.catalog-filter__title{font-size:28px;line-height:40px;color:#dd0802;font-family:var(--main-font3);margin-bottom:12px}@media (max-width:1600px){.catalog-filter__title{font-size:22px}}.catalog-filter__item{margin-left:16px;margin-bottom:16px}.catalog-filter__item.\--open .catalog-filter__items img{transform:rotate(180deg)}.catalog-filter__items{display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-bottom:12px}.catalog-filter__items img{transition:all .3s ease-in-out}.catalog-filter__name{font-weight:400;font-size:20px;line-height:30px;color:#242424}@media (max-width:1600px){.catalog-filter__name{font-size:18px}}.catalog-filter__list{padding-left:32px}.catalog-filter__list li{list-style:disc;color:#706f6d;margin-bottom:12px}@media (max-width:1600px){.catalog-filter__list li{margin-bottom:8px}}.catalog-filter__list li:last-child{margin-bottom:12px}.catalog-filter__link{font-family:var(--main-font3);font-size:20px;line-height:25px;color:#706f6d}@media (max-width:1600px){.catalog-filter__link{font-size:16px}}.catalog-checkbox{padding-left:16px}.catalog-checkbox li{margin-bottom:12px}.catalog-checkbox li:last-child{margin-bottom:0}.catalog-checkbox__label{position:relative;display:flex;align-items:center}.catalog-checkbox__border{position:relative;width:30px;height:30px;border-radius:4px;border:1px solid #c8c8c8;flex-shrink:0;display:block;transition:all .1s ease-in-out}.catalog-checkbox__border:after{content:"";position:absolute;width:24px;height:24px;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);background-image:url(/static/media/done.f77d6643.svg);opacity:0;transition:all .2s ease-in-out}.catalog-checkbox__category{font-family:var(--main-font3);font-size:20px;line-height:25px;color:#242424;margin-left:12px;-webkit-user-select:none;user-select:none}.catalog-checkbox__category:last-child{font-size:16px;line-height:20px}.catalog-checkbox__input{position:absolute;opacity:0}.catalog-checkbox__input:checked~.catalog-checkbox__border{border-color:transparent;background:#dd0802}.catalog-checkbox__input:checked~.catalog-checkbox__border:after{transform:translate(-50%,-50%) scale(1);opacity:1}.back-section{margin-bottom:30px}.back-section.mb-0{margin-bottom:0}.back-section__btn{display:flex;align-items:center;justify-content:center;background:#fffcf5;border-radius:18px;padding:11px 19px}.back-section__btn span{font-weight:500;font-size:18px;line-height:22px;margin-left:18px;color:#a81818}.vacancy-section__title{font-weight:600;font-size:32px;line-height:42px;margin-bottom:18px}.vacancy-section__text{font-family:var(--main-font4);font-size:20px;line-height:26px;color:#6d6d6d}.vacancy-wrapper{margin-top:45px;max-height:500px;overflow-y:auto;direction:rtl;scroll-behavior:smooth}.vacancy-wrapper::-webkit-scrollbar{width:14px;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.vacancy-wrapper::-webkit-scrollbar-track{background:#fff}.vacancy-wrapper::-webkit-scrollbar-thumb,.vacancy-wrapper::-webkit-scrollbar-track{-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;border-radius:18px}.vacancy-wrapper::-webkit-scrollbar-thumb{background:#dd0802}.vacancy-wrapper::-webkit-scrollbar-thumb:hover{background:#dd0802;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.vacancy-wrapper__items{cursor:pointer;background:#fffcf5;padding:32px;border-radius:24px;margin-bottom:32px;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;margin-left:20px}.vacancy-wrapper__items:last-child{margin-bottom:0}.vacancy-wrapper__box{display:flex;flex-direction:column;align-items:center}.vacancy-wrapper__box.\--start{align-items:flex-end}.vacancy-wrapper__name{font-weight:600;font-size:32px;line-height:42px;color:#222;margin-bottom:24px}@media (max-width:1600px){.vacancy-wrapper__name{font-size:24px;line-height:34px}}.vacancy-wrapper__text{font-size:18px;line-height:24px;color:#222}@media (max-width:1600px){.vacancy-wrapper__text{font-size:16px;line-height:20px}}.contact-section__title{font-weight:600;font-size:32px;line-height:42px;margin-bottom:30px}.contact-section__city li{margin-bottom:14px}.contact-section__subtitle{margin-bottom:18px;font-size:24px;line-height:34px}.contact-section__link{font-size:20px;line-height:30px;color:#dd0802}.contact-section__box{margin-bottom:80px;display:flex;flex-direction:column}.contact-section__box:last-child{margin-bottom:0}.contact-section__box .contact-section__link{margin-bottom:14px}.contact-section__map svg{cursor:pointer}.basket-section{margin-bottom:40px}.basket-total{background:#fffcf5;border-radius:24px;padding:32px}.basket-total__title{font-size:32px;line-height:40px;color:#b1b1b1;margin-bottom:24px}.basket-total__quantity{font-weight:500;font-size:24px;line-height:30px}.basket-total__top{margin-bottom:110px}.basket-total__text{font-size:18px;line-height:22px;color:#b1b1b1}.basket-total__total{font-weight:500;font-size:32px;line-height:40px;color:#b1b1b1;margin-bottom:12px}.basket-total__total span{color:#dd0802}.basket-total__button{display:flex;align-items:center;margin:50px -12px 0}.basket-total__button .btn-dark,.basket-total__button .btn-red{margin:0 12px;height:50px;border-radius:50px;padding:14px 24px}.basket-total__button .btn-dark span,.basket-total__button .btn-red span{color:var(--color-base)}.basket-top{background:#b30111;border-radius:24px 24px 0 0;padding:18px 18px 40px;display:flex;align-items:center;justify-content:space-between;margin-bottom:-30px}.basket-top .catalog-checkbox__border{width:24px;height:24px;border-radius:8px}.basket-top .catalog-checkbox__border:after{width:16px;height:16px;background-image:url(/static/media/doneRed.6aded8cd.svg);background-repeat:no-repeat}.basket-top .catalog-checkbox__input:checked~.catalog-checkbox__border{background:var(--color-base)}.basket-top .catalog-checkbox__category{font-size:14px;line-height:20px;color:var(--color-base)}.basket-top__delete{display:flex;align-items:center}.basket-top__delete img{margin-right:4px}.basket-top__delete span{font-size:14px;line-height:20px;color:var(--color-base)}.basket-card{position:relative;background:#fffcf5;padding:25px 22px;border-radius:24px;display:flex;align-items:center;margin-bottom:24px}.basket-card .catalog-checkbox__border{width:24px;height:24px;border-radius:8px}.basket-card .catalog-checkbox__border:after{width:16px;height:16px;background-image:url(/static/media/doneWhite.f2106943.svg);background-repeat:no-repeat}.basket-card__img{position:relative;margin:0 40px;max-width:287px;width:100%;padding-bottom:30%}.basket-card__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.basket-card__info{max-width:540px;width:100%}.basket-card__price{font-weight:500;font-size:48px;line-height:60px;color:#dd0802}.basket-card__title{font-weight:600;font-size:24px;line-height:28px;color:#1e1e1e;margin-bottom:12px}.basket-card__text{font-size:16px;line-height:20px;color:#464646;margin-bottom:24px}.basket-card__category{margin-bottom:24px;font-weight:500;font-size:18px;line-height:22px;color:#222}.basket-card__category span{color:#b1b1b1}.basket-card__close{position:absolute;top:16px;right:16px;cursor:pointer}.basket-quantity{margin-bottom:40px}.basket-quantity,.basket-quantity__add,.basket-quantity__remove{display:flex;align-items:center}.basket-quantity__add,.basket-quantity__remove{justify-content:center;max-width:40px;width:100%;height:35px;font-weight:500;font-size:32px;color:var(--color-base);background:#b30111}.basket-quantity__add{border-radius:0 45px 45px 0}.basket-quantity__remove{border-radius:45px 0 0 45px}.basket-quantity__zero{max-width:106px;width:100%;text-align:center;font-weight:500;font-size:28px;line-height:35px}.accordion{-webkit-user-select:none;user-select:none}.accordion-header{background-color:#fffcf5;padding:30px 24px;cursor:pointer;border-radius:24px;font-size:32px;line-height:40px;display:flex;align-items:center;justify-content:space-between}@media (max-width:1600px){.accordion-header{font-size:20px;line-height:26px;padding:10px 24px}}.accordion-header span{font-weight:600;margin-right:24px}.accordion-header img{transition:all .3s ease-in-out;transform:rotate(0)}.accordion-header.active img{transform:rotate(180deg)}.accordion-item{margin-bottom:24px}@media (max-width:1700px){.accordion-item{margin-bottom:14px}}.accordion-body{height:0;overflow:hidden;transition:height .3s ease;padding:0;background:#fffcf5;margin-top:10px;border-radius:14px}.accordion-body p{font-size:20px;line-height:36px;margin:0;padding:30px 24px;color:#706f6d}.accordion-body.active{height:auto}.branch-section__title{font-weight:800;font-size:64px;line-height:80px;color:#222;margin-bottom:45px}@media (max-width:1600px){.branch-section__title{font-size:32px;line-height:40px;margin-bottom:26px}}.branch-section__box{display:flex;grid-gap:22px;gap:22px}.branch-section__link{position:relative;width:100%}.branch-section__link:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:24px;background:rgba(0,0,0,.5)}.branch-section__img{position:relative;width:100%;height:100%}.branch-section__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:24px}.branch-section__imfo{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.branch-section__text{font-weight:700;font-size:32px;line-height:32px;color:var(--color-base)}.branch-section__item{max-width:430px;width:100%}.branch-section__goodwell{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:24px;min-height:300px;background:#b30111;background:linear-gradient(45deg,#b30111,#b30111 50%,#64010a)}.branch-section__goodwell img{margin-bottom:18px}.branch-section__goodwell span{font-size:24px;line-height:30px;color:var(--color-base)}.news-single__img{position:relative;padding-bottom:100%}.news-single__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:24px}.news-single__date{font-weight:500;font-size:18px;line-height:22px;color:#dd0802;margin-bottom:18px}.news-single__title{font-weight:700;font-size:32px;line-height:40px;margin-bottom:32px}.news-single__subtitle{font-size:24px;line-height:30px;color:#222}.news-single__wrap{display:flex}.news-single__wrap-left{width:580px;min-width:580px}.news-single__wrap-right{padding-left:25px;max-width:580px}.product-single__wrapper{position:relative;display:flex;align-items:flex-start;flex-direction:row-reverse}.product-single__wrapper .mySwiper2{max-width:580px;width:100%;padding-bottom:60px}.product-single__wrapper .mySwiper2 .swiper-slide{display:flex;align-items:center;justify-content:center;background:var(--color-base);border-radius:24px}.product-single__wrapper .mySwiper2 .swiper-slide img{width:410px;height:485px}.product-single__wrapper .swiper{height:100%}.product-single__wrapper .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}.product-single__wrapper .swiper{width:100%;height:600px}.product-single__wrapper .swiper-pagination{bottom:0}.product-single__wrapper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.product-single__wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width:24px;height:24px;background:#fffcf5;opacity:1}.product-single__wrapper .swiper-pagination-bullet-active{background:#dd0802!important}.product-single__wrapper .mySwiper{max-width:130px;max-height:540px;width:100%;margin-right:20px}.product-single__wrapper .mySwiper .swiper-slide{padding:20px;background:var(--color-base);border-radius:12px}.product-single__wrapper .mySwiper .swiper-slide img{width:100%;height:100%}.product-single__wrapper .mySwiper .swiper-slide{width:100%;opacity:1}.product-single__wrapper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.product-single__wrapper .swiper-button-next:after,.product-single__wrapper .swiper-button-prev:after{content:none}.product-single__title{font-weight:600;font-size:48px;line-height:58px;color:#1e1e1e;margin-bottom:12px}.product-single__subtitle{font-size:18px;line-height:22px;color:#464646;margin-bottom:36px;white-space:pre-wrap}.product-single__box{margin-bottom:46px}.product-single__text{font-size:18px;line-height:22px;margin-bottom:12px;color:#464646}.product-single__list{padding-left:30px;color:#464646;font-size:18px;line-height:26px}.product-single__bottom{display:flex;align-items:center;margin:0 -3px}.product-single__bottom button{margin:0 3px}.product-single__button{position:absolute;right:0;bottom:-20px;max-width:580px;width:100%;display:flex;align-items:center;justify-content:space-between;margin:10px 0 0 auto;z-index:1}@media (max-width:1700px){.product-single__button{max-width:440px}}.product-single__next,.product-single__prev{width:66px;height:66px;border-radius:50%;box-shadow:0 0 14px 2px rgba(0,0,0,.1);background:var(--color-base)}.product-single__next,.product-single__prev,.product-slider{align-items:center;justify-content:center;display:flex}.product-card{position:relative;padding:30px 30px 40px;background:#fffcf5;border-radius:24px;width:100%;height:100%;flex-direction:column;justify-content:flex-end}.product-card:hover .product-card__img img{transform:scale(1.1)}.product-card__type{position:absolute;top:18px;left:18px;background:var(--color-dark);padding:6px 30px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-base);font-weight:500;font-size:16px;line-height:20px}.product-card__type.\--sale{background:var(--color-red)}.product-card__img{padding-bottom:100%;margin:20px 0;position:relative}.product-card__img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;object-position:center;transition:.5s ease-in-out}.product-card__name{font-weight:500;font-size:24px;line-height:30px;margin-bottom:6px;color:#d9d9d9}.product-card__info{font-weight:400;font-size:18px;line-height:22px;margin-bottom:24px}.product-card__price{font-weight:500;font-size:24px;line-height:30px;color:#dd0802;position:absolute;bottom:20px;left:30px}.product-section__wrapper{position:relative}.product-section .product-section-prev{left:-30px}.product-section .product-section-next{right:-30px}.product-section .product-section-button{top:50%;transform:translateY(-50%);width:100%;justify-content:space-between;z-index:10}.product-section .product-section-button,.product-section .product-section-next,.product-section .product-section-prev{position:absolute;display:flex;align-items:center}.product-section .product-section-next,.product-section .product-section-prev{width:60px;height:60px;background:var(--color-base);border-radius:50%;justify-content:center;filter:drop-shadow(0 0 15px #ddddcb);cursor:pointer}.product-section .product-section-next:after,.product-section .product-section-prev:after{content:none}.product-section .swiper-slide{height:auto!important}.product-card-v2{height:100%}.product-card-v2__img{padding:30px;background:#fffcf5;border-radius:32px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;min-height:500px}.product-card-v2__box{font-weight:400;font-size:18px;line-height:26px;color:var(--color-dark);margin-bottom:6px}.product-card-v2__box span{color:#b1b1b1}.news-card__img{position:relative;padding-bottom:100%;margin-bottom:8px}.news-card__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:24px}.news-card__date{font-size:18px;line-height:22px;color:#dd0802;margin-bottom:8px}.news-card__title{font-size:18px;line-height:22px;font-weight:700;margin-bottom:12px}.news-card__subtitle{font-size:16px;line-height:20px;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-section__wrapper{position:relative}.news-section .news-section-prev{left:-30px}.news-section .news-section-next{right:-30px}.news-section .news-section-button,.news-section .news-section-next,.news-section .news-section-prev{position:absolute;display:flex;align-items:center}.news-section .news-section-next,.news-section .news-section-prev{width:60px;height:60px;background:var(--color-base);border-radius:50%;justify-content:center;filter:drop-shadow(0 0 15px #ddddcb);cursor:pointer}.news-section .news-section-next:after,.news-section .news-section-prev:after{content:none}.news-section .swiper-slide{height:auto!important}.category-card{cursor:pointer;position:relative;padding:30px;outline:none;background:#fffcf5;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.category-card__img{margin-bottom:30px}.category-card__title{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);font-size:18px;line-height:20px;color:var(--color-dark);white-space:nowrap}.category-section__wrapper{position:relative}.category-section .category-section-prev{left:-30px}.category-section .category-section-next{right:-30px}.category-section .category-section-button{top:50%;transform:translateY(-50%);width:100%;justify-content:space-between;z-index:10}.category-section .category-section-button,.category-section .category-section-next,.category-section .category-section-prev{position:absolute;display:flex;align-items:center}.category-section .category-section-next,.category-section .category-section-prev{width:60px;height:60px;background:var(--color-base);border-radius:50%;justify-content:center;filter:drop-shadow(0 0 15px #ddddcb);cursor:pointer}.category-section .category-section-next:after,.category-section .category-section-prev:after{content:none}.category-section .swiper-slide{height:auto!important}.media-card{position:relative;cursor:pointer}.media-card:hover .media-card__img img{transform:scale(1.2)}.media-card,.media-card__box{display:flex}.media-card__box{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);flex-direction:column;align-items:center}.media-card__box span{font-size:24px;line-height:30px;font-weight:500}.media-card__play{width:60px;height:60px;margin-bottom:10px}.media-card__img{position:relative;padding-bottom:65%;width:100%}.media-card__img img{transition:.3s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:24px}@font-face{font-family:Jeko;src:local("Jeko Regular"),local("Jeko-Regular"),url(/static/media/Jeko-Regular.4f83962f.woff2) format("woff2"),url(/static/media/Jeko-Regular.9fd3dcf3.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Jeko;src:local("Jeko Medium"),local("Jeko-Medium"),url(/static/media/Jeko-Medium.a41ed262.woff2) format("woff2"),url(/static/media/Jeko-Medium.80f09442.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Jeko;src:local("Jeko SemiBold"),local("Jeko-SemiBold"),url(/static/media/Jeko-SemiBold.6a96b373.woff2) format("woff2"),url(/static/media/Jeko-SemiBold.60c50074.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Jeko;src:local("Jeko Bold"),local("Jeko-Bold"),url(/static/media/Jeko-Bold.3da310a9.woff2) format("woff2"),url(/static/media/Jeko-Bold.7071b518.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Jeko;src:local("Jeko Black"),local("Jeko-Black"),url(/static/media/Jeko-Black.4a143dad.woff2) format("woff2"),url(/static/media/Jeko-Black.9f7dbc3f.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:TTTravels;src:local("TTTravels Medium"),local("TTTravels-Medium"),url(/static/media/TTTravelsMedium.63502d3f.woff) format("woff"),url(/static/media/TTTravelsMedium.63502d3f.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Kinetika;src:local("Kinetika Regular"),local("Kinetika-Regular"),url(/static/media/Kinetika-Regular.c175c639.woff2) format("woff"),url(/static/media/Kinetika-Regular.0b28ce57.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Aldrich;src:local("Aldrich Regular"),local("Aldrich-Regular"),url(/static/media/AldrichRegular.fdb1f7ed.woff) format("woff"),url(/static/media/AldrichRegular.fdb1f7ed.woff) format("woff");font-weight:400;font-style:normal}.footer{margin-top:80px;padding:60px 0;background:var(--color-dark);color:var(--color-base)}.footer__wrap{display:flex;justify-content:space-between}.footer__wrap-right{max-width:670px;width:100%;padding-left:100px}.footer__wrap-left{max-width:570px;width:100%}.footer-subtitle{font-weight:800;font-size:64px;line-height:79px;margin-bottom:24px}.footer-text{max-width:605px;width:100%;font-size:24px;line-height:29px}.footer-form{max-width:430px;width:100%;margin:50px 0}.footer-textarea{height:120px}.footer-input,.footer-textarea{background:transparent;width:100%;outline:none;border:none;border-bottom:1px solid #717277;padding:15px 0;resize:none;font-size:24px;color:var(--color-bg)}.footer-input::placeholder,.footer-textarea::placeholder{color:#717277;font-size:24px;line-height:29px}.footer-box{margin-bottom:30px}.footer .btn-main{max-width:280px;width:100%}.footer-mini{max-width:450px;width:100%;font-size:20px;line-height:32px;margin-bottom:24px}.footer-copyright{margin-bottom:48px}.footer-social{display:flex;align-items:center;margin:0 -24px}.footer-icon{width:24px;height:24px;background-repeat:no-repeat;background-size:cover;margin:0 24px}.footer-icon.\--instagram{background-image:url(/static/media/social1.d2775589.svg)}.footer-icon.\--telegram{background-image:url(/static/media/social2.2504fc8e.svg)}.footer-icon.\--google{background-image:url(/static/media/social3.1f88a804.svg)}.footer-icon.\--facebook{background-image:url(/static/media/social4.3f0b26e8.svg)}.footer-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.footer-wrapper .footer-mini{max-width:100%}.footer-wrapper .footer-text{display:flex;justify-content:flex-end;max-width:100%}.footer-logo{margin-bottom:60px}.footer-center{margin-top:80px}.footer-item{display:flex;align-items:flex-start;margin-bottom:100px}.footer-item:last-child{margin-bottom:0}.footer-type{max-width:260px;width:100%;color:var(--color-base);white-space:nowrap;margin-right:30px}.footer-link,.footer-type{font-size:24px;line-height:34px}.footer-link{color:#5f5f5f;margin-bottom:18px}.footer-link:last-child{margin-bottom:0}.footer-df{display:flex;flex-direction:column}.header{padding:32px 0;position:fixed;top:0;left:0;width:100%;z-index:99999;transition:.3s ease-in-out}.header.\--hide{transform:translateY(-100%);opacity:0}#page-wrapper{padding-top:120px}.header-wrapper{max-height:64px}.header-logo,.header-wrapper{display:flex;justify-content:center}.header-logo{align-items:center;width:150px;flex-shrink:0;padding:17px 24px;border-radius:24px 0 0 24px;min-height:64px}.header-list,.header-logo{background:var(--color-dark)}.header-list{padding:0 10px;flex:1 1;display:flex;align-items:center;justify-content:space-between}.header-link{color:var(--color-base);padding:20px 10px;font-size:18px;line-height:24px;white-space:nowrap}.header-link,.header-search{background:var(--color-dark)}.header-search{padding:12px 24px}.header-search,.header-search__wrapper{position:relative}.header-search img{position:absolute;top:50%;left:15px;transform:translateY(-50%)}.header-input{height:40px;border:none;border-radius:18px;padding:11px 0 11px 50px;font-size:14px;line-height:18px}.header-input::placeholder{color:#b8b8b8}.header-category{padding:20px 24px;background:var(--color-main);display:flex;align-items:center;white-space:nowrap}.header-category.\--radius{border-radius:0 24px 24px 0}.header-category img{width:24px;height:24px;margin-right:16px}.header-category span{font-weight:600;font-size:18px;line-height:24px;color:var(--color-base)}@media (max-width:1700px){.header-category{padding:20px 14px}.header-category img{width:20px;height:20px;margin-right:10px}.header-category span,.header-link{font-size:16px}.header-link{padding:20px 10px}.header-search{padding:12px 14px}.header .language-text span{font-size:18px}}@media (max-width:1500px){.header{padding:24px 0!important}.header-logo{min-height:52px;width:130px;padding:14px}.header-category{padding:14px}.header-category img{width:20px;height:20px;margin-right:10px}.header-category span,.header-link{font-size:14px}.header-link{padding:14px 10px}.header-search{padding:11px 14px}.header-input{height:30px}.header .language .language-toggle{padding:14px 0 14px 10px}.header .language-text span{font-size:14px}}.language{position:relative}.language-list{width:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);background:var(--color-base);padding:10px;border-radius:10px;opacity:0;visibility:hidden;transition:all .2s ease-in-out;box-shadow:0 4px 34px 0 rgba(0,0,0,.14);z-index:100}.language-list li:not(:last-child){margin-bottom:4px}.language-list.open{top:75px;opacity:1;visibility:visible}.language-list.open~.language-toggle .language-arrow{transform:rotate(180deg)}.language-link{cursor:pointer;position:relative;color:var(--color-black);font-weight:500;font-size:16px;transition:all .3s ease-in-out;background:transparent;width:100%;padding:6px;border-radius:6px}.language-link.active,.language-link:hover{background:rgba(0,0,0,.14);color:var(--color-black)}.language-text span{color:var(--color-base);font-size:20px;font-weight:600;line-height:24px;margin:0 7px}.language .language-toggle{display:flex;align-items:center;justify-content:center;padding:20px 0 20px 20px;background:var(--color-dark);box-shadow:0 4px 34px 0 rgba(0,0,0,.14)}*{box-sizing:border-box;outline:none;margin:0;padding:0}html{scroll-behavior:smooth}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar,html::-webkit-scrollbar-track{-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}html::-webkit-scrollbar-track{background:#fff}html::-webkit-scrollbar-thumb{border-radius:20px}html::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.18823529411764706);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}a{display:inline-block;color:var(--color-dark);font-family:var(--main-font)}button{border:none;cursor:pointer;background:transparent}ul{padding-left:0;margin-bottom:0}img{max-width:100%}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.page-wrapper .page-content{flex:1 1}.sec-padding{margin:80px 0}@media (max-width:1400px){.sec-padding{margin:60px 0}}.container{max-width:1812px;margin:0 auto;padding:0 45px}.btn{display:flex;align-items:center;justify-content:center}.btn-main{padding:13px 20px;background:#b30111;border-radius:24px}.btn-main span{font-size:18px;line-height:22px;color:var(--color-base)}.btn-red{background:#dd0802;padding:13px 20px;border-radius:24px;height:50px}.btn-red img{margin-left:24px;display:flex}.btn-red span{font-size:16px;line-height:20px;color:var(--color-base)}.btn-dark{background:#222;border-radius:50%;padding:10px}.btn-dark img{width:30px;height:30px}.m-box{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.m-title{font-weight:700;font-size:32px;line-height:40px;color:var(--color-dark)}@media(min-width:1600px){.m-title.\--big{font-size:64px;line-height:80px}}.m-link{font-weight:600;font-size:18px;line-height:22px;color:var(--color-red);text-decoration:underline}.banner-slider .swiper-slide{opacity:.5;transition:.5s ease-out}.banner-slider .swiper-slide.swiper-slide-active{transition:.5s ease-in;opacity:1}.banner-slider .swiper-button-prev{position:absolute;left:12px;top:50%;z-index:1;margin-top:-24px}.banner-slider .swiper-button-next{position:absolute;right:12px;top:50%;z-index:1;margin-top:-24px}.banner-slider__img{display:block;padding-bottom:26%;width:100%;position:relative}.banner-slider__img img{position:absolute;left:0;top:0;width:100%;height:100%}.category-card__img img{max-width:190px;max-height:190px}.category-section .category-section-next,.category-section .category-section-prev,.product-section-next,.product-section-prev{bottom:50%;margin-bottom:-30px;z-index:10}.news-section-next,.news-section-prev{z-index:2;opacity:0;transform:translateY(-50%)}.product-card__info{color:var(--color-dark)}.media-card__img{overflow:hidden;border-radius:24px}.media-card__img:after{width:100%;height:100%;background-color:rgba(0,0,0,.3);content:"";position:absolute;left:0;top:0}.media-card__box{color:var(--color-base)}.media-section-next,.media-section-prev{width:60px;height:60px;background:var(--color-base);border-radius:50%;justify-content:center;filter:drop-shadow(0 0 15px #ddddcb);cursor:pointer;position:absolute;bottom:50%;margin-bottom:-30px;z-index:10}.media-section__wrapper{position:relative}.swiper-btn,.swiper-btn-white{display:flex;align-items:center;justify-content:center;cursor:pointer}.swiper-btn-white{width:60px;height:60px;background:var(--color-base);border-radius:50%;filter:drop-shadow(0 0 15px #ddddcb);z-index:10;-webkit-user-select:none;user-select:none}.swiper-btn-white.\--default{position:absolute;bottom:50%;transform:translateY(50%)}.swiper-btn-white.\--next{right:0;margin-right:-30px}.swiper-btn-white.\--prev{left:0;margin-left:-30px}.vacancy-wrapper__box{width:33%}.vacancy-wrapper__box:last-child{align-items:flex-start;text-align:right}.news-list{display:flex;flex-wrap:wrap;margin:0 -10px}.news-list .news-card{width:33.333%;padding:0 10px;margin-bottom:30px}.contact-section__link{cursor:pointer}.contact-section__link.\--active{text-decoration:underline;color:var(--color-dark)}.contact-section__map svg{max-width:100%}.contact-row{display:flex}.contact-row .contact-row__col:first-child{width:400px;min-width:400px}.contact-row .contact-row__col:nth-child(2){flex:1 1;padding:0 60px}.contact-row .contact-row__col:nth-child(3){width:300px;min-width:300px;padding-right:50px}.contact-section__map svg{display:block}.contact-section__map .custom-tooltip{position:absolute;transform:translate(-50%,-100%);width:270px;background:#fff;color:#5f5f5f;padding:15px 30px;border-radius:15px;font-size:14px;line-height:20px;transition:opacity .3s ease-in-out;pointer-events:none;opacity:0}.contact-section__map .custom-tooltip.\--active{opacity:1}.catalog-section-wrap{display:flex}.catalog-section-wrap__aside{width:400px}.catalog-section-wrap__content{width:calc(100% - 400px);padding-left:30px}.catalog-filter__item.\--open .catalog-filter__list{opacity:1;pointer-events:auto;max-height:1000px}.catalog-filter__item.\--open .catalog-filter__items{margin-bottom:12px}.catalog-filter__list{opacity:0;transition:.2s ease-in-out;max-height:0;pointer-events:none}.catalog-filter__items{margin-bottom:0;transition:margin-bottom .2s ease-in-out}.catalog-filter__items img,.catalog-filter__link,.catalog-filter__name{-webkit-user-select:none;user-select:none}.catalog-filter__link{cursor:pointer}.catalog-filter__link:hover{color:#dd0802}.catalog-wrapper__clear{transition:.2s ease-in-out}.catalog-wrapper__clear:hover{transform:scale(1.3)}.catalog-wrapper__box{flex-wrap:wrap}.catalog-wrapper__filter,.catalog-wrapper__item{margin-bottom:10px}.catalog-wrapper__top{display:flex;justify-content:space-between}.custom-dropdown{position:relative;z-index:5}.custom-dropdown.\--open .custom-dropdown__value:after{width:100%}.custom-dropdown.\--open .custom-dropdown__list{opacity:1;transform:translateY(-15px);pointer-events:auto}.custom-dropdown__list{position:absolute;top:100%;transform:translateY(-30px);background-color:#fff;padding:22px 12px 12px;width:100%;opacity:0;pointer-events:none;transition:.3s ease-in-out;border-radius:0 0 12px 12px}.custom-dropdown__list>div{cursor:pointer;padding:10px 0}.custom-dropdown__list>div:hover{color:#dd0802}.custom-dropdown__value{z-index:2;color:#7d7d7d;background-color:#fff;height:48px;border-radius:10px;width:280px;display:flex;align-items:center;padding:0 70px 0 12px;position:relative;cursor:pointer}.custom-dropdown__value span{z-index:1;position:relative}.custom-dropdown__value:after{transition:.3s ease-in-out;background-color:#ffdedd;content:""}.custom-dropdown__icon,.custom-dropdown__value:after{position:absolute;right:0;bottom:0;width:48px;height:48px;border-radius:12px}.custom-dropdown__icon{z-index:1;background-image:url(/static/media/arrow-up.e3671aef.svg);background-repeat:no-repeat;background-position:50%}.product-single{display:flex;align-items:flex-start}.product-single__info{max-width:750px;padding-left:30px}.basket-top__delete{cursor:pointer}.modal-request{background-color:#fffcf5;padding:30px 35px}.modal-request__title{font-size:32px;text-align:center;margin-bottom:30px}.modal-request__form{padding:0 40px}.modal-request__form .mod-main-input:first-child{margin-bottom:65px}.modal-request .mod-select__control{background-color:#f0ece3;border-radius:25px!important;border-color:#e6e8ec!important}.modal-request .mod-main-input__input{border-radius:25px;background-color:#f0ece3;height:56px;font-size:18px;color:#999}.modal-request .mod-main-input__input::placeholder{color:#ccc}.modal-request .btn-red{width:100%;margin-top:48px}.youtube-video-modal{padding-bottom:56%;width:100%;overflow:hidden;position:relative}.youtube-video-modal iframe{width:100%;height:100%;position:absolute;left:0;bottom:0}.btn.\--loading{color:transparent!important;position:relative}.btn.\--loading *{opacity:0}.btn.\--loading:after{width:30px;height:30px;border-radius:50%;background-color:initial;border:2px solid transparent;border-top-color:#fff;animation:spin .8s linear infinite;content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@keyframes spin{to{-webkit-transform:rotate(1turn)}}.product-single__slider{display:flex;align-items:flex-start;position:relative;padding-left:140px;width:630px}.product-single__slider .swiper-horizontal{width:100%}.product-single__slider .product-main-slider{width:530px;height:605px;border-radius:20px;overflow:hidden;background-color:#fffcf5}.product-single__slider .product-main-slider img{display:block;width:100%;height:100%;object-fit:contain}.product-single__slider .swiper-thumbs{width:100%;height:100%;position:absolute;left:0;top:0;padding-right:25px}.product-single__slider .swiper-thumbs .swiper-slide{width:125px;height:140px;cursor:pointer;background-color:#fffcf5;border-radius:15px;overflow:hidden}.product-single__slider .swiper-thumbs .swiper-slide img{object-fit:contain;width:125px;height:140px}.header-category,.header-logo{z-index:1}.header-wrapper{position:relative}.header-category{cursor:pointer;-webkit-user-select:none;user-select:none}.header-category__img{width:30px;display:flex;justify-content:center}.categories-dropdown{position:absolute;background-color:#faf5ea;padding:44px 0 10px;left:0;top:50%;border-radius:20px;width:100%;box-shadow:0 4px 15px 0 rgba(0,0,0,.06);opacity:0;pointer-events:none;transform:translateY(-30px);transition:.2s ease-in-out}.categories-dropdown.\--open{opacity:1;pointer-events:auto;transform:translateY(0)}.categories-dropdown>div{position:relative}.categories-dropdown>div:hover .children-menu{pointer-events:auto;transform:translateX(0);opacity:1}.categories-dropdown>div .parent-item{cursor:pointer;padding:15px 30px;color:#373737;font-size:16px;display:flex;align-items:center}.categories-dropdown>div .parent-item img{margin-right:10px;width:18px}.categories-dropdown>div .parent-item:hover{color:var(--color-red)}.categories-dropdown>div .children-menu{position:absolute;left:100%;top:0;padding-left:10px;transform:translateX(-20px);opacity:0;pointer-events:none;transition:.2s ease-in-out;min-width:220px}.categories-dropdown>div .children-menu .wrap{background-color:#faf5ea;border-radius:10px;padding:10px 0;box-shadow:0 4px 15px 0 rgba(0,0,0,.06)}.categories-dropdown>div .children-menu .wrap>div{cursor:pointer;padding:15px 30px;color:#373737;font-size:16px;display:flex;align-items:center;white-space:nowrap}.categories-dropdown>div .children-menu .wrap>div:hover{color:var(--color-red)}.categories-dropdown>div .children-menu .wrap>div img{margin-right:10px;width:18px}.filter-button{position:fixed;left:50%;bottom:78px;transform:translateX(-50%);background-color:#f3ead4;z-index:10;width:270px;display:flex;align-items:center;justify-content:center;font-size:18px;height:54px;border-radius:25px 25px 0 0}.filter-button img{margin-right:10px}.close-filter-button{position:absolute;right:15px;top:25px;width:40px;height:40px;border-radius:100px;display:flex;align-items:center;justify-content:center;z-index:6}.mt-30{margin-top:30px}.ml-10{margin-left:10px}.ml-5{margin-left:5px}.basket-total{position:-webkit-sticky;position:sticky;top:20px}.basket-card__text{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-card__type{z-index:1}.catalog-filter__items .category-icon{display:none}.product-card__add-to-cart{position:absolute;right:0;bottom:0;background-color:#222;width:60px;height:60px;border-radius:24px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4}.product-card__add-to-cart.\--success{background-color:#fcf5e5}.product-card__add-to-cart img{max-width:25px}.product-card__link{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:3}.product-card__old-price{position:absolute;bottom:50px;left:30px;text-decoration:line-through;opacity:.5;font-size:18px;font-weight:500}.product-single__price{font-size:40px;color:var(--color-red);margin-bottom:30px}.product-single__old-price{margin-bottom:10px;font-size:24px;text-decoration:line-through;opacity:.5}@media (max-width:1900px){.container{padding-left:25px;padding-right:25px}.header-category span,.header-link,.language-text span{font-size:16px}.header-list{justify-content:space-between;padding:0 50px}.basket-card__price,.basket-total__title,.basket-total__total{font-size:24px}.basket-total__quantity{font-size:20px}}@media (max-width:1700px){.header-list{padding:0 20px}.about-item__title{font-size:30px;line-height:40px}.about-item__icon{max-width:120px}.about-wrapper__book,.about-wrapper__text{font-size:26px;line-height:normal}}@media (max-width:1600px){.header-input{width:180px}.header-list{justify-content:space-around}.header-category span{display:none}.header-category img{margin-right:0}.about-card__title{font-size:24px}.about-card__icon img{width:60px}.about-us__text{font-size:20px}.about-us__logo{width:400px;max-width:80%;margin-left:auto;margin-right:auto}.branch-section__title{font-size:42px;line-height:normal}.accordion-header{font-size:24px}.accordion-body p{font-size:18px;line-height:normal}.vacancy-section__text{font-size:18px}.vacancy-wrapper__name{font-size:24px}.vacancy-wrapper{max-height:none}.news-single__subtitle{font-size:18px}}@media (max-width:1400px){.header-list{padding:0}.header-link{padding-left:10px;padding-right:10px;font-size:14px}.header-category{padding:20px}.header-search{padding:12px 15px}.contact-row .contact-row__col:first-child{width:300px;min-width:300px}.basket-card__img{width:150px}.basket-card__info{flex:1 1;width:auto}}@media (max-width:1250px){.header{display:none}#page-wrapper{padding-top:20px}.sec-padding{margin:50px 0}.branch-section .col-xl-6:first-child{display:none}.branch-section .col-xl-6:last-child,.faq-section .col-6{width:100%}.about-us__wrapper{grid-template-columns:repeat(2,1fr)}.contact-section .custom-dropdown{display:inline-block!important;margin-bottom:40px}.contact-section .contact-row__col:nth-child(3){display:none}.contact-section__box{margin-bottom:30px}.catalog-section-wrap__aside{width:300px}.catalog-section-wrap__content{width:calc(100% - 300px)}.catalog-filter__name{font-size:20px}.catalog-filter__link{font-size:18px}.catalog-filter__item{margin-bottom:25px;margin-left:0}.catalog-filter{padding:25px 15px}.catalog-filter__title{font-size:28px;margin-bottom:30px}}@media (max-width:1200px){.about-wrapper__img{padding-bottom:50%;height:auto;margin-bottom:30px}.about-wrapper__book,.about-wrapper__companies{max-width:50%}.about-inner{grid-template-columns:repeat(1,1fr)}.news-list .news-card{width:50%}.news-single__wrap-left{width:40%;min-width:auto}.news-single__wrap-right{width:60%}.basket-total__top{margin-bottom:60px}}@media (max-width:992px){body{padding-bottom:78px}.footer{padding:30px 0}.footer .btn-main span{font-size:14px;padding:0 50px}.footer .btn-main{width:auto}.footer-subtitle{margin-bottom:18px;font-size:32px;line-height:40px}.footer-text{font-size:16px;line-height:22px}.footer-text.\--made-by{font-size:24px;text-align:center;margin-top:25px}.footer-box{margin-bottom:20px}.footer-form{margin:35px 0}.footer-input,.footer-input::placeholder,.footer-textarea,.footer-textarea::placeholder{font-size:14px}.footer-logo{margin-bottom:25px}.footer-mini{text-align:center;font-size:14px;line-height:20px}.footer-center{margin-top:65px}.footer-item{flex-direction:column;align-items:center;justify-content:center;text-align:center}.footer-item:first-child{margin-bottom:35px}.footer-item:last-child{margin-bottom:80px}.footer-type{margin-right:0;margin-bottom:10px}.footer-link{font-size:14px;line-height:22px}.footer-social{justify-content:center}.catalog-section-wrap__aside{position:fixed;left:0;top:0;width:100%;height:100vh;overflow-y:auto;z-index:15;transform:translateY(100px);opacity:0;transition:.3s ease-in-out;pointer-events:none}.catalog-section-wrap__aside *{pointer-events:none}.catalog-section-wrap__aside.\--open{transform:translateY(0);opacity:1;pointer-events:auto}.catalog-section-wrap__aside.\--open *{pointer-events:auto}.catalog-section-wrap__aside .catalog-filter__list li{margin-bottom:15px}.catalog-section-wrap__aside .catalog-filter{border-radius:0;background-color:#fffcf5;height:100vh;overflow-y:auto}.catalog-section-wrap__aside .catalog-filter__box{max-width:556px;margin:0 auto}.catalog-section-wrap__content{width:100%;padding-left:0}.catalog-section .m-box{justify-content:center}.catalog-wrapper__top{flex-direction:column;align-items:center}.catalog-filter__title{position:-webkit-sticky;position:sticky;top:0;background-color:#fffcf5;z-index:5;font-size:20px}.catalog-filter__title:after{width:100%;height:25px;position:absolute;left:0;bottom:100%;background-color:#fffcf5;content:""}.catalog-wrapper__box{flex-wrap:nowrap;overflow-x:auto;max-width:100%}.catalog-wrapper__filter,.catalog-wrapper__name{white-space:nowrap}.product-single{flex-wrap:wrap}.product-single__slider{width:100%}.product-single__info{padding-left:0;margin-top:30px;width:100%;max-width:100%}.catalog-filter__item{margin-bottom:10px}.catalog-filter__items{padding-left:40px;position:relative}.catalog-filter__items .catalog-filter__name{font-size:16px}.catalog-filter__items .category-icon{position:absolute;left:0;display:block;width:20px}.catalog-filter__list{padding-left:52px}.catalog-filter__link{font-size:16px}.close-filter-button{width:30px;height:30px}}@media (max-width:768px){.banner-slider__img{padding-bottom:0}.banner-slider__img img{position:relative;left:auto;top:auto;width:100%;display:block}.container{padding-left:15px;padding-right:15px;overflow:hidden}.m-title{font-size:24px;line-height:normal}.accordion-header{font-size:18px;line-height:normal}.accordion-body p{font-size:16px}.accordion-item{margin-bottom:10px}.about-us__title{font-size:28px;line-height:normal}.about-us__text{font-size:16px;line-height:24px}.about-card__title{font-size:14px;line-height:normal;margin-bottom:20px}.about-card{padding:20px 15px;min-height:250px}.about-us__wrapper{grid-gap:14px}.media-card__box span{font-size:18px}.media-card__play{width:45px;height:45px}.footer{margin-top:50px}.about-welcome{padding-top:20px;overflow:hidden}.about-welcome__logo{width:80%}.about-welcome__text{font-size:16px}.about-item__title{font-size:26px;line-height:32px}.about-wrapper__top{flex-wrap:wrap;margin-bottom:15px}.about-wrapper__book,.about-wrapper__companies{max-width:100%}.about-wrapper__companies{margin-right:0;margin-bottom:15px}.about-wrapper__text{font-size:22px}.about-wrapper__book{min-height:200px;font-size:20px;line-height:30px}.about-wrapper__img{margin-bottom:15px}.about-wrapper__img img{border-radius:30px}.about-inner{grid-gap:15px}.about-welcome__btn{max-width:180px}.category-section .m-link{display:none}.category-card__title{font-size:16px}.category-card{padding:15px}.vacancy-wrapper{direction:ltr}.vacancy-wrapper__items{flex-direction:column;align-items:flex-start;margin-left:0}.vacancy-wrapper__box{width:100%;align-items:flex-start!important}.vacancy-wrapper__box:not(:last-child){margin-bottom:20px}.vacancy-wrapper__name{margin-bottom:10px}.modal-request__form{padding-left:0;padding-right:0}.mod-main-input{margin-bottom:15px}.modal-request__form .mod-main-input:first-child{margin-bottom:30px}.modal-request .btn-red{margin-top:30px}.news-list .news-card{width:100%;margin-bottom:30px}.news-single__wrap{flex-wrap:wrap}.news-single__wrap-left{margin-bottom:20px}.news-single__wrap-right{padding-left:0}.news-single__wrap>div{width:100%}.news-single__title{font-size:22px;line-height:normal;margin-bottom:20px}.news-single__subtitle{font-size:16px;line-height:24px}.contact-row .contact-row__col:nth-child(2){display:none}.basket-card__img{margin:0 25px 0 15px;width:100px}.basket-card__title{font-size:18px;line-height:normal}.basket-card__price{font-size:20px;line-height:normal}.basket-card__category{font-size:16px}.basket-quantity__add,.basket-quantity__remove{width:30px;font-size:18px}.basket-quantity__zero{font-size:18px;max-width:70px}.basket-total{padding:15px}.product-single__title{font-size:32px;line-height:36px}.product-single__slider .swiper-thumbs .swiper-slide,.product-single__slider .swiper-thumbs .swiper-slide img{width:90px;height:110px}.product-single__slider{padding-left:110px}.product-single__slider .product-main-slider{height:360px}.product-card-v2__img{min-height:370px}}@media (max-width:550px){.catalog-wrapper__inner{grid-template-columns:repeat(1,1fr)}.sec-padding{margin:30px 0!important}.vacancy-wrapper__items{margin-bottom:15px}.vacancy-section__text{font-size:16px}.vacancy-wrapper__name{font-size:20px}.basket-total__quantity,.vacancy-wrapper__text{font-size:16px}.basket-card__price,.basket-total__title,.basket-total__total{font-size:19px}.basket-card{display:flex;flex-direction:column;align-items:flex-start}.basket-card__img{margin-left:auto;margin-right:auto;margin-bottom:20px}.basket-top__delete span{display:none}.basket-top .catalog-checkbox__category{font-size:12px}}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}ul{padding:0;margin:0}li{list-style:none}a{text-decoration:none}label{cursor:pointer}

/*!
 * Bootstrap Grid v5.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)*-0.5);margin-left:calc(var(--bs-gutter-x)*-0.5)}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*0.5);padding-left:calc(var(--bs-gutter-x)*0.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}}