@charset "UTF-8";/*!
 * jQuery mmenu v7.3.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba( 0,0,0, 0.3 )}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:20px;line-height:var(--mm-line-height);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;padding:0 20px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none;width:100%;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;padding:0}.mm-btn:after,.mm-btn:before{border-color:rgba(0,0,0,.1);border-color:var(--mm-color-button);border-width:2px;border-style:solid}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text-dimmed);border-bottom-width:1px;border-bottom-style:solid;text-align:center;display:none;height:44px;height:var(--mm-navbar-size);padding:0 44px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12px;padding:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-left:0;padding-right:0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn{position:absolute;top:0;bottom:0;z-index:1}.mm-navbar__btn:first-child{text-align:left;left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}[dir=rtl] .mm-navbar__btn:first-child{text-align:right;right:0;left:auto}[dir=rtl] .mm-navbar__btn:last-child{text-align:left;left:0;right:auto}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);color:var(--mm-color-text);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding-top:12px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-bottom:12px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);tap-highlight-color:var(--mm-color-background-emphasis);background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:54px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem_divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);font-size:75%;text-transform:uppercase;min-height:20px;min-height:var(--mm-line-height);padding:6.5px;padding:calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-btn_next{top:44px;top:var(--mm-listitem-size)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:54px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight{-webkit-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:right;display:block;min-width:44px;float:right}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left}.mm-listitem_divider{opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-menu_dividers-light .mm-listitem_divider{background:inherit;font-size:inherit;color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);padding-top:18px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);padding-bottom:6px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25)}.mm-menu_border-none .mm-listitem_divider{border-top-width:1px;border-top-style:solid}.mm-listview_fixeddivider{background:inherit;display:none;width:100%;position:absolute;top:0;left:0;right:0;z-index:10}.mm-listview_fixeddivider:after{content:none!important;display:none!important}.mm-panel_dividers .mm-listview_fixeddivider{display:block}.mm-wrapper_opened.mm-dragging .mm-menu,.mm-wrapper_opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}[class*=mm-menu_tip-]:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}.mm-menu{--mm-iconbar-size:44px}.mm-iconbar{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);border:0 solid rgba(0,0,0,.1);border-color:var(--mm-color-border);border-right-width:1px;text-align:center;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;width:var(--mm-iconbar-size);position:absolute;top:0;left:0;bottom:0;z-index:2}.mm-menu_iconbar .mm-navbars_bottom,.mm-menu_iconbar .mm-navbars_top,.mm-menu_iconbar .mm-panels{left:44px;left:var(--mm-iconbar-size)}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:11px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu{--mm-iconpanel-size:44px}.mm-panel_iconpanel-1,.mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 1));width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2,.mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 2));width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3,.mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 3));width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel,.mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - 44px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{outline:0;background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{border-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-navbars_top{border-bottom-style:solid;border-bottom-width:1px;top:0;bottom:auto}.mm-menu_navbar_top-1 .mm-panels{top:44px;top:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_top-2 .mm-panels{top:88px;top:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_top-3 .mm-panels{top:132px;top:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_top-4 .mm-panels{top:176px;top:calc(var(--mm-navbar-size) * 4)}.mm-navbars_bottom{border-top-style:solid;border-top-width:1px;bottom:0;top:auto}.mm-menu_navbar_bottom-1 .mm-panels{bottom:44px;bottom:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_bottom-2 .mm-panels{bottom:88px;bottom:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_bottom-3 .mm-panels{bottom:132px;bottom:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_bottom-4 .mm-panels{bottom:176px;bottom:calc(var(--mm-navbar-size) * 4)}.mm-navbar_size-2{height:88px;height:calc(var(--mm-navbar-size) * 2)}.mm-navbar_size-3{height:132px;height:calc(var(--mm-navbar-size) * 3)}.mm-navbar_size-4{height:176px;height:calc(var(--mm-navbar-size) * 4)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 20px}.mm-navbar__breadcrumbs>*{display:inline-block;padding-right:6px;padding-top:12px;padding-top:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-bottom:12px;padding-bottom:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5)}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar_has-btns .mm-navbar__breadcrumbs{margin-left:-44px}.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{margin-left:0;padding-left:0}.mm-navbar__tab_selected{background:inherit!important;color:inherit!important;border-width:1px;border-style:solid;border-color:inherit}.mm-navbar__tab_selected:first-child{border-left:none}.mm-navbar__tab_selected:last-child{border-right:none}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:inherit!important;color:inherit!important}.mm-navbars_top .mm-navbar_tabs:not(:last-child){border-bottom-width:1px;border-bottom-style:solid}.mm-navbars_top .mm-navbar__tab_selected{border-bottom:none;margin-bottom:-1px}.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected{border-top:none}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:inherit;color:inherit}.mm-navbars_bottom .mm-navbar_tabs:not(:first-child){border-top-width:1px;border-top-style:solid}.mm-navbars_bottom .mm-navbar__tab_selected{border-top:none;margin-top:-1px}.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected{border-bottom:none}.mm-navbar_tabs>a:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed)}.mm-searchfield{height:44px;height:var(--mm-navbar-size);padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.mm-searchfield input{border:none!important;outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:4px;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);color:rgba(0,0,0,.75);color:var(--mm-color-text);font:inherit;font-size:inherit;line-height:35.2px;line-height:calc(var(--mm-navbar-size) * .7);display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%;height:24px;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{padding:6.6px 10px 0 10px;padding-top:calc(var(--mm-navbar-size) * .15);position:relative}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;padding:44px 0}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__input{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%}.mm-searchfield__cancel{line-height:44px;line-height:var(--mm-navbar-size);text-decoration:none;display:block;padding-right:10px;margin-right:-100px;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-panel>.mm-searchfield{width:100%;position:absolute;top:0;left:0}.mm-panel_has-searchfield{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_has-navbar.mm-panel_has-searchfield{padding-top:88px;padding-top:calc(var(--mm-navbar-size) * 2)}.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield{top:44px;top:var(--mm-navbar-size)}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:15;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panels{-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease}.mm-menu_has-sectionindexer .mm-sectionindexer{right:0}.mm-menu_has-sectionindexer .mm-panels{right:20px}.mm-menu_navbar_top-1 .mm-sectionindexer{top:46px;top:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_top-2 .mm-sectionindexer{top:90px;top:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_top-3 .mm-sectionindexer{top:134px;top:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_top-4 .mm-sectionindexer{top:178px;top:calc((var(--mm-navbar-size) * 4) + 2px)}.mm-menu_navbar_bottom-1 .mm-sectionindexer{bottom:46px;bottom:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_bottom-2 .mm-sectionindexer{bottom:90px;bottom:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_bottom-3 .mm-sectionindexer{bottom:134px;bottom:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_bottom-4 .mm-sectionindexer{bottom:178px;bottom:calc((var(--mm-navbar-size) * 4) + 2px)}.mm-menu_selected-hover .mm-listitem>.mm-listitem__btn,.mm-menu_selected-hover .mm-listitem>.mm-listitem__text,.mm-menu_selected-parent .mm-listitem>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem>.mm-listitem__text{-webkit-transition:background .4s ease;-o-transition:background .4s ease;transition:background .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected .mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu,.mm-slideout{--mm-sidebar-collapsed-size:44px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:block!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 44px);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(44px,0,0);transform:translate3d(44px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{border-right-width:1px;border-right-style:solid;min-width:0!important;max-width:100000px!important}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}label.mm-toggle{border-radius:34px;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:5px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2)}label.mm-toggle:before{content:'';display:block;border-radius:34px;width:32px;height:32px;margin:1px}input.mm-toggle{position:absolute;left:-10000px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-toggle{background:rgba(0,0,0,.1);background:var(--mm-color-border)}label.mm-toggle:before{background:#f3f3f3;background:var(--mm-color-background)}input.mm-toggle:checked~label.mm-toggle{background:#4bd963}label.mm-check{width:34px;height:34px}label.mm-check:before{border-color:rgba(0,0,0,.75);border-color:var(--mm-color-text);content:'';display:block;border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check{position:absolute;left:-10000px}input.mm-check:checked~label.mm-check:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after,.mm-panel_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after,.mm-panel_border-full .mm-listitem:after{left:0!important}.mm-menu_border-offset .mm-listitem:after,.mm-panel_border-offset .mm-listitem:after{right:20px}.mm-menu_fx-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.mm-wrapper_opening .mm-menu_fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-wrapper_opening .mm-menu_fx-menu-fade{opacity:1}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel,.mm-panel_fx-zoom{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,.mm-panel_fx-zoom.mm-panel_opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,.mm-panel_fx-zoom.mm-panel_opened-parent{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-slide-0.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,.mm-panel_fx-slide-100.mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-up .mm-panel,.mm-panel_fx-slide-up{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu_fx-panels-slide-up .mm-panel_opened,.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,.mm-panel_fx-slide-up.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-right .mm-panel,.mm-panel_fx-slide-right{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-right .mm-panel_opened,.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,.mm-panel_fx-slide-right.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[class*=mm-menu_fx-listitems-] .mm-listitem{-webkit-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1){-webkit-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2){-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3){-webkit-transition-delay:150ms;-o-transition-delay:150ms;transition-delay:150ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5){-webkit-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7){-webkit-transition-delay:350ms;-o-transition-delay:350ms;transition-delay:350ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9){-webkit-transition-delay:450ms;-o-transition-delay:450ms;transition-delay:450ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11){-webkit-transition-delay:550ms;-o-transition-delay:550ms;transition-delay:550ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13){-webkit-transition-delay:650ms;-o-transition-delay:650ms;transition-delay:650ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15){-webkit-transition-delay:750ms;-o-transition-delay:750ms;transition-delay:750ms}.mm-menu_fx-listitems-slide .mm-listitem{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu_fx-listitems-fade .mm-listitem{-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem{opacity:1}.mm-menu_fx-listitems-drop .mm-listitem{-webkit-transition-property:opacity,top;-o-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem{opacity:1;top:0}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel:after,.mm-menu_listview-justify .mm-panels>.mm-panel:before,.mm-panels>.mm-panel_listview-justify:after,.mm-panels>.mm-panel_listview-justify:before{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,.mm-panels>.mm-panel_listview-justify .mm-listview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,.mm-panels>.mm-panel_listview-justify .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:44px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text,.mm-panels>.mm-panel_listview-justify .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text,.mm-panel_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow);content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-listitem_divider,.mm-panel_tileview .mm-listitem_divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}body.modal-open .mm-slideout{z-index:unset}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-no-margins img.mfp-img{padding:0}.mfp-no-margins .mfp-figure:after{top:0;bottom:0}.mfp-no-margins .mfp-container{padding:0}.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.my-mfp-slide-bottom .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-ms-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0)}.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:.8}.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-ms-touch-action:pan-y;touch-action:pan-y}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;-webkit-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:0}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.2);box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;-o-transition:none;transition:none}.has-image .fancybox__content{padding:0;background:0 0;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:0 0}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid var(--fancybox-accent-color,rgba(1,210,232,.94));opacity:0;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(8.1%,rgba(0,0,0,.006)),color-stop(15.5%,rgba(0,0,0,.021)),color-stop(22.5%,rgba(0,0,0,.046)),color-stop(29%,rgba(0,0,0,.077)),color-stop(35.3%,rgba(0,0,0,.114)),color-stop(41.2%,rgba(0,0,0,.155)),color-stop(47.1%,rgba(0,0,0,.198)),color-stop(52.9%,rgba(0,0,0,.242)),color-stop(58.8%,rgba(0,0,0,.285)),color-stop(64.7%,rgba(0,0,0,.326)),color-stop(71%,rgba(0,0,0,.363)),color-stop(77.5%,rgba(0,0,0,.394)),color-stop(84.5%,rgba(0,0,0,.419)),color-stop(91.9%,rgba(0,0,0,.434)),to(rgba(0,0,0,.44)));background:-o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);padding:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,.94));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;-o-transition-property:transform,opacity,height;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:Inter;font-display:swap;font-weight:300;font-style:normal;src:url(../fonts/InterLight/Inter-LightBETA.woff2) format("woff2"),url(../fonts/InterLight/Inter-LightBETA.woff) format("woff")}@font-face{font-family:Inter;font-display:swap;font-weight:400;font-style:normal;src:url(../fonts/InterRegular/Inter-Regular.woff2) format("woff2"),url(../fonts/InterRegular/Inter-Regular.woff) format("woff")}@font-face{font-family:Inter;font-display:swap;font-weight:500;font-style:normal;src:url(../fonts/InterMedium/Inter-Medium.woff2) format("woff2"),url(../fonts/InterMedium/Inter-Medium.woff) format("woff")}@font-face{font-family:Inter;font-display:swap;font-weight:600;font-style:normal;src:url(../fonts/InterSemibold/Inter-SemiBold.woff2) format("woff2"),url(../fonts/InterSemibold/Inter-SemiBold.woff) format("woff")}@font-face{font-family:Inter;font-display:swap;font-weight:700;font-style:normal;src:url(../fonts/InterBold/Inter-Bold.woff2) format("woff2"),url(../fonts/InterBold/Inter-Bold.woff) format("woff")}@font-face{font-family:Inter;font-display:swap;font-weight:800;font-style:normal;src:url(../fonts/InterExtrabold/Inter-ExtraBold.woff2) format("woff2"),url(../fonts/InterExtrabold/Inter-ExtraBold.woff) format("woff")}::-webkit-input-placeholder{color:#333}::-moz-placeholder{color:#333}:-ms-input-placeholder{color:#333}::-ms-input-placeholder{color:#333}::placeholder{color:#333}:-ms-input-placeholder,::-ms-input-placeholder{color:#333}body input:focus:required:invalid,body textarea:focus:required:invalid{color:#666}body input:required:valid,body textarea:required:valid{color:#666}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-track{background-color:#f1f1f1}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1;border:3px solid #f1f1f1}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}:root{--padding:15px;--max-width:1490px}.att-sect__container,.best-sect__container,.clinic-sect__container,.comp-sect__container,.desc-sect__container,.disc-sect__container,.dms-sect__container,.docs-sect__container,.doctors-sect__container,.faq-sect__container,.find-sect__container,.info-sect__container,.lic-sect__container,.main-footer__container,.main-header__container,.main-nav__container,.main-sect__container,.pop-sect__container,.price-sect__container,.rec-sect__container,.recep-sect__container,.recom-sect__container,.rev-sect__container,.search-sect__container,.sserv-sect__container{width:100%;max-width:calc(var(--max-width) + (2 * var(--padding)));margin:0 auto;padding:0 var(--padding)}html{text-rendering:optimizeLegibility}body{font-size:16px;min-width:320px;position:relative;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,Inter,Arial,sans-serif;overflow-x:hidden;font-weight:400;opacity:1;color:#1d2d45;height:auto;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fcfeff}h1,h2,h3,h4,h5{font-weight:400;margin:0}.h1,.h2,.h3,.h4,.h5{margin:0}li,ul{margin:0;padding:0;list-style-type:none}p{margin:0}label{margin:0;font-weight:400}a,button,input,select,textarea{font-family:inherit;font-size:inherit}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:0}a{text-decoration:none}a:active,a:focus,a:hover{text-decoration:none}.def-btn,a,button{-webkit-tap-highlight-color:transparent!important;-webkit-tap-highlight-color:transparent!important}.def-btn:active,.def-btn:focus,.def-btn:hover,a:active,a:focus,a:hover,button:active,button:focus,button:hover{outline:0!important;-webkit-tap-highlight-color:transparent!important;-webkit-tap-highlight-color:transparent!important}.hidden{display:none}[class$='--nowrap']{white-space:nowrap}[class$='--upper']{text-transform:uppercase}.call-dialog{background:#fff;padding:40px 30px;text-align:left;max-width:400px;margin:40px auto;position:relative;border-radius:10px}@media only screen and (max-width:480px){.call-dialog{padding:40px 20px}}.call-dialog__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.call-dialog__title{font-size:24px;line-height:1.2;font-weight:600;margin-bottom:20px;text-align:center}.call-dialog__input{margin-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.call-dialog__input input{border-radius:8px;height:50px;padding:0 15px 0 20px;border:1px solid rgba(29,45,69,.05);font-weight:300;color:#1d2d45}@media only screen and (max-width:480px){.call-dialog__input input{font-size:14px}}.call-dialog__submit{margin-top:10px;font-size:16px!important;height:52px!important}.def-arrow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;width:32px;height:32px;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:576px){.def-arrow{-webkit-box-flex:0;-ms-flex:0 0 28px;flex:0 0 28px;width:28px;height:28px}}.def-arrow img{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.def-bc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px 6px;line-height:1.2;color:#1d2d45;font-size:18px}@media only screen and (max-width:1200px){.def-bc{font-size:16px}}@media only screen and (max-width:992px){.def-bc{font-size:14px}}@media only screen and (max-width:360px){.def-bc{font-size:13px}}.def-bc li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:6px}.def-bc li::after{content:'–';display:inline-block}.def-bc li:last-child::after{display:none}.def-bc a{color:#9a9a9a;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.def-bc a:hover{color:#3a8fe6!important}.def-bc a:active,.def-bc a:focus{color:#9a9a9a}.def-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#3a8fe6;color:#fff;border:none;padding:5px 40px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:18px;font-weight:600;height:3.55556em;border-radius:10px;text-align:center;line-height:1.1;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.def-btn img{display:inline-block;height:auto;block-size:auto}.def-btn:hover{color:#fff;background-color:#2e5d93;-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.2);box-shadow:2px 2px 8px rgba(0,0,0,.2)}.def-btn:active,.def-btn:focus{color:#fff}.def-btn--gray{background-color:#d3dee9;color:#1d2d45}.def-btn--trs{background-color:transparent;color:#3a8fe6;border:1px solid #3a8fe6}.def-btn--trs:hover{border-color:#2e5d93;color:#fff!important}.def-btn--trs:active,.def-btn--trs:focus{color:#3a8fe6}.def-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5em;color:#9a9a9a;line-height:1.1;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.def-link svg{fill:currentColor;width:1.125em}.def-linka:hover{color:#3a8fe6!important}.def-linka:active,.def-linka:focus{color:#9a9a9a}.def-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.11111em;font-size:18px}@media only screen and (max-width:992px){.def-more{font-size:16px}}@media only screen and (max-width:576px){.def-more{font-size:14px}}.def-more::after,.def-more::before{content:'';display:block;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;height:1px;background-color:#f1f8fe}.def-more-link{display:inline-block;line-height:1.1;color:#1d2d45;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border:none;padding:0;background-color:transparent;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.def-more-link:hover{color:#3a8fe6!important}.def-more-link:active,.def-more-link:focus{color:#1d2d45}.def-more--white::after,.def-more--white::before{background-color:#fff}.def-title{text-align:center;line-height:1.15;text-transform:uppercase;font-weight:600;font-size:38px}@media only screen and (max-width:992px){.def-title{font-size:32px}}@media only screen and (max-width:768px){.def-title{font-size:30px;text-align:left;text-transform:none}}@media only screen and (max-width:480px){.def-title{font-size:28px}}.def-title--ttn{text-transform:none}.mm-navbar__title{font-weight:600;font-size:18px;color:#1d2d45!important}.mm-listview .mm-listitem__text{font-size:15px}.mob-menu__top .mm-listitem__text{font-size:16px;font-weight:500;color:#1d2d45}.mob-menu__bottom{margin-top:-5px!important}.mob-menu__bottom .mm-listitem__text{font-size:14px;color:#333;line-height:1.2;font-weight:300;padding-top:6px;padding-bottom:6px}.mob-menu__bottom .mm-listitem:after{display:none}.att-sect{padding:40px 0 45px;background-color:#2e5d93;background-repeat:no-repeat;background-position:center;background-size:cover}.att-sect__title{color:#fff;margin-bottom:32px}@media only screen and (max-width:992px){.att-sect__title{margin-bottom:25px}}.att-sect__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}@media only screen and (max-width:1520px){.att-sect__items{grid-gap:20px}}@media only screen and (max-width:1200px){.att-sect__items{grid-gap:15px}}@media only screen and (max-width:768px){.att-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.att-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#2e5d93;background-repeat:no-repeat;background-position:0 0;background-size:cover;overflow:hidden;border-radius:10px;padding:25px 30px}@media only screen and (max-width:1520px){.att-sect__item{padding:20px}}@media only screen and (max-width:1200px){.att-sect__item{padding:15px}}@media only screen and (max-width:768px){.att-sect__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width:360px){.att-sect__item{padding:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.att-sect__item-img{display:block;position:relative;overflow:hidden;height:185px;border-radius:10px}@media only screen and (max-width:768px){.att-sect__item-img{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;width:120px;height:120px}}@media only screen and (max-width:360px){.att-sect__item-img{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px;width:110px;height:110px}}.att-sect__item-img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.att-sect__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;padding-top:15px;color:#fff;gap:10px}@media only screen and (max-width:768px){.att-sect__item-content{padding-left:25px;padding-top:0}}@media only screen and (max-width:576px){.att-sect__item-content{padding-left:15px}}.att-sect__item-title{font-size:21px;font-weight:600;line-height:1.2}@media only screen and (max-width:1520px){.att-sect__item-title{font-size:19px}}@media only screen and (max-width:1200px){.att-sect__item-title{font-size:17px}}@media only screen and (max-width:576px){.att-sect__item-title{font-size:16px}}@media only screen and (max-width:480px){.att-sect__item-title{font-size:15px}}.att-sect__item-text{line-height:1.3;font-weight:300}@media only screen and (max-width:1200px){.att-sect__item-text{font-size:14px}}@media only screen and (max-width:576px){.att-sect__item-text{font-size:13px}}@media only screen and (max-width:480px){.att-sect__item-text{font-size:12px}}.att-sect__labels{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px}@media only screen and (max-width:1200px){.att-sect__labels{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.att-sect__labels{grid-gap:10px}}@media only screen and (max-width:576px){.att-sect__labels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.att-sect__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px;color:#fff;font-weight:300;border-radius:10px;background-repeat:no-repeat;background-position:0 0;background-size:100% 100%;background-color:#2e5d93;padding:15px}@media only screen and (max-width:1520px){.att-sect__label{padding:10px;gap:20px}}@media only screen and (max-width:992px){.att-sect__label{gap:15px}}.att-sect__label-img{-webkit-box-flex:0;-ms-flex:0 0 146px;flex:0 0 146px;position:relative;overflow:hidden;border-radius:10px;aspect-ratio:1/1}@media only screen and (max-width:992px){.att-sect__label-img{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}}@media only screen and (max-width:768px){.att-sect__label-img{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px}}@media only screen and (max-width:360px){.att-sect__label-img{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px}}.att-sect__label-img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.att-sect__label-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:7px;line-height:1.25}@media only screen and (max-width:992px){.att-sect__label-content{font-size:14px}}@media only screen and (max-width:768px){.att-sect__label-content{font-size:12px}}@media only screen and (max-width:360px){.att-sect__label-content{font-size:11px}}.att-sect__label-title{font-size:1.125em;font-weight:500}.best-sect{padding:75px 0;color:#fff;background-color:#2e5d93;background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden}@media only screen and (max-width:992px){.best-sect{padding:45px 0}}@media only screen and (max-width:768px){.best-sect{padding:35px 0}}.best-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:768px){.best-sect__content{display:block;font-size:15px;line-height:1.25;font-weight:300}}@media only screen and (max-width:576px){.best-sect__content{font-size:14px}}.best-sect__text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;font-size:16px;line-height:1.25;font-weight:300;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (max-width:992px){.best-sect__text{font-size:15px}}@media only screen and (max-width:768px){.best-sect__text{display:contents}}@media only screen and (max-width:576px){.best-sect__text{font-size:14px}}.best-sect__text-title{font-size:1.3125em;font-weight:400}@media only screen and (max-width:768px){.best-sect__text-title{margin-bottom:15px}}@media only screen and (max-width:480px){.best-sect__text-title{font-size:17px}}@media only screen and (max-width:768px){.best-sect__text p{margin-bottom:15px}}.best-sect__text p:last-child{margin-bottom:0}.best-sect__title{text-align:left}@media only screen and (max-width:768px){.best-sect__title{margin-bottom:15px}}.best-sect__items{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:20px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media only screen and (max-width:992px){.best-sect__items{gap:10px}}@media only screen and (max-width:768px){.best-sect__items{float:right;margin-left:15px;margin-bottom:10px}}@media only screen and (max-width:480px){.best-sect__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.best-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;border-radius:10px;background-color:rgba(232,243,252,.2);border:1px solid rgba(247,247,247,.5)}.best-sect__item img{display:inline-block;height:auto;block-size:auto;max-width:100%;max-inline-size:100%;-webkit-transform:translateY(-6%);-ms-transform:translateY(-6%);transform:translateY(-6%)}@media only screen and (max-width:992px){.best-sect__item img{width:70px}}@media only screen and (max-width:576px){.best-sect__item img{width:55px}}.clinic-sect{padding:35px 0 45px;overflow:hidden}@media only screen and (max-width:992px){.clinic-sect{padding:30px 0 20px}}@media only screen and (max-width:576px){.clinic-sect{padding:25px 0 35px}}.clinic-sect__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:15px 20px;margin-bottom:40px}@media only screen and (max-width:992px){.clinic-sect__head{margin-bottom:30px}}@media only screen and (max-width:768px){.clinic-sect__head{margin-bottom:25px}}.clinic-sect__title{text-align:left}.clinic-sect__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-left:auto}@media only screen and (max-width:992px){.clinic-sect__tabs{width:100%}}@media only screen and (max-width:480px){.clinic-sect__tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.clinic-sect__tab{height:60px;padding:5px 25px;color:#1d2d45;border-color:rgba(29,45,69,.05);font-weight:500}@media only screen and (max-width:992px){.clinic-sect__tab{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;padding:5px 15px;height:50px;font-size:16px}}@media only screen and (max-width:768px){.clinic-sect__tab{font-size:14px;height:44px}}@media only screen and (max-width:480px){.clinic-sect__tab{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.clinic-sect__tab:hover{background-color:transparent;color:#3a8fe6!important;border-color:#3a8fe6;-webkit-box-shadow:none;box-shadow:none}.clinic-sect__tab.active{color:#fff!important;background-color:#3a8fe6!important;border-color:#3a8fe6;pointer-events:none}.clinic-sect__main{display:none}.clinic-sect__main.active{display:block}.clinic-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:45px}@media only screen and (max-width:1520px){.clinic-sect__content{gap:25px}}@media only screen and (max-width:992px){.clinic-sect__content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.clinic-sect__sliders{-webkit-box-flex:0;-ms-flex:0 0 560px;flex:0 0 560px;width:560px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;--bdrs:10px}@media only screen and (max-width:1200px){.clinic-sect__sliders{-webkit-box-flex:0;-ms-flex:0 0 420px;flex:0 0 420px;width:420px}}@media only screen and (max-width:768px){.clinic-sect__sliders{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}}@media only screen and (max-width:576px){.clinic-sect__sliders{border-radius:10px;gap:10px}}.clinic-sect__slider{width:100%;position:relative}.clinic-sect__slider .swiper-slide{position:relative;overflow:hidden;border-radius:var(--bdrs,15px);min-height:200px}.clinic-sect__slider .swiper-slide::before{content:'';display:block;padding-top:58%}.clinic-sect__slider .swiper-slide img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.clinic-sect__slider-next,.clinic-sect__slider-prev{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:2;top:50%;width:60px;height:60px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(255,255,255,.8);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.clinic-sect__slider-next,.clinic-sect__slider-prev{width:50px;height:50px}}@media only screen and (max-width:992px){.clinic-sect__slider-next,.clinic-sect__slider-prev{width:46px;height:46px}}@media only screen and (max-width:576px){.clinic-sect__slider-next,.clinic-sect__slider-prev{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;height:40px}}.clinic-sect__slider-next:hover,.clinic-sect__slider-prev:hover{background-color:#fff}.clinic-sect__slider-next:active,.clinic-sect__slider-next:focus,.clinic-sect__slider-prev:active,.clinic-sect__slider-prev:focus{outline:0}.clinic-sect__slider-prev{left:-30px}@media only screen and (max-width:1520px){.clinic-sect__slider-prev{left:-20px}}@media only screen and (max-width:1200px){.clinic-sect__slider-prev{left:-15px}}.clinic-sect__slider-next{right:-30px}@media only screen and (max-width:1520px){.clinic-sect__slider-next{right:-20px}}@media only screen and (max-width:1200px){.clinic-sect__slider-next{right:-15px}}.clinic-sect__slider-next img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.clinic-sect__tslider{width:100%}.clinic-sect__tslider .swiper-slide{position:relative;overflow:hidden;border-radius:var(--bdrs,15px);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clinic-sect__tslider .swiper-slide::before{content:'';display:block;padding-top:58%}.clinic-sect__tslider .swiper-slide img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.clinic-sect__info{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px;padding-top:15px}@media only screen and (max-width:1200px){.clinic-sect__info{gap:25px;padding-top:10px}}@media only screen and (max-width:992px){.clinic-sect__info{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.clinic-sect__info-title{font-size:26px;line-height:1.15;font-weight:600}@media only screen and (max-width:1200px){.clinic-sect__info-title{font-size:22px}}.clinic-sect__info-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px 20px}.clinic-sect__info-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:360px){.clinic-sect__info-item{width:100%}}.clinic-sect__info-item img{display:inline-block;height:auto;block-size:auto;max-width:100%;max-inline-size:100%}@media only screen and (max-width:1200px){.clinic-sect__info-item img{width:160px}}@media only screen and (max-width:360px){.clinic-sect__info-item img{width:100%;max-width:200px}}.clinic-sect__info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;font-weight:300;line-height:1.25}@media only screen and (max-width:1200px){.clinic-sect__info-text{font-size:14px}}.clinic-sect__info-text h4{font-size:1.125em;font-weight:500}.clinic-sect__info-place{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px}@media only screen and (max-width:1200px){.clinic-sect__info-place{font-size:14px}}.clinic-sect__info-place-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.clinic-sect__info-place-icon img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.clinic-sect__info-place-icon img{width:36px}}.clinic-sect__info-place-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.clinic-sect__info-place .disc-sect__slide-more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.clinic-sect--bg{background-color:#f1f8fe}.comp-sect{padding:20px 0 80px;background-color:#f1f8fe}@media only screen and (max-width:992px){.comp-sect{padding:15px 0 40px}}.comp-sect__title{text-align:left;margin-bottom:32px}@media only screen and (max-width:992px){.comp-sect__title{margin-bottom:20px}}.comp-sect__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:35px}@media only screen and (max-width:1520px){.comp-sect__items{grid-gap:20px}}@media only screen and (max-width:1200px){.comp-sect__items{grid-gap:10px}}@media only screen and (max-width:992px){.comp-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.comp-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border-radius:15px;padding:35px;padding-top:20px;border:1px solid #fff;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.comp-sect__item{padding:20px}}.comp-sect__item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:10px;margin-bottom:10px;font-weight:600;font-size:24px;line-height:1.2}@media only screen and (max-width:1520px){.comp-sect__item-title{font-size:20px}}@media only screen and (max-width:480px){.comp-sect__item-title{font-size:18px}}.comp-sect__item-title img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:992px){.comp-sect__item-title img{width:70px}}.comp-sect__item-text{font-size:14px;margin-bottom:20px}.comp-sect__item-text:last-child{margin-bottom:0}.comp-sect__item-table{margin-bottom:30px;display:table;width:100%;margin-top:auto}@media only screen and (max-width:1520px){.comp-sect__item-table{font-size:14px}}@media only screen and (max-width:576px){.comp-sect__item-table{font-size:12px}}.comp-sect__item-table:last-child{margin-bottom:0}.comp-sect__item-table-row{display:table-row}.comp-sect__item-table-row span,.comp-sect__item-table-row strong{display:table-cell;padding-bottom:20px;font-weight:500}.comp-sect__item-table-row span{white-space:nowrap;padding-right:10px}.comp-sect__item-table-row strong{color:#3a8fe6}.comp-sect__item-table-row:last-child span,.comp-sect__item-table-row:last-child strong{padding-bottom:0}.comp-sect__item-btn{-ms-flex-item-align:start;align-self:flex-start}@media only screen and (max-width:1200px){.comp-sect__item-btn{font-size:16px}}@media only screen and (max-width:480px){.comp-sect__item-btn{padding:4px 10px;width:100%}}.comp-sect__item:hover{border-color:#3a8fe6;-webkit-box-shadow:38.891px 38.891px 49px 0 rgba(58,143,230,.3);box-shadow:38.891px 38.891px 49px 0 rgba(58,143,230,.3)}.desc-sect{padding:50px 0 40px}@media only screen and (max-width:992px){.desc-sect{padding:35px 0}}.desc-sect__title{margin-bottom:30px;text-align:left}@media only screen and (max-width:768px){.desc-sect__title{margin-bottom:20px}}.desc-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:45px;margin-bottom:45px}@media only screen and (max-width:1520px){.desc-sect__content{gap:30px}}@media only screen and (max-width:992px){.desc-sect__content{gap:25px 20px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:35px}}@media only screen and (max-width:576px){.desc-sect__content{gap:20px;margin-bottom:30px}}.desc-sect__content:last-child{margin-bottom:0}.desc-sect__img{-ms-flex-item-align:start;align-self:flex-start;position:relative;overflow:hidden;border-radius:10px;-webkit-box-flex:0;-ms-flex:0 0 410px;flex:0 0 410px}@media only screen and (max-width:1200px){.desc-sect__img{-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px}}@media only screen and (max-width:992px){.desc-sect__img{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}}@media only screen and (max-width:768px){.desc-sect__img{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}}@media only screen and (max-width:576px){.desc-sect__img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.desc-sect__img::before{content:'';display:block;padding-top:80%}.desc-sect__img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.desc-sect__text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px;font-size:21px;line-height:1.2}@media only screen and (max-width:1520px){.desc-sect__text{font-size:19px}}@media only screen and (max-width:1200px){.desc-sect__text{gap:20px;font-size:18px}}@media only screen and (max-width:992px){.desc-sect__text{font-size:16px}}@media only screen and (max-width:768px){.desc-sect__text{font-size:14px}}.desc-sect__text strong{font-weight:600}.desc-sect__text-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}@media only screen and (max-width:360px){.desc-sect__text-columns{gap:20px}}.desc-sect__text .def-title{text-align:left}.desc-sect__text-column{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}@media only screen and (max-width:360px){.desc-sect__text-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.desc-sect__text-title{font-size:1.14286em;font-weight:600;line-height:1.1}.desc-sect__text ul{line-height:1.3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}@media only screen and (max-width:992px){.desc-sect__text ul{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}}.desc-sect__text ul li{font-size:.85714em}.desc-sect__text ul li::before{content:'•';display:inline-block;margin-right:5px}@media only screen and (max-width:992px){.desc-sect--main .desc-sect__img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.desc-sect--main .desc-sect__img::before{padding-top:112%}@media only screen and (max-width:992px){.desc-sect--main .desc-sect__text{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.disc-sect{padding:65px 0 35px;overflow:hidden}@media only screen and (max-width:992px){.disc-sect{padding:35px 0 30px}}@media only screen and (max-width:768px){.disc-sect{padding:35px 0 20px}}.disc-sect__title{margin-bottom:44px}@media only screen and (max-width:992px){.disc-sect__title{margin-bottom:30px}}@media only screen and (max-width:768px){.disc-sect__title{margin-bottom:20px}}.disc-sect__slider{position:relative}.disc-sect__slider-next,.disc-sect__slider-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:2;top:50%;width:60px;height:60px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(255,255,255,.8);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.disc-sect__slider-next,.disc-sect__slider-prev{width:50px;height:50px}}@media only screen and (max-width:992px){.disc-sect__slider-next,.disc-sect__slider-prev{width:46px;height:46px}}.disc-sect__slider-next.swiper-button-lock,.disc-sect__slider-prev.swiper-button-lock{display:none}.disc-sect__slider-next:hover,.disc-sect__slider-prev:hover{background-color:#fff}.disc-sect__slider-next:active,.disc-sect__slider-next:focus,.disc-sect__slider-prev:active,.disc-sect__slider-prev:focus{outline:0}.disc-sect__slider-prev{left:-30px}@media only screen and (max-width:1520px){.disc-sect__slider-prev{left:-20px}}@media only screen and (max-width:1200px){.disc-sect__slider-prev{left:-15px}}.disc-sect__slider-next{right:-30px}@media only screen and (max-width:1520px){.disc-sect__slider-next{right:-20px}}@media only screen and (max-width:1200px){.disc-sect__slider-next{right:-15px}}.disc-sect__slider-next img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.disc-sect__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;overflow:hidden;background-color:#f1f8fe;border-radius:10px;background-repeat:no-repeat;background-position:0 0;background-size:100% 100%}.disc-sect__slide-img{position:relative;overflow:hidden;height:200px}@media only screen and (max-width:768px){.disc-sect__slide-img{height:160px}}@media only screen and (max-width:576px){.disc-sect__slide-img{height:190px}}@media only screen and (max-width:480px){.disc-sect__slide-img{height:160px}}@media only screen and (max-width:360px){.disc-sect__slide-img{height:170px}}.disc-sect__slide-img>img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.disc-sect__slide-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:1;top:12px;right:12px;background-color:#3a8fe6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;line-height:1;width:58px;height:58px;border-radius:50%;font-size:26px;font-weight:500}@media only screen and (max-width:992px){.disc-sect__slide-icon{top:10px;right:10px;width:40px;height:40px;font-size:22px}}@media only screen and (max-width:768px){.disc-sect__slide-icon{top:6px;right:6px;width:32px;height:32px;font-size:19px}}@media only screen and (max-width:576px){.disc-sect__slide-icon{display:none}}.disc-sect__slide-icon img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:992px){.disc-sect__slide-icon img{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}}@media only screen and (max-width:768px){.disc-sect__slide-icon img{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}}.disc-sect__slide-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}@media only screen and (max-width:1200px){.disc-sect__slide-content{padding:20px;padding-bottom:25px}}@media only screen and (max-width:768px){.disc-sect__slide-content{padding:15px;padding-bottom:20px}}@media only screen and (max-width:576px){.disc-sect__slide-content{padding-bottom:35px}}@media only screen and (max-width:480px){.disc-sect__slide-content{padding:10px 15px;padding-bottom:35px}}.disc-sect__slide-title{font-weight:600;margin-bottom:10px;line-height:1.2;font-size:21px}@media only screen and (max-width:1520px){.disc-sect__slide-title{font-size:19px}}@media only screen and (max-width:1200px){.disc-sect__slide-title{font-size:18px}}@media only screen and (max-width:768px){.disc-sect__slide-title{font-size:16px}}.disc-sect__slide-text{margin-bottom:20px;line-height:1.25;font-weight:300}@media only screen and (max-width:1200px){.disc-sect__slide-text{font-size:14px}}@media only screen and (max-width:768px){.disc-sect__slide-text{font-size:13px}}@media only screen and (max-width:576px){.disc-sect__slide-text{margin-bottom:0}}.disc-sect__slide-text span{white-space:nowrap}.disc-sect__slide-more{-ms-flex-item-align:start;align-self:flex-start}@media only screen and (max-width:1200px){.disc-sect__slide-more{font-size:14px}}@media only screen and (max-width:768px){.disc-sect__slide-more{font-size:13px}}@media only screen and (max-width:576px){.disc-sect__slide-more{display:none}}.disc-sect__slide-bmore{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#3a8fe6;width:36px;height:36px;position:absolute;z-index:1;bottom:-2px;right:-2px;border:5px solid #fff;border-radius:50%;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.disc-sect__slide-bmore svg{fill:currentColor;width:14px}@media only screen and (max-width:576px){.disc-sect__slide-bmore{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.disc-sect__slide-bmore:active,.disc-sect__slide-bmore:focus{color:#fff}.disc-sect--popular{padding:40px 0 50px;background-color:#f1f8fe}@media only screen and (max-width:992px){.disc-sect--popular{padding:25px 0 35px}}.disc-sect--popular .disc-sect__slide-content{background-color:#f5f9fe}@media only screen and (max-width:576px){.disc-sect--popular .disc-sect__slide-title{font-size:15px}}.disc-sect--trs{background-color:transparent}.dms-sect{padding:40px 0 65px}@media only screen and (max-width:992px){.dms-sect{padding:35px 0 40px}}@media only screen and (max-width:576px){.dms-sect{padding:35px 0;background-color:#f1f8fe}}.dms-sect__head{margin-bottom:40px}@media only screen and (max-width:992px){.dms-sect__head{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}}@media only screen and (max-width:576px){.dms-sect__head{margin-bottom:20px}}@media only screen and (max-width:992px){.dms-sect__title{text-align:left;text-transform:none}}.dms-sect__ctrls{display:none;gap:10px;margin-left:auto}@media only screen and (max-width:992px){.dms-sect__ctrls{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}@media only screen and (max-width:992px){.dms-sect__slider{margin-right:-15px}}.dms-sect__slider .swiper-wrapper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:15px}@media only screen and (max-width:992px){.dms-sect__slider .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.dms-sect__slider-next,.dms-sect__slider-prev{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:50%;background-color:#f1f8fe;-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;width:48px;height:48px}@media only screen and (max-width:576px){.dms-sect__slider-next,.dms-sect__slider-prev{background-color:#fcfeff}}@media only screen and (max-width:480px){.dms-sect__slider-next,.dms-sect__slider-prev{-webkit-box-flex:0;-ms-flex:0 0 38px;flex:0 0 38px;width:38px;height:38px}}.dms-sect__slider-next img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dms-sect__slide{min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:10px}@media only screen and (max-width:992px){.dms-sect__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media only screen and (max-width:768px){.dms-sect__slide{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px}}@media only screen and (max-width:576px){.dms-sect__slide{-webkit-box-flex:0;-ms-flex:0 0 190px;flex:0 0 190px;width:190px}}@media only screen and (max-width:480px){.dms-sect__slide{-webkit-box-flex:0;-ms-flex:0 0 160px;flex:0 0 160px;width:160px}}.dms-sect__slide img{display:inline-block;height:auto;block-size:auto;max-width:100%;max-inline-size:100%}.docs-sect{padding:60px 0}@media only screen and (max-width:992px){.docs-sect{padding:30px 0 40px}}.docs-sect__title{text-align:left;margin-bottom:32px}@media only screen and (max-width:992px){.docs-sect__title{margin-bottom:20px}}.docs-sect__slider{position:relative}.docs-sect__slider-next,.docs-sect__slider-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:2;top:50%;width:60px;height:60px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(255,255,255,.8);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.docs-sect__slider-next,.docs-sect__slider-prev{width:50px;height:50px}}@media only screen and (max-width:992px){.docs-sect__slider-next,.docs-sect__slider-prev{width:46px;height:46px}}.docs-sect__slider-next.swiper-button-lock,.docs-sect__slider-prev.swiper-button-lock{display:none}.docs-sect__slider-next:hover,.docs-sect__slider-prev:hover{background-color:#fff}.docs-sect__slider-next:active,.docs-sect__slider-next:focus,.docs-sect__slider-prev:active,.docs-sect__slider-prev:focus{outline:0}.docs-sect__slider-prev{left:-30px}@media only screen and (max-width:1520px){.docs-sect__slider-prev{left:-20px}}@media only screen and (max-width:1200px){.docs-sect__slider-prev{left:-15px}}.docs-sect__slider-next{right:-30px}@media only screen and (max-width:1520px){.docs-sect__slider-next{right:-20px}}@media only screen and (max-width:1200px){.docs-sect__slider-next{right:-15px}}.docs-sect__slider-next img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.docs-sect__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;background-color:#f5f9fe;overflow:hidden;border-radius:10px}@media only screen and (max-width:480px){.docs-sect__slide{-webkit-box-flex:0;-ms-flex:0 0 270px;flex:0 0 270px;width:270px}}.docs-sect__slide-img{position:relative;background-color:#f1f8fe;height:290px}.docs-sect__slide-img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.docs-sect__slide-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 20px 25px;min-height:270px}@media only screen and (max-width:1200px){.docs-sect__slide-content{padding:20px 15px 20px}}@media only screen and (max-width:992px){.docs-sect__slide-content{min-height:inherit}}.docs-sect__slide-title{line-height:1.2;font-weight:600;font-size:21px;margin-bottom:5px}@media only screen and (max-width:1200px){.docs-sect__slide-title{font-size:19px}}.docs-sect__slide-text{line-height:1.3;font-size:14px;margin-bottom:25px}.docs-sect__slide-btn{margin-top:auto;padding:4px 25px;-ms-flex-item-align:start;align-self:flex-start;height:3.33333em}@media only screen and (max-width:1520px){.docs-sect__slide-btn{font-size:16px;padding:4px 20px}}.doctors-sect{padding:60px 0 45px}@media only screen and (max-width:992px){.doctors-sect{padding:40px 0}}@media only screen and (max-width:768px){.doctors-sect{padding:30px 0}}.doctors-sect__title{margin-bottom:32px}@media only screen and (max-width:992px){.doctors-sect__title{margin-bottom:25px}}@media only screen and (max-width:768px){.doctors-sect__title{margin-bottom:20px}}.doctors-sect__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin-bottom:40px;overflow-x:auto}@media only screen and (max-width:1520px){.doctors-sect__tabs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:-15px;padding-right:20px}}@media only screen and (max-width:992px){.doctors-sect__tabs{margin-bottom:30px}}@media only screen and (max-width:768px){.doctors-sect__tabs{margin-bottom:20px}}.doctors-sect__tabs::-webkit-scrollbar{width:0;height:0}.doctors-sect__tab{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 45px;white-space:nowrap;color:#1d2d45;border-radius:10px;border:1px solid rgba(29,45,69,.05);background-color:rgba(245,249,254,.2);font-size:18px;line-height:1.1;height:60px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1200px){.doctors-sect__tab{font-size:16px;padding:5px 25px}}@media only screen and (max-width:992px){.doctors-sect__tab{padding:5px 20px;height:48px}}@media only screen and (max-width:768px){.doctors-sect__tab{height:40px}}@media only screen and (max-width:480px){.doctors-sect__tab{font-size:14px}}.doctors-sect__tab:hover{border-color:rgba(58,143,230,.05);color:#3a8fe6!important}.doctors-sect__tab:active,.doctors-sect__tab:focus{color:#1d2d45}.doctors-sect__tab.active{color:#fff!important;background-color:#3a8fe6;border-color:#3a8fe6}.doctors-sect__content{display:none}.doctors-sect__content.active{display:block}.doctors-sect__items{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}@media only screen and (max-width:992px){.doctors-sect__items{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:576px){.doctors-sect__items{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.doctors-sect__items{grid-template-columns:repeat(auto-fit,minmax(155px,1fr));grid-gap:10px}}.doctors-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:10px;overflow:hidden;border:1px solid #f5f9fe;padding-top:10px}.doctors-sect__item-img{position:relative;overflow:hidden;background-repeat:no-repeat;background-position:0 0;background-size:100% 100%}.doctors-sect__item-img::before{content:'';display:block;padding-top:98%}.doctors-sect__item-img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom}.doctors-sect__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;background-color:#f1f8fe;padding:20px 30px;min-height:150px}@media only screen and (max-width:1520px){.doctors-sect__item-content{padding:20px 15px;padding-left:20px;min-height:130px}}@media only screen and (max-width:1200px){.doctors-sect__item-content{padding:20px 15px}}@media only screen and (max-width:992px){.doctors-sect__item-content{padding-left:20px}}@media only screen and (max-width:768px){.doctors-sect__item-content{padding-left:15px}}@media only screen and (max-width:480px){.doctors-sect__item-content{padding:15px 10px}}@media only screen and (max-width:360px){.doctors-sect__item-content{min-height:inherit}}.doctors-sect__item-name{display:block;font-size:21px;line-height:1.2;font-weight:600;color:#1d2d45;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.doctors-sect__item-name{font-size:18px}}@media only screen and (max-width:1200px){.doctors-sect__item-name{font-size:16px}}@media only screen and (max-width:992px){.doctors-sect__item-name{font-size:18px}}@media only screen and (max-width:768px){.doctors-sect__item-name{font-size:16px}}@media only screen and (max-width:576px){.doctors-sect__item-name{font-size:18px}}@media only screen and (max-width:480px){.doctors-sect__item-name{font-size:16px}}@media only screen and (max-width:360px){.doctors-sect__item-name{font-size:15px}}.doctors-sect__item-namea:hover{color:#3a8fe6!important}.doctors-sect__item-namea:active,.doctors-sect__item-namea:focus{color:#1d2d45}.doctors-sect__item-desc{font-size:16px;line-height:1.2;font-weight:300}@media only screen and (max-width:1520px){.doctors-sect__item-desc{font-size:14px}}@media only screen and (max-width:1200px){.doctors-sect__item-desc{font-size:13px}}@media only screen and (max-width:992px){.doctors-sect__item-desc{font-size:15px}}@media only screen and (max-width:768px){.doctors-sect__item-desc{font-size:13px}}@media only screen and (max-width:576px){.doctors-sect__item-desc{font-size:14px}}@media only screen and (max-width:480px){.doctors-sect__item-desc{font-size:13px}}.doctors-sect__more{margin-top:40px}@media only screen and (max-width:992px){.doctors-sect__more{margin-top:25px}}.faq-sect{padding:55px 0 30px}@media only screen and (max-width:992px){.faq-sect{padding:35px 0 25px}}.faq-sect__title{margin-bottom:34px}@media only screen and (max-width:992px){.faq-sect__title{margin-bottom:25px}}@media only screen and (max-width:576px){.faq-sect__title{margin-bottom:20px}}.faq-sect__items{display:grid;grid-template-columns:repeat(2,1fr);-webkit-box-align:start;-ms-flex-align:start;align-items:start;grid-gap:15px 20px}@media only screen and (max-width:1200px){.faq-sect__items{grid-gap:15px}}@media only screen and (max-width:992px){.faq-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.faq-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#f1f8fe;border-radius:10px;padding:20px 30px}@media only screen and (max-width:1200px){.faq-sect__item{padding:20px}}@media only screen and (max-width:576px){.faq-sect__item{padding:15px 10px}}.faq-sect__item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;line-height:1.2;font-size:18px;font-weight:600;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:576px){.faq-sect__item-title{font-size:16px}}.faq-sect__item-title .def-arrow{-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.faq-sect__item-title.active .def-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.faq-sect__item-text{display:none;padding-top:15px;padding-right:30px;line-height:1.3;font-weight:300}@media only screen and (max-width:576px){.faq-sect__item-text{font-size:14px;padding-right:0}}.faq-sect__item-text>*+*{margin-top:10px}.find-sect{padding:30px 0}@media only screen and (max-width:992px){.find-sect{padding:25px 0}}.find-sect__container{position:relative;z-index:1}.find-sect__title{margin-bottom:35px}@media only screen and (max-width:992px){.find-sect__title{margin-bottom:25px}}@media only screen and (max-width:576px){.find-sect__title{margin-bottom:20px}}.find-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px;margin-bottom:60px}@media only screen and (max-width:1200px){.find-sect__content{gap:30px}}@media only screen and (max-width:992px){.find-sect__content{gap:20px;margin-bottom:40px}}@media only screen and (max-width:768px){.find-sect__content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.find-sect__content:last-child{margin-bottom:0}.find-sect__img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;z-index:1}@media only screen and (max-width:768px){.find-sect__img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.find-sect__img img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.find-sect__img img{width:220px}}@media only screen and (max-width:992px){.find-sect__img img{width:190px}}@media only screen and (max-width:480px){.find-sect__img img{width:120px;margin-right:-25px}}.find-sect__form{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media only screen and (max-width:992px){.find-sect__form{gap:25px}}@media only screen and (max-width:768px){.find-sect__form{display:contents}}.find-sect__form .find-sect__title{margin-bottom:0}.find-sect__form-desc{font-size:18px;line-height:1.2;background-color:#e8f3fc;border-radius:10px;padding:35px;padding-left:70px;position:relative}@media only screen and (max-width:1520px){.find-sect__form-desc{padding-left:45px}}@media only screen and (max-width:1200px){.find-sect__form-desc{padding:20px;padding-left:25px;font-size:16px}}@media only screen and (max-width:992px){.find-sect__form-desc{padding:20px;font-size:14px}}@media only screen and (max-width:768px){.find-sect__form-desc{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:15px;padding-left:20px}}@media only screen and (max-width:480px){.find-sect__form-desc{padding:15px;font-size:13px}}.find-sect__form-desc::before{content:'';display:block;width:0;height:0;border-right:10px solid transparent;border-bottom:10px solid #e8f3fc;border-left:10px solid transparent;position:absolute;bottom:0;left:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width:768px){.find-sect__form-desc::before{border-top:10px solid transparent;border-left:10px solid #e8f3fc;border-bottom:10px solid transparent;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}}.find-sect__form-desc a{color:#3a8fe6}.find-sect__form-desc a:hover{color:#3a8fe6;text-decoration:underline}.find-sect__form-desc a:active,.find-sect__form-desc a:focus{color:#3a8fe6}.find-sect__form-label{display:none;line-height:1.1;width:100%}@media only screen and (max-width:768px){.find-sect__form-label{display:block;text-align:left}}@media only screen and (max-width:480px){.find-sect__form-label{font-size:14px}}.find-sect__form-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px;padding-left:50px}@media only screen and (max-width:1520px){.find-sect__form-inputs{padding-left:0}}@media only screen and (max-width:1200px){.find-sect__form-inputs{gap:15px}}@media only screen and (max-width:768px){.find-sect__form-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;padding:15px;padding-top:18px;border-radius:10px;background-color:#3a8fe6;gap:10px;color:rgba(255,255,255,.85);font-weight:300}}.find-sect__form-input{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media only screen and (max-width:768px){.find-sect__form-input{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.find-sect__form-input input{width:100%;min-width:0;background-color:transparent;font-size:18px;border-radius:0;padding:0;border:none;border-bottom:1px solid rgba(119,132,150,.7);height:40px;padding-bottom:10px;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (max-width:1200px){.find-sect__form-input input{font-size:16px;height:34px;padding-bottom:4px}}@media only screen and (max-width:768px){.find-sect__form-input input{color:#fff;font-weight:300;border-bottom-color:rgba(241,248,254,.7);font-style:italic}}@media only screen and (max-width:480px){.find-sect__form-input input{font-size:14px}}.find-sect__form-input input::-webkit-input-placeholder{color:#778496}.find-sect__form-input input::-moz-placeholder{color:#778496}.find-sect__form-input input:-ms-input-placeholder{color:#778496}.find-sect__form-input input::-ms-input-placeholder{color:#778496}.find-sect__form-input input::placeholder{color:#778496}@media only screen and (max-width:768px){.find-sect__form-input input::-webkit-input-placeholder{color:#d0e4f9}.find-sect__form-input input::-moz-placeholder{color:#d0e4f9}.find-sect__form-input input:-ms-input-placeholder{color:#d0e4f9}.find-sect__form-input input::-ms-input-placeholder{color:#d0e4f9}.find-sect__form-input input::placeholder{color:#d0e4f9}}.find-sect__form-input input:-ms-input-placeholder,.find-sect__form-input input::-ms-input-placeholder{color:#778496}@media only screen and (max-width:768px){.find-sect__form-input input:-ms-input-placeholder,.find-sect__form-input input::-ms-input-placeholder{color:#d0e4f9}}.find-sect__form-submit{height:62px;font-weight:500}@media only screen and (max-width:1200px){.find-sect__form-submit{padding:5px 25px;height:54px}}@media only screen and (max-width:992px){.find-sect__form-submit{font-size:16px;height:48px;padding:5px 20px}}@media only screen and (max-width:768px){.find-sect__form-submit{color:#1d2d45;width:100%;background-color:#fff}.find-sect__form-submit:active,.find-sect__form-submit:focus{color:#1d2d45;background-color:#fff}}@media only screen and (max-width:480px){.find-sect__form-submit{height:42px}}.find-sect__form-submit svg{fill:currentColor}@media only screen and (max-width:992px){.find-sect__form-submit svg{width:17px;height:17px}}.find-sect__result{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;font-size:21px}@media only screen and (max-width:1520px){.find-sect__result{font-size:19px}}@media only screen and (max-width:1200px){.find-sect__result{font-size:17px}}@media only screen and (max-width:992px){.find-sect__result{font-size:16px;-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media only screen and (max-width:768px){.find-sect__result{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-column-count:3;-moz-column-count:3;column-count:3}}@media only screen and (max-width:576px){.find-sect__result{-webkit-column-count:2;-moz-column-count:2;column-count:2;font-size:15px}}@media only screen and (max-width:360px){.find-sect__result{font-size:14px}}.find-sect__result-item{display:block;line-height:1.15;color:#1d2d45;margin-bottom:20px}@media only screen and (max-width:576px){.find-sect__result-item{margin-bottom:18px}}@media only screen and (max-width:360px){.find-sect__result-item{margin-bottom:15px}}.find-sect__result-item span{font-weight:600;color:#3a8fe6}.find-sect__result-item:hover{color:#1d2d45}.find-sect__result-item:active,.find-sect__result-item:focus{color:#1d2d45}.find-sect__help{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:45px;padding:30px;border-radius:10px;background-color:#f1f8fe}@media only screen and (max-width:1520px){.find-sect__help{gap:30px;padding:20px}}@media only screen and (max-width:992px){.find-sect__help{gap:25px 20px;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:768px){.find-sect__help{padding:20px 15px}}.find-sect__help-img{position:relative;overflow:hidden;border-radius:10px;-webkit-box-flex:0;-ms-flex:0 0 410px;flex:0 0 410px}@media only screen and (max-width:1200px){.find-sect__help-img{-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px}}@media only screen and (max-width:992px){.find-sect__help-img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}}@media only screen and (max-width:768px){.find-sect__help-img{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px}}@media only screen and (max-width:576px){.find-sect__help-img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.find-sect__help-img::before{content:'';display:block;padding-top:80%}.find-sect__help-img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.find-sect__help-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;font-size:18px}@media only screen and (max-width:1200px){.find-sect__help-content{font-size:16px}}@media only screen and (max-width:992px){.find-sect__help-content{gap:20px;display:contents}}@media only screen and (max-width:768px){.find-sect__help-content{font-size:14px}}@media only screen and (max-width:576px){.find-sect__help-content{font-size:15px}}@media only screen and (max-width:360px){.find-sect__help-content{font-size:14px}}.find-sect__help-content ul{line-height:1.3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}@media only screen and (max-width:992px){.find-sect__help-content ul{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}}.find-sect__help-content ul li::before{content:'•';display:inline-block;margin-right:5px}.find-sect__help .def-title{text-align:left}@media only screen and (max-width:992px){.find-sect__help .def-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media only screen and (max-width:480px){.find-sect__help .def-title{font-size:26px}}.find-sect .disc-sect__slide-content{background-color:#fff}.find-sect--sub{background-repeat:no-repeat;background-position:0 bottom}.find-sect--sub .find-sect__title{display:none;text-align:left}@media only screen and (max-width:768px){.find-sect--sub .find-sect__title{display:block}}.find-sect--sub .find-sect__content .find-sect__title{display:block}@media only screen and (max-width:768px){.find-sect--sub .find-sect__content .find-sect__title{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:100%;margin-bottom:5px}}@media only screen and (max-width:768px){.find-sect--sub .find-sect__content .find-sect__title:first-child{display:none}}.fmenu-sect{display:none;background-color:#fff;border-radius:10px 10px 0 0;-webkit-box-shadow:0 -10px 20px 0 rgba(7,65,122,.07);box-shadow:0 -10px 20px 0 rgba(7,65,122,.07);position:fixed;left:0;bottom:0;z-index:20;width:100%}@media only screen and (max-width:576px){.fmenu-sect{display:block}}@media only screen and (max-width:480px){.fmenu-sect{padding-top:4px}}.fmenu-sect__container{padding:0 15px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:5px}.fmenu-sect__nav{display:contents;text-align:center}.fmenu-sect__nav li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.fmenu-sect__nav li:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.fmenu-sect__nav li:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.fmenu-sect__nav li:nth-child(3){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.fmenu-sect__nav li:nth-child(4){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.fmenu-sect__nav a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.1;font-weight:500;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#1d2d45;font-size:14px}@media only screen and (max-width:480px){.fmenu-sect__nav a{font-size:10px}}.fmenu-sect__nav a:active,.fmenu-sect__nav a:focus{color:#1d2d45}.fmenu-sect__nav a figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:30px}@media only screen and (max-width:480px){.fmenu-sect__nav a figure{height:28px}}@media only screen and (max-width:480px){.fmenu-sect__nav a img{width:18px}}.fmenu-sect__call{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;text-align:center;font-size:14px;font-weight:500;color:#1d2d45;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:0 5px;margin-top:-16px}@media only screen and (max-width:480px){.fmenu-sect__call{font-size:12px}}.fmenu-sect__call-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:65px;height:65px;background-color:#3a8fe6;border-radius:50%}@media only screen and (max-width:480px){.fmenu-sect__call-icon{width:50px;height:50px}}@media only screen and (max-width:480px){.fmenu-sect__call-icon img{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}}.fmenu-sect__call:active,.fmenu-sect__call:focus{color:#1d2d45}.info-sect{padding:10px 0 20px;background-repeat:no-repeat;background-position:left bottom}.info-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:35px;margin-bottom:25px}@media only screen and (max-width:1520px){.info-sect__content{gap:30px}}@media only screen and (max-width:992px){.info-sect__content{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:35px}}.info-sect__content:last-child{margin-bottom:0}.info-sect__items{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}@media only screen and (max-width:992px){.info-sect__items{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.info-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:80px;border-radius:15px;padding:25px 15px 25px 30px;background-color:#f1f8fe}@media only screen and (max-width:1520px){.info-sect__item{padding:20px}}@media only screen and (max-width:1200px){.info-sect__item{gap:20px}}@media only screen and (max-width:576px){.info-sect__item{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:480px){.info-sect__item{padding:15px}}.info-sect__item-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;font-size:14px}@media only screen and (max-width:576px){.info-sect__item-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.info-sect__item-content>*+*{margin-top:10px}.info-sect__item-title{font-weight:600;line-height:1.2;font-size:21px}@media only screen and (max-width:1200px){.info-sect__item-title{font-size:19px}}.info-sect__item-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;-webkit-box-flex:0;-ms-flex:0 0 94px;flex:0 0 94px;width:94px;height:94px}@media only screen and (max-width:576px){.info-sect__item-icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.info-sect__item-icon img{display:inline-block;height:auto;block-size:auto}.info-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 515px;flex:0 0 515px}@media only screen and (max-width:1520px){.info-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px}}@media only screen and (max-width:1200px){.info-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 305px;flex:0 0 305px}}@media only screen and (max-width:992px){.info-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.info-sect__aside-img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:25px}@media only screen and (max-width:576px){.info-sect__aside-img{margin-bottom:0}}.info-sect__aside-img img{display:inline-block;height:auto;block-size:auto;max-width:100%;max-inline-size:100%}.info-sect__aside-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:1200px){.info-sect__aside-content{font-size:14px}}.info-sect__aside-content>*+*{margin-top:10px}.info-sect__aside-title{font-weight:600;line-height:1.2;font-size:30px}@media only screen and (max-width:1520px){.info-sect__aside-title{font-size:26px}}@media only screen and (max-width:1200px){.info-sect__aside-title{font-size:21px}}@media only screen and (max-width:576px){.info-sect__aside-title{font-size:19px}}.info-sect__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1200px){.info-sect__footer{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width:768px){.info-sect__footer{-ms-flex-wrap:wrap;flex-wrap:wrap}}.info-sect__footer-img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.info-sect__footer-img img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.info-sect__footer-img img{width:300px}}@media only screen and (max-width:992px){.info-sect__footer-img img{width:250px}}@media only screen and (max-width:576px){.info-sect__footer-img img{width:100%}}.info-sect__footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media only screen and (max-width:768px){.info-sect__footer-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.info-sect__footer-text{font-size:22px;font-weight:500;line-height:1.3}@media only screen and (max-width:1200px){.info-sect__footer-text{font-size:18px}}@media only screen and (max-width:480px){.info-sect__footer-text{font-size:16px}}.info-sect__footer-text>*+*{margin-top:10px}.info-sect__footer-items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}@media only screen and (max-width:1200px){.info-sect__footer-items{gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.info-sect__footer-item{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;background-color:#f1fef1;padding:45px;border-radius:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;line-height:1.2}@media only screen and (max-width:1520px){.info-sect__footer-item{padding:30px 20px}}@media only screen and (max-width:1200px){.info-sect__footer-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media only screen and (max-width:576px){.info-sect__footer-item{padding:15px}}@media only screen and (max-width:480px){.info-sect__footer-item{font-size:14px;gap:15px}}.info-sect__footer-item--pink{background-color:#fef1f1}.info-sect__footer-item-title{font-size:24px;font-weight:600}@media only screen and (max-width:1520px){.info-sect__footer-item-title{font-size:22px}}.info-sect__footer-item ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:17px;padding-left:20px}@media only screen and (max-width:480px){.info-sect__footer-item ul{gap:13px}}.info-sect__footer-item ul li{list-style-type:disc}.lic-sect{padding:60px 0;background-color:#f1f8fe}@media only screen and (max-width:992px){.lic-sect{padding:40px 0}}.lic-sect__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:35px}@media only screen and (max-width:1520px){.lic-sect__container{gap:20px}}@media only screen and (max-width:992px){.lic-sect__container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.lic-sect__slider{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;width:70%}@media only screen and (max-width:992px){.lic-sect__slider{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}}.lic-sect__slider-ctrls{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-bottom:20px}@media only screen and (max-width:768px){.lic-sect__slider-ctrls{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.lic-sect__slider-next,.lic-sect__slider-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;width:60px;height:60px;border-radius:50%;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.lic-sect__slider-next,.lic-sect__slider-prev{width:50px;height:50px}}@media only screen and (max-width:992px){.lic-sect__slider-next,.lic-sect__slider-prev{width:46px;height:46px}}.lic-sect__slider-next.swiper-button-lock,.lic-sect__slider-prev.swiper-button-lock{display:none}.lic-sect__slider-next:hover,.lic-sect__slider-prev:hover{background-color:#fff}.lic-sect__slider-next:active,.lic-sect__slider-next:focus,.lic-sect__slider-prev:active,.lic-sect__slider-prev:focus{outline:0}.lic-sect__slider-next img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.lic-sect__slide{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lic-sect__slide img{display:inline-block;width:100%;height:auto;block-size:auto}.lic-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lic-sect__title{margin-bottom:10px;text-align:left}.lic-sect__text>*+*{margin-top:12px}.main-footer{margin-top:auto}.main-footer__top{padding:40px 0}@media only screen and (max-width:992px){.main-footer__top{padding:30px 0}}.main-footer__top .main-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:100px}@media only screen and (max-width:1520px){.main-footer__top .main-footer__container{gap:50px}}@media only screen and (max-width:1200px){.main-footer__top .main-footer__container{gap:40px}}@media only screen and (max-width:992px){.main-footer__top .main-footer__container{gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.main-footer__aside{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media only screen and (max-width:992px){.main-footer__aside{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.main-footer__logo{-ms-flex-item-align:start;align-self:flex-start}.main-footer__logo img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.main-footer__logo img{width:230px}}@media only screen and (max-width:992px){.main-footer__logo img{width:200px}}@media only screen and (max-width:768px){.main-footer__logo img{width:180px}}@media only screen and (max-width:576px){.main-footer__logo img{width:160px}}.main-footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media only screen and (max-width:992px){.main-footer__info{display:none}}.main-footer__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px}.main-footer__info-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;width:40px;height:40px;border-radius:50%;background-color:#f1f8fe}.main-footer__info-icon img{display:inline-block;height:auto;block-size:auto}.main-footer__info-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:8px}.main-footer__info-phone{line-height:1.3;font-weight:600;font-size:23px;white-space:nowrap;margin-bottom:10px}@media only screen and (max-width:1200px){.main-footer__info-phone{font-size:20px}}@media only screen and (max-width:992px){.main-footer__info-phone{font-size:18px}}.main-footer__info-phone:last-child{margin-bottom:0}.main-footer__info-phone--dop{font-size:18px;font-weight:500}@media only screen and (max-width:1200px){.main-footer__info-phone--dop{font-size:16px}}@media only screen and (max-width:992px){.main-footer__info-phone--dop{font-size:14px}}.main-footer__info-text{font-weight:500;line-height:1.25;margin-bottom:4px}@media only screen and (max-width:1200px){.main-footer__info-text{font-size:14px}}@media only screen and (max-width:992px){.main-footer__info-text{font-size:12px}}.main-footer__info-text:last-child{margin-bottom:0}.main-footer__info-text strong{font-weight:600;font-size:1.125em}.main-footer__info-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:#9a9a9a;font-size:14px;line-height:1.3;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:992px){.main-footer__info-link{font-size:12px}}.main-footer__info-link svg{fill:currentColor}.main-footer__info-link:hover{color:#1d2d45!important}.main-footer__info-link:active,.main-footer__info-link:focus{color:#9a9a9a}.main-footer__soc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}@media only screen and (max-width:992px){.main-footer__soc{display:none}}.main-footer__soc li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.main-footer__soc a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#d3dee9}.main-footer__soc a svg{fill:currentColor;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.main-footer__soc a:hover{color:currentColor}.main-footer__soc a:hover svg.soc-1{fill:#4c75a3}.main-footer__soc a:hover svg.soc-2{fill:#25d366}.main-footer__soc a:hover svg.soc-3{fill:#29a0dc}.main-footer__soc a:active,.main-footer__soc a:focus{color:#d3dee9}.main-footer__main{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:35px}@media only screen and (max-width:992px){.main-footer__main{gap:30px}}.main-footer__main-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.main-footer__main-top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:15px}@media only screen and (max-width:992px){.main-footer__main-top{padding-top:0}}@media only screen and (max-width:768px){.main-footer__main-top{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}}.main-footer__main-title{font-size:18px;line-height:1.2;font-weight:600;text-transform:uppercase}@media only screen and (max-width:1200px){.main-footer__main-title{font-size:16px}}@media only screen and (max-width:768px){.main-footer__main-title{text-transform:none}}.main-footer__main-nav{font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:11px;line-height:1.2}@media only screen and (max-width:1200px){.main-footer__main-nav{font-size:14px}}.main-footer__main-nav a{color:#1d2d45;font-weight:300;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.main-footer__main-nav a:hover{color:#3a8fe6!important}.main-footer__main-nav a:active,.main-footer__main-nav a:focus{color:#1d2d45}@media only screen and (max-width:576px){.main-footer__main-bottom{width:100%}}.main-footer__main-bottom .main-footer__main-nav{display:block;-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media only screen and (max-width:768px){.main-footer__main-bottom .main-footer__main-nav{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media only screen and (max-width:360px){.main-footer__main-bottom .main-footer__main-nav{font-size:13px}}.main-footer__main-bottom .main-footer__main-nav li{margin-bottom:11px}.main-footer__btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:14px}@media only screen and (max-width:768px){.main-footer__btns{gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:1520px){.main-footer__btn,.main-footer__call{font-size:16px}}@media only screen and (max-width:1200px){.main-footer__btn,.main-footer__call{font-size:14px}}.main-footer__btn{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;padding:5px 15px}@media only screen and (max-width:576px){.main-footer__btn:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.main-footer__call{margin-left:20px}@media only screen and (max-width:1520px){.main-footer__call{padding:5px 15px;margin-left:0}}@media only screen and (max-width:768px){.main-footer__call{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.main-footer__call span{display:inline-block}.main-footer__call img{width:20px}.main-footer__middle{display:none}@media only screen and (max-width:992px){.main-footer__middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px 20px}}.main-footer__middle .main-footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;gap:20px}.main-footer__middle .main-footer__soc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.main-footer__bottom{padding:12px 0;background-color:#2e5d93}.main-footer__bottom .main-footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px}@media only screen and (max-width:1200px){.main-footer__bottom .main-footer__container{gap:30px}}@media only screen and (max-width:992px){.main-footer__bottom .main-footer__container{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px 30px}}.main-footer__bottom-text{font-size:14px;font-weight:300;color:#fff}.main-footer__bottom-text a{display:inline-block;color:#fff;text-decoration:underline}.main-footer__bottom-text a:hover{color:#fff;text-decoration:none}.main-footer__bottom-text a:active,.main-footer__bottom-text a:focus{color:#fff;text-decoration:underline}.main-footer__adddu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;color:#fff;font-size:14px;line-height:1.2;font-weight:300;margin-left:auto}.main-footer__adddu-logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.main-footer__adddu-logo img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.main-footer__adddu-logo img{width:40px}}.main-footer__adddu-text span{display:inline-block;white-space:nowrap}.main-footer__adddu-text a{color:#fff;font-weight:400;font-size:1.14286em;text-decoration:underline}.main-footer__adddu-text a:hover{color:#fff;text-decoration:none}.main-footer__adddu-text a:active,.main-footer__adddu-text a:focus{color:#fff;text-decoration:underline}.main-header__top{position:relative;padding:10px 0;border-bottom:1px solid #ebf2f6}@media only screen and (max-width:992px){.main-header__top{border-bottom:none;background-color:#e9f4fd}}@media only screen and (max-width:992px){.main-header__top::before{content:'';position:absolute;z-index:2;top:0;right:0;width:70px;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(75%,#e9f4fd),to(#e9f4fd));background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#e9f4fd 75%,#e9f4fd 100%);background:linear-gradient(90deg,rgba(255,255,255,0) 0,#e9f4fd 75%,#e9f4fd 100%)}}.main-header__top .main-header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:45px}@media only screen and (max-width:1520px){.main-header__top .main-header__container{gap:35px}}@media only screen and (max-width:1200px){.main-header__top .main-header__container{gap:25px}}@media only screen and (max-width:992px){.main-header__top .main-header__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:30px;overflow-x:auto;padding-right:70px}}.main-header__top .main-header__container::-webkit-scrollbar{width:0;height:0}.main-header__top-ctrls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media only screen and (max-width:1520px){.main-header__top-ctrls{gap:15px}}@media only screen and (max-width:1200px){.main-header__top-ctrls{gap:10px}}@media only screen and (max-width:992px){.main-header__top-ctrls{display:none}}.main-header__addr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 10px;color:#333;line-height:1.2}@media only screen and (max-width:1520px){.main-header__addr{font-size:14px}}@media only screen and (max-width:992px){.main-header__addr{-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap}}.main-header__addr-text{font-weight:300}.main-header__addr-link{color:#9a9a9a;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.3125em;white-space:nowrap;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.main-header__addr-link svg{fill:currentColor;width:1.125em}.main-header__addr-link:hover{color:#3a8fe6!important}.main-header__addr-link:active,.main-header__addr-link:focus{color:#9a9a9a}.main-header__addr--time{margin:0 auto;white-space:nowrap}.main-header__phone{display:inline-block;white-space:nowrap;line-height:1;color:#333;font-size:18px;font-weight:600;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.main-header__phone{font-size:16px}}@media only screen and (max-width:1200px){.main-header__phone>span{display:none}}.main-header__phone-mob{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:37px;height:37px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f1f8fe;border-radius:50%}@media only screen and (max-width:1200px){.main-header__phone-mob{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.main-header__phone-mob img{display:inline-block;height:auto;block-size:auto;width:18px}.main-header__phone-mob:hover{-webkit-filter:drop-shadow(2px 2px 6px rgba(0, 0, 0, .25));filter:drop-shadow(2px 2px 6px rgba(0, 0, 0, .25))}.main-header__phone:hover{color:#3a8fe6!important}.main-header__phone:active,.main-header__phone:focus{color:#333}.main-header__soc{display:-webkit-box;display:-ms-flexbox;display:flex;gap:7px}.main-header__soc li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.main-header__soc a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out;background-color:#fff;border-radius:50%}.main-header__soc a img{display:inline-block;height:auto;block-size:auto}.main-header__soc a:hover{-webkit-filter:drop-shadow(2px 2px 6px rgba(0, 0, 0, .25));filter:drop-shadow(2px 2px 6px rgba(0, 0, 0, .25))}.main-header__bottom{padding:20px 0;--btn:54px;--bdrs:9px}@media only screen and (max-width:992px){.main-header__bottom{padding:15px 0;-webkit-box-shadow:0 0 40px 0 rgba(7,65,122,.07);box-shadow:0 0 40px 0 rgba(7,65,122,.07)}}@media only screen and (max-width:768px){.main-header__bottom{padding:13px 0}}@media only screen and (max-width:480px){.main-header__bottom{--btn:40px}}.main-header__bottom .main-header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media only screen and (max-width:768px){.main-header__bottom .main-header__container{gap:11px}}.main-header__logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media only screen and (max-width:992px){.main-header__logo{margin-right:auto}}.main-header__logo img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1520px){.main-header__logo img{width:250px}}@media only screen and (max-width:1200px){.main-header__logo img{width:230px}}@media only screen and (max-width:992px){.main-header__logo img{width:200px}}@media only screen and (max-width:768px){.main-header__logo img{width:180px}}@media only screen and (max-width:576px){.main-header__logo img{width:160px}}@media only screen and (max-width:480px){.main-header__logo img{width:100%;max-width:160px;max-inline-size:160px}}.main-header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;margin:0 auto;gap:60px;font-size:18px}@media only screen and (max-width:1520px){.main-header__nav{font-size:16px;gap:35px}}@media only screen and (max-width:1200px){.main-header__nav{gap:40px}}@media only screen and (max-width:992px){.main-header__nav{display:none}}.main-header__nav a{color:#333;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.main-header__nav a:hover{color:#3a8fe6!important}.main-header__nav a:active,.main-header__nav a:focus{color:#333}@media only screen and (max-width:1520px){.main-header__call{padding:5px 25px;font-size:16px}}@media only screen and (max-width:1200px){.main-header__call{-webkit-box-flex:0;-ms-flex:0 0 3.55556em;flex:0 0 3.55556em;width:3.55556em}}@media only screen and (max-width:992px){.main-header__call{display:none}}.main-header__call span{display:inline-block}@media only screen and (max-width:1200px){.main-header__call span{display:none}}.main-header__mcall{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f1f8fe;-webkit-box-flex:0;-ms-flex:0 0 var(--btn,54px);flex:0 0 var(--btn,54px);width:var(--btn,54px);height:var(--btn,54px);border-radius:var(--bdrs,9px)}@media only screen and (max-width:992px){.main-header__mcall{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.main-header__mcall:active,.main-header__mcall:focus{outline:0}@media only screen and (max-width:480px){.main-header__mcall img{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}}.main-header__decor{display:none;gap:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:992px){.main-header__decor{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width:480px){.main-header__decor{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;width:50px}}@media only screen and (max-width:360px){.main-header__decor{display:none}}.main-header__decor-img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.main-header__decor-img img{display:inline-block;height:auto;block-size:auto;max-width:100%;max-inline-size:100%}.main-header__mbtn{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-flex:0;-ms-flex:0 0 var(--btn,54px);flex:0 0 var(--btn,54px);width:var(--btn,54px);height:var(--btn,54px);border-radius:var(--bdrs,9px);background-color:#3a8fe6;cursor:pointer}@media only screen and (max-width:992px){.main-header__mbtn{display:-webkit-box;display:-ms-flexbox;display:flex}}.main-header__mbtn-inner{position:relative;width:29px;height:20px}@media only screen and (max-width:480px){.main-header__mbtn-inner{width:26px;height:18px}}.main-header__mbtn-inner span,.main-header__mbtn-inner::after,.main-header__mbtn-inner::before{display:inline-block;position:absolute;left:0;height:2px;width:100%;background-color:#fff;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.main-header__mbtn-inner span{top:calc(50% - 1px)}.main-header__mbtn-inner::after,.main-header__mbtn-inner::before{content:''}.main-header__mbtn-inner::before{top:0}.main-header__mbtn-inner::after{bottom:0}.main-header__mbtn.active .main-header__mbtn-inner span{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main-header__mbtn.active .main-header__mbtn-inner::before{top:calc(50% - 1px);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.main-header__mbtn.active .main-header__mbtn-inner::after{bottom:50%;opacity:0}.main-nav{background-color:#2e5d93;position:relative;z-index:3}@media only screen and (max-width:992px){.main-nav{display:none}}.main-nav__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1.1;font-size:18px}@media only screen and (max-width:1520px){.main-nav__nav{font-size:16px}}@media only screen and (max-width:1200px){.main-nav__nav{font-size:14px}}.main-nav__nav li{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.main-nav__nav a{height:3.88889em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;gap:6px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.main-nav__nav a:hover{color:#d9ecfc}.main-nav__nav-sub>a::after{content:'';display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 8px;flex:0 0 8px;width:8px;height:4px;background-image:url(../img/icons/down-arrow.png);background-repeat:no-repeat;background-position:0 0;-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.main-nav__nav-sub ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:200px;padding:10px 0;background-color:#2e5d93;position:absolute;top:100%;left:0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);opacity:0;pointer-events:none;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.main-nav__nav-sub ul li{line-height:1;width:100%}.main-nav__nav-sub ul a{height:auto;padding:8px 10px 8px 15px;font-weight:400;font-size:14px;display:block;width:100%}.main-nav__nav-sub ul a:hover{color:#1d2d45;background-color:#fff}.main-nav__nav-sub:hover ul{opacity:1;pointer-events:all}.main-sect{padding:40px 0 50px;overflow:hidden}@media only screen and (max-width:992px){.main-sect{padding:30px 0}}@media only screen and (max-width:768px){.main-sect{padding:25px 0 40px}}@media only screen and (max-width:576px){.main-sect{padding:20px 0 40px}}@media only screen and (max-width:360px){.main-sect{padding-top:0}}.main-sect__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}@media only screen and (max-width:1520px){.main-sect__container{gap:20px}}.main-sect__container:last-child{margin-bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.main-sect__slider{position:relative;width:calc(100% - 205px - 40px)}@media only screen and (max-width:1520px){.main-sect__slider{width:calc(100% - 175px - 20px)}}@media only screen and (max-width:992px){.main-sect__slider{width:100%}}.main-sect__slider-pag{display:-webkit-box;display:-ms-flexbox;display:flex;gap:14px;position:absolute;z-index:2;bottom:-30px!important;left:0;top:auto;width:100%!important}@media only screen and (max-width:576px){.main-sect__slider-pag{bottom:-35px!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px}}.main-sect__slider-pag .swiper-pagination-bullet{margin:0!important;background-color:#3a8fe6;opacity:.15;width:16px;height:16px;border-radius:8px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.main-sect__slider-pag .swiper-pagination-bullet-active{opacity:1;width:36px}.main-sect__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px}@media only screen and (max-width:1520px){.main-sect__slide{gap:20px}}@media only screen and (max-width:576px){.main-sect__slide{-ms-flex-wrap:wrap;flex-wrap:wrap}}.main-sect__content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;padding-top:10px;background-repeat:no-repeat;background-position:center 0;background-size:cover}@media only screen and (max-width:768px){.main-sect__content{gap:20px}}@media only screen and (max-width:576px){.main-sect__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding-top:0}}.main-sect__content .def-bc{margin-bottom:0}.main-sect__subtitle{display:none;margin-bottom:-15px;line-height:1.1;font-size:17px;text-transform:uppercase;font-weight:500}@media only screen and (max-width:768px){.main-sect__subtitle{display:block}}@media only screen and (max-width:576px){.main-sect__subtitle{font-size:18px}}.main-sect__title{text-align:left;line-height:1.25}@media only screen and (max-width:1520px){.main-sect__title{font-size:34px}}@media only screen and (max-width:1200px){.main-sect__title{font-size:30px}}@media only screen and (max-width:992px){.main-sect__title{font-size:28px}}@media only screen and (max-width:768px){.main-sect__title{font-size:26px;text-transform:none}}@media only screen and (max-width:576px){.main-sect__title{font-size:28px;text-shadow:2px 2px 4px rgba(0,0,0,.15)}}@media only screen and (max-width:480px){.main-sect__title{font-size:26px}}@media only screen and (max-width:992px){.main-sect__title br{display:none}}.main-sect__title span{font-weight:400}@media only screen and (max-width:768px){.main-sect__title span{display:none}}.main-sect__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.2;gap:15px;color:#333}@media only screen and (max-width:1200px){.main-sect__list{font-size:14px}}.main-sect__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}@media only screen and (max-width:768px){.main-sect__list li{gap:8px}}.main-sect__list li::before{content:'';display:block;-webkit-box-flex:0;-ms-flex:0 0 1.75em;flex:0 0 1.75em;width:1.75em;height:1.75em;background-image:url(../img/icons/check.png);background-repeat:no-repeat;background-position:0 0;background-size:100% 100%;-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}@media only screen and (max-width:768px){.main-sect__list li::before{-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;width:22px;height:22px}}.main-sect__list li span{white-space:nowrap}.main-sect__btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}@media only screen and (max-width:1200px){.main-sect__btns{gap:10px}}@media only screen and (max-width:768px){.main-sect__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:576px){.main-sect__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (max-width:360px){.main-sect__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.main-sect__call,.main-sect__rec{padding:5px 40px}@media only screen and (max-width:1520px){.main-sect__call,.main-sect__rec{font-size:16px;padding:5px 25px;height:56px}}@media only screen and (max-width:1200px){.main-sect__call,.main-sect__rec{font-size:14px;height:50px;padding:5px 20px}}@media only screen and (max-width:768px){.main-sect__call,.main-sect__rec{height:43px}}.main-sect__img{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;display:block;position:relative;overflow:hidden;border-radius:10px;min-height:440px}@media only screen and (max-width:1200px){.main-sect__img{min-height:400px}}@media only screen and (max-width:992px){.main-sect__img{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}}@media only screen and (max-width:768px){.main-sect__img{min-height:380px}}@media only screen and (max-width:576px){.main-sect__img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (max-width:480px){.main-sect__img{min-height:300px}}.main-sect__img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 205px;flex:0 0 205px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;gap:20px;margin-top:auto;color:#333}@media only screen and (max-width:1520px){.main-sect__aside{font-size:14px;line-height:1.2;-webkit-box-flex:0;-ms-flex:0 0 175px;flex:0 0 175px}}@media only screen and (max-width:992px){.main-sect__aside{display:none}}.main-sect__aside-title{font-weight:600;font-size:1.3125em;line-height:1.1}@media only screen and (max-width:1520px){.main-sect__aside-title{font-size:18px}}.main-sect .best-sect__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-sect .best-sect__item{border:none;background-color:#e8f3fc}.main-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;width:100%}@media only screen and (max-width:1520px){.main-sect__items{gap:10px}}@media only screen and (max-width:992px){.main-sect__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px}}@media only screen and (max-width:576px){.main-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}}.main-sect__item{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:17px;background-color:#f1f8fe;border-radius:10px;padding:30px 20px}@media only screen and (max-width:1520px){.main-sect__item{padding:25px 15px;gap:15px}}@media only screen and (max-width:576px){.main-sect__item{-webkit-box-flex:0;-ms-flex:none;flex:none}}.main-sect__item-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:50%;-webkit-box-flex:0;-ms-flex:0 0 94px;flex:0 0 94px;width:94px;height:94px}@media only screen and (max-width:1520px){.main-sect__item-icon{-webkit-box-flex:0;-ms-flex:0 0 82px;flex:0 0 82px;width:82px;height:82px}}@media only screen and (max-width:1200px){.main-sect__item-icon{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;width:60px;height:60px}}.main-sect__item-icon img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.main-sect__item-icon img{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}}.main-sect__item-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.main-sect__item-title{font-size:21px;font-weight:600;line-height:1.2}@media only screen and (max-width:1520px){.main-sect__item-title{font-size:18px}}@media only screen and (max-width:1200px){.main-sect__item-title{font-size:16px}}.main-sect__item-text{line-height:1.25;font-weight:300}@media only screen and (max-width:1520px){.main-sect__item-text{font-size:14px}}@media only screen and (max-width:1200px){.main-sect__item-text{font-size:13px}}.main-sect__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;position:relative;margin-top:75px;width:100%;min-height:360px;max-width:70%;padding-bottom:70px;margin-bottom:-30px;line-height:1.2;font-size:21px;font-weight:300}@media only screen and (max-width:1520px){.main-sect__desc{font-size:19px;max-width:54%;margin-top:50px}}@media only screen and (max-width:1200px){.main-sect__desc{font-size:16px}}@media only screen and (max-width:992px){.main-sect__desc{max-width:100%;margin-top:0;padding-bottom:0;padding-top:20px}}@media only screen and (max-width:768px){.main-sect__desc{font-size:15px}}.main-sect__desc-title{text-align:left;margin-bottom:10px}@media only screen and (max-width:992px){.main-sect__desc-title{margin-bottom:5px}}.main-sect__desc-img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;z-index:0;bottom:0;left:85%}@media only screen and (max-width:1520px){.main-sect__desc-img{left:88%}}@media only screen and (max-width:992px){.main-sect__desc-img{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-top:15px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.main-sect__desc-img img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1520px){.main-sect__desc-img img{width:660px}}@media only screen and (max-width:1200px){.main-sect__desc-img img{width:560px}}@media only screen and (max-width:576px){.main-sect__desc-img img{width:100%}}.main-sect__desc ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.main-sect__desc ul li::before{content:'•';margin-right:5px}@media only screen and (max-width:576px){.main-sect--sub{padding-bottom:25px}}.main-sect--sub .main-sect__img{-webkit-box-flex:0;-ms-flex:0 0 54%;flex:0 0 54%}@media only screen and (max-width:1200px){.main-sect--sub .main-sect__img{min-height:380px}}@media only screen and (max-width:992px){.main-sect--sub .main-sect__img{min-height:350px;-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}}.pop-sect{background-color:#f1f8fe;padding:55px 0 40px}@media only screen and (max-width:992px){.pop-sect{padding:40px 0 25px}}.pop-sect__title{margin-bottom:45px}@media only screen and (max-width:992px){.pop-sect__title{margin-bottom:35px}}@media only screen and (max-width:768px){.pop-sect__title{margin-bottom:25px}}.pop-sect__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}@media only screen and (max-width:992px){.pop-sect__items{grid-gap:20px}}@media only screen and (max-width:768px){.pop-sect__items{grid-gap:10px}}@media only screen and (max-width:576px){.pop-sect__items{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:360px){.pop-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.pop-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px;background-color:#fff;position:relative;overflow:hidden;color:#1d2d45;padding:20px 20px 30px 40px;border-radius:10px;min-height:235px;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.pop-sect__item{padding-left:30px}}@media only screen and (max-width:1200px){.pop-sect__item{padding:20px}}@media only screen and (max-width:992px){.pop-sect__item{min-height:120px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:480px){.pop-sect__item{padding:15px}}@media only screen and (max-width:992px){.pop-sect__item-img{display:none}}.pop-sect__item-img img{position:absolute;z-index:0;display:inline-block;height:auto;block-size:auto}.pop-sect__item .disc-sect__slide-more,.pop-sect__item-title{position:relative;z-index:1}.pop-sect__item-icon{display:none;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#f1f8fe}@media only screen and (max-width:992px){.pop-sect__item-icon{display:-webkit-box;display:-ms-flexbox;display:flex}}.pop-sect__item-icon img{display:inline-block;height:auto;block-size:auto}.pop-sect__item-title{font-weight:600;font-size:21px;line-height:1.2}@media only screen and (max-width:1200px){.pop-sect__item-title{font-size:19px}}@media only screen and (max-width:992px){.pop-sect__item-title{font-size:18px}}@media only screen and (max-width:768px){.pop-sect__item-title{font-size:15px}}@media only screen and (max-width:1200px){.pop-sect__item .disc-sect__slide-more{font-size:14px}}@media only screen and (max-width:992px){.pop-sect__item .disc-sect__slide-more{display:none}}.pop-sect__item .disc-sect__slide-bmore{border-color:#f1f8fe;width:46px;height:46px}@media only screen and (max-width:992px){.pop-sect__item .disc-sect__slide-bmore{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}@media only screen and (max-width:480px){.pop-sect__item .disc-sect__slide-bmore{width:42px;height:42px}}.pop-sect__item:hover{color:#1d2d45!important}.pop-sect__item:active,.pop-sect__item:focus{color:#1d2d45}.pop-sect__item--1 .img-1{top:0;right:0}.pop-sect__item--2 .img-1{bottom:0;right:0}.pop-sect__item--3 .img-1{top:0;right:0}.pop-sect__item--3 .img-2{bottom:0;left:0}.pop-sect__item--4 .img-1{bottom:0;right:0}@media only screen and (max-width:1200px){.pop-sect__item--4 .img-1{width:190px}}.pop-sect__item--5 .img-1{top:0;right:0}@media only screen and (max-width:1200px){.pop-sect__item--5 .img-1{width:250px}}.pop-sect__item--5 .img-2{bottom:0;left:0}.pop-sect__item--6 .img-1{bottom:0;right:0}@media only screen and (max-width:1200px){.pop-sect__item--6 .img-1{width:180px}}.price-sect{background-color:#f1f8fe;padding:30px 0 50px;overflow:hidden}@media only screen and (max-width:992px){.price-sect{padding:20px 0 40px}}.price-sect__title{margin-bottom:25px}@media only screen and (max-width:768px){.price-sect__title{margin-bottom:20px}}.price-sect__title--left{text-align:left}.price-sect__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-bottom:25px}@media only screen and (max-width:576px){.price-sect__filters{margin-bottom:20px}}@media only screen and (max-width:992px){.price-sect__filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.price-sect__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}@media only screen and (max-width:576px){.price-sect__btns{gap:8px}}.price-sect__btns .def-btn{font-size:16px;padding:4px 10px;width:10em}@media only screen and (max-width:1200px){.price-sect__btns .def-btn{font-size:14px}}@media only screen and (max-width:576px){.price-sect__btns .def-btn{font-size:12px;-webkit-box-flex:1;-ms-flex:1 0 120px;flex:1 0 120px}}.price-sect__btns .def-btn:focus{color:#3a8fe6}.price-sect__btns .def-btn:active,.price-sect__btns .def-btn:focus,.price-sect__btns .def-btn:hover{color:#fff;background-color:#3a8fe6;border-color:#3a8fe6}.price-sect__btns .def-btn.active{background-color:#3a8fe6;color:#fff;pointer-events:none}.price-sect__gend{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}@media only screen and (max-width:576px){.price-sect__gend{gap:8px}}.price-sect__gend .def-btn{font-size:16px;padding:4px 10px;width:11.25em}@media only screen and (max-width:1200px){.price-sect__gend .def-btn{font-size:14px}}@media only screen and (max-width:576px){.price-sect__gend .def-btn{font-size:12px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}}.price-sect__gend .def-btn:focus{color:#3a8fe6}.price-sect__gend .def-btn:active,.price-sect__gend .def-btn:focus,.price-sect__gend .def-btn:hover{color:#fff;background-color:#3a8fe6;border-color:#3a8fe6}.price-sect__gend .def-btn.active{background-color:#e63a97;color:#fff;pointer-events:none;border:none}.price-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;margin-bottom:45px}@media only screen and (max-width:1520px){.price-sect__content{gap:20px}}@media only screen and (max-width:992px){.price-sect__content{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px;margin-bottom:30px}}@media only screen and (max-width:576px){.price-sect__content{margin-bottom:25px}}.price-sect__content:last-child{margin-bottom:0}.price-sect__table{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;--pl:25px}@media only screen and (max-width:1200px){.price-sect__table{--pl:20px}}@media only screen and (max-width:992px){.price-sect__table{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media only screen and (max-width:576px){.price-sect__table{--pl:15px}}.price-sect__table table{width:100%;border-collapse:collapse;color:#394360;font-size:16px;line-height:1.1}@media only screen and (max-width:1200px){.price-sect__table table{font-size:14px}}@media only screen and (max-width:576px){.price-sect__table table{font-size:12px}}.price-sect__table table tr:nth-child(odd) td::before{background-color:#fff}.price-sect__table table td{padding:15px 10px;position:relative;z-index:1}@media only screen and (max-width:768px){.price-sect__table table td{padding:12px 10px}}.price-sect__table table td::before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.price-sect__table table td:first-child{padding-left:var(--pl)}.price-sect__table table td:first-child::before{border-radius:10px 0 0 10px}.price-sect__table table td:last-child::before{border-radius:0 10px 10px 0}.price-sect__table-head td{font-weight:600}.price-sect__table-title td{font-weight:600;font-size:1.125em;padding:15px 10px}@media only screen and (max-width:576px){.price-sect__table-title td{font-size:13px}}.price-sect__table-row .price span{white-space:nowrap}@media only screen and (max-width:768px){.price-sect__table-row .code{vertical-align:top}}.price-sect__table-footer td{padding:0!important;padding-top:10px!important}.price-sect__table-footer td a{display:block;line-height:1.1;padding:15px 10px!important;text-align:center;border-radius:10px;background-color:rgba(255,255,255,.4);color:#1d2d45;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:768px){.price-sect__table-footer td a{padding:12px 10px!important}}.price-sect__table-footer td a:hover{color:#3a8fe6!important}.price-sect__table-footer td a:active,.price-sect__table-footer td a:focus{color:#1d2d45}.price-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 365px;flex:0 0 365px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}@media only screen and (max-width:1520px){.price-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}}@media only screen and (max-width:992px){.price-sect__aside{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.price-sect__call{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 35px 30px;background-color:#fff;border-radius:10px;text-align:center}@media only screen and (max-width:1520px){.price-sect__call{padding:30px 20px}}.price-sect__call-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;padding-top:25px;line-height:1.1}@media only screen and (max-width:1520px){.price-sect__call-content{font-size:14px}}.price-sect__call-desc{font-size:1.125em}.price-sect__call-title{font-size:1.4375em;line-height:1.2;font-weight:700}@media only screen and (max-width:1520px){.price-sect__call-title{font-size:1.3125em}}.price-sect__call-text{font-size:1em}.price-sect__call-btn{width:100%;padding:5px 15px;margin-top:10px}@media only screen and (max-width:1520px){.price-sect__call-btn{height:56px}}@media only screen and (max-width:992px){.price-sect__call-btn{height:50px;font-size:16px;max-width:250px;-ms-flex-item-align:center;align-self:center}}.rec-sect{padding:55px 0;background-color:#f1f8fe}@media only screen and (max-width:992px){.rec-sect{padding:40px 0}}@media only screen and (max-width:768px){.rec-sect{padding:30px 0 20px}}@media only screen and (max-width:576px){.rec-sect{background-color:transparent}}.rec-sect__title{margin-bottom:40px}@media only screen and (max-width:992px){.rec-sect__title{margin-bottom:30px}}@media only screen and (max-width:768px){.rec-sect__title{margin-bottom:25px}}.rec-sect__items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px}@media only screen and (max-width:1520px){.rec-sect__items{grid-gap:15px}}@media only screen and (max-width:992px){.rec-sect__items{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.rec-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-bottom:15px}}.rec-sect__items:last-child{margin-bottom:0}.rec-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;background-color:#fff;border-radius:10px;padding:30px 20px 30px 35px;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.rec-sect__item{padding:25px 15px 25px 20px;gap:20px}}@media only screen and (max-width:1200px){.rec-sect__item{padding:20px 15px}}@media only screen and (max-width:576px){.rec-sect__item{background-color:#f1f8fe}}@media only screen and (max-width:480px){.rec-sect__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px;padding:15px}}.rec-sect__item-icon{-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:136px;height:136px;border-radius:50%;background-color:#f1f8fe}@media only screen and (max-width:1200px){.rec-sect__item-icon{width:100px;height:100px}}@media only screen and (max-width:576px){.rec-sect__item-icon{background-color:#fcfeff}}@media only screen and (max-width:480px){.rec-sect__item-icon{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;width:80px;height:80px}}@media only screen and (max-width:360px){.rec-sect__item-icon{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;width:60px;height:60px}}.rec-sect__item-icon img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.rec-sect__item-icon img{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}}@media only screen and (max-width:480px){.rec-sect__item-icon img{-webkit-transform:scale(.55);-ms-transform:scale(.55);transform:scale(.55)}}@media only screen and (max-width:360px){.rec-sect__item-icon img{-webkit-transform:scale(.45);-ms-transform:scale(.45);transform:scale(.45)}}.rec-sect__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rec-sect__item-title{margin-bottom:12px;line-height:1.2;font-weight:600;font-size:21px}@media only screen and (max-width:1520px){.rec-sect__item-title{font-size:19px}}@media only screen and (max-width:1200px){.rec-sect__item-title{font-size:18px}}@media only screen and (max-width:480px){.rec-sect__item-title{font-size:16px}}.rec-sect__item-text{margin-bottom:25px;font-weight:300;line-height:1.22}@media only screen and (max-width:1200px){.rec-sect__item-text{font-size:15px}}@media only screen and (max-width:576px){.rec-sect__item-text{margin-bottom:0}}@media only screen and (max-width:480px){.rec-sect__item-text{font-size:14px}}.rec-sect__item-btn{margin-top:auto;padding:5px 15px;width:100%}@media only screen and (max-width:1200px){.rec-sect__item-btn{font-size:14px}}@media only screen and (max-width:576px){.rec-sect__item-btn{display:none}}.rec-sect__item:hover{-webkit-box-shadow:2px 2px 10px rgba(0,0,0,.05);box-shadow:2px 2px 10px rgba(0,0,0,.05)}.rec-sect__footer{display:none}@media only screen and (max-width:576px){.rec-sect__footer{display:block}}.rec-sect .main-footer__call{font-size:16px;width:100%}.rec-sect .main-footer__call img{width:auto}.recep-sect{padding:50px 0 25px;background-color:#f1f8fe}@media only screen and (max-width:992px){.recep-sect{padding:35px 0 25px}}.recep-sect__title{margin-bottom:30px}@media only screen and (max-width:992px){.recep-sect__title{margin-bottom:20px}}.recep-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:35px}@media only screen and (max-width:992px){.recep-sect__items{margin-bottom:25px;gap:20px}}.recep-sect__items:last-child{margin-bottom:0}.recep-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:35px 25px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 0 49.2%;flex:0 0 49.2%;width:49.2%;padding:20px 25px;padding-bottom:30px;background-color:#fff;border-radius:10px}@media only screen and (max-width:1520px){.recep-sect__item{gap:20px}}@media only screen and (max-width:1200px){.recep-sect__item{padding:20px 15px}}@media only screen and (max-width:992px){.recep-sect__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}}.recep-sect__item-img{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;position:relative;overflow:hidden;border-radius:10px;background-repeat:no-repeat;background-position:0 0;background-size:100% 100%}@media only screen and (max-width:360px){.recep-sect__item-img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.recep-sect__item-img::before{content:'';display:block;padding-top:100%}.recep-sect__item-img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-fit:contain;object-fit:contain;-o-object-position:center 0;object-position:center 0}.recep-sect__item-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;font-size:16px;padding-top:10px}@media only screen and (max-width:1520px){.recep-sect__item-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.recep-sect__item-title{line-height:1.2;font-weight:600;font-size:24px}@media only screen and (max-width:1200px){.recep-sect__item-title{font-size:22px}}@media only screen and (max-width:768px){.recep-sect__item-title{font-size:21px}}.recep-sect__item-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px 15px}@media only screen and (max-width:480px){.recep-sect__item-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.recep-sect__item-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:9px;line-height:1.1;font-size:16px;color:#1d2d45;font-weight:500}@media only screen and (max-width:768px){.recep-sect__item-item{font-size:15px;gap:7px}}@media only screen and (max-width:576px){.recep-sect__item-item{font-size:14px}}.recep-sect__item-item:last-child{grid-column:1/-1}.recep-sect__item-item .h5{font-size:.875em;color:#798392;font-weight:400}.recep-sect__item-item ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;font-weight:400;line-height:1.3}.recep-sect__item-item ul strong{font-weight:600}.recep-sect__item-item ul li::before{content:'•';margin-right:5px;display:inline-block}.recep-sect__item-more{text-align:right;margin-top:-5px}@media only screen and (max-width:768px){.recep-sect__item-more{font-size:14px}}.recep-sect__item-more a{color:#9a9a9a;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.recep-sect__item-more a:hover{color:#3a8fe6!important}.recep-sect__item-more a:active,.recep-sect__item-more a:focus{color:#9a9a9a}.recep-sect__item-footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:17px}@media only screen and (max-width:1200px){.recep-sect__item-footer{padding-top:10px}}.recep-sect__item-footer-title{font-size:21px;line-height:1.1;font-weight:600}@media only screen and (max-width:768px){.recep-sect__item-footer-title{font-size:19px}}.recep-sect__item-slider{width:100%;position:relative;margin-top:auto}.recep-sect__item-slider-next,.recep-sect__item-slider-prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:2;top:50%;width:46px;height:46px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(255,255,255,.8);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1200px){.recep-sect__item-slider-next,.recep-sect__item-slider-prev{width:40px;height:40px}}.recep-sect__item-slider-next:hover,.recep-sect__item-slider-prev:hover{background-color:#fff}.recep-sect__item-slider-next:active,.recep-sect__item-slider-next:focus,.recep-sect__item-slider-prev:active,.recep-sect__item-slider-prev:focus{outline:0}.recep-sect__item-slider-prev{left:-23px}@media only screen and (max-width:1520px){.recep-sect__item-slider-prev{left:-20px}}@media only screen and (max-width:1200px){.recep-sect__item-slider-prev{left:-15px}}.recep-sect__item-slider-next{right:-23px}@media only screen and (max-width:1520px){.recep-sect__item-slider-next{right:-20px}}@media only screen and (max-width:1200px){.recep-sect__item-slider-next{right:-15px}}.recep-sect__item-slider-next img{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.recep-sect__item .rev-sect__item{padding:30px;background-color:#f1f8fe}@media only screen and (max-width:576px){.recep-sect__item .rev-sect__item{padding:20px}}@media only screen and (max-width:480px){.recep-sect__item .rev-sect__item{padding:15px}}.recep-sect__item .rev-sect__item-text{height:auto}@media only screen and (max-width:576px){.recep-sect__item .rev-sect__item-title{-ms-flex-wrap:wrap;flex-wrap:wrap}}.recom-sect{padding:60px 0;position:relative;z-index:0}@media only screen and (max-width:992px){.recom-sect{padding:30px 0}}.recom-sect__bg{position:absolute;z-index:0;top:65%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.recom-sect__container{position:relative;z-index:1}.recom-sect__title{margin-bottom:32px;text-align:left}@media only screen and (max-width:992px){.recom-sect__title{margin-bottom:20px}}.recom-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:40px}@media only screen and (max-width:1520px){.recom-sect__content{gap:20px}}@media only screen and (max-width:992px){.recom-sect__content{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}}.recom-sect__img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative}@media only screen and (max-width:992px){.recom-sect__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}}.recom-sect__img img{display:inline-block;height:auto;block-size:auto}@media only screen and (max-width:1200px){.recom-sect__img img{width:400px}}@media only screen and (max-width:480px){.recom-sect__img img{width:100%}}.recom-sect__items{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}@media only screen and (max-width:992px){.recom-sect__items{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.recom-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background-color:#fff;border-radius:15px;padding:15px;padding-right:70px;min-height:140px}@media only screen and (max-width:1520px){.recom-sect__item{padding-right:15px}}@media only screen and (max-width:480px){.recom-sect__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}}.recom-sect__item-icon{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;text-align:center}@media only screen and (max-width:1200px){.recom-sect__item-icon{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}}@media only screen and (max-width:480px){.recom-sect__item-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.recom-sect__item-text{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}@media only screen and (max-width:1200px){.recom-sect__item-text{font-size:14px}}@media only screen and (max-width:480px){.recom-sect__item-text{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;text-align:center}}.recom-sect__item-text strong{font-weight:600}.rev-sect{padding:55px 0 45px;background-color:#f1f8fe}@media only screen and (max-width:992px){.rev-sect{padding:30px 0}}.rev-sect__title{margin-bottom:45px}@media only screen and (max-width:992px){.rev-sect__title{margin-bottom:30px}}@media only screen and (max-width:768px){.rev-sect__title{margin-bottom:25px}}.rev-sect__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;margin-bottom:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media only screen and (max-width:1520px){.rev-sect__items{grid-gap:20px}}@media only screen and (max-width:1200px){.rev-sect__items{grid-gap:15px}}@media only screen and (max-width:992px){.rev-sect__items{margin-bottom:30px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.rev-sect__items{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.rev-sect__items:last-child{margin-bottom:0}.rev-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;gap:12px;padding:35px;padding-bottom:30px;position:relative;background-color:#fff;border-radius:10px;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.rev-sect__item{padding:30px 20px}}@media only screen and (max-width:1200px){.rev-sect__item{padding:20px 15px;padding-bottom:30px}}.rev-sect__item-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px 15px}.rev-sect__item-date{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-size:12px;font-weight:300}.rev-sect__item-date span{display:inline-block;white-space:nowrap}.rev-sect__item-addr{text-align:right;font-weight:300;line-height:1.1;font-size:12px}.rev-sect__item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px 15px;font-size:18px;font-weight:600}@media only screen and (max-width:992px){.rev-sect__item-title{font-size:16px}}@media only screen and (max-width:576px){.rev-sect__item-title{font-size:14px}}.rev-sect__item-rat{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px}.rev-sect__item-rat li{display:inline-grid}.rev-sect__item-rat li img{grid-area:1/1}.rev-sect__item-rat li img:first-child{opacity:1}.rev-sect__item-rat li img:last-child{opacity:0}.rev-sect__item-rat li.active img:first-child{opacity:0}.rev-sect__item-rat li.active img:last-child{opacity:1}.rev-sect__item-text{height:192px;overflow-y:hidden;font-size:14px;line-height:1.3;font-weight:300}@media only screen and (max-width:1200px){.rev-sect__item-text{font-size:13px}}@media only screen and (max-width:768px){.rev-sect__item-text{height:160px}}@media only screen and (max-width:480px){.rev-sect__item-text{height:192px}}@media only screen and (max-width:360px){.rev-sect__item-text{height:200px}}.rev-sect__item-sw{height:200px;width:100%;position:absolute;z-index:2;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;padding:35px;padding-bottom:25px;background:-webkit-gradient(linear,left bottom,left top,from(white),color-stop(25%,#fff),color-stop(75%,rgba(255,255,255,.297356)),to(rgba(255,255,255,0)));background:-o-linear-gradient(bottom,#fff 0,#fff 25%,rgba(255,255,255,.297356) 75%,rgba(255,255,255,0) 100%);background:linear-gradient(0deg,#fff 0,#fff 25%,rgba(255,255,255,.297356) 75%,rgba(255,255,255,0) 100%);user-select:none;font-size:14px;font-weight:300;-webkit-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}@media only screen and (max-width:1520px){.rev-sect__item-sw{padding-left:20px}}@media only screen and (max-width:1200px){.rev-sect__item-sw{padding-left:15px}}@media only screen and (max-width:992px){.rev-sect__item-sw{font-size:13px}}.rev-sect__item-sw span:first-child{display:inline-block}.rev-sect__item-sw span:last-child{display:none}.rev-sect__item.active{padding-bottom:40px}.rev-sect__item.active .rev-sect__item-text{height:auto}.rev-sect__item.active .rev-sect__item-sw{height:40px;padding-bottom:14px;background:0 0}.rev-sect__item.active .rev-sect__item-sw span:first-child{display:none}.rev-sect__item.active .rev-sect__item-sw span:last-child{display:inline-block}.search-sect{padding:35px 0 50px}@media only screen and (max-width:992px){.search-sect{padding:25px 0 35px}}@media only screen and (max-width:768px){.search-sect{padding:25px 0 20px}}.search-sect__bc{margin-bottom:15px}@media only screen and (max-width:992px){.search-sect__bc{margin-bottom:10px}}.search-sect__title{margin-bottom:40px;text-align:left}@media only screen and (max-width:992px){.search-sect__title{margin-bottom:30px}}@media only screen and (max-width:576px){.search-sect__title{margin-bottom:20px}}.search-sect__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;background-color:#fff;border-radius:10px;-webkit-box-shadow:0 0 38px 0 rgba(7,65,122,.04);box-shadow:0 0 38px 0 rgba(7,65,122,.04);padding:40px 50px}@media only screen and (max-width:1520px){.search-sect__content{padding:35px 25px}}@media only screen and (max-width:768px){.search-sect__content{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}@media only screen and (max-width:576px){.search-sect__content{padding:20px 10px}}.search-sect__content-title{font-size:24px;font-weight:600;line-height:1.2}@media only screen and (max-width:992px){.search-sect__content-title{font-size:22px}}.search-sect__content-text{font-weight:300}@media only screen and (max-width:992px){.search-sect__content-text{font-size:14px}}.search-sect__content-text>*+*{margin-top:15px}.search-sect__content-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;padding-top:15px}@media only screen and (max-width:480px){.search-sect__content-footer{padding-top:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.search-sect__content-footer .search-sect__info-block p{font-size:1.5em;line-height:1.1;font-weight:600}@media only screen and (max-width:576px){.search-sect__content-footer .search-sect__info-block p{font-size:19px}}.search-sect__info{display:grid;grid-template-columns:1fr 32%;grid-gap:20px 40px}@media only screen and (max-width:1520px){.search-sect__info{grid-gap:20px}}@media only screen and (max-width:576px){.search-sect__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.search-sect__info-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:22px}.search-sect__info-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;line-height:1.1;color:#798392;font-size:14px}@media only screen and (max-width:992px){.search-sect__info-block{font-size:12px}}.search-sect__info-block p{font-weight:500;font-size:1.14286em;color:#1d2d45}.search-sect__info-block ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;font-weight:500;color:#1d2d45;font-size:1.14286em}.search-sect__info-block ul li::before{content:'✓';display:inline-block;margin-right:5px}.search-sect__info-block ul li span{white-space:nowrap}.search-sect__time{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:10px;background-color:#f1f8fe;padding:15px;line-height:1.2;font-size:14px}.search-sect__time strong{font-weight:600;font-size:1.14286em}.search-sect__btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}@media only screen and (max-width:992px){.search-sect__btns{width:100%}}@media only screen and (max-width:480px){.search-sect__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.search-sect__call,.search-sect__more{padding:5px 15px;-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px}@media only screen and (max-width:992px){.search-sect__call,.search-sect__more{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:auto}}@media only screen and (max-width:768px){.search-sect__call,.search-sect__more{font-size:16px;height:50px}}@media only screen and (max-width:480px){.search-sect__call,.search-sect__more{font-size:14px;height:46px;-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.sserv-sect{padding:50px 0 60px;background-repeat:no-repeat;background-position:center bottom -150px}@media only screen and (max-width:992px){.sserv-sect{padding:30px 0 35px;background-image:none!important}}.sserv-sect__title{margin-bottom:45px}@media only screen and (max-width:992px){.sserv-sect__title{margin-bottom:35px}}@media only screen and (max-width:768px){.sserv-sect__title{margin-bottom:25px}}@media only screen and (max-width:576px){.sserv-sect__title{margin-bottom:20px}}.sserv-sect__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px}@media only screen and (max-width:768px){.sserv-sect__items{grid-gap:10px}}@media only screen and (max-width:480px){.sserv-sect__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}}.sserv-sect__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:35px;background-color:#fff;border-radius:10px;padding:24px}@media only screen and (max-width:1520px){.sserv-sect__item{padding:20px;gap:25px}}@media only screen and (max-width:1200px){.sserv-sect__item{gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width:992px){.sserv-sect__item{-webkit-box-shadow:0 0 15px rgba(29,45,69,.1);box-shadow:0 0 15px rgba(29,45,69,.1)}}@media only screen and (max-width:768px){.sserv-sect__item{padding:15px;gap:15px}}.sserv-sect__item-img{-webkit-box-flex:0;-ms-flex:0 0 235px;flex:0 0 235px;position:relative;overflow:hidden;border-radius:10px;aspect-ratio:1/1}@media only screen and (max-width:1200px){.sserv-sect__item-img{-webkit-box-flex:0;-ms-flex:none;flex:none;width:235px}}@media only screen and (max-width:768px){.sserv-sect__item-img{width:100%}}.sserv-sect__item-img img{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sserv-sect__item-content{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;font-size:14px;line-height:1.2;font-weight:300}@media only screen and (max-width:1200px){.sserv-sect__item-content{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}@media only screen and (max-width:576px){.sserv-sect__item-content{font-size:12px}}@media only screen and (max-width:480px){.sserv-sect__item-content{font-size:14px}}.sserv-sect__item-title{font-size:24px;font-weight:600;line-height:1.15}@media only screen and (max-width:1200px){.sserv-sect__item-title{font-size:22px}}@media only screen and (max-width:992px){.sserv-sect__item-title{font-size:20px}}@media only screen and (max-width:768px){.sserv-sect__item-title{font-size:18px}}@media only screen and (max-width:576px){.sserv-sect__item-title{font-size:16px}}@media only screen and (max-width:480px){.sserv-sect__item-title{font-size:18px}}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;min-height:100dvh;overflow:hidden}