.constructor .pointer{cursor:pointer}.constructor .constr-card-max-height{height:100%}.constructor .constr-card-link{display:flex;flex-direction:column;justify-content:flex-end}.constructor .constr-card-block{width:100%}.constructor .card-container{position:relative;z-index:2}.constructor .grid-container{display:grid;grid-template-columns:repeat(12,1fr);gap:10px;grid-auto-rows:minmax(100px,auto);margin-bottom:10px}.constructor .grid-column-1{grid-column:span 1}.constructor .grid-column-2{grid-column:span 2}.constructor .grid-column-3{grid-column:span 3}.constructor .grid-column-4{grid-column:span 4}.constructor .grid-column-6{grid-column:span 6}.constructor .grid-column-8{grid-column:span 8}.constructor .grid-column-9{grid-column:span 9}.constructor .grid-column-10{grid-column:span 10}.constructor .grid-column-12{grid-column:span 12}@media screen and (max-width: 768px){.constructor .grid-container{grid-template-columns:repeat(2,1fr);grid-auto-flow:dense}.constructor .grid-column-1,.constructor .grid-column-2,.constructor .grid-column-3,.constructor .grid-column-4,.constructor .grid-column-6,.constructor .grid-column-8,.constructor .grid-column-9,.constructor .grid-column-10,.constructor .grid-column-12{grid-column:span 1}.constructor .mobile-grid-column-1{grid-column:span 1!important}.constructor .mobile-grid-column-2{grid-column:span 2!important}}.constructor .constr-card-widget-empty:empty{display:flex;flex-direction:column;width:100%;height:30px;background-color:var(--constructor-card-grey-light);border-radius:4px;padding:10px;align-items:center;justify-content:center}.constructor .constr-card-widget-empty:empty:after{color:var(--constructor-card-accent-contrast);font-size:14px}.constructor .constr-card-widget-empty.constr-card-widget-top-container:empty:after{display:block}.constructor .constr-card-widget-empty.constr-card-widget-middle-container:empty:after{display:block}:root{--constructor-card-primary-contrast-fill: #ffffff;--constructor-card-primary-contrast-outline: #2799ff;--constructor-card-primary-color: #2799ff;--constructor-card-primary-color-hover: #0080f5;--constructor-card-accent-color: #ff8d24;--constructor-card-accent-contrast: #ffffff;--constructor-card-black: #062037;--constructor-card-white: #ffffff;--constructor-card-grey-light: rgba(6, 32, 55, .4);--constructor-card-shadow-primary-on-dark: rgb(39, 153, 255, .5)}.constructor .blue-orange-card-scheme{--constructor-card-primary-contrast-fill: #ffffff;--constructor-card-primary-contrast-outline: #2799ff;--constructor-card-primary-color: #2799ff;--constructor-card-primary-color-hover: #0080f5;--constructor-card-accent-color: #ff8d24;--constructor-card-accent-contrast: #ffffff;--constructor-card-black: #062037;--constructor-card-white: #ffffff;--constructor-card-grey-light: rgba(6, 32, 55, .4);--constructor-card-shadow-primary-on-dark: rgb(39, 153, 255, .5)}.constructor .yellow-blue-card-scheme{--constructor-card-primary-contrast-fill: #333333;--constructor-card-primary-contrast-outline: #333333;--constructor-card-primary-color: #ffdd2d;--constructor-card-primary-color-hover: #f5cd00;--constructor-card-accent-color: #2799ff;--constructor-card-accent-contrast: #ffffff;--constructor-card-black: #333333;--constructor-card-white: #ffffff;--constructor-card-grey-light: rgb(51, 51, 51, .5);--constructor-card-shadow-primary-on-dark: rgb(255, 221, 45, .5)}.constructor .green-orange-card-scheme{--constructor-card-primary-contrast-fill: #2c403a;--constructor-card-primary-contrast-outline: #2c403a;--constructor-card-primary-color: #52f2b8;--constructor-card-primary-color-hover: #11e497;--constructor-card-accent-color: #f29e52;--constructor-card-accent-contrast: #ffffff;--constructor-card-black: #2c403a;--constructor-card-white: #ffffff;--constructor-card-grey-light: rgba(44, 64, 58, .4);--constructor-card-shadow-primary-on-dark: rgba(82, 242, 184, .5)}.constructor .red-viol-card-scheme{--constructor-card-primary-contrast-fill: #ffffff;--constructor-card-primary-contrast-outline: #ff1f69;--constructor-card-primary-color: #ff1f69;--constructor-card-primary-color-hover: #e0004a;--constructor-card-accent-color: #c299ff;--constructor-card-accent-contrast: #ffffff;--constructor-card-black: #370616;--constructor-card-white: #ffffff;--constructor-card-grey-light: rgba(55, 6, 22, .4);--constructor-card-shadow-primary-on-dark: rgba(255, 31, 105, .5)}.constructor .constr-card-footer-square{display:flex;flex-direction:column;gap:8px;align-items:stretch;justify-content:flex-start;padding:0 16px 16px;width:100%}.constructor .constr-card-footer-square__button{display:flex;align-items:center;justify-content:center;height:44px;padding:15px 16px;border-radius:8px;border:none;cursor:pointer;width:100%;transition:all .2s ease}.constructor .constr-card-footer-square__button:hover,.constructor .constr-card-footer-square__button:active{background-color:var(--constructor-card-primary-color-hover)}.constructor .constr-card-footer-square__button_text{font-weight:500;font-size:16px;line-height:24px;text-align:center;display:flex}@media (max-width: 767px){.constructor .constr-card-footer-square{gap:3px;padding:0 16px 16px}.constructor .constr-card-footer-square__button{height:36px;padding:0 4px;border-radius:8px;gap:10px}.constructor .constr-card-footer-square__button_text{font-size:10px;line-height:12px;font-weight:600}}.constructor .constr-card-footer-square__button_fill{background-color:var(--constructor-card-primary-color);color:var(--constructor-card-primary-contrast-fill);border:none}.constructor .constr-card-footer-square__button_fill_text{color:inherit}.constructor .constr-card-footer-square__button_outline{background-color:transparent;color:var(--constructor-card-primary-contrast-outline);border:1px solid var(--constructor-card-primary-color)}.constructor .constr-card-footer-square__button_outline_text{color:inherit}.constructor .constr-card-footer-square__button:hover .constr-card-footer-square__button_outline_text{color:var(--constructor-card-white)}.constructor .constr-card-footer-circle__button{border-radius:16px}.constructor .constr-card-footer-license{display:flex;width:100%;padding-left:4px;padding-right:4px}.constructor .constr-card-footer-license__text{font-weight:400;font-size:6px;line-height:8px;color:var(--constructor-card-black);opacity:.5;width:100%}@media (max-width: 767px){.constructor .constr-card-footer-license{height:auto;min-height:12px}.constructor .constr-card-footer-license__text{text-align:center}}.constructor .constr-card-footer-corner{padding-left:0;padding-right:0;padding-bottom:0}.constructor .constr-card-footer-corner__button{border-radius:0 0 16px 16px}.constructor .constr-card-footer-square__button_outline:hover{background-color:var(--constructor-card-primary-color-hover);transform:translateY(-1px)}.constructor .constr-card-footer-square__button_outline:active{background-color:var(--constructor-card-primary-color-hover);transform:translateY(0)}.constructor .constr-card-footer-corner .constr-card-footer-license{padding-left:16px;padding-right:16px}.constructor .constr-card-footer{display:flex;flex-direction:column;gap:13px;align-items:stretch;justify-content:flex-start;padding:0 16px 13px;margin-top:16px;width:100%;position:relative}.constructor .constr-card-footer__bg-plate{position:absolute;background-color:var(--constructor-card-black);bottom:0;left:0;right:0;border-top-left-radius:4px;border-top-right-radius:4px;top:20px}.constructor .constr-card-footer__bg-plate:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;box-shadow:0 -2px #00000080 inset}.constructor .constr-card-footer__button{background-color:var(--constructor-card-primary-color);display:flex;gap:10px;height:44px;align-items:center;justify-content:center;padding:15px 8px;border-radius:8px;box-shadow:0 2px 0 0 var(--constructor-card-shadow-primary-on-dark);border:none;cursor:pointer;width:100%;position:relative;color:var(--constructor-card-primary-contrast-fill)}.constructor .constr-card-footer__button:hover,.constructor .constr-card-footer__button:active{background-color:var(--constructor-card-primary-color-hover)}.constructor .constr-card-footer__button_text{font-weight:500;font-size:16px;line-height:24px;text-align:center;color:inherit}.constructor .constr-card-footer__license_text{color:var(--constructor-card-white);text-align:center}@media (max-width: 767px){.constructor .constr-card-footer{gap:8px;padding:0 16px 4px 12px}.constructor .constr-card-footer__button{height:32px;padding:0 4px;border-radius:8px;gap:10px}.constructor .constr-card-footer__button_text{font-size:10px;line-height:12px;font-weight:600}.constructor .constr-card-footer__bg-plate{border-radius:4px 4px 16px 16px;box-shadow:none}.constructor .constr-card-footer__bg-plate:after{box-shadow:none}}.constructor .constr-card-header-wrapper{margin-bottom:10px;margin-top:10px}.constructor .constr-card-header-logo{width:166px;height:50px;display:flex;align-items:center}.constructor img.constr-card-header-logo__img{display:block;max-width:100%;max-height:100%;width:auto;height:auto}@media screen and (max-width: 768px){.constructor .constr-card-header-logo{width:75%;height:40px}}.constructor .constr-card-content{padding-left:16px;padding-right:16px}.constructor .constr-card{background-color:var(--constructor-card-white);border-radius:16px}.constructor .constr-card-widget-middle-container{display:flex;flex-direction:column}.constructor .constr-card-widget-middle-container:empty:after{content:"Добавьте виджеты | миддл";display:none}@media screen and (max-width: 768px){.constructor .constr-card-widget-middle-container:empty:after{content:"миддл"}}.constructor .constr-card-widget-top-container{position:relative}.constructor .constr-card-widget-top-container:empty:after{content:"Добавьте виджеты | шапка";display:none}@media screen and (max-width: 768px){.constructor .constr-card-widget-top-container:empty:after{content:"шапка"}}.constructor .constr-card-widget-text-four{font-weight:400;font-style:normal;opacity:.5;color:var(--constructor-card-black);font-size:12px;line-height:12px;text-align:center;margin-bottom:12px}.constructor .constr-card-widget-rate-one-rating-container{display:flex;align-items:center;justify-content:flex-start;margin-bottom:16px}.constructor .constr-card-widget-rate-one-rating-counter{background-color:var(--constructor-card-accent-color);display:flex;gap:10px;align-items:center;justify-content:center;padding:4px 21px;border-radius:8px}.constructor .constr-card-widget-rate-one-rating-counter .constr-card-widget-rate-one-node-star-wrapper{display:none}.constructor .constr-card-widget-rate-one-rating-text{font-weight:600;line-height:0;margin:0;color:var(--constructor-card-accent-contrast);font-size:16px;text-align:center;line-height:24px}.constructor .constr-card-widget-rate-one-rating-stars{display:flex;flex-wrap:wrap;height:24px;padding:0 0 0 8px}@media (max-width: 767px){.constructor .constr-card-widget-rate-one-rating-counter{height:24px;gap:4px;padding:10px;border-radius:8px}.constructor .constr-card-widget-rate-one-rating-text{font-size:12px;line-height:14px}.constructor .constr-card-widget-rate-one-rating-stars{display:none}.constructor .constr-card-widget-rate-one-rating-counter .constr-card-widget-rate-one-node-star-wrapper{display:block;width:16px;height:16px}}.constructor .constr-card-widget-rate-one-node-star-wrapper{display:inline-block;width:24px;height:24px;cursor:pointer}.constructor .constr-card-type-striped-content-list{list-style:none;margin:0 0 10px;display:flex;flex-direction:column;width:100%;overflow:hidden}.constructor .constr-card-type-striped-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:4px 8px;width:100%;font-size:14px;line-height:20px;color:var(--constructor-card-black)}.constructor .constr-card-type-striped-item-label{opacity:.5}.constructor .constr-card-type-striped-item:first-child .constr-card-type-striped-item-value{font-weight:600}@media screen and (max-width: 768px){.constructor .constr-card-type-striped-content-list{padding:0;gap:8px}.constructor .constr-card-type-striped-item:first-child{flex-direction:column;align-items:flex-start;padding:0;margin-bottom:8px}.constructor .constr-card-type-striped-item:first-child .constr-card-type-striped-item-label{display:none}.constructor .constr-card-type-striped-item:first-child .constr-card-type-striped-item-value{font-size:14px;line-height:20px;font-weight:600;text-align:left;width:100%}.constructor .constr-card-type-striped-item:not(:first-child){font-size:10px;line-height:12px;padding:4px;border-radius:4px;background:transparent}.constructor .constr-card-type-striped-item:not(:first-child) .constr-card-type-striped-item-label{font-size:10px;line-height:12px;white-space:pre}.constructor .constr-card-type-striped-item:not(:first-child) .constr-card-type-striped-item-value{font-size:10px;line-height:12px}}.constructor .constr-card-type-striped-content-list.constr-card-type-four-striped-item-highlighted li:nth-child(2n){background:#0620370a;border-radius:4px}.constructor .constr-card-type-three-striped-item-highlighted li:after{content:"";width:95%;height:1px;background-color:var(--constructor-card-grey-light);position:absolute;bottom:0;left:7px;right:0;z-index:1;opacity:.4}.constructor .constr-card-type-striped-content-list.constr-card-type-three-striped-item-highlighted li:last-child:after{display:none}@media screen and (max-width: 768px){.constructor .constr-card-type-striped-content-list.constr-card-type-three-striped-item-highlighted li:first-child:after{display:none}.constructor .constr-card-type-striped-content-list.constr-card-type-three-striped-item-highlighted li:after{left:0;width:100%}.constructor .constr-card-type-striped-content-list.constr-card-type-three-striped-item-highlighted li{padding-left:0;padding-right:0}}@keyframes bellIconAnimation{0%{opacity:0;transform:scale(0)}25%{opacity:1;transform:scale(1)}75%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes textAnimation{0%{opacity:0;transform:translate(101%)}30%{opacity:1;transform:translate(0)}70%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes backgroundAnimation{0%{opacity:0}15%{opacity:1}75%{opacity:1}to{opacity:0}}.constructor .constr-card-type-striped-item-animated{position:absolute;bottom:0;right:0;left:0;overflow:hidden;border-radius:4px}.constructor .constr-card-type-striped-item-animated:before{content:"";position:absolute;bottom:0;right:0;left:0;top:0;background-color:#fff;opacity:0;padding:0;z-index:1;border-radius:4px}.constructor .constr-card-type-striped-item-animated .constr-card-bell-icon{display:block;position:absolute;right:2px;width:28px;height:28px;border-radius:50%;z-index:2;background-color:var(--constructor-card-accent-color);background-position:50% 50%;background-size:12px 12px;background-repeat:no-repeat;transform:scale(0);opacity:0}.constructor .constr-card-type-striped-item-animated .constr-card-bell-icon svg{position:absolute;z-index:2}.constructor .constr-card-type-striped-item-animated .constr-card-bell-icon:after{content:"";position:absolute;bottom:0;right:0;left:0;top:0;width:40px;height:100%;background-color:#fff}.constructor .constr-card-type-striped-item-animated__text{width:100%;background-color:#f7f7f7;text-align:center;padding:2px;display:block;transform:translate(101%);opacity:0;pointer-events:none;z-index:2;border-radius:4px}.constructor .constr-card-type-striped-item-animated-play .constr-card-type-striped-item-animated:before{animation:backgroundAnimation 4s ease-in-out}.constructor .constr-card-type-striped-item-animated-play .constr-card-bell-icon{animation:bellIconAnimation 4s cubic-bezier(.68,-.55,.27,1.55)}.constructor .constr-card-type-striped-item-animated-play .constr-card-type-striped-item-animated__text{animation:textAnimation 4s ease}.constructor .constr-card-hintBadge{background-color:var(--constructor-card-accent-color);display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0;padding:4px}.constructor .constr-card-hintBadge-content{font-weight:500;font-size:10px;font-style:normal;line-height:12px;text-align:center;color:var(--constructor-card-accent-contrast);max-height:25px;display:-webkit-box;justify-content:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.constructor .constr-card-wrapper-hintbadge-advanced{background-color:var(--constructor-card-accent-color);display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0;padding:4px}.constructor .constr-card-content-hintbadge-advanced{font-weight:500;font-size:10px;font-style:normal;line-height:12px;text-align:center;color:var(--constructor-card-accent-contrast);max-height:25px;display:-webkit-box;justify-content:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.constructor .constr-card-corner-hintbadge-advanced{position:absolute;bottom:-16px;width:16px;height:16px;background-color:var(--constructor-card-accent-color, #ff8d24)}.constructor .constr-card-cornerRight-hintbadge-advanced{right:0}.constructor .constr-card-cornerLeft-hintbadge-advanced{left:0;transform:rotate(180deg) scaleY(-1)}.constructor .constr-card-cornerInner-hintbadge-advanced{position:absolute;bottom:0;left:0;width:16px;height:16px;background-color:#fff;border-radius:0 16px 0 0}.constructor .constr-card-wrapper-hintbadge-with-padding{background-color:#fff;display:flex;align-items:center;justify-content:center;padding:8px 0 0}.constructor .constr-card-content-hintbadge-with-padding{background-color:var(--constructor-card-accent-color);display:flex;flex-grow:1;justify-content:center;border-radius:16px 16px 0 0;padding:4px}@container editor (inline-size < 768px){.constructor .grid-container{grid-template-columns:repeat(2,1fr);grid-auto-flow:dense}.constructor .grid-column-1,.constructor .grid-column-2,.constructor .grid-column-3,.constructor .grid-column-4,.constructor .grid-column-6,.constructor .grid-column-8,.constructor .grid-column-9,.constructor .grid-column-10,.constructor .grid-column-12{grid-column:span 1}.constructor .mobile-grid-column-1{grid-column:span 1!important}.constructor .mobile-grid-column-2{grid-column:span 2!important}.constructor .constr-card-footer-square{gap:3px;padding:0 16px 16px}.constructor .constr-card-footer-square__button{height:36px;padding:0 4px;border-radius:8px;gap:10px}.constructor .constr-card-footer-square__button_text{font-size:10px;line-height:12px;font-weight:600;flex-grow:1;flex-basis:0;min-width:1px;min-height:1px}.constructor .constr-card-footer-license{height:auto;min-height:12px}.constructor .constr-card-footer-license__text{text-align:center}.constructor .constr-card-footer{gap:8px;padding:0 16px 4px 12px}.constructor .constr-card-footer__button{height:32px;padding:0 4px;border-radius:8px;gap:10px}.constructor .constr-card-footer__button_text{font-size:10px;line-height:12px;font-weight:600}.constructor .constr-card-footer__bg-plate{border-radius:4px 4px 16px 16px}.constructor .constr-card-footer__bg-plate:after{box-shadow:none}.constructor .constr-card-header-logo{width:75%;height:40px}.constructor .constr-card-type-striped-item:first-child{padding:0;margin-bottom:6px}.constructor .constr-card-type-striped-item:first-child .constr-card-type-striped-item-label{display:none}.constructor .constr-card-type-striped-item:first-child .constr-card-type-striped-item-value{font-size:14px;line-height:20px;font-weight:600;text-align:left;width:100%}.constructor .constr-card-type-striped-item:not(:first-child){font-size:10px;line-height:12px;padding:4px;border-radius:4px;background:transparent}.constructor .constr-card-type-striped-item:not(:first-child) .constr-card-type-striped-item-label{font-size:10px;line-height:12px;white-space:pre}.constructor .constr-card-type-striped-item:not(:first-child) .constr-card-type-striped-item-value{font-size:10px;line-height:12px}.constructor .constr-card-type-striped-content-list.constr-card-type-three-striped-item-highlighted li:after{left:0;width:100%}.constructor .constr-card-type-striped-content-list.constr-card-type-three-striped-item-highlighted li{padding-left:0;padding-right:0}.constructor .constr-card-type-striped-content-list.constr-card-type-three-striped-item-highlighted li:first-child:after{display:none}.constructor .constr-card-widget-rate-one-rating-counter{height:24px;gap:4px;padding:10px;border-radius:8px}.constructor .constr-card-widget-rate-one-rating-text{font-size:12px;line-height:14px}.constructor .constr-card-widget-rate-one-rating-stars{display:none}.constructor .constr-card-widget-rate-one-rating-counter .constr-card-widget-rate-one-node-star-wrapper{display:block;width:16px;height:16px}.constructor .constr-card-widget-top-container:empty:after{content:"шапка"}.constructor .constr-card-widget-middle-container:empty:after{content:"миддл"}}.constructor .constr-card-type-striped-content-list.constr-card-type-striped-item-highlighted li:nth-child(2n){background:#0620370a;border-radius:4px}