﻿.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,0.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,0.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,0.5);background-color:rgba(92,196,239,0.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,0.5);background-color:rgba(92,196,239,0.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,0.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width: 600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/assets/owl.video.play-0436045686fddf10ccbbe2568e0cbffb457e7de7d43d1115c0056e81e97149ff.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.text-block-large-image ul li:before,.if,[class^="i-icon-"],[class*=" i-icon-"]{font-family:"svgfont";font-style:normal;font-weight:normal;text-rendering:auto;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [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{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:0.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}@font-face{font-family:"Rubik";src:url(/assets/Rubik/Rubik-Light-2718440b38fb38fdb14b0678d50b9bc26dc3f8b277e404b0da599e2c3937d7af.woff?v=1) format("woff"),url(/assets/Rubik/Rubik-Light-752aa3f909fbb036e87c464f6260cce697b2b3467e2cba5d53cb03c6e0f0c129.woff2?v=1) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:"Rubik";src:url(/assets/Rubik/Rubik-Regular-c8cbaf2fd0094de4126cbb80052436821a6d3bd1e49d2f9c76cc80e747d74590.woff?v=1) format("woff"),url(/assets/Rubik/Rubik-Regular-489a176f86cfee48d44f6534af8744fd5082e1ad6689dd7530d957878f81bc07.woff2?v=1) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"Rubik";src:url(/assets/Rubik/Rubik-Medium-677f750bc2e6f38986fb3c5c7415b5c819cb56fea2fcb5fe1263d4e613ccc046.woff?v=1) format("woff"),url(/assets/Rubik/Rubik-Medium-49aad11052ead51476d0d0a6e358bf762e9a461a5706e98de679853f2abc825b.woff2?v=1) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Rubik";src:url(/assets/Rubik/Rubik-Bold-71dd9544e09c82c01fb4ede742e8891f6da475265fed471ecd69054c6be2033b.woff?v=1) format("woff"),url(/assets/Rubik/Rubik-Bold-1f6fbb820bd3eed5fc43e93ff730c8be095d5ff5449b2aac166ea165c29daaa7.woff2?v=1) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"svgfont";src:url(/assets/svgfont-8ff121e9a059270e50528bccdead7a302033b8dc885a82dbc40959026ddc9b1c.eot);src:url(/assets/svgfont-8ff121e9a059270e50528bccdead7a302033b8dc885a82dbc40959026ddc9b1c.eot?#iefix) format("eot"),url(/assets/svgfont-13e36d2fe6f6d60830bc2448b670942966492acef71c577877675da6cb2dc187.woff) format("woff"),url(/assets/svgfont-8144ebac9139cfcb01e2eee09e3c665511dcd1a4c06b72f73ed60392f6c1489e.woff2) format("woff2"),url(/assets/svgfont-cd5c20d88f21798afd74bcf727cacc6f10fdbef2743ebe74bb2a4cd2118641eb.ttf) format("truetype");font-weight:normal;font-style:normal}.text-block-large-image ul li:before,.if,[class^="i-icon-"],[class*=" i-icon-"]{font-family:"svgfont";font-style:normal;font-weight:normal;text-rendering:auto;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.if,[class^="i-icon-"],[class*=" i-icon-"]{display:inline-block}.if-angle-down:before{content:""}.if-angle-left:before{content:""}.if-angle-right:before{content:""}.if-browser:before{content:""}.if-burger:before{content:""}.if-check:before{content:""}.if-close:before{content:""}.if-contact-01:before{content:""}.if-contact-02:before{content:""}.if-contact-03:before{content:""}.if-controls-mno-01:before{content:""}.if-controls-mno-02:before{content:""}.if-controls-mno-03:before{content:""}.if-home:before{content:""}.if-important:before{content:""}.if-info-window:before{content:""}.if-metro:before{content:""}.if-mouse:before{content:""}.if-percentage:before{content:""}.if-phone:before{content:""}.if-play:before{content:""}.if-recommends-01:before{content:""}.if-recommends-02:before{content:""}.if-recommends-03:before{content:""}.if-recommends-04:before{content:""}.if-recommends-05:before{content:""}.if-success:before{content:""}.if-ul-li:before{content:""}.if-user:before{content:""}.if-where-buy-01:before{content:""}.if-where-buy-02:before{content:""}.if-where-buy-03:before{content:""}.if-why-we-01:before{content:""}.if-why-we-02:before{content:""}.if-why-we-03:before{content:""}.if-why-we-04:before{content:""}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce),print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0) scaleY(0.95);transform:translateZ(0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translateZ(0) scaleY(0.95);transform:translateZ(0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg);transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg);transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);transform:translate3d(20%, 0, 0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);transform:translate3d(10%, 0, 0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);transform:translate3d(20%, 0, 0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);transform:translate3d(10%, 0, 0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(0.7);transform:translateX(0) scale(0.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(0.7);transform:translateY(0) scale(0.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate(120deg);transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@media (max-width: 1259px){.site-navigation{width:100%;margin-bottom:30px}}.site-navigation ul{display:flex;align-items:center;justify-content:space-between}@media (max-width: 1269px){.site-navigation ul{display:block}}.site-navigation ul li{margin-left:30px}.site-navigation ul li:first-child{margin-left:0}@media (max-width: 1269px){.site-navigation ul li:first-child a{border-top:1px solid #e1e1e1}}.site-navigation ul li.active a:after{opacity:1}@media (max-width: 1269px){.site-navigation ul li{margin-left:0}}.site-navigation ul a{color:#333333;font-size:16px;line-height:1;font-weight:400;letter-spacing:0.4px;display:block;position:relative;padding:7px 0}@media (max-width: 1259px){.site-navigation ul a{padding:20px;display:block;width:100%;border-bottom:1px solid #e1e1e1;text-align:center}}.site-navigation ul a:after{content:'';display:block;width:100%;height:3px;background-color:#00b1b0;position:absolute;left:0;bottom:0;opacity:0;transition:all .5s ease}.site-navigation ul a:hover{text-decoration:none}.site-navigation ul a:hover:after{opacity:1}.footer-navigation{display:flex;justify-content:space-between}@media (max-width: 767px){.footer-navigation{margin-bottom:70px}.footer-navigation ul{width:100%}}.footer-navigation ul:before{content:'';display:block;width:38px;height:3px;background-color:#00b1b0;margin-bottom:25px}@media (max-width: 767px){.footer-navigation ul:before{margin:0 auto 25px}}.footer-navigation li{margin-bottom:35px}.footer-navigation li:last-child{margin-bottom:0}@media (max-width: 767px){.footer-navigation li{width:100%}}.footer-navigation a{color:#ffffff;font-size:18px;font-weight:300;line-height:1;letter-spacing:0.45px;display:block;transition:all .3s ease}.footer-navigation a:hover{color:#00afdb;text-decoration:none}.site-header{border-top:11px solid #56c4c4;padding-top:50px;position:relative;z-index:100;transition:all .3s ease}@media (max-width: 767px){.site-header{padding-top:30px}}.site-header:before{content:'';display:block;width:100%;height:11px;background-color:#00afdb;position:absolute;left:0;top:0}.sticky-header .site-header:before{height:0}@media (max-width: 1279px){.show-site-menu .site-header{background-color:#ffffff;z-index:999}}.sticky-header .site-header{position:fixed;width:100%;left:0;top:0;border-top-width:0;background-color:#ffffff;padding:20px 0;box-shadow:0 13px 24px 1px rgba(0,0,0,0.15)}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-header .logo{margin-right:30px}.site-header .logo img{transition:all .3s ease}@media (max-width: 767px){.sticky-header .site-header .logo img{height:30px}}.site-header .login{color:#00b1b0;font-size:16px;line-height:1;font-weight:400;letter-spacing:0.16px;text-transform:uppercase;display:flex;align-items:center;transition:all .3s ease}.site-header .login .if{font-size:21px;margin-right:7px}.site-header .login:hover{text-decoration:none;color:#2499df}.site-header .controls{display:flex;align-items:center;justify-content:space-between;width:100%}@media (max-width: 1269px){.site-header .controls{display:none;justify-content:center;position:absolute;left:0;padding:30px;top:100%;background-color:#ffffff;height:calc(100vh - 83px);overflow:auto}.show-site-menu .site-header .controls{display:flex;flex-wrap:wrap}.site-header .controls .site-navigation{order:2}.site-header .controls .login{order:1;width:100%;justify-content:center;margin-bottom:20px}.site-header .controls .button{order:3;margin-bottom:30px}}.site-header .contacts{display:none;text-align:center;width:100%;order:4}.site-header .contacts .copy{font-size:16px;font-weight:300;line-height:1;margin-bottom:30px}.site-header .contacts .phone{color:#333333;font-size:18px;font-weight:500;line-height:1;letter-spacing:0.45px;margin-bottom:15px;display:inline-block;transition:all .3s ease}.site-header .contacts .phone:hover{text-decoration:none;color:#00afdb}.site-header .contacts .phone .if{font-size:16px;color:#00b1b0;margin-right:15px}.site-header .contacts .time{color:#333333;font-size:12px;font-weight:300;line-height:1;letter-spacing:0.9px;margin-bottom:30px}.site-header .contacts .dev{color:#333333;font-size:16px;font-weight:300;line-height:1;letter-spacing:0.4px;display:flex;align-items:center;justify-content:center}.site-header .contacts .dev img{margin-left:10px;width:70px}.site-header .contacts .dev:hover{text-decoration:none}@media (max-width: 1269px){.site-header .contacts{display:block}}.site-footer{background-color:#142a38;padding:70px 0}@media (max-width: 767px){.site-footer{padding:60px 0;text-align:center}}.site-footer .contacts{text-align:right;color:#ffffff}@media (max-width: 767px){.site-footer .contacts{text-align:center}}.site-footer .copy{font-size:16px;font-weight:300;line-height:1;margin-bottom:30px}.site-footer .phone{color:#ffffff;font-size:18px;font-weight:500;line-height:1;letter-spacing:0.45px;margin-bottom:15px;display:inline-block;transition:all .3s ease}.site-footer .phone:hover{text-decoration:none;color:#00afdb}.site-footer .phone .if{font-size:16px;color:#00b1b0;margin-right:15px}.site-footer .time{color:#ffffff;font-size:12px;font-weight:300;line-height:1;letter-spacing:0.9px;margin-bottom:7px}.site-footer .time-info{color:#ffffff;font-size:12px;font-weight:300;line-height:1;letter-spacing:0.9px;margin-bottom:30px}.site-footer .dev{color:#ffffff;font-size:16px;font-weight:300;line-height:1;letter-spacing:0.4px;display:flex;align-items:center;justify-content:flex-end}@media (max-width: 767px){.site-footer .dev{justify-content:center}}.site-footer .dev img{margin-left:10px;width:70px}.site-footer .dev:hover{text-decoration:none}.site-footer .divider{height:1px;background-color:#c9c9c9;opacity:0.1;margin:60px 0 30px;width:100%}.site-footer .footer-info{opacity:0.45;color:#ffffff;font-size:14px;font-weight:300;line-height:24px;letter-spacing:0.7px}.form{max-width:520px;margin:0 auto}.popup-inner .title+.form{padding-top:30px}.form a{color:#00b1b0;font-size:16px;font-weight:300;line-height:18px;letter-spacing:0.4px;display:inline-block;border-bottom:1px solid #00b1b0;transition:all .3s ease}.form a:hover{text-decoration:none;border-bottom-color:transparent}.form button.button-get-code{padding:21px 0;width:100%;text-align:center;font-size:16px;font-weight:500;letter-spacing:0.4px;box-shadow:none}label{display:block;margin-bottom:35px;position:relative}label .require{color:#ff0000;font-size:26px;font-weight:300;line-height:1;letter-spacing:0.65px;position:absolute;right:15px;top:22px;display:block}.form-control{margin-bottom:0;background-color:#ffffff;height:57px;border:1px solid rgba(0,0,0,0.21);line-height:1;border-radius:5px;padding:0 40px 0 20px;width:100%;color:#000000;font-size:18px;font-weight:300;letter-spacing:0.45px}.form-control:focus~.label,.form-control.filled~.label,.form-control.date-picker-showed~.label{top:-20px;left:0;font-size:14px}.form-control~.label{position:absolute;top:20px;left:20px;color:#777777;font-size:18px;font-weight:300;line-height:1;letter-spacing:0.45px;transition:all .5s ease}.checkbox-label{display:flex;cursor:pointer}.checkbox-label input[type="checkbox"],.checkbox-label input[type="radio"]{display:none}.checkbox-label input[type="checkbox"]:checked+.checkbox .if,.checkbox-label input[type="radio"]:checked+.checkbox .if{opacity:1}.checkbox-label .checkbox{width:21px;height:21px;border:1px solid #cccccc;background-color:#ffffff;flex:0 0 21px;display:flex;align-items:center;justify-content:center;border-radius:2px;margin-right:15px}.checkbox-label .checkbox .if{font-size:10px;color:#00b1b0;line-height:1;opacity:0;transition:all .3s ease}.checkbox-label .label{color:#555555;font-size:16px;font-weight:300;line-height:20px;letter-spacing:0.4px;padding-top:2px}.register-form .button[type="submit"]{padding:22px 0;text-align:center;width:50%}@media (max-width: 767px){.register-form .button[type="submit"]{width:250px;padding:20px 0;margin:0 auto;display:block}}.form-success{display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.form-success{flex-wrap:wrap}}.form-success .if{font-size:50px;line-height:1;color:#00b1b0;flex:0 0 50px;margin-right:20px}@media (max-width: 767px){.form-success .if{margin-right:0;margin-bottom:20px}}.popup .popup-inner .form-success .title{margin-bottom:0}.change-avatar-label{text-align:center;margin-bottom:70px;cursor:pointer}.change-avatar-label input[type="file"]{display:none}.change-avatar-label .change-avatar{color:#00b1b0;font-size:18px;font-weight:300;line-height:1;letter-spacing:0.45px;border-bottom:1px solid #00b1b0;transition:all .3s ease;display:inline-block}.change-avatar-label .change-avatar:hover{border-bottom-color:transparent}textarea{resize:none;height:150px !important;padding:20px 40px 0 20px !important}.popup-overlay{background-color:rgba(0,0,0,0.5);position:fixed;left:0;top:0;width:100%;height:100%;z-index:1998;display:none;animation:fadeIn ease .5s 1 forwards}.show-popup .popup-overlay{display:block}.hiding-popup .popup-overlay{animation:fadeOut ease .5s 1 forwards}.popup{position:fixed;left:0;top:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:2000;animation:fadeIn ease .5s 1 forwards}.popup.show{display:flex}.popup.fade-out{animation:fadeOut ease .5s 1 forwards}.popup.action-popup .popup-inner{max-width:100%;min-width:500px;border-radius:5px}@media (max-width: 767px){.popup.action-popup .popup-inner{min-width:initial;max-width:90%}}.popup .popup-inner{box-shadow:0 42px 98px rgba(0,0,0,0.58);background-color:#ffffff;max-width:580px;padding:55px;position:relative;max-height:80%;overflow:scroll}@media (max-width: 767px){.popup .popup-inner{max-width:90%;max-height:90vh;overflow:auto;padding:50px 30px}}.popup .popup-inner .close{font-size:19px;line-height:1;color:#9f9f9f;cursor:pointer;transition:all .3s ease;position:absolute;right:20px;top:20px}.popup .popup-inner .close:hover{color:#000000}.popup .popup-inner .title{color:#222222;font-size:26px;font-weight:400;text-align:center;margin-bottom:15px}@media (max-width: 767px){.popup .popup-inner .title{font-size:20px}}.popup .popup-inner .title:last-child{margin-bottom:0}.popup .popup-inner .text{color:#777777;font-size:16px;font-weight:300;text-align:center;margin-bottom:15px}.popup .popup-inner .small-info{color:#777777;font-size:13px;font-weight:300;line-height:22px}.popup .popup-inner .purchase-device-button{display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 400px){.popup .popup-inner .purchase-device-button{flex-direction:column}}.popup .popup-inner .purchase-device-button .image{margin-bottom:15px}@media (max-width: 400px){.popup .popup-inner .purchase-device-button .image{margin-bottom:10px}}.popup .popup-inner .purchase-device-button .image img{object-fit:cover}@media (max-width: 400px){.popup .popup-inner .purchase-device-button .image img{height:200px}}.popup .popup-inner .purchase-device-button .purchase-device-content{text-align:center;color:#00b1b0}.popup .popup-inner .purchase-device-button .purchase-device-content:hover{color:#00afdb}@media (max-width: 400px){.popup .popup-inner .purchase-device-button .button:first-child{margin-bottom:25px}}/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:660px}}@media (min-width: 992px){.container{max-width:940px}}@media (min-width: 1270px){.container{max-width:1170px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1270px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width: 1270px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1270px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1270px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.fade{opacity:0;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}.button{display:inline-block;transition:all .3s ease;cursor:pointer;outline:none;padding:0;border:none;margin:0;text-decoration:none}.button:hover{text-decoration:none}.buttons-line{display:flex;flex-wrap:wrap;align-items:center;margin-left:-35px}@media (max-width: 991px){.buttons-line{justify-content:center}}.buttons-line .button{margin-left:35px}@media (max-width: 991px){.buttons-line .button{margin-bottom:30px}}@media (max-width: 1269px){.buttons-line-purchase a:first-child{margin-bottom:20px}}.button.button-cyan{box-shadow:0 13px 24px 1px #c7e0e0;background-color:#00b1b0;padding:18px 50px;color:#ffffff;font-size:18px;line-height:1;font-weight:500;letter-spacing:0.35px;border-radius:5px}.button.button-cyan.button-small{padding:14px 30px;font-size:14px}.button.button-cyan.button-large{padding:26px 45px;box-shadow:none}.button.button-cyan:hover{background-color:#00afdb;box-shadow:none}.button.button-cyan-outline{border:3px solid #00b1b0;padding:15px 44px;color:#00b1b0;font-size:18px;line-height:1;font-weight:500;letter-spacing:0.35px;border-radius:5px;text-align:center}.button.button-cyan-outline:hover{border-color:#00b1b0;background-color:#00b1b0;color:#ffffff}@media (max-width: 767px){.button.button-cyan-outline{padding:10px 30px}}.button.button-cyan-outline.button-small{padding:13px 29px;font-size:14px;border-width:1px}.button.button-cyan-outline.button-large{padding:23px 42px}@media (max-width: 767px){.button.button-cyan-outline.button-large{padding:15px 30px;font-size:14px}}.button.button-cyan-outline.button-invert{border-color:#ffffff;color:#ffffff}.button.button-cyan-outline.button-invert:hover{background-color:#ffffff;color:#00b1b0}.button.button-cookies{background-color:#0088aa;padding:20px 55px;color:#fffefe;font-size:18px;font-weight:400;line-height:1;letter-spacing:1.06px;border-radius:6px}.button.button-cookies:hover{background-color:#0096b8}.section{padding:80px 0}@media (max-width: 767px){.section{padding:40px 0}}.section.no-padding{padding:0}.section.no-padding-bottom{padding-bottom:0}.section-title{color:#333333;font-family:"Rubik", sans-serif;font-size:34px;line-height:40px;font-weight:400;text-align:center;position:relative;margin-bottom:75px}.section-title:after{content:'';width:86px;height:3px;margin:20px auto 0;display:block;background-color:#00b1b0}.section-title.text-left{text-align:left}.section-title.text-left:after{margin:20px 0 0}@media (max-width: 991px){.section-title.text-left:after{margin:20px auto 0}}@media (max-width: 991px){.section-title.text-left{text-align:center !important}}.section-title.no-border:after{content:none}.section-title+.section-sub-title{margin-top:-50px}@media (max-width: 767px){.section-title+.section-sub-title{margin-top:-20px}}@media (max-width: 767px){.section-title{font-size:28px;margin-bottom:45px;line-height:34px}}.section-sub-title{color:#333333;font-size:25px;font-weight:400;text-align:center;margin-bottom:70px}@media (max-width: 767px){.section-sub-title{font-size:18px;margin-bottom:40px}}.section-gray{background-color:#eff3f5}.section-second{padding:40px 0 90px}.section-second+.section-contraindications{padding-top:0}.section-title-with-button{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}@media (max-width: 767px){.section-title-with-button .button{display:none}}.section-title-with-button .section-title{text-align:left;margin-bottom:0}@media (max-width: 767px){.section-title-with-button .section-title br{display:none}}.section-contraindications{text-align:center;padding:100px 0}@media (max-width: 767px){.section-contraindications{padding:45px 0}}.section-contraindications .title{color:#c3c3c3;font-size:30px;font-weight:400;line-height:48px;text-transform:uppercase;letter-spacing:0;margin-bottom:40px}@media (max-width: 767px){.section-contraindications .title{font-size:16px;font-weight:400;line-height:36px}}.section-contraindications .text{color:#555555;font-size:18px;font-weight:300;line-height:30px;letter-spacing:0.45px}.section-contraindications .text a{color:#00b1b0;text-decoration:none;transition:all .3s ease}.section-contraindications .text a:hover{text-decoration:none;color:#2499df}.section-contraindications .footnotes{list-style:none;margin:0 0 77px;padding:0;counter-reset:footnotes;text-align:left}.section-contraindications .footnotes li{padding-left:40px;position:relative;counter-increment:footnotes;color:#555555;font-size:16px;font-weight:300;line-height:30px;letter-spacing:0.4px;margin-bottom:30px;word-wrap:break-word}.section-contraindications .footnotes li:last-child{margin-bottom:0}.section-contraindications .footnotes li:before{content:counter(footnotes);width:22px;height:22px;border:1px solid #00b1b0;background-color:#fcfafa;color:#00b1b0;font-size:12px;font-weight:300;line-height:1;letter-spacing:0.3px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;left:0;top:3px}.section-contraindications .footnotes li a{color:#00b1b0;text-decoration:underline}.section-contraindications .footnotes li a:hover{text-decoration:none}.section-image-block{display:flex;flex-wrap:wrap}.section-image-block .image{width:410px}@media (max-width: 991px){.section-image-block .image{width:100%;max-width:400px;margin:0 auto 30px}}.section-image-block .image img{width:100%}.section-image-block .caption{width:calc(100% - 455px);margin-left:45px}@media (max-width: 991px){.section-image-block .caption{width:100%;margin-left:0}}.section-more-info{background-color:#00afdb;padding:75px 0;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.section-more-info{display:block}}.section-more-info .content{display:flex;align-items:center}@media (max-width: 767px){.section-more-info .content{display:block;text-align:center}}.section-more-info .content .if{font-size:128px;line-height:1;flex:0 0 128px;color:#ffffff}@media (max-width: 767px){.section-more-info .content .if{margin-bottom:30px;font-size:82px}}.section-more-info .content .text{color:#ffffff;font-size:35px;line-height:40px;font-weight:400;margin-left:60px}@media (max-width: 767px){.section-more-info .content .text{font-size:26px;font-weight:300;line-height:36px;margin-left:0}}.section-more-info .content .text a{border-bottom:1px solid #ffffff;transition:all .3s ease;text-decoration:none;color:#ffffff}.section-more-info .content .text a:hover{border-bottom-color:transparent}.section-detail-device{background:#80d8d8;background:radial-gradient(circle, #80d8d8 0%, #16cacf 30%, #00b1b0 100%);text-align:center}.section-detail-device .device{position:relative;margin:0 auto;padding-bottom:195px}@media (max-width: 1269px){.section-detail-device .device{max-width:348px;padding-top:140px;padding-bottom:40px}}@media (max-width: 991px){.section-detail-device .device{max-width:240px;padding-top:150px}.section-detail-device .device img{width:100%}}.section-detail-device .info-item{position:absolute;text-align:left;padding-left:40px;width:275px}@media (max-width: 1269px){.section-detail-device .info-item{display:none;width:100%}}.section-detail-device .info-item:before{content:'';display:block;height:1px;background-color:#ffffff;position:absolute;top:10px;margin-left:12px}@media (max-width: 1269px){.section-detail-device .info-item:before{top:100%;margin-top:10px;margin-left:0}}.section-detail-device .info-item:after{content:'';display:block;position:absolute;width:13px;height:13px;border:3px solid #ffffff;background-color:#00b1b0;border-radius:50%;top:4px}@media (max-width: 1269px){.section-detail-device .info-item:after{width:10px;height:10px;top:100%;margin-top:10px;margin-left:-5px}}.section-detail-device .info-item.info-item-01{left:0;top:130px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-01{top:0}}.section-detail-device .info-item.info-item-01:before{width:275px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-01:before{width:1px;height:240px;left:170px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-01:before{width:1px;height:180px;left:117px}}.section-detail-device .info-item.info-item-01:after{right:-300px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-01:after{right:auto;left:170px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-01:after{left:117px}}.section-detail-device .info-item.info-item-18{left:0;top:130px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-18{top:0}}.section-detail-device .info-item.info-item-18:before{width:275px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-18:before{width:1px;height:230px;left:175px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-18:before{width:1px;height:180px;left:117px}}.section-detail-device .info-item.info-item-18:after{right:-300px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-18:after{right:auto;left:175px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-18:after{left:117px}}.section-detail-device .info-item.info-item-02{left:0;top:270px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-02{top:0}.section-detail-device .info-item.info-item-02 br{display:none}}.section-detail-device .info-item.info-item-02:before{width:112px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-02:before{width:1px;height:350px;left:5px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-02:before{height:220px}}.section-detail-device .info-item.info-item-02:after{right:-135px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-02:after{right:auto;left:5px}}.section-detail-device .info-item.info-item-03{left:0;top:385px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-03{top:0}.section-detail-device .info-item.info-item-03 br{display:none}}.section-detail-device .info-item.info-item-03:before{width:200px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-03:before{width:1px;height:420px;left:95px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-03:before{width:1px;height:270px;left:64px}}.section-detail-device .info-item.info-item-03:after{right:-220px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-03:after{right:auto;left:95px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-03:after{left:64px}}.section-detail-device .info-item.info-item-10{left:0;top:370px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-10{top:0}.section-detail-device .info-item.info-item-10 br{display:none}}.section-detail-device .info-item.info-item-10:before{width:200px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-10:before{width:1px;height:490px;left:120px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-10:before{width:1px;height:360px;left:70px}}.section-detail-device .info-item.info-item-10:after{right:-220px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-10:after{right:auto;left:120px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-10:after{left:70px}}.section-detail-device .info-item.info-item-11{left:0;top:415px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-11{top:0}.section-detail-device .info-item.info-item-11 br{display:none}}.section-detail-device .info-item.info-item-11:before{width:270px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-11:before{width:1px;height:500px;left:175px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-11:before{width:1px;height:355px;left:120px}}.section-detail-device .info-item.info-item-11:after{right:-285px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-11:after{right:auto;left:175px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-11:after{left:120px}}.section-detail-device .info-item.info-item-04{left:0;top:535px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-04{top:0}.section-detail-device .info-item.info-item-04 br{display:none}}.section-detail-device .info-item.info-item-04:before{width:145px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-04:before{width:1px;height:640px;left:30px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-04:before{height:470px;left:23px}}.section-detail-device .info-item.info-item-04:after{right:-162px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-04:after{right:auto;left:30px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-04:after{left:23px}}.section-detail-device .info-item.info-item-12{left:0;top:505px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-12{top:0}.section-detail-device .info-item.info-item-12 br{display:none}}.section-detail-device .info-item.info-item-12:before{width:145px;left:100%}@media (max-width: 1269px){.section-detail-device .info-item.info-item-12:before{width:1px;height:510px;left:20px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-12:before{height:375px;left:15px}}.section-detail-device .info-item.info-item-12:after{right:-162px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-12:after{right:auto;left:20px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-12:after{left:15px}}.section-detail-device .info-item.info-item-05,.section-detail-device .info-item.info-item-06,.section-detail-device .info-item.info-item-07,.section-detail-device .info-item.info-item-08,.section-detail-device .info-item.info-item-13,.section-detail-device .info-item.info-item-14,.section-detail-device .info-item.info-item-15,.section-detail-device .info-item.info-item-16{width:315px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-05,.section-detail-device .info-item.info-item-06,.section-detail-device .info-item.info-item-07,.section-detail-device .info-item.info-item-08,.section-detail-device .info-item.info-item-13,.section-detail-device .info-item.info-item-14,.section-detail-device .info-item.info-item-15,.section-detail-device .info-item.info-item-16{width:100%}}.section-detail-device .info-item.info-item-05{left:800px;top:5px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-05{left:0;top:0}.section-detail-device .info-item.info-item-05 br{display:none}}.section-detail-device .info-item.info-item-05:before{width:120px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-05:before{width:1px;height:100px;left:280px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-05:before{height:90px;left:194px}}.section-detail-device .info-item.info-item-05:after{left:-140px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-05:after{left:280px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-05:after{left:194px}}.section-detail-device .info-item.info-item-06{left:800px;top:200px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-06{left:0;top:0}}.section-detail-device .info-item.info-item-06:before{width:45px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-06:before{width:1px;height:325px;left:345px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-06:before{height:235px;left:234px}}.section-detail-device .info-item.info-item-06:after{left:-65px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-06:after{left:345px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-06:after{left:234px}}.section-detail-device .info-item.info-item-13{left:800px;top:120px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-13{left:0;top:0}}.section-detail-device .info-item.info-item-13:before{width:65px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-13:before{width:1px;height:220px;left:330px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-13:before{height:165px;left:225px}}.section-detail-device .info-item.info-item-13:after{left:-80px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-13:after{left:330px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-13:after{left:225px}}.section-detail-device .info-item.info-item-07{left:800px;top:385px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-07{left:0;top:0}}.section-detail-device .info-item.info-item-07:before{width:135px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-07:before{width:1px;height:465px;left:255px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-07:before{height:345px;left:174px}}.section-detail-device .info-item.info-item-07:after{left:-155px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-07:after{right:auto;left:255px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-07:after{left:174px}}.section-detail-device .info-item.info-item-14{left:800px;top:370px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-14{left:0;top:0}}.section-detail-device .info-item.info-item-14:before{width:135px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-14:before{width:1px;height:465px;left:230px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-14:before{height:310px;left:174px}}.section-detail-device .info-item.info-item-14:after{left:-155px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-14:after{right:auto;left:230px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-14:after{left:174px}}.section-detail-device .info-item.info-item-15{left:800px;top:480px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-15{left:0;top:0}}.section-detail-device .info-item.info-item-15:before{width:75px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-15:before{width:1px;height:365px;left:224px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-15:before{height:345px;left:174px}}.section-detail-device .info-item.info-item-15:after{left:-90px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-15:after{right:auto;left:325px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-15:after{left:224px}}.section-detail-device .info-item.info-item-08{left:800px;top:550px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-08{left:0;top:0}}.section-detail-device .info-item.info-item-08:before{width:215px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-08:before{width:1px;height:655px;left:175px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-08:before{height:455px;left:119px}}.section-detail-device .info-item.info-item-08:after{left:-235px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-08:after{right:auto;left:175px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-08:after{left:119px}}.section-detail-device .info-item.info-item-16{left:800px;top:550px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-16{left:0;top:0}}.section-detail-device .info-item.info-item-16:before{width:215px;right:100%;margin-right:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-16:before{width:1px;height:655px;left:175px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-16:before{height:455px;left:117px}}.section-detail-device .info-item.info-item-16:after{left:-235px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-16:after{right:auto;left:175px}}@media (max-width: 991px){.section-detail-device .info-item.info-item-16:after{left:117px}}.section-detail-device .info-item.info-item-09{left:457px;top:680px;padding-left:0;width:230px;padding-top:40px;text-align:center}@media (max-width: 1269px){.section-detail-device .info-item.info-item-09{left:0;top:0;padding-top:0;padding-left:40px;text-align:left;width:100%}}.section-detail-device .info-item.info-item-09:before{width:1px;height:50px;right:50%;margin-right:0;top:auto;bottom:100%;margin-bottom:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-09:before{right:auto;top:100%;width:1px;height:715px;left:175px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-09:before{height:525px;left:119px}}.section-detail-device .info-item.info-item-09:after{left:50%;margin-left:-6.5px;top:-70px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-09:after{left:175px;margin-left:-5px;top:100%}}@media (max-width: 991px){.section-detail-device .info-item.info-item-09:after{left:119px}}.section-detail-device .info-item.info-item-09 .char{left:50%;margin-left:-12.5px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-09 .char{left:0;margin-left:0}}.section-detail-device .info-item.info-item-17{left:457px;top:680px;padding-left:0;width:230px;padding-top:40px;text-align:center}@media (max-width: 1269px){.section-detail-device .info-item.info-item-17{left:0;top:0;padding-top:0;padding-left:40px;text-align:left;width:100%}}.section-detail-device .info-item.info-item-17:before{width:1px;height:50px;right:50%;margin-right:0;top:auto;bottom:100%;margin-bottom:12px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-17:before{right:auto;top:100%;width:1px;height:715px;left:175px;margin-right:0}}@media (max-width: 991px){.section-detail-device .info-item.info-item-17:before{height:525px;left:117px}}.section-detail-device .info-item.info-item-17:after{left:50%;margin-left:-6.5px;top:-70px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-17:after{left:175px;margin-left:-5px;top:100%}}@media (max-width: 991px){.section-detail-device .info-item.info-item-17:after{left:117px}}.section-detail-device .info-item.info-item-17 .char{left:50%;margin-left:-12.5px}@media (max-width: 1269px){.section-detail-device .info-item.info-item-17 .char{left:0;margin-left:0}}.section-detail-device .info-item .char{width:25px;height:25px;background-color:#006d6c;color:#ffffff;font-size:18px;line-height:25px;font-weight:400;text-transform:uppercase;text-align:center;position:absolute;left:0;top:0}.section-detail-device .info-item .text{font-size:14px;line-height:1;font-weight:400;color:#ffffff}.section-detail-device .mobile-dot{display:none;align-items:center;justify-content:center;width:30px;height:30px;position:absolute;cursor:pointer;border-radius:50%}@media (max-width: 1269px){.section-detail-device .mobile-dot{display:flex}}.section-detail-device .mobile-dot:before{content:'';display:block;width:13px;height:13px;border:3px solid #ffffff;background-color:#00b1b0;border-radius:50%;animation:pulse 2s linear infinite}.section-detail-device .mobile-dot-01{left:155px;top:270px}@media (max-width: 991px){.section-detail-device .mobile-dot-01{left:103px;top:236px}}.section-detail-device .mobile-dot-02{left:-10px;top:400px}@media (max-width: 991px){.section-detail-device .mobile-dot-02{left:-10px;top:320px}}.section-detail-device .mobile-dot-03{left:80px;top:505px}@media (max-width: 991px){.section-detail-device .mobile-dot-03{left:50px;top:395px}}.section-detail-device .mobile-dot-04{left:15px;top:660px}@media (max-width: 991px){.section-detail-device .mobile-dot-04{left:10px;top:505px}}.section-detail-device .mobile-dot-05{left:265px;top:140px}@media (max-width: 991px){.section-detail-device .mobile-dot-05{left:180px;top:147px}}.section-detail-device .mobile-dot-06{left:330px;top:365px}@media (max-width: 991px){.section-detail-device .mobile-dot-06{left:220px;top:305px}}.section-detail-device .mobile-dot-07{left:240px;top:505px}@media (max-width: 991px){.section-detail-device .mobile-dot-07{left:160px;top:395px}}.section-detail-device .mobile-dot-08{left:160px;top:690px}@media (max-width: 991px){.section-detail-device .mobile-dot-08{left:105px;top:525px}}.section-detail-device .mobile-dot-09{left:160px;top:740px}@media (max-width: 991px){.section-detail-device .mobile-dot-09{left:105px;top:560px}}.section-detail-device .mobile-dot-10{left:105px;top:510px}@media (max-width: 991px){.section-detail-device .mobile-dot-10{left:55px;top:400px}}.section-detail-device .mobile-dot-11{left:160px;top:530px}@media (max-width: 991px){.section-detail-device .mobile-dot-11{left:105px;top:420px}}.section-detail-device .mobile-dot-12{left:4px;top:530px}@media (max-width: 991px){.section-detail-device .mobile-dot-12{left:0;top:410px}}.section-detail-device .mobile-dot-13{left:315px;top:260px}@media (max-width: 991px){.section-detail-device .mobile-dot-13{left:210px;top:230px}}.section-detail-device .mobile-dot-14{left:215px;top:510px}@media (max-width: 991px){.section-detail-device .mobile-dot-14{left:160px;top:400px}}.section-detail-device .mobile-dot-15{left:312px;top:510px}@media (max-width: 991px){.section-detail-device .mobile-dot-15{left:210px;top:410px}}.section-detail-device .mobile-dot-16{left:160px;top:690px}@media (max-width: 991px){.section-detail-device .mobile-dot-16{left:102px;top:525px}}.section-detail-device .mobile-dot-17{left:160px;top:740px}@media (max-width: 991px){.section-detail-device .mobile-dot-17{left:102px;top:560px}}.section-detail-device .mobile-dot-18{left:160px;top:265px}@media (max-width: 991px){.section-detail-device .mobile-dot-18{left:102px;top:230px}}.section-detail-device .section-title{color:#ffffff}.section-line .container{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){.section-line .container{flex-wrap:wrap;align-items:flex-start;justify-content:center;text-align:center}}.section-line .container .if{font-size:54px;line-height:1;color:#00b1b0}@media (max-width: 767px){.section-line .container .if{margin-bottom:30px}}.section-line .container .title{color:#333333;font-size:32px;font-weight:400;margin:0 30px}@media (max-width: 767px){.section-line .container .title{width:100%;margin:0 0 30px}}.section-zdravcity{background-color:#00b1b0;color:#ffffff;padding:50px 0;text-align:center}.section-zdravcity .section-title{color:#ffffff;margin-bottom:30px}.section-zdravcity .logo-block{display:flex;align-items:center;justify-content:center;margin-bottom:50px}@media (max-width: 767px){.section-zdravcity .logo-block{flex-direction:column;justify-content:center;margin-bottom:0}}.section-zdravcity .logo-block .caption{color:#fffefe;font-size:22px;font-weight:300;line-height:30px;margin-right:50px}@media (max-width: 767px){.section-zdravcity .logo-block .caption{order:1;margin-bottom:30px;font-size:18px;text-align:center;margin-right:0}.section-zdravcity .logo-block .caption br{display:none}}.section-zdravcity .logo-block .caption a{color:#fffefe;text-decoration:none;display:inline-block;border-bottom:1px solid #fffefe;transition:all 0.3s ease;line-height:24px}.section-zdravcity .logo-block .caption a:hover{border-bottom-color:transparent}.section-zdravcity .logo-block .caption img{vertical-align:middle;border-style:none}.section-zdravcity .logo-block .button-logo-block{background-color:#ffffff;border-radius:5px;margin-right:50px}@media (max-width: 767px){.section-zdravcity .logo-block .button-logo-block{margin-bottom:30px;margin-right:0}}.section-zdravcity .logo-block .button-logo-block-left{margin-right:0}@media (max-width: 767px){.section-zdravcity .logo-block .button{margin-bottom:30px}}.section-zdravcity .logo-block-finish{margin-bottom:0}.section-account{padding:40px 0 0}@media (max-width: 767px){.section-account{text-align:center}}.section-account .container{border-top:1px solid #dddddc;padding-top:65px;position:relative}.section-account .not-register{margin:40px 0 10px;color:#555555;font-size:16px;font-weight:300;line-height:1;letter-spacing:0.4px}.login-bottom{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){.login-bottom{flex-wrap:wrap;text-align:center;justify-content:center}}.login-bottom .right{text-align:right}@media (max-width: 767px){.login-bottom .right{width:100%;margin-top:30px;text-align:center}}.login-bottom .right .checkbox-label{margin-bottom:10px}@media (max-width: 767px){.login-bottom .right .checkbox-label{justify-content:center}}.register-bottom{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}@media (max-width: 767px){.register-bottom{flex-wrap:wrap}}.register-bottom label{margin-bottom:0}@media (max-width: 767px){.register-bottom label{margin-bottom:30px}}.register-bottom>*{width:50%}@media (max-width: 767px){.register-bottom>*{width:100%}}.register-bottom .right{display:flex;align-items:center;justify-content:flex-end}@media (max-width: 767px){.register-bottom .right{justify-content:center}}.register-bottom .right .checkbox-label{margin-bottom:0;margin-right:35px}.register-bottom .right .checkbox-label:last-child{margin-right:0}.register-bottom .right .text{margin-right:12px}.exit-account{background:none;border:none;outline:none;padding:0;color:#00b1b0;font-size:22px;font-weight:300;line-height:1;border-bottom:1px solid #00b1b0;transition:all .3s ease;cursor:pointer;position:absolute;right:0;top:70px}@media (max-width: 767px){.exit-account{position:static;text-align:center;margin-bottom:30px}}.exit-account:hover{border-bottom-color:transparent}.section-tabs{margin:-70px auto 50px;width:56%;display:flex;justify-content:space-between;flex-wrap:wrap;font-size:25px}@media (max-width: 1069px){.section-tabs{width:70%}}@media (max-width: 991px){.section-tabs{width:100%}}.section-tabs-menu{text-decoration:none;display:inline-block;color:#00b1b0;transition:0.4s ease;padding:10px 50px;border-radius:5px;border:2px solid #00b1b0}@media (max-width: 767px){.section-tabs-menu{padding:10px 20px}}.section-tabs-menu:hover{color:#00afdb}.section-tabs-menu.active{text-decoration:none;color:#ffffff;background-color:#00b1b0;transition:0.4s ease}.section-tabs-menu.active:hover{background-color:#00afdb}@media (max-width: 525px){.section-tabs a:first-child{margin-bottom:10px}}.section-tab-pane{display:none}body .owl-carousel .owl-nav button.owl-prev,body .owl-carousel .owl-nav button.owl-next{width:50px;height:50px;background-color:#b1e3fa;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}body .owl-carousel .owl-nav button.owl-prev.disabled,body .owl-carousel .owl-nav button.owl-next.disabled{cursor:not-allowed;opacity:.3}body .owl-carousel .owl-nav button.owl-prev:hover:not(.disabled),body .owl-carousel .owl-nav button.owl-next:hover:not(.disabled){background-color:#00afdb}body .owl-carousel .owl-nav button.owl-prev .if,body .owl-carousel .owl-nav button.owl-next .if{font-size:20px;line-height:1;color:#ffffff}.product-lines-carousel{border:1px solid #b1e3fa}@media (max-width: 767px){.product-lines-carousel{border:none;margin-bottom:40px}}.product-lines-carousel .item{padding:85px 200px;display:flex;align-items:center}@media (max-width: 1269px){.product-lines-carousel .item{padding:30px 100px}}@media (max-width: 991px){.product-lines-carousel .item{padding:30px 60px}}@media (max-width: 767px){.product-lines-carousel .item{flex-wrap:wrap}}.product-lines-carousel .item .caption{max-width:450px}@media (max-width: 1269px){.product-lines-carousel .item .caption{max-width:60%}}@media (max-width: 767px){.product-lines-carousel .item .caption{max-width:initial;width:100%;order:2;text-align:center}}.product-lines-carousel .item .caption .name{color:#333333;font-size:28px;line-height:1;font-weight:400;margin-bottom:10px}@media (max-width: 767px){.product-lines-carousel .item .caption .name{font-size:20px;text-align:center}}.product-lines-carousel .item .caption .text{color:#646464;font-family:"Rubik", sans-serif;font-size:18px;font-weight:300;line-height:30px;margin-bottom:35px}@media (max-width: 991px){.product-lines-carousel .item .caption .text{font-size:16px;line-height:26px;margin-bottom:25px}}@media (max-width: 767px){.product-lines-carousel .item .caption .text{display:none}}.product-lines-carousel .item .caption .old-price{color:#00b1b0;font-size:18px;font-weight:300;line-height:24px;text-decoration:line-through;margin-bottom:15px}.product-lines-carousel .item .caption .actual-price{color:#333333;font-size:45px;font-weight:500;line-height:1;margin-bottom:25px}@media (max-width: 991px){.product-lines-carousel .item .caption .actual-price{font-size:35px}}@media (max-width: 767px){.product-lines-carousel .item .caption .actual-price{font-size:40px}}.product-lines-carousel .item .image{position:relative}@media (max-width: 767px){.product-lines-carousel .item .image{order:1;margin:0 auto 40px}}.product-lines-carousel .item .image .tooltip-info{position:absolute;top:0;right:0;width:101px;height:101px;background-color:#00b1b0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:16px;font-weight:500;line-height:18px}.product-lines-carousel .item .image .tooltip-info-new{top:-20px;right:-20px;font-size:20px;background-color:red}@media (max-width: 767px){.product-lines-carousel.owl-carousel .owl-nav{position:absolute;bottom:-50px;left:0;width:100%;display:flex;align-items:center;justify-content:center}}.product-lines-carousel.owl-carousel .owl-nav button{position:absolute;top:50%;margin-top:-25px}.product-lines-carousel.owl-carousel .owl-nav button.owl-prev{left:60px}@media (max-width: 1269px){.product-lines-carousel.owl-carousel .owl-nav button.owl-prev{left:20px}}@media (max-width: 991px){.product-lines-carousel.owl-carousel .owl-nav button.owl-prev{left:5px}}.product-lines-carousel.owl-carousel .owl-nav button.owl-next{right:60px}@media (max-width: 1269px){.product-lines-carousel.owl-carousel .owl-nav button.owl-next{right:20px}}@media (max-width: 991px){.product-lines-carousel.owl-carousel .owl-nav button.owl-next{right:5px}}@media (max-width: 767px){.product-lines-carousel.owl-carousel .owl-nav button{position:static;margin:0 5px}}@media (max-width: 767px){.reviews-carousel{margin-left:-15px;margin-right:-15px;width:auto}.reviews-carousel .video-wrapper{padding:0;height:520px}}.reviews-carousel .owl-nav{display:flex;align-items:center;justify-content:center;margin-top:60px}.reviews-carousel .owl-nav button{margin:0 7px}.articles-carousel{padding:0 60px}@media (max-width: 767px){.articles-carousel{padding:0;margin-bottom:80px}}.articles-carousel .owl-stage{display:flex}@media (max-width: 1269px){.articles-carousel .owl-stage{display:block}}.articles-carousel .owl-item{float:none}@media (max-width: 1269px){.articles-carousel .owl-item{float:left}}.articles-carousel .item{display:block;width:300px;padding-top:42px}@media (max-width: 1269px){.articles-carousel .item{width:auto;padding-top:0}}.articles-carousel .item:hover{text-decoration:none}.articles-carousel .item span{display:block}.articles-carousel .item .image{position:relative;margin-bottom:25px}.articles-carousel .item .image .name{position:absolute;left:23px;bottom:27px;max-width:100%;margin-right:11px;color:#ffffff;font-size:16px;font-weight:500;line-height:20px}.articles-carousel .item .text{color:#646464;font-size:16px;font-weight:300;line-height:26px;padding:0 15px}.articles-carousel .owl-item.active+.active .item{width:360px;padding-top:0}@media (max-width: 1269px){.articles-carousel .owl-item.active+.active .item{width:auto}}.articles-carousel .owl-item.active+.active~.active .item{width:300px;padding-top:42px}@media (max-width: 1269px){.articles-carousel .owl-item.active+.active~.active .item{width:auto;padding-top:0}}@media (max-width: 767px){.articles-carousel .owl-nav{position:absolute;display:flex;align-items:center;justify-content:center;left:0;bottom:-70px;width:100%}}.articles-carousel .owl-nav button{position:absolute;top:125px}@media (max-width: 767px){.articles-carousel .owl-nav button{position:static;margin:0 5px}}.articles-carousel .owl-nav button.owl-prev{left:0}.articles-carousel .owl-nav button.owl-next{right:0}.banner-carousel{margin:80px 0}.banner-carousel:first-child{margin-top:0}.banner-carousel:last-child{margin-bottom:0}.banner-carousel .item{display:block;text-decoration:none;position:relative;border-radius:5px;overflow:hidden}.banner-carousel .item:after{content:'';display:block;background:black;background:linear-gradient(0deg, rgba(0,0,0,0.899597) 0%, rgba(0,0,0,0) 100%);width:100%;height:155px;position:absolute;left:0;bottom:0}.banner-carousel .owl-nav{position:absolute;display:flex;right:15px;bottom:15px}.banner-carousel.owl-carousel .owl-nav button.owl-prev,.banner-carousel.owl-carousel .owl-nav button.owl-next{background-color:#00afdb}.banner-carousel.owl-carousel .owl-nav button.owl-prev:hover:not(.disabled),.banner-carousel.owl-carousel .owl-nav button.owl-next:hover:not(.disabled){background-color:#2499df}.banner-carousel.owl-carousel .owl-nav button.owl-prev{border-radius:5px 0 0 5px}.banner-carousel.owl-carousel .owl-nav button.owl-next{border-radius:0 5px 5px 0}.banner-carousel .owl-dots{position:absolute;right:155px;bottom:30px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.banner-carousel .owl-dots .owl-dot{margin-left:20px}.banner-carousel .owl-dots .owl-dot:first-child{margin-left:0}.banner-carousel .owl-dots .owl-dot span{display:block;width:12px;height:12px;border:3px solid #ffffff;border-radius:50%}.banner-carousel .owl-dots .owl-dot.active span{background-color:#ffffff}.reviews-carousel-2{padding:0 100px}@media (max-width: 767px){.reviews-carousel-2{padding:0;margin-left:-15px;margin-right:-15px;width:auto;margin-bottom:70px}}.reviews-carousel-2 .item{border:3px solid #b1e3fa;padding:30px 30px 50px;text-align:center}@media (max-width: 767px){.reviews-carousel-2 .item{padding:30px 20px 40px}}.reviews-carousel-2 .avatar{width:128px;height:128px;border-radius:50%;overflow:hidden;margin:0 auto 15px}.reviews-carousel-2 .info{color:#333333;font-size:16px;font-weight:300;line-height:1;margin-bottom:33px}.reviews-carousel-2 .title{color:#333333;font-size:22px;font-weight:300;line-height:26px;margin-bottom:30px}.reviews-carousel-2 .text{color:#646464;font-size:16px;font-weight:300;line-height:26px;margin-bottom:25px}.reviews-carousel-2 .see-video{display:flex;align-items:center;justify-content:center;color:#00b1b0;font-size:18px;font-weight:300;line-height:1;text-decoration:none;transition:color .3s ease}.reviews-carousel-2 .see-video .if{font-size:24px;line-height:1;color:#00b1b0;margin-right:10px;transition:color .3s ease}.reviews-carousel-2 .see-video .link-text{border-bottom:1px solid #00b1b0;transition:border .3s ease}.reviews-carousel-2 .see-video:hover{color:#2499df}.reviews-carousel-2 .see-video:hover .if{color:#2499df}.reviews-carousel-2 .see-video:hover .link-text{border-bottom-color:transparent}@media (max-width: 767px){.reviews-carousel-2 .owl-nav{position:absolute;bottom:-70px;left:0;width:100%;display:flex;align-items:center;justify-content:center}}.reviews-carousel-2 .owl-nav button{position:absolute;top:50%;margin-top:-25px}@media (max-width: 767px){.reviews-carousel-2 .owl-nav button{position:static;margin:0 5px}}.reviews-carousel-2 .owl-nav .owl-prev{left:0}.reviews-carousel-2 .owl-nav .owl-next{right:0}@media (max-width: 767px){.partner-carousel{margin-bottom:70px}}.partner-carousel .item{height:110px;display:flex;align-items:center;justify-content:center}.partner-carousel .item img{max-height:110px;width:auto;max-width:100%}.partner-carousel .owl-nav{position:absolute;right:0;top:-120px;display:flex}@media (max-width: 767px){.partner-carousel .owl-nav{display:flex;align-items:center;justify-content:center;top:auto;bottom:-70px;left:0;width:100%}}.partner-carousel .owl-nav button:last-child{margin-left:13px}@media (max-width: 767px){.partner-carousel .owl-nav button{margin:0 5px}}.section-application{padding:40px 0 21px}.applicaton-title-content{margin:0 auto 64px}.applicaton-title-content .h1{text-align:center}.application-carousel{width:100%;position:relative;margin:0 0 52px;background-color:#eff3f5}@media (max-width: 991px){.application-carousel{min-height:640px}}@media (max-width: 767px){.application-carousel{min-height:540px}}@media (max-width: 613px){.application-carousel{min-height:830px}}.application-carousel .item{width:100%;background-color:#eff3f5;padding:60px 0 77px;font-family:"Rubik", sans-serif}@media (max-width: 767px){.application-carousel .item{padding:30px 0 37px}}@media (max-width: 613px){.application-carousel .item{text-align:center;padding:30px 0 70px}}.application-carousel .item .item-content{display:flex;flex-direction:row;width:39%;margin:0 auto;max-width:740px;justify-content:space-between}@media (max-width: 1599px){.application-carousel .item .item-content{width:59%}}@media (max-width: 1199px){.application-carousel .item .item-content{width:69%}}@media (max-width: 991px){.application-carousel .item .item-content{width:89%}}@media (max-width: 767px){.application-carousel .item .item-content{flex-wrap:wrap}}@media (max-width: 403px){.application-carousel .item .item-content{width:280px}}.application-carousel .item .item-content .item-info{width:49%;padding-top:32px;min-width:355px}@media (max-width: 613px){.application-carousel .item .item-content .item-info{width:100%;margin-bottom:30px}}.application-carousel .item .item-content .item-info .item-info-header{font-size:28px;font-weight:400;color:#333333;margin-bottom:34px;line-height:1}@media (max-width: 403px){.application-carousel .item .item-content .item-info .item-info-header{max-width:280px}}.application-carousel .item .item-content .item-info .item-info-description{color:#646464;font-size:18px;font-weight:300;line-height:30px;margin-bottom:58px}@media (max-width: 767px){.application-carousel .item .item-content .item-info .item-info-description{margin-bottom:20px;line-height:26px}}@media (max-width: 403px){.application-carousel .item .item-content .item-info .item-info-description{max-width:280px}}.application-carousel .item .item-content .item-info .item-info-add-on{color:#00b1b0;font-size:18px;font-weight:300;line-height:30px;margin-bottom:51px}@media (max-width: 767px){.application-carousel .item .item-content .item-info .item-info-add-on{margin-bottom:21px;line-height:26px}}@media (max-width: 403px){.application-carousel .item .item-content .item-info .item-info-add-on{max-width:280px}}.application-carousel .item .item-content .item-info .button-block{display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 613px){.application-carousel .item .item-content .item-info .button-block{justify-content:center}}@media (max-width: 403px){.application-carousel .item .item-content .item-info .button-block{max-width:280px;flex-wrap:wrap}}.application-carousel .item .item-content .item-info .button-block a:hover{text-decoration:none}.application-carousel .item .item-content .item-info .button-block .slider-button{transition:all .3s ease;cursor:pointer;outline:none;text-decoration:none;background:none;font-size:18px;font-weight:500;color:#00afdb;line-height:1;border:2px solid #00afdb;padding:10px 19px;display:flex;align-items:center;border-radius:5px}.application-carousel .item .item-content .item-info .button-block .slider-button:hover{text-decoration:none;color:#fff;background-color:#00afdb}.application-carousel .item .item-content .item-info .button-block .slider-button:hover .button-image-hover{display:block}.application-carousel .item .item-content .item-info .button-block .slider-button:hover .button-image{display:none}@media (max-width: 613px){.application-carousel .item .item-content .item-info .button-block .slider-button:first-child{margin-right:20px}}@media (max-width: 403px){.application-carousel .item .item-content .item-info .button-block .slider-button:first-child{margin-right:0;margin-bottom:20px}}.application-carousel .item .item-content .item-info .button-block .slider-button img{object-fit:cover;margin-left:15px}.application-carousel .item .item-content .item-info .button-block .slider-button .button-image-hover{display:none}.application-carousel .item .item-content .item-image{width:35%}@media (max-width: 613px){.application-carousel .item .item-content .item-image{margin:0 auto}}.application-carousel .item .item-content .item-image img{object-fit:cover}.application-carousel .owl-dots{position:absolute;left:calc(50% - 19%);bottom:calc(50% - 34%);width:100%}@media (max-width: 4096px){.application-carousel .owl-dots{bottom:calc(50% - 37%);left:calc(50% - 8%)}}@media (max-width: 3200px){.application-carousel .owl-dots{left:calc(50% - 11.5%)}}@media (max-width: 2400px){.application-carousel .owl-dots{bottom:calc(50% - 37%);left:calc(50% - 15%)}}@media (max-width: 2200px){.application-carousel .owl-dots{left:calc(50% - 16.5%)}}@media (max-width: 1920px){.application-carousel .owl-dots{left:calc(50% - 19%)}}@media (max-width: 1699px){.application-carousel .owl-dots{bottom:calc(50% - 42%)}}@media (max-width: 1599px){.application-carousel .owl-dots{bottom:calc(50% - 35%);left:calc(50% - 23%)}}@media (max-width: 1300px){.application-carousel .owl-dots{left:calc(50% - 27%)}}@media (max-width: 1024px){.application-carousel .owl-dots{left:calc(50% - 34%);bottom:calc(50% - 39%)}}@media (max-width: 991px){.application-carousel .owl-dots{left:calc(50% - 37%);bottom:calc(50% - 33%)}}@media (max-width: 767px){.application-carousel .owl-dots{left:calc(50% - 44%);bottom:calc(50% - 26%)}}@media (max-width: 613px){.application-carousel .owl-dots{bottom:calc(50% - 40%);left:auto;text-align:center}}.application-carousel .owl-dots .owl-dot{margin:0;outline:none}.application-carousel .owl-dots .owl-dot span{cursor:pointer;height:9px;width:9px;margin-right:29px;background-color:#bababa;border-radius:50%;display:inline-block;transition:background-color 0.6s ease;position:relative}.application-carousel .owl-dots .owl-dot span:after{content:'';width:17px;height:17px;border:2px solid #00b1b0;border-radius:50%;position:absolute;top:-4px;left:-4px;opacity:0}.application-carousel .owl-dots .owl-dot:hover span,.application-carousel .owl-dots .owl-dot.active span{background-color:#00b1b0}.application-carousel .owl-dots .owl-dot:hover span:after,.application-carousel .owl-dots .owl-dot.active span:after{opacity:1}@media (max-width: 991px){.application-carousel.owl-carousel .owl-nav{position:absolute;bottom:45px;display:flex;align-items:center;justify-content:center;left:calc(50%)}}@media (max-width: 767px){.application-carousel.owl-carousel .owl-nav{left:calc(50% - 20%);width:40%}}@media (max-width: 613px){.application-carousel.owl-carousel .owl-nav{bottom:15px}}.application-carousel.owl-carousel .owl-nav button{position:absolute;top:50%;margin-top:-25px}.application-carousel.owl-carousel .owl-nav button.owl-prev{left:calc(50% - 490px)}@media (max-width: 991px){.application-carousel.owl-carousel .owl-nav button.owl-prev{left:-70px}}.application-carousel.owl-carousel .owl-nav button.owl-next{right:calc(50% - 490px)}@media (max-width: 991px){.application-carousel.owl-carousel .owl-nav button.owl-next{right:-70px}}@media (max-width: 767px){.application-carousel.owl-carousel .owl-nav button{position:static;margin:0 5px}}.applicaton-info{padding:28px 0 35px 0;color:#646464;font-family:"Rubik", sans-serif;font-size:20px;font-weight:300;line-height:30px;text-align:center}@media (max-width: 1199px){.applicaton-info{padding:28px 0 35px 0}}@media (max-width: 991px){.applicaton-info{padding:28px 0 35px 0}}.applicaton-info p{font-size:18px;margin:15px 0}.applicaton-info p:first-child{font-size:20px;font-weight:500}.applicaton-info .if-angle-down{font-size:40px;color:#00b1b0}.main-carousel{width:510px;position:relative}@media (max-width: 520px){.main-carousel{width:500px}}@media (max-width: 480px){.main-carousel{width:400px}}@media (max-width: 420px){.main-carousel{width:300px}}.main-carousel .owl-item{opacity:0}.main-carousel .active{opacity:1}.main-carousel .item{width:100%}.main-carousel .item .title-main-slider{font-size:33px;line-height:50px}@media (max-width: 767px){.main-carousel .item .title-main-slider{font-size:30px;line-height:1;margin-bottom:15px}}.main-carousel .item .title-main-slider span{font-size:55px}@media (max-width: 767px){.main-carousel .item .title-main-slider span{font-size:30px}}.main-carousel .item .button-block{display:flex;flex-direction:row;justify-content:flex-start}@media (max-width: 420px){.main-carousel .item .button-block{flex-wrap:wrap}}.main-carousel .item .button-block a:hover{text-decoration:none}.main-carousel .item .button-block .slider-button{transition:all .3s ease;cursor:pointer;outline:none;text-decoration:none;background:none;font-size:18px;font-weight:500;color:#00afdb;line-height:1;border:2px solid #00afdb;padding:10px 19px;display:flex;align-items:center;border-radius:5px}@media (max-width: 420px){.main-carousel .item .button-block .slider-button{padding:10px}}.main-carousel .item .button-block .slider-button:hover{text-decoration:none;color:#fff;background-color:#00afdb}.main-carousel .item .button-block .slider-button:hover .button-image-hover{display:block}.main-carousel .item .button-block .slider-button:hover .button-image{display:none}.main-carousel .item .button-block .slider-button:first-child{margin-right:30px}@media (max-width: 420px){.main-carousel .item .button-block .slider-button:first-child{margin-right:10px}}.main-carousel .item .button-block .slider-button img{object-fit:cover;margin-left:15px}.main-carousel .item .button-block .slider-button .button-image-hover{display:none}.main-carousel .owl-dots{position:absolute;left:5px;bottom:-34%;width:100%}@media (max-width: 520px){.main-carousel .owl-dots{bottom:-20%}}@media (max-width: 480px){.main-carousel .owl-dots{bottom:-15%}}@media (max-width: 420px){.main-carousel .owl-dots{bottom:-10%}}.main-carousel .owl-dots .owl-dot{margin:0;outline:none}.main-carousel .owl-dots .owl-dot span{cursor:pointer;height:9px;width:9px;margin-right:29px;background-color:#bababa;border-radius:50%;display:inline-block;transition:background-color 0.6s ease;position:relative}.main-carousel .owl-dots .owl-dot span:after{content:'';width:17px;height:17px;border:2px solid #00b1b0;border-radius:50%;position:absolute;top:-4px;left:-4px;opacity:0}.main-carousel .owl-dots .owl-dot:hover span,.main-carousel .owl-dots .owl-dot.active span{background-color:#00b1b0}.main-carousel .owl-dots .owl-dot:hover span:after,.main-carousel .owl-dots .owl-dot.active span:after{opacity:1}.map-image{margin:50px 0;display:block}.map-image img{width:100%}.map-image:first-child{margin-bottom:0}.map-image:last-child{margin-bottom:0}.second-sidebar{width:262px;border:1px solid rgba(0,0,0,0.36);border-radius:5px;padding:22px;position:absolute;left:75px;top:200px;background-color:#ffffff;z-index:300;max-height:calc(100vh - 40px);overflow:auto}@media (max-width: 1600px){.second-sidebar{left:20px}}@media (max-width: 767px){.second-sidebar{display:none}}.second-sidebar.hided{width:51px;height:44px;overflow:hidden;padding:0}.second-sidebar.hided .burger{margin-bottom:0;padding:15px}.second-sidebar.fixed{position:fixed;top:20px}.second-sidebar.fix-bottom{top:auto;bottom:20px}.second-sidebar .burger{margin-bottom:35px;cursor:pointer}.second-sidebar .burger .if{color:#00b1b0;font-size:14px;line-height:1;display:block}.sidebar-navigation{transform-origin:0 0}.hided .sidebar-navigation{transform:scale(0);visibility:hidden}.sidebar-navigation>ul>li{margin-bottom:25px}.sidebar-navigation>ul>li:last-child{margin-bottom:0}.sidebar-navigation>ul>li>a{color:#333333;font-size:16px;line-height:20px;font-weight:400;display:block;transition:all .3s ease}.sidebar-navigation>ul>li>a:hover{color:#00b1b0;text-decoration:none}.sidebar-navigation>ul>li.active>a{font-weight:500;color:#00b1b0;margin-bottom:35px}.sidebar-navigation>ul>li.active .sub-navigation{display:block}.sidebar-navigation>ul>li .sub-navigation{display:none}.sidebar-navigation>ul>li .sub-navigation li{margin-bottom:25px}.sidebar-navigation>ul>li .sub-navigation li:last-child{margin-bottom:0}.sidebar-navigation>ul>li .sub-navigation li.active a{color:#00b1b0}.sidebar-navigation>ul>li .sub-navigation a{color:#777777;font-size:14px;font-weight:300;line-height:24px;transition:all .3s ease;padding-left:30px;display:block;position:relative}.sidebar-navigation>ul>li .sub-navigation a:before{content:'';display:block;border:3px solid transparent;border-right:0;border-left-color:#00b1b0;position:absolute;left:15px;top:8px}.sidebar-navigation>ul>li .sub-navigation a:hover{color:#00b1b0;text-decoration:none}.second-image-block{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:70px}@media (max-width: 991px){.second-image-block{flex-wrap:wrap}}.second-image-block:last-child{margin-bottom:0}.second-image-block .image{margin-left:30px}@media (max-width: 991px){.second-image-block .image{margin-bottom:30px;margin-left:0;width:100%;max-width:400px}}.second-image-block .image img{border-radius:5px}@media (max-width: 991px){.second-image-block .image img{width:100%}}.second-text-block{margin-bottom:70px}.second-text-block:last-child{margin-bottom:0}.second-text-block ul{list-style:none;padding-left:80px}@media (max-width: 767px){.second-text-block ul{padding-left:40px}}.second-text-block ul li{position:relative;font-weight:300;margin-bottom:40px}.second-text-block ul li:last-child{margin-bottom:0}.second-text-block ul li:before{content:'';display:block;position:absolute;left:-30px;width:20px;height:1px;background-color:#00afdb;top:10px}.second-text-block p a{border-bottom:none;text-decoration:underline}.second-doctor-block{border:3px solid #b1e3fa;position:relative;padding:40px;margin-bottom:70px}@media (max-width: 991px){.second-doctor-block{padding:30px 15px 320px}}.second-doctor-block:last-child{margin-bottom:0}.second-doctor-block .image{position:absolute;left:35px;bottom:0}@media (max-width: 991px){.second-doctor-block .image{width:305px;left:auto;right:0;transform:scale(-1, 1)}.second-doctor-block .image img{width:100%;height:100%}}.second-doctor-block .caption{margin-left:500px}@media (max-width: 991px){.second-doctor-block .caption{margin:0}}.second-doctor-block .caption ul{list-style:none;padding:0;margin:0}.second-doctor-block .caption ul li{margin-bottom:40px}.second-doctor-block .caption ul li:last-child{margin-bottom:0}.second-doctor-block .caption ul a{color:#00b1b0;font-size:20px;font-weight:300;line-height:1;display:inline-block;text-decoration:none;border-bottom:1px solid #00b1b0;transition:all .3s ease}.second-doctor-block .caption ul a:hover{text-decoration:none;border-bottom-color:transparent;color:#2499df}@media (max-width: 767px){.second-doctor-block .caption ul a{display:inline}}.action-banner{display:block;margin:80px 0}.action-banner:first-child{margin-top:0}.action-banner:last-child{margin-bottom:0}.action-banner img{width:100%;border-radius:10px}.video-review-block{margin-bottom:100px}@media (max-width: 767px){.video-review-block{margin-bottom:60px}}.video-review-block .title{color:#646464;font-size:22px;font-weight:300;line-height:26px;margin-bottom:25px}.shop-list .item{border:3px solid #b1e3fa;background-color:#ffffff;padding:35px 15px 35px 25px;position:relative;height:calc(100% - 30px);margin-bottom:30px;transition:all .3s ease}.shop-list .item:hover{box-shadow:0 28px 75px 2px rgba(199,224,224,0.63);border:1px solid rgba(116,169,169,0.22);padding:37px 17px 37px 27px}.shop-list .item .contact{color:#555555;font-size:18px;font-weight:300;line-height:22px;margin-bottom:35px;padding-left:37px;position:relative}.shop-list .item .contact a{color:#555555}.shop-list .item .contact a:hover{text-decoration:none;color:#2499df}.shop-list .item .contact .if{font-size:21px;color:#00b1b0;position:absolute;left:0;top:-1px}.shop-list .item .contact:last-child{margin-bottom:0}.shop-list .item .contact span{font-weight:500}.special-offer-list{margin-bottom:50px}.special-offer-list .item{background-color:#eff3f5;display:flex;margin-bottom:50px}.special-offer-list .item:last-child{margin-bottom:0}@media (max-width: 991px){.special-offer-list .item{flex-wrap:wrap}}.special-offer-list .item .caption{width:calc(100% - 480px);padding:50px 80px}@media (max-width: 1279px){.special-offer-list .item .caption{padding:40px}}@media (max-width: 991px){.special-offer-list .item .caption{width:100%;order:2}}.special-offer-list .item .caption .title{color:#333333;font-family:"Rubik", sans-serif;font-size:30px;font-weight:500;line-height:1;margin-bottom:35px}@media (max-width: 1279px){.special-offer-list .item .caption .title{font-size:26px}}.special-offer-list .item .caption .block{margin-bottom:50px}.special-offer-list .item .caption .block:last-child{margin-bottom:0}.special-offer-list .item .caption .block .name{color:#333333;font-size:20px;font-weight:400;line-height:1;margin-bottom:15px}.special-offer-list .item .caption .block .text{color:#555555;font-family:"Rubik", sans-serif;font-size:18px;font-weight:300;line-height:28px}.special-offer-list .item .image{width:480px;overflow:hidden}@media (max-width: 991px){.special-offer-list .item .image{width:100%;max-width:500px;order:1;margin:0 auto}}.special-offer-list .item .image img{width:100%;height:100%;object-fit:cover}.text-block-large-image-content{padding-bottom:90px}.text-block-large-image{display:flex}@media (max-width: 991px){.text-block-large-image{flex-wrap:wrap}}.text-block-large-image .caption{width:400px}@media (max-width: 991px){.text-block-large-image .caption{width:100%}}.text-block-large-image .image{width:calc(100% - 400px)}@media (max-width: 991px){.text-block-large-image .image{width:100%;max-width:400px;margin-bottom:30px}}.text-block-large-image .image img{width:100%;height:100%;object-fit:cover}.text-block-large-image .subtitle{color:#333333;font-size:18px;font-weight:500;line-height:1;margin-bottom:25px}.text-block-large-image ul{list-style:none;padding:0}.text-block-large-image ul li{position:relative;padding-left:35px;color:#646464;font-size:16px;font-weight:300;line-height:1;margin-bottom:20px}.text-block-large-image ul li:last-child{margin-bottom:0}.text-block-large-image ul li:before{content:"";position:absolute;left:10px;top:0;font-size:13px;color:#00b1b0}.what-need-list .item{text-align:center;position:relative;height:calc(100% - 30px);margin-bottom:30px}.what-need-list .item .name{color:#333333;font-size:22px;line-height:1;font-weight:300;margin-bottom:60px}@media (max-width: 1269px){.what-need-list .item .name{font-size:20px}}.what-need-list .item .image{margin-bottom:65px;text-align:center}.what-need-list .item img{max-width:100%}.free-steps{display:flex;flex-wrap:wrap;counter-reset:steps}.free-steps .title{color:#777777;font-family:"Rubik", sans-serif;font-size:45px;font-weight:300;width:100%;text-align:center;margin-bottom:100px}@media (max-width: 767px){.free-steps .title{font-size:35px;font-weight:300;margin-bottom:35px}}.free-steps .step{width:50%;margin-bottom:100px;text-align:center;counter-increment:steps}@media (max-width: 767px){.free-steps .step{width:100%;margin-bottom:80px}}.free-steps .step .image{border-radius:50%;display:inline-block;overflow:hidden;border:3px solid #00b1b0;margin-bottom:90px}.free-steps .step .text{color:#333333;font-size:22px;line-height:26px;font-weight:300;position:relative}.free-steps .step .text:before{content:counter(steps);display:flex;align-items:center;justify-content:center;width:33px;height:33px;border:3px solid #00b1b0;position:absolute;left:50%;margin-left:-11.5px;top:-60px;border-radius:50%;font-weight:500;color:#00b1b0;font-size:20px;line-height:1;text-indent:-1px}.have-question-block{background-color:#eff3f5;text-align:center;padding:50px 0}@media (max-width: 767px){.have-question-block{padding:50px 30px;margin-left:-15px;margin-right:-15px}}.have-question-block .title{color:#333333;font-size:32px;font-weight:400;margin-bottom:25px;line-height:1}.have-question-block .text{color:#333333;font-family:"Rubik", sans-serif;font-size:22px;line-height:1;font-weight:300;margin-bottom:35px}.instruction-steps .step{display:flex;margin-bottom:150px}@media (max-width: 767px){.instruction-steps .step{flex-wrap:wrap;margin-bottom:70px}}.instruction-steps .step:nth-child(even) .caption{order:2;padding-right:0;padding-left:130px}@media (max-width: 767px){.instruction-steps .step:nth-child(even) .caption{padding:0;order:1}}.instruction-steps .step:nth-child(even) .image{order:1}@media (max-width: 767px){.instruction-steps .step:nth-child(even) .image{order:2}}.instruction-steps .step .caption,.instruction-steps .step .image{width:50%}@media (max-width: 767px){.instruction-steps .step .caption,.instruction-steps .step .image{width:100%}}.instruction-steps .step .image img{border-radius:5px;width:100%}.instruction-steps .step .caption{padding-right:130px}@media (max-width: 767px){.instruction-steps .step .caption{padding:0;margin-bottom:30px}}.instruction-steps .step .caption .title{color:#333333;font-size:25px;line-height:1;font-weight:400;margin-bottom:30px}.instruction-steps .step .caption .text{color:#646464;font-size:18px;font-weight:300;line-height:26px}.purchase-list .item{display:flex;justify-content:space-between;margin-bottom:60px}@media (max-width: 991px){.purchase-list .item{flex-wrap:wrap}}@media (max-width: 767px){.purchase-list .item{display:block}}.purchase-list .item:last-child{margin-bottom:0}.purchase-list .item .image{width:390px;border-radius:5px}@media (max-width: 767px){.purchase-list .item .image{width:100%;max-width:390px}}.purchase-list .item .image img{width:100%;border:1px solid rgba(0,0,0,0.1)}.purchase-list .item .action{width:34%}@media (max-width: 1269px){.purchase-list .item .action{width:26%;padding-top:0 !important}}@media (max-width: 991px){.purchase-list .item .action{width:32%}}@media (max-width: 767px){.purchase-list .item .action{width:100%;padding-top:20px !important}}.purchase-list .item .caption{width:26%}@media (max-width: 1269px){.purchase-list .item .caption{padding-top:0 !important}}@media (max-width: 991px){.purchase-list .item .caption{width:100%;padding-top:20px !important}}@media (max-width: 767px){.purchase-list .item .caption{padding-top:0 !important}}.purchase-list .item .action,.purchase-list .item .caption{padding-top:40px}.purchase-list .item .image img{border-radius:5px}.purchase-list .item .name{color:#333333;font-size:22px;line-height:1;font-weight:400;margin-bottom:25px;display:block;transition:all 0.3s ease}.purchase-list .item .name:hover{text-decoration:none;color:#2499df}.purchase-list .item .price-block{margin-bottom:20px}@media (max-width: 767px){.purchase-list .item .price-block{display:flex;align-items:center}}.purchase-list .item .price-block .text{color:#333333;font-size:22px;font-weight:300;line-height:1;margin-bottom:20px}@media (max-width: 767px){.purchase-list .item .price-block .text{margin-bottom:0;margin-right:15px}}.purchase-list .item .price-block .price{color:#333333;font-size:28px;line-height:1;font-weight:400}.purchase-list .item .buttons-line{margin-left:-20px}@media (max-width: 991px){.purchase-list .item .buttons-line{justify-content:flex-start}}@media (max-width: 767px){.purchase-list .item .buttons-line{margin-left:-15px;width:auto;justify-content:center}}.purchase-list .item .buttons-line .button{margin-left:20px;padding-left:30px;padding-right:30px;font-size:16px;letter-spacing:0.37px}@media (max-width: 991px){.purchase-list .item .buttons-line .button{padding-left:15px;padding-right:15px}}@media (max-width: 767px){.purchase-list .item .buttons-line .button{padding:20px;margin-left:15px;display:block}}.product-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.product-head .image{width:520px;flex:0 0 520px}@media (max-width: 991px){.product-head .image{width:100%;flex:0 0 auto;margin-bottom:50px}}.product-head .image img{width:100%}@media (max-width: 991px){.product-head .image img{max-width:500px}}.product-head .action{width:calc(100% - 585px)}@media (max-width: 991px){.product-head .action{width:100%}}.product-head .action .name{color:#333333;font-size:28px;font-weight:400;margin-bottom:25px}.product-head .action .text{color:#646464;font-family:"Rubik", sans-serif;font-size:16px;font-weight:300;line-height:26px;margin-bottom:45px}.product-head .action .price-block{color:#333333;margin-bottom:40px}.product-head .action .price-block .text{font-size:22px;font-weight:300;line-height:1;margin-bottom:20px}.product-head .action .price-block .price{font-size:28px;font-weight:400;vertical-align:middle}.product-head .action .price-block .price span{display:inline-block;font-size:22px;font-weight:300;line-height:26px;vertical-align:middle}.product-description{padding-top:60px}.product-description .title{color:#333333;font-size:28px;font-weight:400;margin-bottom:30px}.product-description p{color:#646464;font-size:16px;font-weight:300;line-height:26px;margin:35px 0}.section-benefits{background:#f9f9f9 url(/assets/benefits-background-inrange-b75f70ce7a65de4c1fbd85d2319c97901c0a634ffc8e84f9320812ef947892ca.jpg) 50% 50% no-repeat;margin-bottom:86px}@media (max-width: 991px){.section-benefits{margin-bottom:66px}}@media (max-width: 767px){.section-benefits{margin-bottom:46px;background:#f9f9f9}}.content-benefits{padding:6% 0 4%}@media (max-width: 767px){.content-benefits{text-align:center;padding:15% 0 10%}}.content-benefits .benefits-name{color:#aeaeae;font-size:20px;font-weight:300;line-height:1;margin-bottom:62px}@media (max-width: 767px){.content-benefits .benefits-name{margin-bottom:38px}}.content-benefits .benefits-title{color:#282828;font-size:36px;font-weight:400;line-height:57px;text-transform:uppercase;margin-bottom:28px}@media (max-width: 1299px){.content-benefits .benefits-title{font-size:34px}}@media (max-width: 991px){.content-benefits .benefits-title{font-size:30px;line-height:50px}}@media (max-width: 767px){.content-benefits .benefits-title{font-size:28px;line-height:40px}}.content-benefits .benefits-title span{color:#04a6a8;font-weight:700;font-size:60px}@media (max-width: 1299px){.content-benefits .benefits-title span{font-size:54px}}@media (max-width: 991px){.content-benefits .benefits-title span{font-size:43px}}@media (max-width: 767px){.content-benefits .benefits-title span{font-size:40px;line-height:50px}}.content-benefits .benefits-installment{color:#ffffff;font-size:22px;font-weight:300;line-height:1;border-radius:15px;background-color:#04a6a8;padding:8px 21px;width:37%;margin-bottom:56px;max-width:422px}@media (max-width: 1299px){.content-benefits .benefits-installment{width:47%}}@media (max-width: 991px){.content-benefits .benefits-installment{font-size:20px;width:65%;max-width:387px}}@media (max-width: 767px){.content-benefits .benefits-installment{width:80%;margin:0 auto 50px;font-size:18px;line-height:22px}}.content-benefits .benefits-content{display:flex;width:57%;justify-content:space-between;flex-direction:row;margin-bottom:67px}@media (max-width: 1299px){.content-benefits .benefits-content{width:67%;max-width:623px}}@media (max-width: 1299px){.content-benefits .benefits-content{width:70%;max-width:483px}}@media (max-width: 767px){.content-benefits .benefits-content{flex-direction:column;margin:0 auto 30px;width:80%;text-align:left;max-width:232px}}.content-benefits .benefits-content .benefits-content-item{display:flex;flex-direction:row}@media (max-width: 991px){.content-benefits .benefits-content .benefits-content-item:last-child{width:34%}}@media (max-width: 767px){.content-benefits .benefits-content .benefits-content-item{margin-bottom:30px}.content-benefits .benefits-content .benefits-content-item:last-child{width:100%}}.content-benefits .benefits-content .benefits-content-item .benefits-item-image{margin-right:18px;padding-top:3px}@media (max-width: 991px){.content-benefits .benefits-content .benefits-content-item .benefits-item-image{margin-right:10px}}.content-benefits .benefits-content .benefits-content-item .benefits-item-image img{display:block;object-fit:cover}.content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-title{color:#404040;font-size:24px;line-height:1;font-weight:300;margin-bottom:7px}@media (max-width: 991px){.content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-title{font-size:22px}}.content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-description{color:#4f4f4f;font-size:18px;font-weight:300;line-height:1}@media (max-width: 991px){.content-benefits .benefits-content .benefits-content-item .benefits-item-content .benefits-item-content-description{font-size:16px}}.content-benefits .button.button-cyan{padding:25px 41px;margin-bottom:75px}@media (max-width: 767px){.content-benefits .button.button-cyan{margin-bottom:55px}}.content-benefits .phone-number{color:#04a6a8;font-size:24px;font-weight:300;line-height:1;margin-bottom:17px;text-decoration:none;display:block}@media (max-width: 767px){.content-benefits .phone-number{font-size:22px}}.content-benefits .benefits-info{color:#c1c1c1;font-size:12px;font-weight:300;line-height:18px;width:69%}@media (max-width: 1299px){.content-benefits .benefits-info{width:82%}}@media (max-width: 767px){.content-benefits .benefits-info{width:100%}}.content-benefits .benefits-info a{color:#c1c1c1;text-decoration:underline;transition:0.4s ease}.content-benefits .benefits-info a:hover{text-decoration:none}.terms{text-align:center}.terms .section-title{color:#2f2f2f;margin-bottom:92px}@media (max-width: 991px){.terms .section-title{margin-bottom:65px}}@media (max-width: 767px){.terms .section-title{margin-bottom:45px}}.terms .terms-content{display:flex;justify-content:space-between;text-align:center;width:65%;margin:0 auto 69px}@media (max-width: 991px){.terms .terms-content{width:85%}}@media (max-width: 767px){.terms .terms-content{flex-direction:column;margin:0 auto 10px}}.terms .terms-content .terms-content-item{display:flex;flex-direction:column;align-items:center}@media (max-width: 767px){.terms .terms-content .terms-content-item{margin-bottom:40px}}.terms .terms-content .terms-content-item:first-child,.terms .terms-content .terms-content-item:last-child{padding-top:12px}.terms .terms-content .terms-content-item img{object-fit:cover;display:block;margin-bottom:44px}@media (max-width: 767px){.terms .terms-content .terms-content-item img{margin-bottom:24px}}.terms .terms-content .terms-content-item .terms-item-title{color:#2f2f2f;font-size:22px;font-weight:500;line-height:1}.terms .button.button-cyan{margin-bottom:42px;padding:25px 90px}.terms .terms-info{margin:0 auto 41px;color:#d3d3d3;font-size:12px;font-weight:400;line-height:20px;width:54%}@media (max-width: 991px){.terms .terms-info{width:74%}}@media (max-width: 767px){.terms .terms-info{width:100%}}.section-information{background-color:#f4f8fa;padding:104px 0 36px;text-align:center}@media (max-width: 991px){.section-information{padding:70px 0 26px}}@media (max-width: 767px){.section-information{padding:40px 0 10px}}.section-information .container{max-width:1284px}.section-information .container .section-title{width:82%;color:#474646;font-size:30px;font-weight:400;line-height:46px;margin:0 auto 72px}@media (max-width: 991px){.section-information .container .section-title{font-size:26px;line-height:36px;max-width:694px}}@media (max-width: 767px){.section-information .container .section-title{width:100%;font-size:20px;line-height:30px;margin:0 auto 42px}}.section-information .container .section-title span{font-weight:500}.section-information .container .installment-item-container{margin-bottom:40px;display:flex;justify-content:space-between;flex-direction:row}@media (max-width: 991px){.section-information .container .installment-item-container{flex-direction:column;align-items:center}}.section-information .container .installment-item-container .installment-item{display:flex;flex-direction:row;align-items:center;width:48%;border:1px solid #bbc6cc;padding:34px 20px 27px}@media (max-width: 991px){.section-information .container .installment-item-container .installment-item{width:82%;max-width:606px}.section-information .container .installment-item-container .installment-item:first-child{margin-bottom:20px}}@media (max-width: 767px){.section-information .container .installment-item-container .installment-item{width:100%;flex-direction:column}}.section-information .container .installment-item-container .installment-item .installment-item-image{margin-right:20px}@media (max-width: 767px){.section-information .container .installment-item-container .installment-item .installment-item-image{margin:0 0 20px}}.section-information .container .installment-item-container .installment-item .installment-item-content{color:#4a4a4a;font-size:23px;font-weight:400;line-height:48px}@media (max-width: 767px){.section-information .container .installment-item-container .installment-item .installment-item-content{font-size:18px;line-height:30px}}.section-information .container .installment-item-container .installment-item .installment-item-content span{font-size:36px;font-weight:500}@media (max-width: 767px){.section-information .container .installment-item-container .installment-item .installment-item-content span{font-size:30px;line-height:40px}}.section-information .container .installment-info{color:#2aacae;font-size:20px;font-weight:400;line-height:30px;margin-bottom:38px;text-align:center}@media (max-width: 991px){.section-information .container .installment-info{width:90%;margin:0 auto 38px;max-width:810px}}@media (max-width: 767px){.section-information .container .installment-info{font-size:16px;width:100%;line-height:25px;max-width:560px}}.section-information .button.button-cyan{color:#2aacae;padding:18px 50px;border:2px solid #39b8ba;margin:0 auto 41px;background-color:#f4f8fa}.section-information .button.button-cyan:hover{background-color:#00b1b0;color:#ffffff}.section-information .call-back-info{color:#cbd2d6;font-size:12px;font-weight:400;line-height:24px;margin-bottom:35px}@media (max-width: 767px){.section-information .call-back-info{max-width:580px;margin:0 auto 35px}}.why-we-item{position:relative;height:100%;padding:40px 10px 70px;text-align:center;transition:all .3s ease;box-shadow:none;background-color:transparent}@media (max-width: 767px){.why-we-item{padding:20px 10px;margin-bottom:20px}}.why-we-item:hover{box-shadow:0 28px 75px 2px rgba(199,224,224,0.63);background-color:#ffffff}.why-we-item .if{font-size:70px;line-height:1;color:#00b1b0;margin-bottom:30px;display:block}.why-we-item .name{color:#333333;font-size:22px;line-height:1;font-weight:500;margin-bottom:22px}@media (max-width: 767px){.why-we-item .name{font-size:18px;margin-bottom:20px}}.why-we-item .text{color:#646464;font-size:16px;font-weight:300;line-height:24px}@media (max-width: 767px){.why-we-item .text{font-size:14px;line-height:18px}}.why-we-item .text span{font-weight:700;display:block;margin-bottom:10px}@media (max-width: 767px){.why-we-item .text span{margin-bottom:0}}.video-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.video-wrapper .cover-wrapper{position:absolute;z-index:20;width:100%;height:100%;left:0;top:0;background-color:#000000;display:flex;align-items:flex-end;justify-content:center;cursor:pointer}.video-wrapper .cover-wrapper .cover{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;overflow:hidden}.video-wrapper .cover-wrapper .cover img{width:100%;height:100%;object-fit:cover;opacity:.5}.video-wrapper .cover-wrapper .if{font-size:106px;line-height:1;color:#ffffff;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:20}.video-wrapper .cover-wrapper .content{position:relative;z-index:10;text-align:center;padding-bottom:50px}.video-wrapper .cover-wrapper .content .name{color:#ffffff;font-size:33px;line-height:1;font-weight:500;margin-bottom:20px}@media (max-width: 767px){.video-wrapper .cover-wrapper .content .name{font-size:28px}}.video-wrapper .cover-wrapper .content .info{color:#ffffff;font-size:24px;font-weight:300;line-height:1;letter-spacing:1.8px}.where-buy-item{position:relative;height:100%;border:1px solid rgba(116,169,169,0.22);transition:all .3s ease;padding:67px 25px;text-align:center;border-radius:2px}@media (max-width: 991px){.where-buy-item{margin-bottom:30px;height:auto}}@media (max-width: 767px){.where-buy-item{margin:0 -15px;border-bottom:none}}.where-buy-item:hover{background-color:#ffffff;box-shadow:0 28px 75px 2px rgba(199,224,224,0.63);border-color:transparent}.where-buy-item .if{font-size:82px;color:#00b1b0;display:block}.where-buy-item .if.if-where-buy-01{font-size:62px}.where-buy-item .icon{margin-bottom:40px;height:82px;display:flex;align-items:center;justify-content:center}.where-buy-item .button{padding:24px 35px;font-size:16px;font-weight:400;min-width:260px;margin-bottom:30px}@media (max-width: 1279px){.where-buy-item .button{padding:24px 10px;width:100%;min-width:initial}}@media (max-width: 991px){.where-buy-item .button{max-width:260px}}@media (max-width: 767px){.where-buy-item .button{padding:20px 10px}}.where-buy-item .text{color:#333333;font-size:16px;font-weight:300;line-height:24px;letter-spacing:0.4px}.breadcrumbs{margin-bottom:30px}.breadcrumbs+*{margin-top:0}.breadcrumbs ul{display:flex;align-items:center;margin-left:-30px;flex-wrap:wrap}.breadcrumbs ul li{position:relative;margin-left:30px;color:#777777;font-size:14px;font-weight:400;line-height:1;margin-bottom:20px}.breadcrumbs ul li:after{content:'/';position:absolute;right:-17px;top:1px;color:#777777;font-size:14px;font-weight:400;line-height:1}.breadcrumbs ul li:last-child:after{content:none}.breadcrumbs ul a{color:#777777;font-size:14px;font-weight:400;line-height:1;transition:all .3s ease}.breadcrumbs ul a:hover{text-decoration:none;color:#2499df}.recommendation-list .item{display:flex;align-items:center;margin-bottom:50px}.recommendation-list .item:last-child{margin-bottom:0}@media (max-width: 767px){.recommendation-list .item{margin-bottom:30px;padding:0 15px}}.recommendation-list .item .if{font-size:40px;line-height:1;color:#00b1b0;flex:0 0 40px;text-align:center}.recommendation-list .item .text{color:#333333;font-family:"Rubik", sans-serif;font-size:20px;font-weight:300;line-height:42px;margin-left:40px}@media (max-width: 767px){.recommendation-list .item .text{margin-left:30px;font-size:16px;line-height:20px}}.how-controls-mno .item{text-align:center}@media (max-width: 767px){.how-controls-mno .item{margin-bottom:60px}}.how-controls-mno .item .if{font-size:90px;line-height:1;display:block;color:#00b1b0;margin-bottom:40px}.how-controls-mno .item .text{color:#333333;font-size:16px;font-weight:400;line-height:26px}.pharmacy-list{margin-bottom:40px}.pharmacy-list:last-child{margin-bottom:0}.pharmacy-list .item{padding:10px;border-bottom:1px solid #eeeeee;display:flex;align-items:flex-end;justify-content:space-between;min-height:90px}@media (max-width: 767px){.pharmacy-list .item{display:block;text-align:center}.pharmacy-list .item span{display:block}}.pharmacy-list .item:hover{text-decoration:none}.pharmacy-list .item .logo{width:140px}@media (max-width: 767px){.pharmacy-list .item .logo{width:100%}}.pharmacy-list .item .cost{color:#222222;font-size:20px;font-weight:400;line-height:1}@media (max-width: 767px){.pharmacy-list .item .cost{margin-top:20px}}.pharmacy-list .item .cost.red{color:#ff0000;font-weight:300}.pharmacy-list .item .action{color:#dd1212;font-size:20px;line-height:1}@media (max-width: 767px){.pharmacy-list .item .action{margin-bottom:10px}}.accordion-item{border-top:1px solid #d7d7d7}.accordion-item:last-child{border-bottom:1px solid #d7d7d7}.accordion-item.active .accordion-head .if{transform:rotate(180deg);color:#2499df}.accordion-item .accordion-head{display:flex;align-items:center;justify-content:space-between;padding:25px 0;cursor:pointer}.accordion-item .accordion-head:hover .name,.accordion-item .accordion-head:hover .if{color:#2499df}.accordion-item .accordion-head .name{color:#333333;font-size:22px;font-weight:300;line-height:26px;transition:all .3s ease}.accordion-item .accordion-head .if{padding:0 30px;font-size:18px;color:#9e9e9e;transition:all .3s ease}.accordion-item .accordion-body{padding:40px;background-color:#f4f8fd;border-top:1px solid #d7d7d7;display:none}.datepicker--day-name{color:#00b1b0}.suggestions-suggestions{background-color:#ffffff;border:1px solid rgba(0,0,0,0.21);padding:20px 0;position:absolute;left:0;top:-1px;width:100%;border-radius:5px}.suggestions-suggestions .suggestions-hint{color:#777777;font-size:14px;font-weight:300;line-height:1;letter-spacing:0.45px;margin-bottom:10px;padding:0 20px}.suggestions-suggestions .suggestions-suggestion{padding:10px 20px;color:#777777;font-size:18px;font-weight:300;line-height:1;letter-spacing:0.45px}.suggestions-suggestions .suggestions-suggestion:hover{background-color:#eff3f5}.avatar-block .avatar-image{width:195px;height:195px;overflow:hidden;border-radius:50%;margin:0 auto 25px}.avatar-block .avatar-image img{width:100%;height:100%;object-fit:cover}.burger-head{height:19px;width:28px;position:relative;display:none}@media (max-width: 1269px){.burger-head{display:block}}.burger-head span{width:100%;height:2px;position:absolute;left:0;transition:all .6s ease;transform-origin:0 0;opacity:1;background-color:#00b1b0;backface-visibility:hidden}.burger-head span:nth-child(1){top:0}.burger-head span:nth-child(2){top:9px;width:22px;left:auto;right:0}.burger-head span:nth-child(3){bottom:0;transform-origin:0 100%}.show-site-menu .burger-head{height:22px}.show-site-menu .burger-head span:nth-child(1){transform:rotateZ(45deg);left:3px}.show-site-menu .burger-head span:nth-child(2){transform:translateX(-10px);opacity:0}.show-site-menu .burger-head span:nth-child(3){transform:rotateZ(-45deg);bottom:0;left:3px}.cookies-popup{position:fixed;left:0;bottom:0;width:100%;background-color:#00afdb;padding:25px 20px;z-index:9999}@media (max-width: 767px){.cookies-popup{padding:15px 20px}}.cookies-popup .container{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%;max-width:900px;margin:0 auto}.cookies-popup-title{color:#fffefe;font-family:"Rubik", sans-serif;font-size:18px;font-weight:300;line-height:24px;letter-spacing:1.06px}@media (max-width: 991px){.cookies-popup-title{font-size:14px;line-height:18px}}.cookies-popup-title a{text-decoration:underline;color:#fffefe}.cookies-popup-title a:hover{text-decoration:none}.cookies-popup-text{color:#ffffff;font-family:"Rubik", sans-serif;font-size:10px;font-weight:400;line-height:14px}.cookies-popup-bottom{display:flex;gap:10px;align-items:center;cursor:pointer}.cookies-popup-checkbox{background:none;border:1px solid #ffffff;width:16px;height:16px;flex:0 0 16px;margin:0;-webkit-appearance:none;appearance:none;position:relative;transition:all 0.3s ease;cursor:pointer}.cookies-popup-checkbox:after,.cookies-popup-checkbox:before{content:"";position:absolute;display:block;height:1px;background-color:#00afdb;opacity:0}.cookies-popup-checkbox:after{top:8px;left:2px;width:5px;transform:rotate(45deg)}.cookies-popup-checkbox:before{top:6px;left:5px;width:9px;transform:rotate(-45deg)}.cookies-popup-checkbox:checked{background-color:#ffffff}.cookies-popup-checkbox:checked:after,.cookies-popup-checkbox:checked:before{opacity:1}body{font-family:"Rubik", sans-serif;font-weight:400;position:relative;color:#646464;font-size:16px}body.show-popup{overflow:hidden;height:100%}body.show-site-menu{overflow:hidden}body.sticky-header{padding-top:103px}*{outline:none !important}nav ul,nav li{margin:0;padding:0;list-style:none}h1,.h1{color:#333333;font-size:35px;font-weight:400;margin-bottom:35px;line-height:1}h4,.h4{color:#333333;font-size:18px;font-weight:400;line-height:26px;margin-bottom:30px;margin-top:60px}h4:first-child,.h4:first-child{margin-top:0}h4:last-child,.h4:last-child{margin-bottom:0}p{color:#646464;font-size:16px;font-weight:300;line-height:26px;margin:30px 0}p.large{color:#333333;font-size:22px;font-weight:300;line-height:30px}p:first-child{margin-top:0}p:last-child{margin-bottom:0}p a{color:#00b1b0;text-decoration:none;display:inline-block;border-bottom:1px solid #00b1b0;transition:all 0.3s ease;line-height:18px}p a:hover{color:#2499df;border-bottom-color:transparent;text-decoration:none}@media (max-width: 1920px){.page-with-sidebar .container{margin-left:367px}}@media (max-width: 1600px){.page-with-sidebar .container{margin-left:302px}}@media (max-width: 1500px){.page-with-sidebar .container{margin-left:80px}}@media (max-width: 767px){.page-with-sidebar .container{margin:0 auto}}.contact-head{display:flex;justify-content:flex-start;margin-bottom:25px}@media (max-width: 991px){.contact-head{flex-wrap:wrap}}.contact-head .name{color:#333333;font-size:18px;font-weight:300;line-height:1;margin-bottom:35px}.contact-head .value{color:#333333;font-size:22px;font-weight:400;line-height:1;margin-bottom:15px}.contact-head a.value{text-decoration:none;transition:all 0.3s ease;display:block}.contact-head a.value:hover{text-decoration:none;color:#2499df}.contact-head .text{color:#555555;font-size:16px;font-weight:300;line-height:24px}.contact-head .text a{text-transform:uppercase;color:#00b1b0;text-decoration:underline;font-weight:400}.contact-head .text a:hover{color:#2499df;text-decoration:none}.contact-head .text a:last-child{color:#555555;text-decoration:none}.contact-head .text a:last-child:hover{color:#2499df}.contact-head .button{align-self:flex-end;margin-bottom:20px}@media (max-width: 767px){.contact-head .button{margin:30px auto 0}}.contact-head div{padding-right:20px}.contact-head div:last-child{padding-right:0}.contact-head .phone{width:33%}@media (max-width: 991px){.contact-head .phone{width:47%;margin-bottom:50px}}@media (max-width: 767px){.contact-head .phone{width:100%;margin-bottom:50px}}.contact-head .address{width:35%}@media (max-width: 991px){.contact-head .address{width:47%;margin-bottom:50px}}@media (max-width: 767px){.contact-head .address{width:100%;margin-bottom:50px}}.contact-head .service{width:32%}@media (max-width: 991px){.contact-head .service{width:97%}}@media (max-width: 767px){.contact-head .service{width:100%}}#contact-map{width:100%;height:450px}.contact-button{margin:0 auto 40px;text-align:center}.main-head{height:100vh;margin-top:-103px;padding-top:103px;position:relative;z-index:10}@media (max-width: 767px){.main-head{margin-top:-83px;padding-top:123px}}.main-head .mobile-background{display:none}@media (max-width: 767px){.main-head .mobile-background{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}.main-head .mobile-background img{width:100%;height:100%;object-fit:cover}}.main-head .video-background{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}@media (max-width: 767px){.main-head .video-background{display:none}}.main-head .video-background video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.main-head .container{display:flex;align-items:center;height:100%;position:relative;z-index:20}@media (max-width: 767px){.main-head .container{align-items:flex-start}}.main-head .name{color:#333333;font-size:16px;line-height:1;font-weight:400;letter-spacing:0.4px;margin-bottom:32px}.main-head .title{color:#333333;font-size:55px;font-weight:400;text-transform:uppercase;line-height:60px;margin-bottom:40px}@media (max-width: 767px){.main-head .title{font-size:30px;line-height:1;margin-bottom:15px}}.main-head .title span{color:#00b1b0;font-weight:700}.main-head .text{color:#333333;font-size:18px;font-weight:400;line-height:30px;letter-spacing:0.45px;margin-bottom:30px}@media (max-width: 767px){.main-head .text br{display:none}}.main-how-use{background-color:#00b1b0;padding:120px 0;position:relative}@media (max-width: 991px){.main-how-use{padding-bottom:0}}@media (max-width: 767px){.main-how-use{padding-top:60px}}.main-how-use .title{color:#ffffff;font-family:"Rubik", sans-serif;font-size:35px;line-height:40px;font-weight:400;margin-bottom:30px}.main-how-use .title:after{content:'';width:86px;height:3px;background-color:#ffffff;display:block;margin-top:30px}.main-how-use .title span{display:block;text-transform:uppercase}.main-how-use .text{color:#ffffff;font-size:18px;font-weight:300;line-height:30px;letter-spacing:0.45px;margin-bottom:45px}.main-how-use .video-wrapper{position:absolute;left:50%;width:50%;height:100%;padding:0;top:0}@media (max-width: 991px){.main-how-use .video-wrapper{position:relative;left:auto;width:100%;padding-bottom:56.25%;padding-top:25px;height:0;margin-top:40px}}@media (max-width: 991px){.main-device-section{text-align:center}}.main-device-section p{color:#555555;font-size:18px;font-weight:300;line-height:30px;letter-spacing:0.45px;margin:40px 0}.main-device-section .device-image{text-align:center;position:relative}@media (max-width: 1269px){.main-device-section .device-image{max-width:270px}}@media (max-width: 991px){.main-device-section .device-image{margin:0 auto 30px}}.main-device-section .device-image img{max-width:100%}.main-device-section .device-image .if{width:89px;height:89px;background-color:#00b1b0;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:68px;line-height:1;position:absolute;right:-15px;top:80px;border-radius:50%}.main-device-section .device-image .if:before{margin-left:-5px;display:block}.search-head{display:flex;align-items:center;justify-content:center;border:3px solid #b1e3fa;padding:20px;margin-bottom:30px}@media (max-width: 991px){.search-head{display:block;border:none;padding:0}}.search-head .name,.search-head .results{color:#555555;font-family:"Rubik", sans-serif;font-size:18px;font-weight:400;line-height:1}.search-head .points-count{color:#00b1b0;margin-top:5px}.search-head label{margin:0 50px 0 30px;min-width:400px}@media (max-width: 991px){.search-head label{margin:30px 0;min-width:initial;width:100%}}#search-map{height:450px;width:100%;margin-bottom:50px}.search-tabs{align-items:center;margin-bottom:80px;display:none}.search-tabs.show{display:flex}.search-tabs .tab{color:#555555;font-size:22px;font-weight:400;line-height:1;margin-left:80px;border-bottom:1px dashed #555555;cursor:pointer;transition:all .3s ease}@media (max-width: 767px){.search-tabs .tab{font-size:14px;margin-left:20px}}.search-tabs .tab.active{color:#00b1b0;border-bottom-color:transparent}.search-tabs .tab:first-child{margin-left:0}.info-window{width:300px;position:absolute;left:50%;bottom:10px;transform:translateX(-50%);margin-left:-11px;background-color:#ffffff;border-radius:8px;z-index:9999;box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}.info-window:after{content:'';position:absolute;left:50%;top:100%;transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#ffffff transparent transparent transparent}.info-window .info-window-header{display:flex;align-items:center;justify-content:flex-end;padding:10px 12px}.info-window .info-window-content{padding:10px 12px 20px;width:100%;overflow:hidden}.info-window .info-window-close{cursor:pointer}.info-window .info-window-close .if{display:block}.info-window .contact{color:#555555;font-size:14px;font-weight:300;line-height:1;margin-bottom:20px;padding-left:25px;position:relative}.info-window .contact a{color:#555555}.info-window .contact a:hover{text-decoration:none;color:#2499df}.info-window .contact .if{font-size:18px;color:#00b1b0;position:absolute;left:0;top:-1px}.info-window .contact:last-child{margin-bottom:0}.info-window .contact span{font-weight:500}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,0.35)}70%{box-shadow:0 0 0 15px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.pharmacy-list .item{margin-bottom:20px;align-items:center}.pharmacy-list .item .cost.no-stock{color:red}.shop-list .item .contact:last-child{overflow:hidden}.shop-list .item .contact a{text-overflow:ellipsis}.what-need-list .item .name{line-height:1.2}.site-header .controls{justify-content:flex-end}.site-header .login{margin:0 30px}.exit-account{z-index:10}.what-need-list .item img{display:block;margin:0 auto;width:auto}.product-lines-carousel .item .image{min-width:267px}.product-lines-carousel .item .image img{display:block;margin:auto}.contact-head{justify-content:flex-start}.contact-head div{padding-right:20px}.special-offer-list .item .image img{object-fit:contain}.main-how-use .video-wrapper{z-index:10}a[href^="#footnote"]{color:inherit;border-bottom:none}.cookies-popup{display:none}.checkbox-label.-error span.checkbox{border-color:red}.login-box-body{padding-bottom:25px}.login-box-body .text-red{color:red}.button.button-get-code{white-space:nowrap;padding:18px 30px;width:100%;text-align:center}.video-wrapper .cover-wrapper{z-index:15}.product-lines-carousel .item .image{min-width:auto}@media (max-width: 767px){.product-lines-carousel .item .caption .actual-price{font-size:30px}}@media (max-width: 767px){.button.button-cyan{padding:18px}}#new_user input[type="submit"]{width:100%}.checkbox-label .label{text-align:left}.search-head .results{opacity:0}.free-steps .step .text{font-size:28px}form span.error{color:red;font-size:12px;display:block}#showAllPoints.active{border:3px solid #00b1b0;color:#00b1b0;background-color:white}.checkbox-label input[type="checkbox"]{display:inline-block;opacity:0;position:absolute;width:21px;height:21px}label.error input,label.error textarea,label.error .checkbox{border-color:red}.main-carousel.owl-carousel.owl-loaded{display:none}.main-carousel .item{padding:10px 0}.special-offer-list .item .image{width:auto}.hidden{display:none}.site-navigation ul li{margin-left:25px}@media (max-width: 1269px){.site-navigation ul li{margin-left:0}}@media (max-width: 1269px){.site-header .controls .button{margin:0 auto}}.section-tabs-menu:hover{text-decoration:none}.qrcode{position:relative;max-width:86%;padding:10px 19px;display:block}@media (max-width: 4096px) and (min-width: 768px){.application-carousel .owl-dots{bottom:calc(50% - 45%)}}@media (max-width: 613px){.application-carousel .item .item-content .item-info .button-block a:first-child{margin-bottom:20px}.application-carousel .item .item-content .item-info .button-block .slider-button,.application-carousel .item .item-content .item-info .button-block .qrcode{margin:0 auto !important}}@media (max-width: 613px){.application-carousel .owl-dots{bottom:calc(50% - 42%)}}.main-carousel .item .button-block .slider-button,.main-carousel .item .button-block .qrcode{margin:0 auto !important}.main-carousel .item .button-block .qrcode{max-width:60%}@media screen and (max-device-width: 480px) and (orientation: portrait){.qrcode{display:none}.main-head .text{margin-bottom:10px}}@media screen and (max-device-width: 640px) and (orientation: landscape){.qrcode{display:none}.main-head .text{margin-bottom:10px}}@media screen and (max-device-width: 640px){.qrcode{display:none}.main-head .text{margin-bottom:10px}}@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){.qrcode{display:none}.main-head .text{margin-bottom:10px}}@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){.qrcode{display:none}.main-head .text{margin-bottom:10px}}@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3){.qrcode{display:none}.main-head .text{margin-bottom:10px}}@media screen and (min-device-width: 768px) and (max-device-width: 1024px){.qrcode{display:block}}.main-carousel .owl-dots{bottom:-10%}.main-carousel .item .button-block{justify-content:space-between}.-error{border-color:#ff0000}.form-error{color:#ff0000}
