[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}/*! 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:.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:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-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}@font-face{font-family:"icomoon";src:url(./fonts/icomoon.ttf) format("truetype"),url(./fonts/icomoon.woff) format("woff"),url(./fonts/icomoon.svg#icomoon) format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-mouse:before{content:""}.icon-burger-menu:before{content:""}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}.container{max-width:1252px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width: 1600px){.container{max-width:1390px}}@media(min-width: 1920px){.container{max-width:1670px}}.hide-text{overflow:hidden;padding:0;text-indent:101%;white-space:nowrap}.accessibility{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.accessibility:focus{position:static;width:auto;height:auto}.hidden{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);margin:-1px}main ul:not([class]):not([id]),.presentation__tab-links,.page-anchor,.slick-dots,.footer__menu,.top-navigation,.drop-holder ul,.main-navigation{margin:0;padding:0;list-style:none}.clearfix:after{content:"";display:block;clear:both}.btn,.nav-links .next,.nav-links .prev,.resetButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:none;cursor:pointer}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}@font-face{font-family:"Helvetica Neue";src:url(./fonts/Helvetica.woff) format("woff");font-display:swap;font-weight:400;font-style:normal}html{font-size:10px}body{color:#6d6e71;font-family:"Roboto Condensed",Arial,"Noto Sans",sans-serif;font-size:18px;line-height:1.44;font-weight:400}@media(min-width: 768px){body{font-size:20px}}a{-webkit-transition:color 0.3s ease-in-out,0.35s 0.3s ease-in-out;transition:color 0.3s ease-in-out,0.35s 0.3s ease-in-out;color:#6d6e71;text-decoration:none}a:hover{color:hsl(225,1.8018018018%,28.5294117647%);text-decoration:none}ul,ol,dl,p{margin:0 0 1.2em}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{font-family:"Roboto Condensed",Arial,"Noto Sans",sans-serif;font-weight:500;margin:0 0 .5em;color:#000}h1,.h1{font-size:45px}@media(min-width: 1024px){h1,.h1{font-size:60px}}@media(min-width: 1440px){h1,.h1{font-size:75px}}h2,.h2{font-size:25px;font-weight:900}@media(min-width: 1024px){h2,.h2{font-size:50px}}h3,.h3{font-size:22px}@media(min-width: 1024px){h3,.h3{font-size:35px}}h4,.h4{font-size:24px}.section-heading{text-align:center;position:relative;margin-bottom:15px;font-weight:300}@media(min-width: 1024px){.section-heading{margin-bottom:40px}}.section-heading.text-left{text-align:left}.section-heading.text-left .decor--heading-decor{margin:0 0 20px}.section-heading .subtitle{color:#f93;font-weight:500;display:block}@media(max-width: 1023px){.section-heading .subtitle{margin-bottom:30px}}.decor{position:absolute;left:15px;bottom:-90px;max-width:52px}@media(min-width: 1024px){.decor{left:auto;right:155px;top:60px;bottom:auto;max-width:87px}}.decor--heading-decor{position:static;max-width:34px;margin:0 auto 8px}@media(min-width: 1024px){.decor--heading-decor{max-width:58px;margin-bottom:20px}}.decor--heading-alt{display:none}@media(min-width: 768px){.decor--heading-alt{display:block;position:absolute;left:-40px;top:80px}}@media(min-width: 1440px){.decor--heading-alt{left:-190px;top:138px}}input[type=text],input[type=email],input[type=tel],input[type=search],textarea{-webkit-transition:border-color 0.3s ease-in-out,0.35s 0.3s ease-in-out;transition:border-color 0.3s ease-in-out,0.35s 0.3s ease-in-out;border:1px solid currentColor;background-color:rgba(0,0,0,0);width:100%;min-width:0;padding:8px 20px;border-radius:0;-webkit-appearance:none}input[type=text]:focus,input[type=text]:hover,input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=search]:focus,input[type=search]:hover,textarea:focus,textarea:hover{-webkit-box-shadow:none;box-shadow:none;outline:none}input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1}input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder{opacity:1}input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1}input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, textarea::-ms-input-placeholder{opacity:1}input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,textarea::placeholder{opacity:1}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.nav-links .page-numbers{margin:0 6px}.resize-active *,.resize-active *:before,.resize-active *:after{-webkit-transition:none !important;transition:none !important}@media(max-width: 1023px){body.nav-active .main-nav-drop{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);top:0}}@media(max-width: 1023px){body.nav-active .header .logo-img-white{display:none !important}}@media(max-width: 1023px){body.nav-active .header .logo-img{display:block !important}}.logo{display:block}.logo a{display:block}.logo img{width:100%}.logo .logo-img-white{display:none}.home .header{position:absolute;top:0;left:0;right:0}.home .header .logo-img-white{display:block}.home .header .logo-img{display:none}@media(min-width: 1024px){.home .header .main-navigation>li>a{color:#fff;border-color:#fff}}@media(min-width: 1024px){.home .header .top-navigation{color:#fff}}.home .header .top-navigation a:hover{color:#f93}@media(min-width: 1024px){.home .header .top-navigation .hedaer-btn a{color:#fff;border-color:#fff}}@media(min-width: 1024px){.home .header .menu-item-has-children>a:before,.home .header .menu-item-has-children>a:after{background:#fff}}@media(min-width: 1024px){.home .drop-holder{border-color:#fff}}.home .nav-opener{color:#fff}.header{padding:33px 0 14px;position:relative;z-index:99}@media(min-width: 1024px){.header{padding:10px 0}}@media(min-width: 1440px){.header{padding:40px 0}}.header .logo{width:149px;padding:0 0 0 5px;position:relative;z-index:10}@media(min-width: 768px){.header .logo{width:266px;padding:0}}@media(min-width: 1024px){.header .logo{width:150px}}@media(min-width: 1440px){.header .logo{width:266px}}.header-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header-holder .main-drop-holder{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(min-width: 1024px){.main-nav-drop{width:100%}}@media(max-width: 1023px){.main-nav-drop{-webkit-transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out,transform 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out,transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;position:absolute;top:-100%;left:0;right:0;background:#fff;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);opacity:0;visibility:hidden;padding:115px 0 0}}.nav-active .main-nav-drop{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.main-navigation{font-size:20px}@media(min-width: 1024px){.main-navigation{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 0 0 40px;font-size:20px}}@media(min-width: 1600px){.main-navigation{padding:0 0 0 133px}}.main-navigation>li{position:relative;padding:0 30px 0 0}@media(min-width: 1024px){.main-navigation>li{width:33.33%;padding:0 8px}}@media(min-width: 1024px){.main-navigation>li:hover .drop-holder,.main-navigation>li.hover-js .drop-holder{opacity:1;visibility:visible;max-height:500px}}@media(min-width: 1024px){.main-navigation>li:hover>a,.main-navigation>li.hover-js>a{color:#f93 !important}}.main-navigation>li:hover>a:before,.main-navigation>li:hover>a:after,.main-navigation>li.hover-js>a:before,.main-navigation>li.hover-js>a:after{background:#f93 !important}@media(min-width: 1024px){.main-navigation>li:hover>a:before,.main-navigation>li.hover-js>a:before{-webkit-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}}.main-navigation>li>a{-webkit-transition:color 0.3s ease-in-out;transition:color 0.3s ease-in-out;display:block;border-top:2px solid #f93;padding-right:50px;position:relative;z-index:5;color:#f93;padding:19px 44px 13px 17px}@media(min-width: 1024px){.main-navigation>li>a{border-top:1px solid #707070;color:#6d6e71;padding:22px 30px 0 22px}}@media(min-width: 1440px){.main-navigation>li>a{padding:22px 50px 0 22px}}.main-navigation>li.active>a{color:#f93}@media(max-width: 1023px){.main-navigation>li.active-accardion>a:before{-webkit-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}}.main-navigation a{-webkit-transition:color 0.3s ease-in-out;transition:color 0.3s ease-in-out;position:relative;color:#6d6e71}.main-navigation a:hover{color:#f93}.menu-item-has-children>a:before,.menu-item-has-children>a:after{-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;content:"";width:16px;height:3px;background:#f93;position:absolute;top:30px;right:20px}@media(min-width: 1024px){.menu-item-has-children>a:before,.menu-item-has-children>a:after{right:6px;background:#6d6e71}}@media(min-width: 1440px){.menu-item-has-children>a:before,.menu-item-has-children>a:after{top:36px;width:24px;right:24px}}.menu-item-has-children>a:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.drop-holder{-webkit-transition:opacity 0.5s ease-in-out,visibility 0.5s ease-in-out,max-height 0.5s ease-in-out;transition:opacity 0.5s ease-in-out,visibility 0.5s ease-in-out,max-height 0.5s ease-in-out;font-weight:300;padding:0 18px;margin:-7px 0 0}@media(min-width: 1024px){.drop-holder{margin:0;position:absolute;z-index:1;top:0;left:8px;right:8px;background:#fff;border-bottom-right-radius:25px;border-bottom-left-radius:25px;max-height:0;opacity:0;visibility:hidden;border:1px solid #707070;border-top:0;overflow:hidden}}@media(min-width: 1024px){.drop-holder ul{padding:78px 19px 10px}}@media(min-width: 1366px){.drop-holder ul{padding:58px 19px 10px}}.drop-holder ul li{position:relative;padding:0 0 0 14px;margin:0 0 7px}.drop-holder ul li:after{content:"";width:6px;height:6px;border-radius:50%;background:#f93;position:absolute;top:10px;left:0}@media(min-width: 1024px){.drop-holder ul li:after{top:10px}}@media(min-width: 1600px){.drop-holder ul li:after{top:16px}}.top-navigation{font-size:16px;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 24px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 6px;color:#368c9f}@media(min-width: 1024px){.top-navigation{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-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;margin:0 -12px;color:#6d6e71;padding:0 0 0 17px}}.top-navigation li{padding:0 10px;position:relative;margin:0 0 28px}@media(min-width: 1024px){.top-navigation li{margin:0}}@media(max-width: 1023px){.top-navigation li:after{content:"";position:absolute;right:0;top:-2px;bottom:-2px;width:2px;background:currentColor}}.top-navigation li:last-child:after{display:none}.top-navigation a{-webkit-transition:color 0.1s ease-in-out;transition:color 0.1s ease-in-out;color:currentColor;position:relative;z-index:2;display:block;padding:2px 4px}.top-navigation a:after{-webkit-transition:left 0.3s ease-in-out;transition:left 0.3s ease-in-out;content:"";position:absolute;z-index:-1;top:0;left:100%;right:0;bottom:0;background:#fffbf2}.top-navigation a:hover:after{left:0}.top-navigation .hedaer-btn{width:100%}.top-navigation .hedaer-btn a{display:block;text-align:center;padding:11px 7px;border:1px solid #f93;letter-spacing:-1;color:#f93;margin:-4px -17px 0;position:relative;z-index:2}@media(min-width: 768px){.top-navigation .hedaer-btn a{margin:0}}@media(min-width: 1024px){.top-navigation .hedaer-btn a{padding:13px 15px;border-color:#6d6e71;color:#6d6e71}}.top-navigation .hedaer-btn a:after{background:#f93}@media(max-width: 1023px){.top-navigation .hedaer-btn a:hover{color:#fff !important}}.top-navigation .hedaer-btn a:hover:after{left:0}.options{padding:10px 20px 0}@media(min-width: 1024px){.options{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0 0;margin:0 0 30px}}@media(min-width: 1366px){.options{margin:0 0 60px;padding:15px 0 0}}.nav-opener{font-size:32px;color:#6d6e71;margin:0 22px 0 0;position:relative;z-index:10}@media(min-width: 1024px){.nav-opener{display:none}}.nav-opener:hover{color:#f93}.nav-active .nav-opener{color:#f93}body{background-color:#fff}.menu--opened body{overflow:hidden}.container{max-width:1252px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width: 1600px){.container{max-width:1390px}}@media(min-width: 1920px){.container{max-width:1670px}}.container--fluid{max-width:100%}.wrapper{width:100%;position:relative;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.touchevents .wrapper{min-height:var(--full-viewport)}.page-holder{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;width:100%}img{vertical-align:top;max-width:100%;height:auto}#wrapper{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.touchevents #wrapper{min-height:var(--full-viewport)}.wrapper-inner{min-height:100vh;min-height:calc(var(--vh, 1vh)*100);display:-ms-grid;display:grid;-ms-grid-rows:auto 1fr auto;grid-template-rows:auto 1fr auto;-ms-grid-template-columns:minmax(0, 1fr);-ms-grid-columns:minmax(0, 1fr);grid-template-columns:minmax(0, 1fr)}.wrapper-inner #header{-ms-grid-row:1;grid-row:1}.wrapper-inner #main{-ms-grid-row:2;grid-row:2}.wrapper-inner #footer{-ms-grid-row:3;grid-row:3}.resize-active *,.resize-active *:before,.resize-active *:after{-webkit-transition:none !important;transition:none !important}.search-form{padding:50px 0}.posts-wrapper{display:grid;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-column-gap:20px}@media(min-width: 768px){.posts-wrapper{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.posts-wrapper{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1600px){.posts-wrapper{grid-template-columns:repeat(4, 1fr)}}.posts-wrapper .essentials-post{margin-bottom:20px}@media(min-width: 1024px){.posts-wrapper .essentials-post{max-width:100%;width:100%}}.nav-links{text-align:center;margin:30px 0}.base-section{padding:40px 0}.search-form fieldset{border:0;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex}.search-form input[type=search]{margin-right:20px}.footer{background:#fff;-webkit-box-shadow:0 0 10px rgba(109,110,113,.45);box-shadow:0 0 10px rgba(109,110,113,.45);padding:72px 10px 19px 20px;font-size:16px;font-weight:300;position:relative;z-index:1}@media(min-width: 1280px){.footer{padding:36px 0}}.footer .container{position:relative}@media(min-width: 1280px){.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer__copyright{margin-bottom:19px}@media(min-width: 1280px){.footer__copyright{margin-bottom:0;margin-right:55px}}.footer__copyright sub{bottom:-1.1px}.footer__copyright>*{margin:0}.footer__menu{margin-bottom:67px}@media(min-width: 1280px){.footer__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}}.footer__menu a{color:#6d6e71}.footer__menu a:hover{text-decoration:underline}.footer__menu li{margin-bottom:20px}@media(min-width: 1280px){.footer__menu li{margin-bottom:0;margin-right:57px}}.footer__menu li:last-child{margin-bottom:0}@media(min-width: 1280px){.footer__menu li:last-child{margin-right:0}}.footer__logo{text-align:right;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1280px){.footer__logo{margin-left:auto}}.footer__logo img{max-width:189px}@media(min-width: 1280px){.footer__logo img{max-width:310px}}.footer__text-info{position:absolute;left:15px;color:#000;font-family:"Roboto",Arial,"Noto Sans",sans-serif;font-size:12px;top:-100px}@media(min-width: 768px){.footer__text-info{font-size:14px}}@media(min-width: 1280px){.footer__text-info{top:-67px}}@media(min-width: 1920px){.footer__text-info{left:-43px}}.btn,.nav-links .next,.nav-links .prev{-webkit-transition:opacity 0.3s ease-in-out,-webkit-box-shadow 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,-webkit-box-shadow 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,box-shadow 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,box-shadow 0.3s ease-in-out,-webkit-box-shadow 0.3s ease-in-out;display:inline-block;text-align:center;color:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#f93), to(#fa7134));background:linear-gradient(180deg, #f93 0%, #fa7134 100%);line-height:1;font-size:16px;font-weight:900;padding:15px 30px;min-width:168px;text-shadow:0 0 3px #fa7134;border-radius:31px;-webkit-box-shadow:0 6px 10px #bebebe;box-shadow:0 6px 10px #bebebe}@media(min-width: 1024px){.btn,.nav-links .next,.nav-links .prev{min-width:180px}}.btn.btn-light,.nav-links .btn-light.next,.nav-links .btn-light.prev{text-shadow:0 0 3px #fff;color:#fa7134;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));background:linear-gradient(180deg, #fff 0%, #ddd);-webkit-box-shadow:0px 10px 10px 0px hsla(0,0%,100%,.2);box-shadow:0px 10px 10px 0px hsla(0,0%,100%,.2)}.btn.btn-light:hover,.nav-links .btn-light.next:hover,.nav-links .btn-light.prev:hover{color:#fa7134;-webkit-box-shadow:0 3px 5px hsla(0,0%,100%,.2);box-shadow:0 3px 5px hsla(0,0%,100%,.2)}.btn:hover,.nav-links .next:hover,.nav-links .prev:hover{opacity:.8;color:#fff;-webkit-box-shadow:0 3px 5px #bebebe;box-shadow:0 3px 5px #bebebe}.essentials-section{padding:0 0 130px}@media(min-width: 1024px){.essentials-section{padding:155px 0}}.essentials-section .container{position:relative}.essentials-section .h2,.essentials-section h2{font-weight:900}@media(min-width: 1024px){.essentials-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -10px}}.essentials-post{border-radius:35px 35px 45px 45px;overflow:hidden;font-size:16px;line-height:1.22;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.16);box-shadow:0 3px 5px rgba(0,0,0,.16);margin:0 12px 10px;height:auto;background:#fffbf2;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width: 1024px){.essentials-post{margin:0 10px;width:33.33%;max-width:400px;border-radius:35px 35px 50px 50px}}.essentials-post .img-holder{padding-top:65%;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:243px}@media(min-width: 1024px){.essentials-post .img-holder{height:260px}}.essentials-post .content{padding:20px 18px 0 17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 1024px){.essentials-post .content{padding:18px 25px 0 17px}}.essentials-post .title{display:block;color:#f93;font-size:20px;font-weight:400;margin-bottom:20px}@media(min-width: 1024px){.essentials-post .title{font-size:27px;line-height:1}}@media(min-width: 1280px){.essentials-post .title{padding-right:50px}}.essentials-post .title a{color:inherit}.essentials-post .title a:hover{opacity:.8}.essentials-post .text-holder{margin:0 0 23px}@media(min-width: 1024px){.essentials-post .text-holder{margin:0 0 10px}}.essentials-post p:last-of-type{margin:0}.essentials-post .btn-holder{text-align:right;margin-top:auto;width:100%;padding:0 18px 23px}@media(min-width: 1024px){.essentials-post .btn-holder{padding:0 25px 23px}}.essentials-post mark{background:rgba(0,0,0,0);display:block;font-size:40px;font-weight:900;line-height:.7}.slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -6px -25px;padding:0 90px 0}.slick-dots li{padding:0 6px 6px}.slick-dots button{-webkit-transition:background 0.3s ease-in-out;transition:background 0.3s ease-in-out;padding:0;margin:0;border:0;font-size:0;border-radius:50%;width:25px;height:25px;background:rgba(54,140,159,.2);cursor:pointer}.slick-dots button:hover{background:#368c9f}.slick-dots .slick-active button{background:#368c9f}.intro-section{padding:153px 0 43px;background-position:50% 100%;background-repeat:no-repeat;background-size:cover;position:relative}@media(min-width: 1024px){.intro-section{padding:278px 0 165px}}.intro-section .intro-imag{margin:-15px -74px 0 -154px}@media(min-width: 1024px){.intro-section .intro-imag{margin:0 0 -100px -139px}}.intro-section .section-heading{color:#fff;font-size:25px;line-height:1.1;padding:0 50px 0 13px}@media(min-width: 1024px){.intro-section .section-heading{font-size:30px;line-height:1.5;padding:0}}@media(min-width: 1440px){.intro-section .section-heading{margin:0 0 66px;font-size:40px}}.intro-section .section-heading h1,.intro-section .section-heading .h1{color:#f93;font-weight:900;text-shadow:1px 4px 10px rgba(0,0,0,.8);line-height:.9;margin:0 0 33px}@media(min-width: 768px){.intro-section .section-heading h1,.intro-section .section-heading .h1{font-size:70px;letter-spacing:1.9px;line-height:1}}@media(min-width: 1600px){.intro-section .section-heading h1,.intro-section .section-heading .h1{font-size:100px;margin:0 0 33px -14px}}.intro-section .section-heading h1 sup,.intro-section .section-heading .h1 sup{font-size:30px}@media(min-width: 1600px){.intro-section .section-heading h1 sup,.intro-section .section-heading .h1 sup{font-size:58px}}.intro-section .section-heading h1 mark,.intro-section .section-heading .h1 mark{display:block;background:rgba(0,0,0,0);color:inherit;font-size:52px}@media(min-width: 768px){.intro-section .section-heading h1 mark,.intro-section .section-heading .h1 mark{font-size:80px}}@media(min-width: 1600px){.intro-section .section-heading h1 mark,.intro-section .section-heading .h1 mark{font-size:126px}}.intro-section .section-heading h1 mark sup,.intro-section .section-heading .h1 mark sup{font-size:40px}@media(min-width: 1600px){.intro-section .section-heading h1 mark sup,.intro-section .section-heading .h1 mark sup{font-size:75px}}.intro-section .mouse-icon{-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);color:#fff;font-size:30px;bottom:73px;font-size:58px;width:30px;height:60px}@media(max-width: 1023px){.intro-section .mouse-icon{display:none}}.intro-section .mouse-icon:hover{opacity:.8}.intro-section .mouse-icon .scroll{-webkit-animation:4s ease-in 1s infinite slideInDown;animation:4s ease-in 1s infinite slideInDown}@media(min-width: 1024px){.intro-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media(min-width: 1024px){.intro-layout .column{width:50%}}@-webkit-keyframes flash{from,to,25%,75%{opacity:1}50%{opacity:.4}}@keyframes flash{from,to,25%,75%{opacity:1}50%{opacity:.4}}.info-section{position:relative;background:#e5faff;padding:35px 0 60px}@media(min-width: 768px){.info-section{padding:81px 0}}.info-section__decor{position:absolute;display:none}@media(min-width: 768px){.info-section__decor{max-width:87px;top:-37px;left:29.7%;display:block}}.info-section__blocks{max-width:1406px;margin:0 auto}@media(min-width: 768px){.info-section__blocks{display:grid;grid-column-gap:16px;grid-row-gap:20px;grid-template-columns:repeat(2, 1fr);margin-bottom:20px}}.info-section__block{font-size:16px;line-height:1.2;margin-bottom:45px}.info-section__block:last-child{margin-bottom:0}.info-section__block-title{color:#f93;margin-bottom:2px;padding:0 12px;line-height:1.4}@media(min-width: 768px){.info-section__block-title{padding:0;line-height:1.37;letter-spacing:-0.3px}}.info-section__block-text{font-weight:300;padding:0 12px;font-size:16px;line-height:1.44}@media(min-width: 768px){.info-section__block-text{padding:0;font-size:20px}}.info-section__block-text>*:last-child{margin:0}.info-section__block-excerpt{font-weight:500;padding:0 12px;font-size:16px;line-height:1.44;color:#000}@media(min-width: 768px){.info-section__block-excerpt{font-size:20px;padding:0}}.info-section__block-excerpt a{color:#000;font-weight:700}.info-section__block-excerpt>*:last-child{margin:0}.info-section__block-image{background-repeat:no-repeat;background-size:cover;background-position:50% 50%;min-height:370px;margin:0 -15px 22px}@media(min-width: 768px){.info-section__block-image{margin:0 0 37px}}.info-section__text{padding:0 28px;font-size:14px;font-weight:300;margin-top:40px}@media(min-width: 768px){.info-section__text{padding:0 84px;margin-top:114px}}.info-section__text>*:last-child{margin:0}.inner-page-intro{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;color:#fff;position:relative}.inner-page-intro h1,.inner-page-intro .h1{color:inherit}@media(max-width: 1023px){.inner-page-intro h1,.inner-page-intro .h1{line-height:1}}@media(max-width: 374px){.inner-page-intro h1,.inner-page-intro .h1{font-size:30px}}.inner-page-intro .section-heading-wrap{padding:0 0 0 34px}@media(min-width: 768px){.inner-page-intro .section-heading-wrap{padding:0 0 0 20px}}@media(min-width: 1600px){.inner-page-intro .section-heading-wrap{padding:20px 0 0 139px}}.inner-page-intro .section-heading{text-align:left;margin:0 0 0}.inner-page-intro.alt-view .inner-intro-layout{min-height:376px}@media(min-width: 1024px){.inner-page-intro.alt-view .inner-intro-layout{min-height:664px}}@media(min-width: 1024px){.inner-page-intro.alt-view .section-heading{margin:0 0 164px}}.inner-intro-layout{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;color:#fff;border-bottom-left-radius:40px;border-bottom-right-radius:40px;padding:75px 0 1px;min-height:377px}@media(min-width: 1024px){.inner-intro-layout{min-height:500px;padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:stretch;align-content:stretch}}@media(max-width: 1023px){.inner-intro-layout{margin:0 -15px}}.inner-intro-layout .section-heading-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:78%}@media(min-width: 1024px){.inner-intro-layout .section-heading-wrap{width:40%}}@media(min-width: 1440px){.inner-intro-layout .section-heading-wrap{width:47.6%}}.inner-intro-layout .intro-image{width:71%;margin:0 0 -17px 0}@media(min-width: 1024px){.inner-intro-layout .intro-image{width:30%;margin:-34px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(min-width: 1440px){.inner-intro-layout .intro-image{width:26%}}@media(min-width: 1024px){.inner-intro-layout .page-anchor-wrap{width:30%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media(min-width: 1440px){.inner-intro-layout .page-anchor-wrap{width:26.4%}}@media(max-width: 1023px){.inner-intro-layout .page-anchor-wrap{position:absolute;top:75px;right:0;padding:39px 0}}.page-anchor{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:10px 20px 18px 0;height:100%;position:relative}@media(min-width: 412px){.page-anchor{padding:10px 38px 18px 0}}@media(min-width: 1024px){.page-anchor{padding:10px 60px 18px 0}}@media(max-width: 1023px){.page-anchor:after{content:"";width:2px;background:#fff;right:25px;top:-30px;bottom:-30px;position:absolute}}@media(max-width: 411px){.page-anchor:after{right:7px}}.page-anchor li{position:relative;padding:0 0 8px;max-width:100%}@media(min-width: 1024px){.page-anchor li{padding:0 0 36px}}.page-anchor li:after{content:"";position:absolute;right:-17px;top:14px;width:10px;height:10px;background:#fff;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.page-anchor li:before{content:"";width:2px;background:#fff;right:-13px;top:0;bottom:0;position:absolute}.page-anchor li:last-child{padding:0}.page-anchor li:last-child:before{content:"";width:2px;background:#fff;top:auto;bottom:40%;height:100%;position:absolute}.page-anchor li:first-child:before{content:"";width:2px;background:#fff;top:20px;bottom:0;height:100%;position:absolute}.page-anchor a{font-size:12px;color:hsla(0,0%,100%,.4);padding:2px 4px;font-weight:300;text-transform:uppercase;position:relative;z-index:3;-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;white-space:nowrap;text-overflow:ellipsis;min-height:27px;display:-webkit-box;display:-ms-flexbox;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(min-width: 1024px){.page-anchor a{font-size:14px}}@media(min-width: 1024px){.page-anchor a:hover{color:#fff;-webkit-transform:translateX(-5px) scale3d(1.2, 1.2, 1);transform:translateX(-5px) scale3d(1.2, 1.2, 1)}}@media(min-width: 1024px){.page-anchor a:hover:after,.page-anchor a:hover:before{opacity:1;visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media(min-width: 1024px){.page-anchor a:hover:after{left:0}}.page-anchor a:after,.page-anchor a:before{content:"";position:absolute;z-index:-1;top:0;opacity:0;visibility:hidden}.page-anchor a:after{-webkit-transition:left 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;transition:left 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out,left 0.3s ease-in-out;transition:transform 0.3s ease-in-out,left 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;left:100%;right:0;bottom:0;background:#f93}.page-anchor a:before{-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;right:-23px;left:auto;border:13px solid rgba(0,0,0,0);border-left:10px solid #f93}@media(max-width: 767px){.video-text-info{padding:0 18px 14px}}.video-text-info .two-columns{margin:0 0 30px}@media(min-width: 1024px){.video-text-info .two-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px 108px}}@media(min-width: 1280px){.video-text-info .two-columns{margin:0 -35px 108px}}.video-text-info .video-block,.video-text-info .text-block{padding:0 0 25px}@media(min-width: 1024px){.video-text-info .video-block,.video-text-info .text-block{width:50%;padding:0 15px}}@media(min-width: 1280px){.video-text-info .video-block,.video-text-info .text-block{padding:0 35px}}@media(min-width: 1024px){.video-text-info .video-box{padding-top:58%;position:relative;width:100%}}.video-text-info .video-block{display:none}@media(min-width: 1024px){.video-text-info .video-block{display:block;padding:60px 15px 0 15px}}@media(min-width: 1280px){.video-text-info .video-block{padding:60px 35px 0 35px}}@media(min-width: 1024px){.video-text-info iframe{position:absolute;top:0;left:0;width:100%;height:100%}}.video-text-info .subtitle{color:#f93;font-weight:700;display:block;margin:0 0 25px}@media(min-width: 768px){.video-text-info .subtitle{margin:0 0 36px}}.video-text-info .text-block{max-width:725px}.video-text-info .text-area{font-weight:300}.video-text-info .text-area strong{color:#000;font-weight:500}@media(min-width: 1024px){.video-text-info .text-area p{margin:0 0 35px}}.video-text-info .section-heading{margin:0}@media(min-width: 1024px){.video-text-info .section-heading{margin:0 0 30px}}@media(max-width: 767px){.video-text-info .section-heading h2{margin:0}}@media(max-width: 1023px){.video-text-info .open-close .slide{margin:0 -15px}}.video-text-info.open-close .slide{color:#000}@media(max-width: 1023px){.video-text-info.open-close .slide{margin:0 0 50px;padding:116px 43px 40px}}@media(max-width: 767px){.video-text-info.open-close .slide{margin:0 -18px 50px}}@media(max-width: 1023px){.video-text-info.open-close .slide h2,.video-text-info.open-close .slide .h2{padding:0}}@media(max-width: 1023px){.video-text-info.open-close .slide .opener{top:32px;right:27px}}.open-close .slide{background:#e5faff;border-radius:50px;margin:0 15px 25px;position:relative}@media(min-width: 1024px){.open-close .slide{padding:62px 100px;margin:0 20px 50px}}.open-close .slide .opener{-webkit-transition:-webkit-box-shadow 0.3s ease-in-out;transition:-webkit-box-shadow 0.3s ease-in-out;transition:box-shadow 0.3s ease-in-out;transition:box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;display:inline-block;vertical-align:top;-webkit-box-shadow:0 6px 10px #bebebe;box-shadow:0 6px 10px #bebebe;color:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#f93), to(#fa7134));background:linear-gradient(180deg, #f93 0%, #fa7134 100%);line-height:1;font-size:16px;font-weight:900;padding:15px 30px;min-width:108px;border-radius:50px;text-align:center;position:absolute;top:50px;right:100px}.open-close .slide .opener:hover{color:#fff;-webkit-box-shadow:0 3px 5px #bebebe;box-shadow:0 3px 5px #bebebe}.open-close .slide .img-frame{text-align:center}.open-close .slide .text-freme{font-weight:300;max-width:1450px;margin:0 0 48px}.open-close .slide h2,.open-close .slide .h2{margin:0 0 36px;padding:0 130px 0 0}.indication-info{padding:20px 0 53px}@media(min-width: 1024px){.indication-info{padding:80px 0 0}}@media(max-width: 1023px){.indication-info .opener{margin-bottom:50px}}.indication-info .container{max-width:1070px}@media(min-width: 1024px){.indication-info .holder-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 60px}}@media(min-width: 1024px){.indication-info .text-block{width:63%;padding:0 20px 0 0}}@media(max-width: 767px){.indication-info .text-block{text-align:center}}.indication-info .text-area{font-weight:300}@media(min-width: 1024px){.indication-info .img-block{width:37%;text-align:right}}.indication-info .img-block{display:none}@media(min-width: 1024px){.indication-info .img-block{display:block}}.indication-info .subtitle{color:#f93;font-weight:500;display:block;margin:0 0 35px}.indication-info .slide{color:#000;font-weight:500}@media(max-width: 1023px){.indication-info .slide{margin:0;padding:116px 43px 40px}}@media(max-width: 1023px){.indication-info .slide h2,.indication-info .slide .h2{padding:0 !important}}@media(min-width: 1024px){.indication-info .slide h2,.indication-info .slide .h2{font-size:40px}}@media(min-width: 1600px){.indication-info .slide h2,.indication-info .slide .h2{font-size:45px}}.indication-info .slide ol{padding-left:10px;font-weight:300}.indication-info .slide ol>li{margin-bottom:20px}.indication-info .slide em{font-weight:300}@media(max-width: 1023px){.indication-info .slide .opener{top:32px;right:27px}}.recommandations-section{padding:35px 0 85px;position:relative}@media(min-width: 1024px){.recommandations-section{padding:100px 0 130px}}.recommandations-section>.container{max-width:1108px}@media(min-width: 1024px){.recommandations-section .decor{top:15%;right:50px}}@media(min-width: 1600px){.recommandations-section .decor{top:35%;right:140px}}.recommandations-section .section-heading{margin-bottom:40px}@media(max-width: 1023px){.recommandations-section .section-heading{padding:0 20px}}@media(min-width: 1024px){.recommandations-section .section-heading{margin-bottom:65px}}@media(min-width: 1024px){.recommandations-section .section-heading .decor{margin-bottom:45px}}@media(max-width: 1023px){.recommandations-section .section-heading .h2,.recommandations-section .section-heading h2{margin-bottom:25px}}.recommandations-section .subtitle{color:#f93}.recommandations-slider{font-size:16px;line-height:1.25}@media(min-width: 1024px){.recommandations-slider{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px;font-weight:300}}.recommandations-slider .slick-list{display:-webkit-box;display:-ms-flexbox;display:flex}.recommandations-slider .recommandations-item{text-align:center;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 375px){.recommandations-slider .recommandations-item{padding:0 70px}}@media(min-width: 1024px){.recommandations-slider .recommandations-item{width:25%;padding:0 10px}}.recommandations-slider .recommandations-item strong:not([class]){font-style:italic;font-weight:700}.recommandations-slider .logo-holder{width:200px;height:200px;border-radius:50%;background:#e5faff;overflow:hidden;display:-webkit-box;display:-ms-flexbox;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:0 auto 25px;-ms-flex-negative:0;flex-shrink:0}.recommandations-slider .content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recommandations-slider .link-holder{margin-top:auto}.recommandations-slider .link-holder a{text-decoration:underline}.recommandations-slider .pdf-image{max-width:52px;margin:0 auto 40px}@media(min-width: 1024px){.recommandations-slider .pdf-image{margin-bottom:12px}}.recommandations-slider .slick-dots{padding:5px 20px 0}.development-section{padding:0 0 55px}@media(min-width: 1024px){.development-section{padding:0 0 120px}}.development-section .development-section-inner{background:#fffbf2;border-top-right-radius:50px;border-top-left-radius:50px;padding:1px 0 0;margin:0 -15px}@media(min-width: 1024px){.development-section .development-section-inner{margin:0;padding:63px 30px 20px}}.development-section .section-heading{margin:-17px auto 40px;padding:0 15px}@media(min-width: 768px){.development-section .section-heading{max-width:640px}}@media(min-width: 1024px){.development-section .section-heading{margin:0 auto;max-width:940px;padding:0}}@media(max-width: 1023px){.development-section .section-heading h2,.development-section .section-heading .h1{margin:0 0 25px}}.development-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto 40px;max-width:940px}@media(min-width: 1024px){.development-layout{margin:0 auto 54px}}.development-layout .column{width:50%;padding:0 20px}.development-info{text-align:center}.development-info .icon-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1024px){.development-info .icon-holder{min-height:140px}}@media(max-width: 767px){.development-info .icon-holder{height:70px;margin:0 0 9px}}@media(max-width: 767px){.development-info .icon-holder img{height:100%;width:auto}}.development-info .title{font-size:20px;color:#fa7134;font-weight:300;display:block}@media(min-width: 1024px){.development-info .title{font-size:25px}}.development-info .title mark{font-family:"Roboto","Upgrade",Arial,"Noto Sans",sans-serif;font-weight:700;color:#f93;display:block;background:rgba(0,0,0,0);font-size:50px;line-height:.8}@media(min-width: 1024px){.development-info .title mark{font-size:80px;line-height:1.1}}.development-info .block-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1024px){.development-info .block-wrapper{margin:0 0 41px}}@media(min-width: 1600px){.development-info .block-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.development-info.alt-view .icon-holder{width:100%}@media(max-width: 1599px){.development-info.alt-view .title{width:50%}}.development-info.alt-view .block-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media(max-width: 1023px){.development-info.alt-view .block-wrapper{margin:0 0 32px}}.development-info.alt-view .development-text-info{text-align:center !important;margin:0 auto 7px;max-width:380px}.development-text-info h3,.development-text-info .h3{color:#368c9f;font-weight:700;margin:0;line-height:1}@media(max-width: 1023px){.development-text-info h3,.development-text-info .h3{font-size:16px;line-height:1.4}}.development-text-info .text-frame{padding:0 10px}@media(min-width: 768px){.development-text-info .text-frame{padding:0}}@media(min-width: 1600px){.development-text-info .text-frame{max-width:960px;margin:0 auto}}.development-text-info p{margin:0 0 14px}@media(min-width: 768px){.development-text-info p{margin:0 0 26px}}.development-text-info.rounded-text{text-align:center;border-radius:50px;padding:10px 30px 0;max-width:680px;margin:0 auto 47px;border:2px solid #368c9f}@media(min-width: 768px){.development-text-info.rounded-text{padding:36px 30px 0}}@media(min-width: 1024px){.development-text-info.rounded-text{max-width:1362px}}@media(min-width: 1600px){.observation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(max-width: 1023px){.observation{padding:0 30px}}@media(min-width: 1600px){.observation .column{width:50%;padding:0 20px}}@media(min-width: 1366px){.observation .column:first-child{padding:0 110px}}@media(min-width: 1024px){.observation .development-info .development-text-info{padding:0}}@media(min-width: 1600px){.observation .development-info .development-text-info{max-width:440px;text-align:left}}.observation .development-info .text-frame{padding:0}.development-banner{padding:20.3% 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;border-bottom-right-radius:50px;border-bottom-left-radius:50px;position:relative}@media(max-width: 1023px){.development-banner{padding:43.3% 0;margin:0 -15px}}.development-banner .decor{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -20%);-ms-transform:translate(-50%, -20%);transform:translate(-50%, -20%)}@media(min-width: 1600px){.development-banner .decor{-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);left:74%}}@media(max-width: 1023px){.development-banner .decor{display:none}}.development-banner .title{color:#fff;font-weight:500;max-width:1041px;margin:0 auto;text-align:center;line-height:.8;font-size:23px;text-shadow:0 3px 6px rgba(0,0,0,.58)}@media(min-width: 1024px){.development-banner .title{font-size:50px}}@media(min-width: 1024px){.research-section .essentials-post .title{font-size:25px}}@media(min-width: 1024px){.research-section .essentials-post .content{padding:27px 25px 0 17px;min-height:270px}}@media(min-width: 1024px){.research-section .essentials-post .btn,.research-section .essentials-post .nav-links .next,.nav-links .research-section .essentials-post .next,.research-section .essentials-post .nav-links .prev,.nav-links .research-section .essentials-post .prev{min-width:230px}}.research-section .essentials-post{background:#fff}.research-section .essentials-post .title{color:#fa7134}.research-section .essentials-post .title mark{color:#f93}@media(min-width: 1440px){.research-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.research-inner .research-heading{padding:0 23px}@media(min-width: 1024px){.research-inner .research-heading{width:50%;padding:0 40px 23px 85px}}@media(min-width: 1440px){.research-inner .research-heading{width:34%}}@media(min-width: 1440px){.research-inner .research{width:66%}}.research .essentials-slider{margin:0 -3px 0 -10px}.research-section-wraper{position:relative;z-index:2;padding:0 0 98px}@media(min-width: 1024px){.research-section-wraper{padding:51px 0 203px}}.research-section-wraper>.container{max-width:100%}.research-section-wraper .bg-decor{position:absolute;z-index:-1;left:0;top:67px;bottom:0;right:14%;border-top-right-radius:50px;background:#e5faff}@media(min-width: 1024px){.research-section-wraper .bg-decor{top:0;right:7%}}@media(max-width: 1023px){.research-section-wraper .section-heading{max-width:460px}}@media(max-width: 767px){.research-section-wraper .section-heading{max-width:270px}}@media(max-width: 1023px){.research-section-wraper .section-heading h2,.research-section-wraper .section-heading .h2{margin:0 0 25px}}@media(max-width: 1023px){.research-section-wraper .decor--heading-decor{margin:0 !important}}@media(min-width: 1024px){.discover-block{padding:0 0 98px}}.discover-block>.container{max-width:1390px}@media(min-width: 1600px){.discover-block>.container{max-width:1590px}}@media(min-width: 768px){.discover-block .essentials-post{width:100%}}.discover-block .essentials-post .content{min-height:136px}@media(min-width: 768px){.discover-block .essentials-post .content{min-height:170px}}.discover-block .section-heading{padding:0 20px}@media(min-width: 768px){.discover-block .section-heading{padding:46px 0 0}}@media(max-width: 767px){.discover-block .section-heading{margin:0}}.discover-block .section-heading.text-left .decor--heading-decor{max-width:60px;margin:0 0 18px auto}@media(min-width: 1024px){.discover-block .section-heading.text-left .decor--heading-decor{margin:0 0 68px;max-width:90px}}.discover-block .section-heading h3,.discover-block .section-heading .h3{margin:0 0 31px}@media(min-width: 1024px){.discover-block .section-heading h3,.discover-block .section-heading .h3{font-size:35px;font-weight:500;margin:0 0 32px}}@media(max-width: 1023px){.discover-block .section-heading h3,.discover-block .section-heading .h3{line-height:1.1}}.discover-block-inner{position:relative;z-index:3;margin:-35px 0 0}@media(min-width: 768px){.discover-block-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:-74px -20px 0}}@media(min-width: 768px){.discover-block-inner .column{width:58.2%;padding:0 20px}}@media(min-width: 768px){.discover-block-inner .column:last-child{width:41.8%}}.patients-block{padding:20px 0}@media(min-width: 1024px){.patients-block{padding:80px 0 20px}}.patients-block>.container{position:relative}.patients-block .decor{top:auto;bottom:30px;right:auto;left:11%}@media(max-width: 1023px){.patients-block .decor{display:none}}.patients-block .heading{position:relative;margin-bottom:23px;text-align:center}@media(min-width: 1024px){.patients-block .heading{margin-bottom:115px}}.patients-block .heading:before{content:"";position:absolute;top:0;bottom:0;left:-20px;right:-20px;border-bottom:2px solid #f93}@media(min-width: 1280px){.patients-block .heading:before{left:138px;right:138px}}.patients-block .heading .title{background:#f93;color:#fff;padding:8px 60px 0;display:inline-block;vertical-align:top;border-radius:25px 25px 0 0;font-size:20px;line-height:1.55}@media(min-width: 1024px){.patients-block .heading .title{padding:11px 84px 0;font-size:25px;line-height:1}}.patients-block .heading .decor{bottom:auto;left:auto;top:0;right:5%}@media(min-width: 1280px){.patients-block .heading .decor{right:19%}}.patients-block .img-holder{text-align:center;margin:0 -20px}@media(min-width: 1024px){.patients-block .img-holder{max-width:97%;margin:0 auto}}@media(min-width: 1024px){.patients-block .img-holder img{width:100%}}@media(min-width: 1024px){.patients-block .img-holder.mobile{display:none}}@media(max-width: 1023px){.patients-block .img-holder.desktop{display:none}}.interrelation-block{padding:60px 0 20px}@media(min-width: 1024px){.interrelation-block{padding:140px 0 80px}}@media(min-width: 1024px){.interrelation-block .content{display:-webkit-box;display:-ms-flexbox;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}}.interrelation-block .section-heading{padding:0 20px;margin-bottom:50px}@media(min-width: 1024px){.interrelation-block .section-heading{width:50%;padding:0 25px 0 0;margin:0}}@media(min-width: 1280px){.interrelation-block .section-heading{padding:0 65px 0 0}}.interrelation-block .section-heading .decor--heading-decor{margin:0 0 10px 0}@media(min-width: 1024px){.interrelation-block .section-heading .decor--heading-decor{margin:0 0 25px 0}}@media(max-width: 1023px){.interrelation-block .section-heading .h2,.interrelation-block .section-heading h2{line-height:1.1;margin-bottom:25px}}@media(min-width: 1024px){.interrelation-block .section-heading .h2,.interrelation-block .section-heading h2{margin-bottom:40px}}@media(max-width: 1023px){.interrelation-block p{margin-bottom:15px}}@media(min-width: 1024px){.interrelation-block .image-holder{width:50%;padding:0 0 0 40px}}@media(min-width: 1600px){.interrelation-block .image-holder{text-align:right;margin:0 -35px 0 0}}.interrelation-block .info-text{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 0 -12px}@media(min-width: 1024px){.interrelation-block .info-text{margin:0 -70px 0 0;padding-top:30px}}.info-text{font-size:16px;line-height:1.56;color:#368c9f;display:block;font-weight:300;font-style:italic}@media(min-width: 1024px){.info-text{margin:0 -70px 0 0;padding-top:30px}}.figures-section{padding:21px 0}@media(min-width: 768px){.figures-section{padding:100px 0}}.figures-section .section-heading{margin-bottom:40px}@media(min-width: 768px){.figures-section .section-heading{margin-bottom:76px}}.figures-section .first-figure{position:relative}@media(min-width: 1024px){.figures-section .first-figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding-left:70px;margin-bottom:82px}}.figures-section .first-figure__text-block{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 768px){.figures-section .first-figure__text-block{position:absolute;-ms-flex-negative:0;flex-shrink:0;z-index:2}}@media(min-width: 768px){.figures-section .first-figure__text-block.left{left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media(min-width: 1024px){.figures-section .first-figure__text-block.left{left:4%;top:53%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media(min-width: 1600px){.figures-section .first-figure__text-block.left{left:0;top:49%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media(min-width: 1920px){.figures-section .first-figure__text-block.left{left:5%;top:48%}}.figures-section .first-figure__text-block.right{-webkit-transform:translateY(-105%);-ms-transform:translateY(-105%);transform:translateY(-105%);margin:0 0 -30px}@media(min-width: 768px){.figures-section .first-figure__text-block.right{right:0;top:48%;-webkit-transform:translateY(-48%);-ms-transform:translateY(-48%);transform:translateY(-48%);margin:0}}@media(min-width: 1024px){.figures-section .first-figure__text-block.right{right:2%;top:40%;-webkit-transform:translateY(-38%);-ms-transform:translateY(-38%);transform:translateY(-38%)}}@media(min-width: 1600px){.figures-section .first-figure__text-block.right{right:0;top:52%}}@media(min-width: 1920px){.figures-section .first-figure__text-block.right{right:8%;top:54%}}.figures-section .first-figure__image{position:relative;-ms-flex-negative:0;flex-shrink:0;text-align:center}@media(min-width: 1024px){.figures-section .first-figure__image{text-align:center;width:100%}}.figures-section .first-figure__image .image-inner.pc{display:none}@media(min-width: 768px){.figures-section .first-figure__image .image-inner.pc{display:block}}@media(min-width: 768px){.figures-section .first-figure__image .image-inner.mob{display:none}}.figures-section .first-figure__subtitle{color:#f93;font-size:2.604vw;line-height:1.25;margin-bottom:0}@media(max-width: 1023px){.figures-section .first-figure__subtitle{font-size:20px}}@media(min-width: 1600px){.figures-section .first-figure__subtitle{font-weight:300;font-size:50px;line-height:1.5}}.figures-section .first-figure__title{font-weight:700;font-size:4.688vw;margin-bottom:0;color:#f93;line-height:1}@media(max-width: 1023px){.figures-section .first-figure__title{font-size:30px}}@media(min-width: 1600px){.figures-section .first-figure__title{font-size:90px}}.figures-section .first-figure__text{font-weight:300;color:#f93;font-size:20px;line-height:1.25}@media(max-width: 1023px){.figures-section .first-figure__text{font-size:18px}}@media(min-width: 1600px){.figures-section .first-figure__text{font-size:30px;line-height:1.17}}.figures-section .first-figure__text>*:last-child{margin-bottom:0}.figures-section .second-figure{border-radius:50px;background:#fffbf2;position:relative;margin-left:-15px;margin-right:-15px;padding:27px;margin-bottom:18px}@media(min-width: 768px){.figures-section .second-figure{margin-bottom:40px}}@media(min-width: 1366px){.figures-section .second-figure{margin-left:0;margin-right:0;padding:18.49vw 27.344vw 15.365vw}}@media(min-width: 1920px){.figures-section .second-figure{padding:355px 525px 295px}}.figures-section .second-figure__text-content br{display:none}@media(min-width: 1366px){.figures-section .second-figure__text-content br{display:block}}@media(min-width: 1366px){.figures-section .second-figure__text-content.first{position:absolute;top:0;left:0;right:0}}@media(min-width: 1366px){.figures-section .second-figure__text-content.first .second-figure__text-block{margin-bottom:72px;position:absolute}}@media(min-width: 1366px){.figures-section .second-figure__text-content.first .second-figure__text-block:nth-child(1){left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:5.104vw}}@media(min-width: 1920px){.figures-section .second-figure__text-content.first .second-figure__text-block:nth-child(1){top:98px}}@media(min-width: 1366px){.figures-section .second-figure__text-content.first .second-figure__text-block:nth-child(2){left:14%;top:19.188vw}}@media(min-width: 1920px){.figures-section .second-figure__text-content.first .second-figure__text-block:nth-child(2){top:415px}}@media(min-width: 1366px){.figures-section .second-figure__text-content.first .second-figure__text-block:nth-child(3){right:3%;top:19.188vw}}@media(min-width: 1920px){.figures-section .second-figure__text-content.first .second-figure__text-block:nth-child(3){right:9%;top:415px}}@media(min-width: 1366px){.figures-section .second-figure__text-content.second{position:absolute;bottom:0;left:0;right:0}}@media(min-width: 1366px){.figures-section .second-figure__text-content.second .second-figure__text-block{margin-bottom:72px;position:absolute}}@media(min-width: 1366px){.figures-section .second-figure__text-content.second .second-figure__text-block:nth-child(1){bottom:180px;left:14%}}@media(min-width: 1366px){.figures-section .second-figure__text-content.second .second-figure__text-block:nth-child(2){bottom:1.823vw;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media(min-width: 1920px){.figures-section .second-figure__text-content.second .second-figure__text-block:nth-child(2){bottom:35px}}@media(min-width: 1366px){.figures-section .second-figure__text-content.second .second-figure__text-block:nth-child(3){bottom:230px;right:19%}}@media(max-width: 767px){.figures-section .second-figure__text-content{padding:0 42px}}.figures-section .second-figure__text-block{margin-bottom:30px}@media(min-width: 1366px){.figures-section .second-figure__text-block{text-align:center;margin-bottom:0}}.figures-section .second-figure__text-block:last-child{margin-bottom:0}.figures-section .second-figure__title{color:#f93;font-size:3.906vw;margin-bottom:9px}@media(min-width: 768px){.figures-section .second-figure__title{line-height:1.06;margin-bottom:8px}}@media(max-width: 1023px){.figures-section .second-figure__title{font-size:25px;line-height:1}}@media(min-width: 1600px){.figures-section .second-figure__title{font-size:70px}}.figures-section .second-figure__title sub,.figures-section .second-figure__title sup{font-size:.5em;font-weight:400}.figures-section .second-figure__text{color:#f93;font-weight:300;font-size:16px;line-height:1;font-style:italic}@media(min-width: 768px){.figures-section .second-figure__text{line-height:1.25;font-size:18px}}@media(min-width: 1600px){.figures-section .second-figure__text{font-size:20px}}.figures-section .second-figure__text>*{margin-bottom:8px}.figures-section .second-figure__text>*:last-child{margin-bottom:0}.figures-section .second-figure__text strong{font-weight:400;display:block;font-size:18px;line-height:1.06}@media(min-width: 768px){.figures-section .second-figure__text strong{font-size:24px;line-height:1.33}}@media(min-width: 1600px){.figures-section .second-figure__text strong{font-size:30px}}.figures-section .second-figure__image{position:relative;text-align:center;z-index:2;margin:27px 0}@media(min-width: 1366px){.figures-section .second-figure__image{margin:0}}.figures-section .second-figure__image .image-holder{max-width:587px;margin:0 auto}.figures-section .second-figure__image .image-inner.pc{display:none}@media(min-width: 1366px){.figures-section .second-figure__image .image-inner.pc{display:block}}@media(min-width: 1366px){.figures-section .second-figure__image .image-inner.mob{display:none}}.figures-section__text{font-size:16px;line-height:1.56;color:#368c9f;font-weight:300;font-style:italic}@media(min-width: 768px){.figures-section__text{line-height:1.25}}.figures-section__text a{color:inherit}.figures-section__text a:hover{text-decoration:underline}.profiles-block{padding:8px 0 0}@media(min-width: 1024px){.profiles-block{padding:10px 0 40px}}@media(min-width: 1024px){.profiles-block .content{display:-webkit-box;display:-ms-flexbox;display:flex}}.profiles-block .img-holder{margin:0 -15px 15px}@media(min-width: 1024px){.profiles-block .img-holder{width:46%;margin:0}}.profiles-block .img{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;min-height:397px;border-radius:0 50px 50px 0}@media(min-width: 1024px){.profiles-block .img{float:right;width:calc(100% + 16px);min-height:auto;height:100%;min-height:518px}}@media(min-width: 1600px){.profiles-block .img{width:calc(100% + (100vw - 1640px)/2)}}.profiles-block .section-heading{margin:0}@media(min-width: 375px){.profiles-block .section-heading{padding:0 23px}}@media(min-width: 1024px){.profiles-block .section-heading{width:54%;padding:10px 0 30px 73px}}.profiles-block .section-heading .decor{margin-bottom:5px}@media(min-width: 1024px){.profiles-block .section-heading .decor{margin-bottom:25px}}.profiles-block .section-heading .h2,.profiles-block .section-heading h2{margin-bottom:25px}@media(min-width: 1024px){.profiles-block .section-heading .h2,.profiles-block .section-heading h2{margin-bottom:30px}}.profiles-block .section-heading .subtitle{font-weight:700;display:block}@media(min-width: 1024px){.profiles-block .section-heading .subtitle{margin-bottom:37px}}.profiles-block .section-heading strong:not([class]){color:#000}.cta-section{background:#f93;padding:29px 0}@media(min-width: 768px){.cta-section{padding:50px 0}}.cta-section>.container{max-width:1272px}@media(min-width: 1600px){.cta-section>.container{max-width:1527px}}.cta-section .btn,.cta-section .nav-links .next,.nav-links .cta-section .next,.cta-section .nav-links .prev,.nav-links .cta-section .prev{padding:13px 16px;font-size:14px}@media(min-width: 768px){.cta-section .btn,.cta-section .nav-links .next,.nav-links .cta-section .next,.cta-section .nav-links .prev,.nav-links .cta-section .prev{padding:20px 30px}}@media(min-width: 1024px){.cta-section .btn,.cta-section .nav-links .next,.nav-links .cta-section .next,.cta-section .nav-links .prev,.nav-links .cta-section .prev{padding:30px 61px;font-size:30px;border-radius:53px}}.cta-section .text-wrap{color:#fff;font-size:15px;font-style:italic;padding-left:20px;max-width:calc(100% - 180px);text-align:center}@media(min-width: 640px){.cta-section .text-wrap{font-size:20px}}@media(min-width: 768px){.cta-section .text-wrap{font-size:30px;text-align:left}}@media(min-width: 1024px){.cta-section .text-wrap{font-size:38px;max-width:calc(100% - 430px)}}.cta-section p:last-of-type{margin:0}.cta-section-inner{display:-webkit-box;display:-ms-flexbox;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}.tolerance-section{padding:55px 0 20px}@media(min-width: 1024px){.tolerance-section{padding:80px 0 40px}}.tolerance-section>.container{max-width:1160px}@media(min-width: 1600px){.tolerance-section>.container{max-width:1390px}}.tolerance-section .section-heading{margin-bottom:5px}@media(min-width: 1024px){.tolerance-section .section-heading{margin-bottom:62px}}.tolerance-section .section-heading .decor{margin-bottom:12px}@media(min-width: 1024px){.tolerance-section .section-heading .decor{margin-bottom:45px}}@media(max-width: 1023px){.tolerance-section .section-heading .h2,.tolerance-section .section-heading h2{margin-bottom:25px}}.tolerance-section .wrap{position:relative}.tolerance-section .wrap .decor{top:-55px;right:310px}@media(max-width: 1023px){.tolerance-section .wrap .decor{display:none}}.tolerance-section .tolerance-holder{background:#e5faff;border-radius:20px;font-weight:300;line-height:1;padding:26px 25px 10px;margin:0 -15px 12px}@media(min-width: 375px){.tolerance-section .tolerance-holder{padding:25px 45px 10px}}@media(min-width: 768px){.tolerance-section .tolerance-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:85px 45px 10px}}@media(min-width: 1280px){.tolerance-section .tolerance-holder{padding:100px 117px 10px;border-radius:50px;margin:0 0 25px}}.tolerance-section .tolerance-item{margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.tolerance-section .tolerance-item:nth-child(2n){padding-right:15px}@media(min-width: 768px){.tolerance-section .tolerance-item{width:50%;padding-right:60px;margin-bottom:80px}}.tolerance-section p:last-of-type{margin-bottom:0}.tolerance-section .image-holder{-ms-flex-negative:0;flex-shrink:0;margin-right:20px;max-width:44px}@media(min-width: 768px){.tolerance-section .image-holder{max-width:85px}}@media(min-width: 1024px){.tolerance-section .image-holder{margin-right:65px;max-width:122px}}.tolerance-section ul:not([class]):not([id]) li{padding-left:10px;position:relative}@media(min-width: 768px){.tolerance-section ul:not([class]):not([id]) li{padding-left:25px}}.tolerance-section ul:not([class]):not([id]) li:before{background:#fa7134;position:absolute;top:4px;left:0}@media(min-width: 1024px){.tolerance-section ul:not([class]):not([id]) li:before{top:9px;left:4px}}.tolerance-section .info-text{line-height:1.5;margin:0;padding:0 0 0 30px}@media(min-width: 768px){.tolerance-section .info-text{text-align:center;line-height:1.2}}.ease-of-use-section{padding:30px 0 50px}@media(min-width: 1024px){.ease-of-use-section{padding:130px 0 150px;position:relative}}.ease-of-use-section>.container{max-width:1090px}@media(min-width: 1600px){.ease-of-use-section>.container{max-width:1405px}}@media(max-width: 1023px){.ease-of-use-section>.container{padding:0 35px}}@media(max-width: 1023px){.ease-of-use-section>.container>.decor{display:none}}@media(min-width: 1280px){.ease-of-use-section>.container>.decor{top:-5px;right:300px}}.ease-of-use-section .ease-of-use-slider{margin:0 -20px}.ease-of-use-section .slide{padding:0 20px;margin-bottom:25px}@media(min-width: 1280px){.ease-of-use-section .slide{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(min-width: 1440px){.ease-of-use-section .slide{min-height:555px;max-height:90vh}}.ease-of-use-section .section-heading{margin-bottom:25px}@media(min-width: 1280px){.ease-of-use-section .section-heading{max-width:575px;width:100%}}@media(max-width: 1023px){.ease-of-use-section .section-heading .decor--heading-decor{margin-bottom:7px}}.ease-of-use-section .section-heading .h2,.ease-of-use-section .section-heading h2{margin-bottom:30px}@media(min-width: 1024px){.ease-of-use-section .section-heading .h2,.ease-of-use-section .section-heading h2{margin-bottom:60px}}.ease-of-use-section .section-heading .subtitle{font-size:30px;font-weight:700;margin-bottom:25px}@media(min-width: 1024px){.ease-of-use-section .section-heading .subtitle{padding-right:50px;margin-bottom:40px}}.ease-of-use-section strong:not([class]){font-weight:500}@media(min-width: 1024px){.ease-of-use-section strong:not([class]){font-size:1.2em;color:#000}}.ease-of-use-section .info-text{margin:0;padding-top:5px;font-size:14px;line-height:1.44}@media(min-width: 1024px){.ease-of-use-section .info-text{line-height:1.4;font-size:16px;padding:0 20px 0 0}}@media(min-width: 375px){.ease-of-use-section .image-holder{padding:0 10px}}@media(min-width: 768px){.ease-of-use-section .image-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width: 1280px){.ease-of-use-section .image-holder{width:calc(100% - 575px);padding:50px 0 0;position:relative}}@media(max-width: 1439px){.ease-of-use-section .line-image{display:none}}@media(height: 860px){.ease-of-use-section .line-image{display:none}}@media(min-width: 1440px){.ease-of-use-section .line-image{position:absolute;width:300px;top:45%;left:-60px;-webkit-transform:translate(-77%, 0);-ms-transform:translate(-77%, 0);transform:translate(-77%, 0)}}@media(min-width: 1600px){.ease-of-use-section .line-image{min-width:504px;left:0}}.ease-of-use-section .line-image+img{width:100%;max-width:600px;-o-object-fit:contain;object-fit:contain}@media(min-width: 1280px){.ease-of-use-section .slick-dots{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:18%}}@media(min-width: 1280px){.ease-of-use-section .slick-dots{margin-top:-75px}}.ease-of-use-section .slick-dots button{width:15px;height:15px}.excipients-section{position:relative}@media(min-width: 768px){.excipients-section{padding:0 0 144px}}.excipients-section .js-slide-hidden{opacity:0;visibility:hidden}.excipients-section .section-heading{padding:20px 0 0;margin-bottom:28px}@media(min-width: 1024px){.excipients-section .section-heading{margin-bottom:32px}}@media(max-width: 1023px){.excipients-section .section-heading.decor--heading-decor{margin:0 0 5px}}.excipients-section .subtitle{color:#f93;font-weight:700;display:block;margin:0 0 26px}@media(min-width: 1024px){.excipients-section .subtitle{margin:0 0 36px}}.excipients-section .text-block{max-width:725px;margin:0 0 46px}.excipients-section .img-wrap{background-size:cover;background-position:50% 50%;background-repeat:repeat;min-height:397px;border-radius:50px;margin:0 -46px 0 39px;position:relative;z-index:5}@media(min-width: 1024px){.excipients-section .img-wrap{float:left;width:calc(100% + 50px);margin:76px 0 -54px;min-height:778px}}@media(min-width: 1680px){.excipients-section .img-wrap{min-height:668px;width:calc(100% + (100vw - 1656px)/2 - 54px)}}.excipients-section .bg-decor{position:absolute;z-index:-1;top:0;bottom:46px;border-radius:50px;left:0;right:0}@media(min-width: 1024px){.excipients-section .bg-decor{right:auto;left:5px;bottom:0;width:100vw}}@media(min-width: 1920px){.excipients-section .bg-decor{width:auto;left:-76px;right:-9999px}}.excipients-section .slide{position:absolute;z-index:4;top:0 !important;left:0 !important;right:0 !important;bottom:auto !important;height:auto !important;overflow:visible !important;padding:96px 20px 0 46px;background:rgba(0,0,0,0);min-height:calc(100% - 46px);margin:0;font-weight:300}@media(min-width: 1024px){.excipients-section .slide{min-height:100%;margin:0 0 0 5px}}@media(min-width: 1920px){.excipients-section .slide{margin:0 0 0 -76px}}.excipients-section .slide.js-slide-hidden{bottom:auto}.excipients-section .slide .bg-slide-decor{position:absolute;background:#e5faff;z-index:-1;top:0;left:0;bottom:0;right:-9999px;border-radius:50px}.excipients-section .slide .opener{right:10px}@media(max-width: 1023px){.excipients-section .text-area{margin:0 0 28px}}.excipients-section .btn-wrap{margin-bottom:38px}@media(max-width: 1023px){.excipients-section .btn-wrap{text-align:right}}.excipients-section.active .bg-decor{background:#e5faff !important}.excipients-section.active .js-slide-hidden{opacity:1;visibility:visible}.contraindications-inner{margin:0 -15px}@media(min-width: 1024px){.contraindications-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px}}@media(min-width: 1024px){.contraindications-inner .column{position:relative;z-index:3;width:59.2%;padding:0 20px}}.contraindications-inner .column:first-child{padding:0 32px}@media(min-width: 1024px){.contraindications-inner .column:first-child{width:40.8%}}.slide-item{margin-bottom:30px}.slide-item .title{color:#f93;display:block;margin-bottom:20px;font-weight:700}.table-info-section{padding:59px 0;position:relative}@media(min-width: 768px){.table-info-section{padding:59px 0 20px}}.table-info-section .container{max-width:100%}@media(min-width: 1024px){.table-info-section .container .table-info-inner{padding:0 0 0 97px}}.table-info-section .container .section-heading{margin:0 0 26px}@media(min-width: 1024px){.table-info-section .container .section-heading{margin:0 0 30px}}.table-info-section .container .section-heading .decor--heading-decor{margin:0 auto 9px}@media(min-width: 1024px){.table-info-section .container .section-heading .decor--heading-decor{margin:0 0 39px}}@media(max-width: 767px){.table-info-section .container .section-heading{text-align:center}}.table-info-section .section-decor{position:absolute;top:0;left:30px;-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%)}@media(max-width: 767px){.table-info-section .section-decor{display:none}}.table-info-section .subtitle{color:#f93;font-weight:700;display:block;margin:0 0 26px}@media(min-width: 1024px){.table-info-section .subtitle{margin:0 0 36px}}@media(max-width: 767px){.table-info-section .subtitle{text-align:center}}.table-info-section .btn-wrap{text-align:center}@media(min-width: 768px){.table-info-section .btn-wrap{display:none}}.table-notes{font-size:16px;font-weight:300;font-style:italic;color:#368c9f}@media(max-width: 767px){.table-notes{padding:72px 20px 0}}@media(min-width: 768px){.table-info{margin:0 -15px 40px 0}}@media(min-width: 1024px){.table-info{padding:68px 0 0 40px;font-size:20px;line-height:1.2;font-weight:300;position:relative}}@media(min-width: 1366px){.table-info{padding:68px 0 0 233px}}@media(max-width: 767px){.table-info{display:none}}.table-info .table-heading{text-align:center;display:inline-block;color:#fff}@media(min-width: 768px){.table-info .table-heading{padding:6px 10px;background:#f93;font-size:25px;line-height:1.1;font-weight:700;border-top-left-radius:25px;border-top-right-radius:25px;min-width:400px}}.table-info strong{font-weight:500;color:#000}.table-info table{border-collapse:collapse;margin-bottom:40px}.table-info table tr td{padding:29px 40px 5px 86px;vertical-align:top}.table-info table tr td:first-child{padding:29px 40px 5px 5px;width:40.5%;border-right:2px solid #f93}.table-info .table-scroll-icon{position:absolute;bottom:0;left:0}@media(min-width: 1366px){.table-info .table-scroll-icon{left:110px}}@media(max-width: 1023px){.table-info .table-scroll-icon{display:none}}.table-info .table-info-scroll{max-height:587px;overflow:hidden;overflow-y:auto}.table-info .table-heading-wrap{border-bottom:2px solid #f93}.simplebar-scrollbar::before{background-color:#6d6e71}.mouse_scroll{width:30px}.table-scroll-icon svg{width:30px;height:60px}.table-scroll-icon svg .scroll{-webkit-animation:4s ease-in 1s infinite slideInDown;animation:4s ease-in 1s infinite slideInDown}@-webkit-keyframes slideInDown{35%,65%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}50%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}.presentation{padding:20px 0 40px}@media(min-width: 1024px){.presentation{padding:100px 0}}.presentation .section-heading{margin-bottom:20px}@media(min-width: 1024px){.presentation .section-heading{margin-bottom:75px}}.presentation__products-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:1610px;margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:2;padding:0 12px}.presentation__products-items .line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:2px;background:#f93;position:relative;margin:6px 2px 0;-ms-flex-item-align:center;align-self:center}.presentation__products-items .line:last-of-type{display:none}@media(min-width: 1024px){.presentation__products-items .line{margin:15px 2px 0}}.presentation__products-items .line:after{content:"";width:7px;height:7px;border-left:2px solid #f93;border-bottom:2px solid #f93;position:absolute;left:0;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);top:50%}@media(min-width: 1024px){.presentation__products-items .line:after{width:15px;height:15px}}.presentation__products-items .line:before{content:"";width:7px;height:7px;border-right:2px solid #f93;border-top:2px solid #f93;position:absolute;right:0;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);top:50%}@media(min-width: 1024px){.presentation__products-items .line:before{width:15px;height:15px}}.presentation__decor{position:absolute;top:-50px;right:15%;display:none}@media(min-width: 1024px){.presentation__decor{display:block}}.presentation__product-head{position:relative;margin-bottom:5px}@media(min-width: 1024px){.presentation__product-head{margin-bottom:15px;padding:0 15px}}.presentation__product-head.orange .presentation__product-text{border-color:#f93}.presentation__product-head.big{margin-bottom:0}.presentation__product-head.big .presentation__product-text{width:80px;height:80px}@media(min-width: 1024px){.presentation__product-head.big .presentation__product-text{width:230px;height:230px}}.presentation__product-head.blue .presentation__product-text{border-color:#87a9ba}.presentation__product-head.purple .presentation__product-text{border-color:#c177d0}.presentation__product-head.gray .presentation__product-text{border-color:#464e5b}.presentation__product-text{border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:63px;height:63px;font-weight:900;color:#000;border:3px solid;background:#fff;font-size:14px}@media(min-width: 1024px){.presentation__product-text{width:183px;height:183px;font-size:40px;border:10px solid}}.presentation__products-products{margin-top:-15px;padding-top:19px;padding-bottom:4px;margin-bottom:10px}@media(min-width: 1024px){.presentation__products-products{margin-top:-57px;padding-top:54px;padding-bottom:0;margin-bottom:54px}}.presentation__products-inner{display:grid;grid-template-columns:repeat(4, 1fr);max-width:1833px;margin:0 auto;text-align:center;grid-column-gap:9px;padding:0 5px}@media(min-width: 1024px){.presentation__products-inner{grid-column-gap:41px}}.presentation__text{line-height:1.625;font-size:16px;font-weight:300;margin-bottom:46px;padding:0 20px}@media(min-width: 1024px){.presentation__text{line-height:1.44;font-size:20px;margin-bottom:78px;padding:0}}.presentation__text strong{font-weight:300;color:#368c9f;font-style:italic}.presentation__text .container{max-width:1790px}.presentation__tabs{max-width:1800px;margin:0 auto;padding:0 20px}.presentation__tabs-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.presentation__tabs-left{-ms-flex-negative:0;flex-shrink:0;width:540px;padding-right:50px;text-align:right;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none}@media(min-width: 1280px){.presentation__tabs-left{display:-webkit-box;display:-ms-flexbox;display:flex}}.presentation__tabs-left .image-holder{position:absolute;top:0;bottom:0;right:0;left:0;opacity:.05}.presentation__tabs-left .image-holder img{float:right;width:auto;max-width:none;height:100%}.presentation__tab-links{position:relative;width:100%;padding:50px 0;font-size:20px;text-transform:uppercase;line-height:1.2}.presentation__tab-links li{margin-bottom:20px;position:relative;padding-right:42px}.presentation__tab-links li:last-child{margin-bottom:0}.presentation__tab-links li:last-child:before{display:none}.presentation__tab-links li:after{content:"";width:19px;height:19px;position:absolute;right:0;top:5px;border-radius:50%;background:#fa7134}.presentation__tab-links li:before{content:"";height:calc(100% + 42px);width:1px;position:absolute;top:5px;right:9px;background:#6d6e71}.presentation__tab-links a{color:#000;-webkit-text-decoration-color:#f93;text-decoration-color:#f93}.presentation__tab-links a.active{text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:5px;-webkit-text-decoration-color:#fa7134;text-decoration-color:#fa7134;text-underline-offset:2px}.presentation__tabs-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fff;border-top:1px solid #368c9f;border-bottom:1px solid #368c9f;padding:21px 37px 60px}@media(min-width: 1280px){.presentation__tabs-content{padding:37px 125px 45px 90px;border-top-right-radius:45px;border-bottom-right-radius:45px;border:1px solid #368c9f}}.presentation__tab-heading{position:relative;text-align:center;margin-bottom:25px}@media(min-width: 1024px){.presentation__tab-heading{text-align:left;margin-bottom:85px}}.presentation__tab-heading h2{line-height:1}.presentation__tab-heading>*:last-child{margin-bottom:0}.presentation__tab-heading .decor{position:absolute;top:auto;right:auto;bottom:calc(100% + 8px);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:34px}@media(min-width: 1024px){.presentation__tab-heading .decor{max-width:58px;left:0;-webkit-transform:none;-ms-transform:none;transform:none}}@media(min-width: 1280px){.presentation__tab-heading .decor{bottom:calc(100% + 10px)}}.presentation__tab-heading .decor img{max-width:100%;height:auto}.presentation__tab{display:none;font-weight:300;color:#707070;line-height:1.44;font-size:18px}@media(min-width: 1280px){.presentation__tab{line-height:1.17}}.presentation__tab.active{display:block}@media(min-width: 1280px){.presentation__tab.active{padding:0 30px}}.presentation__tab h1,.presentation__tab .h1,.presentation__tab h2,.presentation__tab .h2,.presentation__tab h3,.presentation__tab .h3,.presentation__tab h4,.presentation__tab .h4,.presentation__tab h5,.presentation__tab .h5,.presentation__tab h6,.presentation__tab .h6,.presentation__tab .h{color:#f93;font-weight:300}.presentation__tab h2,.presentation__tab .h2{font-size:35px}@media(max-width: 1279px){.presentation__tab h2,.presentation__tab .h2{font-size:20px;margin-bottom:24px}}.presentation__tab p{margin-bottom:47px}@media(min-width: 1280px){.presentation__tab p{margin-bottom:104px}}.presentation__tab strong{font-weight:500;color:#000}.presentation__tab>*:last-child{margin-bottom:0}.presentation__tab-select{display:block;width:100%;border:1px solid #6d6e71;padding:14px 39px 13px 19px;margin-bottom:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:none;box-shadow:none;color:#6d6e71;font-size:16px;font-weight:300;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.416' height='15.876' viewBox='0 0 18.416 15.876'%3E%3Cg id='Контур_224' data-name='Контур 224' transform='translate(18.416 15.876) rotate(180)' fill='none'%3E%3Cpath d='M9.208,0l5.013,8.642,4.2,7.233H0Z' stroke='none'/%3E%3Cpath d='M 9.2080078125 4.76837158203125e-06 L 18.41601943969727 15.87587070465088 L -3.814697265625e-06 15.87587070465088 L 9.2080078125 4.76837158203125e-06 Z' stroke='none' fill='%23368c9f'/%3E%3C/g%3E%3C/svg%3E%0A");background-size:18px 15px;background-repeat:no-repeat;background-position:calc(100% - 15px) 50%}@media(min-width: 1280px){.presentation__tab-select{display:none}}.presentation__tab-select.js-select{color:#000}.adverse-reactions-section{padding:56px 0 0;position:relative}@media(min-width: 768px){.adverse-reactions-section{padding:44px 0 0}}@media(max-width: 767px){.adverse-reactions-section>.container{padding-left:36px;padding-right:36px}}.adverse-reactions-section .btn-wrap{text-align:right;padding:29px 0 27px}@media(max-width: 767px){.adverse-reactions-section .btn-wrap{padding:16px 0 0;text-align:center}}@media(max-width: 767px){.adverse-reactions-section .btn-wrap .btn,.adverse-reactions-section .btn-wrap .nav-links .next,.nav-links .adverse-reactions-section .btn-wrap .next,.adverse-reactions-section .btn-wrap .nav-links .prev,.nav-links .adverse-reactions-section .btn-wrap .prev{margin-bottom:10px}}@media(min-width: 768px){.adverse-reactions-section .download-btn{display:none}}.adverse-reactions-section .open-close{position:relative}.adverse-reactions-section .open-close.active .table-adverse-reactions{opacity:0;visibility:hidden}.adverse-reactions-section .open-close.active .slide{opacity:1;visibility:visible}.adverse-reactions-section .slide{-webkit-transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;opacity:0;visibility:hidden;color:#f93}@media(min-width: 768px){.adverse-reactions-section .slide{position:absolute;z-index:4;top:0 !important;left:0 !important;right:0 !important;bottom:auto !important;max-height:100%}}@media(max-width: 1023px){.adverse-reactions-section .slide{padding:20px 35px}}@media(max-width: 767px){.adverse-reactions-section .slide{margin:0 -35px}}@media(max-width: 1023px){.adverse-reactions-section .slide .opener{position:relative;top:auto;right:auto;-ms-flex-item-align:start;align-self:flex-start}}.adverse-reactions-section .slide .opener:hover{text-decoration:none}@media(max-width: 1023px){.adverse-reactions-section .slide .title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.adverse-reactions-section .slide a{color:inherit}.adverse-reactions-section .slide a:hover{text-decoration:underline}.adverse-reactions-section .slide .title{display:block;font-size:25px;font-weight:900;color:#000;margin:0 0 25px;max-width:calc(100% - 118px)}@media(min-width: 768px){.adverse-reactions-section .slide .title{font-size:40px}}@media(min-width: 768px){.table-adverse-reactions-inner .section-heading{margin:0 auto 32px;max-width:1270px}}@media(max-width: 767px){.table-adverse-reactions-inner .section-heading{text-align:left}}.table-adverse-reactions-inner .section-heading h2{margin:0 0 24px}@media(min-width: 768px){.table-adverse-reactions-inner .section-heading h2{margin:0 0 65px}}@media(max-width: 767px){.table-adverse-reactions-inner .section-heading .decor--heading-decor{margin-left:0}}.table-adverse-reactions-inner .subtitle{margin:0 0 26px}@media(min-width: 768px){.table-adverse-reactions-inner .subtitle{margin:0 0 34px}}.table-adverse-reactions-inner .title-info{display:block;margin:0 0 26px}@media(min-width: 768px){.table-adverse-reactions-inner .title-info{font-size:28px;margin:0 0 68px}}.table-adverse-reactions-scroll{overflow:hidden;overflow-y:auto;max-height:350px;margin:0 0 18px}.table-adverse-reactions{-webkit-transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out;font-weight:500;position:relative;margin-right:60px;font-size:20px;color:#000}@media(min-width: 1366px){.table-adverse-reactions{margin:0 25px}}@media(max-width: 767px){.table-adverse-reactions{display:none}}@media(min-width: 1600px){.table-adverse-reactions .table-notes{margin-left:-35px}}.table-adverse-reactions .table-heading{border-top-right-radius:50px;border-top-left-radius:50px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media(min-width: 1600px){.table-adverse-reactions .table-heading{font-size:25px}}.table-adverse-reactions .table-heading .table-col{color:#fff;background:#ff8d1a;font-weight:700;padding:39px 40px;width:33.33%}.table-adverse-reactions .table-heading .table-col:last-child{background:#fd850d}.table-adverse-reactions .table-heading .table-col:first-child{background:#f93}.table-adverse-reactions table{border-collapse:collapse}.table-adverse-reactions table td{width:33.33%;border-right:1px solid #368c9f;padding:20px 14px}@media(min-width: 1024px){.table-adverse-reactions table td{padding:43px 14px}}.table-adverse-reactions table td:first-child{border-left:1px solid #368c9f}.table-adverse-reactions table tr{border-bottom:1px solid #368c9f}.table-adverse-reactions .table-scroll-icon{position:absolute;right:-60px;bottom:0}@media(max-width: 767px){.overdose{padding:22px 0 0}}.overdose .section-heading{margin:0 0 52px}@media(min-width: 768px){.overdose .section-heading{margin:0 0 83px;padding:0 81px}}.overdose .section-heading .decor--heading-decor{max-width:40px;margin:0 19px 0 auto}@media(min-width: 768px){.overdose .section-heading .decor--heading-decor{margin:0 0 82px;max-width:90px}}@media(min-width: 768px){.overdose .section-heading .subtitle{margin:0 0 34px}}.overdose strong{font-weight:500;color:#000}main ul:not([class]):not([id]) li{position:relative}@media(min-width: 768px){main ul:not([class]):not([id]) li{padding-left:20px}}main ul:not([class]):not([id]) li:before{content:"";width:6px;height:6px;display:inline-block;margin:0 7px 4px 0;border-radius:50%;background:#f93}@media(min-width: 768px){main ul:not([class]):not([id]) li:before{width:12px;height:12px;position:absolute;left:0;top:8px;margin:0}}.pharmacokinetic-section .container{max-width:1336px}@media(min-width: 1600px){.pharmacokinetic-section .container{max-width:1485px}}@media(min-width: 1920px){.pharmacokinetic-section .container{max-width:1782px}}@media(max-width: 767px){.pharmacokinetic-section .container{padding:0 40px}}.pharmacokinetic-section .table-holder{padding:27px 0 40px;background:#fffbf2}@media(min-width: 1024px){.pharmacokinetic-section .table-holder{padding:90px 0 65px}}@media(max-width: 767px){.pharmacokinetic-section .section-heading{margin-bottom:32px}}@media(min-width: 1024px){.pharmacokinetic-section .section-heading .decor{margin-bottom:50px}}@media(max-width: 767px){.pharmacokinetic-section .section-heading .h2,.pharmacokinetic-section .section-heading h2{margin-bottom:25px}}.pharmacokinetic-section strong:not([class]){color:#000;font-weight:500}.pharmacokinetic-section .btn-wrap{text-align:center}@media(min-width: 768px){.pharmacokinetic-section .btn-wrap{display:none}}.pharmacokinetic-section .pharmacokinetic-table{border-radius:50px;border:1px solid #368c9f;overflow:hidden;font-size:16px;color:#000;font-weight:500}@media(max-width: 767px){.pharmacokinetic-section .pharmacokinetic-table{display:none}}@media(min-width: 1024px){.pharmacokinetic-section .pharmacokinetic-table{font-size:20px}}.pharmacokinetic-section table{border-collapse:collapse}.pharmacokinetic-section .first{background:#f93;text-align:center;color:#fff;position:relative;border-bottom-width:0;font-size:18px;font-weight:700}@media(min-width: 1024px){.pharmacokinetic-section .first{font-size:25px}}.pharmacokinetic-section .first:before{content:"";position:absolute;top:0;bottom:0;left:-9999px;right:-9999px;border-top:1px solid #368c9f}.pharmacokinetic-section tr{border-width:0}.pharmacokinetic-section tr:first-child .first:before{content:none}.pharmacokinetic-section tr:last-child td{border-bottom-width:0}.pharmacokinetic-section td{padding:18px 21px;border-bottom:1px solid rgba(54,140,159,.2);border-right:1px solid #368c9f}.pharmacokinetic-section td:first-child{width:19.5%}.pharmacokinetic-section td:nth-child(2){width:31.5%}.pharmacokinetic-section td:last-child{border-right-width:0;width:49%;font-size:16px;font-weight:400}.pharmacokinetic-section .light{font-weight:300}.pharmacokinetic-section .info-text{padding-top:17px;margin:0}@media(max-width: 767px){.pharmacokinetic-section .info-text{display:none}}.pharmacokinetic-section .table-notes{padding:60px 0 50px;line-height:1.56}@media(min-width: 1024px){.pharmacokinetic-section .table-notes{padding:45px 0 65px;position:relative;line-height:1.25}}@media(min-width: 1920px){.pharmacokinetic-section .table-notes{margin:0 0 0 -30px}}@media(max-width: 1023px){.pharmacokinetic-section .table-notes .decor{display:none}}@media(min-width: 1024px){.pharmacokinetic-section .table-notes .decor{top:auto;bottom:20px;right:55px}}.pharmacokinetic-section .table-notes p{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.contact-section{padding:27px 0 66px}.contact-section .section-heading{margin:0 0 46px}@media(min-width: 768px){.contact-section .section-heading{margin:0 0 88px}}.contact-section .section-heading h2,.contact-section .section-heading .h2{margin:0 0 24px}.contact-section .subtitle{font-size:18px}@media(min-width: 768px){.contact-section .subtitle{font-size:30px;font-weight:500}}.contact-section .contact-info{max-width:1100px;padding:0 30px}@media(min-width: 1024px){.contact-section .contact-info{padding:0 14px}}.contact-block{position:relative;z-index:3;margin:0 0 20px}@media(min-width: 768px){.contact-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding:38px 0 26px 33px;margin:0 0 134px}}.contact-block:after{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:-15px;right:-15px;border-radius:50px;background:#e5faff}@media(min-width: 1024px){.contact-block:after{left:-40px}}@media(min-width: 768px){.contact-block .column{width:50%;padding:0 10px}}@media(min-width: 1366px){.contact-block .column{padding:0 48px}}.contact-block .img-holder{min-height:396px;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-top-right-radius:50px;border-bottom-right-radius:50px;margin:0 15px 0 -15px}@media(min-width: 768px){.contact-block .img-holder{margin:0 0 -100px -60px}}@media(min-width: 1024px){.contact-block .img-holder{min-height:451px;margin:0 0 -104px;float:right;min-height:451px;width:calc(100% + 100px)}}@media(min-width: 1692px){.contact-block .img-holder{width:calc(100% + (100vw - 1495px)/2)}}.contact-block .decor{top:-38px;right:50px}@media(max-width: 1023px){.contact-block .decor{display:none}}.contact-box{padding:34px 32px 7px}@media(min-width: 768px){.contact-box{padding:66px 0 0}}@media(min-width: 1024px){.contact-box{padding:26px 0 0}}.contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;margin:0 0 16px}@media(min-width: 768px){.contact-item{font-size:22px;margin:0 0 54px}}@media(min-width: 1366px){.contact-item{font-size:30px}}.contact-item .item-icon{margin:0 20px 0 0;max-width:50px}@media(min-width: 1024px){.contact-item .item-icon{max-width:100%;min-width:114px}}@media(min-width: 1366px){.contact-item .item-icon{margin:0 63px 0 0}}.contact-item a{color:#000}.contact-item a:hover{color:#f93}.text-decor-section{padding:58px 0 20px}@media(min-width: 1024px){.text-decor-section{padding:113px 0 20px}}.text-decor-section .container{max-width:1160px}@media(min-width: 1600px){.text-decor-section .container{max-width:1390px}}.text-decor-block{position:relative;margin:0 20px}@media(min-width: 1024px){.text-decor-block{margin:0}}.text-decor-block h2,.text-decor-block .h2{margin:0 0 26px}@media(min-width: 768px){.text-decor-block h2,.text-decor-block .h2{margin:0 0 34px}}@media(max-width: 767px){.text-decor-block .decor{max-width:33px}}.text-decor-block .decor.decor-top{top:-36px;left:0}@media(min-width: 768px){.text-decor-block .decor.decor-top{top:-50px;left:0}}@media(min-width: 1024px){.text-decor-block .decor.decor-top{top:-60px}}.text-decor-block .decor.decor-right{top:auto;right:-80px;bottom:75px}@media(min-width: 1920px){.text-decor-block .decor.decor-right{right:-155px}}@media(max-width: 1023px){.text-decor-block .decor.decor-right{display:none}}.text-section{position:relative;padding:60px 25px 100px;display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 768px){.text-section{padding:60px 0}}@media(min-width: 1600px){.text-section{padding:135px 0}}@media(min-width: 1024px){.text-section h3{font-size:25px;margin:0}}.text-section .decor{bottom:0;top:auto;left:50%;right:auto;max-width:142px}@media(min-width: 768px){.text-section .decor{bottom:40px}}@media(min-width: 1024px){.text-section .decor{top:auto;bottom:265px}}@media(min-width: 1366px){.text-section .decor{left:39%}}.text-section address{font-style:normal}.text-section .text-section-inner{max-width:100%}@media(min-width: 1024px){.text-section .text-section-inner{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto}}.text-section .img-decor{margin-right:20px;min-width:200px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}@media(min-width: 1600px){.text-section .img-decor{margin-right:50px;min-width:408px}}@media(max-width: 1023px){.text-section .img-decor{display:none}}.text-section.alt-decor .decor{top:0;right:20px;left:auto;bottom:auto}@media(min-width: 1024px){.text-section.alt-decor .decor{right:236px}}@media(min-width: 1600px){.text-section.alt-decor .decor{top:133px}}.cookies-text-block{position:relative;z-index:3;padding:30px 0 40px}@media(min-width: 768px){.cookies-text-block{padding:0 0 40px}}.cookies-text-block:after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#fffbf2;border-radius:50px}@media(min-width: 1024px){.cookies-text-block:after{top:24px;right:98px;border-radius:0;border-top-right-radius:50px;border-bottom-right-radius:50px}}@media(max-width: 767px){.cookies-text-block .section-heading .decor{display:none}}@media(min-width: 768px){.cookies-block{padding:53px 0}}@media(min-width: 768px)and (min-width: 1024px){.cookies-block{padding:101px 0}}.cookies-block .section-heading{margin:0 0 58px}.cookies-block .img-wrap{min-height:395px;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;margin:0 -36px}@media(min-width: 1024px){.cookies-block .img-wrap{min-height:460px;margin:0 0 100px;border-radius:50px;width:50vw;float:right}}@media(min-width: 1366px){.cookies-block .img-wrap{min-height:667px}}.cookies-block .block-decor{bottom:0;top:auto;left:auto;right:50px}@media(max-width: 1023px){.cookies-block .block-decor{display:none}}.cookies-block-inner{padding:0 20px}@media(min-width: 1024px){.cookies-block-inner{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media(min-width: 1024px){.cookies-block-inner .column{width:30%;padding:0 30px;position:relative}}@media(min-width: 1024px){.cookies-block-inner .column:first-child{width:70%}}.legal-notice .container{max-width:1390px}.legal-notice-item{position:relative;z-index:3;padding:62px 20px 1px}@media(min-width: 768px){.legal-notice-item{padding:62px 18% 1px 0}}@media(min-width: 1024px){.legal-notice-item{padding:62px 0 1px}}.legal-notice-item:nth-child(2):after{content:"";position:absolute;z-index:-1;left:0;bottom:0;top:0;right:0;border-radius:50px;background:#fffbf2}@media(min-width: 768px){.legal-notice-item:nth-child(2):after{border-radius:0;border-top-right-radius:50px;border-bottom-right-radius:50px;right:90px}}.legal-notice-item:nth-child(4):after{content:"";position:absolute;z-index:-1;left:0;bottom:0;top:0;right:0;border-radius:50px;background:#fffbf2}@media(min-width: 768px){.legal-notice-item:nth-child(4):after{right:90px;border-radius:0;border-top-right-radius:50px;border-bottom-right-radius:50px}}@media(min-width: 1600px){.legal-notice-item:nth-child(4):after{left:60px;right:0;bottom:0;border-radius:0;border-top-left-radius:50px;border-bottom-left-radius:50px}}@media(min-width: 1920px){.legal-notice-item:nth-child(4):after{left:136px}}.legal-notice-item .decor-item{top:55%;right:80px;left:auto}@media(min-width: 1600px){.legal-notice-item .decor-item{left:20px;right:auto}}@media(min-width: 1920px){.legal-notice-item .decor-item{left:80px;right:auto}}@media(max-width: 767px){.legal-notice-item .decor-item{display:none}}.legal-notice-item .decor-item-bottom{top:auto;right:70px;left:auto;bottom:-40px}@media(max-width: 767px){.legal-notice-item .decor-item-bottom{display:none}}.color-block{border-radius:50px;padding:82px 20px 26px;margin:0 0 137px;position:relative}@media(max-width: 767px){.color-block{margin:0 -15px 100px}}.color-block .subtitle{color:#f93}.color-block .decor{top:-20px;bottom:auto;left:40px}.notice-block .container{max-width:1500px}@media(min-width: 1600px){.notice-block .container{max-width:1800px}}
