@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-25%)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes scaleUp{0%{transform:scale(0)}50%{transform:scale(1)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes pulse{50%{opacity:.5}}@keyframes shine{to{background-position-x:-200%}}.c-info-box{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px 50px;font-size:15px;line-height:1.5;color:var(--c-black)}@media (max-width: 599px){.c-info-box{grid-template-columns:1fr;font-size:14px}}.c-info-box__item.is-not-visible{display:none}.c-modal--address .c-btn--secondary{height:46px;padding:0 46px;font-size:15px;font-weight:700;text-transform:uppercase}.c-modal--address .sc-submit{display:flex;justify-content:center;padding-top:40px;margin-top:20px;border-top:1px solid var(--c-border)}.c-address-select__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}@media (max-width: 767px){.c-address-select__list{grid-template-columns:1fr}}.c-address-select label.error{display:block;padding:0;margin:6px 0 0 2px;font-size:13px;font-weight:600;color:#c34040;background:none;border:none}.c-address-select__item .c-form__input{position:absolute;pointer-events:none;opacity:0}.c-address-select__item .c-form__input:checked+.c-address-select__label{background-color:var(--c-primary-50)}.c-address-select__label{display:grid;gap:8px;height:100%;padding:12px 24px;line-height:1.3;cursor:pointer;background-color:var(--c-white);border:1px solid var(--c-border);border-radius:.8rem}.c-address-select__label .sc-name{font-size:18px;font-weight:700}.c-address-select__label .sc-address{font-size:13px}.c-address-select__label .sc-phone{font-size:13px;font-weight:700}@media (hover: hover){.c-address-select__label:hover{border-color:var(--c-primary-600)}}.c-form-section{margin-bottom:4.8rem}.c-form-section .c-form__box .c-form__item--checkbox{margin-bottom:0}.c-form-section .c-form__box .c-form__item--checkbox .c-form__input[data-custom=custom]+label{padding:1.6rem 1.6rem 1.6rem calc(var(--checkbox-s-height) + 3.2rem)}.c-form-section .c-form__box .c-form__item--checkbox .c-form__input[data-custom=custom]+label:before{top:1.6rem;left:1.6rem}.c-form-section .c-form__box .c-form__item--checkbox .c-form__input[data-custom=custom]:checked+label{background-color:var(--c-bg-secondary);border-color:var(--c-secondary)}.c-form-section .c-form__box .c-list{padding:22px 20px 6px}.c-form-section .c-form__box .c-list__item:before{height:14px;font-size:14px;line-height:14px;color:var(--c-secondary);content:"""";background-color:transparent}.c-form-section .c-form__item--textarea{margin-bottom:0}.c-form-section__title{margin-bottom:1.6rem;font-family:var(--f-secondary);font-size:var(--s-font-ml);font-weight:700;line-height:1.45}.c-form-section__title.is-hidden{display:none}.c-form-section__subtitle{margin-bottom:2rem}.c-form-section__text{margin-bottom:20px;font-size:var(--s-font-s)}.c-form-section__text p{margin-bottom:20px}.c-form-section__text p:last-child{margin-bottom:0}.c-form-section__text a{color:var(--c-secondary)}.c-form-section__text.is-hidden{display:none}.c-form-section__messages{margin-bottom:30px}.c-form-section__messages .c-msg{display:flex;gap:0 20px;align-items:center;padding:16px 30px;margin-bottom:15px;font-size:15px}.c-form-section__messages .c-msg .ico{height:28px;font-size:28px;line-height:28px}.c-form-section__messages .c-msg:last-child{margin-bottom:0}.c-form-section__messages.is-hidden{display:none}.c-form-section__box{position:relative;padding:30px;background-color:var(--c-bg);container-type:inline-size}.c-form-section__box .c-link{position:absolute;top:12px;right:18px;display:flex;gap:0 6px;align-items:center;font-weight:600}.c-form-section__box .c-link .sc-text{text-decoration:underline}.c-form-section__box .c-link .ico{height:14px;font-size:14px;line-height:14px;top:-1px}@media (hover: hover){.c-form-section__box .c-link:hover .sc-text{text-decoration:none}}@media (max-width: 599px){.c-form-section__box{padding:15px}}.c-form-section__link{padding-top:10px}.c-form-section__link .c-btn{height:47px;font-size:15px;font-weight:700}.c-form-section__link .c-btn .sc-count{font-weight:500}.c-form-section__tabs{display:flex;gap:0 1.6rem;padding-top:2.4rem;padding-bottom:4rem;margin-bottom:4.8rem;border-bottom:1px solid var(--c-border)}.c-form-section__tabs .c-btn{--btn-s-height: auto;--btn-s-padding: 1.6rem 2.4rem;--btn-s-radius: 1.6rem;--btn-s-gap: .8rem;--btn-s-weight: 400;--btn-s-border: 1px;--btn-s-ico: 3.2rem;--btn-c-bg: var(--c-white);--btn-c-bg-hover: var(--c-white);--btn-c-border: var(--c-grey-200);--btn-c-border-hover: var(--c-primary-500);flex:1;grid-auto-flow:row;justify-content:center;min-width:0}.c-form-section__tabs .c-btn .ico{color:var(--c-primary-600)}.c-form-section__tabs .c-btn .sc-title{font-size:1.6rem;font-weight:700;color:var(--c-primary-600)}.c-form-section__tabs .c-btn .sc-text{color:var(--c-grey-600)}.c-form-section__tabs .c-btn.is-active{--btn-c-bg: var(--c-primary-50);--btn-c-border: var(--c-primary-500)}@media (max-width: 1023px){.c-form-section__tabs{padding-top:0;margin-bottom:1.6rem}}@container (width < 72rem){.c-form-section__tabs .c-btn{--btn-s-ico: 2.4rem}.c-form-section__tabs .c-btn .sc-title{font-size:1.2rem}.c-form-section__tabs .c-btn .sc-text{display:none}}.c-form-section.without-bottom-margin{margin-bottom:0}.c-form-section.has-bottom-border{padding-bottom:40px;border-bottom:1px solid var(--c-border)}.c-breadcrumb{font-size:1.3rem;color:var(--c-black)}.c-breadcrumb__list{display:flex;flex-wrap:nowrap;gap:.5rem 0;overflow:auto;white-space:nowrap;scrollbar-width:none}.c-breadcrumb__list::-webkit-scrollbar{display:none}.c-breadcrumb__item{display:flex;color:var(--c-primary)}.c-breadcrumb__item.is-home .c-link{text-decoration:none}@media (hover: hover){.c-breadcrumb__item.is-home .c-link:hover{color:var(--c-primary-hover)}}.c-breadcrumb__item .c-link{--link-s-ico: 1.6rem;font-size:var(--s-font-xs);text-decoration:underline;text-underline-offset:.2rem}.c-breadcrumb__item .c-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (hover: hover){.c-breadcrumb__item .c-link:hover{text-decoration:none}}.c-breadcrumb__item:last-child .c-link,.c-breadcrumb__item .is-last,.c-breadcrumb__item .sc-last{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-breadcrumb__item:last-child .c-link,.c-breadcrumb__item .is-last,.c-breadcrumb__item .sc-last{color:var(--c-black);text-decoration:none;pointer-events:none}.c-breadcrumb__item .sc-delimiter{display:flex;align-items:center;margin:0 .8rem;color:var(--c-grey)}.c-breadcrumb__item .sc-delimiter .ico{height:1.4rem;font-size:1.4rem;line-height:1.4rem}.c-breadcrumb__item.is-label{position:relative;top:1px;margin-right:28px;font-size:12px;color:var(--c-grey);text-transform:uppercase}.c-breadcrumb__back{display:none}.c-breadcrumb__back .c-link{font-size:12px;line-height:2.3;color:var(--c-font)}.c-breadcrumb__back .c-link .ico{height:10px;font-size:10px;line-height:10px;margin-right:10px}@media (hover: hover){.c-breadcrumb__back .c-link:hover{color:var(--c-primary);text-decoration:none}}@media (max-width: 1023px){.c-breadcrumb__back{display:flex}}@media (max-width: 1023px){.c-breadcrumb{padding:9px 0 7px}}.c-register-benefits{margin-bottom:4rem}.c-register-benefits__title{margin-bottom:1.6rem;font-family:var(--f-secondary);font-size:var(--s-font-m)}.c-register-manufacturers{margin-bottom:4rem}@media (max-width: 599px){.c-register-manufacturers{margin-bottom:0}}.c-register-manufacturers__title{margin-bottom:1.6rem;font-family:var(--f-secondary);font-size:var(--s-font-m)}.c-register-manufacturers__list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.6rem}@media (max-width: 599px){.c-register-manufacturers__list{grid-template-columns:repeat(5,minmax(0,1fr))}}.c-register-manufacturers__list__item{aspect-ratio:1/1}.c-register-manufacturers__list__item .c-img{width:100%;height:100%;object-fit:contain}.c-register{display:flex;gap:6rem;padding-top:2.4rem;font-size:1.5rem}@media (max-width: 1023px){.c-register{flex-direction:column-reverse}}.c-register__content{flex:1;min-width:0}@media (max-width: 1023px){.c-register__content{max-width:50rem}}.c-register__content__text{margin-bottom:4rem}.c-register__content__text p:not(:last-child){margin-bottom:1.6rem}.c-register__form{width:max(60rem,55%);padding:3.2rem;background-color:var(--c-bg);border-radius:.8rem}@media (max-width: 1023px){.c-register__form{width:100%}}
