:root{--h1:48px;--h2:38px;--h3:28px;--h4:20px;--h5:16px;--h6:13px;--small_text:12px;--base-text:13px;--smallest:9px;--width-base:1700;--width-current:100vw;--width-multiplier:var(--width-current) /var(--width-base);--black:#000;--dark-black:#101010;--white:#fff;--dark-gray:#323232;--dark-blue:#262f4b;--blue:#344066;--light-blue:#475276;--gray:#9ba0b2;--gray-300:#ebecf0;--light-gray:#fbfbfb;--red:#e31e25;--green:#5cb585;--green-100:#d1e9e8;--orange:#ef5f31;--orange-100:#faebe7;--blue-100:#ecefff;--blue-150:#8ed5ff;--blue-200:#61a8eb;--blue-600:#2977bd;--blue-700:#1c3f94;--blue-800:#344066;--blue-logo:#1c3f94;--link-color:#61a8eb;--text-primary:#101010;--text-secondary:#fff;--text-descr:#b3b3b3;--text-dark-descr:#9ba0b2;--text-green:#347854;--text-orange:#ef5f31;--text-blue:#262f4b;--border-black:#101010;--border-color:#e8e8e8;--border-dark-gray:#878a94;--border-light-gray:#c8c8c8;--border-orange:#ef5f31;--line-blue:#475273;--line:#f2f2f2;--border-footer:#3a3a3a;--error:#e31e25;--success:#5cb585;--green-default:#4fb07c;--green-hover:#459a6c;--green-pressed:#347854;--white-default:#fff;--white-hover:#fbfbfb;--white-pressed:#e8e8e8;--orange-default:#ef5f31;--orange-hover:#e63c06;--orange-pressed:#c23103;--red-default:#e31e25;--red-hover:#c8191f;--blue-default:#344066;--blue-hover:#262f4b;--blue-pressed:#121b38;--light-green-hover:#dcefe5;--light-green-pressed:#aecec2;--light-blue-hover:#d3d7e7;--light-blue-pressed:#949ec5;--light-orange-hover:#ffdfd5;--light-orange-pressed:#f2aa93;--active-filter:#fef7f3;--disabled:#e8e8e8}@media screen and (max-width:1024px){:root{--width-base:1024;--h1:calc(var(--width-multiplier)*48);--h2:calc(var(--width-multiplier)*38);--h3:calc(var(--width-multiplier)*28);--h4:calc(var(--width-multiplier)*20);--h5:calc(var(--width-multiplier)*16)}}@media screen and (max-width:860px){:root{--width-base:860}}@media screen and (max-width:680px){:root{--width-base:680;--h4:16px;--h5:14px;--h6:14px;--base-text:14px}}@media screen and (max-width:480px){:root{--width-base:580}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(/fonts/montserrat/Montserrat-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/fonts/montserrat/Montserrat-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/fonts/montserrat/Montserrat-SemiBold_600.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/fonts/montserrat/Montserrat-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/fonts/roboto/Roboto-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/roboto/Roboto-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/fonts/roboto/Roboto-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Caveat;font-style:normal;font-weight:400;src:url(/fonts/caveat/Caveat-Regular_400.ttf) format("truetype")}.box_shadow{box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.box_shadow_clear{box-shadow:none}.border_radius{border-radius:2px}.border_radius_4{border-radius:4px}.border_radius_8{border-radius:8px}.border_radius_12{border-radius:12px}.border_radius_20{border-radius:20px}.border_radius_clear{border-radius:0}.circle{border-radius:50%}.box{background-color:var(--white);border:1px solid var(--border-color);border-radius:2px;padding:8px}.flex_direction_column{flex-direction:column}.transition{transition:.2s ease-in-out}.transition_directive_animate{transition:.5s linear}.default_translate{transform:translateY(-5px)}.default_box_shadow{box-shadow:3px 4px 9px 0 rgba(34,60,80,.2)}.border_radius_32{border-radius:32px}.content_ttl{font-size:var(--h1)}.content_ttl,.subtitle,p{line-height:1.3}.subtitle{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h2);margin-right:0}.hero{background-image:url(/img/reckoner/hero-background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:80px 0}@media (max-width:880px){.hero{padding:40px 0}}.hero__title{margin-bottom:60px}.hero__list{display:grid;gap:60px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));list-style:none;margin-bottom:40px;width:100%}@media (max-width:880px){.hero__list{gap:32px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}}.hero__item{background-color:var(--white);border:1px solid var(--border-color);border-radius:4px;display:flex;flex-direction:column;justify-content:space-between;min-height:170px;overflow:hidden;padding:20px 88px 40px 24px;position:relative}.hero__item:after{background-position:top 36px left 34px;background-repeat:no-repeat;border:2px solid var(--light-orange-pressed);border-radius:50%;bottom:-24px;content:"";height:120px;position:absolute;right:-36px;width:120px}.hero__item--calendar:after{background-image:url(/img/reckoner/hero-icon-calendar.svg)}.hero__item--bank:after{background-image:url(/img/reckoner/hero-icon-bank.svg)}.hero__item-description{color:var(--text-orange);font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h3);font-weight:700;line-height:1.3}.hero__item-description *{font-size:inherit}.hero__item span{color:var(--text-primary);display:block;font-family:Roboto,Tahoma,sans-serif;font-size:var(--h4);font-weight:400;margin-top:16px}.hero__description-wrapper{display:flex;gap:32px}@media (max-width:880px){.hero__description-wrapper{flex-wrap:wrap}}.hero__button{align-self:flex-start;font-size:var(--h5);max-width:356px;padding:16px 60px}.hero__description{font-size:var(--h4);line-height:1.3}.hero__description *{font-size:inherit}.what-we-do{background-color:var(--white);padding:100px 0 160px}@media (max-width:880px){.what-we-do{padding:40px 0 60px}}.what-we-do__list,.what-we-do__title{margin-bottom:80px}.what-we-do__list{counter-reset:num;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));list-style:none;position:relative;row-gap:40px}@media (max-width:880px){.what-we-do__list{margin-bottom:40px}}.what-we-do__decoration{background-color:var(--border-color);height:3px;left:0;position:absolute;right:0;top:150px}.what-we-do__item:first-child .what-we-do__decoration{left:50%}.what-we-do__item:last-child .what-we-do__decoration{right:50%}.what-we-do__item{min-height:440px;padding-top:204px;position:relative}.what-we-do__item:before{background-color:var(--white);border:3px solid var(--blue);border-radius:50%;box-sizing:border-box;color:var(--blue);content:counter(num);counter-increment:num;font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h2);line-height:1.3;margin-right:0;min-height:80px;min-width:80px;padding:16px 28px;position:absolute;right:50%;top:0;transform:translateX(50%);z-index:2}.what-we-do__item--green:before{border-color:var(--light-green-pressed);color:var(--light-green-pressed)}.what-we-do__item--orange:before{border-color:var(--light-orange-pressed);color:var(--light-orange-pressed)}.what-we-do__item--red:before{border-color:var(--orange-pressed);color:var(--orange-pressed)}.what-we-do__item--purple:before{border-color:var(--light-blue-pressed);color:var(--light-blue-pressed)}.what-we-do__item--blue:before{border-color:var(--blue);color:var(--blue)}.what-we-do__item:after{background-color:var(--border-color);bottom:0;content:"";position:absolute;right:50%;top:0;transform:translateX(50%);width:3px;z-index:1}.what-we-do__item-description-wrapper{background-color:var(--blue);color:var(--text-secondary);font-size:var(--h4);height:100%;padding:44px 20px 36px;position:relative;z-index:3}.what-we-do__item-description-wrapper--green{background-color:var(--light-green-pressed)}.what-we-do__item-description-wrapper--orange{background-color:var(--light-orange-pressed)}.what-we-do__item-description-wrapper--red{background-color:var(--orange-pressed)}.what-we-do__item-description-wrapper--purple{background-color:var(--light-blue-pressed)}.what-we-do__item-description-wrapper:before{border:44px solid transparent;border-top:24px solid var(--white);content:"";position:absolute;right:50%;top:-1px;transform:translateX(50%)}.what-we-do__item-description-wrapper:after{background-color:var(--black);border:4px solid var(--border-color);border-radius:50%;content:"";height:12px;position:absolute;right:50%;top:-62px;transform:translateX(50%);width:12px}.what-we-do .eye-catching,.what-we-do__item-title{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h3);font-weight:700;margin-bottom:12px}.what-we-do__item-description{font-size:var(--h4)}.what-we-do__item-description .eye-catching{display:block;font-size:inherit;margin-bottom:8px}.what-we-do__description-wrapper{display:grid;gap:40px 60px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}@media (max-width:880px){.what-we-do__description-wrapper{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.what-we-do__description{font-size:var(--h4)}.where{background-color:var(--blue);color:var(--text-secondary);padding:60px 0 80px}@media (max-width:880px){.where{padding:40px 0 20px}}.where__title{margin-bottom:40px}.where__description{font-family:Montserrat,Tahoma,sans-serif;font-size:var(--h3);font-weight:700;margin-bottom:24px}.where__image{border-radius:4px;display:block;margin-bottom:40px;width:100%}.contacts{background-color:var(--orange);background-image:url(/img/reckoner/contacts-background.png);background-position:50%;background-size:cover;color:var(--text-secondary);padding:80px 0 60px}@media (max-width:880px){.contacts{padding:40px 0}}.contacts__title{margin-bottom:24px}.contacts__description{font-size:var(--h4);margin-bottom:32px;max-width:60%}.contacts__description *{color:inherit;font-size:inherit}@media (max-width:880px){.contacts__description{max-width:none}}.contacts__button{align-self:flex-start;font-size:var(--h5);max-width:356px;padding:16px 60px}
