.testimonials-container{display:grid;margin-top:40px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px}.testimonials-content{grid-column:1/3}.testimonials-wrap{display:grid;grid-template-columns:repeat(2,49%);gap:20px}.testimonials-sidebar{position:sticky;padding:40px;top:calc(var(--cart-dd-compensator) + 16px);background-color:var(--clr-white);box-shadow:0 0 4px rgb(166 184 193 / .1),0 6px 16px rgb(166 184 193 / .15);border-radius:6px}.testimonials-sidebar-row{display:flex;font-family:var(--second-font);font-size:16px;font-weight:500;line-height:1.3em;letter-spacing:.02em;color:var(--clr-black);justify-content:space-between;align-items:center;gap:5px}.testimonials-sidebar-row+.testimonials-sidebar-row{margin-top:15px}.testimonials-sidebar-val{display:flex;align-items:center;gap:20px}.testimonials-sidebar-num{min-width:62px}.testimonials-sidebar-btn{margin-top:30px;width:100%}.testimonials-modal-form{margin-top:40px}.testimonials-modal-form-wrap{display:grid;margin-top:20px;grid-template-columns:repeat(2,1fr);gap:20px}.testimonials-modal-form-wrap .custom-input-textarea{grid-column:1/3}.testimonials-modal-form-captcha{padding:20px;max-width:200px;min-height:60px;text-align:left;grid-column:1/3}.testimonials-modal-form-btn{margin:0 auto;margin-top:40px}@media screen and (max-width:1600px){.testimonials-sidebar{padding:30px}.testimonials-sidebar-val{gap:10px}}@media screen and (max-width:1440px){.testimonials-modal-form{margin-top:30px}.testimonials-modal-form-btn{margin-top:30px}}@media screen and (max-width:1366px){.testimonials-container{margin-top:20px;grid-template-columns:1fr}.testimonials-content{grid-column:auto;order:2}.testimonials-wrap{gap:20px 16px}.testimonials-sidebar{position:relative;padding:20px;top:auto;order:1}.testimonials-sidebar-row{font-size:14px}.testimonials-sidebar-btn{margin-top:20px}}@media screen and (max-width:768px){.testimonials-modal-form{margin-top:20px}.testimonials-modal-form-wrap{grid-template-columns:1fr}.testimonials-modal-form-wrap .custom-input-textarea{grid-column:auto}.testimonials-modal-form-captcha{grid-column:auto}.testimonials-modal-form-btn{margin-top:20px;width:100%;max-width:303px}}@media screen and (max-width:624px){.testimonials-wrap{grid-template-columns:1fr;gap:12px}}@media screen and (max-width:480px){.testimonials-sidebar-row{flex-wrap:wrap;gap:4px}.testimonials-sidebar-val{width:100%;justify-content:space-between}}