/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:"futurabookc";font-style:normal;font-weight:normal;src:url(data:font/woff2;base64,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) format("woff2"),url(/builds/prod/font/Futurabookc.woff) format("woff")}@font-face{font-family:"futurabookc";font-style:normal;font-weight:600;src:url(data:font/woff2;base64,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) format("woff2"),url(/builds/prod/font/Futurademic.woff) format("woff")}@font-face{font-family:"futurabookc";font-style:normal;font-weight:700;src:url(/builds/prod/font/Futura_pt_Web-Demi.woff) format("woff")}@font-face{font-family:opensans;src:url(/builds/prod/font/OpenSans/OpenSans.ttf);font-weight:125 950;font-stretch:75% 125%;font-style:normal}@font-face{font-family:opensans;src:url(/builds/prod/font/OpenSans/OpenSans-italic.ttf);font-weight:125 950;font-stretch:75% 125%;font-style:italic}@font-face{font-family:futurabookc;src:url(/builds/prod/font/OpenSans-Regular.woff);unicode-range:U+007E}@font-face{font-family:Montserrat;src:url(/builds/prod/font/Montserrat-Italic-VariableFont_wght.ttf);font-weight:100 900;font-style:italic}@font-face{font-family:Montserrat;src:url(/builds/prod/font/Montserrat-VariableFont_wght.ttf);font-weight:100 900;font-style:normal}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatintent=mouse] *,[data-whatintent=mouse] *:focus,[data-whatintent=touch] *,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *,[data-whatinput=touch] *:focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=90em&xxxlarge=100em&xxxxlarge=118.75em&xxxxxlarge=156.25em&xxxxxxlarge=187.5em"}html{box-sizing:border-box;font-size:18px}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:futurabookc,helvetica,roboto,arial,sans-serif;font-weight:normal;line-height:30px;color:#272f32;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}body{min-width:320px}main{padding-right:calc(17px - (100vw - 100%))}main h1,main .h1,main .c-h1{color:#272f32;font-size:48px;font-weight:600;line-height:1;margin-bottom:30px;margin-top:30px}@media print,screen and (max-width: 79.99875em){main h1,main .h1,main .c-h1{font-size:35px}}@media print,screen and (max-width: 47.99875em){main h1,main .h1,main .c-h1{font-size:24px}}main h2,main .h2,main .c-h2{color:#272f32;font-weight:normal;line-height:1;font-size:26px;margin:30px 0}@media print,screen and (min-width: 48em){main h2,main .h2,main .c-h2{font-size:30px}}main h3,main .h3,main .c-h3{color:dimgray;font-weight:normal}main p,main ol,main li,main ul{font-family:opensans,helvetica,roboto,arial,sans-serif;color:#272f32;font-size:16px}main .c-anons{color:dimgray;font-family:futurabookc,helvetica,roboto,arial,sans-serif;margin-top:30px;margin-bottom:30px;font-size:28px;line-height:1.16}@media print,screen and (max-width: 79.99875em){main .c-anons{font-size:25px;line-height:1.18}}@media print,screen and (max-width: 47.99875em){main .c-anons{font-size:20px;line-height:1.23}}main big,main .big,main .c-big{font-size:28px;line-height:38px;display:block}@media print,screen and (max-width: 47.99875em){main big,main .big,main .c-big{font-size:24px;line-height:30px}}main big p,main .big p,main .c-big p{font-size:28px;line-height:38px}@media print,screen and (max-width: 47.99875em){main big p,main .big p,main .c-big p{font-size:24px;line-height:30px}}main b,main strong{font-weight:bold}main hr{margin-bottom:56px;margin-top:32px;border:none;border-bottom:1px solid dimgray}main ul{padding-left:0;list-style:none}main ul li{font-size:16px;margin-bottom:25px;line-height:26px;padding-left:30px;position:relative;z-index:0}main ul li::before{position:absolute;content:"";left:0;top:12px;width:12px;height:2px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiMwMDg2RkYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEyIDFIMCIvPjwvc3ZnPg==) no-repeat center}main ol{padding-left:0;counter-reset:myCounter}main ol>li::before{counter-increment:myCounter;content:counter(myCounter) "."}main ol li{list-style:none;margin-bottom:30px;font-size:16px;z-index:0}main ol li::before{color:#0086ff;font-size:1em;font-weight:600;display:inline-block;margin-right:10px}main a{color:#83858f}main a:hover{text-decoration:none}main .c-right{float:right;margin:0 0 10px 10px}main .c-left{float:left;margin:0 10px 10px 0}main .c-black{color:#000}main .c-gray{color:dimgray}main .c-hidden{display:none}@media print,screen and (max-width: 47.99875em){main .c-small-hidden{display:none}}@media print,screen and (min-width: 48em)and (max-width: 63.99875em){main .c-medium-hidden{display:none}}@media print,screen and (min-width: 64em)and (max-width: 79.99875em){main .c-large-hidden{display:none}}@media screen and (min-width: 80em)and (max-width: 89.99875em){main .c-xlarge-hidden{display:none}}@media screen and (min-width: 90em)and (max-width: 99.99875em){main .c-xxlarge-hidden{display:none}}@media screen and (min-width: 100em)and (max-width: 118.74875em){main .c-xxxlarge-hidden{display:none}}@media screen and (min-width: 118.75em)and (max-width: 156.24875em){main .c-xxxxlarge-hidden{display:none}}@media screen and (min-width: 156.25em)and (max-width: 187.49875em){main .c-xxxxxlarge-hidden{display:none}}@media screen and (min-width: 187.5em){main .c-xxxxxxlarge-hidden{display:none}}main .c-flex{display:flex;flex-wrap:wrap}@media print,screen and (max-width: 79.99875em){main .c-flex{flex-direction:column;justify-content:center}}main .c-flex li{width:50%;padding-right:20px}@media print,screen and (max-width: 79.99875em){main .c-flex li{width:100%;padding-right:0}}main .c-img{margin-bottom:30px;margin-top:30px}main .l-main{position:relative;box-sizing:border-box;z-index:5;height:auto;background:#fefefe;width:100%}@media print,screen and (max-width: 79.99875em){main .l-main{background:rgba(0,0,0,0)}}@media print and (max-height: 860px)and (min-width: 1024px),screen and (max-width: 79.99875em)and (max-height: 860px)and (min-width: 1024px){main .l-main{margin-top:135px}}@media screen and (min-width: 80em){main .l-main{height:calc(100% - 79px)}}main .c-animated-layout{transition:600ms linear}@media screen and (min-width: 80em){main .c-animated-layout{overflow:auto;position:fixed;opacity:0;top:100%;right:0;left:0}}main .c-animated-layout.c-scrDown{top:79px;opacity:1}main .c-animated-layout.c-scrUp{top:100%}@media print,screen and (max-width: 79.99875em){main .c-animated-layout footer{display:none}}main .c-big-title{font-size:20vw;font-weight:700;opacity:.15;color:#bdc0cf;position:absolute;left:0;z-index:5}main .slick-arrow{width:14px;height:45px;position:absolute;top:0;bottom:0;margin:auto;z-index:10;cursor:pointer}main .slick-arrow svg{width:14px;height:45px}main .slick-arrow svg polyline{stroke:dimgray;stroke-width:4px;transition:350ms}@media print,screen and (min-width: 48em){main .slick-arrow{width:22px;height:80px}main .slick-arrow svg{width:22px;height:80px}main .slick-arrow svg polyline{stroke-width:3px}}main .slick-arrow:hover svg polyline{stroke:dimgray}@media screen and (min-width: 80em){main .c-main{overflow:none}}@media all and (max-height: 760px){main .c-main{overflow:visible}}main .b-button{background:#0086ff;transition:.3s;color:#fefefe;font-size:18px;text-align:center;text-decoration:none;border-radius:50px;position:relative;z-index:7;cursor:pointer}main .b-button:hover{background:linear-gradient(262.57deg, #b30a96 -5.54%, #0086ff 91.21%)}main .c-iframe{display:flex;flex-direction:column;align-items:center;margin:40px auto}main .c-iframe>iframe{width:100%;height:calc(100vw - 70px);max-width:870px;max-height:585px}main .c-iframe>iframe+div>span{color:#838591}main .c-delimeter{display:block;width:100%;height:4px;background:dimgray;margin-top:56px;margin-bottom:32px}main .c-delimeter--blue{background:#0086ff;border-bottom:none}main .b-page-link--h3{font-size:36px;margin-bottom:30px}main .b-page-link--mail{color:#0086ff;text-decoration:none}main .b-page-link--phone{text-decoration:none}main .b-page__breadcrumb{width:100%;font-size:15px;margin-top:40px;display:flex}main .b-bg__title{color:#bdc0cf;opacity:.15;font:700 322px Futurabookc;position:fixed;top:0;bottom:0;left:0;pointer-events:none;height:100%;width:150%;display:none;align-items:center;z-index:-1;line-height:1}@media screen and (min-width: 1280px){main .b-bg__title{display:flex}}main .b-insertions__title{padding-bottom:20px;font-size:24px}main .b-insertions__title--partners{padding-top:60px}main .b-insertions__content-wrapper--no-title{margin-top:76px}
.b-box-with-icon{position:relative;display:block;height:200px;width:100%;border-radius:10px;color:#000;text-decoration:none;background-color:#fff;filter:drop-shadow(0 4px 40px rgba(0, 134, 255, 0.12));cursor:pointer;padding-left:30px;padding-top:30px}.b-box-with-icon__img{position:absolute;width:70px;height:54px;right:32px;bottom:40px}.b-box-with-icon__img svg{width:100%;height:100%}.b-box-with-icon__img svg path{transition:fill 90ms ease-in-out,stroke 90ms ease-in-out}.b-box-with-icon:hover{animation:box-color 120ms ease-in-out;background:linear-gradient(39deg, #0086ff 1.42%, #901788 98.34%)}.b-box-with-icon:hover .b-box-with-icon__text{color:#fff}.b-box-with-icon:hover .b-box-with-icon__img svg path{fill:rgba(0,0,0,0);stroke:#fff}.b-box-with-icon:hover .b-box-with-icon__img svg.fill-transparent path{fill:url("#b");stroke-width:3}.b-box-with-icon:hover .b-box-with-icon__img svg.fill-white path{fill:#fff}.b-box-with-icon:hover .b-box-with-icon__img svg path.fill-transparent{fill:rgba(0,0,0,0);stroke-width:1}.b-box-with-icon:hover .b-box-with-icon__img svg path.no-width{stroke-width:0}.b-box-with-icon:hover .b-box-with-icon__img svg path.extra-width{stroke-width:5}.b-box-with-icon:hover .b-box-with-icon__img svg path.no-fill{fill:#fff;stroke-width:1}.b-box-with-icon__text{text-align:left;font-size:20px;font-weight:600;line-height:110%;max-width:233px;transition:color 30ms linear}@media screen and (min-width: 570px){.b-box-with-icon__text{font-size:24px}}.b-box-with-icon--fadeout{background-color:#fff;animation:box-color-backward 60ms ease-in-out}.b-box-with-icon--no-link{cursor:initial}@keyframes box-color{0%{background:linear-gradient(39deg, #fff 1.42%, #fff 98.34%)}10%{background:linear-gradient(39deg, #e6f3ff 1.42%, #f4e8f3 98.34%)}19%{background:linear-gradient(39deg, #cde7ff 1.42%, #e9d1e7 98.34%)}28%{background:linear-gradient(39deg, #b4dbff 1.42%, #debadb 98.34%)}37%{background:linear-gradient(39deg, #9bcfff 1.42%, #d3a3cf 98.34%)}46%{background:linear-gradient(39deg, #82c3ff 1.42%, #c88cc3 98.34%)}55%{background:linear-gradient(39deg, #69b7ff 1.42%, #bd75b7 98.34%)}64%{background:linear-gradient(39deg, #50abff 1.42%, #b25eab 98.34%)}73%{background:linear-gradient(39deg, #379fff 1.42%, #a7479f 98.34%)}82%{background:linear-gradient(39deg, #1e93ff 1.42%, #9c3093 98.34%)}91%{background:linear-gradient(39deg, #08f 1.42%, #911889 98.34%)}}@keyframes box-color-backward{0%{background:linear-gradient(39deg, #08f 1.42%, #911889 98.34%)}10%{background:linear-gradient(39deg, #1e93ff 1.42%, #9c3093 98.34%)}19%{background:linear-gradient(39deg, #379fff 1.42%, #a7479f 98.34%)}28%{background:linear-gradient(39deg, #50abff 1.42%, #b25eab 98.34%)}37%{background:linear-gradient(39deg, #69b7ff 1.42%, #bd75b7 98.34%)}46%{background:linear-gradient(39deg, #82c3ff 1.42%, #c88cc3 98.34%)}55%{background:linear-gradient(39deg, #9bcfff 1.42%, #d3a3cf 98.34%)}64%{background:linear-gradient(39deg, #b4dbff 1.42%, #debadb 98.34%)}73%{background:linear-gradient(39deg, #cde7ff 1.42%, #e9d1e7 98.34%)}82%{background:linear-gradient(39deg, #e6f3ff 1.42%, #f4e8f3 98.34%)}91%{background:linear-gradient(39deg, #fff 1.42%, #fff 98.34%)}}
.b-breadcrumbs{font-family:opensans,helvetica,roboto,arial,sans-serif;display:flex;flex-flow:row wrap;align-items:center;line-height:100%}.b-breadcrumbs__delimiter{display:block;margin-left:5px;margin-right:5px;width:4px;height:5px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS43OTMgMi41LjE0Ni44NTQuODU0LjE0NiAzLjIwNyAyLjUuODU0IDQuODU0bC0uNzA4LS43MDhMMS43OTMgMi41WiIgZmlsbD0iIzAwODZGRiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:cover}.b-breadcrumbs__link{font-size:12px;color:#0086ff;text-decoration:none}.b-breadcrumbs__link--active{color:#838591}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.b-bubble-buttons{display:flex;flex-flow:row nowrap;-moz-column-gap:33px;column-gap:33px;overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:20px;overflow:hidden;margin-left:-20px;width:calc(100vw - (100vw - (100% + 40px)))}@media screen and (min-width: 556px){.b-bubble-buttons{margin-left:-35px;width:calc(100vw - (100vw - (100% + 70px)))}}@media screen and (min-width: 768px){.b-bubble-buttons{margin-left:-50px;width:calc(100vw - (100vw - (100% + 100px)))}}.b-bubble-buttons .swiper-wrapper{width:auto}.b-bubble-buttons .swiper-slide:first-child{margin-left:20px}@media screen and (min-width: 556px){.b-bubble-buttons .swiper-slide:first-child{margin-left:35px}}@media screen and (min-width: 768px){.b-bubble-buttons .swiper-slide:first-child{margin-left:50px}}.b-bubble-buttons__link{box-sizing:border-box;height:47px;padding:0 30px;padding-top:2px;color:#0086ff;text-decoration:none;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;border:1px solid #0086ff;width:-moz-fit-content;width:fit-content;border-radius:30px;white-space:nowrap}.b-bubble-buttons__link:hover{opacity:.7}.b-bubble-buttons__link--chosen{color:#fefefe;background-color:#0086ff}.b-bubble-buttons__link--chosen:hover{opacity:1}.b-bubble-buttons__scrollbar .swiper-scrollbar{margin-left:20px;width:calc(100vw - 60px)}@media screen and (min-width: 556px){.b-bubble-buttons__scrollbar .swiper-scrollbar{margin-left:35px;width:calc(100vw - 105px)}}.b-bubble-buttons__scrollbar .swiper-scrollbar-drag{background:#0086ff}.b-bubble-buttons.swiper-free-mode>.swiper-wrapper{margin:0}
.b-button{max-width:180px;width:180px;min-width:180px;height:47px;line-height:47px;color:#fefefe;border:#fff;background:#0086ff;font-size:18px;text-align:center;text-decoration:none;border-radius:50px;cursor:pointer;white-space:nowrap;overflow:hidden}.b-button:hover{background:linear-gradient(262.57deg, #b30a96 -5.54%, #0086ff 91.21%)}.b-button--top-menu{margin-bottom:30px;display:block}.b-button--filled{display:none;margin-right:30px}@media all and (min-width: 600px){.b-button--filled{display:block}}.b-button--news{display:block;width:180px;margin-top:40px;height:47px;padding:0 8px}@media all and (min-width: 600px){.b-button{display:block}.b-button--top-menu{display:none}}@media all and (min-width: 1280px){.b-button{margin-right:0}}@media print,screen and (max-width: 79.99875em){.b-button{padding:0 8px}}
.b-case-content .case-list{font-size:25px;color:#83858f;font-weight:400;line-height:1.16}@media print,screen and (min-width: 48em){.b-case-content .case-list{font-size:36px}}.b-case-content .case-list ul{margin-top:10px}.b-case-content .case-list ul li{font-family:futurabookc,helvetica,roboto,arial,sans-serif;font-size:25px;color:#83858f;font-weight:400;line-height:1.16;padding-left:48px;margin-bottom:3px}@media print,screen and (min-width: 48em){.b-case-content .case-list ul li{font-size:36px}}.b-case-content .case-list ul li::before{width:10px;height:10px;top:14px;left:19px;border-radius:50%;background:#83858f}.b-case-content .case-img{margin-top:24px;margin-bottom:44px}.b-case-content .case-img img{width:100%}.b-case-content .b-text-gradient{margin-top:0}
.b-case-item-slider{width:calc(100vw - 35px - 35px)}@media screen and (min-width: 570px){.b-case-item-slider{width:495px}}.b-case-item-slider--list{width:100%;transition:box-shadow 150ms ease-in-out;border-radius:15px;overflow:hidden;box-shadow:0 4px 40px rgba(0,134,255,.12)}.b-case-item-slider--list:hover{box-shadow:0 4px 40px rgba(0,134,255,.3)}.b-case-item-slider--list .b-case-item-slider__title{left:0}.b-case-item-slider--list .b-case-item-slider__results{display:none}.b-case-item-slider--no-img{background:#fff}.b-case-item-slider--no-img .b-case-item-slider__title{color:#272f32}.b-case-item-slider--no-img .b-case-item-slider__image-wrapper{height:200px}.b-case-item-slider__anchor{text-decoration:none;display:flex;flex-flow:column nowrap;row-gap:15px}.b-case-item-slider__image-wrapper{width:100%;height:390px;position:relative}.b-case-item-slider__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-case-item-slider__image-filter{position:absolute;top:0;right:0;width:100%;height:390px;background:linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%)}.b-case-item-slider__results p{margin:0;margin-bottom:2px;line-height:1.1;font-weight:normal}.b-case-item-slider__results *{color:#000;font-family:futurabookc,helvetica,roboto,arial,sans-serif;font-size:16px;font-weight:normal}@media screen and (min-width: 570px){.b-case-item-slider__results *{font-size:16px}}.b-case-item-slider__title{position:absolute;bottom:30px;left:34px;max-width:395px;color:#fff;font-family:futurabookc,helvetica,roboto,arial,sans-serif;font-size:20px;font-weight:600;line-height:1.1;text-align:left;padding-left:25px;padding-right:25px}@media screen and (min-width: 500px){.b-case-item-slider__title{max-width:395px}}@media screen and (min-width: 570px){.b-case-item-slider__title{font-size:26px}}
.b-casedecision .numbered-list-wrapper{padding-bottom:36px}.b-casedecision ol,.b-casedecision ul{margin-top:.75em}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}

.b-cases-slider__content{position:relative}@media screen and (min-width: 570px){.b-cases-slider__content{padding-left:35px}}.b-cases-slider__title{margin-top:56px}.b-cases-slider .swiper-wrapper{width:calc(100vw - 286px - 100px - 120px);max-width:932px}.b-cases-slider .swiper-slide{justify-content:center}@media screen and (min-width: 1000px){.b-cases-slider .swiper-slide{justify-content:initial}}.b-cases-slider__slide{display:flex}.b-cases-slider__arrow{width:26px;height:86px;cursor:pointer;position:absolute;top:calc(50% - 43px - 20px);z-index:10}.b-cases-slider__arrow--prev{left:-15px;transform:rotate(180deg)}@media screen and (min-width: 570px){.b-cases-slider__arrow--prev{left:0}}.b-cases-slider__arrow--next{right:-15px}@media screen and (min-width: 570px){.b-cases-slider__arrow--next{right:-35px}}.b-cases-slider__arrow--disabled{opacity:.3;filter:brightness(0) saturate(100%) invert(42%) sepia(14%) saturate(0%) hue-rotate(157deg) brightness(94%) contrast(95%);cursor:default}
.b-certificate-card{margin:21px 0}.b-certificate-card__card{width:-moz-fit-content;width:fit-content;padding:2px 0}
.b-certificates-slider{position:relative;max-width:268px}.b-certificates-slider .swiper-wrapper{z-index:4}.b-certificates-slider__slide{display:flex;align-items:center;justify-content:center}.b-certificates-slider__pagination{width:268px !important;height:20px !important;margin:-10px auto !important;display:flex;justify-content:center;align-items:center;z-index:1}.b-certificates-slider__arrow-pagination{position:absolute;z-index:10;top:calc(50% - 43px - 20px);display:flex;flex-flow:row nowrap;width:268px;align-items:center;justify-content:space-between;pointer-events:none}.b-certificates-slider__arrow{width:26px;height:86px;z-index:5;cursor:pointer;pointer-events:all}.b-certificates-slider__arrow--prev{transform:rotate(180deg)}.b-certificates-slider__arrow--disabled{display:none}
.b-client{width:100%}.b-client__item-client-img{display:flex;width:100%;height:auto;align-items:center;justify-content:center}
.b-clients-right{max-width:265px;margin-bottom:40px}.b-clients-right__title{font-size:24px;font-weight:600;margin-bottom:16px;line-height:100%}.b-clients-right__overview{font-size:16px}
.b-clients__items{display:flex;flex-flow:row wrap;width:-moz-fit-content;width:fit-content;justify-content:flex-start;margin:0 auto}.b-clients__item{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:40px}@media screen and (min-width: 800px){.b-clients__item{width:50%}}@media screen and (min-width: 1300px){.b-clients__item{width:33%}}@media screen and (min-width: 1600px){.b-clients__item{width:25%}}.b-clients__wrapper{display:flex;flex-direction:column}.b-clients__title{margin-bottom:20px}
.b-collapse-list{overflow:hidden;text-overflow:ellipsis;transition:max-height 600ms linear}.b-collapse-list--collapsed{-webkit-mask-image:linear-gradient(180deg, #000 60%, transparent);mask-image:linear-gradient(180deg, #000 60%, transparent)}.b-collapse-list--full{max-height:100%}.b-collapse-list__button{width:100%;display:flex;align-items:center;justify-content:center}.b-collapse-list__button::after{content:" ";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS43OTMgMi41LjE0Ni44NTQuODU0LjE0NiAzLjIwNyAyLjUuODU0IDQuODU0bC0uNzA4LS43MDhMMS43OTMgMi41WiIgZmlsbD0iIzAwODZGRiIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:center;transform:rotate(90deg);width:30px;height:30px;margin-top:-20px}.b-collapse-list__button--active::after{content:" ";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS43OTMgMi41LjE0Ni44NTQuODU0LjE0NiAzLjIwNyAyLjUuODU0IDQuODU0bC0uNzA4LS43MDhMMS43OTMgMi41WiIgZmlsbD0iIzAwODZGRiIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:center;transform:rotate(-90deg);width:30px;height:30px}.b-collapse-list__button--animate::after{content:" ";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS43OTMgMi41LjE0Ni44NTQuODU0LjE0NiAzLjIwNyAyLjUuODU0IDQuODU0bC0uNzA4LS43MDhMMS43OTMgMi41WiIgZmlsbD0iIzAwODZGRiIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:center;transform:rotate(90deg);width:30px;height:30px;animation:hide 1s ease}.b-collapse-list__button--animate-off::after{content:" ";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS43OTMgMi41LjE0Ni44NTQuODU0LjE0NiAzLjIwNyAyLjUuODU0IDQuODU0bC0uNzA4LS43MDhMMS43OTMgMi41WiIgZmlsbD0iIzAwODZGRiIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:center;transform:rotate(90deg);width:30px;height:30px;animation:hide 1s ease}@keyframes hide{from{opacity:1}to{opacity:0}}@keyframes appear{from{opacity:0}to{opacity:1}}
.b-competence-list--margin{margin-bottom:40px}.b-competence-list__title{font-size:24px;font-weight:600;margin-bottom:16px;line-height:100%}.b-competence-list__item{display:block;text-decoration:none;white-space:nowrap;padding:0 20px;font-size:17px;margin-bottom:12px;color:#fff;width:-moz-fit-content;width:fit-content;max-width:265px;background:#bdc0cf;overflow:hidden;border-radius:17px;text-overflow:ellipsis}.b-competence-list__item:hover{background:#0086ff}
.b-competence{display:flex;position:relative;height:400px;width:314px;flex-flow:column nowrap;background:#fefefe;border-radius:15px;box-shadow:0 4px 40px rgba(0,134,255,.12);padding:31px 0;font-size:24px;line-height:29px;justify-content:flex-start;text-decoration:none}.b-competence__title{color:#272f32;position:relative;line-height:100%;text-align:left;font-weight:600;padding-left:30px;padding-right:30px;z-index:5}.b-competence__image-wrapper{height:230px;width:100%;margin-top:2em}.b-competence__img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.b-competence:hover{box-shadow:0 4px 40px rgba(0,134,255,.3)}
.b-competences{margin:0 auto;max-width:1380px}.b-competences__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem;max-width:1380px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-competences__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media print,screen and (min-width: 64em){.b-competences__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media screen and (min-width: 80em){.b-competences__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}.b-competences__row{display:flex;flex-flow:row wrap;margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}@media print,screen and (min-width: 48em){.b-competences__row{margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}}@media print,screen and (min-width: 64em){.b-competences__row{margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}}@media screen and (min-width: 80em){.b-competences__row{margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}}.b-competences__wrapper{display:grid;grid-template-columns:repeat(auto-fill, 314px);justify-content:center;row-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (min-width: 752px){.b-competences__wrapper{justify-content:center}}
.b-contacts-header{position:relative}.b-contacts-header__anons{color:#83858f;font-size:20px}.b-contacts-header a{display:block;text-decoration:none}@media print,screen and (max-width: 47.99875em){.b-contacts-header a{font-size:22px}}.b-contacts-header__phone{font-size:36px;color:#83858f;margin:30px 0 15px}.b-contacts-header__mail{font-size:36px;color:#0086ff;margin-bottom:30px}.b-contacts-header .b-contacts-header__big-title{font-size:322px;bottom:-150px;top:auto;z-index:1}@media print,screen and (max-width: 63.99875em){.b-contacts-header .b-contacts-header__big-title{display:none}}
.b-content-slider{position:relative;z-index:1}.b-content-slider .swiper-wrapper{max-width:100%}@media screen and (min-width: 1280px){.b-content-slider .swiper-wrapper{max-width:calc(100vw - 100px - 400px)}}@media screen and (min-width: 1507px){.b-content-slider .swiper-wrapper{max-width:990px}}.b-content-slider__pagination{display:flex;flex-flow:row nowrap;margin-top:20px;margin-bottom:20px;align-items:center;justify-content:center;align-content:center}.b-content-slider__slide{display:flex;align-items:center;justify-content:center}.b-content-slider__arrow{width:26px;height:86px;cursor:pointer;position:absolute;top:calc(50% - 43px - 20px);z-index:10}.b-content-slider__arrow--prev{left:0;transform:rotate(180deg)}.b-content-slider__arrow--next{right:0}
.b-content{position:relative;z-index:3;padding:0 30px;box-sizing:border-box;margin:0 auto}@media print,screen and (max-width: 79.99875em){.b-content{padding-left:0;padding-right:0}}.b-content__row{box-sizing:border-box;position:relative;z-index:2;transition:top 650ms;transition-delay:350ms;top:0;max-width:1380px;margin-right:auto;margin-left:auto;display:flex;flex-flow:row wrap}.b-content__col{box-sizing:inherit;position:relative;z-index:2;transition:top 650ms;transition-delay:350ms;top:0;outline:none;flex:0 0 grid-column(12);max-width:grid-column(12);padding-right:.5555555556rem;padding-left:.5555555556rem}@media print,screen and (min-width: 48em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}.b-content__col--double{flex:0 0 grid-column(12);max-width:grid-column(12);padding-right:.5555555556rem;padding-left:.5555555556rem}@media print,screen and (min-width: 48em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}.b-content__col--triple{flex:0 0 grid-column(12);max-width:grid-column(12);padding-right:.5555555556rem;padding-left:.5555555556rem}@media print,screen and (min-width: 48em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}.b-content__col--medium-placeholder{display:none}@media print,screen and (min-width: 48em){.b-content__col{flex:0 0 grid-column(6);max-width:grid-column(6);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 48em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 64em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 48em)and (min-width: 80em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em){.b-content__col--double{flex:0 0 grid-column(12);max-width:grid-column(12);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 48em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 64em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 48em)and (min-width: 80em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em){.b-content__col--triple{flex:0 0 grid-column(12);max-width:grid-column(12);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 48em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 64em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 48em)and (min-width: 80em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em){.b-content__col--medium-placeholder{display:block;flex:0 0 grid-column(6);max-width:grid-column(6);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 48em){.b-content__col--medium-placeholder{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 48em)and (min-width: 64em){.b-content__col--medium-placeholder{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 48em)and (min-width: 80em){.b-content__col--medium-placeholder{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-content__col{flex:0 0 grid-column(3);max-width:grid-column(3);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em)and (min-width: 48em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em)and (min-width: 64em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 64em)and (min-width: 80em){.b-content__col{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-content__col--double{flex:0 0 grid-column(6);max-width:grid-column(6);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em)and (min-width: 48em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em)and (min-width: 64em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 64em)and (min-width: 80em){.b-content__col--double{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-content__col--triple{flex:0 0 grid-column(9);max-width:grid-column(9);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em)and (min-width: 48em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em)and (min-width: 64em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 64em)and (min-width: 80em){.b-content__col--triple{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-content__col--medium-placeholder{display:none}}@media all and (min-width: 1120px)and (max-height: 900px){.b-content__col--main-header{white-space:nowrap}}.b-content__prev-arrow{left:-17px;transform:rotate(180deg)}@media print,screen and (min-width: 48em){.b-content__prev-arrow{left:-35px}}.b-content__next-arrow{right:-17px}@media print,screen and (min-width: 48em){.b-content__next-arrow{right:-35px}}.b-content--interior .b-content__row{padding:30px 0 20px}@media print,screen and (min-width: 48em){.b-content--interior .b-content__row{padding:80px 0 60px}}.b-content--interior .b-content__row+.b-content__row{padding:0}.b-content--with-animation .b-content__big-title{opacity:0}.b-content--with-animation .b-content__col{top:45px}.b-content--double-padding{padding-bottom:30px}@media print,screen and (min-width: 48em){.b-content--double-padding{padding-bottom:60px}}@media print,screen and (min-width: 64em){.b-content--double-padding{padding-bottom:90px}}.b-content--contacts.b-content{padding:0}.b-content--contacts .b-content__announce{margin:0}.b-content--contacts .b-page-header{margin:0}
.b-copyright{color:#83858f;font-size:18px}.b-copyright__private-policy{line-height:100%}.b-copyright a{color:#83858f;font-size:16px;line-height:100%;transition:.3s}.b-copyright a:hover{text-decoration:none}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}
.b-events{position:relative;max-width:100%;width:100%;box-sizing:border-box}.b-events__row{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;padding:80px 47px 60px}@media print,screen and (max-width: 79.99875em){.b-events__row{padding:80px 30px 60px}}@media print,screen and (max-width: 63.99875em){.b-events__row{padding:80px 20px 60px}}.b-events__title{top:.1em}.b-events__item-title:hover{text-decoration:underline}.b-events__list{z-index:6;width:100%;max-width:100%;box-sizing:border-box}.b-events__item{padding-right:.625rem;padding-left:.625rem;width:100%;margin:0 auto;display:block !important}@media print,screen and (max-width: 47.99875em){.b-events__item{height:350px}}.b-events__item-link{text-decoration:none;display:flex;flex-flow:column;justify-content:space-between;width:100%;height:100%}.b-events__date{color:#0086ff;line-height:1em;font-size:22px}.b-events__item-title{font-size:28px;color:#000;margin:30px 0 50px}@media print,screen and (max-width: 47.99875em){.b-events__item-title{font-size:24px;margin:30px 0}}.b-events__right{text-align:right;margin-top:30px}@media print,screen and (max-width: 47.99875em){.b-events__right{margin-top:0}}.b-events__link-all{font-size:28px;color:#0086ff;line-height:1.2;padding-bottom:7px;border-bottom:1px solid;margin:30px 10px 100px 0;text-decoration:none}@media print,screen and (max-width: 47.99875em){.b-events__link-all{font-size:22px}}
.b-fixed-layer{position:fixed;right:20px;bottom:50px;z-index:90;display:flex;flex-flow:column nowrap;align-items:flex-end;row-gap:25px}.b-fixed-layer--webinar{bottom:36px}.b-fixed-layer--mainpage{right:20px}@media(min-width: 700px){.b-fixed-layer{row-gap:25px;right:35px}.b-fixed-layer--mainpage{right:45px}}
.b-footer{background:#f1f3f6;margin-top:25px}.b-footer__row{max-width:1600px;padding:15px 20px;width:100%;display:flex;margin:0 auto;justify-content:left;height:auto;flex-flow:column nowrap;align-items:flex-start}@media screen and (min-width: 80em){.b-footer__row{padding:15px 50px;justify-content:space-between;flex-flow:column nowrap;row-gap:20px}}.b-footer__socials{margin-top:20px}@media screen and (min-width: 80em){.b-footer__socials{margin-top:0}}.b-footer__confidential{color:#83858f;font-size:16px;line-height:120%;margin-top:5px;max-width:650px}.b-footer__confidential__private-policy{line-height:100%}.b-footer__social-links{display:flex;align-items:center}.b-footer__copyright{width:100%}@media screen and (min-width: 80em){.b-footer__copyright{max-width:50%;flex:0 0 50%;margin-bottom:0}}.b-footer__blog a{color:#0086ff;text-decoration:none;transition:.3s}.b-footer__blog a:hover{color:#96007d}@media print,screen and (max-width: 89.99875em){.b-footer__blog a{margin-left:60px}}@media print,screen and (max-width: 63.99875em){.b-footer__blog a{margin-left:0}}
.b-form{width:100%;height:100%;top:0;bottom:0;z-index:1000;background-color:rgba(0,0,0,.2);display:none;align-items:center;justify-content:center;opacity:0;transition:.3s}.b-form--open{position:fixed;display:flex;opacity:1}.b-form__wrapper{max-width:1300px;width:90%;margin:0 auto;max-height:90vh;overflow-x:hidden;overflow-y:auto;background:#fff;padding:50px;border-radius:10px}@media all and (min-width: 1000px)and (min-height: 865px){.b-form__wrapper{overflow-y:hidden}}@media print,screen and (max-width: 47.99875em){.b-form__wrapper{padding:25px}}.b-form .b-button{margin-left:25%}.b-form__close{position:sticky;top:6px;margin-left:auto;width:20px;z-index:50;cursor:pointer}.b-form__close::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuMDYuOTRBMS41IDEuNSAwIDEgMCAuOTQgMy4wNmw5LjQzOSA5LjQ0LTguOTQgOC45NGExLjUgMS41IDAgMCAwIDIuMTIyIDIuMTJsOC45MzktOC45MzkgOC45NCA4Ljk0YTEuNSAxLjUgMCAwIDAgMi4xMi0yLjEyMkwxNC42MjIgMTIuNWw5LjQ0LTkuNDRBMS41IDEuNSAwIDAgMCAyMS45MzkuOTRMMTIuNSAxMC4zNzggMy4wNi45MzlaIiBmaWxsPSIjMDA4NkZGIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjUgLjUpIiBkPSJNMCAwaDI0djIzLjVIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);width:20px;height:20px;background-size:cover;background-position:center}
.b-hamburger-button{width:27px;height:19px;position:relative;z-index:2;cursor:pointer;margin-top:4px}@media all and (min-width: 650px){.b-hamburger-button{margin-top:0}}.b-hamburger-button:hover span{background-color:#96007d}@media all and (min-width: 1280px){.b-hamburger-button{display:none}}.b-hamburger-button span{display:block;position:absolute;height:3px;width:100%;background:#0086ff;opacity:1;left:0;transform:rotate(0deg);transition:all .25s ease-in-out !important}.b-hamburger-button span:nth-child(1){top:0;transform-origin:left center}.b-hamburger-button span:nth-child(2){top:8px;transform-origin:left center}.b-hamburger-button span:nth-child(3){top:16px;transform-origin:left center}.b-hamburger-button--open span{background:#96007d}.b-hamburger-button--open span:nth-child(1){transform:rotate(45deg);top:-3px;left:4px}.b-hamburger-button--open span:nth-child(2){width:0;opacity:0}.b-hamburger-button--open span:nth-child(3){transform:rotate(-45deg);top:16px;left:4px}
.b-header-logo{padding-top:1px}.b-header-logo__img{width:142px}@media all and (min-width: 556px){.b-header-logo{padding-left:15px}}@media all and (min-width: 650px){.b-header-logo{padding-bottom:9px}}@media all and (min-width: 768px){.b-header-logo{padding-left:30px;padding-top:0;padding-bottom:6px}}
.b-header{width:100%;padding-right:calc(17px - (100vw - 100%))}.b-header__row{max-width:1600px;margin:0 auto;padding:15px 20px;width:100%;display:flex;justify-content:space-between;align-items:center}@media all and (min-width: 650px){.b-header__row{padding:12px 20px}}@media screen and (min-width: 80em){.b-header__row{padding:16px 20px}}.b-header__info{display:flex;align-items:center;width:70%;justify-content:space-between}@media screen and (min-width: 80em){.b-header__info{width:85%}}@media print,screen and (max-width: 79.99875em){.b-header__info{width:auto}}.b-header__mail{width:40px;height:40px;margin-left:50px;border-radius:100%;background-color:#0086ff;transition:background-color .35s;display:block;text-align:center;line-height:47px}.b-header__mail:hover{background-color:#96007d}.b-header__menu{display:none}@media all and (min-width: 1280px){.b-header__menu{width:100%;margin-left:20px}}.b-header__menu.visible{position:fixed;left:0;top:70px;z-index:100;height:100vh;height:100dvh;width:100%;background:#fefefe;display:flex;align-items:center;justify-content:center}@media all and (min-width: 600px){.b-header__menu.visible{height:580px}}@media all and (min-width: 1280px){.b-header__menu.visible{height:auto;position:static}}@media screen and (min-width: 80em){.b-header__menu{display:block}}.b-header__menu-hum{margin-left:20px;display:inline-block;width:27px;height:18px;cursor:pointer;background:linear-gradient(180deg, #0086ff, #0086ff 11%, transparent 0, transparent 44%, #0086ff 0, #0086ff 55%, transparent 0, transparent 88%, #0086ff 0, #0086ff)}@media screen and (min-width: 80em){.b-header__menu-hum{display:none}}
.b-help-tooltip{position:relative;display:inline-block;cursor:help}.b-help-tooltip__content{display:inline-block}.b-help-tooltip__sign{position:relative;display:inline-block;align-items:center;justify-content:center;font-weight:bold;margin-bottom:.3125rem;margin-right:.02rem}.b-help-tooltip__sign svg{width:18px;height:18px}.b-help-tooltip__sign svg circle{fill:#0086ff}.b-help-tooltip__tooltip-wrapper{position:fixed;width:-moz-fit-content;width:fit-content;display:block;left:0;top:0;z-index:1200;background:#f2f2f2;border-radius:2px;max-width:220px;transition:opacity 75ms ease-in-out}@media screen and (min-width: 400px){.b-help-tooltip__tooltip-wrapper{max-width:350px}}@media screen and (min-width: 500px){.b-help-tooltip__tooltip-wrapper{max-width:400px}}@media screen and (min-width: 600px){.b-help-tooltip__tooltip-wrapper{max-width:450px}}@media screen and (min-width: 700px){.b-help-tooltip__tooltip-wrapper{max-width:550px}}@media screen and (min-width: 800){.b-help-tooltip__tooltip-wrapper{max-width:650px}}@media screen and (min-width: 1280px){.b-help-tooltip__tooltip-wrapper{max-width:700px}}.b-help-tooltip__tooltip-wrapper--hidden{opacity:0;pointer-events:none}.b-help-tooltip__tooltip-content{display:block;line-height:1.2;padding:10px 12px;border-radius:4px;padding-top:12px;background:#0086ff;font-family:opensans;font-size:.8rem;color:#fff}
.b-layout{overscroll-behavior-y:contain;display:flex;flex-direction:column;min-height:100vh}.b-layout__header{order:1;width:100%;position:fixed;top:0;height:70px;background:#fff;border-bottom:1px solid #bdc0cf;filter:drop-shadow(0 20px 20px rgba(0, 0, 0, 0.02));z-index:100}@media screen and (min-width: 80em){.b-layout__header{height:80px}}.b-layout__content{flex-grow:1;order:2;width:100%;max-width:1380px;padding:0 20px;margin:120px auto 0}@media all and (min-width: 556px){.b-layout__content{padding:0 35px}}@media all and (min-width: 768px){.b-layout__content{padding:0 50px}}@media all and (min-width: 1500px){.b-layout__content{margin:130px auto 0;padding:0}}.b-layout__content--main{max-width:1600px}.b-layout__main{display:flex}.b-layout__inner{width:100%}.b-layout__inner>.b-content__output>a>img{margin-top:30px;margin-bottom:30px}@media print,screen and (max-width: 79.99875em){.b-layout__inner{margin-right:0;width:100%}}.b-layout__inner--right{margin-right:0;max-width:994px}@media screen and (min-width: 80em){.b-layout__inner--right{margin-right:100px}}.b-layout__right-info{margin-top:110px}@media print,screen and (max-width: 79.99875em){.b-layout__right-info{display:none}}.b-layout__page-container{padding-right:0.5555555556rem;padding-left:0.5555555556rem;max-width:1380px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-layout__page-container{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media print,screen and (min-width: 64em){.b-layout__page-container{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media screen and (min-width: 80em){.b-layout__page-container{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}.b-layout__footer{order:3;width:100%}
.b-main-header{position:relative;z-index:5}.b-main-header__title-wrapper{margin-top:50px}.b-main-header__title{color:#0086ff;font-size:72px;font-weight:600;line-height:1}@media print,screen and (max-width: 79.99875em){.b-main-header__title{font-size:36px}}.b-main-header__anons{font-size:72px;font-weight:600;line-height:1}@media print,screen and (max-width: 79.99875em){.b-main-header__anons{font-size:36px}}.b-main-header__desc{font-size:20px;line-height:1.2;margin:32px 0}
html,body{height:100%}canvas{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (min-width: 80em){.c-main{overflow:hidden}}.c-no-scroll{overflow:hidden}.c-not-adapted{min-width:1600px}.l-main{position:relative;box-sizing:border-box;z-index:5;height:auto}@media screen and (min-width: 80em){.l-main{height:calc(100% - 79px)}}.l-main--grey{padding:152px 0 30px;margin-bottom:0;min-height:1050px;z-index:3;height:auto}@media print,screen and (min-width: 64em){.l-main--grey{padding:152px 0 0}}@media screen and (min-width: 80em){.l-main--grey{height:100%}}.l-main--grey .b-content{pointer-events:none}.l-main--grey .b-content .b-social-icons__icon,.l-main--grey .b-content .b-page-header,.l-main--grey .b-content .b-content__announce{pointer-events:all}@media screen and (min-width: 80em){.l-main--grey .b-content .b-page-header{white-space:nowrap}}.l-main--grey>.b-stripes{position:absolute;background-size:1000px}@media print,screen and (min-width: 48em){.l-main--grey>.b-stripes{background-size:1200px}}@media print,screen and (min-width: 64em){.l-main--grey>.b-stripes{background-size:1700px}}@media screen and (min-width: 80em){.l-main--grey>.b-stripes{background:none;position:fixed}}@media all and (max-height: 760px)and (min-width: 680px){.l-main--grey>.b-stripes{background-size:100%;position:absolute;max-width:none}}@media screen and (min-width: 80em){.l-main--hidden{z-index:1;display:none}.l-main--hidden .b-spiral canvas{visibility:hidden}}.c-main-footer-placeholder{height:0}@media screen and (min-width: 80em){.c-main-footer-placeholder{height:100px}}.js-news-slider-adaptive{width:100%;max-width:100%}
.b-map{margin:60px 0;width:100%;height:600px;z-index:7;position:relative}@media all and (min-width: 1280px){.b-map{margin:150px 0 60px;width:950px}}
.b-mobile-competence-list{display:block;margin-bottom:50px;margin-top:50px}@media all and (min-width: 1280px){.b-mobile-competence-list{display:none}}.b-mobile-competence-list hr{margin:0;border-bottom:1px solid #bdc0cf}.b-mobile-competence-list__wrapper{display:flex;flex-direction:column;-moz-column-gap:51px;column-gap:51px;row-gap:27px;margin-top:27px;margin-bottom:27px}@media all and (min-width: 568px){.b-mobile-competence-list__wrapper{flex-direction:row;row-gap:0}}.b-mobile-competence-list__title{font-weight:700;font-size:24px;line-height:100%}.b-mobile-competence-list__items-list{display:flex;flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px;row-gap:10px}@media all and (min-width: 568px){.b-mobile-competence-list__items-list{width:56%}}@media all and (min-width: 900px){.b-mobile-competence-list__items-list{width:75%}}.b-mobile-competence-list__item{display:block;text-decoration:none;white-space:nowrap;padding:0 20px;font-size:17px;color:#fff;width:-moz-fit-content;width:fit-content;background:#bdc0cf;border-radius:17px;max-width:265px;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 568px){.b-mobile-competence-list__item{max-width:300px}}@media screen and (min-width: 800px){.b-mobile-competence-list__item{max-width:600px}}.b-mobile-competence-list__item:hover{background:#0086ff}
.b-navigation{display:block;position:relative;margin-top:50px;cursor:pointer;text-decoration:none}.b-navigation__title{font-size:15px;line-height:1;color:#272f32}.b-navigation__name{color:#0086ff;font-size:24px;display:flex;align-items:center}.b-navigation__name::after{content:"";width:10px;height:16px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMSAxIDcgNy03IDciIHN0cm9rZT0iIzAwODZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center;margin-left:10px}
.b-news-item{display:flex;flex-direction:column;align-items:flex-start;height:100%}.b-news-item__title{font-size:28px;text-decoration:none;margin-top:10px;color:#000}.b-news-item__title:hover{text-decoration:underline}.b-news-item__date{font-size:22px;color:#0086ff;margin-top:10px}
.b-news{margin:0 auto}.b-news__article{width:100%;display:flex;justify-content:flex-start;flex-direction:column;text-align:left;max-width:300px;margin-top:50px;margin-bottom:75px;margin-right:50px}@media print,screen and (min-width: 64em){.b-news__article{width:calc(50% - 50px)}}@media screen and (min-width: 1300px){.b-news__article{width:calc(33% - 50px)}}@media screen and (min-width: 1600px){.b-news__article{width:calc(25% - 50px)}}.b-news__title{margin-bottom:30px;margin-top:30px}.b-news__navigation{margin:20px auto}.b-news__wrapper{display:flex;flex-flow:column;width:100%}.b-news__items{display:flex;flex-flow:row;flex-wrap:wrap;justify-content:flex-start}.b-news__date{font-size:22px;color:#0086ff;margin-top:10px;margin-bottom:10px}.b-news__image{margin:0 auto}
.b-numeric-list{margin-top:50px}.b-numeric-list__item{display:flex;padding:33px 0;border-top:1px solid #bdc0cf}@media print,screen and (max-width: 79.99875em){.b-numeric-list__item{flex-direction:column}}.b-numeric-list__item p{margin:0}.b-numeric-list__item:last-child{padding-bottom:33px;border-bottom:1px solid #bdc0cf}.b-numeric-list__count{color:#0086ff;font-weight:600;font-size:26px;margin-right:14px}@media print,screen and (min-width: 48em){.b-numeric-list__count{padding-top:2px}}.b-numeric-list__title{font-weight:bold;font-size:26px;font-family:futurabookc,helvetica,roboto,arial,sans-serif}.b-numeric-list__title span{font-weight:bold !important}@media print,screen and (min-width: 48em){.b-numeric-list__title{font-size:30px;font-weight:bold}}.b-numeric-list__title-wrap{width:45%;display:flex;padding-right:5%}@media print,screen and (max-width: 79.99875em){.b-numeric-list__title-wrap{width:100%;padding:0;margin-bottom:30px}}.b-numeric-list__text{display:block;width:60%;line-height:30px}.b-numeric-list__text ul,.b-numeric-list__text ol{margin-top:5px;list-style:disc;padding-left:23px;line-height:30px}.b-numeric-list__text ul li,.b-numeric-list__text ol li{padding-left:0;margin-bottom:2px;line-height:30px}.b-numeric-list__text ul li::before,.b-numeric-list__text ol li::before{display:none}@media print,screen and (max-width: 79.99875em){.b-numeric-list__text{width:100%}}
.b-order{color:#272f32}.b-order__subtitle{font-size:36px;max-width:62.5%;margin-left:25%;font-weight:600}@media print,screen and (max-width: 47.99875em){.b-order__subtitle{margin-left:0;max-width:100%;font-size:32px;margin-bottom:30px}}.b-order__columns #proc{display:none}.b-order__anons{font-size:22px;max-width:62.5%;margin-left:25%}@media print,screen and (max-width: 47.99875em){.b-order__anons{margin-left:0;max-width:100%;margin-bottom:30px;font-size:20px;line-height:1.3}}.b-order__anons a{color:#0086ff}.b-order__anons a:hover{text-decoration:none}.b-order__field{max-width:100%;display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;position:relative}@media print,screen and (max-width: 47.99875em){.b-order__field{flex-direction:column;align-items:end}}.b-order__field--text input{height:100px}.b-order__field--page_url{margin:0}.b-order__field--source{margin:0}.b-order__field--file{font-size:22px;margin-left:25%;align-self:flex-start}@media print,screen and (max-width: 47.99875em){.b-order__field--file{margin:0}}.b-order__field--file::before{content:"";position:absolute;top:0;bottom:0;left:0;margin:auto;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMzkyIDIxLjQ5Yy0xLjg1MS0xLjgyMi0xLjkwNy00Ljc3NS0uMTI2LTYuNTg1bDQuMTY4LTQuMjM1LTIuMDU2LTIuMDI0LTQuMTY4IDQuMjM1Yy0yLjg3NiAyLjkyMi0yLjc4NSA3LjY4LjIwMiAxMC42MiAyLjk4OCAyLjk0IDcuNzQ3IDIuOTU1IDEwLjYyMi4wMzNsNC4xNjgtNC4yMzUtMi4wNTctMi4wMjQtNC4xNjcgNC4yMzVjLTEuNzgyIDEuODEtNC43MzUgMS44MDEtNi41ODYtLjAyWm01LjM1NC0zLjI3NiA4LjMzNi04LjQ3LTIuMTY1LTIuMTMtOC4zMzYgOC40NyAyLjE2NSAyLjEzWm0yLjg4My0xNS45Mkw4LjQ2MSA2LjUyOWwyLjA1NyAyLjAyNCA0LjE2OC00LjIzNWMxLjc4Mi0xLjgxIDQuNzM0LTEuODAyIDYuNTg1LjAyczEuOTA4IDQuNzc0LjEyNiA2LjU4NWwtNC4xNjggNC4yMzUgMi4wNTcgMi4wMjQgNC4xNjgtNC4yMzVjMi44NzUtMi45MjIgMi43ODUtNy42OC0uMjAzLTEwLjYyLTIuOTg3LTIuOTQtNy43NDYtMi45NTUtMTAuNjIyLS4wMzNaIiBmaWxsPSIjMDA4NkZGIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNnYyNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);width:26px;height:26px}.b-order__field--file input{opacity:0;z-index:10;cursor:pointer}.b-order__field--file label{position:absolute;left:0;width:auto !important;margin-left:7%;border-bottom:1px dashed #0086ff;color:#0086ff;transition:border .25s;white-space:nowrap;font-size:18px !important;line-height:1.3}@media print,screen and (max-width: 47.99875em){.b-order__field--file label{margin-left:40px;margin-top:15px}}.b-order__field label{width:25%;text-align:right;font-size:22px}@media print,screen and (max-width: 47.99875em){.b-order__field label{width:100%;text-align:left;font-size:18px}}.b-order__field input,.b-order__field textarea{width:80%;margin:0 20px;border:1px solid #dedede;border-radius:8px;font-size:22px;padding:6px 20px}.b-order__field input:focus,.b-order__field input:focus-visible,.b-order__field textarea:focus,.b-order__field textarea:focus-visible{border:1px solid #96007d;outline:none}@media print,screen and (max-width: 47.99875em){.b-order__field input,.b-order__field textarea{width:100%;margin:0}}.b-order__field--confidential{flex-flow:row nowrap;width:85%;margin-left:auto;align-items:baseline}@media print,screen and (max-width: 47.99875em){.b-order__field--confidential{width:100%}}.b-order__field--confidential label{width:auto;order:2;text-align:left}.b-order__field--confidential input{width:auto;order:1;border:1px solid #dedede;border-radius:8px;margin-right:20px}.b-order__personal-data{margin-left:25%;margin-bottom:30px;line-height:1.3}@media print,screen and (max-width: 47.99875em){.b-order__personal-data{margin-left:0}}.b-order__personal-data a{color:#0086ff}.b-order__personal-data a:hover{text-decoration:none}.b-field-public-upload__value{position:absolute;left:25px;top:50px}
.b-pageslider{position:relative}@media screen and (min-width: 1280px){.b-pageslider{max-width:994px}}.b-pageslider__pagination{display:flex;flex-flow:row nowrap;margin-top:20px;margin-bottom:20px;align-items:center;justify-content:center;align-content:center}.b-pageslider .swiper-wrapper{align-items:center;width:100%;max-width:100%}@media screen and (min-width: 1280px){.b-pageslider .swiper-wrapper{max-width:calc(100vw - 100px - 400px)}}@media screen and (min-width: 1507px){.b-pageslider .swiper-wrapper{max-width:990px}}.b-pageslider__img-wrapper{display:flex;align-items:center;flex-flow:column nowrap;justify-content:space-between;width:auto;row-gap:1em;-o-object-fit:cover;object-fit:cover}.b-pageslider__img-title{text-align:center}.b-pageslider__img{display:flex;align-items:center;justify-content:center;height:100%;width:auto;max-width:calc(100% - 100px)}.b-pageslider__img img{height:100%;height:auto;max-height:500px}@media screen and (min-width: 1920px){.b-pageslider__img img{max-height:500px}}.b-pageslider__arrow{position:absolute;width:26px;height:86px;top:calc(50% - 86px/2 - 20px);cursor:pointer;z-index:10}.b-pageslider__arrow--prev{left:0;transform:rotate(180deg)}.b-pageslider__arrow--next{right:0}.b-pageslider__arrow--disabled{display:none}
.b-person-quote__person{display:flex;flex-flow:row nowrap;-moz-column-gap:19px;column-gap:19px}.b-person-quote__quote{margin-bottom:20px;display:flex;flex-flow:column nowrap;row-gap:15px}.b-person-quote__quote-sign{height:24px;padding-top:10px;box-sizing:content-box}.b-person-quote__quote-text{font-family:opensans;font-weight:400}.b-person-quote__quote-text>*:first-child{margin-top:0}.b-person-quote__quote-text>*:last-child{margin-bottom:0}.b-person-quote__person-image{width:100px;height:100px;overflow:hidden;border-radius:50%}.b-person-quote__person-image img{width:100%;height:auto;transform:scale(1.2) translateY(10px)}@media screen and (min-width: 768px){.b-person-quote__person-image{width:100px;height:100px}}.b-person-quote__person-right-wrapper{display:flex;flex-flow:column nowrap;justify-content:center;row-gap:10px}.b-person-quote__person-name{font-size:22px;color:#000;font-family:futurabookc;line-height:normal;font-weight:600}.b-person-quote__person-occupation{font-size:16px;color:#83858f;font-family:futurabookc;line-height:18px;font-weight:400}
.b-personal-card{display:flex;margin:30px 0}.b-personal-card__card{width:266px;background:#fefefe;box-shadow:0 16px 40px rgba(0,134,255,.1);border-radius:14px;padding:30px 30px 20px 20px}.b-personal-card__name{color:#272f32;font-weight:600;font-size:22px;font-family:futurabookc,helvetica,roboto,arial,sans-serif}.b-personal-card__anons{color:#bdc0cf;line-height:18px;font-size:16px;font-family:futurabookc,helvetica,roboto,arial,sans-serif}.b-personal-card__phone{margin-top:50px;font-family:futurabookc,helvetica,roboto,arial,sans-serif;color:#272f32;text-decoration:none;display:block;line-height:1}.b-personal-card__mail{font-family:futurabookc,helvetica,roboto,arial,sans-serif;text-decoration:none;color:#0086ff;font-size:15px;margin-top:5px;display:block}.b-personal-card__socials{font-family:futurabookc,helvetica,roboto,arial,sans-serif;margin-top:30px;margin-left:20px}.b-personal-card__social{font-family:futurabookc,helvetica,roboto,arial,sans-serif;display:block;width:28px;height:28px;margin-bottom:6px}.b-personal-card__social--in{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMSAxNEMxIDYuODIgNi44MiAxIDE0IDFzMTMgNS44MiAxMyAxMy01LjgyIDEzLTEzIDEzUzEgMjEuMTggMSAxNFoiIHN0cm9rZT0iIzAwODZGRiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMjYgMTAuMjdjLS4wMTUtLjY1My0uNDgyLTEuMTUtMS4yNDItMS4xNS0uNzU5IDAtMS4yNTUuNDk3LTEuMjU1IDEuMTUgMCAuNjQuNDgyIDEuMTUzIDEuMjI3IDEuMTUzaC4wMTRjLjc3NCAwIDEuMjU1LS41MTIgMS4yNTUtMS4xNTJabS0uMTQ3IDIuMDYzSDguODk0VjE5aDIuMjJ2LTYuNjY3Wm01LjQ0OC0uMTU2YzEuNDYgMCAyLjU1NC45NTMgMi41NTQgM1YxOWgtMi4yMTh2LTMuNTY3YzAtLjg5Ni0uMzIyLTEuNTA3LTEuMTI1LTEuNTA3LS42MTMgMC0uOTc4LjQxMi0xLjEzOC44MS0uMDU5LjE0My0uMDczLjM0MS0uMDczLjU0VjE5aC0yLjIycy4wMy02LjA0MSAwLTYuNjY3aDIuMjJ2Ljk0NGMuMjk0LS40NTMuODIyLTEuMSAyLTEuMVoiIGZpbGw9IiMwMDg2RkYiLz48L3N2Zz4=) no-repeat center}
.b-price{border:2px solid #0086ff;padding:30px;width:100%;max-width:685px;margin:55px 0 0}.b-price__title{font-weight:600;font-size:26px;padding-bottom:15px}.b-price__text{line-height:24px;padding-bottom:15px}.b-price__price{color:#0086ff;font-weight:600;font-size:42px;padding-bottom:15px}@media print,screen and (max-width: 47.99875em){.b-price__price{font-size:34px}}.b-price__button{background:#0086ff;border-radius:50px;width:100%;max-width:212px;height:46px;text-align:center;font-size:18px;color:#fefefe;line-height:40px;margin-top:30px;cursor:pointer}.b-price__button:hover{background:linear-gradient(262.57deg, #b30a96 -5.54%, #0086ff 91.21%)}.b-price a{color:#0086ff}

.b-scroll-indicator{width:100%;position:absolute;right:0;left:0;bottom:-1px;height:4px;overflow:hidden}.b-scroll-indicator__line{height:4px;width:0;transition:width 250ms linear;background:#960080;background:linear-gradient(to right, rgb(150, 0, 128) 0%, rgb(0, 136, 255) 100%);filter:progid:dximagetransform.microsoft.gradient(startColorstr = "#960080", endColorstr = "#0088ff", GradientType = 1)}
.b-service{display:flex;position:relative;height:400px;width:314px;flex-flow:column nowrap;background:#fefefe;border-radius:15px;transition:box-shadow 150ms ease-in-out;box-shadow:0 4px 40px rgba(0,134,255,.12);padding:31px 0;font-size:24px;line-height:29px;justify-content:flex-start;text-decoration:none}.b-service--noimg{justify-content:center;min-height:200px;height:auto}.b-service--noimg .b-service__image-wrapper{margin-top:0;height:50px}.b-service__title{color:#272f32;position:relative;line-height:100%;text-align:left;font-weight:600;padding-left:30px;padding-right:30px;z-index:5}.b-service__image-wrapper{height:230px;width:100%;margin-top:2em}.b-service__image-wrapper--special{position:absolute;top:0;left:0;height:100%;width:100%;border-radius:15px;margin-top:0}.b-service__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.b-service__image--special{margin-bottom:0;border-radius:15px}.b-service:hover{box-shadow:0 4px 40px rgba(0,134,255,.3)}.b-service--special{height:400px}.b-service--slider:hover{box-shadow:0 4px 40px rgba(0,134,255,.12)}
.b-services-slider{display:none}.b-services-slider__wrapper{display:flex;flex-direction:column}@media screen and (min-width: 1280px){.b-services-slider{display:block}}.b-services-slider__slide{display:flex;align-items:center;justify-content:center}.b-services-slider__pagination{width:314px !important;height:20px !important;margin:20px auto !important;display:flex;justify-content:center;align-items:center}.b-services-slider .swiper-pagination-bullet{background:#bdc0cf;opacity:.3}.b-services-slider .swiper-pagination-bullet-active{opacity:1}
.b-services{margin:0 auto;max-width:1380px}.b-services__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem;max-width:1380px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.b-services__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media print,screen and (min-width: 64em){.b-services__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media screen and (min-width: 80em){.b-services__middle{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}.b-services__row{display:flex;flex-flow:row wrap;margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}@media print,screen and (min-width: 48em){.b-services__row{margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}}@media print,screen and (min-width: 64em){.b-services__row{margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}}@media screen and (min-width: 80em){.b-services__row{margin-right:-0.5555555556rem;margin-left:-0.5555555556rem}}.b-services__filter-wrapper{margin-bottom:20px}.b-services__items-wrapper{display:grid;grid-template-columns:repeat(auto-fill, 314px);justify-content:center;row-gap:40px;-moz-column-gap:40px;column-gap:40px}@media screen and (min-width: 752px){.b-services__items-wrapper{justify-content:center}}.b-services--cases .b-services__items-wrapper{align-items:flex-start}.b-services--cases .b-services__item--init{opacity:1;position:initial;z-index:initial}.b-services--cases .b-services__item .b-case-item-slider__image-filter{transition:opacity 120ms ease-in-out}.b-services--cases .b-services__item:hover .b-case-item-slider__image-filter{opacity:.4}.b-services__item{opacity:1;font-size:28px;width:100%;display:flex;flex-direction:column;text-align:center;justify-content:flex-end;align-items:center;max-width:400px;min-width:314px}@media all and (min-width: 700px){.b-services__item{width:calc(50% - 40px)}}@media all and (min-width: 960px){.b-services__item{width:calc(33% - 40px)}}@media all and (min-width: 1350px){.b-services__item{width:calc(25% - 40px)}}.b-services__item--init{opacity:0;position:fixed;z-index:-1}.b-services__item--disable{animation:hide 200ms ease-out;opacity:0;position:fixed;z-index:-1}@keyframes hide{from{position:static;opacity:1;z-index:1}to{position:static;opacity:0;z-index:1}}.b-services__item--active{animation:active 200ms ease-in}@keyframes active{from{position:static;z-index:1;opacity:0}to{position:static;z-index:1;opacity:1}}.b-services--tools .b-services__item{justify-content:initial}.b-services--tools .b-services__item--init{opacity:1;position:initial;z-index:initial}
.b-small-slider{width:235px;height:340px;margin:0 auto;display:none}.b-small-slider a{color:#fff}@media screen and (min-width: 80em){.b-small-slider{display:block}}.b-small-slider__wrapper{width:100%;height:100%}.b-small-slider__slide{width:235px;height:240px;display:flex;flex-direction:column;justify-content:flex-start}.b-small-slider__title{color:#0086ff;font-weight:600;font-size:18px;text-decoration:underline;text-underline-color:#272f32;line-height:20px}.b-small-slider__title:hover{text-decoration:none}.b-small-slider__text{color:#83858f;margin:0;line-height:20px}.b-small-slider .swiper-pagination-bullet{background:#bdc0cf;opacity:.3}.b-small-slider .swiper-pagination-bullet-active{opacity:1}
.b-socials{display:flex;align-items:center}@media print,screen and (max-width: 63.99875em){.b-socials{margin-bottom:10px}}.b-socials__item{opacity:1;z-index:1}.b-socials__item:not(:last-child){margin-right:30px}.b-socials__item:hover{filter:brightness(0) saturate(100%) invert(9%) sepia(82%) saturate(4840%) hue-rotate(300deg) brightness(108%) contrast(110%)}@media print,screen and (max-width: 63.99875em){.b-socials__item:last-child{margin-right:20px}}
.b-spiral{z-index:2;transition:opacity 500ms linear;padding:0}@media print,screen and (min-width: 48em){.b-spiral{padding:0 0 160px}}@media print,screen and (min-width: 64em){.b-spiral{padding:0}}@media screen and (min-width: 80em){.b-spiral{background-image:url(/builds/prod/img/background_e.jpg);position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fefefe;background-size:100% 100%;background-attachment:fixed;padding:0}}@media all and (max-height: 860px)and (min-height: 1280px){.b-spiral{position:fixed}}.b-spiral__bg-large{position:absolute;left:0;width:100%;top:440px;display:none}@media print,screen and (min-width: 48em){.b-spiral__bg-large{display:block}}@media print,screen and (min-width: 64em){.b-spiral__bg-large{top:422px}}@media screen and (min-width: 80em){.b-spiral__bg-large{display:none}}.b-spiral .b-3d-view{width:100%;height:980px;background:none;position:relative;z-index:2;display:none;margin:0 auto}@media(min-height: 1200px){.b-spiral .b-3d-view{height:1155px}}@media screen and (min-width: 80em){.b-spiral .b-3d-view{display:block}}@media all and (max-height: 860px){.b-spiral .b-3d-view{display:none}.b-spiral .b-3d-view canvas{display:none}}@media all and (max-height: 860px){.b-spiral .b-3d-view{display:none}}.b-spiral__links-wrapper{display:flex;align-items:flex-start;align-content:flex-start;justify-content:space-around;flex-wrap:wrap;pointer-events:none;position:relative;left:-11px}@media print,screen and (min-width: 64em){.b-spiral__links-wrapper{left:0;row-gap:80px}}@media screen and (min-width: 80em){.b-spiral__links-wrapper{position:absolute;bottom:20px;left:0;right:0;top:360px;row-gap:100px;align-content:space-between;max-height:580px}}@media all and (min-height: 860px)and (max-height: 814px)and (min-width: 1280px){.b-spiral__links-wrapper{display:none}}@media all and (max-height: 860px)and (min-width: 680px){.b-spiral__links-wrapper{left:30px;right:30px;align-content:flex-start}}@media all and (min-height: 1200px){.b-spiral__links-wrapper{max-height:820px}}.b-spiral__row{display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;max-width:100%;margin-right:auto;margin-left:auto;display:flex;flex-flow:row wrap}@media print,screen and (min-width: 48em){.b-spiral__row{width:50%;padding-right:10px}.b-spiral__row:last-child{padding-left:0;padding-right:10px}}@media print,screen and (min-width: 64em){.b-spiral__row{justify-content:space-around;flex-wrap:nowrap;height:280px;padding:40px 0 30px;width:100%}.b-spiral__row:first-child{align-items:flex-start}}@media all and (max-height: 860px)and (min-width: 680px){.b-spiral__row{align-items:flex-start;flex-wrap:wrap;height:auto;width:50%;padding-right:10px}.b-spiral__row:last-child{padding-left:0;padding-right:10px}}.b-spiral__link{position:static;background-color:rgba(0,0,0,0);border-radius:4px;transition:450ms;transition-delay:250ms;z-index:10;width:100%;flex:0 0 grid-column(12);max-width:grid-column(12);padding-right:.5555555556rem;padding-left:.5555555556rem}@media all and (max-width: 1280px){.b-spiral__link{padding:5px 30px !important}}@media print,screen and (max-width: 47.99875em){.b-spiral__link{margin-bottom:15px}}@media print,screen and (max-width: 63.99875em){.b-spiral__link{display:flex;flex-wrap:wrap}}@media print,screen and (min-width: 48em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em){.b-spiral__link{flex:0 0 grid-column(4);max-width:grid-column(4);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print and (min-height: 861px),screen and (min-width: 64em)and (min-height: 861px){.b-spiral__link{padding:30px 40px !important}}@media print,screen and (min-width: 64em)and (min-width: 48em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print,screen and (min-width: 64em)and (min-width: 64em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 64em)and (min-width: 80em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em){.b-spiral__link{flex:0 0 grid-column(3);max-width:grid-column(3);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em)and (min-width: 48em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em)and (min-width: 64em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (min-width: 80em)and (min-width: 80em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media all and (max-height: 860px){.b-spiral__link{display:flex;flex-wrap:wrap;flex:0 0 grid-column(12);max-width:grid-column(12);padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print and (max-height: 860px),screen and (max-height: 860px)and (min-width: 48em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media print and (max-height: 860px),screen and (max-height: 860px)and (min-width: 64em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}@media screen and (max-height: 860px)and (min-width: 80em){.b-spiral__link{padding-right:.5555555556rem;padding-left:.5555555556rem}}.b-spiral__link .b-button{font:14px FuturaWeb;margin:20px 0;padding:8px 30px 10px}.b-spiral__link-wrapper{background:none;border-radius:50px;z-index:1;width:-moz-fit-content;width:fit-content}@media all and (min-width: 1280px){.b-spiral__link-wrapper{padding:15px 40px}}.b-spiral__link-wrapper--hovered{background:#fff;box-shadow:0 24px 32px rgba(0,0,0,.1)}.b-spiral__link--hovered{border-color:#bdc0cf;transition-delay:0ms;padding:15px 30px !important}@media print,screen and (min-width: 64em){.b-spiral__link--hovered{padding:30px 40px !important}}.b-spiral__link--hovered .b-spiral__sub{max-height:350px}.b-spiral__link--hovered .b-spiral__link-title{border:none;transition-delay:0ms;z-index:2}.b-spiral__link--hovered .b-spiral__link-title::after{transition-delay:0ms}.b-spiral__link--one .b-spiral__link-title::before{background:#c12e5e}.b-spiral__link--two .b-spiral__link-title::before{background:#c79e2e}.b-spiral__link--three .b-spiral__link-title::before{background:#7ab84d}.b-spiral__link--four .b-spiral__link-title::before{background:#217391}.b-spiral__link--five .b-spiral__link-title::before{background:#212180}.b-spiral__link--six .b-spiral__link-title::before{background:#471a63}.b-spiral__link-title{width:-moz-fit-content;width:fit-content;color:#000;font-size:20px;font-weight:600;display:flex;align-items:baseline;-moz-column-gap:10px;column-gap:10px;text-decoration:underline;text-underline-color:#000;position:relative;transition-delay:250ms;row-gap:10px;cursor:pointer;pointer-events:all;line-height:1.3}@media print,screen and (min-width: 48em){.b-spiral__link-title{font-size:22px}}@media print,screen and (max-width: 63.99875em){.b-spiral__link-title{order:1}}@media all and (max-height: 860px){.b-spiral__link-title{order:1}}@media(min-height: 1200px){.b-spiral__link-title{font-size:28px}}.b-spiral__link-title:hover{border-bottom:none}.b-spiral__link-title::after{content:"";position:absolute;top:0;bottom:0;right:-1em;display:block;margin:auto;transition-delay:250ms;width:12px;height:12px}.b-spiral__link-title::before{content:"";display:block;border-radius:100%;width:12px;min-width:12px;height:12px}.b-spiral__sub{max-height:0;transition:max-height 450ms;overflow:hidden;padding-top:20px;pointer-events:all;box-sizing:border-box}@media print,screen and (max-width: 63.99875em){.b-spiral__sub{width:100%;order:2}}@media all and (max-height: 860px){.b-spiral__sub{width:100%;order:2}}.b-spiral__sub-link{color:#bdc0cf;font:16px FuturaWeb;text-decoration:none;display:block;margin-bottom:5px}.dg.ac{z-index:100 !important;display:none}
.b-tags__title{color:#272f32;font-weight:600;font-size:24px}.b-tags__list{display:flex;flex-direction:column;align-items:flex-end;margin-top:15px}.b-tags__item{padding:6px 10px;background:#bdc0cf;color:#fefefe;text-align:center;letter-spacing:-0.02em;font-weight:600;font-size:13px;line-height:1;border-radius:20px;margin-bottom:13px;transition:.3s;cursor:pointer;text-decoration:none}.b-tags__item:hover{background:#0086ff}
.b-text-gradient{font-family:futurabookc,helvetica,roboto,arial,sans-serif;background:linear-gradient(263.48deg, #96007d 18.59%, #0086ff 93.42%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin:50px 0}.b-text-gradient__title{margin-bottom:30px}.b-text-gradient li,.b-text-gradient p,.b-text-gradient div{font-family:futurabookc,helvetica,roboto,arial,sans-serif;font-size:30px;line-height:30px;background:linear-gradient(263.48deg, #96007d 18.59%, #0086ff 93.42%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.b-text-gradient ul{margin-top:6px}.b-text-gradient ul li{padding-left:48px;margin-bottom:19px}.b-text-gradient ul li::before{width:10px;height:10px;top:6px;left:19px;border-radius:50%;background:#0086ff}@media print,screen and (max-width: 47.99875em){.b-text-gradient{font-size:24px;line-height:30px}}.b-text-gradient .results-regular li,.b-text-gradient .results-regular p,.b-text-gradient .results-regular div{background:initial;background-clip:initial;color:#272f32;-webkit-text-fill-color:initial}.b-text-gradient .results-regular li::before{background:#272f32}
.b-text-icons{margin:55px 0;padding:0 0 42px;border-bottom:4px solid #0086ff}@media print,screen and (max-width: 47.99875em){.b-text-icons{padding:0 0 36px}}.b-text-icons__text{color:#272f32}@media print,screen and (max-width: 47.99875em){.b-text-icons__text{font-size:1.5rem;line-height:30px}}.b-text-icons__icons{display:flex;flex-flow:row wrap;-moz-column-gap:60px;column-gap:60px;row-gap:40px;margin-top:70px}@media print,screen and (max-width: 47.99875em){.b-text-icons__icons{display:flex;flex-flow:row wrap;row-gap:0}}.b-text-icons__item{display:flex;flex-flow:column nowrap;width:calc(50% - 45px);row-gap:38px;align-items:center}@media print,screen and (max-width: 47.99875em){.b-text-icons__item{width:100%;align-items:center;row-gap:26px}}@media screen and (min-width: 1100px){.b-text-icons__item{width:calc(25% - 45px)}}.b-text-icons__mobile-delimeter{display:none;margin:0;padding:0}@media print,screen and (max-width: 47.99875em){.b-text-icons__mobile-delimeter{display:block;margin-bottom:38px;margin-top:38px;width:100%;height:1px;border:none;background:#c5c8d5}}.b-text-icons__item-bottom,.b-text-icons__item-top{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%}.b-text-icons__icon{width:195px;font-family:Montserrat;font-weight:800;color:#0086ff;font-size:78px;line-height:51.282%;display:flex;align-items:center;justify-content:center;text-align:center}@media print,screen and (max-width: 47.99875em){.b-text-icons__icon{font-size:48px}}.b-text-icons__anons{line-height:normal;text-align:center;font-size:16px}
.b-text-menu__row{display:flex;flex-wrap:wrap;padding:80px 25px 150px;max-width:1600px;margin:0 auto}@media all and (min-width: 1280px)and (max-height: 860px){.b-text-menu__row{padding:80px 25px 150px}}@media print,screen and (max-width: 79.99875em){.b-text-menu__row{padding-left:0}}@media print,screen and (max-width: 63.99875em){.b-text-menu__row{padding-top:70px;padding-bottom:30px;padding-right:0}}.b-text-menu__text{flex:0 0 75%;max-width:75%}@media print,screen and (max-width: 63.99875em){.b-text-menu__text{flex:0 0 100%;max-width:100%}}.b-text-menu__menu{flex:0 0 25%;max-width:25%}@media print,screen and (max-width: 79.99875em){.b-text-menu__menu{flex:0 0 100%;max-width:100%}}.b-text-menu__title{font-size:72px;font-weight:700;line-height:1em}@media print,screen and (max-width: 63.99875em){.b-text-menu__title{font-size:26px}}.b-text-menu__anons{color:dimgray;margin:32px 0;font-size:20px;line-height:1.2}.b-text-menu__item{margin-bottom:15px}.b-text-menu__item-link{color:#0086ff;font-size:24px;line-height:1.3em;border-bottom:1px solid;text-decoration:none}
.b-tool{display:flex;position:relative;height:400px;width:314px;flex-flow:column nowrap}

.b-top-menu{text-align:left;padding:31px 21px 150px;height:100%;width:100%;z-index:100;overflow:auto}@media all and (min-width: 1280px){.b-top-menu{display:block;padding:0}}.b-top-menu__shadow{position:fixed;top:0;left:0;z-index:10;overflow:hidden;background:rgba(0,0,0,.15)}.b-top-menu__shadow--visible{width:100vw;height:100vh}.b-top-menu__container{margin-left:0}@media all and (min-width: 600px){.b-top-menu__container{margin-left:-47px;padding-left:0}}@media all and (min-width: 768px){.b-top-menu__container{margin-left:-32px}}@media all and (min-width: 1280px){.b-top-menu__container{margin-left:0}}.b-top-menu__container>ul{align-items:center}@media all and (min-width: 1280px){.b-top-menu__container>ul{display:flex;align-items:center}}.b-top-menu .navigation_ul-level-2{margin-top:20px}@media all and (min-width: 600px){.b-top-menu .navigation_ul-level-2{margin-top:17px}}.b-top-menu ul,.b-top-menu li{list-style:none;margin-left:0;padding-left:0}@media all and (min-width: 1280px){.b-top-menu ul{width:-moz-fit-content;width:fit-content;text-align:left;margin-top:0;margin-bottom:0}}.b-top-menu hr{margin:26px 0;border-width:0;border-style:none;border-bottom:1px solid #bdc0cd}@media screen and (min-width: 600px){.b-top-menu hr{display:none}}.b-top-menu__link{width:-moz-fit-content;width:fit-content}.b-top-menu .navigation_li-level-1{margin-top:27px;display:flex;align-items:center}@media all and (min-width: 1280px){.b-top-menu .navigation_li-level-1--1{display:none}}@media all and (min-width: 1200px){.b-top-menu .navigation_li-level-1{margin:0;max-width:50%}}.b-top-menu .navigation_li-level-1::before{height:1px;width:8px;margin-right:11px;margin-bottom:2px;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIHN0cm9rZT0iIzAwODZGRiIgZD0iTTggLjVIMCIvPjwvc3ZnPg==)}.b-top-menu .navigation_li-level-2{line-height:100%;margin-bottom:12px}@media all and (min-width: 600px){.b-top-menu .navigation_li-level-2{padding-left:16px}}.b-top-menu>.b-button{margin-top:31px;margin-bottom:38px}.b-top-menu__level-1{text-decoration:none;color:#272f32;font-size:20px;line-height:120%;width:100%;display:flex;align-items:center}.b-top-menu__level-1::before{height:12px;width:8px;margin-right:11px;margin-bottom:2px;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMS40IDEuNCAwbDYgNi02IDZMMCAxMC42IDQuNiA2IDAgMS40WiIgZmlsbD0iIzAwODZGRiIvPjwvc3ZnPg==);filter:brightness(0) saturate(100%) invert(14%) sepia(11%) saturate(764%) hue-rotate(150deg) brightness(96%) contrast(88%)}@media all and (min-width: 600px){.b-top-menu__level-1{padding-left:60px;margin-top:27px}}@media all and (min-width: 1280px){.b-top-menu__level-1{font-size:18px;padding-left:0;margin-right:35px;margin-bottom:0;margin-top:0;width:-moz-fit-content;width:fit-content;color:dimgray;transition:color .1s}.b-top-menu__level-1::before{display:none}.b-top-menu__level-1:hover{color:#96007d}}.b-top-menu__level-1--chosen-no-list{color:#0086ff}.b-top-menu__level-1--chosen{color:#0086ff}.b-top-menu__level-1--chosen::before{height:12px;width:8px;margin-right:11px;margin-bottom:2px;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMS40IDEuNCAwbDYgNi02IDZMMCAxMC42IDQuNiA2IDAgMS40WiIgZmlsbD0iIzAwODZGRiIvPjwvc3ZnPg==);filter:none}.b-top-menu__level-1--no-childs.selected{color:#96007d}@media screen and (min-width: 1280px){.b-top-menu__level-1--no-childs.selected{color:#272f32}}.b-top-menu__level-1--no-childs::before{opacity:0;pointer-events:none}.b-top-menu__wrapper{width:100%}@media screen and (min-width: 1280px){.b-top-menu__wrapper{height:-moz-fit-content;height:fit-content}}.b-top-menu__level-2{text-decoration:none;color:#272f32;font-weight:600;font-size:20px;line-height:24px}.b-top-menu__level-2:hover{color:#0086ff}.b-top-menu__level-2.selected{color:#96007d;cursor:pointer}.b-top-menu__level-3{text-decoration:none;color:#272f32;font-family:opensans,helvetica,roboto,arial,sans-serif;line-height:14px;font-size:14px}.b-top-menu__level-3.selected{color:#96007d;cursor:pointer}.b-top-menu__level-3.selected:hover{color:#96007d}.b-top-menu__level-3:hover{color:#0086ff}.b-top-menu__sub-wrapper{opacity:0;display:block;position:fixed;z-index:-10}@media all and (min-width: 600px)and (max-width: 1280px){.b-top-menu__sub-wrapper{position:fixed;display:flex;z-index:-2;opacity:0;top:70px;width:calc(100% - 310px);left:350px;height:500px;padding-bottom:100px;margin-top:30px;overflow:auto;overflow-x:hidden;scrollbar-color:rgba(0,0,0,.15) #fff}}@media all and (min-width: 600px)and (max-width: 1280px)and (min-width: 760px){.b-top-menu__sub-wrapper{width:calc(100% - 450px);left:450px}}@media all and (min-width: 600px)and (max-width: 1280px)and (min-width: 1200px)and (max-width: 1280px)and (min-height: 800px){.b-top-menu__sub-wrapper{overflow:hidden}}@media all and (min-width: 600px)and (max-width: 1280px){.b-top-menu__sub-wrapper::-webkit-scrollbar-track{margin-right:20px;background-color:#fff}.b-top-menu__sub-wrapper::-webkit-scrollbar{width:115px;background-color:#fff}.b-top-menu__sub-wrapper::-webkit-scrollbar-thumb{border:55px solid rgba(0,0,0,0);background-clip:padding-box;background-color:rgba(0,0,0,.15);border-radius:500px}}@media all and (min-width: 1200px){.b-top-menu__sub-wrapper{margin-top:44px}.b-top-menu__sub-wrapper .navigation_ul-level-1{display:flex;flex-flow:column wrap;align-content:flex-start;height:auto;max-height:55vh;width:100%;row-gap:20px;line-height:100%}}@media all and (min-width: 1280px){.b-top-menu__sub-wrapper{overflow:hidden;position:fixed;opacity:0;height:600px;top:-900px;z-index:-900;margin-top:0;left:0;width:100%}.b-top-menu__sub-wrapper ul{display:flex;flex-flow:column wrap}}.b-top-menu__sub-wrapper--visible{display:flex;position:absolute;top:80px;opacity:1;z-index:10}@media all and (max-width: 600px){.b-top-menu__sub-wrapper--visible{position:static}}@media all and (min-width: 600px){.b-top-menu__sub-wrapper--visible{position:absolute;top:0;max-height:500px;height:calc(100vh - 150px)}}@media all and (min-width: 1280px){.b-top-menu__sub-wrapper--visible{max-height:none;top:80px;background:#fefefe}}@media all and (min-width: 1280px){.b-top-menu__wrapper{padding-right:0.5555555556rem;padding-left:0.5555555556rem;max-width:1380px;margin-left:auto;margin-right:auto;display:flex;flex-flow:row wrap;flex-flow:row nowrap;max-width:1380px;padding:55px 0;margin:0 auto;background:#fefefe}}@media print and (min-width: 1280px),screen and (min-width: 1280px)and (min-width: 48em){.b-top-menu__wrapper{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media print and (min-width: 1280px),screen and (min-width: 1280px)and (min-width: 64em){.b-top-menu__wrapper{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media screen and (min-width: 1280px)and (min-width: 80em){.b-top-menu__wrapper{padding-right:0.5555555556rem;padding-left:0.5555555556rem}}@media screen and (min-width: 1280px){.b-top-menu__slider-wrapper{flex:0 0 auto;width:calc(33.3333333333% - 1.1111111111rem);margin-left:0.5555555556rem;margin-right:0.5555555556rem}}@media screen and (min-width: 1280px){.b-top-menu__nav-wrapper{flex:0 0 auto;width:calc(66.6666666667% - 1.1111111111rem);margin-left:0.5555555556rem;margin-right:0.5555555556rem;height:auto}}.navigation__service-title{margin-top:27px;margin-left:18px;color:#0086ff}@media all and (min-width: 1280px){.navigation__service-title{display:none}}
.b-upbtn{position:fixed;bottom:30px;right:21px;display:flex;align-items:center;justify-content:center;width:78px;height:40px;opacity:0;z-index:-5;pointer-events:none}@media(min-width: 700px){.b-upbtn{right:initial}}.b-upbtn__wrapper{width:50px;height:50px;cursor:pointer;background-color:#fff;border-radius:50px}.b-upbtn__wrapper:hover{background-color:#0086ff;border-radius:40px}.b-upbtn__wrapper:hover .b-upbtn__canvas-arrow{fill:#fefefe}.b-upbtn--show{opacity:1;z-index:99;animation:showbtn 400ms ease;pointer-events:all}@keyframes showbtn{from{z-index:10;opacity:0}to{z-index:10;opacity:1}}
.b-webinar-promo{position:relative;display:flex;flex-flow:column nowrap;align-items:flex-end;width:-moz-max-content;width:max-content;height:110px;margin-bottom:40px;z-index:99;max-width:calc(100vw - 40px)}@media(min-width: 400px){.b-webinar-promo{max-height:126px}}@media(min-width: 700px){.b-webinar-promo{max-width:initial}}.b-webinar-promo__webinar{position:absolute;top:0;right:0;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;max-height:150px;max-width:calc(100vw - 40px);display:flex;flex-flow:column nowrap;row-gap:16px;box-sizing:border-box;background:#fff;padding:15px 14px 17px 15px;border-radius:14px;transition:opacity 500ms ease-in-out;box-shadow:0 0 40px 10px rgba(0,134,255,.1)}@media(min-width: 700px){.b-webinar-promo__webinar{max-width:initial;max-height:126px}}.b-webinar-promo__webinar--disabled{opacity:0;z-index:1;pointer-events:none}.b-webinar-promo__header{display:flex;flex-flow:row nowrap;align-items:center;-moz-column-gap:5.4px;column-gap:5.4px}.b-webinar-promo__header svg{padding-bottom:4px}.b-webinar-promo__right-wrapper{height:-moz-fit-content;height:fit-content}.b-webinar-promo__title-wrapper{display:flex;flex-flow:row nowrap;align-items:flex-end;-moz-column-gap:13px;column-gap:13px;text-decoration:none;color:#000}.b-webinar-promo__title-wrapper svg path{stroke:#0086ff}@media(hover: hover){.b-webinar-promo__title-wrapper:hover .b-webinar-promo__next{background:#0086ff}.b-webinar-promo__title-wrapper:hover .b-webinar-promo__next svg path{stroke:#fff}}@media(hover: none){.b-webinar-promo__title-wrapper:active .b-webinar-promo__next{background:#0086ff}.b-webinar-promo__title-wrapper:active .b-webinar-promo__next svg path{stroke:#fff}}.b-webinar-promo__switch{position:absolute;right:0;top:-50px;width:30px;height:30px;border-radius:50px;background:#fff;box-sizing:border-box;box-shadow:0 0 25px 0 rgba(0,134,255,.2);cursor:pointer;transition:background 10ms ease-in-out;display:flex;align-items:center;justify-content:center}.b-webinar-promo__switch svg path{stroke:#0086ff}@media(hover: hover){.b-webinar-promo__switch:hover{background:#0086ff}.b-webinar-promo__switch:hover svg path{stroke:#fff}}@media(hover: none){.b-webinar-promo__switch:active{background:#0086ff}.b-webinar-promo__switch:active svg path{stroke:#fff}}.b-webinar-promo__header-title{font-size:10px;font-family:opensans;line-height:1.1;max-width:calc(100% - 45px)}@media(min-width: 700px){.b-webinar-promo__header-title{font-size:12px;line-height:normal;max-width:100%}}.b-webinar-promo__content{display:flex;flex-flow:row nowrap;align-items:center;-moz-column-gap:12px;column-gap:12px}@media(min-width: 700px){.b-webinar-promo__content{align-items:flex-end}}.b-webinar-promo__image-wrapper{width:50px;height:50px;border-radius:50px;overflow:hidden}.b-webinar-promo__image-wrapper img{-o-object-fit:cover;object-fit:cover}.b-webinar-promo__preview{cursor:pointer;max-width:78px;max-height:75px;display:flex;justify-content:center;align-items:center;padding:12.5px 15.5px;background:#fff;border-radius:14px;box-shadow:0 16px 40px 0 rgba(0,134,255,.1);transition:opacity 300ms ease-in-out,box-shadow 300ms ease-in-out}@media(hover: hover){.b-webinar-promo__preview:hover{box-shadow:0 4px 40px rgba(0,134,255,.2)}}@media(hover: none){.b-webinar-promo__preview:active{box-shadow:0 4px 40px rgba(0,134,255,.2)}}.b-webinar-promo__preview--disabled{opacity:0;z-index:0;pointer-events:none}.b-webinar-promo__preview-wrapper{height:50px}.b-webinar-promo__left-wrapper{display:flex;flex-flow:column nowrap;row-gap:5px}.b-webinar-promo__date{color:#4a4848;font-size:13px;font-weight:600;font-family:opensans;line-height:normal}@media(min-width: 700px){.b-webinar-promo__date{font-size:14px}}.b-webinar-promo__title{color:#0086ff;font-size:13px;font-weight:600;font-family:opensans;line-height:1.35;max-width:calc(100% - 55px)}@media(min-width: 700px){.b-webinar-promo__title{font-size:14px;line-height:1.35;max-width:calc(100% - 50px)}}.b-webinar-promo__next{min-width:20px;width:30px;height:30px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50px;box-sizing:border-box;border:1px solid #0086ff;margin-bottom:2px}@media(min-width: 700px){.b-webinar-promo__next{min-width:26px;width:26px;height:26px;margin-bottom:0}}@media(min-width: 700px){.b-webinar-promo--mainpage .b-webinar-promo__preview{position:absolute;bottom:0;right:0}}
