@charset "UTF-8";
.b-resources__items{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width:991px){.b-resources__items{grid-template-columns:1fr}}.b-resources__item{height:500px;position:relative;border-radius:30px;overflow:hidden}.b-resources__item:hover .b-cases__item-bg{backdrop-filter:blur(4px);transition:all 0.4s}.b-resources__item img{width:100%;height:100%}.b-resources__item-bg{position:absolute;width:100%;height:100%;top:0;right:0;background:linear-gradient(331.73deg, rgba(26, 26, 26, 0.4) 27.51%, rgba(26, 26, 26, 0) 82.46%);z-index:1;transition:all 0.4s}.b-resources__item-date{position:absolute;top:20px;left:20px;z-index:2;padding:10px;border-radius:50px;background:#00000066;backdrop-filter:blur(4px);font-family:Inter;font-weight:600;font-style:Semibold;font-size:16px;leading-trim:CAP_HEIGHT;line-height:110%;letter-spacing:1%;color:white}.b-resources__item-content{position:absolute;bottom:0;left:0;padding:20px;z-index:2;width:100%}.b-resources__item-content .button{width:100%;background:white;color:var(--color-primary)}.b-resources__item-content .button:hover{color:#1E4E34}.b-resources__item-content .button__arrow{background:var(--color-primary);color:white}.b-resources__item-title{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:24px;leading-trim:NONE;line-height:110%;letter-spacing:0%;margin-bottom:20px;color:white}.b-form__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width:1200px){.b-form__wrapper{grid-template-columns:1fr}}.b-form__image{position:relative}.b-form__image img{border-radius:30px;width:100%;height:100%}.b-form__contacts{position:absolute;bottom:40px;left:40px;display:flex;flex-direction:column;gap:10px}@media (max-width:992px){.b-form__contacts{bottom:20px;left:20px}}@media (max-width:586px){.b-form__contacts{bottom:10px;left:5px}}.b-form__contacts .button{background:transparent;backdrop-filter:blur(2px);border:1px solid #F8F9FA;display:flex;gap:15px;align-items:center;justify-content:flex-start;padding:10px 20px 10px 10px;width:fit-content}@media (max-width:992px){.b-form__contacts .button svg{width:30px;height:30px;min-width:30px;min-height:30px}}.b-form__form{padding:40px;background:white;border-radius:30px}@media (max-width:992px){.b-form__form{padding:20px}}.b-form__form-title{margin-bottom:30px}.b-form__form-descr{font-family:Roboto;font-weight:400;font-style:Regular;font-size:20px;leading-trim:NONE;line-height:140%;letter-spacing:3%;color:#4D4D4D;margin-bottom:10px}.b-form__form-content{font-family:Roboto;font-weight:400;font-style:Regular;font-size:20px;leading-trim:NONE;line-height:140%;letter-spacing:3%;margin-bottom:40px}.b-form__form-content li{display:flex;gap:10px}.b-form__form-content li::before{content:url("/app/img/icons/list-icon.svg");width:28px;height:28px}.b-form__form-inputs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}@media (max-width:992px){.b-form__form-inputs{grid-template-columns:1fr}}.b-form__form-inputs .field-label{font-family:Inter;font-weight:400;font-style:Regular;font-size:16px;leading-trim:CAP_HEIGHT;line-height:110%;letter-spacing:0%;color:#4D4D4D}.b-form__form-inputs .input{border-radius:50px;border:1px solid #CBCBCC}.b-form .form-privacy{position:relative;display:flex;gap:10px;align-items:flex-start;margin-bottom:20px}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input{position:absolute;opacity:0;width:0;height:0}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input+.form-privacy-text{position:relative;padding-left:30px;cursor:pointer}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input+.form-privacy-text::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border:2px solid #CBCBCC;border-radius:5px;background:white;transition:all 0.2s ease}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input+.form-privacy-text::after{content:"";position:absolute;left:6px;top:4px;width:8px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity 0.2s ease}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input:checked+.form-privacy-text::before{background:#2A6B47;border-color:#2A6B47}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input:checked+.form-privacy-text::after{opacity:1}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input:focus+.form-privacy-text::before{box-shadow:0 0 0 2px rgba(42, 107, 71, 0.2)}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input:hover+.form-privacy-text::before{border-color:#2A6B47}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input-native{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:5px;border:2px solid #CBCBCC;appearance:none;-webkit-appearance:none;cursor:pointer;position:relative;background:white}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input-native:checked{background:#2A6B47;border-color:#2A6B47}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input-native:checked::after{content:"✓";position:absolute;color:white;font-size:14px;left:50%;top:50%;transform:translate(-50%, -50%)}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input-native:hover{border-color:#2A6B47}.b-form .form-privacy input[type="checkbox"].form-privacy-ref-input-native:focus{outline:none;box-shadow:0 0 0 2px rgba(42, 107, 71, 0.2)}.b-form .form-privacy-text{font-family:Roboto;font-weight:400;font-style:Regular;font-size:13px;leading-trim:NONE;line-height:120%;letter-spacing:3%;color:#4D4D4D}.b-form .form-privacy-text a{color:#1A1A1A}/*# sourceMappingURL=./page-4a46d6bdb15e53c1b91de564c4ae5516.map */