.bounce-enter-active{animation:bounce-in var(--transition) cubic-bezier(.175,.885,.32,1.275)}.bounce-enter{animation:bounce-in var(--transition) reverse cubic-bezier(.175,.885,.32,1.275)}.no-overflow{overflow:hidden}.modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;overflow:hidden;background:var(--gray-900-o5)}.modal__content{width:100%;height:100%;position:relative;display:none;align-items:flex-start;justify-content:center;overflow-y:auto}.modal__content:last-child{display:flex}.modal__background{position:fixed;left:0;top:0;height:100%;width:100%;z-index:0;cursor:pointer}.modal__body{display:flex;justify-content:center;margin:80px 0}@media only screen and (max-width:590px){.modal__body{margin:0}}.modal__body--top{margin-top:0;margin-bottom:auto}.modal__body--bottom{margin-top:auto;margin-bottom:0}.modal__body--full-height{height:100%;margin:0}.modal__body--stories{height:100%;margin:0;align-items:center}@-moz-keyframes bounce-in{0%{transform:scale(.98)}50%{transform:scale(1.02)}to{transform:scale(1)}}@-webkit-keyframes bounce-in{0%{transform:scale(.98)}50%{transform:scale(1.02)}to{transform:scale(1)}}@-o-keyframes bounce-in{0%{transform:scale(.98)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes bounce-in{0%{transform:scale(.98)}50%{transform:scale(1.02)}to{transform:scale(1)}}.drop-down{background:var(--white);border-radius:var(--small_radius);display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,0,0,.05)}.drop-down a{padding:2px 8px;width:100%}.header-top{display:flex;align-items:center;justify-content:center;background:var(--white);border-bottom:1px solid var(--blue-300);height:50px;padding:0 15px}@media only screen and (max-width:860px){.header-top{display:none}}.header-top__container{max-width:var(--main_width);width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.header-top__icon-link{font-weight:400;font-size:.75em;line-height:20px;color:var(--gray-300);display:inline-flex;align-items:center;gap:4px;padding:16px 0;white-space:nowrap}.header-top__icon-link--no-padding{padding:0}.header-top__icon-link:hover{color:var(--body-color-muted)}.header-top__icon-link:hover .icon svg path{fill:var(--body-color-muted)}.header-top__icon-link .icon{width:18px;height:18px}.header-top__icon-link .icon svg path{fill:var(--gray-300)}.header-top__action{position:relative;display:inline-flex;margin:16px 0}.header-top__action .drop-down{visibility:hidden;opacity:0;position:absolute;left:0;bottom:1px;transform:translateY(100%)}.header-top__action .drop-down--left{position:absolute;right:0;left:auto;bottom:1px}.header-top__action .drop-down:hover,.header-top__action>a:hover+.drop-down{visibility:visible;opacity:1;z-index:999}.header-top__actions{display:inline-flex;align-items:center;gap:16px}.header-top__links{display:inline-flex;align-items:center;font-weight:400;font-size:.75em;line-height:20px}.header-top__links ul{display:flex;align-items:center;gap:32px}@media only screen and (max-width:990px){.header-top__links ul{gap:16px}}.header-top__links a{color:var(--gray-300);padding:16px 0}.header-top__links a:hover{color:var(--body-color-muted)}.input{display:inline-flex;flex-direction:column;gap:4px}.input__container{display:flex;position:relative;background:var(--white);border:1px solid var(--blue-500);box-sizing:border-box;border-radius:var(--small_radius);height:44px;transition:var(--transition)}.input:focus-within .input__container{border-color:var(--blue-900)}.input:focus-within .icon svg path{fill:var(--body-color-muted)}.input--filled:not(:focus-within) .input__container{border-color:var(--blue-500)}.input--filled:not(:focus-within) .icon svg path{fill:var(--body-color-muted)}.input--error.input .input__container{border-color:var(--red-500)}.input--error.input .icon svg path{fill:var(--red-500)}.input--error.input__field{color:var(--red-500)}.input--error.input__field::placeholder{color:var(--red-50)}.input--focused .input__container{border-color:var(--blue-900)}.input--error .input__container{border-color:var(--red-500)}.input--disabled .input__container{background:var(--blue-400)}.input--icon-left .input__action{position:absolute;left:0;top:0}.input--icon-left .input__field{padding:12px 16px 12px 44px}.input--icon-right .input__action{position:absolute;right:0;top:0}.input--icon-right .input__field{padding:12px 44px 12px 16px}.input__title{font-size:.875em;color:var(--body-color-muted);white-space:pre-line}.input__subtitle,.input__title{font-weight:400;line-height:20px}.input__subtitle{font-size:.75em;color:var(--gray-50)}.input__error{font-weight:400;font-size:.75em;line-height:1.2;color:var(--red-500)}.input__action{display:inline-flex;align-items:center}.input__action,.input__field{background:none;border:none;height:100%;padding:16px}.input__field{width:100%;outline:none;font-weight:400;font-size:.875em;color:var(--body-color-muted)}.input__field::placeholder{font-weight:400;color:var(--gray-50)}.input .icon{width:20px;height:20px}.input .icon svg path{transition:var(--transition);fill:var(--gray-50)}.login-modal__inputs{display:grid;grid-gap:4px;width:100%}.login-modal__inputs-list{display:flex;align-items:flex-start;gap:8px;width:100%}.login-modal__inputs-list .input:first-child{width:110px}.login-modal__inputs-list .input:last-child{width:100%}.login-modal__inputs-title{display:flex;align-items:center;gap:8px;width:100%;font-weight:400;font-size:.875em;line-height:20px;color:var(--body-color-muted)}.login-modal__body>.input{width:100%}.login-modal__footer .btn{width:100%;justify-content:center}.search-dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:10;background:var(--white);border-radius:0 0 var(--main_radius) var(--main_radius);box-shadow:0 10px 60px -15px rgba(0,0,0,.4);padding:10px;opacity:0;visibility:hidden;align-items:center}.search-dropdown,.search-dropdown__items{display:flex;flex-direction:column;transition:var(--transition)}.search-dropdown__items{gap:8px;max-height:60vh;overflow-y:auto;width:100%}.search-dropdown__item{flex-shrink:0}.product-search{display:flex;gap:16px}.product-search:hover .product-search__title *{color:var(--link)}.product-search__image{width:45px;height:55px;object-fit:cover;object-position:center;border-radius:var(--small_radius);flex-shrink:0}.product-search__content{display:flex;flex-direction:column;grid-gap:4px}.product-search__title *{font-weight:400;font-size:.875em;line-height:24px;color:var(--body-color)}.product-search__prices{display:flex;align-items:center;gap:12px}.product-search__price{font-weight:600;font-size:1.125em;line-height:24px;color:var(--gray-900)}.product-search__old-price{font-weight:400;font-size:.875em;line-height:18px;text-decoration-line:line-through;color:var(--gray-300)}.header-main{display:flex;align-items:center;justify-content:center;background:var(--white);padding:0 15px}@media only screen and (max-width:860px){.header-main{display:none}}.header-main__container{display:inline-flex;align-items:center;justify-content:space-between;max-width:var(--main_width);width:100%;padding:16px 0;gap:32px}.header-main__container .btn{flex-shrink:0}.header-main__input{position:relative;width:100%;display:flex;align-items:center}.header-main__input .input{width:100%}.header-main__input .input:focus-within+.search-dropdown{opacity:1;visibility:visible;top:100%}.header-main__actions{display:flex;align-items:center;gap:24px;flex-shrink:0}.header-main__action{width:24px;height:24px;position:relative}.header-main__action .icon{width:100%;height:100%}.header-main__action .icon svg path{fill:var(--body-color-muted)}.header-main__action-count{display:inline-flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:-5px;top:-5px;height:18px;min-width:18px;background:var(--red-500);border:1px solid var(--white);box-sizing:border-box;border-radius:100px;font-weight:600;font-size:.75em;color:var(--white)}.header-main__logo{width:160px;height:38px;flex-shrink:0;display:flex;align-items:center}@media only screen and (max-width:1024px){.header-main__logo{width:120px}}.header-bottom{display:flex;justify-content:center;align-items:center;background:var(--white);box-shadow:inset 0 8px 24px rgba(0,0,0,.05);padding:0 15px}@media only screen and (max-width:860px){.header-bottom{display:none}}.header-bottom__container{max-width:var(--main_width);width:100%;display:inline-flex;align-items:center;overflow:hidden}.header-bottom__list{display:inline-flex;align-items:center;justify-content:flex-start;gap:32px;flex-shrink:0}.header-bottom__list li{display:flex;align-items:center}.header-bottom__link{padding:16px 0;gap:4px;display:inline-flex;align-items:center;font-weight:400;font-size:.875em;line-height:19px;color:var(--gray-600);transition:var(--transition)}.header-bottom__link:hover{color:var(--gray-800)}.header-bottom__link:hover .icon svg path{fill:var(--gray-800)}.header-bottom__link span{display:inline-flex;align-items:center}.header-bottom__link .icon{width:16px;height:16px}.header-bottom__link .icon svg path{fill:var(--gray-600);transition:var(--transition)}.header-mobile{padding:15px;display:none;grid-gap:16px;background:var(--white);box-shadow:0 8px 24px rgba(0,0,0,.05)}@media only screen and (max-width:860px){.header-mobile{display:grid}}.header-mobile__top{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:16px}.header-mobile__search{margin-left:auto}.socials{align-items:center;gap:16px;justify-content:flex-start;margin-top:16px}.socials,.socials a{display:flex}.socials a .icon{width:40px;height:40px}.telegram-bot{display:flex;align-items:flex-end;gap:6px;color:var(--white);font-size:.875rem;line-height:1;padding:8px;border-radius:10px;border:1px solid var(--white);align-self:flex-start}.telegram-bot:hover{color:var(--white);border-color:var(--accent)}.telegram-bot__icon{width:30px;height:30px;border-radius:5px;overflow:hidden}.telegram-bot__info{display:flex;flex-direction:column;gap:4px;font-size:.8rem}.telegram-bot__title{font-size:.7rem}.main-footer{background:var(--gray-800);display:flex;justify-content:center;padding:24px 15px}@media only screen and (max-width:860px){.main-footer{padding:30px 15px}}.main-footer__container{max-width:var(--main_width);width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.main-footer__top{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 0;border-bottom:1px solid var(--gray-600)}@media only screen and (max-width:860px){.main-footer__top{flex-direction:column;gap:30px;padding:0 0 24px;align-items:flex-start;justify-content:flex-start}}.main-footer__logo{width:125px;height:40px;display:flex;align-items:center}.main-footer__apps{display:flex;flex-wrap:wrap;gap:5px 16px;align-items:center}.main-footer__apps a{display:inline-flex}.main-footer__apps a .icon{height:40px;width:120px}.main-footer__bottom{padding:24px 0;display:flex;justify-content:flex-start;align-items:flex-start;gap:100px}.main-footer__bottom>.socials{display:none}@media only screen and (max-width:860px){.main-footer__bottom{flex-direction:column;gap:30px}.main-footer__bottom>.socials{display:flex}}.main-footer__column{display:flex;flex-direction:column;gap:16px}.main-footer__column-title{font-weight:500;font-size:1.125em;line-height:32px;display:flex;align-items:center;color:var(--white);margin-bottom:0}.main-footer__column-list{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}@media only screen and (max-width:860px){.main-footer__column-list>.socials{display:none}}.main-footer__column-list span{color:var(--white)}.main-footer__column-list a{font-weight:400;font-size:.875em;line-height:20px;display:flex;align-items:center;color:var(--blue-500)}.main-footer__link{text-decoration:underline}.comrades{display:flex;gap:15px;align-items:center;--blue:#132f63}.comrades .comrades-logo-icon{width:100%;max-width:44px;height:100%;max-height:44px}.comrades-text{display:flex;flex-direction:column;color:var(--blue);gap:5px}.comrades-text__title{font-size:.75em;line-height:14px}.comrades-text__subtitle{font-weight:500;font-size:.875em;line-height:16px}.small-footer{display:flex;align-items:center;justify-content:center;background:var(--white);padding:0 15px}.small-footer__container{max-width:var(--main_width);width:100%;display:flex;flex-direction:column;gap:25px;padding:24px 0}@media only screen and (max-width:860px){.small-footer__container{padding:15px 0}}.small-footer__bottom{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:860px){.small-footer__bottom{flex-direction:column;gap:15px}}.small-footer__links{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:860px){.small-footer__links{flex-direction:column;gap:15px}}@media only screen and (max-width:460px){.small-footer__links{text-align:center;gap:10px}}.small-footer__links a{text-decoration:underline}.small-footer__links a,.small-footer__links span{font-weight:300;font-size:.875em;line-height:20px;color:var(--gray-50)}.small-footer__link{display:flex;gap:52px}@media only screen and (max-width:860px){.small-footer__link{gap:15px}}@media only screen and (max-width:460px){.small-footer__link{flex-direction:column;gap:10px}}.small-footer__link :not(:last-child){position:relative}.small-footer__link :not(:last-child):after{content:"|";position:absolute;right:-26px;top:0;bottom:0;margin:auto 0}@media only screen and (max-width:960px){.small-footer__link :not(:last-child):after{display:none}}.small-footer__pay-methods{display:flex;align-items:center;gap:16px}.small-footer__pay-method{background:var(--white);border:1px solid var(--blue-300);box-sizing:border-box;border-radius:4px;width:34px;height:24px}.small-footer__pay-method,.small-footer__pay-method a{display:inline-flex;align-items:center;justify-content:center}.small-footer__pay-method a .icon{max-width:24px;max-height:15px}.small-footer__pay-method--purple{background:var(--purple)}.catalog-aside{display:grid;grid-gap:15px;align-items:start}@media only screen and (min-width:861px){.catalog-aside>.input{display:none}}.catalog-aside__active{display:flex;align-items:center;gap:16px;padding:16px;font-weight:400;font-size:1.125em;line-height:28px;color:var(--body-color);width:100%;border-bottom:1px solid var(--blue-500)}@media only screen and (min-width:861px){.catalog-aside__active{display:none}}.catalog-aside__active:hover{color:var(--gray-500);border-color:var(--blue-500)}.catalog-aside__active .icon{width:20px;height:20px}.catalog-aside__active .icon svg path{fill:var(--gray-500)}.catalog-aside__list{display:grid;align-items:start}.catalog-aside__item,.catalog-aside__list li{display:flex;width:100%}.catalog-aside__item{border-radius:var(--small_radius);padding:8px;font-weight:400;font-size:.875em;line-height:20px;align-items:center;color:var(--gray-500);transition:var(--transition);gap:4px}@media only screen and (max-width:860px){.catalog-aside__item{padding:16px;border-radius:0;border-bottom:1px solid var(--blue-500)}}.catalog-aside__item span{width:100%}.catalog-aside__item .icon{width:20px;height:20px}@media only screen and (min-width:861px){.catalog-aside__item .icon{display:none}}.catalog-aside__item .icon svg path{fill:var(--gray-500)}.catalog-aside__item:hover{color:var(--gray-500)}@media only screen and (min-width:861px){.catalog-aside__item:hover{background:var(--blue-200)}}@media only screen and (max-width:860px){.catalog-aside__item:hover{border-color:var(--blue-500)}}@media only screen and (min-width:861px){.catalog-aside__item--active{color:var(--accent);background:var(--blue-200)}.catalog-aside__item--active:hover{color:var(--accent)}}.catalog-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px}@media only screen and (max-width:1024px){.catalog-list{grid-template-columns:repeat(2,1fr)}}.catalog-list>li{display:flex;flex-direction:column;break-inside:avoid-column;margin-bottom:24px;gap:16px}.catalog-list__item{position:relative;padding-top:66.66666666666666%;height:0;width:100%;border-radius:16px;overflow:hidden}.catalog-list__item img{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;width:100%;height:100%;object-fit:cover;object-position:center}.catalog-list__item:hover img{scale:1.1}.catalog-list__item-cover{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;padding:16px 8px;display:flex;flex-direction:column;justify-content:flex-end}.catalog-list__item-title{font-weight:400;font-size:1.125em;line-height:28px;display:flex;align-items:center;margin:0;color:var(--white)}.catalog-list__categories{padding:0 8px;display:flex;flex-direction:column;gap:8px}.catalog-list__categories a{font-weight:400;font-size:.875em;line-height:20px;display:flex;align-items:center;color:var(--gray-500);padding:8px 0}.editor-js{display:flex;flex-direction:column}.editor-js>*{margin:10px 0}.editor-js>:first-child{margin-top:0}.editor-js ol,.editor-js ul{padding-left:40px;list-style:auto;list-style-type:disc}.editor-js .article__embed{width:100%;margin:30px 0 k}.editor-js .article__embed iframe{width:100%;max-width:100%}.editor-js .article__quote{width:100%;display:flex;flex-direction:column;border-left:5px solid var(--dark);padding:20px 0 16px 20px}.editor-js .article__quote p{font-weight:400;font-size:1rem;width:100%;text-align:left;line-height:26px;color:var(--dark);margin-bottom:10px}.editor-js .article__quote span{font-size:.875em;line-height:26px;text-align:right;color:var(--black_o5)}.editor-js .article__link{display:flex;align-items:flex-start;justify-content:flex-start;box-shadow:0 15px 20px var(--black_o1);border-radius:5px;padding:10px 15px}.editor-js .article__link img{height:100%;object-fit:cover;object-position:center;border-radius:5px}.editor-js .article__link>div{display:flex;flex-direction:column}.editor-js .article__link>div span:first-child{font-size:1.125em;line-height:26px;text-align:left;color:var(--dark)}.editor-js .article__link>div span:last-child{font-size:1em;line-height:26px;text-align:left;color:var(--dark);margin-top:10px}.editor-js .article__image{display:flex;flex-direction:column;width:100%;margin:10px auto}.editor-js .article__image img{width:auto;max-width:50%;margin-right:auto}.editor-js .article__image span{margin-top:10px}.editor-js .article__image--stretched{width:100%;height:auto}.editor-js .article__image--fixed{position:relative;overflow:hidden;width:100%;max-width:490px;height:auto;border-radius:var(--main_radius);margin:10px 0}.editor-js .article__image--fixed a{display:block;width:100%;height:100%}.editor-js .article__image--fixed a:hover .article__image-title{color:var(--orange)}.editor-js .article__image--fixed a:hover svg path{fill:var(--orange)}.editor-js .article__image--fixed a img{width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center}.editor-js .article__image--fixed .img__upper__layer{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,0) 24.48%,var(--black) 71.35%)}.editor-js .article__image--fixed .article__image-info{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;padding:16px 24px}.editor-js .article__image--fixed .article__image-info svg{width:48px;height:48px}.editor-js .article__image--fixed .article__image-info svg path{fill:var(--white);transition:.2s}.editor-js .article__image--fixed .article__image-title{font-weight:500;font-size:1.375em;line-height:28px;color:var(--white);transition:.2s;margin-right:24px}.editor-js .article__warning{display:flex;flex-direction:column;border-left:5px solid var(--red);padding:20px 0 16px 20px;width:100%}.editor-js .article__warning p{font-weight:400;font-size:1rem;width:100%;text-align:left;line-height:26px;color:var(--dark);margin:0}.editor-js .article__warning span{font-size:1.125em;line-height:26px;text-align:left;color:var(--red);margin-bottom:10px}.editor-js hr{margin:32px 0;width:100%}.editor-js p,.editor-js pre{width:100%}@media only screen and (max-width:420px){.editor-js{font-size:.875em;line-height:26px}}.catalog{display:flex;align-items:start;justify-content:center;position:absolute;width:100%;height:100%;background:var(--blue-50);margin-top:-50px;padding:0 15px 100px;z-index:2}@media only screen and (max-width:860px){.catalog{margin-top:0;padding-bottom:30px;position:absolute;left:0;right:0;top:0}}.catalog__container{padding:32px 0 48px;max-width:var(--main_width);width:100%;display:grid;grid-gap:24px}@media only screen and (max-width:860px){.catalog__container{grid-gap:15px;padding-top:30px;padding-bottom:0}}.catalog__header{display:flex;align-items:center;justify-content:space-between}.catalog__title{font-weight:400;font-size:2.25em;line-height:50px;display:flex;align-items:center;margin:0;color:var(--body-color)}@media only screen and (max-width:860px){.catalog__title{font-size:24px;line-height:32px}}.catalog__content{display:grid;grid-template-columns:3fr 9fr;grid-gap:24px;align-items:start}@media only screen and (max-width:860px){.catalog__content{grid-template-columns:1fr}}.catalog__body{display:grid;grid-gap:24px;align-items:start}@media only screen and (max-width:860px){.catalog__body{display:none}}.catalog__category-title{font-weight:400;font-size:1.5em;line-height:32px;display:flex;align-items:center;color:var(--body-color);margin:0}.catalog__category-description{max-width:var(--main_width);width:100%;font-weight:400;margin:0 auto;font-size:.875em;line-height:20px;display:flex;align-items:center;color:var(--gray-600)}.mobile-menu{display:grid;padding:15px}.mobile-menu__top{justify-content:space-between;border-bottom:1px solid var(--blue-500)}.mobile-menu__top,.mobile-menu__top-right{display:flex;align-items:center;gap:10px}.mobile-menu__body{display:grid;grid-gap:2px;border-bottom:1px solid var(--blue-500);padding:15px 0}.mobile-menu__action{position:relative;display:inline-flex}.mobile-menu__action .drop-down{visibility:hidden;opacity:0;position:absolute;left:0;bottom:1px;transform:translateY(100%)}.mobile-menu__action .drop-down--left{position:absolute;right:0;left:auto;bottom:1px}.mobile-menu__action .drop-down:hover,.mobile-menu__action>a:hover+.drop-down{visibility:visible;opacity:1;z-index:999}.mobile-menu__nav-link{height:52px;padding:0 16px;gap:8px;background:var(--blue-100);border-radius:8px;font-weight:400;font-size:.875em;line-height:20px;display:flex;align-items:center;color:var(--gray-500)}.mobile-menu__nav-link:hover{color:var(--gray-500)}.mobile-menu__nav-link .icon{width:20px;height:20px}.mobile-menu__nav-link .icon svg path{fill:var(--gray-500)}.mobile-menu__footer{padding:15px 0}.mobile-menu__links{display:grid;grid-gap:16px;padding:15px}.mobile-menu__links a{font-weight:400;font-size:.875em;line-height:20px;color:var(--body-color-muted)}.cookies,.mobile-menu__links a{display:flex;align-items:center}.cookies{padding:15px;width:100%;bottom:0;z-index:200;justify-content:space-between;position:fixed}.cookies__container{margin:0 auto;width:100%;display:flex;max-width:940px;padding:20px;background-color:#fff;border-radius:10px;box-shadow:2px 3px 10px rgba(0,0,0,.4)}@media only screen and (max-width:700px){.cookies__container{flex-direction:column;gap:20px;padding:15px}}.cookies__body{width:100%;display:flex;align-items:center;padding:0 10px}@media only screen and (max-width:700px){.cookies__body{padding:0}}.cookies span{margin:0;font-size:1em;text-align:left;color:var(--dark);font-weight:500}@media only screen and (max-width:700px){.cookies span{font-size:.875em;text-align:center}}.cookies__confirmed{display:flex;justify-content:flex-end}@media only screen and (max-width:700px){.cookies__confirmed{width:100%;justify-content:center}}.loading-indicator{display:inline-flex;align-items:center;position:relative}.chat-content-list{height:100%}.chat-content-list__container{height:100%;display:flex;flex-direction:column}.chat-content-list__header{padding:0 25px;height:56px;flex-shrink:0;display:flex;align-items:center}.chat-content-list__title{margin:0}.chat-content-list__none{padding:10px 25px}.chat-content-list__auth-required{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;text-align:center;position:absolute;top:0;left:0;right:0;bottom:0}.chat-content-list__auth-message{margin-bottom:20px;font-size:16px;color:#666}.chat-content-list__auth-button{min-width:120px}.chat-content-list-body{overflow-y:auto;overflow-x:hidden;height:100%;scrollbar-width:thin}.chat-content-list-body__item{position:relative;padding:10px 20px;margin:5px 0;cursor:pointer;display:flex;justify-content:space-between}.chat-content-list-body__item--unseen,.chat-content-list-body__item:active,.chat-content-list-body__item:hover{background-color:#f6f7f8}.chat-content-list-body__right{text-align:right;position:absolute;right:20px}.chat-content-list-body__content{overflow:hidden}.chat-content-list-body__avatar{position:relative;border-radius:50%;flex-shrink:0;margin-right:15px}.chat-content-list-body__avatar>img{width:40px;height:40px;object-fit:cover;border-radius:50%}.chat-content-list-body__name{font-size:14px;display:flex;align-items:center;gap:5px}.chat-content-list-body__name .icon{width:20px;height:20px}.chat-content-list-body__message{white-space:nowrap}.chat-content-list-body__time>span{font-size:.875rem;color:#adadad}.chat-content-list-body__seen{display:block;min-width:35px;float:right;user-select:none}.chat-content-list-body__seen>span{background-color:var(--accent);color:var(--white);padding:2px 10px;border-radius:20px;font-size:13px}.chat-messages[data-v-2948632a]{height:100%}.chat-messages__container[data-v-2948632a]{height:100%;display:flex;flex-direction:column}.chat-messages__header[data-v-2948632a]{padding:0 15px;height:56px;flex-shrink:0}.chat-messages__header[data-v-2948632a],.chat-messages__title[data-v-2948632a]{display:flex;gap:10px;align-items:center}.chat-messages__back[data-v-2948632a]{cursor:pointer;width:32px;height:32px}.chat-messages__back .icon[data-v-2948632a]{width:20px;height:20px}.chat-messages-title__avatar>img[data-v-2948632a]{width:40px;height:40px;border-radius:50%}.chat-messages-title__title[data-v-2948632a]{margin:0;display:flex;align-items:center;gap:5px}.chat-messages-title__title .icon[data-v-2948632a]{width:24px;height:24px}.chat-messages-body[data-v-2948632a]{flex-grow:1;padding:10px;overflow-y:auto;scrollbar-width:thin}.chat-messages-body-item[data-v-2948632a]{margin:10px 0;width:100%;display:flex}.chat-messages-body-item__name[data-v-2948632a]{color:var(--accent)}.chat-messages-body-item__name--my[data-v-2948632a]{color:#fff}.chat-messages-body-item__message[data-v-2948632a]{font-size:14px;margin-bottom:0}.chat-messages-body-item__message--my[data-v-2948632a]{color:#fff}.chat-messages-body-item__content[data-v-2948632a]{padding:10px;width:80%;border-radius:10px;background-color:rgba(36,74,127,.078)}.chat-messages-body-item__content--my[data-v-2948632a]{background-color:var(--accent)}.chat-messages-body-item--my[data-v-2948632a]{margin:5px 0;justify-content:flex-end}.chat-messages-body-item__time[data-v-2948632a]{display:block;text-align:right;font-size:14px}.chat-messages-body-item__time--my[data-v-2948632a]{color:#fff}.chat-messages-actions[data-v-2948632a]{position:relative;height:60px;bottom:0;background-color:#fff;flex-shrink:0;padding:10px;width:100%;display:flex;align-items:center}.chat-messages-actions__message[data-v-2948632a]{width:100%;margin-right:10px;margin-left:10px}.chat-messages-actions__message[data-v-2948632a] .input__container{height:40px;border-radius:50px}.chat-messages-actions__send[data-v-2948632a]{display:block;position:relative;background-color:var(--accent);border-radius:50%;width:35px;height:35px;flex-shrink:0;border:none;cursor:pointer}.chat-messages-actions__send-icon[data-v-2948632a]{position:relative;width:16px;height:16px;fill:#fff;top:1px}.chat-messages-actions__send[disabled][data-v-2948632a]{opacity:.5}.chat-email[data-v-2948632a]{position:absolute;left:0;right:0;bottom:0;top:0;z-index:98;opacity:0;pointer-events:none;transition:var(--transition);background-color:rgba(0,0,0,.3)}.chat-email--visible[data-v-2948632a]{opacity:1;pointer-events:auto}.chat-email__container[data-v-2948632a]{position:absolute;left:0;right:0;bottom:0;z-index:99;pointer-events:none}.chat-email--visible .chat-email__container[data-v-2948632a]{pointer-events:auto}.chat-email__content[data-v-2948632a]{transition:var(--transition);transform:translateY(100%)}.chat-email--visible .chat-email__content[data-v-2948632a]{transform:translateY(0)}.chat-email-actions[data-v-2948632a]{position:relative;min-height:100px;bottom:0;background-color:#fff;flex-shrink:0;padding:10px;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.chat-email-actions__message[data-v-2948632a]{width:100%;margin-right:10px;margin-left:10px}.chat-email-actions__message[data-v-2948632a] .input__container{height:40px;border-radius:50px}.chat-email-actions__send[data-v-2948632a]{border-radius:50px;height:40px;padding:0 20px}.chat-email-actions__send-icon[data-v-2948632a]{position:relative;width:16px;height:16px;fill:#fff;top:1px}.chat-email-actions__send[disabled][data-v-2948632a]{opacity:.5}.modal__close[data-v-2948632a]{top:10px;right:10px;z-index:10;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.modal__close .icon[data-v-2948632a]{width:40px;height:40px;fill:#fff}.modal__close .icon svg[data-v-2948632a]{fill:#fff}.modal__close:hover svg[data-v-2948632a]{fill:var(--accent-hover)}.chat-content{background-color:var(--white,#fff);border-radius:10px;box-shadow:4px 0 24px rgba(0,0,0,.12);overflow:hidden;height:600px;max-height:calc(100vh - 212px);min-height:360px;position:fixed;right:20px;bottom:100px;z-index:99;width:400px;opacity:0;pointer-events:none;visibility:hidden;transform:translate(40%,60%) scale(.1);transition:.2s}@media only screen and (max-width:480px){.chat-content{inset:0;min-height:100%;height:100%;width:100%;border-radius:0}}.chat-content--open{opacity:1;pointer-events:auto;visibility:visible;transform:translate(0) scale(1)}.chat-content__close{position:absolute;top:10px;right:10px;z-index:10;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.chat-content__close .icon{width:20px;height:20px}.chat-content__close svg{fill:var(--accent)}.chat-content__close:hover svg{fill:var(--accent-hover)}.chat__overlay[data-v-763ef4cf]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:98;opacity:0;pointer-events:none;transition:var(--transition)}.chat--open .chat__overlay[data-v-763ef4cf]{opacity:1;pointer-events:auto}.chat__button[data-v-763ef4cf]{cursor:pointer;position:fixed;z-index:98;right:20px;bottom:20px}.chat-button__icon[data-v-763ef4cf]{position:relative;width:60px;height:60px;border-radius:50%;background-color:var(--accent)}.chat-button__svg[data-v-763ef4cf]{position:relative;width:30px;left:50%;top:50%;fill:var(--white);transform:translate(-50%,-50%)}.vue-notification-group{display:block;position:fixed;z-index:5000}.vue-notification-wrapper{display:block;overflow:hidden;width:100%;margin:0;padding:0}.notification-title{font-weight:600}.vue-notification-template{background:#fff}.vue-notification,.vue-notification-template{display:block;box-sizing:border-box;text-align:left}.vue-notification{font-size:.875em;padding:15px 20px;margin:0 5px 5px;color:var(--white);border-radius:var(--radius);background:var(--accent-o1);border-left:5px solid var(--accent)}.vue-notification.warn{background-color:var(--orange-400);border-left-color:var(--orange-900)}.vue-notification.error{background-color:var(--red-400);border-left-color:var(--red-900)}.vue-notification.success{background-color:var(--green);border-left-color:var(--green_d20)}.vn-fade-enter-active,.vn-fade-leave-active,.vn-fade-move{transition:all .5s}.vn-fade-enter,.vn-fade-leave-to{opacity:0}@font-face{font-family:Rubik;src:local("Rubik SemiBold"),local("Rubik-SemiBold"),url(/static/fonts/Rubik/Rubik-SemiBold.woff2) format("woff2"),url(/static/fonts/Rubik/Rubik-SemiBold.woff) format("woff"),url(/static/fonts/Rubik/Rubik-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:local("Rubik Medium"),local("Rubik-Medium"),url(/static/fonts/Rubik/Rubik-Medium.woff2) format("woff2"),url(/static/fonts/Rubik/Rubik-Medium.woff) format("woff"),url(/static/fonts/Rubik/Rubik-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:local("Rubik Regular"),local("Rubik-Regular"),url(/static/fonts/Rubik/Rubik-Regular.woff2) format("woff2"),url(/static/fonts/Rubik/Rubik-Regular.woff) format("woff"),url(/static/fonts/Rubik/Rubik-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:local("Rubik Light"),local("Rubik-Light"),url(/static/fonts/Rubik/Rubik-Light.woff2) format("woff2"),url(/static/fonts/Rubik/Rubik-Light.woff) format("woff"),url(/static/fonts/Rubik/Rubik-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}:root{--main_width:1296px;--small_width:1076px;--font_regular:Rubik,Arial,Helvetica Neue,Helvetica,sans-serif;--font-size-desktop:16px;--gray-50:#c4c4d0;--gray-100:#b9b9c7;--gray-200:#a2a2b4;--gray-300:#8b8ba2;--gray-400:#757590;--gray-500:#62627a;--gray-600:#4e4e61;--gray-700:#393947;--gray-800:#25252e;--gray-900:#101014;--gray-900-o5:rgba(16,16,20,0.5);--blue-50:#fcfdff;--blue-100:#f9fbfc;--blue-200:#f4f7fa;--blue-300:#eaeff4;--blue-400:#e0e8ef;--blue-500:#d6e0ea;--blue-500-o5:rgba(214,224,234,0.5);--blue-600:#c9d6e3;--blue-700:#bbccdc;--blue-800:#b4c6d9;--blue-900:#aec1d5;--red-50:#fbc2c2;--red-100:#f9afaf;--red-200:#f68989;--red-300:#f46363;--red-400:#f13d3d;--red-500:#ee1717;--red-600:#c80f0f;--red-700:#9e0c0c;--red-800:#880a0a;--red-900:#730808;--orange-50:#fce7d7;--orange-100:#fbdac2;--orange-200:#f7c097;--orange-300:#f4a66d;--orange-400:#f18c42;--orange-500:#ee7217;--orange-600:#c45b0e;--orange-700:#94450b;--orange-800:#652f07;--orange-900:#351904;--body-color:var(--gray-900);--body-color-muted:var(--gray-500);--black:#000;--white:#fff;--green:#19af92;--green_d20:#148c75;--green-dark:#148c75;--yellow:#ffc21f;--purple:#5a31f4;--link:#4285f4;--accent:var(--orange-500);--accent-o1:rgba(238,114,23,0.1);--gray:#d1d2d6;--big_radius:16px;--main_radius:16px;--small_radius:8px;--transition:0.3s}*{margin:0;padding:0;box-sizing:border-box;min-height:0;min-width:0;font-family:var(--font_regular);backface-visibility:hidden}@media only screen and (min-width:1025px){*{scrollbar-width:auto;scrollbar-color:var(--accent) var(--blue-200)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--blue-200)}::-webkit-scrollbar-thumb{background-color:var(--accent);border-radius:3px;border:1px solid var(--blue-200)}}body,html{margin:0;padding:0;background:var(--white);color:var(--body-color);font-size:var(--font-size-desktop);line-height:24px;scrollbar-gutter:stable}body{min-width:300px;overflow-y:scroll}@media only screen and (min-width:1025px){body{scrollbar-width:auto;scrollbar-color:var(--accent) var(--blue-200)}body::-webkit-scrollbar{width:16px;height:16px}body::-webkit-scrollbar-track{background:var(--blue-200)}body::-webkit-scrollbar-thumb{background-color:var(--accent);border-radius:16px;border:3px solid var(--blue-200)}}a{color:var(--link);text-decoration:none;position:relative;cursor:pointer}a,a svg,a svg circle,a svg path{transition:var(--transition)}a:after{left:inherit;right:50%}a:hover{text-decoration:none;color:var(--link);border-color:rgba(0,0,0,0)}a:focus{outline:none}a:active,a:focus{text-decoration:none}::selection{background:var(--accent);color:var(--white);text-shadow:none}::-moz-selection{background:var(--accent);color:var(--white);text-shadow:none}h1,h2{font-family:var(--font_regular);font-weight:400;font-size:2.25em;line-height:140%;margin-top:30px;margin-bottom:30px}h1:first-child,h2:first-child{margin-top:0}h3{font-weight:500;font-size:1.5em;line-height:120%;margin-bottom:20px}h4,h5{font-family:var(--font_regular);font-weight:700;font-size:1.125em;line-height:150%;margin-top:30px;margin-bottom:16px}h4:first-child,h5:first-child{margin-top:0}@media only screen and (max-width:420px){h4,h5{margin-bottom:10px}}b,dt,strong{font-weight:700;line-height:normal}b,dt,em,i,strong{font-family:var(--font_regular)}em,i{font-weight:400}em:before,i:before{margin:0;width:auto}code,pre{margin:0;border:none;background:none}p{margin-bottom:16px}p:last-child{margin-bottom:0}img{vertical-align:middle;width:100%;height:auto;max-width:100%}img[data-src],img[data-srcset]{display:block;min-height:1px}ol,ul{margin:0;padding:0;list-style:none}blockquote{background:var(--gray-300);padding:15px;margin:10px 0 30px;font-family:var(--font_regular);overflow:hidden}blockquote,blockquote p{position:relative}details{margin-bottom:30px;border-radius:var(--main_radius)}details,details summary{background:var(--gray-300)}details summary{font-family:var(--font_regular);padding:15px;border-top-right-radius:var(--main_radius);border-top-left-radius:var(--main_radius);cursor:pointer}details>div{padding:30px}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}video{object-fit:contain}figure{margin:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}textarea{resize:vertical}.icon{min-width:12px;min-height:12px}.icon svg{width:100%;height:100%}#app{display:grid;min-height:100vh;background:var(--blue-50);grid-template-rows:auto 1fr auto}.container{position:relative;box-sizing:content-box;max-width:var(--main_width);width:100%;margin:0 auto}.container--full{width:100%}.page-enter-active,.page-leave-active{transition:var(--transition)}.page-enter,.page-leave-to{opacity:0}.hidden{display:none}.shadow{position:relative}.shadow:hover:after{opacity:.5}.shadow:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:var(--black);opacity:.4;transition:opacity var(--transition)}.no-scroll{overflow:hidden}.page_fix{top:0!important;position:static!important}.skiptranslate{display:none!important}jdiv{z-index:998!important}@media only screen and (max-width:1024px){.desktop{display:none!important}}@media only screen and (min-width:1025px){.mobile{display:none!important}}.pre-line{white-space:pre-line;margin-top:-1.5rem}@-moz-keyframes line{0%{width:0}to{width:100%}}@-webkit-keyframes line{0%{width:0}to{width:100%}}@-o-keyframes line{0%{width:0}to{width:100%}}@keyframes line{0%{width:0}to{width:100%}}@-moz-keyframes shake{16.6666667%{transform:translate(0)}33.3333334%{transform:translate(-20px) rotate(-1deg)}50%{transform:translate(20px) rotate(1deg)}66.6666668%{transform:translate(-10px) rotate(-1deg)}83.3333335%{transform:translate(10px) rotate(1deg)}to{transform:translate(0)}}@-webkit-keyframes shake{16.6666667%{transform:translate(0)}33.3333334%{transform:translate(-20px) rotate(-1deg)}50%{transform:translate(20px) rotate(1deg)}66.6666668%{transform:translate(-10px) rotate(-1deg)}83.3333335%{transform:translate(10px) rotate(1deg)}to{transform:translate(0)}}@-o-keyframes shake{16.6666667%{transform:translate(0)}33.3333334%{transform:translate(-20px) rotate(-1deg)}50%{transform:translate(20px) rotate(1deg)}66.6666668%{transform:translate(-10px) rotate(-1deg)}83.3333335%{transform:translate(10px) rotate(1deg)}to{transform:translate(0)}}@keyframes shake{16.6666667%{transform:translate(0)}33.3333334%{transform:translate(-20px) rotate(-1deg)}50%{transform:translate(20px) rotate(1deg)}66.6666668%{transform:translate(-10px) rotate(-1deg)}83.3333335%{transform:translate(10px) rotate(1deg)}to{transform:translate(0)}}@-moz-keyframes idleIcon{0%{transform:translate(0)}to{transform:translateY(-20px)}}@-webkit-keyframes idleIcon{0%{transform:translate(0)}to{transform:translateY(-20px)}}@-o-keyframes idleIcon{0%{transform:translate(0)}to{transform:translateY(-20px)}}@keyframes idleIcon{0%{transform:translate(0)}to{transform:translateY(-20px)}}@-moz-keyframes idleIconShadow{0%{transform:scale(1)}to{transform:scale(.8)}}@-webkit-keyframes idleIconShadow{0%{transform:scale(1)}to{transform:scale(.8)}}@-o-keyframes idleIconShadow{0%{transform:scale(1)}to{transform:scale(.8)}}@keyframes idleIconShadow{0%{transform:scale(1)}to{transform:scale(.8)}}.table{border:1px solid var(--blue-500);box-sizing:border-box;border-collapse:collapse;width:100%}.table th{background:var(--blue-200)}.table td,.table th{font-weight:400;font-size:.75em;line-height:20px;text-align:center;padding:16px;color:var(--body-color-muted)}.table tr{border-bottom:1px solid var(--blue-500)}.btn{background:none;border:none;border-radius:var(--small_radius);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;outline:none;font-family:var(--font_regular);transition:color var(--transition),background var(--transition)}.btn:active{transform:scale(.95)}.btn .icon{max-width:32px;max-height:32px}.btn:disabled{opacity:.8;cursor:not-allowed;filter:grayscale(1)}.btn--hollow{background:rgba(0,0,0,0);color:var(--white);border:1px solid var(--white)}.btn--hollow .icon svg path{fill:var(--white)}.btn--hollow .icon svg circle{stroke:var(--white)}.btn--hollow:hover:not(:disabled){border:1px solid var(--white);text-decoration:underline}.btn--hollow:active:not(:disabled),.btn--hollow:hover:not(:disabled){background:rgba(0,0,0,0);color:var(--white)}.btn--hollow-dark{background:rgba(0,0,0,0);color:var(--body-color-muted);border:1px solid var(--blue-300)}.btn--hollow-dark .icon svg path{fill:var(--body-color-muted)}.btn--hollow-dark .icon svg circle{stroke:var(--body-color-muted)}.btn--hollow-dark:hover:not(:disabled){border:1px solid var(--blue-300);text-decoration:underline}.btn--hollow-dark:active:not(:disabled),.btn--hollow-dark:hover:not(:disabled){background:rgba(0,0,0,0);color:var(--body-color-muted)}.btn--green{background:var(--green);color:var(--white)}.btn--green .icon svg path{fill:var(--white)}.btn--green .icon svg circle{stroke:var(--white)}.btn--green:hover:not(:disabled){background:var(--green);color:var(--white)}.btn--green:active:not(:disabled){background:var(--green_d20);color:var(--white)}.btn--red{background:var(--red-500);color:var(--white)}.btn--red .icon svg path{fill:var(--white)}.btn--red .icon svg circle{stroke:var(--white)}.btn--red:hover:not(:disabled){background:var(--red-500);color:var(--white)}.btn--red:active:not(:disabled){background:var(--red-900);color:var(--white)}.btn--main{background:var(--orange-500);color:var(--white)}.btn--main .icon svg path{fill:var(--white)}.btn--main .icon svg circle{stroke:var(--white)}.btn--main:hover:not(:disabled){background:var(--orange-600);color:var(--white)}.btn--main:active:not(:disabled){background:var(--orange-700);color:var(--white)}.btn--white{background:var(--white);color:var(--body-color-muted)}.btn--white .icon svg path{fill:var(--body-color-muted)}.btn--white .icon svg circle{stroke:var(--body-color-muted)}.btn--white:active:not(:disabled),.btn--white:hover:not(:disabled){background:var(--blue-300);color:var(--body-color-muted)}.btn--main-inv{background:var(--blue-200);color:var(--orange-500)}.btn--main-inv .icon svg path{fill:var(--orange-500)}.btn--main-inv .icon svg circle{stroke:var(--orange-500)}.btn--main-inv:hover:not(:disabled){background:var(--blue-300);color:var(--orange-500)}.btn--main-inv:active:not(:disabled){background:var(--blue-400);color:var(--orange-500)}.btn--green-inv{background:var(--blue-200);color:var(--green-dark)}.btn--green-inv .icon svg path{fill:var(--green-dark)}.btn--green-inv .icon svg circle{stroke:var(--green-dark)}.btn--green-inv:hover:not(:disabled){background:var(--blue-300);color:var(--green-dark)}.btn--green-inv:active:not(:disabled){background:var(--blue-400);color:var(--green-dark)}.btn--lg{padding:0 16px;height:52px;gap:8px;font-weight:500;font-size:.875em;line-height:normal;text-transform:uppercase}.btn--lg:active{transform:scale(.98)}.btn--lg .icon{width:20px;height:20px}.btn--md{padding:0 14px;height:48px;gap:6px;font-weight:400;font-size:.875em;line-height:normal}.btn--md:active{transform:scale(.96)}.btn--md .icon{width:20px;height:20px}.btn--sm{padding:0 8px;height:36px;gap:4px;font-weight:400;font-size:.875em;line-height:normal}.btn--sm:active{transform:scale(.96)}.btn--sm .icon{width:16px;height:16px}.default-modal{z-index:1;background:var(--white);border-radius:var(--big_radius);padding:24px;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:32px}.default-modal__header{display:flex;align-items:center;gap:16px;justify-content:space-between;width:100%}.default-modal__title{font-weight:400;font-size:1.5em;line-height:32px;display:flex;margin:0;align-items:center;color:var(--gray-900)}.default-modal__close{width:40px;height:40px;background:none;padding:0;border-radius:var(--small_radius);border:none;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.default-modal__close .icon{width:20px;height:20px}.default-modal__close .icon svg path{fill:var(--body-color-muted)}.default-modal__close:hover{background:var(--blue-200)}.default-modal__body{flex-direction:column;align-items:flex-start}.default-modal__body,.default-modal__footer{display:flex;justify-content:flex-start;width:100%}.default-modal__footer{align-items:center}.form{background:var(--white);border-radius:var(--main_radius);padding:16px;display:grid;grid-gap:16px;border:1px solid var(--blue-400)}.form__title{font-weight:400;font-size:1.125em;line-height:28px;display:flex;align-items:center;color:var(--body-color)}.form__row{display:flex;margin:-8px;width:calc(100% + 16px);flex-wrap:wrap}.form__col-6{flex-basis:calc(50% - 16px)}.form__col-4,.form__col-6{margin:0 8px;padding:8px 0;display:flex}.form__col-4{flex-basis:calc(33.33333% - 16px)}.form__col-12{margin:0 8px;padding:8px 0;display:flex;width:100%}.img{object-fit:cover;object-position:center}.lazy{opacity:0;transition:var(--transition)}.lazy.loaded{opacity:1}