.b-services{--width-image: 640px}@media screen and (max-width:1399px){.b-services{--width-image: 50%}}@media screen and (max-width:991px){.b-services{--width-image: 100%}}.b-services__wrapper{display:flex;flex-direction:column;align-items:center;gap:var(--offset-small);color:var(--color-text-content-secondary)}.b-services__filter-form{border-radius:calc(var(--border-radius) * 4 / 3);overflow:hidden;padding:0.5rem;background-color:var(--color-secondary);display:flex;align-items:stretch}@media screen and (max-width:991px){.b-services__filter-form{width:100%;justify-content:center;overflow-x:auto}}@media screen and (max-width:767px){.b-services__filter-form{flex-direction:column}}.b-services__filter{display:none}.b-services__filter-title{display:block;font-size:1rem;font-weight:var(--font-bold);padding:0.5rem 1rem;border-radius:var(--border-radius);transition:var(--transition);text-align:center}@media screen and (max-width:1199px){.b-services__filter-title{text-decoration:none !important}}@media screen and (max-width:991px){.b-services__filter-title{font-size:0.875rem;white-space:nowrap;padding:0.5rem}}@media screen and (max-width:767px){.b-services__filter-title{font-size:1rem;white-space:wrap}}.b-services__filter:checked+.b-services__filter-title{background-color:var(--color-bg-light);text-decoration:none}.b-services__items{display:flex;align-items:stretch;gap:var(--offset-small)}@media screen and (max-width:991px){.b-services__items{flex-direction:column}}.b-services__items-content{flex-grow:1;padding:var(--offset-small);background-color:var(--color-bg-light);display:flex;flex-direction:column;gap:var(--offset-small)}.b-services__items-image{min-width:var(--width-image);width:var(--width-image);overflow:hidden}@media screen and (max-width:991px){.b-services__items-image{max-height:320px}}.b-services__items-image img{width:100%;height:100%;object-fit:cover}.b-services__items-content,.b-services__items-image,.b-services__items-image img{border-radius:var(--border-radius)}.b-services__items-content,.b-services__items-image{overflow:hidden}.b-services__items-title{color:var(--color-primary);line-height:1.3}.b-services__items-list{flex-grow:1}.b-services__items-item+.b-services__items-item{padding-top:0.5rem}.b-services__items-link{display:flex;align-items:start;gap:0.5rem;font-size:1rem;font-weight:var(--font-bold)}.b-services__items-link:hover{color:var(--color-primary)}.b-services__items-link:before{content:"";background-image:url("/app/img/icons/check-color.svg");background-position:center;background-size:contain;background-repeat:no-repeat;min-width:var(--size-icon);min-height:var(--size-icon);width:var(--size-icon);height:var(--size-icon)}.b-services__items-btns{display:flex;flex-wrap:wrap;align-items:center;gap:var(--offset-small)}.b-form{overflow:hidden}.b-form .section__bg{background-image:none !important}@media screen and (max-width:1199px){.b-form .section__bg{padding:0 !important}}.b-form__wrapper{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:var(--border-radius);padding:var(--offset-main);color:var(--color-text-light)}@media screen and (min-width:1400px){.b-form__wrapper{padding:calc(var(--offset-main) * 1.5)}}@media screen and (max-width:1199px){.b-form__wrapper{padding:var(--offset-small)}}.b-form__form{--gap: 0.75rem;position:relative;max-width:650px}.b-form__form .input{background-color:rgba(var(--color-bg-dark-rgb), 0.08);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);color:var(--color-text-light)}.b-form__form .input:-webkit-autofill,.b-form__form .input:-webkit-autofill:hover,.b-form__form .input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text-light)}.b-form__form .input:-webkit-autofill{caret-color:var(--color-text-light)}.b-form__form .input:focus:not([readonly]){background-color:rgba(var(--color-bg-dark-rgb), 0.08)}.b-form__form .form-box-footer{margin-top:var(--gap)}.b-form__form textarea.input{height:80px;resize:none}.b-form__image{pointer-events:none;position:absolute;bottom:0;right:0;height:calc(100% + var(--offset-main))}@media screen and (max-width:1199px){.b-form__image{display:none}}.b-form__image img{height:100%;width:auto;object-fit:contain}.b-form__form-field{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--gap)}@media screen and (min-width:768px){.b-form__form-field{margin-top:calc(var(--offset-main) + 5px)}}@media screen and (max-width:767px){.b-form__form-field{grid-template-columns:1fr}}.b-form__privacy{align-items:center;justify-content:start;gap:4px;color:rgba(var(--color-text-light-rgb), 0.5);font-size:0.75rem;font-weight:var(--font-medium)}@media screen and (max-width:767px){.b-form__privacy{justify-content:center}}.b-form__privacy:hover{color:var(--color-text-muted)}.b-form__privacy a{text-underline-offset:2px}.b-form__privacy .check{line-height:1;transition:var(--transition)}.b-form__privacy .check svg{min-width:1rem;width:1rem;min-height:1rem;height:1rem}.b-form__privacy .checkbox{position:absolute;opacity:0;pointer-events:none}.b-form__privacy .privacy>span{transition:var(--transition)}.b-form__privacy .checkbox:checked+.check,.b-form__privacy .checkbox:checked~.privacy{color:var(--color-text-light)}.b-form .form-box-footer{justify-content:start;gap:var(--gap);flex-wrap:wrap}@media screen and (max-width:767px){.b-form .form-box-footer{justify-content:center}}@media screen and (max-width:575px){.b-form .form-box-footer{flex-direction:column-reverse}}.b-form__btn-label{position:relative}.b-form__btn-input{position:absolute;opacity:0;pointer-events:none}.b-form__btn-file{border-color:rgba(var(--color-bg-light-rgb), 0.2);color:var(--color-text-light)}.b-form__btn-file svg{fill:none}.b-form__btn-file:hover{background-color:var(--color-bg-light);color:var(--color-text);box-shadow:none}.b-form__btn-wrapper .button[disabled]{pointer-events:all;cursor:auto}.b-form__btn-wrapper{position:relative}@media screen and (max-width:575px){.b-form__btn-wrapper{width:100%;display:flex;align-items:center;justify-content:center}}.b-form__btn-window{width:max-content;font-size:0.875rem;padding:var(--offset-small);border-radius:var(--border-radius);background-color:var(--color-bg-light);position:absolute;top:0;left:0;transform:translateY(calc(-100% - 10px));color:var(--color-text);box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:var(--transition);z-index:1}@media screen and (max-width:575px){.b-form__btn-window{max-width:100%;left:50%;transform:translateX(-50%) translateY(calc(-100% - 10px))}}.b-form__btn-wrapper .button[disabled]:hover+.b-form__btn-window{opacity:1;pointer-events:all;transform:translateY(calc(-100% - 5px))}@media screen and (max-width:575px){.b-form__btn-wrapper .button[disabled]:hover+.b-form__btn-window{left:50%;transform:translateX(-50%) translateY(calc(-100% - 5px))}}.b-form__btn-descr{font-size:0.875rem}/*# sourceMappingURL=./page-9a3bc529e9d757dee279410039adca2a.map */