@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap);
.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:black;position:absolute;width:15.625em;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:9001;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid gray;border-radius:.26392em;overflow:hidden;background:white;-webkit-box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,0.3);box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,0.3)}.qs-datepicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,0.75);color:white;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{border:none;background:transparent;border-bottom:1px solid white;border-radius:0;color:white;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid white;border-radius:.26392em;padding:.5em;margin:0 auto auto;cursor:pointer;background:rgba(128,128,128,0.4)}.qs-overlay .qs-submit.qs-disabled{color:gray;border-color:gray;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.qs-overlay .qs-overlay-month{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-calc(100% / 3);width:calc(100% / 3);cursor:pointer;opacity:.5;-webkit-transition:opacity .15s;-o-transition:opacity .15s;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;background:lightgray;-webkit-filter:blur(0px);filter:blur(0px);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s}.qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.26392em;-webkit-transition:background .15s;-o-transition:background .15s;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,0.1)}.qs-arrow:hover.qs-left:after{border-right-color:black}.qs-arrow:hover.qs-right:after{border-left-color:black}.qs-arrow:after{content:'';border:.39063em solid transparent;position:absolute;top:50%;-webkit-transition:border .2s;-o-transition:border .2s;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:gray;right:50%;-webkit-transform:translate(25%, -50%);-ms-transform:translate(25%, -50%);transform:translate(25%, -50%)}.qs-arrow.qs-right:after{border-left-color:gray;left:50%;-webkit-transform:translate(-25%, -50%);-ms-transform:translate(-25%, -50%);transform:translate(-25%, -50%)}.qs-month-year{font-weight:bold;-webkit-transition:border .2s;-o-transition:border .2s;transition:border .2s;border-bottom:1px solid transparent;cursor:pointer}.qs-month-year:hover{border-bottom:1px solid gray}.qs-month-year:focus,.qs-month-year:active:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.3125em;-webkit-filter:blur(0px);filter:blur(0px);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s}.qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-square{width:-webkit-calc(100% / 7);width:calc(100% / 7);height:1.5625em;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .1s;-o-transition:background .1s;transition:background .1s;border-radius:.26392em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:bold;text-decoration:underline}.qs-active,.qs-range-start,.qs-range-end{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-range-end:not(.qs-range-0){border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-empty{cursor:default}.qs-day{cursor:default;font-weight:bold;color:gray}.qs-event{position:relative}.qs-event:after{content:'';position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:600}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:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;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"]{-webkit-box-sizing:border-box;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}body{font-family:"Montserrat",sans-serif;font-size:1.4rem;line-height:21px;font-weight:normal;font-style:normal;color:#2D2D2D}p,li,a,.p-calc__footer{font-family:"Rubik",sans-serif;font-size:1.4rem;line-height:21px;font-weight:normal;font-style:normal;color:#2D2D2D}@media all and (min-width: 64em){p,li,a,.p-calc__footer{font-size:16px;line-height:27px}}.section__link,.header-sidebar__nav--row a,.p-service__link,.health-center__link{font-family:"Montserrat",sans-serif;font-size:12px;line-height:17px;font-style:normal;font-weight:600;letter-spacing:0.05em;color:#8896A0}.caption,input,select,textarea,.meta__date,.meta__tag,.survey .survey-results-sidebar ul li,.form__label,.fieldset__date,.custom-label__text,.auth__text,.post-author__name,.health-center__info,.health-center__info a{font-family:"Montserrat",sans-serif;font-weight:500;font-size:12px;line-height:17px;color:#8896A0}@media all and (min-width: 64em){.caption,input,select,textarea,.meta__date,.meta__tag,.survey .survey-results-sidebar ul li,.form__label,.fieldset__date,.custom-label__text,.auth__text,.post-author__name,.health-center__info,.health-center__info a{font-size:14px;line-height:20px}}h1,h2,h3,h4,.page-modal__switcher a,.header-sidebar__nav--col a,h5,h6,label,h1 a,h2 a,h3 a,h4 a,.text-h1,.text-h2,.text-h3,.text-h4,.text-h1 a,.text-h2 a,.text-h3 a,.text-h4 a,.p-accordion__link{font-family:"Montserrat",sans-serif;color:#2D2D2D;font-weight:600}.page__wrapper{padding-left:16px;padding-right:16px}@media all and (min-width: 40em){.page__wrapper{padding-left:24px;padding-right:24px}}.page__wrapper{width:100%;margin-right:auto;margin-left:auto}@media all and (min-width: 64em){.page__wrapper{max-width:1188px}}.post-tags__list,.nav__list,.services-tabs-nav__wrapper,.pagination__list,.page-modal__switcher,.header-nav__list,.articles__list,.filters__list,.videos__list,.projects__list,.p-accordion{list-style:none;list-style-type:none;padding-left:0;margin:0}.post-tags__item,.nav__item,.tabs__link,.pagination__item,.page-modal__switcher li,.header-nav__item,.articles-item,.filters__item,.videos-item,.projects-item,.p-accordion__item{list-style:none;list-style-type:none;font-family:"Rubik",sans-serif;margin-bottom:0;padding-left:0}button{background-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:0 !important;outline-offset:0;outline-color:transparent !important;outline-width:0 !important;outline-style:none !important;border:none}button.focus,button:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.auth__icon,.video-block__image{background-repeat:no-repeat;background-size:cover;background-position:center}.input:-internal-autofill-selected,input:-internal-autofill-selected{background-color:transparent !important;background-image:none !important;color:-internal-light-dark-color(black, white) !important}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background-position:0 0}input:-webkit-autofill,input:-webkit-autofill:focus input:-webkit-autofill,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:#ссс;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,174,255,0.04) 50%, rgba(255,255,255,0) 51%, rgba(0,174,255,0.03) 100%);background-position:0 0}.select::after,select::after{content:"";position:relative;z-index:1;display:inline-block;width:11px;height:7px;margin:0;padding:0;text-shadow:none}a:active,a:active:focus,a:focus,button:active,button:active:focus,button:focus,input:active,input:active:focus,input:focus,textarea:active,textarea:active:focus,textarea:focus{outline:0 !important;outline-offset:0;outline-color:transparent !important;outline-width:0 !important;outline-style:none !important;text-decoration:none;background-position:0 0}input:active,input:active:focus,input:focus,textarea:active,textarea:active:focus,textarea:focus{cursor:default;background-position:0 0}.input,.select,.textarea,input,select,textarea{cursor:pointer;width:100%;min-height:40px;border:none;padding:0 15px 0 15px;background-color:transparent;border-radius:0;-webkit-tap-highlight-color:transparent;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;outline:0 !important;outline-offset:0;outline-color:transparent !important;outline-width:0 !important;outline-style:none !important;-webkit-box-shadow:none;box-shadow:none;outline:0 !important;outline-offset:0;outline-color:transparent !important;outline-width:0 !important;outline-style:none !important;-webkit-box-shadow:none;box-shadow:none;background-position:0 0;background:#FFFFFF;border:1px solid #EAEAEA;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.input.disabled,.input:disabled,.select.disabled,.select:disabled,.textarea.disabled,.textarea:disabled,input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background-color:#f7f7f7;cursor:default}@media all and (min-width: 40em){.input,.select,.textarea,input,select,textarea{min-height:45px}}.input,.select,input,select{height:40px}@media all and (min-width: 40em){.input,.select,input,select{height:45px}}input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none}input[type="text"]::-ms-clear{display:none;width:0;height:0}input[type="text"]::-ms-reveal{display:none;width:0;height:0}button:hover{cursor:pointer}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: $themeColor}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height, -webkit-transform;transition-property:height, -webkit-transform;-o-transition-property:height, -o-transform;-o-transition-property:transform, height;transition-property:transform, height;transition-property:transform, height, -webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}html,body{min-width:auto;height:auto}input[type="checkbox"],input[type="radio"]{margin:0;margin-top:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{height:100%}html{-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth;font-size:62.5%}body{position:relative;margin:0;min-height:100%;text-align:left;background-color:#fbfbfb;display:-ms-flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;overflow-x:hidden}body.overflow-hidden{overflow:hidden;margin-right:0;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}body.overlay{-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;overflow:hidden;margin-right:0}::-moz-selection{background:#8896a0;color:#fff}::selection{background:#8896a0;color:#fff}::-moz-selection{background:#8896a0;color:#fff}.visually-hidden{position:absolute;clip:rect(0 0 0 0);clip:rect(0, 0, 0, 0);padding:0;border:0;height:1px;width:1px;overflow:hidden}h1,h2,h3,h4,.page-modal__switcher a,.header-sidebar__nav--col a,h5,h6,label,h1 a,h2 a,h3 a,h4 a,.page-modal__switcher a a,.header-sidebar__nav--col a a,.text-h1,.text-h2,.text-h3,.text-h4,.text-h1 a,.text-h2 a,.text-h3 a,.text-h4 a{margin-top:0}h1 ahover,h2 a:hover,h3 a:hover,h4 a:hover,.page-modal__switcher a a:hover,.header-sidebar__nav--col a a:hover{color:#eb4b51}h1,h1 a,.text-h1,.text-h1 a{font-size:22px;line-height:31px}@media all and (min-width: 40em){h1,h1 a,.text-h1,.text-h1 a{font-size:28px;line-height:36px}}@media all and (min-width: 64em){h1,h1 a,.text-h1,.text-h1 a{font-size:36px;line-height:47px}}h2,h2 a,.text-h2,.text-h2 a{font-weight:600;font-size:18px;line-height:27px}@media all and (min-width: 40em){h2,h2 a,.text-h2,.text-h2 a{font-size:28px;line-height:36px}}h3,h3 a,.text-h3,.text-h3 a{font-weight:600;font-size:16px;line-height:24px}@media all and (min-width: 40em){h3,h3 a,.text-h3,.text-h3 a{font-size:22px;line-height:31px}}h4,.page-modal__switcher a,.header-sidebar__nav--col a,h4 a,.page-modal__switcher a a,.header-sidebar__nav--col a a,.text-h4,.text-h4 a{font-weight:600;font-size:14px;line-height:20px}@media all and (min-width: 40em){h4,.page-modal__switcher a,.header-sidebar__nav--col a,h4 a,.page-modal__switcher a a,.header-sidebar__nav--col a a,.text-h4,.text-h4 a{font-size:15px;line-height:21px}}ul{padding-left:20px}.visually-hidden:not(:focus),input[type="checkbox"].visually-hidden,input[type="radio"].visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}fieldset{border:2px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:12px;padding:35px 30px 45px;position:relative;background-color:transparent}textarea{border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;box-sizing:border-box}legend{padding:0 10px;border-bottom:none;width:auto;max-width:none}@media all and (min-width: 40em){.caption{font-size:14px;line-height:20px}}a{color:#EB4B51;text-decoration:none;display:inline-block;position:relative;cursor:pointer;outline:0 !important;outline-offset:0;outline-color:transparent !important;outline-width:0 !important;outline-style:none !important}a:active,a:active:focus,a:focus,a:hover{cursor:pointer;text-decoration:none}a.inside-link{text-decoration:none}a.inside-link:active,a.inside-link:active:focus,a.inside-link:focus,a.inside-link:hover{text-decoration:none}a.external-link{text-decoration:underline}a.external-link:active,a.external-link:active:focus,a.external-link:focus,a.external-link:hover{text-decoration:underline}img{width:auto;max-width:100%;height:auto;-o-object-fit:cover;font-family:"object-fit:cover";object-fit:cover;vertical-align:middle}input,select,textarea{-webkit-box-sizing:border-box;box-sizing:border-box;color:#333333}input{-webkit-box-sizing:border-box;box-sizing:border-box}input[type="text"]{border-radius:6px;padding:11px 15px 12px 15px;height:40px}@media all and (min-width: 40em){input[type="text"]{height:45px}}.input{background:#ffffff;border:1px solid #ebebeb}.form-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:0}select{background:#ffffff;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:11px 15px 12px 15px;color:#333333}select option{color:#333333}.separator{height:1px;width:100%;border-top:1px solid #ebebeb}.separator{background:#ebebeb;height:1px;overflow:hidden;position:relative;left:auto;width:100%;top:auto;border:0;margin:0}@media all and (min-width: 64em){.separator.desktop{display:none}}.section{position:relative;overflow:hidden}.section--gray{background-color:#f5f5f5}.section--light-gray{background-color:#fbfbfb}.section--green{background:-o-linear-gradient(182.28deg, rgba(122,226,113,0.7) -9.24%, rgba(122,226,113,0.7) -9.24%, rgba(196,225,193,0.7) -9.23%, rgba(236,244,226,0.7) 96.73%),-o-linear-gradient(bottom, #e5e9f5, #e5e9f5);background:-webkit-linear-gradient(182.28deg, rgba(122,226,113,0.7) -9.24%, rgba(122,226,113,0.7) -9.24%, rgba(196,225,193,0.7) -9.23%, rgba(236,244,226,0.7) 96.73%),-webkit-linear-gradient(bottom, #e5e9f5, #e5e9f5);background:linear-gradient(267.72deg, rgba(122,226,113,0.7) -9.24%, rgba(122,226,113,0.7) -9.24%, rgba(196,225,193,0.7) -9.23%, rgba(236,244,226,0.7) 96.73%),linear-gradient(0deg, #e5e9f5, #e5e9f5)}.section--rose{background:-o-linear-gradient(357.16deg, #f9f3f3 0%, #f8efeb .01%, #f5e4e4 100%);background:-webkit-linear-gradient(357.16deg, #f9f3f3 0%, #f8efeb .01%, #f5e4e4 100%);background:linear-gradient(92.84deg, #f9f3f3 0%, #f8efeb .01%, #f5e4e4 100%)}.section--padding-s{padding:30px 0}.section--padding-l{padding:40px 0}.section--padding-xl{padding:60px 0}.section--padding-xl-xxl{padding:60px 0 80px}.section__top{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}@media all and (min-width: 64em){.section__top--center-desktop{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media all and (min-width: 64em){.section__top--jc-start-desktop{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width: 64em){.section__top--jc-start-desktop h2{margin-right:20px}}.section__title{z-index:2}@media all and (min-width: 40em){.section__title .mobile{display:none}}.section__title .tablet{display:none}@media all and (min-width: 40em){.section__title .tablet{display:block}}@media all and (min-width: 64em){.section__title--center-desktop{text-align:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}}@media all and (min-width: 64em){.section__title--calc-index{width:60%}}.section__text.desktop{display:none}@media all and (min-width: 64em){.section__text.desktop{display:block}}.section__link{letter-spacing:0.05em;text-transform:uppercase;color:#8896a0}@media all and (min-width: 40em){.section__link .mobile,.section__link.mobile{display:none}}.section__link .tablet,.section__link.tablet{display:none}@media all and (min-width: 40em){.section__link .tablet,.section__link.tablet{display:block}}.section__link .desktop,.section__link.desktop{display:none}@media all and (min-width: 64em){.section__link .desktop,.section__link.desktop{display:block}}.section__link--accent{color:#eb4b51}.section__link--accent.mt-auto{margin-top:auto}.section__title{margin:0}.section__subtitle{margin-bottom:15px;margin:0}.section__aside{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}@media all and (min-width: 64em){.section__aside{margin-bottom:0}}.section__aside .p-service__link{margin-top:auto}.section__aside .p-service__link.desktop{display:none}@media all and (min-width: 64em){.section__aside .p-service__link.desktop{display:block}}@media all and (min-width: 64em){.section__aside .section__link span.tablet{display:none}}.meta{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.meta__separator{margin-right:6px;margin-left:6px;color:#8896a0;line-height:normal}@media all and (min-width: 40em){.meta__separator.mobile{display:none}}@media all and (min-width: 40em){.tag.mobile{display:none}}.tag.tablet{display:none}@media all and (min-width: 40em){.tag.tablet{display:inline}}.tag--deco{color:#eb4b51;padding:2px 6px;background:rgba(255,255,255,0.8);border-radius:2px}.post-tags{margin-bottom:-8px}.post-tags__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post-tags__item{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:18px;color:#ed1c24;margin-right:8px;margin-bottom:8px}.date{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.date__icon{width:14px;height:14px;margin-right:10px;stroke:#8896a0;display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M7.00091 0C3.14114 0 0.000976562 3.1401 0.000976562 6.9998C0.000976562 10.8598 3.14114 14 7.00091 14C10.8606 14 14.0007 10.8597 14.0007 6.9998C14.0007 3.1401 10.8606 0 7.00091 0ZM7.00091 12.9966C3.69444 12.9966 1.00442 10.3064 1.00442 6.9998C1.00442 3.6934 3.69444 1.00344 7.00091 1.00344C10.3073 1.00344 12.9973 3.6934 12.9973 6.9998C12.9973 10.3064 10.3073 12.9966 7.00091 12.9966Z' fill='%238896a0'/%3E %3Cpath d='M10.5994 6.88267H7.30984V3.28688C7.30984 3.00979 7.08527 2.78516 6.80812 2.78516C6.53103 2.78516 6.3064 3.00979 6.3064 3.28688V7.38439C6.3064 7.66147 6.53103 7.88611 6.80812 7.88611H10.5994C10.8765 7.88611 11.1011 7.66147 11.1011 7.38439C11.1011 7.10731 10.8765 6.88267 10.5994 6.88267Z' fill='%238896a0'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='14' height='14' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");background-size:cover;background-position:center;background-repeat:no-repeat}.date__icon path{stroke:#8896a0}.date__icon.tablet{display:none}@media all and (min-width: 40em){.date__icon.tablet{display:inline}}.date__text{font-weight:500;font-size:12px;line-height:140%;color:#8896a0}@media all and (min-width: 64em){.services-list{margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}.services-list__wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-16px}@media all and (min-width: 40em){.services-list__wrapper{margin-right:-24px}}@media all and (min-width: 64em){.services-list__wrapper{width:50%;margin-right:-20px}}.services-list__link{background:#ffffff;border-radius:6px;height:120px;padding:15px 15px 15px 15px;text-align:center;margin-right:16px;margin-bottom:16px;width:-webkit-calc((100% - 32px) / 2);width:calc((100% - 32px) / 2);text-align:left;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}@media all and (min-width: 40em){.services-list__link{width:-webkit-calc(25% - 24px);width:calc(25% - 24px);margin-right:24px;margin-bottom:24px;height:136px}}@media all and (min-width: 64em){.services-list__link{width:-webkit-calc(100% / 3 - 20px);width:calc(100% / 3 - 20px);margin-right:20px;margin-bottom:20px;height:144px}}.services-list__link:hover{-webkit-box-shadow:0px 15px 20px 3px rgba(70,70,70,0.1);box-shadow:0px 15px 20px 3px rgba(70,70,70,0.1);-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.services-list__title{margin-bottom:0}.services-list__icon{width:36px;height:36px;margin-bottom:auto;fill:#219653;margin-bottom:auto}.services-list__bg.desktop{display:none}@media all and (min-width: 64em){.services-list__bg.desktop{display:block;width:-webkit-calc(50% - 20px);width:calc(50% - 20px);margin-right:20px}}.padded-wrapper{height:0;position:relative;overflow:hidden;padding-bottom:56.25%;vertical-align:middle}.padded-wrapper__image{position:absolute;left:0;bottom:0;width:100%;height:100%}.centered{position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;margin:auto}.border-radius{border-radius:6px}.border-radius img{border-radius:6px}.border-radius--top{border-radius:6px 6px 0px 0px}.border-radius--top img{border-radius:6px 6px 0px 0px}.link{color:#eb4b51}.link--external{text-decoration:underline}.link--internal{text-decoration:none}.share span{float:none;padding:0}img.object-fit-image{-o-object-fit:cover;object-fit:cover;font-family:"object-fit:cover", "object-fit: cover;"}.progress-wrapper{position:relative;width:100%;z-index:9}.progress-wrapper.is-fixed{position:fixed}.progress-label{position:absolute;right:0;bottom:0;font-size:14px}.progress-bar{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:0;height:4px;background-color:#ed1c24;border:none}.progress-bar::-moz-progress-bar{background-color:#ed1c24}.progress-bar::-webkit-progress-bar{background-color:#ed1c24}.progress-bar::-webkit-progress-value{background-color:#ed1c24}.progress-bar::-ms-fill{background-color:#ed1c24}.category-header{padding-top:30px;padding-bottom:40px}@media all and (min-width: 64em){.category-header{padding-top:80px;padding-bottom:80px}}@media all and (min-width: 40em){.category-header__wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media all and (min-width: 64em){.category-header__wrapper{margin-right:0}}.category-header__left{margin-bottom:50px}@media all and (min-width: 40em){.category-header__left{width:40%;margin-right:auto;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media all and (min-width: 40em){.category-header__right{width:50%;margin-right:0}}.category-header__title{margin-top:0;margin-bottom:0}@media all and (min-width: 40em){.category-header__title{margin-bottom:auto}}.category-header__subtitle{margin-bottom:16px}@media all and (min-width: 64em){.category-header__subtitle{margin-bottom:5px}}.category-header__text{color:#8896a0}.category-header__text.desktop{display:none}@media all and (min-width: 64em){.category-header__text.desktop{display:block;margin-bottom:60px}}.category-header__image{margin-top:-15px}@media all and (min-width: 64em){.category-header__image{margin-top:0}}.category-header__slider{position:relative}.text__deco--left{padding-left:16px;border-left:2px solid #ebebeb}@media all and (min-width: 40em){.text__deco--left{padding-left:20px;border-width:3px}}.text__deco p:not(:last-child){margin-bottom:16px}@media all and (min-width: 40em){.text__deco p:not(:last-child){margin-bottom:24px}}.text-accent{color:#eb4b51}.text--gray{color:#8896a0}.p-error{padding-top:30px;padding-bottom:60px}@media all and (min-width: 40em){.p-error{padding-top:80px}}@media all and (min-width: 40em){.p-error__wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.p-error__title{margin-bottom:16px}@media all and (min-width: 40em){.p-error__title{margin-bottom:30px}}@media all and (min-width: 40em){.p-error__title.mobile{display:none}}.p-error__title.tablet{display:none}@media all and (min-width: 40em){.p-error__title.tablet{display:block}}.p-error__image{margin-bottom:16px}@media all and (min-width: 40em){.p-error__image{margin-bottom:0;margin-left:20px;width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}}@media all and (min-width: 40em){.p-error__content{margin-bottom:0;width:-webkit-calc(50% - 10px);width:calc(50% - 10px)}}.p-error__text{margin-bottom:16px}@media all and (min-width: 40em){.p-error__text{margin-bottom:20px}}.p-error__list{color:#eb4b51}.p-error__list a{color:#eb4b51}.p-video{padding-top:14px;padding-bottom:60px}@media all and (min-width: 40em){.p-video{padding-top:30px;padding-bottom:76px}}.p-video__title{margin-bottom:24px}@media all and (min-width: 40em){.p-video__title{margin-bottom:24px}}.p-video__text{margin-bottom:30px}.p-video__text.tablet{display:none}@media all and (min-width: 40em){.p-video__text.tablet{display:block}}.p-video__block iframe{width:100% !important;height:250px !important}@media all and (min-width: 40em){.p-video__block iframe{height:400px !important}}@media all and (min-width: 64em){.p-video__block iframe{height:500px !important}}.p-video__elem{width:100%;margin-bottom:18px}@media all and (min-width: 40em){.p-video__elem{margin-bottom:30px}}@media all and (min-width: 40em){.p-video__footer{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.p-video__date{margin-bottom:40px}@media all and (min-width: 40em){.p-video__date{margin-bottom:0;-ms-flex-negative:0;flex-shrink:0;margin-right:auto}}@media all and (min-width: 40em){.p-video .page-share{width:auto}}.p-auth{padding-top:30px;padding-bottom:60px}.info-modal-link{cursor:pointer}.info-card{margin-bottom:30px;display:block}@media all and (min-width: 64em){.info-card{margin-bottom:0;margin-top:8px}}.info-card__bg{width:100%}@media all and (min-width: 40em){.info-card__bg.mobile-desktop{display:none}}@media all and (min-width: 64em){.info-card__bg.mobile-desktop{display:block}}.info-card__bg.tablet{display:none}@media all and (min-width: 40em){.info-card__bg.tablet{display:block}}@media all and (min-width: 64em){.info-card__bg.tablet{display:none}}.p-author-unit{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:16px}@media all and (min-width: 40em){.p-author-unit{margin-bottom:30px}}.p-author-unit__image{width:72px;height:72px;margin-right:12px;border-radius:6px;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}@media all and (min-width: 40em){.p-author-unit__image{width:80px;height:80px}}.p-author-unit__image img{width:100%;height:100%;border-radius:6px}.p-author-unit__image a{width:100%;height:100%}.p-author-unit__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.p-author-unit__date{margin-bottom:2px}.p-author-unit__title{margin-bottom:0}@media all and (min-width: 64em){.user-profile__header{padding-bottom:80px}}.user-profile__info{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-profile__pic{width:60px;height:60px;-ms-flex-negative:0;flex-shrink:0;border:2px solid rgba(255,255,255,0.65);border-radius:50%;margin-right:16px}@media all and (min-width: 40em){.user-profile__pic{width:77px;height:77px;margin-right:20px}}.user-profile__pic a{width:56px;height:56px}@media all and (min-width: 40em){.user-profile__pic a{width:73px;height:73px}}.user-profile__pic img{height:100%;width:100%;border:2px solid rgba(255,255,255,0.65);border-radius:50%}.user-profile__part{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.user-profile__login{color:#EB4B51;margin-bottom:2px}@media all and (min-width: 40em){.user-profile__login{margin-bottom:5px}}.linked-socials{margin-top:30px}@media all and (min-width: 40em){.linked-socials{margin-top:40px}}.linked-socials__share .page-share{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.linked-socials__title{margin-bottom:10px}.linked-socials__text{color:#8896a0;margin-bottom:30px}@media all and (min-width: 40em){.page-row{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-24px}}@media all and (min-width: 64em){.page-row{margin-right:-20px;margin-bottom:-20px}}@media all and (min-width: 40em){.page-row--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width: 64em){.page-row--desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-20px;margin-bottom:-20px}}.page-row--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}@media all and (min-width: 40em){.page-row--1-2{width:-webkit-calc(100% / 2 - 24px - 0.01px);width:calc(100% / 2 - 24px - 0.01px);margin-right:24px;margin-bottom:24px}}@media all and (min-width: 64em){.page-row--1-2{width:-webkit-calc(100% / 2 - 20px - 0.01px);width:calc(100% / 2 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}.page-row--1-2--desktop{width:100%}@media all and (min-width: 64em){.page-row--1-2--desktop{width:-webkit-calc(100% / 2 - 20px - 0.01px);width:calc(100% / 2 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}@media all and (min-width: 40em){.page-row--1-4{width:-webkit-calc(100% / 2 - 24px - 0.01px);width:calc(100% / 2 - 24px - 0.01px);margin-right:24px;margin-bottom:24px}}@media all and (min-width: 64em){.page-row--1-4{width:-webkit-calc(100% / 4 - 20px - 0.01px);width:calc(100% / 4 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}.page-row--1-4--desktop{width:100%}@media all and (min-width: 64em){.page-row--1-4--desktop{width:-webkit-calc(100% / 4 - 20px - 0.01px);width:calc(100% / 4 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}@media all and (min-width: 40em){.page-row--1-3{width:-webkit-calc(100% / 3 - 24px - 0.01px);width:calc(100% / 3 - 24px - 0.01px);margin-right:24px;margin-bottom:24px}}@media all and (min-width: 64em){.page-row--1-3{width:-webkit-calc(100% / 3 - 20px - 0.01px);width:calc(100% / 3 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}.page-row--1-3--desktop{width:100%}@media all and (min-width: 64em){.page-row--1-3--desktop{width:-webkit-calc(100% / 3 - 20px - 0.01px);width:calc(100% / 3 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}@media all and (min-width: 40em){.page-row--2-3{width:-webkit-calc((100% * 2) / 3 - 24px - 0.01px);width:calc((100% * 2) / 3 - 24px - 0.01px);margin-right:24px;margin-bottom:24px}}@media all and (min-width: 64em){.page-row--2-3{width:-webkit-calc((100% * 2) / 3 - 20px - 0.01px);width:calc((100% * 2) / 3 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}.page-row--2-3--desktop{width:100%}@media all and (min-width: 64em){.page-row--2-3--desktop{width:-webkit-calc((100% * 2) / 3 - 20px - 0.01px);width:calc((100% * 2) / 3 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}@media all and (min-width: 40em){.page-row--3-4{width:-webkit-calc((100% * 3) / 4 - 24px - 0.01px);width:calc((100% * 3) / 4 - 24px - 0.01px);margin-right:24px;margin-bottom:24px}}@media all and (min-width: 64em){.page-row--3-4{width:-webkit-calc((100% * 3) / 4 - 20px - 0.01px);width:calc((100% * 3) / 4 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}.page-row--3-4--desktop{width:100%}@media all and (min-width: 64em){.page-row--3-4--desktop{width:-webkit-calc((100% * 3) / 4 - 20px - 0.01px);width:calc((100% * 3) / 4 - 20px - 0.01px);margin-right:20px;margin-bottom:20px}}.page-row--p-author-units{margin-bottom:-32px}@media all and (min-width: 40em){.page-row--p-author-units{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media all and (min-width: 64em){.page-row--p-author-units{margin-bottom:-50px}}@media all and (min-width: 40em){.page-row--p-author-units .page-row--1-2{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-24px;width:100%}}@media all and (min-width: 64em){.page-row--p-author-units .page-row--1-2{margin-right:-20px;width:100%}}@media all and (min-width: 40em){.page-row--p-author-units .p-author-unit{width:-webkit-calc(100% / 2 - 24px - 0.01px);width:calc(100% / 2 - 24px - 0.01px);margin-right:24px}}@media all and (min-width: 64em){.page-row--p-author-units .p-author-unit{width:-webkit-calc(100% / 2 - 20px - 0.01px);width:calc(100% / 2 - 20px - 0.01px);margin-right:20px}}.survey{z-index:3}.survey .survey-results-sidebar ul li{color:#2d2d2d;font-style:normal;padding:0 0 9px}.share-inner textarea{cursor:pointer;width:100%;min-height:40px;border:none;padding:0 15px 0 15px;background-color:transparent;border-radius:0;-webkit-tap-highlight-color:transparent;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;outline:0 !important;outline-offset:0;outline-color:transparent !important;outline-width:0 !important;outline-style:none !important;-webkit-box-shadow:none;box-shadow:none;outline:0 !important;outline-offset:0;outline-color:transparent !important;outline-width:0 !important;outline-style:none !important;-webkit-box-shadow:none;box-shadow:none;background-position:0 0;background:#FFFFFF;border:1px solid #EAEAEA;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.share-block{background:none;margin:0 0 10px}.share-inner{background:none;padding:0}.popup-window{font:inherit}.strelka{background:none}.profile-answers-inner{background-color:#ffffff;-webkit-box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);border-radius:12px;padding:24px}.profile-answers-inner ul{padding-left:0}.profile-board a{border-bottom:1px solid #EAEAEA}.profile-board a:hover{border-bottom:1px solid #e44321}.profile-board a:hover{color:#eb4b51}@media (max-width: 767px){.share-inner{background:none;padding:0}}@media (max-width: 450px){.popup-window{width:100%}}.form--modal{margin-top:20px}.form__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form__content--calc-index{margin-right:-20px}.form__field{position:relative}.form__field .select,.form__field .input,.form__field .textarea{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background-color:transparent}.form__field img{margin-bottom:16px;width:50%}.form__margin{margin-bottom:15px;margin-right:20px}.form__margin--m{margin-bottom:20px}.form__col--1-1{width:100%}.form__col--1-2{width:-webkit-calc((100% / 2) - 20px - 0.01px);width:calc((100% / 2) - 20px - 0.01px)}.form__row{margin-right:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form__row--desktop{display:block}@media all and (min-width: 64em){.form__row--desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.form__row--1-1{width:100%}.form__part{position:relative;width:100%}.form__input,.form__select{position:relative;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.form__input:active,.form__input:active:focus,.form__input:focus,.form__select:active,.form__select:active:focus,.form__select:focus{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.form__label{position:absolute;pointer-events:none;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);will-change:transform;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);-o-transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1),-o-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);-o-transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 4px;background-color:#fbfbfb;z-index:3;color:#8896a0;margin-bottom:0;padding-top:5px;padding-bottom:5px}.form__label--top{margin-bottom:7px}@media all and (min-width: 64em){.form__label--top{margin-bottom:5px}}.form__label--white{background-color:#ffffff}.form__label--white-desktop{background-color:transparent}@media all and (min-width: 64em){.form__label--white-desktop{background-color:#ffffff}}.form__label--bg-tablet{background-color:#fbfbfb}@media all and (min-width: 64em){.form__label--bg-tablet{background-color:#ffffff}}.form__label--date{width:65%}.form__label--date.used{width:auto}.form__label--full{width:90%}.form__label--full.used{width:auto}.form__label.used{-webkit-transform:translateY(-30px) scale(0.75);-ms-transform:translateY(-30px) scale(0.75);transform:translateY(-30px) scale(0.75);font-size:12px;line-height:17px;bottom:auto;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;z-index:3}.form__label--textarea{top:20px;-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}@media all and (min-width: 64em){.form__bottom{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.form__bottom--modal{padding-left:16px;padding-right:16px}@media all and (min-width: 64em){.form__bottom--modal{padding-left:30px;padding-right:30px}}@media all and (min-width: 64em){.form__bottom--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.form-result{margin-bottom:10px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding-bottom:7px}.form-result__line{position:absolute;height:3px;bottom:0;left:0;right:0;background-color:#ebebeb;width:100%;display:block}.form-result__line-drag{height:3px;top:-1px;background-color:#edb9bb;display:block}.form-result.current{color:#eb4b51}.form-result.current .form-result__text{color:#eb4b51}.form-result.current .form-result__line{background-color:#ebebeb}.form-result.current .form-result__line-drag{background-color:#eb4b51}.form-result.current .form-result__persent{color:#eb4b51}.fieldset__title{margin:0}.fieldset__legend--center{text-align:center;margin-left:auto;margin-right:auto}@media all and (min-width: 64em){.fieldset__legend--center-desktop{margin-left:auto;margin-right:auto}}@media all and (min-width: 64em){.fieldset__legend{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.fieldset__date{color:#8896a0;margin-top:8px}@media all and (min-width: 64em){.fieldset__date{margin-top:0;margin-left:20px}}.fieldset__img{margin-bottom:16px}@media all and (min-width: 40em){.fieldset__img{margin-right:16px}}@media all and (min-width: 64em){.fieldset__img{margin-bottom:0}}.fieldset__footer{padding:10px;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 50%);-ms-transform:translate(-50%, 50%);transform:translate(-50%, 50%);background-color:#fbfbfb}.custom-label{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;margin-bottom:0}.custom-label__radio{position:relative;width:22px;height:22px;border-radius:50%;border:2px solid #eb4b51;-ms-flex-negative:0;flex-shrink:0}.custom-label__radio::before{content:"";display:block;position:absolute;background:none;background-repeat:no-repeat;width:12px;height:12px;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%}.custom-label__toggle{position:relative;width:43px;height:18px;right:0;top:2px;background-color:#e0e0e0;border-radius:38px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.custom-label__toggle::after{content:"";position:absolute;width:24px;height:24px;right:20px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#8896a0;border-radius:50%;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.custom-label__toggle--m-w::after{background-color:#2f80ed;background:#2f80ed}.custom-label__checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;width:18px;height:18px;border:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0px 7px 64px rgba(0,0,0,0.07);box-shadow:0px 7px 64px rgba(0,0,0,0.07);border-radius:4px}.custom-label__checkbox::before{content:"";position:absolute;width:10px;height:7px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;background-image:url(../images/svg/checkbox.svg);background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-transition:all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.5);-o-transition:all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.5);transition:all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.5)}.custom-label__text{margin:0;color:#2d2d2d}.custom-label__text--right{margin-left:10px}.custom-label__text--left{margin-right:10px}.custom-label__text a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.custom-label input:checked ~ .custom-label__radio{-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.custom-label input:checked ~ .custom-label__radio::before{background-color:#eb4b51}.custom-label input:checked ~ .custom-label__toggle{-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;background-color:#FFD6D3}.custom-label input:checked ~ .custom-label__toggle::after{right:0;background-color:#EB4B51;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.custom-label input:checked ~ .custom-label__toggle--m-w{background-color:#E0E0E0}.custom-label input:checked ~ .custom-label__toggle--m-w::after{background-color:#ed5494;-webkit-box-shadow:0px 3px 8px rgba(0,0,0,0.15),0px 3px 1px rgba(0,0,0,0.06);box-shadow:0px 3px 8px rgba(0,0,0,0.15),0px 3px 1px rgba(0,0,0,0.06)}.custom-label input:checked ~ .custom-label__checkbox{border-color:#eb4b51;background-color:#eb4b51}.custom-label input:checked ~ .custom-label__checkbox::before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;-webkit-transition:all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.5);-o-transition:all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.5);transition:all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.5)}.input-password{position:relative;padding-right:30px}.input-password__icon{cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M19.8729 9.6338C19.6942 9.40371 15.4371 4 9.99991 4C4.56275 4 0.305391 9.40371 0.126914 9.63358C-0.0423048 9.85186 -0.0423048 10.1479 0.126914 10.3662C0.305391 10.5963 4.56275 16 9.99991 16C15.4371 16 19.6942 10.5963 19.8729 10.3664C20.0424 10.1481 20.0424 9.85186 19.8729 9.6338ZM10 14.5001C5.99496 14.5001 3.02684 11.1725 2 10C3.02551 8.82649 5.98636 5.49998 10 5.49998C14.0049 5.49998 16.9727 8.8269 18 10C16.9745 11.1735 14.0137 14.5001 10 14.5001Z' fill='%238896A0'/%3E %3Cpath d='M10 7C8.34583 7 7 8.34583 7 10C7 11.6542 8.34583 13 10 13C11.6542 13 13 11.6542 13 10C13 8.34583 11.6542 7 10 7Z' fill='%238896A0'/%3E %3C/svg%3E");background-position:center;background-size:contain;width:20px;height:20px;top:50%;right:11px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.input-password__icon.show{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23EB4B51'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3005 15.361L16.4697 18.5301L17.5304 17.4694L2.53008 2.46973L1.46944 3.53041L4.0042 6.06508C1.71297 7.61765 0.230672 9.49989 0.126914 9.63352C-0.0423048 9.85181 -0.0423048 10.1479 0.126914 10.3661C0.305391 10.5962 4.56275 15.9999 9.99991 15.9999C11.1636 15.9999 12.2733 15.7524 13.3005 15.361ZM12.1284 14.1889L10.8242 12.8848C10.5622 12.9598 10.2857 12.9999 10 12.9999C8.34583 12.9999 7 11.6541 7 9.99994C7 9.71426 7.04014 9.43778 7.11508 9.17584L5.0971 7.15793C3.61473 8.16925 2.53953 9.38257 2 9.99996C3.02684 11.1725 5.99496 14.5 10 14.5C10.7479 14.5 11.4593 14.3845 12.1284 14.1889ZM9.99991 3.99994C9.03113 3.99994 8.09981 4.1715 7.22235 4.45477L8.43564 5.66801C8.9365 5.56043 9.45868 5.49992 10 5.49992C14.0049 5.49992 16.9727 8.82684 18 9.99996C17.5119 10.5585 16.5855 11.6047 15.3158 12.5479L16.4113 13.6434C18.4649 12.156 19.7755 10.4917 19.8729 10.3663C20.0424 10.1481 20.0424 9.8518 19.8729 9.63374C19.6942 9.40366 15.4371 3.99994 9.99991 3.99994ZM9.77591 7.00823L12.9917 10.2239C12.9972 10.15 13 10.0753 13 9.99994C13 8.34577 11.6542 6.99994 10 6.99994C9.92463 6.99994 9.8499 7.00274 9.77591 7.00823Z' fill='%23EB4B51'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='20' height='20' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E")}.textarea--gray{background-color:#f5f5f5}.textarea--feedback{padding:13px 15px;min-height:125px}@media all and (min-width: 64em){.textarea--feedback{min-height:100px}}.textarea--modal{padding:13px 15px;min-height:90px;margin-bottom:30px}.calc-block ul li input{float:left;margin:2px 6px 0 -1px;padding:1px 0 0;width:auto;min-height:auto;height:auto}.p-calc__wrapper{padding-top:20px}@media all and (min-width: 64em){.p-calc__wrapper{margin-top:-60px}}.p-calc-form__title{margin-bottom:20px}.p-calc-form__block{margin-bottom:40px}@media all and (min-width: 64em){.p-calc-form__block{background-color:#ffffff;-webkit-box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);border-radius:12px;margin-bottom:40px;padding:25px}}.p-calc-form__row{margin-right:-20px;width:100%}@media all and (min-width: 64em){.p-calc-form__row{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.p-calc-form__content{margin-bottom:30px}@media all and (min-width: 64em){.p-calc-form__content{margin-bottom:40px}}.p-calc-form__col--1-3{margin-right:20px;margin-bottom:15px;width:100%}@media all and (min-width: 64em){.p-calc-form__col--1-3{width:-webkit-calc((100% / 3) - 20px - 0.01px);width:calc((100% / 3) - 20px - 0.01px);margin-bottom:20px}}.p-calc-form__col--2-3{margin-right:20px;margin-bottom:15px;width:100%}@media all and (min-width: 64em){.p-calc-form__col--2-3{width:-webkit-calc((100% * 2 / 3) - 20px - 0.01px);width:calc((100% * 2 / 3) - 20px - 0.01px);margin-bottom:20px}}.p-calc-form__col--1-1{margin-right:20px;margin-bottom:20px;width:100%}@media all and (min-width: 64em){.p-calc-form__col--1-1{margin-bottom:20px}}.p-calc__result{border-top:1px solid #EBEBEB;margin-top:30px;padding-top:24px}@media all and (min-width: 64em){.p-calc__result{margin-top:40px;padding-top:40px}}.useful-resources{padding-top:30px;padding-bottom:40px}@media all and (min-width: 40em){.useful-resources{padding-bottom:50px}}.useful-resources__item{margin-bottom:16px}@media all and (min-width: 40em){.useful-resources__item{margin-bottom:20px}}@media all and (min-width: 64em){.nutrient-requirements__row{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}}.nutrient-requirements--1-3{border-top:1px solid #EBEBEB}@media all and (min-width: 64em){.nutrient-requirements--1-3{width:-webkit-calc((100% /3) - 10%);width:calc((100% /3) - 10%);margin-left:5%;margin-right:5%;display:block;border-top:none}.nutrient-requirements--1-3:not(:last-child){border-right:1px solid #EBEBEB}}.nutrient-requirements__info-block{padding:24px 0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media all and (min-width: 64em){.nutrient-requirements__info-block{display:block;padding:0}}.nutrient-requirements__info-block p:last-child{margin-bottom:0}.calc-result__info{margin-bottom:30px}@media all and (min-width: 40em){.calc-result__info{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:40px}}.calc-result__number{font-style:normal;font-weight:600;font-size:36px;line-height:50px}@media all and (min-width: 40em){.calc-result__number{margin-right:20px}}@media all and (min-width: 64em){.calc-result__number{font-weight:600;font-size:48px;line-height:67px}}.input--file{height:auto;min-height:auto;padding:0}.btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600;font-size:12px;line-height:15px;border-radius:6px;text-align:center;letter-spacing:0.05em;text-transform:uppercase;min-height:40px;box-sizing:border-box}@media all and (min-width: 40em){.btn{min-height:45px}}@media all and (min-width: 64em){.btn{width:auto;padding-left:45px;padding-right:45px}}@media all and (min-width: 64em){.btn.tablet{display:none}}.btn.desktop{display:none}@media all and (min-width: 64em){.btn.desktop{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}}.btn--calc-index{width:45px;height:45px;padding:0;margin-left:20px;-ms-flex-negative:0;flex-shrink:0}.btn--common{border:1px solid #ebebeb}.btn--fill{background:#feeceb;font-style:normal;font-weight:600;font-size:12px;line-height:15px;text-align:center;letter-spacing:0.05em;text-transform:uppercase;color:#eb4b51}.btn--fill-accent{color:#ffffff;background-color:#eb4b51}.btn--fill-accent:hover,.btn--fill-accent:focus{background-color:#ed1c24;color:#ffffff}.btn--fill-base{background:#f4f4f4;color:#8896a0}@media all and (min-width: 40em){.btn--inline-tablet{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;width:auto;padding-left:40px;padding-right:40px}}.btn--base{padding-left:0;padding-right:0}.btn__prepend{margin-right:10px}.btn__prepend--single{margin-right:0}.btn__prepend--single-mobile{margin-right:0}@media all and (min-width: 40em){.btn__prepend--single-mobile{margin-right:10px}}@media all and (min-width: 40em){.btn__prepend--mobile{display:none}}.btn__prepend--comment{margin-right:0}@media all and (min-width: 64em){.btn__prepend--comment{display:none}}.btn__icon{width:15px;height:15px;stroke:#ffffff;fill:none;display:block;background-size:auto;background-position:center;background-repeat:no-repeat}.btn__icon--category{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.75 3L12 3' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M12 5.25V0.749999' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15.75 15H10.5' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M10.5 17.25V12.75' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15.75 9H9' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 11.25V6.75' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 3L2.25 3' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 9H2.25' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M7.5 15H2.25' stroke='%232d2d2d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");margin-right:4px;display:block}.btn__icon--comment{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M13.853 6.36013C13.7091 6.06309 13.4693 5.82327 13.1723 5.67943L2.10613 0.324571C1.37714 -0.0286081 0.499904 0.276073 0.146725 1.00506C-0.0332015 1.37649 -0.0483267 1.80655 0.105102 2.1897L2.02938 6.99945L0.105102 11.8097C-0.194623 12.5643 0.174111 13.4189 0.928681 13.7186C1.0993 13.7864 1.28111 13.8216 1.46471 13.8225C1.68683 13.8225 1.90609 13.7723 2.10613 13.6758L13.1723 8.31947C13.9013 7.96637 14.2061 7.08914 13.853 6.36013ZM1.6803 12.7943C1.43727 12.912 1.14487 12.8103 1.02722 12.5673C0.967267 12.4435 0.962283 12.3001 1.01344 12.1724L2.88688 7.48833H12.6457L1.6803 12.7943ZM2.88691 6.51055L1.01347 1.82643C0.935498 1.63972 0.983911 1.4241 1.13422 1.28866C1.27971 1.14689 1.4994 1.11363 1.6803 1.20604L12.6457 6.51055H2.88691Z' fill='%23EB4B51' stroke='%23eb4b51'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='14' height='14' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E")}.btn__icon--calc-index-desktop{width:20px;margin:0;fill:#ffffff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.2929L14.3431 0.928933C13.9526 0.538409 13.3195 0.538409 12.9289 0.928933C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM-8.74228e-08 9L20 9L20 7L8.74228e-08 7L-8.74228e-08 9Z'/%3E %3C/svg%3E")}.btn__icon--page-share{width:20px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23545454' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='copy 1'%3E %3Cpath id='Vector' d='M12.1484 20H4C2.27682 20 0.875 18.5982 0.875 16.875V6.28906C0.875 4.56589 2.27682 3.16406 4 3.16406H12.1484C13.8716 3.16406 15.2734 4.56589 15.2734 6.28906V16.875C15.2734 18.5982 13.8716 20 12.1484 20ZM4 4.72656C3.13849 4.72656 2.4375 5.42755 2.4375 6.28906V16.875C2.4375 17.7365 3.13849 18.4375 4 18.4375H12.1484C13.0099 18.4375 13.7109 17.7365 13.7109 16.875V6.28906C13.7109 5.42755 13.0099 4.72656 12.1484 4.72656H4ZM18.3984 14.9219V3.125C18.3984 1.40182 16.9966 0 15.2734 0H6.60156C6.17004 0 5.82031 0.349731 5.82031 0.78125C5.82031 1.21277 6.17004 1.5625 6.60156 1.5625H15.2734C16.1349 1.5625 16.8359 2.26349 16.8359 3.125V14.9219C16.8359 15.3534 17.1857 15.7031 17.6172 15.7031C18.0487 15.7031 18.3984 15.3534 18.3984 14.9219Z' fill='%23545454'/%3E %3C/g%3E %3C/svg%3E")}.btn__icon--search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E %3Cpath d='M7 21L10.3833 17.6167M8.55556 13.2222C8.55556 16.6587 11.3413 19.4444 14.7778 19.4444C18.2142 19.4444 21 16.6587 21 13.2222C21 9.78578 18.2142 7 14.7778 7C11.3413 7 8.55556 9.78578 8.55556 13.2222Z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E")}.btn__icon--search-mobile{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E %3Cpath d='M7 21L10.3833 17.6167M8.55556 13.2222C8.55556 16.6587 11.3413 19.4444 14.7778 19.4444C18.2142 19.4444 21 16.6587 21 13.2222C21 9.78578 18.2142 7 14.7778 7C11.3413 7 8.55556 9.78578 8.55556 13.2222Z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E")}.btn__body--tablet{display:none}@media all and (min-width: 40em){.btn__body--tablet{display:block}}.btn__body--comments{display:none}@media all and (min-width: 64em){.btn__body--comments{display:block}}.btn__body--accent{color:#eb4b51}.nav{overflow-y:auto;overflow-x:hidden;background-color:transparent;height:100%;width:288px;-webkit-transition:all 800ms cubic-bezier(0.8, 0, 0.33, 1);-o-transition:all 800ms cubic-bezier(0.8, 0, 0.33, 1);transition:all 800ms cubic-bezier(0.8, 0, 0.33, 1);border-radius:0% 0% 100% 50%;z-index:9;height:100%;min-height:100vh;visibility:visible;opacity:1;text-align:center;border-radius:3px;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;position:fixed;top:0;right:-100%;border-radius:12px 0px 0px 12px;padding-left:24px;padding-right:24px}@media all and (min-width: 64em){.nav{display:none}}.nav__top{height:81px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}@media all and (min-width: 40em){.nav__top{height:87px}}.nav.is-active{background-color:#fff;right:0;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-box-shadow:0 0 0 9999px rgba(0,0,0,0.3);box-shadow:0 0 0 9999px rgba(0,0,0,0.3)}.nav__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:24px;padding:0;margin-bottom:24px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.nav__item{text-align:left}.nav__item:not(:last-child){margin-bottom:24px}.nav__link{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Montserrat",sans-serif;font-style:normal;color:#2D2D2D}.nav__text{font-weight:600;font-size:18px;line-height:150%}.nav__subtext{font-weight:500;font-size:14px;line-height:140%}.nav__icon{width:30px;height:30px;margin-right:23px}.nav__icon img{width:30px;height:30px}.nav__search{margin-top:24px;margin-bottom:24px}.nav__auth{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;padding:0}.nav-search__container{min-height:34px;background-color:#f5f5f5;text-align:center;line-height:34px;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;border-radius:5px;position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 3px 0 10px;transition:all 0.5s ease}.nav-search__input{border:0px;background:transparent;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;position:relative;width:98%;padding-left:5px;-webkit-transition:all 0.5s 0.8s ease;-o-transition:all 0.5s 0.8s ease;transition:all 0.5s 0.8s ease}.nav-search__input[type="text"]{border:none}.nav-search__icon{color:#ffffff;margin-right:3px;cursor:pointer;width:28px;height:28px;stroke:#8896a0;fill:transparent;position:absolute;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M7 21L10.3833 17.6167M8.55556 13.2222C8.55556 16.6587 11.3413 19.4444 14.7778 19.4444C18.2142 19.4444 21 16.6587 21 13.2222C21 9.78578 18.2142 7 14.7778 7C11.3413 7 8.55556 9.78578 8.55556 13.2222Z' stroke='%238896A0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:8px}.phone address,.news h4,.news .page-modal__switcher a,.page-modal__switcher .news a,.news .header-sidebar__nav--col a,.header-sidebar__nav--col .news a,.nav ul{font-family:"Montserrat",sans-serif}.burger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:16px;cursor:pointer;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;-o-transition-property:opacity,filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;text-transform:none;color:inherit;border:0;background-color:transparent;z-index:10;-ms-flex-negative:0;flex-shrink:0}@media all and (min-width: 40em){.burger{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:0;padding:0}}@media all and (min-width: 40em){.burger--nav{width:44px;height:44px;background-color:#F5F5F5;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.burger--sidebar{display:none}@media all and (min-width: 40em){.burger--sidebar{display:none}}@media all and (min-width: 64em){.burger--nav{display:none}.burger--sidebar{display:inline-block;cursor:pointer}}.burger__inner{position:relative;display:inline-block;width:18px;height:14px}.burger__icon{display:block;margin-top:-2px;top:2px;-webkit-transition:background-color 0s linear .13s;-o-transition:background-color 0s linear .13s;transition:background-color 0s linear .13s;border-radius:3px;width:18px}.burger__icon::after,.burger__icon::before{display:block;content:""}.burger__icon::before{top:6px;width:18px;-webkit-transition:top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);-o-transition:top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);-o-transition:top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.burger__icon::after{top:12px;width:14px;-webkit-transition:top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);-o-transition:top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);-o-transition:top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}@media all and (min-width: 40em){.burger__icon::after{width:18px}}.burger__icon,.burger__icon::after,.burger__icon::before{position:absolute;height:2px;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;border-radius:4px;background-color:#2D2D2D}.burger.is-active{background-color:transparent}.burger.is-active .burger__icon{-webkit-transition-delay:.22s;-o-transition-delay:.22s;transition-delay:.22s;background-color:transparent !important}.burger.is-active .burger__icon::before{top:0;width:18px;-webkit-transition:top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;transition:top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;-o-transition:top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,-o-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;-o-transition:top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;transition:top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;transition:top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;-webkit-transform:translate3d(0, 10px, 0) rotate(45deg);transform:translate3d(0, 10px, 0) rotate(45deg)}.burger.is-active .burger__icon::after{top:0;width:18px;-webkit-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;-o-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-o-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;-o-transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s,-webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;-webkit-transform:translate3d(0, 10px, 0) rotate(-45deg);transform:translate3d(0, 10px, 0) rotate(-45deg)}.auth{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.auth__icon{width:14px;height:14px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='%232F80ED' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.99998 7C8.75715 7 10.1818 5.43301 10.1818 3.50002C10.1818 1.56699 9.71403 0 6.99998 0C4.28592 0 3.81812 1.56699 3.81812 3.50002C3.81812 5.43301 5.24272 7 6.99998 7Z' fill='%232F80ED'/%3E %3Cpath d='M1.67634 12.0741C1.67586 11.9588 1.67537 12.0417 1.67634 12.0741V12.0741Z' fill='%232F80ED'/%3E %3Cpath d='M12.3234 12.1643C12.3249 12.1327 12.3239 11.9453 12.3234 12.1643V12.1643Z' fill='%232F80ED'/%3E %3Cpath d='M12.7208 11.903C12.6647 8.55698 12.2019 7.60353 8.66052 7C8.66052 7 8.16202 7.59983 7.00011 7.59983C5.8382 7.59983 5.33961 7 5.33961 7C1.83688 7.59695 1.34595 8.53625 1.2814 11.7943C1.2761 12.0604 1.27365 12.0744 1.27271 12.0435C1.27292 12.1014 1.27318 12.2084 1.27318 12.395C1.27318 12.395 2.11629 14 7.00011 14C11.8838 14 12.727 12.395 12.727 12.395C12.727 12.2751 12.7271 12.1917 12.7273 12.135C12.7263 12.1541 12.7244 12.1171 12.7208 11.903Z' fill='%232F80ED'/%3E %3C/svg%3E");margin-right:6px}.auth__text{line-height:17px;letter-spacing:0.005em;color:#2D2D2D}.phone__link{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2px}.phone__icon{width:16px;height:16px;fill:#8896A0;margin-right:7px}.phone__text{font-weight:bold;font-size:18px;line-height:22px;color:#2D2D2D}.phone__text--accent{color:#ED1C24}.phone__subtitle{font-weight:500;font-size:12px;line-height:15px;color:#8896A0}.social__subtitle{font-weight:500;font-size:12px;line-height:15px;color:#8896a0}.social__list{display:finline-flexlex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.social__link{width:25px;height:25px;margin-bottom:5px}.social__link:not(:last-child){margin-right:8px}.social__icon{width:100%;height:100%}.slider-mini{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:visible;overflow:initial}@media all and (min-width: 64em){.slider-mini{overflow:visible;overflow:initial;padding-top:15px}}@media all and (min-width: 64em){.slider-mini--index .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-20px}}@media all and (min-width: 64em){.slider-mini--services .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-20px}}.slider-mini--category{overflow:visible;overflow:initial}@media all and (min-width: 40em){.slider-mini--category{overflow:hidden}}@media all and (min-width: 64em){.slider-mini--category{padding-bottom:20px}}.slider-mini--scrollbar-category{display:none}@media all and (min-width: 64em){.slider-mini--scrollbar-category{display:block;width:100%;height:3px;background:#ebebeb;border-radius:3px;position:absolute;bottom:0}.slider-mini--scrollbar-category .swiper-scrollbar-drag{height:3px;top:-1px;border-radius:3px}}.slider-mini--scrollbar-category-food .swiper-scrollbar-drag{background-color:#219653}.slider-mini--scrollbar-category-children .swiper-scrollbar-drag{background-color:#aa6ee1}.slider-mini--scrollbar-category-prophylaxis .swiper-scrollbar-drag{background-color:#3983e8}.slider-mini--button{display:none;background-position:center;background-repeat:no-repeat;background-size:contain}@media all and (min-width: 64em){.slider-mini--button-next-category.swiper-button-next{width:44px;height:44px;border-radius:50%;background-color:#ffffff;-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.15);box-shadow:0px 0px 25px rgba(0,0,0,0.15);position:absolute;top:55%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:5;right:-12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='%232D2D2D' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z' fill='%232D2D2D'/%3E %3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:auto auto;background-size:initial}.slider-mini--button-next-category.swiper-button-next.swiper-button-disabled{display:none}.slider-mini--button-prev-category.swiper-button-prev{width:44px;height:44px;border-radius:50%;background-color:#ffffff;-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.15);box-shadow:0px 0px 25px rgba(0,0,0,0.15);position:absolute;top:55%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:5;left:-12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='%232D2D2D' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z' fill='%232D2D2D'/%3E %3C/svg%3E");-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);background-position:center;background-repeat:no-repeat;background-size:auto auto;background-size:initial}.slider-mini--button-prev-category.swiper-button-prev.swiper-button-disabled{display:none}}.slide-mini{display:block;position:relative;width:200px;min-height:150px;border-radius:6px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;border-radius:12px;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media all and (min-width: 40em){.slide-mini{width:212px;height:180px}}@media all and (min-width: 64em){.slide-mini:hover{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}}@media all and (min-width: 64em){.slide-mini--index{width:-webkit-calc(100% / 3 - 20px - 0.01px);width:calc(100% / 3 - 20px - 0.01px);margin-right:20px;height:144px;margin-bottom:20px}}.slide-mini--services{background-color:#FFFFFF}@media all and (min-width: 64em){.slide-mini--services{width:-webkit-calc(100% / 3 - 20px - 0.01px);width:calc(100% / 3 - 20px - 0.01px);margin-right:20px;height:144px;margin-bottom:20px}}@media all and (min-width: 64em){.slide-mini--category{width:173px;height:144px;margin:0}}.slide-mini--category:not(:last-child){margin-right:20px}.slide-mini__icon{width:36px;height:36px;fill:#ed1c24;margin-bottom:auto}.slide-mini__title{text-align:left;font-family:"Montserrat", sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:140%;color:#2d2d2d;width:100%;margin-top:auto}.slider-actual{position:relative}.slider-high{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-right:16px;padding-left:16px;overflow-x:hidden;overflow-y:visible}@media all and (min-width: 40em){.slider-high{padding-right:0;padding-left:0}}@media all and (min-width: 64em){.slider-high{max-width:1188px;width:100%;margin-right:auto;margin-left:auto;padding-left:24px;padding-right:24px;overflow:visible;overflow:initial}}@media all and (min-width: 64em){.slider-high--3-desktop{overflow:hidden}}@media all and (min-width: 64em){.slider-high--actual{padding-top:15px;margin-top:-16px}.slider-high--actual .swiper-pagination{display:none}}.slider-high--actual .slider-high--scrollbar-actual{display:none}@media all and (min-width: 64em){.slider-high--actual .slider-high--scrollbar-actual{display:block;width:100%;height:3px;background:#ebebeb;border-radius:3px;position:absolute;bottom:0}.slider-high--actual .slider-high--scrollbar-actual .swiper-scrollbar-drag{height:3px;top:-1px;border-radius:3px}}.slider-high--actual .slider-high--scrollbar-actual .swiper-scrollbar-drag{background-color:#EB4B51}.slider-high--button{display:none;background-position:center;background-repeat:no-repeat;background-size:contain}@media all and (min-width: 64em){.slider-high--button{display:block}.slider-high--button-next-actual.swiper-button-next{width:44px;height:44px;border-radius:50%;background-color:#ffffff;-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.15);box-shadow:0px 0px 25px rgba(0,0,0,0.15);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:5;right:-23px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='%232D2D2D' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z' fill='%232D2D2D'/%3E %3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:auto auto;background-size:initial}.slider-high--button-next-actual.swiper-button-next.swiper-button-disabled{display:none}.slider-high--button-prev-actual.swiper-button-prev{width:44px;height:44px;border-radius:50%;background-color:#ffffff;-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.15);box-shadow:0px 0px 25px rgba(0,0,0,0.15);position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:5;left:-23px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='%232D2D2D' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM7 9H8V7H7V9Z' fill='%232D2D2D'/%3E %3C/svg%3E");-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);background-position:center;background-repeat:no-repeat;background-size:auto auto;background-size:initial}.slider-high--button-prev-actual.swiper-button-prev.swiper-button-disabled{display:none}}@media all and (min-width: 40em){.slider-high__wrapper{padding:0 24px;overflow-x:scroll;width:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;-ms-touch-action:pan-x;touch-action:pan-x}.slider-high__wrapper::-webkit-scrollbar{display:none}}@media all and (min-width: 40em) and (min-width: 64em){.slider-high__wrapper{overflow:visible}}@media all and (min-width: 64em){.slider-high__wrapper{padding-left:0;padding-right:0;margin-right:-20px}}.slider-high-pagination{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:0.3s opacity;-o-transition:0.3s opacity;transition:0.3s opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:3;bottom:0;left:0;width:100%}.slider-high-pagination .swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:100%;background:#f8b7b7;margin:0 3px}.slider-high-pagination .swiper-pagination-bullet-active{opacity:1;background:#eb4b51}.slide{color:#ffffff;min-height:316px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:hidden;border-radius:6px;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;margin-bottom:30px}@media all and (min-width: 40em){.slide{width:253px;-ms-flex-negative:0;flex-shrink:0}.slide:not(:last-child){margin-right:24px}.slide:last-child{position:relative}.slide:last-child::after{position:absolute;left:100%;height:1px;width:24px;display:block;content:""}}@media all and (min-width: 64em){.slide{width:-webkit-calc(25% - 20px);width:calc(25% - 20px);min-height:360px;overflow:visible;overflow:initial}.slide:not(:last-child){margin-right:20px}}.slide:hover,.slide:focus{-webkit-box-shadow:0px 8px 20px 3px rgba(0,0,0,0.25);box-shadow:0px 8px 20px 3px rgba(0,0,0,0.25);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.slide:hover .slide__tag,.slide:focus .slide__tag{color:#ffffff}@media all and (min-width: 64em){.slide--actual{margin-bottom:20px}}.slide--actual:hover,.slide--actual:focus{-webkit-box-shadow:none;box-shadow:none;-webkit-backdrop-filter:0;backdrop-filter:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.slide--actual:hover .slide__tag,.slide--actual:focus .slide__tag{color:#ffffff}@media all and (min-width: 64em){.slide--1-3-desktop{width:-webkit-calc(100% / 3 - 20px);width:calc(100% / 3 - 20px);margin-right:20px;min-height:360px}.slide--1-3-desktop:not(:last-child){margin-right:20px}}.slide__tag{font-weight:500;font-size:12px;line-height:140%}.slide__author-pic{width:30px;height:30px;border-radius:50%;border:3px solid rgba(255,255,255,0.65)}.slide__image{position:absolute;top:0;bottom:0;right:0;left:0;z-index:-1;border-radius:6px}.slide__image img{border-radius:6px;height:100%;width:100%}.slide__image::before{content:"";background:-o-linear-gradient(bottom, rgba(54,54,54,0.5), rgba(54,54,54,0.5));background:-webkit-gradient(linear, left bottom, left top, from(rgba(54,54,54,0.5)), to(rgba(54,54,54,0.5)));background:-webkit-linear-gradient(bottom, rgba(54,54,54,0.5), rgba(54,54,54,0.5));background:linear-gradient(0deg, rgba(54,54,54,0.5), rgba(54,54,54,0.5));-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);position:absolute;top:0;bottom:0;right:0;left:0;display:block;border-radius:6px}.slide__image--color::before{content:none}.slide__content{margin-top:auto}.slide__title{margin-bottom:0}.slide__title--light{color:#ffffff}.slide__subtitle{margin-bottom:24px}.slide__meta{margin-top:20px}.slide-date__icon{fill:#8896a0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='%238896A0' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M7.00091 0C3.14114 0 0.000976562 3.1401 0.000976562 6.9998C0.000976562 10.8598 3.14114 14 7.00091 14C10.8606 14 14.0007 10.8597 14.0007 6.9998C14.0007 3.1401 10.8606 0 7.00091 0ZM7.00091 12.9966C3.69444 12.9966 1.00442 10.3064 1.00442 6.9998C1.00442 3.6934 3.69444 1.00344 7.00091 1.00344C10.3073 1.00344 12.9973 3.6934 12.9973 6.9998C12.9973 10.3064 10.3073 12.9966 7.00091 12.9966Z' fill='%23E8E8E8'/%3E %3Cpath d='M10.5994 6.88267H7.30984V3.28688C7.30984 3.00979 7.08527 2.78516 6.80812 2.78516C6.53103 2.78516 6.3064 3.00979 6.3064 3.28688V7.38439C6.3064 7.66147 6.53103 7.88611 6.80812 7.88611H10.5994C10.8765 7.88611 11.1011 7.66147 11.1011 7.38439C11.1011 7.10731 10.8765 6.88267 10.5994 6.88267Z' fill='%23E8E8E8'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='14' height='14' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E")}.slide-date__text{color:#e8e8e8}.tabs__link{cursor:pointer;font-family:"Montserrat",sans-serif}.auth-tabs__link.active,.auth-tabs__link.active a{color:#eb4b51}.auth-tabs__content{display:none}.auth-tabs__content.active{display:block}@media all and (min-width: 64em){.services-tabs{width:100%}}.services-tabs-nav{overflow:hidden;margin-bottom:24px}.services-tabs-nav__wrapper{overflow-x:scroll;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media all and (min-width: 40em){.services-tabs-nav__wrapper{overflow-x:inherit}}@media all and (min-width: 64em){.services-tabs-nav__wrapper--center-desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.services-tabs__link{white-space:nowrap;padding:6px 15px;border-radius:30px;background-color:rgba(255,255,255,0.5);font-weight:600;font-size:12px;line-height:18px;color:#2d2d2d;cursor:pointer}.services-tabs__link:not(:last-child){margin-right:10px}@media all and (min-width: 40em){.services-tabs__link:not(:last-child){margin-right:20px}}@media all and (min-width: 40em){.services-tabs__link{font-size:16px;line-height:24px}}.services-tabs__link.active{background-color:#ffffff}.services-tabs__link.active.services-tabs__link--about-activity{color:#eb4b51}.services-tabs__link.active.services-tabs__link--about-food{color:#219653}.services-tabs__link.active.services-tabs__link--for-knowledge{color:#2f80ed}.services-tabs__content{display:none}.services-tabs__content.active{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.calc{background:none;width:100%;height:auto;float:none;margin:0;position:relative}.calc-field div{height:auto;line-height:normal;background:none;padding:0}@media all and (min-width: 40em){.calc{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width: 64em){.calc-index{display:block;margin-top:-18.4%}}.calc-index__image{width:100%}@media all and (min-width: 64em){.calc-index__image{text-align:center}.calc-index__image img{height:185px;width:auto}}@media all and (min-width: 64em){.calc-index-form{width:100%}}.calc__image{width:100%;margin-bottom:16px}@media all and (min-width: 40em){.calc__image{width:42.5%;margin-bottom:0;margin-top:-5%}}@media all and (min-width: 40em){.calc-form{width:54%;margin-right:46px}}@media all and (min-width: 40em){.addresses{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (min-width: 40em){.addresses__title{margin-bottom:24px}}@media all and (min-width: 64em){.addresses__title{margin-bottom:30px}}@media all and (min-width: 40em){.addresses__image{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-calc(50% - 24px);width:calc(50% - 24px)}}@media all and (min-width: 64em){.addresses__image{width:-webkit-calc(27.83% - 16px);width:calc(27.83% - 16px)}}@media all and (min-width: 40em){.addresses__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-calc(50% - 24px);width:calc(50% - 24px);margin-right:24px}}@media all and (min-width: 64em){.addresses__content{width:-webkit-calc(50% - 16px);width:calc(50% - 16px);margin-right:16px}}.addresses__text{margin:0 0 24px 0}@media all and (min-width: 40em){.addresses__text{margin-bottom:16px}}@media all and (min-width: 64em){.addresses__form{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.addresses__form-group{margin-bottom:16px}@media all and (min-width: 64em){.addresses__form-group{width:327px;margin-bottom:0;margin-right:20px}}.pagination{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:65px}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0}.pagination__item{height:44px;width:44px;border-radius:8px;font-family:"Montserrat",sans-serif;font-weight:600;font-size:15px;line-height:44px}.pagination__item:not(:last-child){margin-right:12px}.pagination__item a{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:transparent;color:#2D2D2D;border-radius:8px;font-family:"Montserrat",sans-serif;font-weight:600;font-size:15px;line-height:44px}.pagination__item a:hover,.pagination__item a:focus{color:#EB4B51}.pagination__item.active{background-color:#EB4B51;color:#ffffff}.pagination__item.active a{background-color:#EB4B51;color:#ffffff}.pagination__item--prev span{width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='%232D2D2D' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.1176 23.2941L14.8235 18L20.1176 12.7059' stroke='%232D2D2D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E %3C/svg%3E");background-size:auto;background-position:center}.pagination__item--next span{width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='%232D2D2D' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.8236 23.2941L20.1177 18L14.8236 12.7059' stroke='%232D2D2D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E %3C/svg%3E");background-size:auto;background-position:center}.bread-crumbs{overflow:hidden;color:#8896A0;width:100%;margin-bottom:16px}@media all and (min-width: 40em){.bread-crumbs{margin-bottom:30px}}@media all and (min-width: 40em){.bread-crumbs--light-tablet{color:#FFFFFF}}@media all and (min-width: 40em){.bread-crumbs--light-tablet .bread-crumbs__link{color:#FFFFFF}}@media all and (min-width: 40em){.bread-crumbs--light-tablet .bread-crumbs__separator{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.02051 0.159096L4.82491 3.61591C5.05836 3.82804 5.05836 4.17196 4.82491 4.38409L1.02051 7.8409C0.787056 8.05303 0.408548 8.05303 0.175092 7.8409C-0.0583648 7.62878 -0.0583648 7.28485 0.175092 7.07272L3.20659 4.31819L3.56545 4L3.20659 3.68181L0.175092 0.927276C-0.0583642 0.715149 -0.0583642 0.371223 0.175092 0.159096C0.408549 -0.0530318 0.787057 -0.0530318 1.02051 0.159096Z' fill='%23FFFFFF'/%3E %3C/svg%3E")}}.bread-crumbs__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-x:scroll;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media all and (min-width: 40em){.bread-crumbs__list{overflow-x:visible;overflow-x:initial}}.bread-crumbs__link{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#8896A0;display:block;-ms-flex-negative:0;flex-shrink:0}.bread-crumbs__link.active{color:#EB4B51}.bread-crumbs__link:active,.bread-crumbs__link:hover,.bread-crumbs__link:focus{color:#EB4B51}.bread-crumbs__separator{width:5px;height:8px;margin-right:5px;margin-left:5px;display:block;-ms-flex-negative:0;flex-shrink:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.02051 0.159096L4.82491 3.61591C5.05836 3.82804 5.05836 4.17196 4.82491 4.38409L1.02051 7.8409C0.787056 8.05303 0.408548 8.05303 0.175092 7.8409C-0.0583648 7.62878 -0.0583648 7.28485 0.175092 7.07272L3.20659 4.31819L3.56545 4L3.20659 3.68181L0.175092 0.927276C-0.0583642 0.715149 -0.0583642 0.371223 0.175092 0.159096C0.408549 -0.0530318 0.787057 -0.0530318 1.02051 0.159096Z' fill='%238896A0'/%3E %3C/svg%3E");background-size:auto;background-position:center}@media all and (min-width: 64em){.bread-crumbs__separator{margin-right:17px;margin-left:17px}}.modal button.btn{background-color:transparent;height:28px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;border-radius:0;border:none;padding:0 18px;text-align:center;border:2px solid transparent}.page-modal__mask{display:none;position:fixed;z-index:100;left:0;top:0;width:100%;height:100%;overflow:auto;background:rgba(66,66,66,0.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding-top:40px}.page-modal__content{position:relative;background-color:#ffffff;border-radius:12px;width:-webkit-calc(100% - 32px);width:calc(100% - 32px);margin:auto;padding:24px 16px;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform 1.5s ease-in;transition:-webkit-transform 1.5s ease-in;-o-transition:-o-transform 1.5s ease-in;-o-transition:transform 1.5s ease-in;transition:transform 1.5s ease-in;transition:transform 1.5s ease-in, -webkit-transform 1.5s ease-in}@media all and (min-width: 64em){.page-modal__content--big{max-width:754px;margin:auto;padding:30px}}.page-modal.active{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.page-modal.active .page-modal__content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 1.5s ease-in;transition:-webkit-transform 1.5s ease-in;-o-transition:-o-transform 1.5s ease-in;-o-transition:transform 1.5s ease-in;transition:transform 1.5s ease-in;transition:transform 1.5s ease-in, -webkit-transform 1.5s ease-in}.page-modal__close{position:absolute;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:17px;right:5px;-webkit-transition:all 0.05s ease-in-out;-o-transition:all 0.05s ease-in-out;transition:all 0.05s ease-in-out;border-radius:50%;border:1.6px solid transparent;width:36px;height:36px;background-color:transparent}.page-modal__close::before,.page-modal__close::after{content:"";position:absolute;width:17px;height:2px;background-color:#8896a0;border-radius:2px;-webkit-transition:all 0.05s ease-in-out;-o-transition:all 0.05s ease-in-out;transition:all 0.05s ease-in-out}.page-modal__close::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.page-modal__close::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.page-modal__close:hover{-webkit-transition:all 0.05s ease-in-out;-o-transition:all 0.05s ease-in-out;transition:all 0.05s ease-in-out;background:#ffffff}.page-modal__close:hover::before,.page-modal__close:hover::after{background:#333333;-webkit-transition:all 0.05s ease-in-out;-o-transition:all 0.05s ease-in-out;transition:all 0.05s ease-in-out}.page-modal__header{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ebebeb}.page-modal__title{width:80%}.page-modal__switcher{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:24px}.page-modal__switcher li{margin-right:24px}.page-modal__switcher a{color:#8896a0}.page-modal__body{text-align:left}.page-modal__body--padd{padding-top:30px;padding-bottom:10px}.page-modal__body .fail-result{color:#EB4B51}.page-modal__switch{background:#eeeeee}.page-modal__block{padding:16px;margin-left:-16px;margin-right:-16px}@media all and (min-width: 64em){.page-modal__block{margin-left:-30px;margin-right:-30px;padding:30px}}.page-modal__block--gray{background-color:#f5f5f5}@media all and (min-width: 64em){.page-modal__block--row-desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (min-width: 64em){.page-modal__block--row-desktop .page-modal__caption{margin-bottom:0;margin-right:20px}}.page-modal__bottom{margin-left:-16px;margin-right:-16px;margin-top:30px;padding-top:24px}@media all and (min-width: 64em){.page-modal__bottom{margin-left:-30px;margin-right:-30px}}.page-modal__bottom--border-top{border-top:1px solid #EBEBEB}.page-modal__form{padding-top:15px}.page-modal__footer{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}@media (max-width: 530px){.page-modal__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.page-modal__btns{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center;margin-left:auto}@media (max-width: 857px){.page-modal__btns{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.page-modal__notice{margin-bottom:10px}.logo{padding:0;float:none;color:#000;color:initial}.logo a,.logo img{width:inherit;height:inherit}.phone{border-top:none;border-bottom:none;padding:0;margin:0}.header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;padding-top:10px;position:fixed;top:0;z-index:10;margin-bottom:0;width:100%;background-color:#ffffff;z-index:4}@media all and (min-width: 64em){.header{position:relative}}.header__separator{margin-top:10px;margin-bottom:0}.header__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media all and (min-width: 40em){.header__wrapper{padding-left:24px;padding-right:24px;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}}@media all and (min-width: 64em){.header__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1188px;margin-right:auto;margin-left:auto}}@media all and (min-width: 64em){.header__info{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:36px}}.header__phone{display:none}@media all and (min-width: 64em){.header__phone{display:block;margin-left:auto;margin-right:5.5%}}.header__contact{display:none}@media all and (min-width: 64em){.header__contact{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__social{display:none}@media all and (min-width: 64em){.header__social{display:block}}.header-logo{margin-left:16px}@media all and (min-width: 40em){.header-logo{margin-left:0;margin-right:auto}}.header-logo__image{width:60px;height:60px;margin-right:10px}@media all and (min-width: 47em){.header-logo__image{width:66px;height:66px;margin-right:16px}}@media all and (min-width: 64em){.header-logo__image{width:101px;height:101px;margin-right:18px}}.header-logo__content{max-width:180px}@media all and (min-width: 64em){.header-logo__content{max-width:248px}}.header-logo__title{font-style:normal;font-weight:600;font-size:12px;line-height:120%}@media all and (min-width: 64em){.header-logo__title{font-weight:bold;font-size:18px;line-height:22px;text-transform:uppercase}}@media all and (min-width: 64em){.header-logo__title{font-size:18px;line-height:22px}}.header-logo__text{font-weight:500;font-size:10px;line-height:120%;color:#8896a0;margin-top:5px}@media all and (min-width: 64em){.header-logo__text{font-size:12px;display:block}}.header-nav{display:none}@media all and (min-width: 64em){.header-nav{display:block;margin-right:auto;margin-left:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.header-nav__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0;margin-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box}@media all and (min-width: 64em){.header-nav__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header-nav__item{-ms-flex-negative:0;flex-shrink:0}.header-nav__item:not(:last-child){margin-right:2%}@media all and (min-width: 72em){.header-nav__item:not(:last-child){margin-right:3%}}.header-nav__item.active .header-nav__link{color:#eb4b51}.header-nav__link{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Montserrat",sans-serif;font-style:normal;color:#2D2D2D}.header-nav__link:hover{color:#eb4b51}.header-nav__text{font-weight:600;font-size:16px;line-height:140%}@media all and (min-width: 40em){.header__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media all and (min-width: 64em){.header__content{width:100%;margin-left:0;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}}.header__actions{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-float{overflow:hidden;height:0;opacity:0;position:absolute;bottom:-100%;width:100%;background:#ffffff;-webkit-box-shadow:0px 25px 30px -13px rgba(0,0,0,0.1);box-shadow:0px 25px 30px -13px rgba(0,0,0,0.1);-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;z-index:5}.header-float--search{bottom:-105px}.header-float--sidebar{bottom:-166px}.header-float.is-active{height:auto;opacity:1;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.header-float__container{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:30px;padding-bottom:30px}.header-sidebar__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-sidebar__nav--col a{display:block;color:#2d2d2d}.header-sidebar__nav--col a:not(:last-child){margin-bottom:20px}.header-sidebar__nav--row a{color:#2d2d2d;letter-spacing:0.05em;text-transform:uppercase;margin-right:30px}.header-sidebar__nav--row a:hover{color:#eb4b51}.header-sidebar__caption{margin-bottom:20px}.header-search__field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:16px;position:relative}.header-search__field input{background:#f5f5f5;color:#8896a0;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding-left:68px}.header-search__field::before{content:"";stroke:#8896a0;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M7 21L10.3833 17.6167M8.55556 13.2222C8.55556 16.6587 11.3413 19.4444 14.7778 19.4444C18.2142 19.4444 21 16.6587 21 13.2222C21 9.78578 18.2142 7 14.7778 7C11.3413 7 8.55556 9.78578 8.55556 13.2222Z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");background-position:center;background-size:cover;width:28px;height:28px;top:50%;left:27px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header-search__input{border:0px;background:transparent;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;width:0%;padding-left:5px;-webkit-transition:all 0.5s 0.8s ease;-o-transition:all 0.5s 0.8s ease;transition:all 0.5s 0.8s ease}.header-search__input.is-active{width:98%;padding-left:5px;-webkit-transition:all 0.5s 0.8s ease;-o-transition:all 0.5s 0.8s ease;transition:all 0.5s 0.8s ease}.header-search__toggle{cursor:pointer;stroke:#8896a0;fill:transparent;width:36px;height:36px;margin-right:10px;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.header-search__toggle span{width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat}.header-search__toggle .header-search__toggle--open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M7 21L10.3833 17.6167M8.55556 13.2222C8.55556 16.6587 11.3413 19.4444 14.7778 19.4444C18.2142 19.4444 21 16.6587 21 13.2222C21 9.78578 18.2142 7 14.7778 7C11.3413 7 8.55556 9.78578 8.55556 13.2222Z' stroke='%238896A0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");display:none}@media all and (min-width: 40em){.header-search__toggle .header-search__toggle--open{display:block}}.header-search__toggle .header-search__toggle--close{display:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M24.7622 12.2377C24.4452 11.9208 23.9369 11.9208 23.6199 12.2377L18.5 17.357L13.3801 12.2377C13.0631 11.9208 12.5548 11.9208 12.2378 12.2377C11.9207 12.5547 11.9207 13.063 12.2378 13.38L17.3576 18.4993L12.2378 23.6185C11.9207 23.9355 11.9207 24.4438 12.2378 24.7608C12.3933 24.9163 12.6026 25 12.806 25C13.0093 25 13.2187 24.9223 13.3742 24.7608L18.494 19.6415L23.6139 24.7608C23.7694 24.9163 23.9787 25 24.1821 25C24.3914 25 24.5948 24.9223 24.7503 24.7608C25.0673 24.4438 25.0673 23.9355 24.7503 23.6185L19.6424 18.4993L24.7622 13.38C25.0793 13.063 25.0793 12.5547 24.7622 12.2377Z' fill='%238896A0'/%3E %3C/svg%3E")}.header-search__toggle.is-active .header-search__toggle--close{display:block}.header-search__toggle.is-active .header-search__toggle--open{display:none}@media all and (min-width: 40em){.header-search__submit{width:auto}}.header__auth-btn{display:none}@media all and (min-width: 40em){.header__auth-btn{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;padding:11px 13px 12px 13px;border:2px solid #f5f5f5;border-radius:6px;margin-right:16px}}@media all and (min-width: 64em){.header__auth-btn{border:none;padding:0;margin-right:0}}.header__shadow{background-color:rgba(66,66,66,0.62);position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;mix-blend-mode:normal;display:none;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.header__shadow.is-active{display:block;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.the-logo{font-family:"Montserrat", sans-serif;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.the-logo__title{color:#2D2D2D;text-transform:uppercase}@media all and (min-width: 64em){.the-logo__title{text-transform:none}}.auth-socials{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.passp-icon{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:contain}.passp-icon__size--l{width:25px;height:25px;margin-right:20px}.passp-icon--vk{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='%234D76A1'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.028 17.9821H13.0091C13.0091 17.9821 13.3055 17.9496 13.4568 17.7865C13.596 17.6368 13.5916 17.3556 13.5916 17.3556C13.5916 17.3556 13.5724 16.0391 14.1834 15.8453C14.7857 15.6543 15.5591 17.1176 16.3789 17.6802C16.9988 18.106 17.4698 18.0127 17.4698 18.0127L19.6618 17.9821C19.6618 17.9821 20.8084 17.9115 20.2647 17.01C20.2202 16.9362 19.9481 16.343 18.635 15.1242C17.2606 13.8485 17.4447 14.0549 19.1002 11.8482C20.1085 10.5044 20.5116 9.68394 20.3857 9.33255C20.2656 8.99787 19.5241 9.08633 19.5241 9.08633L17.0561 9.1017C17.0561 9.1017 16.8731 9.07675 16.7374 9.15785C16.6048 9.2374 16.5195 9.42279 16.5195 9.42279C16.5195 9.42279 16.1289 10.4627 15.6079 11.3471C14.509 13.2133 14.0695 13.3117 13.8899 13.1959C13.4722 12.9258 13.5764 12.1109 13.5764 11.532C13.5764 9.72361 13.8507 8.96957 13.0423 8.77437C12.774 8.70953 12.5766 8.66675 11.8905 8.65984C11.0099 8.65071 10.2646 8.66252 9.84257 8.8693C9.56181 9.00678 9.34522 9.31316 9.47713 9.33077C9.64024 9.3526 10.0097 9.43037 10.2055 9.69709C10.4585 10.0411 10.4495 10.8139 10.4495 10.8139C10.4495 10.8139 10.5948 12.9427 10.1102 13.2072C9.7775 13.3886 9.32116 13.0183 8.3414 11.3253C7.83938 10.458 7.46035 9.49944 7.46035 9.49944C7.46035 9.49944 7.38727 9.32029 7.25691 9.22448C7.09871 9.10839 6.87767 9.0714 6.87767 9.0714L4.53244 9.08677C4.53244 9.08677 4.18038 9.09658 4.05114 9.24966C3.93616 9.3858 4.042 9.66745 4.042 9.66745C4.042 9.66745 5.87808 13.9631 7.95703 16.1278C9.86329 18.1125 12.028 17.9821 12.028 17.9821Z' fill='white'/%3E %3C/svg%3E")}.passp-icon--fb{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='%233B5998'/%3E %3Cpath d='M15.6423 12.9891H13.4119V21.1605H10.0325V12.9891H8.42529V10.1174H10.0325V8.259C10.0325 6.93008 10.6638 4.84912 13.442 4.84912L15.9452 4.85959V7.64713H14.1289C13.831 7.64713 13.4121 7.79597 13.4121 8.42991V10.12H15.9376L15.6423 12.9891Z' fill='white'/%3E %3C/svg%3E")}.passp-icon--gg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M5.54053 15.1079L4.67031 18.3565L1.4897 18.4238C0.53916 16.6608 0 14.6437 0 12.5001C0 10.4273 0.504102 8.47261 1.39766 6.75146H1.39834L4.22998 7.2706L5.47041 10.0853C5.21079 10.8421 5.06929 11.6546 5.06929 12.5001C5.06938 13.4177 5.2356 14.2968 5.54053 15.1079Z' fill='%23FBBB00'/%3E %3Cpath d='M24.7817 10.165C24.9252 10.9212 25.0001 11.7021 25.0001 12.5002C25.0001 13.3951 24.906 14.2681 24.7268 15.1101C24.1183 17.9755 22.5283 20.4775 20.3257 22.2481L20.325 22.2475L16.7584 22.0655L16.2536 18.9144C17.7151 18.0572 18.8573 16.7159 19.459 15.1101H12.7749V10.165H19.5565H24.7817Z' fill='%23518EF8'/%3E %3Cpath d='M20.3249 22.2473L20.3256 22.248C18.1834 23.9698 15.4623 25 12.5 25C7.73975 25 3.60103 22.3394 1.48975 18.4238L5.54058 15.1079C6.59619 17.9252 9.31392 19.9307 12.5 19.9307C13.8695 19.9307 15.1525 19.5605 16.2535 18.9142L20.3249 22.2473Z' fill='%2328B446'/%3E %3Cpath d='M20.4785 2.87773L16.4291 6.19297C15.2896 5.48076 13.9428 5.06934 12.4998 5.06934C9.24155 5.06934 6.473 7.16685 5.47026 10.0852L1.39814 6.75137H1.39746C3.47783 2.74038 7.66875 0 12.4998 0C15.5328 0 18.3137 1.08037 20.4785 2.87773Z' fill='%23F14336'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='25' height='25' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E")}.passp-icon--ok{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.5116 10.36C13.7052 10.3556 14.6558 9.39682 14.6515 8.20065C14.6471 7.00398 13.6945 6.05181 12.5003 6.05078C11.2962 6.0495 10.3346 7.01932 10.3438 8.22674C10.3528 9.41855 11.3141 10.3643 12.5116 10.36Z' fill='%23FF9C44'/%3E %3Cpath d='M12.5 0C5.59642 0 0 5.59667 0 12.5C0 19.4033 5.59642 25 12.5 25C19.4036 25 25 19.4033 25 12.5C25 5.59667 19.4036 0 12.5 0ZM12.5179 3.80128C14.9527 3.80793 16.9069 5.79949 16.8944 8.26112C16.8821 10.666 14.8959 12.6151 12.4652 12.6069C10.0593 12.5987 8.08619 10.6041 8.10051 8.19437C8.11407 5.75831 10.0882 3.79463 12.5179 3.80128ZM17.4494 14.3368C16.911 14.8895 16.2629 15.2895 15.5432 15.5685C14.8629 15.8322 14.1174 15.965 13.3793 16.0535C13.491 16.1747 13.5435 16.2343 13.613 16.3038C14.6146 17.3107 15.621 18.3125 16.6192 19.3223C16.9593 19.6665 17.0302 20.0931 16.843 20.4928C16.6386 20.9302 16.1801 21.2176 15.7302 21.1867C15.4453 21.167 15.223 21.0256 15.0258 20.8269C14.2698 20.0662 13.4995 19.3192 12.7593 18.5442C12.5432 18.3187 12.4399 18.3616 12.2494 18.5575C11.489 19.3407 10.7161 20.1113 9.93887 20.8778C9.58977 21.222 9.17442 21.2844 8.76931 21.0875C8.33887 20.8793 8.06522 20.4396 8.08619 19.9974C8.10102 19.6992 8.24783 19.4706 8.45294 19.2665C9.4445 18.277 10.433 17.2844 11.4217 16.2926C11.4875 16.2269 11.5483 16.157 11.6437 16.0547C10.2951 15.9138 9.07903 15.5818 8.03785 14.7678C7.90844 14.6665 7.77519 14.5688 7.65754 14.4552C7.20153 14.0176 7.15575 13.5161 7.51611 13C7.82481 12.5581 8.34245 12.4399 8.88082 12.6939C8.98517 12.7427 9.0844 12.8046 9.17954 12.8701C11.1197 14.2033 13.7852 14.2399 15.733 12.9297C15.9258 12.7824 16.1322 12.6611 16.3714 12.6C16.8358 12.4803 17.2696 12.6514 17.5187 13.0581C17.8038 13.5228 17.8005 13.976 17.4494 14.3368Z' fill='%23FF9C44'/%3E %3C/svg%3E")}.auth__bio.tablet{max-width:120px;display:none}@media all and (min-width: 40em){.auth__bio.tablet{display:block;margin-right:10px}}.auth__bio.mobile{width:80%;text-align:left}footer{background:inherit;-webkit-box-shadow:none;box-shadow:none;height:auto;min-width:auto;padding:0;position:relative;bottom:0;width:auto}.footer{position:relative;overflow:visible;line-height:18px;width:100%;padding:0;margin:0;height:auto;text-align:left;font-style:normal;margin-top:auto}footer p{border-top:none;text-align:inherit}.footer p{color:#8896a0;width:auto;padding:0}.footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background:#efefef}.footer__content{padding:24px 16px 40px}@media all and (min-width: 40em){.footer__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media all and (min-width: 64em){.footer__content{margin-right:-20px;padding:60px 0 40px}}@media all and (min-width: 40em){.footer__logos{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:30px}}@media all and (min-width: 64em){.footer__logos{display:block;width:-webkit-calc(100% / 3 - 20px);width:calc(100% / 3 - 20px);margin-right:20px}}.footer-logo{margin-bottom:30px}@media all and (min-width: 40em){.footer-logo{margin-bottom:0;-ms-flex-preferred-size:70%;flex-basis:70%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width: 64em){.footer-logo{-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;margin-bottom:40px}}.footer-logo__block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-logo__image{width:80px;height:80px;margin-right:15px}@media all and (min-width: 40em){.footer-logo__image{width:93px;height:93px}}.footer-logo__title{font-weight:bold;font-size:15px;line-height:18px;text-transform:uppercase;margin-bottom:3px;margin-top:0;color:#2d2d2d}@media all and (min-width: 40em){.footer-logo__title{font-size:18px;line-height:22px}}.footer-logo__text{font-weight:500;font-size:10px;line-height:12px;color:#8896a0;margin:0}.footer-partners{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media all and (min-width: 40em){.footer-partners{margin-bottom:0;-ms-flex-preferred-size:30%;flex-basis:30%;display:block}}@media all and (min-width: 64em){.footer-partners{-ms-flex-preferred-size:100%;flex-basis:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer__logo--nac-project{width:117px;margin-right:auto;margin-left:auto}@media all and (min-width: 40em){.footer__logo--nac-project{margin-right:0;margin-left:0}}.footer__contacts{text-align:center}@media all and (min-width: 40em){.footer__contacts{text-align:left;width:25%}}@media all and (min-width: 64em){.footer__contacts{width:auto;-ms-flex-preferred-size:20%;flex-basis:20%}}.footer__subtitle{font-weight:600;font-size:14px;line-height:17px;color:#8896a0;margin-bottom:16px}.footer-phone{margin-bottom:30px}@media all and (min-width: 40em){.footer-phone{margin-bottom:24px;text-align:left}}@media all and (min-width: 40em){.footer-phone__link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer-phone__subtitle{font-size:11px;line-height:13px;letter-spacing:-0.005em}.footer-social__subtitle{margin-bottom:10px;text-align:center}@media all and (min-width: 40em){.footer-social__subtitle.mobile{display:none}}@media all and (min-width: 40em){.footer-social__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:-16px}}.footer-social__link:not(:last-child){margin-right:15px}@media all and (min-width: 40em){.footer-social__link:not(:last-child){margin-right:16px}}@media all and (min-width: 40em){.footer-social__link{margin-bottom:16px}}.footer__info{background:#dbdbdb;padding:16px}.footer__copy{font-family:"Montserrat",sans-serif;font-weight:500;font-size:12px;line-height:17px;margin-bottom:0;color:#2d2d2d;text-align:center}.footer-nav{width:-webkit-calc(50% - 20px);width:calc(50% - 20px);margin-right:20px;margin-left:-3%}.footer-nav.desktop{display:none}@media all and (min-width: 64em){.footer-nav.desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}.footer-nav__column{margin-right:3%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:-15px}@media all and (min-width: 64em){.footer-nav__column:last-child{-ms-flex-preferred-size:30%;flex-basis:30%}}.footer-nav__link{font-family:"Montserrat",sans-serif;font-weight:500;font-size:14px;line-height:17px;color:#2d2d2d;margin-bottom:15px;display:block}.footer-nav__link:hover{color:#eb4b51}@media (max-width: 1023px){.container{margin-top:87px;width:100% !important}.row .col-xs-12 .row{margin-right:0;margin-left:0}.row .col-xs-12 .row .content{margin-left:0}}#test_singlepaged_form .calc-block{padding:0}#test_calculation_result .border-block{width:100%}.page{min-height:unset;position:relative;width:100%;margin:0;padding:0}.page-header{padding-bottom:0;margin:0;border-bottom:none}.page__bread-crumbs{margin-bottom:16px}@media all and (min-width: 64em){.page__bread-crumbs{margin-bottom:34px}}.page__separator{display:block;height:1px;width:100%;background-color:#ebebeb;margin-top:40px;margin-bottom:24px}@media all and (min-width: 64em){.page__separator--mobile{display:none}}.page{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-top:81px}@media all and (min-width: 40em){.page{margin-top:87px}}@media all and (min-width: 64em){.page{margin-top:0}}.page-header--index{padding:30px 0}@media all and (min-width: 64em){.page-header--index{padding:60px 0}}@media all and (min-width: 40em){.page-header__wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media all and (min-width: 64em){.page-header__wrapper--index{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-20px}}.page-header__content.tablet{display:none}@media all and (min-width: 40em){.page-header__content.tablet{display:block}}@media all and (min-width: 40em){.page-header__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:60%;flex-basis:60%}}@media all and (min-width: 64em){.page-header__content{-ms-flex-preferred-size:50%;flex-basis:50%}}@media all and (min-width: 64em){.page-header__content--index{width:-webkit-calc(100% / 2 - 20px);width:calc(100% / 2 - 20px);margin-right:20px;margin-bottom:-20px}}.page-header__image{width:100%}@media all and (min-width: 40em){.page-header__image{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:40%;flex-basis:40%;-ms-flex-negative:0;flex-shrink:0}}.page-header__image--index{width:100%;margin-bottom:40px}@media all and (min-width: 64em){.page-header__image--index{width:-webkit-calc(100% / 2 - 20px);width:calc(100% / 2 - 20px);margin-right:20px;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.articles-header{background-color:#f5f5f5;padding:30px 0}.articles__title{margin-bottom:36px}.articles-search__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:24px}@media all and (min-width: 40em){.articles-search__container{margin-bottom:30px}}.articles-search__field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;margin-right:-5px}@media all and (min-width: 40em){.articles-search__field{margin-right:20px}}.articles-search__field::before{content:none;stroke:#8896a0;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M7 21L10.3833 17.6167M8.55556 13.2222C8.55556 16.6587 11.3413 19.4444 14.7778 19.4444C18.2142 19.4444 21 16.6587 21 13.2222C21 9.78578 18.2142 7 14.7778 7C11.3413 7 8.55556 9.78578 8.55556 13.2222Z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");background-position:center;background-size:cover;width:28px;height:28px;top:50%;left:27px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media all and (min-width: 40em){.articles-search__field::before{content:""}}.articles-search__field input{color:#8896a0;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0;padding-left:16px}@media all and (min-width: 40em){.articles-search__field input{padding-left:68px;border-bottom-right-radius:6px;border-top-right-radius:6px}}.articles-search__submit{width:auto;z-index:2;padding-left:22px;padding-right:22px}@media all and (min-width: 40em){.articles-search__submit{padding-left:40px;padding-right:40px}}@media all and (min-width: 64em){.articles--row-desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media all and (min-width: 64em){.articles--main-news{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-calc((100% / 3) - 20px);width:calc((100% / 3) - 20px)}}.articles__meta{margin-bottom:2px}.articles__title--light{color:#8896a0}.articles__title--center{text-align:center}.articles__part{text-align:center}.articles__part:not(:last-child){margin-bottom:30px}@media all and (min-width: 64em){.articles__part:not(:last-child){margin-bottom:60px}}.articles__list--page{margin-bottom:-44px}@media all and (min-width: 64em){.articles__list--col-desktop{display:block;margin-right:0}}@media all and (min-width: 64em){.articles__list--search{margin-bottom:0}}@media all and (min-width: 64em){.articles__list--search .articles-item--page{margin-bottom:40px}}.articles-item{margin-bottom:24px}.articles-item--page{margin-bottom:44px}@media all and (min-width: 64em){.articles-item--col-desktop{width:100%;margin-right:0}}@media all and (min-width: 40em){.articles__footer{text-align:center}}.articles__separator{margin-top:24px;margin-bottom:24px}@media all and (min-width: 40em){.articles__separator{margin-top:30px;margin-bottom:30px}}.articles__more{margin-top:20px}@media all and (min-width: 40em){.articles__more{margin-top:40px}}.articles-sort{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.articles-sort__category{margin-right:16px}.articles-sort__select{width:auto;margin-left:auto}.article-card{position:relative}.article-card--deco{height:100%;background:#ffffff;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.article-card--full{display:block;margin-bottom:24px}@media all and (min-width: 40em){.article-card--full{margin-bottom:40px}}.article-card__top{position:relative;background-color:#ffffff;width:100%;margin-bottom:8px}@media all and (min-width: 40em){.article-card__top--col-tablet{-ms-flex-preferred-size:auto;flex-basis:auto;max-width:100%;height:auto;margin-right:0;margin-bottom:10px;position:relative}}.article-card__top--author-pic{margin-bottom:44px}.article-card__top--full{position:relative;margin-right:0;-ms-flex-preferred-size:auto;flex-basis:auto;max-width:100%;height:auto}.article-card__image{display:block}.article-card__image--full{width:100%;margin-bottom:8px;display:block}.article-card__icon--video{position:absolute;width:64px;height:64px;background-image:url(../images/video-item.svg);top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.article-card__title{text-align:left;margin-top:0;margin-bottom:0}.article-card__title--full{margin-bottom:0}@media all and (min-width: 40em){.article-card__title--full{margin-top:15px;margin-bottom:10px}}.article-card__text{margin:0}.article-card__text.tablet{display:none}@media all and (min-width: 40em){.article-card__text.tablet{display:inline}}@media all and (min-width: 40em){.article-card__meta{margin-bottom:10px}}.article-card__tag--deco-tablet{display:none}@media all and (min-width: 40em){.article-card__tag--deco-tablet{display:inline;position:absolute;top:14px;left:14px;color:#eb4b51;padding:2px 6px;background:rgba(255,255,255,0.8);border-radius:2px;text-decoration:none}.article-card__tag--deco-tablet:hover{color:#eb4b51}}.article-card__content{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.article-card__content--padded{padding-left:24px;padding-right:24px;padding-bottom:24px}.article-card__title{margin:0}.article-card__author{margin-top:10px;margin-bottom:0}.article-card__author-pic{position:absolute;bottom:-25px;left:24px;width:50px;height:50px;border:3px solid rgba(255,255,255,0.65);border-radius:50%}.filters{overflow:hidden;margin-bottom:24px}.filters__title{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}@media all and (min-width: 65em){.filters__title{margin-bottom:0;margin-right:20px}}.filters__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:10px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:scroll}@media all and (min-width: 65em){.filters__list{overflow-x:inherit;padding-bottom:0}}.filters__item{font-weight:600;font-size:12px;line-height:18px;background:#ebebeb;border-radius:30px;cursor:pointer}@media all and (min-width: 40em){.filters__item{font-size:15px;line-height:21px}}.filters__item:not(:last-child){margin-right:10px}@media all and (min-width: 40em){.filters__item{font-size:15px;line-height:21px}.filters__item:not(:last-child){margin-right:15px}}@media all and (min-width: 65em){.filters__item:not(:last-child){margin-right:20px}}.filters__item a{white-space:nowrap;color:#2d2d2d;font-weight:600;font-size:12px;line-height:18px;padding:6px 15px;border-radius:30px}@media all and (min-width: 40em){.filters__item a{font-size:15px;line-height:21px}}@media all and (min-width: 65em){.filters__item a{padding:7px 30px}}.filters__item.active{background:#eb4b51;color:#ffffff}.filters__item.active a{background:#eb4b51;color:#ffffff}.filters__item--category{background-color:#8896a0}.filters__item--category span{width:18px;height:18px;display:block;background-size:auto;background-position:center}.filters__item--category.desktop{display:none}@media all and (min-width: 64em){.filters__item--category.desktop{display:block}.filters__item--category.desktop span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.75 3L12 3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M12 5.25V0.749999' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15.75 15H10.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M10.5 17.25V12.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M15.75 9H9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 11.25V6.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9 3L2.25 3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M6 9H2.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M7.5 15H2.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");background-size:auto;background-position:center}}.filters__item--category.tablet{margin-right:16px}.filters__item--category.tablet span{background-size:auto;background-position:center;margin-right:4px}@media all and (min-width: 64em){.filters__item--category.tablet{display:none}}.filters__item--base{background:transparent;cursor:inherit;padding:0}@media all and (min-width: 64em){.videos{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width: 40em){.videos__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media all and (min-width: 64em){.videos__list{width:-webkit-calc((100% /3) - 20px);width:calc((100% /3) - 20px);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:block}}@media all and (min-width: 64em){.videos__list--left-desktop{margin-left:20px}}@media all and (min-width: 64em){.videos__list--right-desktop{margin-right:20px}}.videos-item{margin-bottom:16px}@media all and (min-width: 40em){.videos-item{width:-webkit-calc(50% - 45px);width:calc(50% - 45px);margin-right:45px;margin-bottom:20px}}@media all and (min-width: 64em){.videos-item{width:100%;margin-right:0}}.video-card{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.video-card__image{margin-right:12px;-ms-flex-negative:0;flex-shrink:0;width:72px;height:72px;position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border-radius:6px}@media all and (min-width: 40em){.video-card__image{width:80px;height:80px;margin-right:20px;border-radius:6px}}.video-card__image img{width:100%;height:100%}.video-card__icon{width:30px;height:30px;stroke:#FFFFFF;fill:none;position:absolute}.video-card__content{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.video-block{position:relative;width:100%;border-radius:6px}@media all and (min-width: 40em){.video-block{margin-bottom:24px}}@media all and (min-width: 64em){.video-block{width:-webkit-calc(100% * 2 /3);width:calc(100% * 2 /3);-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}}.video-block__image{height:198px;overflow:hidden}@media all and (min-width: 40em){.video-block__image{height:380px}}.video-block__image img{border-radius:6px;height:100%}.video-block__content{padding:47px 24px 16px 16px;position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;background-image:-o-linear-gradient(top, rgba(55,55,55,0) 37.31%, #2B2B2B 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(37.31%, rgba(55,55,55,0)), to(#2B2B2B));background-image:-webkit-linear-gradient(top, rgba(55,55,55,0) 37.31%, #2B2B2B 100%);background-image:linear-gradient(180deg, rgba(55,55,55,0) 37.31%, #2B2B2B 100%)}@media all and (min-width: 40em){.video-block__content{padding:125px 33px 24px 24px}}.video-block__icon{width:60px;height:57.45px;fill:#FFFFFF;margin-bottom:auto;position:relative}.video-block__icon svg{width:60px;height:57.45px;fill:#FFFFFF}@media all and (min-width: 40em){.video-block__icon{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-block__icon::before{content:'';display:block;position:absolute;width:105.33px;height:110px;background:rgba(255,255,255,0.37);border-radius:50%}}.video-block__title{margin:0}.video-block__title--light{color:#FFFFFF}.post{padding-top:30px}.post__title{margin-bottom:30px}@media all and (min-width: 40em){.post__title.mobile{display:none}}.post__title.tablet{display:none}@media all and (min-width: 40em){.post__title.tablet{display:block}}.post__subtitle{margin-bottom:24px;color:#151522}.post__image{margin-bottom:16px;padding-bottom:43.86%}@media all and (min-width: 40em){.post__image{margin-bottom:40px}}.post__image .padded-wrapper__image{position:absolute;left:0;top:0;width:100%;height:auto}@media all and (min-width: 64em){.post__body{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media all and (min-width: 64em){.post__content{max-width:754px;margin-left:auto;margin-right:auto}}.post-author{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.post-author__pic{-ms-flex-negative:0;flex-shrink:0;width:36px;height:36px;margin-right:16px;border-radius:50%}.post-author__pic img{border-radius:50%;width:100%;height:100%}.post-author__name{margin-bottom:2px;color:#2d2d2d}.post__date{margin-bottom:30px}.post__table-contents{margin-bottom:24px}.post__part{margin-bottom:24px}@media all and (min-width: 64em){.post__part{margin-bottom:40px}}.post-footer__part{padding:24px 0;border-top:1px solid #ebebeb}@media all and (min-width: 40em){.post-footer__part{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.post-footer__title{margin-top:0;margin-bottom:16px;font-weight:600;font-family:"Rubik",sans-serif}@media all and (min-width: 40em){.post-footer__title{margin-bottom:0;margin-right:16px}}.post-footer__title--attribute{margin-bottom:0;margin-right:6px}.post-footer__link{color:#8896a0;text-decoration:underline}.post__attribute-photo{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.post-share{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media all and (min-width: 64em){.post-share.not-desktop{display:none}}.post-commemts{padding:24px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.post-commemts__title{margin-bottom:16px;margin-top:0;font-weight:600;font-family:"Rubik",sans-serif}.post-commemts__more{text-align:center}.post-commemts__link{font-weight:600;font-size:14px;line-height:20px}.post-socials.desktop{display:none}@media all and (min-width: 64em){.post-socials.desktop{display:block}}.post-socials__list{display:block}.post-socials__push{display:block;padding-top:20px;padding-bottom:20px;width:20px;border-bottom:1px solid #ebebeb}.post-socials__push:last-child{border-bottom:none}.post-socials__icon{position:relative;width:20px;height:20px}.post-socials__icon img{width:20px;height:20px}.table-contents{background-color:#f7f7f7;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:16px;margin-bottom:24px}.table-contents__list{list-style:none;counter-reset:li}.table-contents__item{margin-bottom:16px;counter-increment:li;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-contents__item::before{content:counter(li) ". ";font-family:"Rubik",sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:21px;color:#8896a0;display:inline-block;margin-right:8px}.comments-commemt{width:100%;position:relative;margin-bottom:16px}@media all and (min-width: 64em){.comments-commemt{margin-bottom:25px}}.comments-commemt__icon{width:15px;height:15px;stroke:#8896a0;fill:none;display:block;background-size:auto;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.6 1C0.6 0.779086 0.779086 0.6 1 0.6H13C13.2209 0.6 13.4 0.779086 13.4 1V5.92105V13.1159C13.4 13.4366 13.0415 13.6269 12.7758 13.4471L9.92348 11.517C9.65875 11.3378 9.34643 11.2421 9.02678 11.2421H0.999999C0.779086 11.2421 0.6 11.063 0.6 10.8421V1Z' stroke='%238896A0' stroke-width='1.2' stroke-linejoin='round'/%3E %3Crect x='3.3' y='4.3' width='7.4' height='0.6' rx='0.3' fill='%238896A0' stroke='%238896A0' stroke-width='0.6'/%3E %3Cmask id='path-3-inside-1' fill='white'%3E %3Cpath d='M4 7.6C4 7.26863 4.26863 7 4.6 7H10.4C10.7314 7 11 7.26863 11 7.6C11 7.93137 10.7314 8.2 10.4 8.2H4.6C4.26863 8.2 4 7.93137 4 7.6Z'/%3E %3C/mask%3E %3Cpath d='M4 7.6C4 7.26863 4.26863 7 4.6 7H10.4C10.7314 7 11 7.26863 11 7.6C11 7.93137 10.7314 8.2 10.4 8.2H4.6C4.26863 8.2 4 7.93137 4 7.6Z' fill='%238896A0'/%3E %3Cpath d='M4.6 8.2H10.4V5.8H4.6V8.2ZM10.4 7H4.6V9.4H10.4V7ZM4.6 7C4.93137 7 5.2 7.26863 5.2 7.6H2.8C2.8 8.59411 3.60589 9.4 4.6 9.4V7ZM9.8 7.6C9.8 7.26863 10.0686 7 10.4 7V9.4C11.3941 9.4 12.2 8.59411 12.2 7.6H9.8ZM10.4 8.2C10.0686 8.2 9.8 7.93137 9.8 7.6H12.2C12.2 6.60589 11.3941 5.8 10.4 5.8V8.2ZM4.6 5.8C3.60589 5.8 2.8 6.60589 2.8 7.6H5.2C5.2 7.93137 4.93137 8.2 4.6 8.2V5.8Z' fill='%238896A0' mask='url(%23path-3-inside-1)'/%3E %3C/svg%3E");position:absolute;left:8px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media all and (min-width: 64em){.comments-commemt__icon{left:20px}}.comments-commemt__btn{padding:8px;position:absolute;right:0;width:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media all and (min-width: 64em){.comments-commemt__btn{right:22px}}.comments-commemt__textarea{padding:8px 30px;max-height:200px}@media all and (min-width: 64em){.comments-commemt__textarea{padding:10px 125px 5px 50px;max-height:none;max-height:initial}}.comments__content{margin-bottom:8px}.comments__item{margin-bottom:16px}.comments__item--sub{margin-left:24px}.comments__author{margin-bottom:16px}.comments__text{margin-bottom:8px}p{margin-bottom:10px}blockquote{padding:0;margin:0;font-size:inherit;padding-left:20px;border-left:2px solid #EB4B51;margin-top:20px;margin-bottom:20px}blockquote p:last-child{margin-bottom:0}@media all and (min-width: 40em){blockquote{margin-top:30px;margin-bottom:30px}}.post__content .text-h3{margin-bottom:20px}.post__content h3{margin-bottom:20px}.container .row .col-xs-12 .page{margin-top:0}.container .row .col-xs-12 .page .post{padding-top:0}@media all and (min-width: 40em){.projects__list{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-24px}}.projects-item{margin-bottom:16px;padding:16px;background:#F5F5F5;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media all and (min-width: 40em){.projects-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-calc(50% - 24px);width:calc(50% - 24px);margin-right:24px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:30px}}.projects-item__image{margin-right:14px}@media all and (min-width: 40em){.projects-item__image{margin-right:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}.projects-item__icon{width:46px;height:46px;border-radius:50%;background-color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.projects-item__icon--mobile{width:25px;height:25px}@media all and (min-width: 40em){.projects-item__icon--mobile{display:none}}.projects-item__icon--tablet{display:none;width:16px;height:16px}@media all and (min-width: 40em){.projects-item__icon--tablet{display:block}}.projects-item__pic{display:none;width:50%}@media all and (min-width: 40em){.projects-item__pic{display:block}}@media all and (min-width: 40em){.projects-item__content{margin-bottom:auto}}.projects-item__title{margin-top:0;margin-bottom:0}@media all and (min-width: 40em){.projects-item__title{margin-bottom:4px}}.projects-item__caption{color:#2D2D2D}.page-share{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media all and (min-width: 40em){.page-share{width:100%}}@media all and (min-width: 64em){.page-share{width:auto}}.page-share__push{position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;padding-left:20px;padding-right:20px;border-right:1px solid #ebebeb}@media all and (min-width: 64em){.page-share__push{padding-left:30px;padding-right:30px}}.page-share__push:last-child{padding-right:0;border-right:none}.page-share__icon{position:relative;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-share__btn{width:100%;margin-top:24px}@media all and (min-width: 40em){.page-share__btn{margin-top:0;margin-left:auto;width:auto}}@media all and (min-width: 64em){.page-share__btn{background:transparent;color:#545454;height:auto;padding:0;margin-left:30px}}.services-page__header{background-color:#F5F5F5}.services-page__wrapper{padding-top:30px;padding-bottom:24px}@media all and (min-width: 64em){.services-page__wrapper{padding-top:60px;padding-bottom:100px}}.services-page__title{margin-bottom:24px}@media all and (min-width: 64em){.services-page__title{margin-bottom:30px}}.services-page__text{margin-bottom:0;color:#8896A0}.services-page__image{width:160px;height:160px;margin-left:auto}.services-page__image.desktop{display:none}@media all and (min-width: 64em){.services-page__image.desktop{display:block}}.conference{padding:14px 0 60px}@media all and (min-width: 64em){.conference{padding:30px 0 76px}}.conference__header{margin-bottom:24px}@media all and (min-width: 64em){.conference__header{margin-bottom:30px}}.conference__title{margin-bottom:24px}@media all and (min-width: 64em){.conference__title{margin-bottom:30px}}.conference__text{margin-bottom:0}.conference-expert{margin-top:24px;margin-bottom:30px}@media all and (min-width: 64em){.conference-expert{margin-top:30px;margin-bottom:40px}}.conference-expert__title{margin-bottom:16px}@media all and (min-width: 64em){.conference-expert__title{margin-bottom:20px}}.conference-expert__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conference-expert__content.desktop{display:none}@media all and (min-width: 64em){.conference-expert__content.desktop{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}@media all and (min-width: 64em){.conference-expert__content.tablet{display:none}}.conference-expert__pic{width:60px;height:60px;border-radius:50%;margin-right:16px;-ms-flex-negative:0;flex-shrink:0}@media all and (min-width: 64em){.conference-expert__pic{width:77px;height:77px;margin-right:20px}}.conference-expert__pic img{border-radius:50%}.conference-expert__info{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:16px}@media all and (min-width: 64em){.conference-expert__info{display:block;margin-bottom:0}}.conference-expert__fio{margin-top:0;margin-bottom:0}@media all and (min-width: 64em){.conference-expert__fio{margin-bottom:5px}}.conference-expert__text{margin-bottom:0;color:#8896a0}.conference__body{border-top:1px solid #ebebeb;border-radius:2px;padding-top:24px;padding-bottom:24px}@media all and (min-width: 40em){.conference__body{border-top:0;padding-left:24px;padding-right:24px;background-color:#ffffff;-webkit-box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);border-radius:12px}}@media all and (min-width: 64em){.conference__body{padding-top:40px;padding-bottom:40px;padding-left:40px;padding-right:40px}}.conference-part{position:relative}.conference-part:not(:first-child){margin-top:24px}@media all and (min-width: 40em){.conference-part{padding-left:50px}.conference-part:not(:first-child){margin-top:40px}.conference-part::before{content:"";width:36px;height:36px;position:absolute;top:0;left:-5px;display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='%23EB4B51' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M24.3281 22.4297C23.9399 22.4297 23.625 22.7445 23.625 23.1328V27.9844C23.625 29.9229 22.0479 31.5 20.1094 31.5H12.5179C12.1297 31.5 11.815 31.8145 11.8147 32.2026L11.8138 33.6006L10.1355 31.9224C10.0269 31.673 9.77829 31.5 9.49071 31.5H4.92188C2.98336 31.5 1.40625 29.9229 1.40625 27.9844V17.1562C1.40625 15.2177 2.98336 13.6406 4.92188 13.6406H12.0234C12.4117 13.6406 12.7266 13.3258 12.7266 12.9375C12.7266 12.5492 12.4117 12.2344 12.0234 12.2344H4.92188C2.20795 12.2344 0 14.4423 0 17.1562V27.9844C0 30.6983 2.20795 32.9062 4.92188 32.9062H9.13064L12.0184 35.7941C12.153 35.9286 12.3327 36 12.5158 36C12.6063 36 12.6976 35.9825 12.7844 35.9466C13.0472 35.8379 13.2185 35.5816 13.2188 35.2974L13.2204 32.9062H20.1094C22.8233 32.9062 25.0312 30.6983 25.0312 27.9844V23.1328C25.0312 22.7445 24.7164 22.4297 24.3281 22.4297Z' fill='%23EB4B51'/%3E %3Cpath d='M25.7804 0H24.0009C18.3658 0 13.7812 4.58452 13.7812 10.2196C13.7812 15.8548 18.3658 20.4392 24.0008 20.4392H25.7804C26.6599 20.4392 27.5304 20.3275 28.3742 20.1067L31.003 22.734C31.1375 22.8684 31.3172 22.9398 31.5001 22.9398C31.5908 22.9398 31.6822 22.9223 31.7692 22.8862C32.0318 22.7774 32.2031 22.521 32.2031 22.2367V18.1687C33.3161 17.2673 34.2406 16.1288 34.8895 14.8568C35.6264 13.4122 36 11.852 36 10.2196C36 4.58452 31.4155 0 25.7804 0ZM31.0769 17.2642C30.9007 17.397 30.7969 17.605 30.7969 17.8258V20.5399L29.0763 18.8202C28.9424 18.6865 28.7628 18.6144 28.5791 18.6144C28.5102 18.6144 28.4406 18.6246 28.3727 18.6455C27.5358 18.9027 26.6636 19.033 25.7804 19.033H24.0009C19.1411 19.033 15.1875 15.0794 15.1875 10.2196C15.1875 5.35992 19.1412 1.40625 24.0009 1.40625H25.7804C30.6401 1.40625 34.5938 5.35992 34.5938 10.2196C34.5938 13.0132 33.312 15.5809 31.0769 17.2642Z' fill='%23EB4B51'/%3E %3Cpath d='M28.0577 7.69374C27.9563 6.22175 26.7697 5.03515 25.2976 4.93369C24.4631 4.87639 23.6668 5.15785 23.0572 5.72689C22.4561 6.28805 22.1113 7.08132 22.1113 7.90334C22.1113 8.29168 22.4262 8.60647 22.8145 8.60647C23.2027 8.60647 23.5176 8.29168 23.5176 7.90334C23.5176 7.46326 23.6949 7.05537 24.0168 6.75493C24.3384 6.45476 24.7587 6.30619 25.201 6.33671C25.9764 6.39015 26.6014 7.01515 26.6549 7.79049C26.7089 8.57356 26.1951 9.26558 25.4333 9.43601C24.8161 9.57411 24.3851 10.1104 24.3851 10.7402V12.4295C24.3851 12.8178 24.7 13.1326 25.0882 13.1326C25.4766 13.1326 25.7913 12.8178 25.7913 12.4295V10.7964C27.2081 10.4541 28.1586 9.15772 28.0577 7.69374Z' fill='%23EB4B51'/%3E %3Cpath d='M25.583 14.7137C25.4523 14.5829 25.2709 14.5077 25.0859 14.5077C24.901 14.5077 24.7196 14.5829 24.5888 14.7137C24.458 14.8445 24.3828 15.0259 24.3828 15.2108C24.3828 15.3964 24.4581 15.5778 24.5888 15.7086C24.7196 15.8394 24.901 15.9139 25.0859 15.9139C25.2709 15.9139 25.4523 15.8394 25.583 15.7086C25.7138 15.5771 25.7891 15.3964 25.7891 15.2108C25.7891 15.0259 25.7138 14.8445 25.583 14.7137Z' fill='%23EB4B51'/%3E %3Cpath d='M19.3359 21.7969H4.5C4.11173 21.7969 3.79688 22.1117 3.79688 22.5C3.79688 22.8883 4.11173 23.2031 4.5 23.2031H19.3359C19.7243 23.2031 20.0391 22.8883 20.0391 22.5C20.0391 22.1117 19.7242 21.7969 19.3359 21.7969Z' fill='%23EB4B51'/%3E %3Cpath d='M19.833 25.9404C19.7023 25.8096 19.5209 25.7344 19.3359 25.7344C19.151 25.7344 18.9696 25.8096 18.8388 25.9404C18.708 26.0712 18.6328 26.2526 18.6328 26.4375C18.6328 26.6224 18.708 26.8038 18.8388 26.9346C18.9696 27.0654 19.151 27.1406 19.3359 27.1406C19.5209 27.1406 19.7023 27.0654 19.833 26.9346C19.9638 26.8038 20.0391 26.6231 20.0391 26.4375C20.0391 26.2526 19.9638 26.0712 19.833 25.9404Z' fill='%23EB4B51'/%3E %3Cpath d='M16.5703 25.7344H4.5C4.11173 25.7344 3.79688 26.0492 3.79688 26.4375C3.79688 26.8258 4.11173 27.1406 4.5 27.1406H16.5703C16.9587 27.1406 17.2735 26.8258 17.2735 26.4375C17.2735 26.0492 16.9586 25.7344 16.5703 25.7344Z' fill='%23EB4B51'/%3E %3Cpath d='M14.7656 17.8594H4.5C4.11173 17.8594 3.79688 18.1742 3.79688 18.5625C3.79688 18.9508 4.11173 19.2656 4.5 19.2656H14.7656C15.154 19.2656 15.4688 18.9508 15.4688 18.5625C15.4688 18.1742 15.1539 17.8594 14.7656 17.8594Z' fill='%23EB4B51'/%3E %3C/svg%3E")}}.conference-part__name{margin-bottom:22px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conference-part__name::before{content:"";width:36px;height:36px;position:relative;margin-right:16px;display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='%23EB4B51' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M24.3281 22.4297C23.9399 22.4297 23.625 22.7445 23.625 23.1328V27.9844C23.625 29.9229 22.0479 31.5 20.1094 31.5H12.5179C12.1297 31.5 11.815 31.8145 11.8147 32.2026L11.8138 33.6006L10.1355 31.9224C10.0269 31.673 9.77829 31.5 9.49071 31.5H4.92188C2.98336 31.5 1.40625 29.9229 1.40625 27.9844V17.1562C1.40625 15.2177 2.98336 13.6406 4.92188 13.6406H12.0234C12.4117 13.6406 12.7266 13.3258 12.7266 12.9375C12.7266 12.5492 12.4117 12.2344 12.0234 12.2344H4.92188C2.20795 12.2344 0 14.4423 0 17.1562V27.9844C0 30.6983 2.20795 32.9062 4.92188 32.9062H9.13064L12.0184 35.7941C12.153 35.9286 12.3327 36 12.5158 36C12.6063 36 12.6976 35.9825 12.7844 35.9466C13.0472 35.8379 13.2185 35.5816 13.2188 35.2974L13.2204 32.9062H20.1094C22.8233 32.9062 25.0312 30.6983 25.0312 27.9844V23.1328C25.0312 22.7445 24.7164 22.4297 24.3281 22.4297Z' fill='%23EB4B51'/%3E %3Cpath d='M25.7804 0H24.0009C18.3658 0 13.7812 4.58452 13.7812 10.2196C13.7812 15.8548 18.3658 20.4392 24.0008 20.4392H25.7804C26.6599 20.4392 27.5304 20.3275 28.3742 20.1067L31.003 22.734C31.1375 22.8684 31.3172 22.9398 31.5001 22.9398C31.5908 22.9398 31.6822 22.9223 31.7692 22.8862C32.0318 22.7774 32.2031 22.521 32.2031 22.2367V18.1687C33.3161 17.2673 34.2406 16.1288 34.8895 14.8568C35.6264 13.4122 36 11.852 36 10.2196C36 4.58452 31.4155 0 25.7804 0ZM31.0769 17.2642C30.9007 17.397 30.7969 17.605 30.7969 17.8258V20.5399L29.0763 18.8202C28.9424 18.6865 28.7628 18.6144 28.5791 18.6144C28.5102 18.6144 28.4406 18.6246 28.3727 18.6455C27.5358 18.9027 26.6636 19.033 25.7804 19.033H24.0009C19.1411 19.033 15.1875 15.0794 15.1875 10.2196C15.1875 5.35992 19.1412 1.40625 24.0009 1.40625H25.7804C30.6401 1.40625 34.5938 5.35992 34.5938 10.2196C34.5938 13.0132 33.312 15.5809 31.0769 17.2642Z' fill='%23EB4B51'/%3E %3Cpath d='M28.0577 7.69374C27.9563 6.22175 26.7697 5.03515 25.2976 4.93369C24.4631 4.87639 23.6668 5.15785 23.0572 5.72689C22.4561 6.28805 22.1113 7.08132 22.1113 7.90334C22.1113 8.29168 22.4262 8.60647 22.8145 8.60647C23.2027 8.60647 23.5176 8.29168 23.5176 7.90334C23.5176 7.46326 23.6949 7.05537 24.0168 6.75493C24.3384 6.45476 24.7587 6.30619 25.201 6.33671C25.9764 6.39015 26.6014 7.01515 26.6549 7.79049C26.7089 8.57356 26.1951 9.26558 25.4333 9.43601C24.8161 9.57411 24.3851 10.1104 24.3851 10.7402V12.4295C24.3851 12.8178 24.7 13.1326 25.0882 13.1326C25.4766 13.1326 25.7913 12.8178 25.7913 12.4295V10.7964C27.2081 10.4541 28.1586 9.15772 28.0577 7.69374Z' fill='%23EB4B51'/%3E %3Cpath d='M25.583 14.7137C25.4523 14.5829 25.2709 14.5077 25.0859 14.5077C24.901 14.5077 24.7196 14.5829 24.5888 14.7137C24.458 14.8445 24.3828 15.0259 24.3828 15.2108C24.3828 15.3964 24.4581 15.5778 24.5888 15.7086C24.7196 15.8394 24.901 15.9139 25.0859 15.9139C25.2709 15.9139 25.4523 15.8394 25.583 15.7086C25.7138 15.5771 25.7891 15.3964 25.7891 15.2108C25.7891 15.0259 25.7138 14.8445 25.583 14.7137Z' fill='%23EB4B51'/%3E %3Cpath d='M19.3359 21.7969H4.5C4.11173 21.7969 3.79688 22.1117 3.79688 22.5C3.79688 22.8883 4.11173 23.2031 4.5 23.2031H19.3359C19.7243 23.2031 20.0391 22.8883 20.0391 22.5C20.0391 22.1117 19.7242 21.7969 19.3359 21.7969Z' fill='%23EB4B51'/%3E %3Cpath d='M19.833 25.9404C19.7023 25.8096 19.5209 25.7344 19.3359 25.7344C19.151 25.7344 18.9696 25.8096 18.8388 25.9404C18.708 26.0712 18.6328 26.2526 18.6328 26.4375C18.6328 26.6224 18.708 26.8038 18.8388 26.9346C18.9696 27.0654 19.151 27.1406 19.3359 27.1406C19.5209 27.1406 19.7023 27.0654 19.833 26.9346C19.9638 26.8038 20.0391 26.6231 20.0391 26.4375C20.0391 26.2526 19.9638 26.0712 19.833 25.9404Z' fill='%23EB4B51'/%3E %3Cpath d='M16.5703 25.7344H4.5C4.11173 25.7344 3.79688 26.0492 3.79688 26.4375C3.79688 26.8258 4.11173 27.1406 4.5 27.1406H16.5703C16.9587 27.1406 17.2735 26.8258 17.2735 26.4375C17.2735 26.0492 16.9586 25.7344 16.5703 25.7344Z' fill='%23EB4B51'/%3E %3Cpath d='M14.7656 17.8594H4.5C4.11173 17.8594 3.79688 18.1742 3.79688 18.5625C3.79688 18.9508 4.11173 19.2656 4.5 19.2656H14.7656C15.154 19.2656 15.4688 18.9508 15.4688 18.5625C15.4688 18.1742 15.1539 17.8594 14.7656 17.8594Z' fill='%23EB4B51'/%3E %3C/svg%3E")}@media all and (min-width: 40em){.conference-part__name{margin-bottom:10px}.conference-part__name::before{content:none}}.conference-part__desc{margin-bottom:16px}@media all and (min-width: 40em){.conference-part__desc{margin-bottom:20px}}.conference-part__info{padding-left:16px;border-left:2px solid #ebebeb}@media all and (min-width: 40em){.conference-part__info{padding-left:20px;border-width:3px}}.conference-part__info p:not(:last-child){margin-bottom:10px}.conference-part__info ul{margin-bottom:10px;padding-left:15px;margin-left:20px}.conference__deadline{color:#EB4B51;margin-bottom:16px}@media all and (min-width: 64em){.conference__deadline{margin-bottom:30px}}.conference__to-ask-question{margin-bottom:0}.conference__to-ask-question a{color:#EB4B51;text-decoration:underline}.conference__textarea{padding:13px 15px;margin-bottom:16px}@media all and (min-width: 64em){.conference__textarea{margin-bottom:30px}}.online-add-question .data-table{width:100% !important}@media (max-width: 767px){.online-add-question .data-table{display:block}}@media (max-width: 767px){.online-add-question .data-table tbody,.online-add-question .data-table tr,.online-add-question .data-table td{display:block}}@media (max-width: 767px){.online-add-question .data-table .online-add-ava{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}@media (max-width: 767px){.online-add-question .data-table .online-add-ava div{width:80px;height:80px;margin:0 15px 0 0}}.online-add-question .data-table .online-add-ava a{width:80px}@media (max-width: 450px){.online-add-question .data-table .online-add-field .bx-html-editor{min-width:auto !important}}.p-service{padding:0 0 60px}@media all and (min-width: 40em){.p-service{padding:0 0 80px}}.p-service__top-img{margin-bottom:-16px;margin-top:30px}@media all and (min-width: 40em){.p-service__top-img{margin-bottom:-10px;margin-top:40px}}.p-service__main-title{color:#8896a0;text-align:center;margin-bottom:24px;margin-top:0}@media all and (min-width: 40em){.p-service__main-title{margin-bottom:40px}}.p-service__part{padding-top:30px;padding-bottom:20px}@media all and (min-width: 40em){.p-service__part{padding-top:40px}}.p-service-header{background-color:#f5f5f5;padding-bottom:24px;padding-top:15px}@media all and (min-width: 40em){.p-service-header{padding-top:30px;padding-bottom:40px}}@media all and (min-width: 64em){.p-service-header--pad-xxl-desktop{padding-bottom:100px}}@media all and (min-width: 40em){.p-service-header__content{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media all and (min-width: 40em){.p-service-header__heading{width:75%;margin-right:30px}}.p-service-header__pic{display:none}@media all and (min-width: 40em){.p-service-header__pic{display:block;width:160px;height:160px;-ms-flex-negative:0;flex-shrink:0}}.p-service-header__title{margin-bottom:24px}@media all and (min-width: 40em){.p-service-header__title{margin-bottom:30px}}.p-service-header__desc{color:#8896a0;margin-bottom:0}.p-service-header__desc p{color:#8896a0}.p-service-header__desc p :not(:last-child){margin-bottom:0}.p-service__actual{margin-bottom:24px}@media all and (min-width: 40em){.p-service__actual{margin-bottom:40px}}.p-service__list{padding-top:30px}@media all and (min-width: 40em){.p-service__list{padding-top:40px}}.p-service__item{border-bottom:1px solid #ebebeb;padding-bottom:24px}@media all and (min-width: 40em){.p-service__item{padding-bottom:30px}}.p-service__item:not(:first-child){padding-top:24px}@media all and (min-width: 40em){.p-service__item:not(:first-child){padding-top:30px}}.p-service__link{color:#eb4b51;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.p-service__link::after{content:"";display:block;position:relative;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.22462 0.218756L5.78989 4.97188C6.07004 5.26355 6.07004 5.73645 5.78989 6.02812L1.22462 10.7812C0.944468 11.0729 0.490259 11.0729 0.210111 10.7812C-0.070037 10.4896 -0.070037 10.0167 0.210111 9.72499L4.26813 5.5L0.210111 1.27501C-0.070037 0.98333 -0.070037 0.510432 0.210111 0.218756C0.490259 -0.0729188 0.944468 -0.0729188 1.22462 0.218756Z' fill='%23EB4B51'/%3E %3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;width:6px;height:11px;margin-left:12px;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.p-service__link:hover,.p-service__link:focus{color:#ed1c24;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.p-service__link:hover::after,.p-service__link:focus::after{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.p-service__row{text-align:left}.p-service__row--tablet{text-align:left}@media all and (min-width: 40em){.p-service__row--tablet{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.p-service__image{border-radius:6px;width:100%;margin-bottom:8px}@media all and (min-width: 40em){.p-service__image{margin-bottom:0;margin-right:20px;width:-webkit-calc(100% / 6 - 20px);width:calc(100% / 6 - 20px);-ms-flex-negative:0;flex-shrink:0}}.p-service__image img{border-radius:6px}@media all and (min-width: 40em){.p-service__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.p-service__date{margin-bottom:8px}@media all and (min-width: 40em){.p-service__date{margin-bottom:10px}}.p-service__title{margin-bottom:24px}@media all and (min-width: 40em){.p-service__title{margin-bottom:20px}}.p-service__boxes{padding-top:30px}@media all and (min-width: 40em){.p-service__boxes{padding-top:40px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.p-service-box{padding:16px;border-radius:6px;min-height:160px;height:160px;position:relative;overflow:hidden;margin-bottom:16px}@media all and (min-width: 40em){.p-service-box{min-height:180px;height:auto;margin-bottom:30px;margin-right:20px;width:-webkit-calc((100% / 2) - 20px);width:calc((100% / 2) - 20px)}}.p-service-box--gray{background-color:#f5f5f5}.p-service-box--white{background-color:#ffffff}.p-service-box__icon{position:absolute;top:16px;right:16px;width:36px;height:36px;z-index:1}.p-service-box__icon::before{content:"";z-index:-1;display:block;position:absolute;width:105px;height:105px;border-radius:50%;top:-46px;left:-29px}@media all and (min-width: 40em){.p-service-box__icon{top:20px;right:20px}.p-service-box__icon::before{top:-46px;left:-33px}}.p-service-box__icon--calc::before{background-color:#ebebeb}.p-service-box__info{height:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-service-box__title{margin-bottom:auto;padding-right:100px;margin-bottom:auto}.p-service-box__desc{margin:0}@media all and (min-width: 40em){.p-service-box__desc{padding-right:120px}}.p-service-search{margin-top:30px}.p-service-search__text{font-family:"Montserrat",sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#8896a0}.p-service-search__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:24px}@media all and (min-width: 40em){.p-service-search__container{margin-bottom:30px}}.p-service-search__filters{margin-top:30px}@media all and (min-width: 40em){.p-service-search__filters{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.p-service-search__filters .filters__list{margin-bottom:14px}@media all and (min-width: 40em){.p-service-search__filters .filters__list{padding-bottom:0;margin-bottom:0;overflow-x:hidden}}.p-service-search__filters .filters{margin-bottom:0}@media all and (min-width: 40em){.p-service-search__toggles{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media all and (min-width: 40em){.p-service-search__toggles .filters__title{margin-bottom:0;margin-right:20px}}.p-service-search__fields{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;position:relative}@media all and (min-width: 40em){.p-service-search__fields{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}.p-service-search__fields input{color:#8896a0;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0;padding-left:16px}@media all and (min-width: 40em){.p-service-search__fields input{padding-left:68px;border-bottom-right-radius:6px;border-top-right-radius:6px}}.p-service-search__input{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:-5px}@media all and (min-width: 40em){.p-service-search__input{margin-right:20px}}.p-service-search__input ul.list-autocomplite{border-radius:6px;border:none !important}.p-service-search__select{position:relative;margin-bottom:16px}.p-service-search__select::before{content:"";stroke:#8896a0;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M10.0013 1.66663C6.7763 1.66663 4.16797 4.27496 4.16797 7.49996C4.16797 11.875 10.0013 18.3333 10.0013 18.3333C10.0013 18.3333 15.8346 11.875 15.8346 7.49996C15.8346 4.27496 13.2263 1.66663 10.0013 1.66663ZM10.0013 9.58329C8.8513 9.58329 7.91797 8.64996 7.91797 7.49996C7.91797 6.34996 8.8513 5.41663 10.0013 5.41663C11.1513 5.41663 12.0846 6.34996 12.0846 7.49996C12.0846 8.64996 11.1513 9.58329 10.0013 9.58329Z' fill='%238896A0'/%3E %3C/svg%3E");background-position:center;background-size:cover;width:20px;height:20px;top:50%;left:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media all and (min-width: 40em){.p-service-search__select{margin-bottom:0}}.p-service-search__select select{padding-left:40px}@media all and (min-width: 40em){.p-service-search__select select{border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}}.p-service-search__field{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative}.p-service-search__field input{color:#8896a0;border:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;border-bottom-right-radius:0;border-top-right-radius:0;padding-left:16px}@media all and (min-width: 40em){.p-service-search__field input{border-bottom-right-radius:6px;border-top-right-radius:6px;border-top-left-radius:0;border-bottom-left-radius:0}}.p-service-search__submit{width:auto;z-index:2;padding-left:22px;padding-right:22px}@media all and (min-width: 40em){.p-service-search__submit{padding-left:40px;padding-right:40px}}.p-service-search-map .p-service-search__container{display:block;margin-bottom:0;width:100%}@media all and (min-width: 40em){.p-service-search-map .p-service-search__container{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.p-service-search-map .field-small-right{margin-bottom:16px;width:100% !important}@media all and (min-width: 40em){.p-service-search-map .field-small-right{margin:0;width:auto !important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.p-service-search-map .field-small-left input{width:99% !important}.p-service-search-map .submit-button{width:100%}@media all and (min-width: 40em){.p-service-search-map .submit-button{width:auto}}.p-service__health-centers{padding-top:24px}@media all and (min-width: 40em){.p-service__health-centers{padding-top:65px}}.p-service__auth{display:block;margin-top:24px}.p-service__auth .btn--sigin{margin-bottom:16px}@media all and (min-width: 40em){.p-service__auth{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.p-service__auth .btn--sigin{margin-bottom:0;margin-right:24px}}@media all and (min-width: 40em){.p-service__auth.mobile{display:none}}.p-service__auth.tablet{display:none}@media all and (min-width: 40em){.p-service__auth.tablet{display:block}}@media all and (min-width: 64em){.p-services{margin-top:-60px}}.p-services__wrapper{padding-right:0;padding-left:0}@media all and (min-width: 40em){.p-services__wrapper{padding-right:0;padding-left:0}}.p-services__block{padding-top:20px;padding-bottom:20px;padding-left:16px;padding-right:16px;margin-bottom:8px}@media all and (min-width: 40em){.p-services__block{padding-left:24px;padding-right:24px}}@media all and (min-width: 64em){.p-services__block{padding-top:60px;padding-bottom:40px;padding-left:40px;padding-right:40px;margin-bottom:20px;-webkit-box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);box-shadow:0px 4px 24px -2px rgba(0,0,0,0.03);border-radius:12px}}.p-services__top{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media all and (min-width: 64em){.p-services__top{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.p-services__image{margin-bottom:24px}@media all and (min-width: 64em){.p-services__image{width:-webkit-calc(100% / 2 - 20px);width:calc(100% / 2 - 20px);margin-right:20px;margin-bottom:0}}@media all and (min-width: 64em){.p-services__content{width:-webkit-calc(100% / 2 - 20px);width:calc(100% / 2 - 20px);margin-right:20px;margin-bottom:-20px}}@media all and (min-width: 64em){.p-services__part{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-right:-20px}}@media all and (min-width: 64em){.p-services__part--reverse-desktop{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media all and (min-width: 40em){.health-centers{margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.health-centers__toggle{font-weight:600;font-size:14px;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#8896a0}@media all and (min-width: 40em){.health-centers__toggle{font-size:15px;line-height:21px}}.health-centers__toggle.desktop{display:none}@media all and (min-width: 64em){.health-centers__toggle.desktop{display:block}}.health-centers__toggle.tablet{margin-bottom:30px;float:right}@media all and (min-width: 64em){.health-centers__toggle.tablet{display:none}}.health-centers__toggle::before{content:"";width:20px;height:20px;margin-right:5px;display:block;background-position:center;background-repeat:no-repeat;background-size:auto auto;background-size:initial}.health-centers__toggle.active{color:#eb4b51}.health-centers__toggle--list{margin-right:30px}@media all and (min-width: 40em){.health-centers__toggle--list{margin-right:10px}}.health-centers__toggle--list::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%238896A0' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.5 4.16667V7.5H4.16667V4.16667H7.5ZM7.5 12.5V15.8333H4.16667V12.5H7.5ZM8.33333 2.5L3.33333 2.5C2.875 2.5 2.5 2.875 2.5 3.33333V8.33333C2.5 8.79167 2.875 9.16667 3.33333 9.16667H8.33333C8.79167 9.16667 9.16667 8.79167 9.16667 8.33333V3.33333C9.16667 2.875 8.79167 2.5 8.33333 2.5ZM8.33333 10.8333H3.33333C2.875 10.8333 2.5 11.2083 2.5 11.6667V16.6667C2.5 17.125 2.875 17.5 3.33333 17.5H8.33333C8.79167 17.5 9.16667 17.125 9.16667 16.6667V11.6667C9.16667 11.2083 8.79167 10.8333 8.33333 10.8333Z'/%3E %3Cpath d='M15.8333 4.16667V7.5H12.5V4.16667H15.8333ZM15.8333 12.5V15.8333H12.5V12.5H15.8333ZM16.6667 2.5L11.6667 2.5C11.2083 2.5 10.8333 2.875 10.8333 3.33333V8.33333C10.8333 8.79167 11.2083 9.16667 11.6667 9.16667H16.6667C17.125 9.16667 17.5 8.79167 17.5 8.33333V3.33333C17.5 2.875 17.125 2.5 16.6667 2.5ZM16.6667 10.8333H11.6667C11.2083 10.8333 10.8333 11.2083 10.8333 11.6667V16.6667C10.8333 17.125 11.2083 17.5 11.6667 17.5H16.6667C17.125 17.5 17.5 17.125 17.5 16.6667V11.6667C17.5 11.2083 17.125 10.8333 16.6667 10.8333Z'/%3E %3C/svg%3E")}.health-centers__toggle--list.active::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23EB4B51' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.5 4.16667V7.5H4.16667V4.16667H7.5ZM7.5 12.5V15.8333H4.16667V12.5H7.5ZM8.33333 2.5L3.33333 2.5C2.875 2.5 2.5 2.875 2.5 3.33333V8.33333C2.5 8.79167 2.875 9.16667 3.33333 9.16667H8.33333C8.79167 9.16667 9.16667 8.79167 9.16667 8.33333V3.33333C9.16667 2.875 8.79167 2.5 8.33333 2.5ZM8.33333 10.8333H3.33333C2.875 10.8333 2.5 11.2083 2.5 11.6667V16.6667C2.5 17.125 2.875 17.5 3.33333 17.5H8.33333C8.79167 17.5 9.16667 17.125 9.16667 16.6667V11.6667C9.16667 11.2083 8.79167 10.8333 8.33333 10.8333Z'/%3E %3Cpath d='M15.8333 4.16667V7.5H12.5V4.16667H15.8333ZM15.8333 12.5V15.8333H12.5V12.5H15.8333ZM16.6667 2.5L11.6667 2.5C11.2083 2.5 10.8333 2.875 10.8333 3.33333V8.33333C10.8333 8.79167 11.2083 9.16667 11.6667 9.16667H16.6667C17.125 9.16667 17.5 8.79167 17.5 8.33333V3.33333C17.5 2.875 17.125 2.5 16.6667 2.5ZM16.6667 10.8333H11.6667C11.2083 10.8333 10.8333 11.2083 10.8333 11.6667V16.6667C10.8333 17.125 11.2083 17.5 11.6667 17.5H16.6667C17.125 17.5 17.5 17.125 17.5 16.6667V11.6667C17.5 11.2083 17.125 10.8333 16.6667 10.8333Z'/%3E %3C/svg%3E")}.health-centers__toggle--map::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%238896A0' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.99992 9.99935C9.08325 9.99935 8.33325 9.24935 8.33325 8.33268C8.33325 7.41602 9.08325 6.66602 9.99992 6.66602C10.9166 6.66602 11.6666 7.41602 11.6666 8.33268C11.6666 9.24935 10.9166 9.99935 9.99992 9.99935ZM14.9999 8.49935C14.9999 5.47435 12.7916 3.33268 9.99992 3.33268C7.20825 3.33268 4.99992 5.47435 4.99992 8.49935C4.99992 10.4493 6.62492 13.0327 9.99992 16.116C13.3749 13.0327 14.9999 10.4493 14.9999 8.49935ZM9.99992 1.66602C13.4999 1.66602 16.6666 4.34935 16.6666 8.49935C16.6666 11.266 14.4416 14.541 9.99992 18.3327C5.55825 14.541 3.33325 11.266 3.33325 8.49935C3.33325 4.34935 6.49992 1.66602 9.99992 1.66602Z'/%3E %3C/svg%3E")}.health-centers__toggle--map.active::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23EB4B51' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.99992 9.99935C9.08325 9.99935 8.33325 9.24935 8.33325 8.33268C8.33325 7.41602 9.08325 6.66602 9.99992 6.66602C10.9166 6.66602 11.6666 7.41602 11.6666 8.33268C11.6666 9.24935 10.9166 9.99935 9.99992 9.99935ZM14.9999 8.49935C14.9999 5.47435 12.7916 3.33268 9.99992 3.33268C7.20825 3.33268 4.99992 5.47435 4.99992 8.49935C4.99992 10.4493 6.62492 13.0327 9.99992 16.116C13.3749 13.0327 14.9999 10.4493 14.9999 8.49935ZM9.99992 1.66602C13.4999 1.66602 16.6666 4.34935 16.6666 8.49935C16.6666 11.266 14.4416 14.541 9.99992 18.3327C5.55825 14.541 3.33325 11.266 3.33325 8.49935C3.33325 4.34935 6.49992 1.66602 9.99992 1.66602Z'/%3E %3C/svg%3E")}.health-centers__desc{padding-top:24px}@media all and (min-width: 40em){.health-centers__desc{padding-top:65px}}.health-centers__toggles{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.health-center{padding:16px;border:1px solid #ebebeb;border-radius:6px;position:relative;overflow:hidden;margin-bottom:24px;min-height:auto;height:auto}@media all and (min-width: 40em){.health-center{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px;margin-bottom:30px;margin-right:20px;width:-webkit-calc((100% / 2) - 20px);width:calc((100% / 2) - 20px);min-height:420px}}.health-center__header{font-weight:600;padding-bottom:16px;border-bottom:1px solid #ebebeb}@media all and (min-width: 40em){.health-center__header{padding-bottom:20px}}.health-center__title{margin-bottom:0}.health-center__body{padding-bottom:16px;padding-top:16px}@media all and (min-width: 40em){.health-center__body{padding-bottom:20px;padding-top:20px}}.health-center__footer{text-align:center;padding-top:16px;margin-top:auto;border-top:1px solid #ebebeb}@media all and (min-width: 40em){.health-center__footer{padding-top:20px}}.health-center__link{color:#eb4b51;text-transform:uppercase}.health-center__info{color:#000000;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media all and (min-width: 40em){.health-center__info{font-size:14px;line-height:20px}}.health-center__info a{color:#000000}@media all and (min-width: 40em){.health-center__info a{font-size:14px;line-height:20px}}.health-center__info a:hover,.health-center__info a:focus{color:#eb4b51;text-decoration:underline}.health-center__info:not(:last-child){margin-bottom:16px}@media all and (min-width: 40em){.health-center__info:not(:last-child){margin-bottom:20px}}.health-center__info::before{content:"";width:24px;height:24px;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0;background-position:center;background-size:contain;background-repeat:no-repeat;margin-right:12px}@media all and (min-width: 40em){.health-center__info::before{width:30px;height:30px;margin-right:10px}}.health-center__info--address::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M15 5C17.4125 5 21.25 6.75 21.25 11.4375C21.25 14.1375 19.1 17.275 15 20.5875C10.9 17.275 8.75 14.125 8.75 11.4375C8.75 6.75 12.5875 5 15 5ZM15 2.5C10.9125 2.5 6.25 5.575 6.25 11.4375C6.25 15.3375 9.1625 19.45 15 23.75C20.8375 19.45 23.75 15.3375 23.75 11.4375C23.75 5.575 19.0875 2.5 15 2.5Z' fill='%238896A0'/%3E %3Cpath d='M15 8.75C13.625 8.75 12.5 9.875 12.5 11.25C12.5 12.625 13.625 13.75 15 13.75C15.663 13.75 16.2989 13.4866 16.7678 13.0178C17.2366 12.5489 17.5 11.913 17.5 11.25C17.5 10.587 17.2366 9.95107 16.7678 9.48223C16.2989 9.01339 15.663 8.75 15 8.75ZM6.25 25H23.75V27.5H6.25V25Z' fill='%238896A0'/%3E %3C/svg%3E")}.health-center__info--phone::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M8.175 6.25C8.25 7.3625 8.4375 8.45 8.7375 9.4875L7.2375 10.9875C6.725 9.4875 6.4 7.9 6.2875 6.25H8.175ZM20.5 21.275C21.5625 21.575 22.65 21.7625 23.75 21.8375V23.7C22.1 23.5875 20.5125 23.2625 19 22.7625L20.5 21.275ZM9.375 3.75H5C4.3125 3.75 3.75 4.3125 3.75 5C3.75 16.7375 13.2625 26.25 25 26.25C25.6875 26.25 26.25 25.6875 26.25 25V20.6375C26.25 19.95 25.6875 19.3875 25 19.3875C23.45 19.3875 21.9375 19.1375 20.5375 18.675C20.4125 18.625 20.275 18.6125 20.15 18.6125C19.825 18.6125 19.5125 18.7375 19.2625 18.975L16.5125 21.725C12.975 19.9125 10.075 17.025 8.275 13.4875L11.025 10.7375C11.375 10.3875 11.475 9.9 11.3375 9.4625C10.875 8.0625 10.625 6.5625 10.625 5C10.625 4.3125 10.0625 3.75 9.375 3.75Z' fill='%238896A0'/%3E %3C/svg%3E")}.health-center__info--working-hours::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M23.75 5H22.5V2.5H20V5H10V2.5H7.5V5H6.25C4.8625 5 3.75 6.125 3.75 7.5V25C3.75 26.375 4.8625 27.5 6.25 27.5H23.75C25.125 27.5 26.25 26.375 26.25 25V7.5C26.25 6.125 25.125 5 23.75 5ZM23.75 25H6.25V12.5H23.75V25ZM23.75 10H6.25V7.5H23.75V10ZM8.75 15H15V21.25H8.75V15Z' fill='%238896A0'/%3E %3C/svg%3E")}.health-center__info--head::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M23.75 3.75H18.525C18 2.3 16.625 1.25 15 1.25C13.375 1.25 12 2.3 11.475 3.75H6.25C4.875 3.75 3.75 4.875 3.75 6.25V23.75C3.75 25.125 4.875 26.25 6.25 26.25H23.75C25.125 26.25 26.25 25.125 26.25 23.75V6.25C26.25 4.875 25.125 3.75 23.75 3.75ZM15 3.75C15.6875 3.75 16.25 4.3125 16.25 5C16.25 5.6875 15.6875 6.25 15 6.25C14.3125 6.25 13.75 5.6875 13.75 5C13.75 4.3125 14.3125 3.75 15 3.75ZM15 8.75C17.075 8.75 18.75 10.425 18.75 12.5C18.75 14.575 17.075 16.25 15 16.25C12.925 16.25 11.25 14.575 11.25 12.5C11.25 10.425 12.925 8.75 15 8.75ZM22.5 23.75H7.5V22C7.5 19.5 12.5 18.125 15 18.125C17.5 18.125 22.5 19.5 22.5 22V23.75Z' fill='%238896A0'/%3E %3C/svg%3E")}.health-center__footer .map{max-width:650px;width:100% !important}.p-test__content{width:100%;padding-top:15px;padding-bottom:30px;position:relative}@media all and (min-width: 40em){.p-test__content{padding-top:30px;padding-bottom:80px}}.p-test__bg{display:none;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1}@media all and (min-width: 40em){.p-test__bg{display:block}}@media all and (min-width: 40em){.p-test__bg img{height:100%}}.p-test__box{padding:30px 0}@media all and (min-width: 40em){.p-test__box{padding:40px;background:#ffffff;-webkit-box-shadow:0px 0px 80px 3px rgba(0,0,0,0.1);box-shadow:0px 0px 80px 3px rgba(0,0,0,0.1);border-radius:6px;max-width:754px;margin-left:auto;margin-right:auto}}.p-test-form__header{position:relative}.p-test-form__header--intro{margin-left:-16px;margin-right:-16px;margin-bottom:16px;padding:16px;overflow:hidden}@media all and (min-width: 40em){.p-test-form__header--intro{margin:0}}.p-test-form__header--intro .p-test-form__counts,.p-test-form__header--intro .p-test-form__title{color:#ffffff}@media all and (min-width: 40em){.p-test-form__header--intro .p-test-form__counts{color:#8896a0}}@media all and (min-width: 40em){.p-test-form__header--intro .p-test-form__title{color:#2d2d2d}}.p-test-form__bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1}@media all and (min-width: 40em){.p-test-form__bg--intro{display:none}}@media all and (min-width: 40em){.p-test-form__bg--intro img{height:100%}}.p-test-form__counts{color:#8896a0;text-align:center;margin-bottom:16px}@media all and (min-width: 40em){.p-test-form__counts{margin-bottom:30px}}.p-test-form__title{text-align:center;margin-top:0;margin-bottom:24px}@media all and (min-width: 40em){.p-test-form__title{margin-bottom:30px}}.p-test-form__image{margin-bottom:24px}@media all and (min-width: 40em){.p-test-form__image{margin-bottom:30px}}.p-test-form__content{margin-bottom:30px}@media all and (min-width: 40em){.p-test-form__content{margin-bottom:40px}}.p-test-form__comment{display:none;margin-top:10px}.p-test-form__icon{display:none;width:22px;height:22px;margin-right:-2px;background-repeat:no-repeat;background-size:contain;background-position:center}@media all and (min-width: 40em){.p-test-form__icon{width:27px;height:27px}}.p-test-form__percent{display:none;margin-left:auto;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-test-form__percent::before{content:"";width:22px;height:22px;display:block;margin-right:4px}@media all and (min-width: 40em){.p-test-form__percent::before{width:27px;height:27px;margin-right:5px}}.p-test-form__field{width:100%;padding:16px}@media all and (min-width: 40em){.p-test-form__field{padding-top:18px;padding-bottom:17px;padding-left:20px;padding-right:20px}}.p-test-form__field--deco{border-top:1px solid #ebebeb;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.p-test-form__field--deco:last-child{border-bottom:1px solid #ebebeb}.p-test-form__field.active{background-color:#f5f5f5}.p-test-form__field.active .p-test-form__comment{display:block}.p-test-form__field.active.fail{background-color:#ffd2d2}.p-test-form__field.active.success{background-color:#d4e5d8}.p-test-form__field.success .custom-label__text{color:#219653;padding-right:30px}.p-test-form__field.success .custom-label__radio{display:none}.p-test-form__field.success .p-test-form__icon{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23219653'%3E %3Cpath d='M21 8L11.7115 18L7 13.4545' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E")}.p-test-form__field.success .p-test-form__percent{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;color:#219653}.p-test-form__field.success .p-test-form__percent::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='%23219653' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='6' y='12' width='3' height='7' rx='1'/%3E %3Crect x='12' y='3' width='3' height='16' rx='1'/%3E %3Crect x='18' y='8' width='3' height='11' rx='1'/%3E %3C/svg%3E")}.p-test-form__field.fail .custom-label__text{color:#eb4b51;padding-right:30px}.p-test-form__field.fail .custom-label__radio{display:none}.p-test-form__field.fail .p-test-form__icon{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='%23eb4b51' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M20.744 6.25601C20.4026 5.91466 19.8551 5.91466 19.5137 6.25601L14 11.7691L8.48631 6.25601C8.14493 5.91466 7.59742 5.91466 7.25604 6.25601C6.91465 6.59735 6.91465 7.1448 7.25604 7.48614L12.7697 12.9992L7.25604 18.5122C6.91465 18.8536 6.91465 19.401 7.25604 19.7424C7.42351 19.9098 7.64895 20 7.86796 20C8.08696 20 8.3124 19.9163 8.47987 19.7424L13.9936 14.2293L19.5072 19.7424C19.6747 19.9098 19.9002 20 20.1192 20C20.3446 20 20.5636 19.9163 20.7311 19.7424C21.0725 19.401 21.0725 18.8536 20.7311 18.5122L15.2303 12.9992L20.744 7.48614C21.0853 7.1448 21.0853 6.59735 20.744 6.25601Z' fill='%23EB4B51' stroke='%23EB4B51' stroke-width='0.5'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='27' height='27' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E")}.p-test-form__field.fail .p-test-form__percent{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;color:#eb4b51}.p-test-form__field.fail .p-test-form__percent::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='%23eb4b51' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='6' y='12' width='3' height='7' rx='1'/%3E %3Crect x='12' y='3' width='3' height='16' rx='1'/%3E %3Crect x='18' y='8' width='3' height='11' rx='1'/%3E %3C/svg%3E")}.p-test-form__footer{text-align:center}@media all and (min-width: 40em){.p-test-form__footer{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.p-test__share{padding-top:24px;padding-bottom:60px}@media all and (min-width: 40em){.p-test__share{padding-top:40px;padding-bottom:70px}}.p-poll{padding-top:15px}@media all and (min-width: 40em){.p-poll{padding-top:30px}}.p-poll__body{padding-bottom:60px}@media all and (min-width: 40em){.p-poll__body{padding-bottom:70px}}.p-poll__header{margin-bottom:16px}@media all and (min-width: 40em){.p-poll__header{margin-bottom:40px}}.p-poll__title{margin-bottom:8px}@media all and (min-width: 40em){.p-poll__title{margin-bottom:20px}}.p-poll__body{width:100%}@media all and (min-width: 40em){.p-poll__body{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}.p-poll__body--reverse-tablet{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.p-poll__image{margin-bottom:24px}@media all and (min-width: 40em){.p-poll__image{margin-bottom:0}}.p-poll__image img{height:100%}@media all and (min-width: 40em){.p-poll__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-calc((100% * 2 / 3) - 20px);width:calc((100% * 2 / 3) - 20px);margin-right:20px}}.p-poll__field{padding-top:16px;padding-bottom:16px;border-bottom:1px solid #ebebeb}@media all and (min-width: 40em){.p-poll__field{padding-top:20px;padding-bottom:20px}}.p-poll__field .form-result{margin-bottom:0}.p-poll__btn{margin-bottom:4px}@media all and (min-width: 40em){.p-poll__btn{margin-top:36px}}.p-accordion__item:not(:last-child){border-bottom:1px solid #ebebeb}.p-accordion__item.is-open .p-accordion__content{display:block}.p-accordion__item.is-open .p-accordion__icon::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='3' viewBox='0 0 17 3' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Crect width='17' height='3' fill='%238896A0'/%3E %3C/svg%3E")}.p-accordion__heading{cursor:pointer;width:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.p-accordion__link{font-weight:600;font-size:16px;line-height:24px;margin-right:24px}@media all and (min-width: 40em){.p-accordion__link{font-size:22px;line-height:31px}}.p-accordion__icon{width:36px;height:36px;background-color:#f5f5f5;border:1px solid #ebebeb;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media all and (min-width: 40em){.p-accordion__icon{width:43px;height:43px}}.p-accordion__icon::before{content:'';width:17px;height:17px;display:block;position:absolute;-ms-flex-negative:0;flex-shrink:0;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%238896A0'%3E %3Cpath d='M18.1961 10.2H10.7561V17.48H8.23614V10.2H0.796143V7.83999H8.23614V0.519989H10.7561V7.83999H18.1961V10.2Z' fill='%238896A0'/%3E %3C/svg%3E")}.p-accordion__content{display:none}.p-accordion__content.active{display:block}.post-steps{position:relative;margin-top:10px}@media all and (min-width: 40em){.post-steps{margin-top:30px}}.post-steps__deco{text-align:center}.post-step{position:relative;padding-bottom:10px}@media all and (min-width: 40em){.post-step{padding-bottom:30px}}.post-step p:last-child{margin-bottom:0}.post-step--start{padding-top:10px}@media all and (min-width: 40em){.post-step--start{padding-top:30px}}.post-step__deco{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:20px}@media all and (min-width: 40em){.post-step__deco{margin-bottom:40px}}.margin-null{margin-bottom:0;margin-top:0}blockquote{padding:0;margin:0;font-size:inherit;padding-left:20px;border-left:2px solid #eb4b51;margin-top:20px;margin-bottom:20px}blockquote p:last-child{margin-bottom:0}@media all and (min-width: 40em){blockquote{margin-top:30px;margin-bottom:30px}}.blockquote{padding:0;margin:0;font-size:inherit;padding-left:20px;border-left:2px solid #eb4b51;margin-top:20px;margin-bottom:20px}.blockquote p:last-child{margin-bottom:0}@media all and (min-width: 40em){.blockquote{margin-top:30px;margin-bottom:30px}}blockquote.blockquote{padding:0;margin:0;font-size:inherit;padding-left:20px;border-left:2px solid #eb4b51;margin-top:20px;margin-bottom:20px}blockquote.blockquote p:last-child{margin-bottom:0}@media all and (min-width: 40em){blockquote.blockquote{margin-top:30px;margin-bottom:30px}}.background-block{border-radius:6px;margin-top:20px;margin-bottom:20px;padding:16px}@media all and (min-width: 40em){.background-block{margin-top:30px;margin-bottom:30px;padding:24px}}@media all and (min-width: 64em){.background-block{padding:40px}}.background-block p:last-child{margin-bottom:0}.background-block--mini{padding:10px}@media all and (min-width: 40em){.background-block--mini{padding:20px}}.background-block--w-icon{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.background-block--w-icon img{width:25px;height:25px;margin-right:10px}@media all and (min-width: 40em){.background-block--w-icon img{width:40px;height:40px}}.background-block--white-text{color:#ffffff}.background-block--white-text p{color:#ffffff}.post-table__tr{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-top:1px solid #e9e9e9;padding-top:20px;padding-bottom:20px}@media all and (min-width: 40em){.post-table__tr{padding-top:30px;padding-bottom:30px}}.post-table__td--left{margin-right:10px;-ms-flex-negative:0;flex-shrink:0}@media all and (min-width: 40em){.post-table__td--left{margin-right:20px}}.post-table__td--1-4{-ms-flex-preferred-size:25%;flex-basis:25%}@media all and (min-width: 40em){.post-table__td--1-4{-ms-flex-preferred-size:23%;flex-basis:23%}}.post-table__td--1-8{-ms-flex-preferred-size:calc(100% / 8);flex-basis:-webkit-calc(100% / 8);flex-basis:calc(100% / 8)}.post-table__td p:last-child{margin-bottom:0}.post-table__td--icon{max-width:61px}.post-image{margin-bottom:20px}.post-image--full{width:100%;margin-bottom:20px}.post-quote{margin-top:20px;margin-bottom:20px;padding-left:62px;position:relative}@media all and (min-width: 40em){.post-quote{margin-top:30px;margin-bottom:30px}}.post-quote::before{content:"";stroke:#dadada;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='33' viewBox='0 0 43 33' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23DADADA'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.66843 23.76C5.76812 25.872 3.21331 27.456 0.00390625 28.512L2.03089 33C5.07137 32.384 7.68953 31.35 9.88544 29.898C12.0813 28.446 13.8972 26.774 15.3329 24.882C16.7687 22.99 17.8456 20.944 18.5634 18.744C19.2813 16.544 19.6403 14.344 19.6403 12.144C19.6403 8.35998 18.5423 5.45601 16.3464 3.432C14.1505 1.40799 11.5746 0.264003 8.61857 0C7.77399 0.0880016 6.84497 0.461999 5.83147 1.122C4.81798 1.78201 3.93119 2.618 3.17106 3.63C2.41094 4.64201 1.86197 5.80799 1.52414 7.128C1.18631 8.44801 1.18631 9.81199 1.52414 11.22C2.79101 11.66 4.269 12.298 5.95816 13.134C7.64732 13.97 8.9564 14.784 9.88544 15.576C10.3077 18.92 9.56873 21.648 7.66843 23.76ZM30.0317 23.76C28.1314 25.872 25.5766 27.456 22.3672 28.512L24.3942 33C27.4347 32.384 30.0528 31.35 32.2487 29.898C34.4446 28.446 36.2604 26.774 37.6962 24.882C39.132 22.99 40.2088 20.944 40.9267 18.744C41.6446 16.544 42.0036 14.344 42.0036 12.144C42.0036 8.35998 40.9056 5.45601 38.7097 3.432C36.5138 1.40799 33.9379 0.264003 30.9819 0C30.1373 0.0880016 29.2083 0.461999 28.1948 1.122C27.1813 1.78201 26.2945 2.618 25.5343 3.63C24.7742 4.64201 24.2253 5.80799 23.8874 7.128C23.5496 8.44801 23.5496 9.81199 23.8874 11.22C25.1543 11.66 26.6323 12.298 28.3214 13.134C30.0106 13.97 31.3197 14.784 32.2487 15.576C32.671 18.92 31.932 21.648 30.0317 23.76Z' fill='%238896A0'/%3E %3C/svg%3E");background-position:center;background-size:cover;width:42px;height:33px;top:0;left:0}.post__content{font-family:"Rubik",sans-serif;font-size:1.4rem;line-height:21px;font-weight:normal;font-style:normal;color:#2D2D2D}@media all and (min-width: 64em){.post__content{font-size:16px;line-height:27px}}.post__content a{display:inline}.post__content table{width:100%}.post__content table td,.post__content table th{vertical-align:top;padding:5px;border:1px solid #2d2d2d}.post__content ul,.post__content ol{margin-bottom:20px}@media all and (min-width: 64em){.post__content ul,.post__content ol{margin-bottom:40px}}.post__content ul.post-tags__list,.post__content ol.post-tags__list{margin-bottom:0}.post__content ul p:last-child,.post__content ol p:last-child{margin-bottom:0}.post__content ul{margin-left:15px}.post__content ul li{list-style-type:none}.post__content ul li::before{font-family:"Montserrat", sans-serif;font-weight:900;color:#eb4b51;content:"•";text-align:right;padding-right:10px;direction:rtl;display:inline-block;display:inline-block;width:1em;margin-left:-1em}@media all and (min-width: 64em){.post__content ul li::before{padding-right:10px}}.post__content ul li.post-tags__item{display:inline-block}.post__content ul li.post-tags__item::before{content:none}.post__content ol{padding-left:20px;margin-left:15px;list-style:none;counter-reset:my-awesome-counter}.post__content ol li{position:relative;counter-increment:my-awesome-counter;padding-left:10px;margin-bottom:10px}.post__content ol li::before{content:"(" counter(my-awesome-counter);color:#eb4b51;font-weight:bold;position:absolute;left:0;width:1em;margin-left:-1.5em;margin-right:0.5em;text-align:right;direction:rtl}.post__content h3,.post__content h2,.post__content h4,.post__content .page-modal__switcher a,.page-modal__switcher .post__content a,.post__content .header-sidebar__nav--col a,.header-sidebar__nav--col .post__content a{margin-bottom:15px}@media all and (min-width: 64em){.post__content h3,.post__content h2,.post__content h4,.post__content .page-modal__switcher a,.page-modal__switcher .post__content a,.post__content .header-sidebar__nav--col a,.header-sidebar__nav--col .post__content a{margin-bottom:20px}}.accent-block{padding:20px}.text-h3 a{font-weight:600;font-size:16px;line-height:24px}@media all and (min-width: 40em){.text-h3 a{font-size:22px;line-height:31px}}.news-item .inner-item-img{overflow:hidden}.news-item .inner-item-img img{height:auto;width:auto}.content-block img{width:auto}.mf-captcha img{width:auto}div.soc-serv-title{padding-left:0;padding-top:10px;margin-bottom:5px;background:transparent;width:auto;height:auto;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}div.soc-serv-accounts{color:#8896a0;font-weight:normal}tr.soc-serv-header{color:#8896a0;font-weight:normal;font-size:100%}.soc-serv-header td,.soc-serv-header th{padding:5px;vertical-align:middle;line-height:normal}tr.soc-serv-personal{line-height:normal}td.bx-ss-icons i.bx-ss-icon{vertical-align:0}td .soc-serv-link{line-height:normal}div.soc-serv-accounts td.soc-serv-name{color:#333333}td.split-item-actions a.split-delete-item{width:10px;height:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='%238896A0' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.744 1.25601C14.4026 0.914664 13.8551 0.914664 13.5137 1.25601L8 6.76906L2.48631 1.25601C2.14493 0.914664 1.59742 0.914664 1.25604 1.25601C0.914654 1.59735 0.914654 2.1448 1.25604 2.48614L6.76973 7.9992L1.25604 13.5122C0.914654 13.8536 0.914654 14.401 1.25604 14.7424C1.42351 14.9098 1.64895 15 1.86796 15C2.08696 15 2.3124 14.9163 2.47987 14.7424L7.99356 9.22933L13.5072 14.7424C13.6747 14.9098 13.9002 15 14.1192 15C14.3446 15 14.5636 14.9163 14.7311 14.7424C15.0725 14.401 15.0725 13.8536 14.7311 13.5122L9.23028 7.9992L14.744 2.48614C15.0853 2.1448 15.0853 1.59735 14.744 1.25601Z' fill='%238896A0' stroke='%238896A0' stroke-width='0.5'/%3E %3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:auto auto;background-size:initial}


/*# sourceMappingURL=style.bundle.css.map*/