@charset "utf-8";.Section{display:grid;grid-template-columns:repeat(var(--column-count),var(--column-size));grid-column-gap:var(--column-gap);justify-content:center}.Section__in{grid-column-start:span var(--column-count)}.Section__head{font-weight:700;font-size:32px;line-height:38px;color:#000;text-align:left}.Section__head+*{margin-top:40px}.Section__head+.Section__text{margin-top:20px}.Section__text{font-weight:400;font-size:18px;line-height:22px;color:#000;text-align:left}.Section__text+*{margin-top:40px}.Section__description{font-weight:400;font-size:12px;line-height:20px;color:#000;text-align:left;margin-top:32px}@media (max-width:768px){.Section{padding-right:var(--column-indent);padding-left:var(--column-indent)}}:root{--contest-size:0px!important}.Section--video{display:block;position:relative;background-color:#000;overflow:hidden}.Section--video::after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-image:url(/media/images/about_video.webp);background-size:contain;filter:blur(50px);width:calc(100% + 100px * 2);height:calc(100% + 100px * 2);margin-left:-100px;margin-top:-100px;z-index:1;opacity:.5}.Section--video .Section__in{position:relative;z-index:2;width:100%;max-width:calc(var(--column-gap) * (var(--column-count) - 1) + var(--column-size) * var(--column-count));height:auto;margin:auto}.Section--video .Video{--size-button-play:90px;--size-button-margin:60px;min-height:240px;background-color:transparent}.Section--video .Video .Video__placeholder-head{--size-line:55px;top:unset;bottom:calc(50% + (var(--size-button-play)/ 2 + var(--size-button-margin)));font-size:46px;line-height:var(--size-line);max-width:unset}.Section--video .Video .Video__placeholder-title{--size-line:32px;top:calc(50% + (var(--size-button-play)/ 2 + var(--size-button-margin)));bottom:unset;font-size:28px;line-height:var(--size-line);max-width:unset}.Section--video .Video .Video__placeholder-play{width:var(--size-button-play);height:var(--size-button-play)}.Section--video .Video .Video__placeholder:after{opacity:.6}.Section--video .Video .Video__placeholder:hover::after{opacity:.5}@media (max-width:1400px){.Section--video .Video{--size-button-play:80px}}@media (max-width:1024px){.Section--video::after{display:none}.Section--video .Section__in{width:100%;max-width:100%}.Section--video .Video{--size-button-play:66px;--size-button-margin:40px}.Section--video .Video .Video__placeholder-head{--size-line:48px;font-size:40px}.Section--video .Video .Video__placeholder-title{--size-line:26px;font-size:22px}}@media (max-width:768px){.Section--video{padding:0}.Section--video .Video{--size-button-play:66px;--size-button-margin:10px}.Section--video .Video .Video__placeholder-head{display:none}.Section--video .Video .Video__placeholder-title{--size-line:22px;font-size:18px}.Section--video .Video .Video__placeholder-head,.Section--video .Video .Video__placeholder-title{padding-right:var(--column-indent);padding-left:var(--column-indent);width:100%;box-sizing:border-box}.Section--video .Video .Video__placeholder-head br,.Section--video .Video .Video__placeholder-title br{display:none}}.Section--attention{padding-bottom:100px}.Section__attention{display:grid;grid-template-columns:440px auto;grid-template-rows:min-content min-content min-content 1fr;grid-column-gap:80px;align-items:start}.Section__attention .Section__head{grid-area:1/1/2/2}.Section__attention .Section__text{grid-area:2/1/3/2}.Section__attention .Section__buttons--default{position:relative;z-index:2;display:flex;align-items:center;grid-area:4/1/5/2;margin-top:12px}.Section__attention .Section__buttons--logos{position:relative;z-index:2;display:flex;align-items:center;grid-area:3/1/4/2}.Section__attention .Button{transition:background-color .2s,color .2s;width:100%}.Section__attention .Section__buttons--logos .Button{--button_padding:24px;cursor:default}.Section__attention .Section__buttons--logos .Button:nth-child(1){--button_background:#2B2B2B;--button_background_hover:#2B2B2B;--button_background_active:#2B2B2B}.Section__attention .Section__buttons--logos .Button:nth-child(2){--button_background:#E60000;--button_background_hover:#E60000;--button_background_active:#E60000}.Section__attention .Section__buttons--logos .Button:nth-child(3){--button_background:#F0F4F9;--button_background_hover:#F0F4F9;--button_background_active:#F0F4F9}.Section__attention .Section__buttons--logos .Button__content{display:flex}.Section__attention .Section__buttons>*+*{margin-left:12px}.Section__attention-photo{position:relative;z-index:1;height:340px;width:100%;background-color:#f0f4f9;border-radius:var(--border-radius-image);overflow:hidden;grid-area:1/2/5/3}.Section__attention-image{display:block;height:inherit;width:inherit;object-fit:cover;object-position:center;user-select:none;opacity:0;transition:opacity .2s}.Section__attention-image--loaded{opacity:1}@media (max-width:1024px){.Section--attention{padding-bottom:80px}.Section__attention{grid-template-columns:100%;grid-template-rows:min-content min-content min-content min-content;align-items:center}.Section__attention .Section__head{grid-area:1/1/2/2}.Section__attention .Section__text{grid-area:2/1/3/2;margin-bottom:40px}.Section__attention .Section__buttons{flex-direction:column;align-items:flex-start;margin-left:42px;margin-right:42px;max-width:min-content}.Section__attention .Section__buttons--default{grid-area:4/1/5/2;margin-top:16px;margin-bottom:auto}.Section__attention .Section__buttons--logos{grid-area:3/1/5/2;margin-top:auto;margin-bottom:auto}.Section__attention .Section__buttons>*+*{margin-left:0;margin-top:16px}.Section__attention .Button{min-width:300px;width:unset}.Section__attention-photo{grid-area:3/1/5/2}}@media (max-width:768px){.Section__attention{grid-template-columns:100%;grid-template-rows:min-content min-content 1fr min-content;align-items:center}.Section__attention .Section__buttons--default{margin:40px 0 auto 0;max-width:unset}.Section__attention .Section__buttons--logos{margin:auto 24px;max-width:unset}.Section__attention .Section__buttons--default .Button{min-width:unset;width:100%}.Section__attention .Section__buttons--logos .Button{min-width:140px}.Section__attention-photo{height:250px;grid-area:3/1/4/2}}.Section--banner{padding-top:100px;padding-bottom:100px;box-sizing:border-box;background-color:#f0f4f9;position:relative;overflow:hidden}.Section--banner_guarantee{margin-bottom:100px;min-height:unset}.Section--banner_questions{margin-bottom:calc(100px - var(--footer-indent));min-height:550px}.Section--banner .Section__in{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:60%}.Section--banner .Section__buttons,.Section--banner .Section__head,.Section--banner .Section__text{z-index:2}.Section--banner_questions .Section__in::after{content:'';display:block;position:absolute;border-radius:50%;background:linear-gradient(41deg,#ffde00 23.45%,#ffed77 76.55%);z-index:0;--size:656px;width:var(--size);height:var(--size);top:auto;bottom:-200px;right:calc(15% - (var(--size) - 464px)/ 2)}.Section__banner-image{position:absolute;display:block;object-fit:cover;object-position:center;pointer-events:none;user-select:none;z-index:1;opacity:0;transition:opacity .2s}.Section--banner_guarantee .Section__banner-image{top:auto;bottom:auto;right:10%;height:auto;max-height:100%;width:auto}.Section--banner_questions .Section__banner-image{top:auto;bottom:0;right:15%;height:auto;max-height:100%;width:auto}.Section__banner-image--loaded{opacity:1}.Section--banner .Section__buttons{display:flex;align-items:center}.Section--banner .Section__buttons>*+*{margin-left:48px}.Section--banner .Section__buttons>.Link{font-weight:700;line-height:34px;font-size:22px;text-decoration:unset;white-space:nowrap}@media (max-width:1660px){.Section--banner_questions .Section__in::after{right:calc(10% - (var(--size) - 464px)/ 2)}.Section--banner_guarantee .Section__banner-image{right:5%}.Section--banner_questions .Section__banner-image{right:10%}}@media (max-width:1400px){.Section--banner .Section__in{width:50%}.Section--banner_questions .Section__in::after{--size:500px;bottom:-80px}.Section--banner_guarantee .Section__banner-image{right:-25%}}@media (max-width:1024px){.Section--banner_guarantee{margin-bottom:80px;padding-top:80px;padding-bottom:80px}.Section--banner_questions{min-height:500px;margin-bottom:calc(80px - var(--footer-indent))}.Section--banner .Section__in{width:55%}.Section--banner_questions .Section__banner-image{right:0}.Section--banner_questions .Section__in::after{--size:576px;bottom:-118px;right:calc(0% - (var(--size) - 428px)/ 2)}.Section--banner_guarantee .Section__in{width:100%}.Section--banner_guarantee .Section__banner-image{position:relative;top:unset;bottom:unset;right:unset;height:unset;height:auto;width:100%;min-width:600px;margin-top:40px}}@media (max-width:768px){.Section--banner_guarantee{margin-bottom:60px}.Section--banner_questions{padding-top:80px;padding-bottom:80px;margin-bottom:calc(60px - var(--footer-indent))}.Section--banner .Section__in{width:100%}.Section--banner_questions .Section__banner-image{display:none}.Section--banner_guarantee .Section__banner-image{left:-7.5%}.Section--banner .Section__buttons{width:100%;flex-direction:column;align-items:flex-start}.Section--banner .Section__buttons>*{margin-left:0}.Section--banner .Section__buttons>.Link{text-align:center;margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:0}.Section--banner .Section__buttons .Button{width:100%}.Section--banner_questions .Section__in::after{display:none}}