@charset "UTF-8";.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(./ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}body{font-family:Roboto,sans-serif;margin:0;padding:0}li,ul{margin:0;padding:0;list-style:none}a,button{text-decoration:none;outline:0;border:none}a:active,a:focus,a:hover,button:active,button:focus,button:hover{text-decoration:none;outline:0}button{background-color:transparent}.container{display:-ms-flexbox;display:flex;width:1200px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}@media screen and (max-width:1200px){.container{width:980px}}@media screen and (max-width:980px){.container{width:100%;margin:0 10px}}.wrap{min-height:100vh;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.header{height:100px;max-width:100vw;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;background-color:#f5f3f3}@media screen and (max-width:769px){.header{height:70px}}.header .container{-ms-flex-pack:justify;justify-content:space-between}.main{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:calc(100vh - 100px - 184px)}@media screen and (max-width:768px){.main{margin-top:100px}}.section{overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:480px}@media screen and (max-width:760px){.section{height:auto}}.section_title{text-transform:uppercase;font-weight:400;font-size:36px;width:100%;text-align:center;color:#f5f3f3;position:relative;margin:0;padding:30px 0 10px}.section_title:before{content:"";position:absolute;bottom:-2px;left:calc(50% - 45px);height:2px;width:90px;background-color:#fa0}.section_pagination{display:-ms-flexbox;display:flex;padding:30px 0}.section_pagination a{padding:5px 10px;margin:0 5px;position:relative;color:#b4b4b4}.section_pagination a:before{content:"";position:absolute;bottom:-3px;left:0;height:3px;width:100%;background-color:#b4b4b4}.section_pagination a.active{color:#fa0}.section_pagination a.active:before{background-color:#fa0}.footer{max-width:100vw;overflow:hidden;position:static;bottom:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;width:100%;background-color:#f5f3f3}@media screen and (max-width:980px){.footer{position:relative}}.footer_mobileTilte{display:none;color:#4e556a;font-size:30px;margin:0;padding:0}@media screen and (max-width:768px){.footer_mobileTilte{display:block;font-size:25px;padding:10px 20px 10px 0}}.footer .container{-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:980px){.footer .container{-ms-flex-align:start;align-items:flex-start;padding:0}}@media screen and (max-width:768px){.footer .container{display:grid;grid-template-columns:100px 1fr;grid-gap:20px;margin:0 auto}}@media screen and (max-width:980px){.footer .header_logo img{width:35vw}.footer .header_nav__ul{position:initial;background-color:transparent;padding:0}.footer .header_nav__ul a{color:#626161;font-size:16px;margin:0}.footer .header_nav__ul a:before{display:none}.footer .header_right{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute;bottom:45%;width:35vw}.footer .header_right__search{margin-bottom:10px}.footer .header_right__language{-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:768px){.footer .header_logo img{width:100%}}.footer .footerContext{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:end;align-items:flex-end;padding-bottom:10px}.footer_row{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.footer_row--center{width:100%}.footer_row--center p{text-align:center;font-size:13px;color:#626161;font-weight:700;margin:0}.footer_row_right{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.footer_row_right p{margin:0;max-width:250px;text-align:center;font-size:13px;color:#626161}.footer_row_right img{max-height:85px;width:auto}@media screen and (max-width:768px){.footer .header_nav{display:none}.footer .header_right{display:none;position:initial;width:90%;grid-column:span 2;margin:0 auto}.footer .header_right__search input{width:100%;padding:5px}}.form_row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.form .form-field{position:relative;margin:0 0 25px;height:auto}.form .form-field .form-label{z-index:-1;-ms-flex-order:-1;order:-1;position:absolute;left:0;bottom:3px;color:#d3d3d3;transition:.2s bottom ease-in-out}.form .form-field .form-input{border:none;border-bottom:2px solid #d3d3d3;padding:0 5px 5px 0;transition:.2s border-bottom ease-in-out;background-color:transparent;outline:0}.form .form-field .form-input::-moz-placeholder{color:transparent}.form .form-field .form-input:-ms-input-placeholder{color:transparent}.form .form-field .form-input::placeholder{color:transparent}.form .form-field .form-input:placeholder-shown+.form-label{bottom:3px;color:#b4b4b4}.form .form-field .form-input:active,.form .form-field .form-input:focus,.form .form-field .form-input:not(:placeholder-shown){border-bottom-color:#2886c4;outline:0}.form .form-field .form-input:active+.form-label,.form .form-field .form-input:focus+.form-label,.form .form-field .form-input:not(:placeholder-shown)+.form-label{bottom:100%;color:#b4b4b4}.breadCrumbs{display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start;padding:40px 16px 10px 0}.breadCrumbs li{display:inline;font-size:16px;color:#626161}.breadCrumbs li+li:before{padding:8px 5px;content:"˃"}.breadCrumbs li a{color:#424a60;text-decoration:none}.breadCrumbs li a:hover{color:#2886c4;text-decoration:underline}.section-top{height:300px;background-image:url(../img/img1.png);background-repeat:no-repeat;background-size:cover;background-position:top;position:relative}.section-top:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(39,108,175,.8)}.section-top_title{font-weight:600;text-transform:none;font-size:48px}#scrollToTopBtn{width:40px;height:40px;position:fixed;right:10px;bottom:25vh;border-radius:50%;background-color:#2886c4;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:99;box-shadow:0 0 10px rgba(0,0,0,.3);opacity:.7;transition:.2s opacity ease-in-out}#scrollToTopBtn:hover{opacity:1}i.cloud{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxwYXRoIGQ9Ik01MC45NzYsMjAuNjk0Yy0wLjUyOC05LTcuOTQ3LTE2LjE5NC0xNi44OTItMTYuMTk0Yy01LjQzLDAtMTAuNjg4LDIuNjYzLTEzLjk0NSw3LjAwOCAgIGMtMC4wNzUtMC4wMzktMC4xNTQtMC4wNjYtMC4yMy0wLjEwMmMtMC4xOTgtMC4wOTYtMC4zOTktMC4xODctMC42MDQtMC4yNjljLTAuMTE0LTAuMDQ1LTAuMjI4LTAuMDg2LTAuMzQzLTAuMTI2ICAgYy0wLjIwMy0wLjA3MS0wLjQwOS0wLjEzNC0wLjYxOS0wLjE5MWMtMC4xMTUtMC4wMzEtMC4yMjktMC4wNjMtMC4zNDUtMC4wODljLTAuMjI1LTAuMDUxLTAuNDU1LTAuMDktMC42ODctMC4xMjUgICBjLTAuMTAxLTAuMDE1LTAuMi0wLjAzNS0wLjMwMi0wLjA0NkMxNi42NzcsMTAuNTIzLDE2LjM0MSwxMC41LDE2LDEwLjVjLTQuOTYzLDAtOSw0LjAzNy05LDljMCwwLjEyOSwwLjAwOCwwLjI1NSwwLjAxNywwLjM4MSAgIEMyLjg1NywyMi4xNDgsMCwyNi44OTksMCwzMS42NTRDMCwzOC43MzcsNS43NjIsNDQuNSwxMi44NDUsNDQuNUgxOGMwLjU1MywwLDEtMC40NDcsMS0xcy0wLjQ0Ny0xLTEtMWgtNS4xNTUgICBDNi44NjUsNDIuNSwyLDM3LjYzNSwyLDMxLjY1NGMwLTQuMTU0LDIuNzA1LTguNDY2LDYuNDMzLTEwLjI1M0w5LDIxLjEzVjIwLjVjMC0wLjEyLDAuMDA4LTAuMjQyLDAuMDE1LTAuMzY1bDAuMDExLTAuMTg1ICAgbC0wLjAxMy0wLjE5NEM5LjAwNywxOS42NzEsOSwxOS41ODYsOSwxOS41YzAtMy44NTksMy4xNDEtNyw3LTdjMC4zMDksMCwwLjYxNCwwLjAyNywwLjkxNywwLjA2NyAgIGMwLjA3OCwwLjAxLDAuMTU2LDAuMDIzLDAuMjMzLDAuMDM2YzAuMjY3LDAuMDQ0LDAuNTMsMC4xMDIsMC43ODksMC4xNzdjMC4wMzUsMC4wMSwwLjA3MSwwLjAxNywwLjEwNiwwLjAyNyAgIGMwLjI4NSwwLjA4NywwLjU2MywwLjE5NywwLjgzNSwwLjMyMWMwLjA3MSwwLjAzMiwwLjE0LDAuMDY3LDAuMjEsMC4xMDFjMC4yNCwwLjExOSwwLjQ3NSwwLjI0OSwwLjcwMiwwLjM5NiAgIEMyMS43MTksMTQuODczLDIzLDE3LjAzOCwyMywxOS41YzAsMC41NTMsMC40NDcsMSwxLDFzMS0wLjQ0NywxLTFjMC0yLjc1NC0xLjI0Ni01LjIxOS0zLjItNi44NzEgICBDMjQuNjY3LDguODc5LDI5LjM4OCw2LjUsMzQuMDg0LDYuNWM3Ljc0NSwwLDE0LjE3OCw2LjEzNSwxNC44NDksMTMuODg4Yy0xLjAyMS0wLjA3Mi0yLjU1Mi0wLjEwOS00LjA4MywwLjEyNCAgIGMtMC41NDYsMC4wODMtMC45MjEsMC41OTMtMC44MzgsMS4xMzljMC4wNzUsMC40OTUsMC41MDEsMC44NSwwLjk4NywwLjg1YzAuMDUsMCwwLjEwMS0wLjAwNCwwLjE1MS0wLjAxMiAgIGMyLjIyNy0wLjMzNyw0LjU0OC0wLjAyMSw0LjY4NC0wLjAwMkM1NC40OSwyMy4zNzIsNTgsMjcuNjYxLDU4LDMyLjQ3MkM1OCwzOC4wMDEsNTMuNTAxLDQyLjUsNDcuOTcyLDQyLjVINDQgICBjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFoMy45NzJDNTQuNjA0LDQ0LjUsNjAsMzkuMTA0LDYwLDMyLjQ3MkM2MCwyNi45ODMsNTYuMTczLDIyLjA2LDUwLjk3NiwyMC42OTR6IiBmaWxsPSIjZmZhYTAwIi8+Cgk8cGF0aCBkPSJNMzguMjkzLDQ1Ljc5M0wzMiw1Mi4wODZWMzEuNWMwLTAuNTUzLTAuNDQ3LTEtMS0xcy0xLDAuNDQ3LTEsMXYyMC41ODZsLTYuMjkzLTYuMjkzYy0wLjM5MS0wLjM5MS0xLjAyMy0wLjM5MS0xLjQxNCwwICAgcy0wLjM5MSwxLjAyMywwLDEuNDE0bDcuOTk5LDcuOTk5YzAuMDkyLDAuMDkzLDAuMjAzLDAuMTY2LDAuMzI2LDAuMjE3QzMwLjc0LDU1LjQ3NCwzMC44Nyw1NS41LDMxLDU1LjVzMC4yNi0wLjAyNiwwLjM4Mi0wLjA3NyAgIGMwLjEyMy0wLjA1MSwwLjIzNC0wLjEyNCwwLjMyNi0wLjIxN2w3Ljk5OS03Ljk5OWMwLjM5MS0wLjM5MSwwLjM5MS0xLjAyMywwLTEuNDE0UzM4LjY4NCw0NS40MDIsMzguMjkzLDQ1Ljc5M3oiIGZpbGw9IiNmZmFhMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:block}i.calendar{background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnIGlkPSJjYWxlbmRhcl8xXyI+CgkJPHBhdGggZD0iTTI5LjMzNCwzSDI1VjFjMC0wLjU1My0wLjQ0Ny0xLTEtMXMtMSwwLjQ0Ny0xLDF2MmgtNlYxYzAtMC41NTMtMC40NDgtMS0xLTFzLTEsMC40NDctMSwxdjJIOVYxICAgIGMwLTAuNTUzLTAuNDQ4LTEtMS0xUzcsMC40NDcsNywxdjJIMi42NjdDMS4xOTQsMywwLDQuMTkzLDAsNS42NjZ2MjMuNjY3QzAsMzAuODA2LDEuMTk0LDMyLDIuNjY3LDMyaDI2LjY2NyAgICBDMzAuODA3LDMyLDMyLDMwLjgwNiwzMiwyOS4zMzNWNS42NjZDMzIsNC4xOTMsMzAuODA3LDMsMjkuMzM0LDN6IE0zMCwyOS4zMzNDMzAsMjkuNzAxLDI5LjcwMSwzMCwyOS4zMzQsMzBIMi42NjcgICAgQzIuMjk5LDMwLDIsMjkuNzAxLDIsMjkuMzMzVjUuNjY2QzIsNS4yOTksMi4yOTksNSwyLjY2Nyw1SDd2MmMwLDAuNTUzLDAuNDQ4LDEsMSwxczEtMC40NDcsMS0xVjVoNnYyYzAsMC41NTMsMC40NDgsMSwxLDEgICAgczEtMC40NDcsMS0xVjVoNnYyYzAsMC41NTMsMC40NDcsMSwxLDFzMS0wLjQ0NywxLTFWNWg0LjMzNEMyOS43MDEsNSwzMCw1LjI5OSwzMCw1LjY2NlYyOS4zMzN6IiBmaWxsPSIjODA4MDgwIi8+CgkJPHJlY3QgeD0iNyIgeT0iMTIiIHdpZHRoPSI0IiBoZWlnaHQ9IjMiIGZpbGw9IiM4MDgwODAiLz4KCQk8cmVjdCB4PSI3IiB5PSIxNyIgd2lkdGg9IjQiIGhlaWdodD0iMyIgZmlsbD0iIzgwODA4MCIvPgoJCTxyZWN0IHg9IjciIHk9IjIyIiB3aWR0aD0iNCIgaGVpZ2h0PSIzIiBmaWxsPSIjODA4MDgwIi8+CgkJPHJlY3QgeD0iMTQiIHk9IjIyIiB3aWR0aD0iNCIgaGVpZ2h0PSIzIiBmaWxsPSIjODA4MDgwIi8+CgkJPHJlY3QgeD0iMTQiIHk9IjE3IiB3aWR0aD0iNCIgaGVpZ2h0PSIzIiBmaWxsPSIjODA4MDgwIi8+CgkJPHJlY3QgeD0iMTQiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSIzIiBmaWxsPSIjODA4MDgwIi8+CgkJPHJlY3QgeD0iMjEiIHk9IjIyIiB3aWR0aD0iNCIgaGVpZ2h0PSIzIiBmaWxsPSIjODA4MDgwIi8+CgkJPHJlY3QgeD0iMjEiIHk9IjE3IiB3aWR0aD0iNCIgaGVpZ2h0PSIzIiBmaWxsPSIjODA4MDgwIi8+CgkJPHJlY3QgeD0iMjEiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSIzIiBmaWxsPSIjODA4MDgwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:block}i.search{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAB2wAAAdsBV+WHHwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAMLSURBVEiJxdZBbBRlGMbx//PtNru1EQOeVE6Gm1ETq4mB7kINCLU0stv25EFPeJGDRBK7ZeuEpVQTo0kPEhsPiEQTtu1io+VgY0u3EonlKImEqxDF9AC2pe7svB4IWBK7nd3t6nOaybzf98uXmbzzwv8UVVPc+/53jwQWf9SZ3c5nkjcbCh8YnOtwFrwmeMVg86pHdwRThs4u+P5XM167vyFw97G5pwLZScmeFnbaZOfKpmt+xP0ZCyxOOdiKXBfwuollZ3prLJuYqgtOHy+mwE5L+tyVIgN5b/vCWht0DE/G4rdaDgnlTPIK/YkPaoJTx+faRDAl4+2xbPJk2BOkchdekjQh6fBYf2KkKrjD+3FTc/SvX0CfjR9NZMOi95LOzfYgzihwrWMDbT9XqnWrb+LRUh9w4xm/7b1qUYDxbHIUOGsu+HC92vvwLm86KuwgxgnPU1ALDBCJlI8Be7uHik+Ggrc0KQHEIi3Rb2tFAfJ97dfALge+vVqpLnrvwkytwE/5w9uX64EBJBWB1ko1q96xHpPper0ogGG/GjwRCnaqrn1WisyZrPJ+9+HA7LrJHt8geStwIxQs2WXBC70fXWyu1zWzBOJSKHihZEVgpbzod9aD9g5NbwM9Z06ToeAZr91HGkYM7vKmo5UWVUo5iAwBhUImcTUUDLBcavoY2LQlGq2pc6Vzsz0YnRHHwHq1D8DnvRdvGa4X7Eg6N3uoGrQnd+FlxClMn+QzySvr1Vf8LQIF8yPvFLwdv6+1QZc3/1BTZOldRAaIAIvOtH80m5ipGoZ/BgFkzzrslMnO+fhXJvp3/9Y5VNwcK5W3IdeFeIO7PWAEow9oDoPXM/osAfOYfdkSv3PmiyN7F1ODM3tk7usweG3D3oq/dBP++Lc5qztX3G2yifXwDWuTq5M+MbuDgPPAw8CKmXoK2cQ3DYfD4G7tpfVlPJP8wWH7gNtATLLRVK64v+EwwOjRnRfN7AB3P8SYZMMHP51vajgMUMju/N5he4Cr5rRv5M3nS402H0jH8GTsPwXXyt9GNz/sAE3b7AAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;display:block}.datepicker--button{display:none}@media screen and (max-width:980px){.header{position:fixed;z-index:3}}.header_logo{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:150px}@media screen and (max-width:980px){.header_logo{-ms-flex-order:1;order:1}}@media screen and (max-width:768px){.header_logo{-ms-flex-order:initial;order:initial;-ms-flex-pack:start;justify-content:flex-start;width:100px}}.header_logo img{padding:10px 0;width:100%}.header_logo__companyName{display:none;padding:0 10px;font-size:18px;color:#424a60;font-weight:400;margin:20px 0}@media screen and (max-width:980px){.header_nav{-ms-flex-order:3;order:3}}.header_nav_nav--mobile{left:0}.header_nav__burger{display:none;position:relative;height:25px;width:30px}@media screen and (max-width:980px){.header_nav__burger{display:block}}.header_nav__burger--line{position:absolute;left:0;top:calc(50% - 2px);width:100%;height:4px;background-color:#2886c4;display:-ms-flexbox;display:flex;transition:250ms opacity ease-in-out}.header_nav__burger:hover{cursor:pointer}.header_nav__burger:after,.header_nav__burger:before{transition:250ms transform ease-in-out;content:"";position:absolute;left:0;background-color:#2886c4;width:100%;height:4px}.header_nav__burger:before{top:0}.header_nav__burger:after{bottom:0}.header_nav .active-burger .header_nav__burger--line{opacity:0}.header_nav .active-burger:before{transform:rotate(45deg) translate(10px,10px)}.header_nav .active-burger:after{transform:rotate(-45deg) translate(5px,-5px)}.header_nav__ul{display:-ms-flexbox;display:flex}@media screen and (max-width:980px){.header_nav__ul{-ms-flex-direction:column;flex-direction:column;position:fixed;top:0;left:-100%;height:100%;width:auto;z-index:2;background:rgba(65,109,165,.8);padding:30px 40px;transition:250ms left ease-in-out}}.header_nav__ul li{position:relative;z-index:2}.header_nav__ul a{display:-ms-flexbox;display:flex;padding:20px;margin:10px 0;color:#4e556a;transition:.2s color ease-in-out;position:relative;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:1200px){.header_nav__ul a{font-size:14px;padding:20px 10px}}@media screen and (max-width:980px){.header_nav__ul a{font-size:18px;padding:10px 5px;color:#f5f3f3;margin:0}}.header_nav__ul a:before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#fa0;transition:.2s width ease-in-out}.header_nav__ul a+.subMenu{transform:translateY(100%);z-index:1;overflow:hidden;position:absolute;bottom:0;left:0;height:auto;background-color:#f5f3f3}@media screen and (max-width:980px){.header_nav__ul a+.subMenu{position:initial;background-color:transparent;transform:none}}.header_nav__ul a+.subMenu li{overflow:hidden;height:0;transition:250ms height ease-in-out}@media screen and (max-width:980px){.header_nav__ul a+.subMenu li{height:initial;overflow:initial}}.header_nav__ul a+.subMenu a{text-transform:none;padding:10px 20px;margin:0}@media screen and (max-width:980px){.header_nav__ul a+.subMenu a{font-weight:300;padding:5px 20px;font-size:16px}}.header_nav__ul a+.subMenu a:before{display:none}.header_nav__ul a+.subMenu:hover li{height:36px}@media screen and (max-width:980px){.header_nav__ul a+.subMenu:hover li{height:initial}}.header_nav__ul a:hover{color:#fa0}.header_nav__ul a:hover:before{width:100%}@media screen and (max-width:980px){.header_nav__ul a:hover:before{display:none}}.header_nav__ul a:hover+.subMenu{height:auto}.header_nav__ul a:hover+.subMenu li{height:36px}@media screen and (max-width:980px){.header_nav__ul a:hover+.subMenu li{height:initial}}.header_nav__ul a.active{color:#fa0}.header_nav__ul a.active:before{width:100%}.header_nav__ul--open{left:0}.header_right{display:-ms-flexbox;display:flex}@media screen and (max-width:980px){.header_right{-ms-flex-order:2;order:2}}.header_right__search{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;min-width:80px}.header_right__search a#SearchButton,.header_right__search a#SearchButtonFooter{background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANmSURBVGhD7ZhJaxRRFIXjEMQIohI3KipmE/RHOMRFFMSJ7FrbDN1tFk0IupUQyM5oljEqZBf9AW4CKg4YQQMOq2BEQRHFmIU4YDQO34234HlTGTr9qrqDdeBQqbq3zrn3varq91KRIEGCaNDa2rotk8m0wUvwWjabfQDvwCucd3Osz+fzKzS9vNDR0bG0paXlBIU+ptDfc5G8jxz74WaVKD1yudwuCnoSFFkgJ2SW2tvbV6pcaUAheQr5YYpbCIeZ0U0qGy9ooCekoCkSewX74CnOU/Ak7OT8Opyp8TewVuXjAYZ5pwCX9yl0NylL/mZOR3Nz8zryusj7ZO4VjqbT6TWaGi0oYCeGk6aASa63acq80NTUtIX7Hhkdmc1BwjMOhBfI1wkz+2JLUwc0pSCkUqlVFH7T6AmPaEo0wDRtTQudCYvGxsb1aDw3miMM2nJN8Q9M/pkNDIc0VBT4hO93dZWHNOwX8ottzeQ3RMNFg0G5a/T7NeQX8ggZo9dc9vZS8juScfXxG2toaFimYX9A+LIx6tOQFzC7G1199ajRsD8gKgtA1+S0hrwBza/GY6+G/AHhYdeEETyuIW9Ad9R4HNSQPzA6t10TznMa8gZ037kesE5D/kDhV41Jp4a8AL1KPH66HszIdg37A8JnXRN4Q0NeIJ9yoz/JBmy1hv0B4XrXiNH7LgtADRcN9Oxq+p6G/EK2p5jJzs4169JwUUCn2mpzfkbD/oGBbE/dRj7DorerFN1rdCci3WjJ0hvTb64p57JPr9KUgsH9x1w91ezVcHTA5Jw1hrdgtabMG9rEhKMjHI9l24tRFQU8NObCF1zfp2mzglx5J+zjFDCaVW8YZMQwlD32tEIoUFaxWR7DDZo+BS5VyieWeA+0H43g3g+x/xMC41qMn9liXBL/wlFm6i3HX24shON6fA9lOTTMfX2RrIAt2KOsxWxQC1go5Z04LDOB1piNc20glmYEUgiGI7aIOSgv+QX3UULjqcmZYqzNyB5bVqsY94eNrFL+2zIEz4S9CzM1Ioy1mQBiiHENxe7heJRC6vh7x1xrJ/IuusVblqSZhUAHYCCsiYBJM6VA0ky5ImmmXPE/NtOt6eWN2Zrh+ktWFls1tfwR1syiayKA28yibSKANEMj5xd1EwkSlBwVFX8AbplUYenPCIsAAAAASUVORK5CYII=);background-size:contain;opacity:.7;transition:250ms opacity ease-in-out;height:18px;width:18px;position:relative;margin-right:15px}.header_right__search a#SearchButton:after,.header_right__search a#SearchButtonFooter:after{content:"/";color:#000;font-size:16px;position:absolute;top:0;right:-15px}.header_right__search a#SearchButton:hover,.header_right__search a#SearchButtonFooter:hover{opacity:1}.header_right__language{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header_right__language--ul{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.header_right__language--ul li a{padding:5px;margin:0 5px;text-transform:uppercase;color:#b4b4b4}.header_right__language--ul li a.active{color:#2886c4}.section-header{height:auto}.section-header .container{-ms-flex-pack:start;justify-content:flex-start;height:100%}.section-header .slick-dots{bottom:10px;left:170px;width:auto}@media screen and (max-width:768px){.section-header .slick-dots{left:20px;bottom:10px}}.section-header .slick-dots li button:before{color:#b4b4b4;font-size:24px}.section-header .slick-dots li.slick-active button:before{color:#f5f3f3}.section-header_item{background-repeat:no-repeat;background-size:cover;position:relative;height:440px}.section-header_item__text{padding:35px 35px 35px 0;max-width:40%}@media screen and (max-width:768px){.section-header_item__text{max-width:60%}}.section-header_item__text:before{content:"";position:absolute;left:0;top:0;width:50%;height:100%;background-color:rgba(39,108,175,.8)}@media screen and (max-width:768px){.section-header_item__text:before{width:75%}}.section-header_item__text .section_title{text-align:left;margin-bottom:20px}.section-header_item__text .section_title:before{left:0}@media screen and (max-width:980px){.section-header_item__text .section_title{font-size:20px}}@media screen and (max-width:768px){.section-header_item__text .section_title{font-size:22px}}.section-header_item__text p{position:relative;color:#f5f3f3;font-size:16px;padding-bottom:40px;margin:0;line-height:25px}@media screen and (max-width:768px){.section-header_item__text p{overflow:hidden;padding:0;margin-bottom:20px;max-height:130px;-ms-text-overflow:ellipsis;text-overflow:ellipsis}}.section-header_item__text a{position:relative;color:#f5f3f3;font-size:18px;padding:10px 20px;border-radius:25px;border:1px solid #f5f3f3}.section-header_item.slider-position-top{background-position:top}.section-header_item.slider-position-center{background-position:center}.section-header_item.slider-position-bottom{background-position:bottom}.section-news{-ms-flex-align:start;align-items:flex-start;height:auto;position:relative}.section-news .container{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;height:530px}@media screen and (max-width:768px){.section-news .container{-ms-flex-direction:column;flex-direction:column;height:auto}}.section-news_topRow{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:30px 0 20px}.section-news_topRow__title{font-size:26px;color:#4e556a;position:relative;font-weight:300;margin:0}.section-news_topRow__title:after,.section-news_topRow__title:before{content:"";position:absolute;left:0;height:2px;width:90%;background-color:#fa0}.section-news_topRow__title:before{top:-2px}.section-news_topRow__title:after{bottom:-2px}.section-news_topRow__allNews{color:#4e556a;font-size:16px;border:1px solid #4e556a;padding:2px 10px;border-radius:15px;margin-right:20px}.section-news_topRow__allNews:hover{content:"";box-shadow:0 0 5px rgba(0,0,0,.2)}@media screen and (max-width:768px){.section-news_topRow__allNews{display:none}}.section-news_left{width:calc(100% - calc(100% / 4));height:100%;margin-right:15px}@media screen and (max-width:1220px){.section-news_left{width:calc(100% - calc(100% / 3))}}@media screen and (max-width:980px){.section-news_left{margin:0}}@media screen and (max-width:768px){.section-news_left{width:90%;padding:0 10px 20px}}.section-news_left .oneNews{margin:10px}.section-news_left .oneNews_imgContainer{position:relative;height:170px;width:100%;background-size:cover;background-position:center}.section-news_left .oneNews_imgContainer img{position:absolute;top:0;left:0;height:100%;width:100%}.section-news_left .oneNews_dateRow{padding:10px 0 5px;position:relative}.section-news_left .oneNews_dateRow__date{color:#2886c4;font-size:14px;display:-ms-flexbox;display:flex;white-space:nowrap}.section-news_left .oneNews_dateRow__date:after{content:"";display:-ms-flexbox;display:flex;width:100%;border-bottom:1.1px solid #2886c4;margin-left:10px}.section-news_left .oneNews_text{color:#4e556a}.section-news_left .oneNews_text__title{font-size:20px;font-weight:600;margin:0;padding:10px 10px 10px 0}.section-news_left .oneNews_text__content{margin:0;font-size:13px;word-break:break-word;overflow-y:auto;max-height:120px}.section-news_left .oneNews_text__content::-webkit-scrollbar{width:5px}.section-news_left .oneNews_text__content::-webkit-scrollbar-track{background:#ffd88d;opacity:.4}.section-news_left .oneNews_text__content::-webkit-scrollbar-thumb{background:#fa0}.section-news_left .oneNews_text__content::-webkit-scrollbar-thumb:hover{background:#b4b4b4}.section-news_left .slick-dotted.slick-slider{margin-bottom:0}.section-news_left .slick-dots{bottom:initial;right:150px;top:-30px;width:auto}@media screen and (max-width:768px){.section-news_left .slick-dots{left:100px;right:initial;top:-55px}}.section-news_left .slick-dots li button:before{content:"";height:3px;background-color:#b4b4b4}.section-news_left .slick-dots li.slick-active button:before{background-color:#fa0}.section-news_right{width:calc(100% / 4);height:100%}@media screen and (max-width:1220px){.section-news_right{width:calc(100% / 3)}}@media screen and (max-width:760px){.section-news_right{width:100%;height:auto}}@media screen and (max-width:760px){.section-news_right .section-news_topRow{display:-ms-flexbox;display:flex;width:90%;margin:0 auto}}.section-news_right__announcement{height:100%}@media screen and (max-width:760px){.section-news_right__announcement{height:400px}}.section-news_right__announcement--scroll{overflow:auto;background-color:#f5f5f5;max-height:calc(100% - 170px);padding:10px}@media screen and (max-width:760px){.section-news_right__announcement--scroll{max-height:calc(100% - 0px)}}.section-news_right__announcement--scroll::-webkit-scrollbar{width:5px}.section-news_right__announcement--scroll::-webkit-scrollbar-track{background:#ffd88d;opacity:.4}.section-news_right__announcement--scroll::-webkit-scrollbar-thumb{background:#fa0}.section-news_right__announcement--scroll::-webkit-scrollbar-thumb:hover{background:#b4b4b4}.section-news_right .announcement_row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:15px 0}.section-news_right .announcement_row__time{margin-right:10px;color:#b4b4b4}@media screen and (max-width:768px){.section-news_right .announcement_row__time{color:#424a60}}.section-news_right .announcement_row__text{margin:0;color:#424a60;font-size:15px}@media screen and (max-width:768px){.section-news_right .announcement_row__text{color:#b4b4b4}}.section-directionsActivity{background-image:url(../img/img1.png);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;height:auto}@media screen and (min-width:980px){.section-directionsActivity{min-height:576px}}.section-directionsActivity:before{content:"";background-color:rgba(65,109,165,.8);position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.section-directionsActivity .container{z-index:1;-ms-flex-direction:column;flex-direction:column}.section-directionsActivity_grid{display:grid;grid-template-columns:repeat(4,1fr);-ms-flex-align:start;align-items:flex-start;width:100%;padding:40px 0 100px}@media screen and (max-width:760px){.section-directionsActivity_grid{grid-template-columns:1fr;grid-gap:60px}}.section-directionsActivity_grid__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.section-directionsActivity_grid .activity_icon{padding:5px;border:1px solid #f5f3f3;width:120px;height:120px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.section-directionsActivity_grid .activity_icon img{width:60%;height:auto}.section-directionsActivity_grid .activity_text{color:#f5f3f3;font-size:16px;text-align:center;padding:0 15px}.section-gallery .section_title{text-transform:none;color:#4e556a;margin-bottom:25px}.section-gallery .container{-ms-flex-direction:column;flex-direction:column}.section-gallery .sectionGalleryCarusel{width:100%;margin:0 -15px}@media screen and (max-width:768px){.section-gallery .sectionGalleryCarusel{margin:0 auto}}.section-gallery .sectionGalleryCarusel .slick-slide{padding:0 15px}.section-gallery .sectionGalleryCarusel .slick-dots{bottom:-35px}.section-gallery .sectionGalleryCarusel a.homePageGallery{text-decoration:none}.section-gallery .sectionGalleryCarusel a.homePageGallery img{max-height:200px;margin:0 auto}.section-gallery .sectionGalleryCarusel .slick-arrow:before{color:#2886c4;font-size:30px}.section-gallery .slick-dots li button:before{content:"";height:3px;background-color:#b4b4b4}.section-gallery .slick-dots li.slick-active button:before{background-color:#fa0}.section-contacts{-ms-flex-align:start;align-items:flex-start;position:relative;padding-bottom:60px}.section-contacts .container{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;height:100%}.section-contacts .section_title{text-transform:none;color:#4e556a;margin-bottom:25px;text-align:left}.section-contacts .section_title:before{left:0}@media screen and (max-width:768px){.section-contacts .section_title:before{left:calc(50% - 45px)}}@media screen and (max-width:768px){.section-contacts .section_title{text-align:center}}@media screen and (max-width:768px){.section-contacts_left{padding-left:15px}}.section-contacts_left__information{display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.section-contacts_left__information{-ms-flex-direction:column;flex-direction:column}}.section-contacts_left .information_text{padding-right:30px}@media screen and (max-width:768px){.section-contacts_left .information_text{padding:0}}.section-contacts_left .information_text__title{font-size:16px;color:#424a60;font-weight:500;max-width:340px}.section-contacts_left .information_text__block{font-weight:400;color:#4e556a;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.section-contacts_left .information_text__block:last-child{-ms-flex-pack:center;justify-content:center}}.section-contacts_left .information_text__block img{width:50px;height:auto;margin-right:10px}@media screen and (max-width:768px){.section-contacts_left .information_text__block img{width:30px}}.section-contacts_left .information_text__block--address{max-width:215px}.section-contacts_left .information_text__block--phones span{display:block;margin:2px 0}.section-contacts_left .information_text__block--email{color:#4e556a}.section-contacts_left .information_text__block--email:hover{color:#000}.section-contacts_left .information_form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.section-contacts_left .information_form__title{color:#b4b4b4;font-size:18px;font-weight:400}.section-contacts_left .information_form__field{width:100%}.section-contacts_left .information_form__field:first-child{margin-right:20px}.section-contacts_left .information_form__field .form-input{width:100%}@media screen and (max-width:768px){.section-contacts_left .information_form__field{margin-right:0!important}}.section-contacts_left .information_form--inputs{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;height:100%}@media screen and (max-width:768px){.section-contacts_left .information_form--inputs .form_row{-ms-flex-direction:column;flex-direction:column;width:90%}}.section-contacts_left .information_form--inputs .form_row:last-child{margin-top:60px}.section-contacts_left .information_form__submit{background-color:#2886c4;color:#f5f3f3;font-size:18px;text-transform:uppercase;font-weight:600;letter-spacing:2px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:50px;width:70%;margin-bottom:20px;transition:150ms background-color ease-in-out,150ms box-shadow ease-in-out}.section-contacts_left .information_form__submit:hover{cursor:pointer;background-color:#1679c4;box-shadow:0 0 7px rgba(0,0,0,.3)}.section-contacts #map{width:35%;height:100%;position:absolute;right:0;top:0;background-color:#d3d3d3}@media screen and (max-width:1200px){.section-contacts #map{display:none}}.section-partners{height:auto;min-height:400px;margin-bottom:78px;padding-bottom:20px}.section-partners .container{-ms-flex-direction:column;flex-direction:column}.section-partners_brands{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px}.section-partners_brands__wrap{max-width:250px;min-height:150px;transition:.2s box-shadow ease-in-out;margin:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:10px}.section-partners_brands__wrap:hover{box-shadow:0 0 0 3px #fa0;cursor:pointer}.section-partners_brands__wrap img{width:100%;height:auto}@media screen and (max-width:768px){.aboutOrganizationTitle{padding:0 35px}}.section-aboutOrganization{height:auto}.section-aboutOrganization .container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:768px){.section-aboutOrganization .section-top_title{padding:0 35px}}.section-aboutOrganization_title{color:#424a60;font-size:30px;margin:0;padding:30px 10px 0 0;text-align:left;font-weight:300;position:relative}.section-aboutOrganization_title:before{content:"";position:absolute;left:0;bottom:-2px;height:2px;background-color:#fa0;width:20%}@media screen and (max-width:768px){.section-aboutOrganization_title{text-align:center}.section-aboutOrganization_title:before{left:40%}}.section-aboutOrganization_content{padding:20px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:15px;line-height:30px}.section-aboutOrganization_content li,.section-aboutOrganization_content ul{padding:0 0 0 40px;margin:initial;list-style:initial}.section-aboutOrganization_content__row{color:#424a60}.section-aboutOrganization_content__row img{width:auto;height:180px;margin:10px}.section-aboutOrganization_content__row .floatRight{float:right}.section-aboutOrganization_content__row .floatLeft{float:left}.section-aboutOrganization_content__subscribe{font-weight:700;color:#000;font-size:16px}.section-annualReports{-ms-flex-align:start;align-items:flex-start;padding:40px 0;height:auto}.section-annualReports .container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.section-annualReports .reportsGrid{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.section-annualReports .reportsGrid_report{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:calc((100% / 4) - (10px * 2));padding:10px 10px 45px 10px}@media screen and (max-width:980px){.section-annualReports .reportsGrid_report{width:calc((100% / 2) - (10px * 2))}}@media screen and (max-width:768px){.section-annualReports .reportsGrid_report{width:calc((100% / 1) - (10px * 2))}}.section-annualReports .reportsGrid_report__img{position:relative;width:100%;height:213px;padding-bottom:25px;margin-bottom:10px}@media screen and (max-width:980px){.section-annualReports .reportsGrid_report__img{height:300px}}.section-annualReports .reportsGrid_report__img:before{content:"";position:absolute;left:0;bottom:0;width:50%;height:2px;background-color:#2886c4}.section-annualReports .reportsGrid_report__img--bg{display:-ms-flexbox;display:flex;width:100%;height:100%;background-size:cover;background-position:center}.section-annualReports .reportsGrid_report__img .cloudLink{position:absolute;bottom:-10px;right:0}.section-annualReports .reportsGrid_report__img .cloudLink i.cloud{width:32px;height:32px}.section-annualReports .reportsGrid_report__text_title{color:#626161;font-size:16px;font-weight:500;margin-bottom:10px}.section-annualReports .reportsGrid_report__text_posted{font-weight:300;color:#424a60;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;margin:0}.section-annualReports .reportsGrid_report__text_posted i{width:20px;height:20px;margin-right:10px}.section-ourTeam{-ms-flex-align:start;align-items:flex-start;height:auto;margin-bottom:78px;padding:10px 0 20px}.section-ourTeam .container{-ms-flex-direction:column;flex-direction:column}.section-ourTeam_grid{padding-top:30px}.section-ourTeam .ourTeam{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px 20px;width:100%;padding-top:65px}@media screen and (max-width:1200px){.section-ourTeam .ourTeam{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.section-ourTeam .ourTeam{grid-template-columns:1fr}}.section-ourTeam .ourTeam_item{position:relative;padding:10px 15px;background-color:#f1f1f1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.section-ourTeam .ourTeam_item__left--img{margin-top:-35px;width:140px;height:140px;border-radius:50%;overflow:hidden;position:relative}.section-ourTeam .ourTeam_item__left--img img{position:absolute;left:0;top:0;width:auto;height:100%;transform:translateX(-25px)}.section-ourTeam .ourTeam_item__left--name{color:#fa0;font-size:16px;text-transform:uppercase;margin:0;padding:20px 0 0 10px}.section-ourTeam .ourTeam_item__right{padding-left:20px;font-size:14px}.section-ourTeam .ourTeam_item__right--role{font-weight:700;color:#424a60;padding-right:20px}.section-ourTeam .ourTeam_item__right--text{color:#424a60;margin:10px 0 30px;overflow:hidden;max-height:110px;line-height:16px}.section-ourTeam .ourTeam_item__right--link{right:10px;bottom:10px;color:#2886c4;font-weight:600;float:right;font-size:14px}.section-ourTeam .ourTeam .active{grid-row-start:span 2;grid-row-end:span 2;background-color:#2886c4}.section-ourTeam .ourTeam .active .ourTeam_item__right--role{color:#f5f3f3;padding:0 10px}.section-ourTeam .ourTeam .active .ourTeam_item__right--text{max-height:initial;color:#f5f3f3;padding:0 10px}.section-ourTeam .ourTeam .active .ourTeam_item__left--name{color:#f5f3f3}.section-announcements{-ms-flex-align:start;align-items:flex-start;height:auto;margin-bottom:78px;padding:20px 0}.section-announcements .container{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column}.section-announcements_grid{display:grid;width:100%;grid-gap:20px 35px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:980px){.section-announcements_grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.section-announcements_grid{grid-template-columns:repeat(2,1fr);grid-gap:50px 35px}}@media screen and (max-width:450px){.section-announcements_grid{grid-template-columns:1fr}}.section-announcements .announcements .oneNews_imgContainer{position:relative;height:170px;overflow:hidden;width:100%;background-size:cover;background-position:center}.section-announcements .announcements .oneNews_imgContainer img{width:100%}.section-announcements .announcements .oneNews_dateRow{padding:10px 0 5px;position:relative}.section-announcements .announcements .oneNews_dateRow__date{color:#2886c4;font-size:14px;display:-ms-flexbox;display:flex;white-space:nowrap}.section-announcements .announcements .oneNews_dateRow__date:after{content:"";display:-ms-flexbox;display:flex;width:100%;border-bottom:1.1px solid #2886c4;margin-left:10px}.section-announcements .announcements .oneNews_text{color:#4e556a}.section-announcements .announcements .oneNews_text__title{font-size:20px;font-weight:600;margin:0;padding:10px 10px 10px 0}.section-announcements .announcements .oneNews_text__content{margin:0;font-size:13px;word-break:break-word;text-align:justify}.section-oneAnnouncement{height:auto;-ms-flex-align:start;align-items:flex-start;margin-bottom:78px;padding:10px 0 0}.section-oneAnnouncement .container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.section-oneAnnouncement .breadCrumbs{padding-left:0;padding-bottom:25px}.section-oneAnnouncement_date{display:block;color:#2886c4;font-size:14px;margin:10px 0}.section-oneAnnouncement_content{width:100%;display:grid;grid-template-columns:1fr 250px;grid-gap:0 20px}@media screen and (max-width:768px){.section-oneAnnouncement_content{grid-template-columns:95vw;-ms-flex-line-pack:center;align-content:center;grid-gap:45px 20px}.section-oneAnnouncement_content img{width:100%!important;height:auto!important;margin:20px 0!important}}.section-oneAnnouncement_content img{max-width:100%}.section-oneAnnouncement_content__text .section_title{padding:0;font-size:26px;line-height:35px;text-align:left;color:#626161;text-transform:none;max-width:80%}.section-oneAnnouncement_content__text .section_title:before{left:0}.section-oneAnnouncement_content__text .oneAnnouncement-content_imgRow{display:block;text-align:center}.section-oneAnnouncement_content__text .oneAnnouncement-content img{height:auto!important;margin:0 20px 0 0}.section-oneAnnouncement_content__text .oneAnnouncement-content p{line-height:30px;font-size:15px}.section-oneAnnouncement_content__text .oneAnnouncement-content p span{display:block;margin:8px 0}.section-oneAnnouncement_content__text .oneAnnouncement-content ul{list-style:initial;margin:16px 0;padding:0 0 0 40px}.section-oneAnnouncement_content__text .oneAnnouncement-content ul li{list-style:initial}.section-oneAnnouncement_content__text .oneAnnouncement-content ol{list-style:decimal;margin:16px 0;padding:0 0 0 40px}.section-oneAnnouncement_content__text .oneAnnouncement-content ol li{list-style:decimal}.section-oneAnnouncement_content__text .oneAnnouncement-content p.galleryAnnouncement{display:grid;grid-gap:10px}.section-oneAnnouncement_content__text .oneAnnouncement-content p.galleryAnnouncement.col-2{grid-template-columns:repeat(2,1fr)}.section-oneAnnouncement_content__text .oneAnnouncement-content p.galleryAnnouncement.col-3{grid-template-columns:repeat(3,1fr)}.section-oneAnnouncement_content__text .oneAnnouncement-content p.galleryAnnouncement.col-4{grid-template-columns:repeat(4,1fr)}.section-oneAnnouncement_content__text .oneAnnouncement-content p.galleryAnnouncement.col-5{grid-template-columns:repeat(5,1fr)}.section-oneAnnouncement_content__text .oneAnnouncement-content p.galleryAnnouncement.col-6{grid-template-columns:repeat(5,1fr)}.section-oneAnnouncement_content__text .oneAnnouncement-content p.galleryAnnouncement img{width:100%!important;height:auto!important;max-width:initial!important}.section-oneAnnouncement_content__text .social{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding-top:30px}.section-oneAnnouncement_content__text .social span{color:#626161;margin-right:15px}.section-oneAnnouncement_content__text .social a{margin:0 5px;width:30px;height:30px;display:block}.section-oneAnnouncement_content__text .social a img{width:100%;height:100%}.section-oneAnnouncement_content__slider .slick-dots{bottom:-40px}.section-oneAnnouncement_content__slider .slick-dots li button:before{content:"";height:3px;background-color:#b4b4b4}.section-oneAnnouncement_content__slider .slick-dots li.slick-active button:before{background-color:#fa0}.section-oneAnnouncement_content__slider .slick-slide:focus{outline:0}.section-oneAnnouncement_content__slider .section_title{padding:0;margin:0 0 20px;font-size:26px;line-height:35px;text-align:left;color:#626161;text-transform:none}.section-oneAnnouncement_content__slider .section_title:after{content:"";position:absolute;left:0;top:-2px;height:2px;width:30%;background-color:#fa0}.section-oneAnnouncement_content__slider .section_title:before{left:auto;width:30%}.section-oneAnnouncement_content__slider .oneNews{padding:10px;margin-bottom:30px;transition:250ms box-shadow ease-in-out;border-radius:4px}.section-oneAnnouncement_content__slider .oneNews:hover{box-shadow:0 0 10px rgba(0,0,0,.1) inset}.section-oneAnnouncement_content__slider .oneNews_imgContainer{position:relative;height:170px;overflow:hidden;width:100%;background-size:cover;background-position:center}.section-oneAnnouncement_content__slider .oneNews_imgContainer img{position:absolute;top:50%;left:0;height:auto;width:auto;min-width:100%;max-width:100%;transform:translateY(-50%)}.section-oneAnnouncement_content__slider .oneNews_dateRow{padding:10px 0 5px;position:relative}.section-oneAnnouncement_content__slider .oneNews_dateRow__date{color:#2886c4;font-size:14px;display:-ms-flexbox;display:flex;white-space:nowrap}.section-oneAnnouncement_content__slider .oneNews_dateRow__date:after{content:"";display:-ms-flexbox;display:flex;width:100%;border-bottom:1.1px solid #2886c4;margin-left:10px}.section-oneAnnouncement_content__slider .oneNews_text{color:#4e556a}.section-oneAnnouncement_content__slider .oneNews_text__title{font-size:20px;font-weight:600;margin:0;padding:10px 10px 10px 0}.section-oneAnnouncement_content__slider .oneNews_text__content{margin:0;font-size:13px}.section-gallery{-ms-flex-align:start;align-items:flex-start;height:auto;margin-bottom:78px;padding:10px 0 20px}.section-gallery .container{-ms-flex-align:start;align-items:flex-start}.section-gallery .gallery{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;padding-top:20px}@media screen and (max-width:980px){.section-gallery .gallery{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.section-gallery .gallery{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.section-gallery .gallery{grid-template-columns:repeat(1,1fr)}}.section-gallery .gallery_item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;max-height:189px}.section-gallery .gallery_item img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.section-gallery .gallery_item__img{width:100%;height:100%;z-index:1;transition:250ms color ease-in-out}.section-gallery .gallery_item__text{margin:0;z-index:2;position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(59,96,132,.5);text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transition:.3s opacity ease-in-out}.section-gallery .gallery_item__text--title{display:block;color:#fff;font-weight:600;font-size:18px}.section-gallery .gallery_item__text--subTitle{display:block;color:#f5f5f5;font-size:16px;padding:0 10px}.section-gallery .gallery_item__text:hover{opacity:0}.section-calendar{-ms-flex-align:start;align-items:flex-start;height:auto;margin-bottom:78px;padding:10px 0 20px}@media screen and (max-width:768px){.section-calendar .breadCrumbs{padding-left:15px}}.section-calendar .container{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start}.section-calendar_wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:600px}@media screen and (max-width:600px){.section-calendar_wrap{width:100%;max-width:100vw;overflow:hidden}}.section-calendar_wrap__topRow{display:grid;grid-template-columns:25% 35% 15% 15%;grid-gap:0 20px;padding-bottom:20px}@media screen and (max-width:600px){.section-calendar_wrap__topRow{grid-template-columns:40% 40%;grid-gap:20px;-ms-flex-pack:center;justify-content:center}}.section-calendar_wrap__topRow input{border-radius:8px;padding:5px 10px;border:1px solid #d3d3d3;outline:0}.section-calendar_wrap__topRow input::-moz-placeholder{color:#d3d3d3;font-size:13px}.section-calendar_wrap__topRow input:-ms-input-placeholder{color:#d3d3d3;font-size:13px}.section-calendar_wrap__topRow input::placeholder{color:#d3d3d3;font-size:13px}.section-calendar_wrap__topRow button{font-weight:600;color:#2886c4;font-size:14px;border:1px solid #2886c4;border-radius:8px;padding:5px 10px;transition:.2s box-shadow ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.section-calendar_wrap__topRow button:hover{cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.2)}.section-calendar_wrap__topRow button .search{margin-left:10px;width:16px;height:16px;min-width:16px}.section-calendar_wrap__big{width:100%;display:-ms-flexbox;display:flex;border-radius:4px;position:relative}.section-calendar_wrap__big .datepicker{box-shadow:0 0 5px rgba(0,0,0,.4)}@media screen and (max-width:768px){.section-calendar_wrap__big .datepicker-inline{padding:0 15px}}.section-calendar_wrap__big .datepicker,.section-calendar_wrap__big .datepicker-inline{width:100%;height:100%}.section-calendar_wrap__big .datepicker--nav{background-color:#f5f5f5;font-size:22px;padding:15px 0;color:#2886c4}.section-calendar_wrap__big .datepicker--days-names{display:none}.section-calendar_wrap__big .datepicker--cell{height:86px;border-radius:0;font-size:18px;border-right:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}@media screen and (max-width:600px){.section-calendar_wrap__big .datepicker--cell{height:32px;font-size:14px}}.section-calendar_wrap__big .datepicker--cell:nth-child(7n){border-right:none}.section-calendar_wrap__big .datepicker--cell:nth-last-child(-n+7){border-bottom:none}.section-calendar_wrap__big .datepicker--cell.activeCalendarDay{position:relative}.section-calendar_wrap__big .datepicker--cell.activeCalendarDay:before{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 20px 20px 0;border-color:transparent #007bff transparent transparent}.section-calendar_wrap__big .datepicker--cell.-selected-{background-color:transparent;border:1px solid #fa0;color:#fa0}.section-ourProjects{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;height:auto;padding:10px 0 0;-ms-flex-direction:column;flex-direction:column}.section-ourProjects .container{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:980px){.section-ourProjects .container{margin:0}}.section-ourProjects .breadCrumbs{padding-left:0}@media screen and (max-width:980px){.section-ourProjects .breadCrumbs{padding:10px 20px;margin:0}}.section-ourProjects_grid{width:100%}.section-ourProjects_grid__row{display:-ms-flexbox;display:flex;position:relative;height:513px}@media screen and (max-width:980px){.section-ourProjects_grid__row{height:auto;width:auto;padding:40px 20px}}.section-ourProjects_grid__row .container{-ms-flex-direction:row;flex-direction:row}.section-ourProjects_grid__row--item{width:50%;height:100%;display:-ms-flexbox;display:flex;position:relative}.section-ourProjects_grid__row:nth-child(2n-1){display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.section-ourProjects_grid__row:nth-child(2n-1) .section-ourProjects_grid__row--item:first-child{width:600px;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1200px){.section-ourProjects_grid__row:nth-child(2n-1) .section-ourProjects_grid__row--item:first-child{width:50%}}@media screen and (max-width:980px){.section-ourProjects_grid__row:nth-child(2n-1) .section-ourProjects_grid__row--item:first-child{width:100%}}.section-ourProjects_grid__row:nth-child(2n-1) .section-ourProjects_grid__row--item:first-child .item_started{right:0}.section-ourProjects_grid__row:nth-child(2n-1) .section-ourProjects_grid__row--item:last-child{background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTngb94rqsYDP3zp8YxEL2LpB7d49DiphJAfQ56M8Wpkc_O1xe3sw);background-repeat:no-repeat;background-size:cover}.section-ourProjects_grid__row:nth-child(2n-1) .section-ourProjects_grid__row--item:last-child:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(10,20,50,.5)}@media screen and (max-width:980px){.section-ourProjects_grid__row:nth-child(2n-1) .section-ourProjects_grid__row--item:last-child{display:none}}.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:first-child{background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTngb94rqsYDP3zp8YxEL2LpB7d49DiphJAfQ56M8Wpkc_O1xe3sw);background-repeat:no-repeat;background-size:cover;background-position:center center}.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:first-child:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(10,20,50,.5)}@media screen and (max-width:980px){.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:first-child{display:none}}.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:last-child{width:600px}@media screen and (max-width:1200px){.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:last-child{width:50%}}@media screen and (max-width:980px){.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:last-child{width:100%}}.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:last-child .item_title{margin:60px 0 0 80px}@media screen and (max-width:980px){.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:last-child .item_title{margin:0}}.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:last-child .item_content{padding:0 0 0 80px}@media screen and (max-width:980px){.section-ourProjects_grid__row:nth-child(2n) .section-ourProjects_grid__row--item:last-child .item_content{padding:0}}.section-ourProjects_grid__row .item{-ms-flex-pack:start!important;justify-content:flex-start!important;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:980px){.section-ourProjects_grid__row .item{padding:20px 0;border-bottom:1px solid #d3d3d3}}.section-ourProjects_grid__row .item_started{margin:0;position:absolute;top:0;background-color:#2886c4;color:#f5f3f3;padding:10px 8px}@media screen and (max-width:980px){.section-ourProjects_grid__row .item_started{left:initial!important;right:0}}.section-ourProjects_grid__row .item_title{position:relative;font-weight:300;color:#626161;font-size:22px;margin:60px 0 0 0;padding:30px 80px 5px 0}.section-ourProjects_grid__row .item_title:before{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:40%;background:#fa0}.section-ourProjects_grid__row .item_content{padding:0 80px 0 0;font-size:16px;color:#626161}.section-ourProjects_grid__row .item_content__text{line-height:28px;padding-bottom:20px}.section-ourProjects_grid__row .item_content__btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:30px;width:auto;max-width:200px;border:2px solid #fa0;color:#fa0;font-weight:600;text-transform:uppercase;transition:.2s box-shadow ease-in-out}.section-ourProjects_grid__row .item_content__btn:hover{box-shadow:0 0 10px rgba(255,100,0,.7)}.section-contactUs{-ms-flex-align:start;align-items:flex-start;height:auto}.section-contactUs .breadCrumbs{padding:20px 0}.section-contactUs .container{-ms-flex-direction:column;flex-direction:column}.section-contactUs_topGrid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;padding:30px 0 20px}@media screen and (max-width:768px){.section-contactUs_topGrid{grid-template-columns:repeat(1,1fr)}}.section-contactUs_topGrid__item{height:250px;outline:4px solid #f5f5f5;transition:.2s outline-color ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}.section-contactUs_topGrid__item:hover{outline-color:#fa0}.section-contactUs_topGrid .item_icon{width:50px;height:50px;position:relative;padding-bottom:10px;margin-bottom:10px}.section-contactUs_topGrid .item_icon:before{content:"";position:absolute;bottom:-10px;left:calc(50% - 25px);background-color:#fa0;width:100%;height:2px}.section-contactUs_topGrid .item_icon img{width:100%;height:100%}.section-contactUs_topGrid .item_text{text-align:center;color:#626161}.section-contactUs_topGrid .item_text span{display:block}.section-contactUs_topGrid .item_text .social{display:-ms-flexbox;display:flex}.section-contactUs_topGrid .item_text .social a{display:block;height:30px;width:30px;margin:5px}.section-contactUs_topGrid .item_text .social a img{width:100%;height:100%}.section-contactUs_form{width:100%}.section-contactUs_form__title{color:#626161;font-size:26px}.section-contactUs_form .form{padding:40px 0}.section-contactUs_form .form .form_row{padding:20px 0 30px}@media screen and (max-width:768px){.section-contactUs_form .form .form_row{-ms-flex-direction:column;flex-direction:column}}.section-contactUs_form .form .form_row .form-field{width:100%}.section-contactUs_form .form .form-field{width:calc(100% / 3)}.section-contactUs_form .form .form-field:nth-child(2){margin-right:30px;margin-left:30px}.section-contactUs_form .form .form-field .form-input{width:100%}.section-contactUs_form .form .form-field .form-label{padding-bottom:10px}.section-contactUs_form__submit{background-color:#2886c4;color:#f5f3f3;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;height:35px;width:100%;max-width:200px;transition:.2s background-color ease-in-out}.section-contactUs_form__submit:hover{cursor:pointer;background-color:#1679c4}.section-contactUsMap{height:300px;background-color:#b4b4b4;margin-bottom:78px}.searchModal{background-color:transparent;position:initial;box-shadow:none;border-radius:0}.searchModal_wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:row;flex-direction:row}.searchModal_input{padding:20px;font-size:2em;height:80px;border:none;outline:0;box-sizing:border-box}@media screen and (max-width:768px){.searchModal_input{font-size:1.2em;height:60px;padding:10px}}.searchModal_submit{background-color:#f5f3f3;transition:250ms background-color ease-in-out;height:80px;padding:15px;border-left:1px solid #ffd88d}.searchModal_submit:hover{cursor:pointer;background-color:#ffd88d}@media screen and (max-width:768px){.searchModal_submit{height:60px;padding:10px}}.searchModal.modal{max-width:600px}.searchModal a.close-modal{position:absolute;right:32px;top:32px;width:44px;height:44px;opacity:.8;background-image:none;background-color:transparent}.searchModal a.close-modal:hover{opacity:1}.searchModal a.close-modal:after,.searchModal a.close-modal:before{position:absolute;left:20px;content:" ";height:50px;width:4px;background-color:#f5f3f3}.searchModal a.close-modal:before{transform:rotate(45deg)}.searchModal a.close-modal:after{transform:rotate(-45deg)}.modalBlocker{background-color:rgba(40,134,196,.8);z-index:99}