.calculator-block__wrap{border-radius:5px;background:var(--white-color);box-shadow:0 4px 20px 0 #1b5ebd1a;display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:768px){.calculator-block__wrap{grid-template-columns:1fr}}.math-calculator{position:relative}.math-calculator__bg{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.2;overflow:hidden;border-radius:5px 0 0 5px}.math-calculator__bg img{width:100%;height:100%;object-fit:cover}.math-calculator__wrap{position:relative;z-index:1;padding:calc(30px + 0*(100vw - 860px)/404) calc(20px + 10*(100vw - 860px)/404)}@media(max-width:860px){.math-calculator__wrap{padding:30px 20px}}@media(min-width:1264px){.math-calculator__wrap{padding:30px}}.math-calculator__title-h2{justify-content:center}.math-calculator__title-h2:not(:last-child){padding-bottom:calc(30px + 10*(100vw - 860px)/404)}@media(max-width:860px){.math-calculator__title-h2:not(:last-child){padding-bottom:30px}}@media(min-width:1264px){.math-calculator__title-h2:not(:last-child){padding-bottom:40px}}.math-calculator__items{display:flex;flex-direction:column;gap:calc(20px + 10*(100vw - 860px)/404)}@media(max-width:860px){.math-calculator__items{gap:20px}}@media(min-width:1264px){.math-calculator__items{gap:30px}}.depth-math-calculator__wrap{font-size:16px;line-height:105%;padding:10px;height:60px;background:var(--white-color);border-radius:5px;border:1px solid var(--main-color);position:relative;z-index:1;transition:all .3s ease 0s;color:var(--gray-color)}.depth-math-calculator__input input{font-size:16px;line-height:105%;border-radius:5px;background:#e9edf1;height:100%}.depth-math-calculator__input input::placeholder{font-size:16px;color:var(--light-gray-color)}.result-calculator__wrap{padding:calc(30px + 0*(100vw - 860px)/404) calc(20px + 10*(100vw - 860px)/404)}@media(max-width:860px){.result-calculator__wrap{padding:30px 20px}}@media(min-width:1264px){.result-calculator__wrap{padding:30px}}.result-calculator__title-h2{justify-content:center}.result-calculator__title-h2:not(:last-child){padding-bottom:calc(30px + 10*(100vw - 860px)/404)}@media(max-width:860px){.result-calculator__title-h2:not(:last-child){padding-bottom:30px}}@media(min-width:1264px){.result-calculator__title-h2:not(:last-child){padding-bottom:40px}}.result-calculator__result{display:flex;flex-direction:column;align-items:center;gap:calc(30px + 10*(100vw - 860px)/404)}@media(max-width:860px){.result-calculator__result{gap:30px}}@media(min-width:1264px){.result-calculator__result{gap:40px}}.result-calculator__value{font-size:calc(24px + 12*(100vw - 860px)/404)}@media(max-width:860px){.result-calculator__value{font-size:24px}}@media(min-width:1264px){.result-calculator__value{font-size:36px}}.result-calculator__value{font-weight:700;line-height:105%;height:40px}.result-calculator__value .loading--big:before{width:40px;height:40px}@media screen and (min-width:1100.6px){.result-calculator__callback{width:100%;display:flex;flex-direction:column;align-items:flex-end}.result-calculator__btn{align-self:center}}.result-calculator__warning{color:var(--gray-color);font-size:12px;line-height:105%;text-align:end}.result-calculator__warning:not(:first-child){padding-top:calc(10px + 10*(100vw - 860px)/404)}@media(max-width:860px){.result-calculator__warning:not(:first-child){padding-top:10px}}@media(min-width:1264px){.result-calculator__warning:not(:first-child){padding-top:20px}}@media screen and (max-width:1100px){.result-calculator__warning{text-align:center}}@media screen and (min-width:1100.6px){.result-calculator__list .list__ul{flex-direction:row}}