*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;outline:0;padding:0}:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}img{font-style:italic;height:auto;max-width:100%}img:not([src]):not([srcset]){visibility:hidden}table img{max-width:none}dl,ol,ul{margin:0;padding:0}ul li{list-style:none}a{color:#b29b7f;text-decoration:none}a:focus,a:hover{color:#183961;text-decoration:none}svg{fill:currentColor;height:1em;pointer-events:none;width:1em}button{cursor:pointer;outline:0}button:focus{outline:0}html{font-size:10px}html.no-scroll{overflow:hidden}body{color:#788ca3;font-family:Inter,sans-serif;font-size:1.4rem;line-height:1.5;min-width:320px;position:relative}p{margin-bottom:3rem}.wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh;padding-top:10rem}html.is-ie .wrap{display:block}@media screen and (max-width:575.98px){.wrap{padding-top:8.5rem!important}}.container,.container-fluid{margin:0 auto;max-width:100%;padding:0 2rem;width:100%}@media screen and (min-width:1200px){.container,.container-fluid{padding-left:4rem;padding-right:4rem}}@media screen and (min-width:576px){.container{max-width:540px}}@media screen and (min-width:768px){.container{max-width:720px}}@media screen and (min-width:992px){.container{max-width:960px}}@media screen and (min-width:1200px){.container{max-width:1140px}}@media screen and (min-width:1440px){.container{max-width:1440px}}@media screen and (min-width:1840px){.container{max-width:1840px}}.main{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.icon{display:inline-block;position:relative;vertical-align:middle}.icon--arrow{stroke:currentColor;stroke-linecap:round;stroke-width:3px;fill-rule:evenodd}.icon--arrow-left{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:transparent;border:none;border-radius:1rem;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:inherit;font-size:1.6rem;font-weight:400;justify-content:center;line-height:1.25;outline:none;padding:1.5rem 2.5rem;position:relative;text-align:center;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media screen and (min-width:1200px){.btn{font-size:2rem;padding:1.25rem 2.5rem}}.btn:focus,.btn:hover{text-decoration:none}.btn[disabled]{opacity:.6;pointer-events:none}.btn__loader{-webkit-animation:btnSpinner 1s linear infinite;animation:btnSpinner 1s linear infinite;display:none;height:2.2rem;left:50%;margin-left:-1.1rem;margin-top:-1.1rem;position:absolute;top:50%;width:2.2rem}.btn__loader-in,.btn__loader-in:before{height:100%;position:absolute;top:0;width:100%}.btn__loader-in{left:50%;overflow:hidden}.btn__loader-in:before{border-radius:100%;-webkit-box-shadow:inset 0 0 0 2px currentColor;box-shadow:inset 0 0 0 2px currentColor;content:"";left:-50%}.btn.is-loading{pointer-events:none}.btn.is-loading>:not(.btn__loader){opacity:0}.btn.is-loading .btn__loader{display:block}.btn--primary{background-color:#183961;color:#fff}.btn--primary:focus,.btn--primary:hover{background-color:#132d4d;color:#fff}.btn--secondary{background-color:#b29b7f;color:#fff}.btn--secondary:focus,.btn--secondary:hover{background-color:#a88f6f;color:#fff}.btn--outline-primary{-webkit-box-shadow:inset 0 0 0 1px #183961;box-shadow:inset 0 0 0 1px #183961;color:#183961}.btn--outline-primary:focus,.btn--outline-primary:hover{background-color:#183961;color:#fff}.btn--outline-secondary{-webkit-box-shadow:inset 0 0 0 1px #b29b7f;box-shadow:inset 0 0 0 1px #b29b7f;color:#b29b7f}.btn--outline-secondary:focus,.btn--outline-secondary:hover{background-color:#b29b7f;color:#fff}.btn--w-180{min-width:180px}@-webkit-keyframes btnSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes btnSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.form-group{margin-bottom:2rem;padding-top:2.5rem;position:relative}.form-group__input,.form-group__textarea{background:transparent;border:0;border-bottom:1px solid #d0dae5;border-radius:0;color:#183961;display:block;font-size:2.4rem;font-weight:700;outline:none;padding:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:100%}.form-group__input[disabled],.form-group__textarea[disabled]{opacity:.6;pointer-events:none}.form-group__input.has-value+.form-group__label,.form-group__input:focus+.form-group__label,.form-group__textarea.has-value+.form-group__label,.form-group__textarea:focus+.form-group__label{font-size:1.6rem;top:0}.form-group__input{height:5rem}.form-group__textarea{min-height:7rem;padding-bottom:1rem;padding-top:1rem}.form-group__label{color:#8d9fb3;font-size:2.4rem;font-weight:700;left:0;pointer-events:none;position:absolute;top:3rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:2}.form-group__error{color:#ef1212;display:none;margin-top:.5rem}.form-group__error:empty{display:none}.form-group.has-error .form-group__error{display:block}.form-group.has-error .form-group__input,.form-group.has-error .form-group__textarea,.form-group.has-error select{border-color:#ef1212}@media screen and (max-width:1439.98px){.form-group{padding-top:2rem}.form-group__input,.form-group__label,.form-group__textarea{font-size:2rem}}@media screen and (max-width:1199.98px){.form-group__input,.form-group__label,.form-group__textarea{font-size:1.8rem}}@media screen and (max-width:575.98px){.form-group{padding-top:2rem}.form-group__input.has-value+.form-group__label,.form-group__input:focus+.form-group__label,.form-group__textarea.has-value+.form-group__label,.form-group__textarea:focus+.form-group__label{font-size:1.4rem}.form-group__input,.form-group__label,.form-group__textarea{font-size:1.6rem}}.tabs__nav{border-bottom:1px solid #dbcfc1;margin-bottom:7rem}.tabs__nav-inner{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.tabs__nav-item{color:#183961;font-size:2.8rem;font-weight:700;line-height:1.25;padding-bottom:4rem;position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.tabs__nav-item:after{background-color:#b29b7f;bottom:-1px;content:"";height:4px;left:50%;opacity:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.35s;-o-transition:.35s;transition:.35s;width:0}.tabs__nav-item:not(:last-child){margin-right:4rem}.tabs__nav-item span{color:#b29b7f}.tabs__nav-item.is-active,.tabs__nav-item:focus,.tabs__nav-item:hover{color:#183961}.tabs__nav-item.is-active:after,.tabs__nav-item:focus:after,.tabs__nav-item:hover:after{opacity:1;width:100%}.tabs__pane{display:none}@media screen and (max-width:1839.98px){.tabs__nav-item{font-size:2.4rem}}@media screen and (max-width:1439.98px){.tabs__nav{margin-bottom:6rem}.tabs__nav-item{font-size:2rem;padding-bottom:3rem}}@media screen and (max-width:991.98px){.tabs__nav{margin-bottom:4rem}.tabs__nav-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;overflow-x:auto}.tabs__nav-item{-ms-flex-negative:0;flex-shrink:0;font-size:1.8rem;padding-bottom:2rem}}@media screen and (max-width:767.98px){.tabs__nav-item{font-size:1.6rem}}.socials{-ms-flex-wrap:wrap;flex-wrap:wrap}.socials,.socials__link{display:-webkit-box;display:-ms-flexbox;display:flex}.socials__link{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:1rem;color:#183961;height:4rem;justify-content:center;margin:0 .5rem;-webkit-transition:.25s;-o-transition:.25s;transition:.25s;width:4rem}.socials__link:focus,.socials__link:hover{background-color:#f6efe6;color:#b29b7f}.socials__link .icon--vk{height:1.2rem;width:2rem}.socials__link .icon--facebook{height:2rem;width:.8rem}.socials__link .icon--instagram{height:2rem;width:2rem}.socials--white .socials__link{color:#fff}.socials--white .socials__link:focus,.socials--white .socials__link:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.loader{background:hsla(0,0%,100%,.5);height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.loader__spinner{-webkit-animation:loaderSpinner 1s linear infinite;animation:loaderSpinner 1s linear infinite;height:32px;left:50%;margin-left:-16px;margin-top:-16px;position:absolute;top:50%;width:32px}.loader__circle,.loader__circle:before{height:100%;position:absolute;top:0;width:100%}.loader__circle{left:50%;overflow:hidden}.loader__circle:before{border-radius:100%;-webkit-box-shadow:inset 0 0 0 2px #183961;box-shadow:inset 0 0 0 2px #183961;content:"";left:-50%}@-webkit-keyframes loaderSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loaderSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.title-section{color:#b29b7f;font-size:6rem;font-weight:700;letter-spacing:.15rem;line-height:1.25;margin-bottom:9rem;text-align:center}@media screen and (max-width:1839.98px){.title-section{font-size:5rem}}@media screen and (max-width:1439.98px){.title-section{font-size:4rem;margin-bottom:7rem}}@media screen and (max-width:767.98px){.title-section{font-size:3rem;margin-bottom:5rem}}.formatted{font-size:2rem;letter-spacing:.05rem;line-height:1.4}.formatted:after,.formatted:before{content:" ";display:table}.formatted:after{clear:both}@media screen and (max-width:1439.98px){.formatted{font-size:1.8rem}}@media screen and (max-width:991.98px){.formatted{font-size:1.6rem}}.formatted>:first-child{margin-top:0}.formatted>:last-child{margin-bottom:0}.formatted p,.formatted table{margin-bottom:4rem}@media screen and (max-width:767.98px){.formatted p,.formatted table{margin-bottom:3rem}}.formatted h1,.formatted h2,.formatted h3{color:#183961;font-weight:700;line-height:1.35;margin-bottom:4rem;margin-top:0}@media screen and (max-width:767.98px){.formatted h1,.formatted h2,.formatted h3{margin-bottom:3rem}}.formatted h1{color:#b29b7f;font-size:6rem;letter-spacing:.15rem;margin-bottom:9rem;margin-top:9rem;text-align:center}@media screen and (max-width:1839.98px){.formatted h1{font-size:5rem}}@media screen and (max-width:1439.98px){.formatted h1{font-size:4rem;margin-bottom:7rem;margin-top:7rem}}@media screen and (max-width:767.98px){.formatted h1{font-size:3rem;margin-bottom:5rem;margin-top:5rem}}.formatted h2{font-size:4rem;letter-spacing:0}@media screen and (max-width:1439.98px){.formatted h2{font-size:3rem}}@media screen and (max-width:1199.98px){.formatted h2{font-size:2.5rem}}@media screen and (max-width:767.98px){.formatted h2{font-size:2.2rem}}.formatted h3{font-size:2.8rem;letter-spacing:0}@media screen and (max-width:1439.98px){.formatted h3{font-size:2.5rem}}@media screen and (max-width:1199.98px){.formatted h3{font-size:2.2rem}}@media screen and (max-width:767.98px){.formatted h3{font-size:1.8rem}}.formatted table,.formatted td,.formatted th{border:1px solid #8d9fb3;border-collapse:collapse}.formatted table{max-width:100%}.formatted table td,.formatted table th{padding:.92em}.formatted table td>:first-child,.formatted table th>:first-child{margin-top:0}.formatted table td>:last-child,.formatted table th>:last-child{margin-bottom:0}.formatted ol,.formatted ul{margin:0 0 4rem 4rem}.formatted ol li,.formatted ul li{margin-bottom:1.5rem}@media screen and (max-width:767.98px){.formatted ol,.formatted ul{margin-bottom:3rem}}.formatted ol ol,.formatted ol ul,.formatted ul ol,.formatted ul ul{margin-bottom:0;margin-top:1.5rem}.formatted ul{margin-left:0}.formatted ul li{margin-bottom:0;padding-left:4.8rem;position:relative}.formatted ul li:before{background:url(/site/images/i/svg/icon-arrow-list.svg) no-repeat 55% 50% #b29b7f;background-size:.7rem 1rem;border-radius:1rem;content:"";height:2.8rem;left:0;position:absolute;top:0;width:2.8rem}.formatted ul li:not(:last-child){border-bottom:1px solid #d0dae5;margin-bottom:2rem;padding-bottom:2rem}.formatted ul ul{border-top:1px solid #d0dae5;margin-top:2rem;padding-top:2rem}.formatted blockquote{border-left:4px solid #183961;font-style:italic;margin:4rem 0;padding:0 1.5rem}@media screen and (max-width:767.98px){.formatted blockquote{margin:3rem 0}}.formatted blockquote p{margin-bottom:1rem;margin-top:1rem}.formatted blockquote>:first-child{margin-top:0}.formatted blockquote>:last-child{margin-bottom:0}.formatted iframe{border:0;display:inline-block;max-width:100%;vertical-align:middle}@media screen and (max-width:767.98px){.formatted img{height:auto!important}}.section{padding-bottom:10rem;padding-top:10rem;position:relative}@media screen and (max-width:1439.98px){.section{padding-bottom:8rem;padding-top:8rem}}@media screen and (max-width:767.98px){.section{padding-bottom:6rem;padding-top:6rem}}.ratio{background-color:#f6efe6;display:block;overflow:hidden;position:relative}.ratio>:not(.icon):not(.swiper-lazy-preloader){bottom:0;left:0;position:absolute;right:0;top:0}.ratio img:not(.icon){height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ratio img:not(.icon):not([src]){visibility:hidden}.ratio iframe{height:100%;width:100%}.w-100{width:100%!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.overflow-hidden{overflow:hidden!important}.link{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header{background-color:#fff;left:0;padding-bottom:1.5rem;padding-top:1.5rem;position:absolute;top:0;width:100%;z-index:10}.header__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.header__logo{display:none;max-width:65px}.header__nav{margin-right:auto;max-width:80%}.header__nav-mob{display:none}.header__locale{margin-left:4rem;position:relative}.header__locale-toggle{background:none;border:none;color:#183961;font-size:2.2rem;font-weight:600;padding-right:2rem;position:relative}.header__locale-toggle:after{border-color:#183961 transparent transparent;border-style:solid;border-width:5px 4px 0;content:"";height:0;margin-top:-.2rem;position:absolute;right:0;top:50%;width:0}.header__locale-list{background-color:#eaeff5;border-radius:1rem;-webkit-box-shadow:0 15px 14px 1px rgba(0,0,0,.21);box-shadow:0 15px 14px 1px rgba(0,0,0,.21);left:0;opacity:0;pointer-events:none;position:absolute;top:calc(100% + 15px);-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;visibility:hidden;z-index:1000}.header__locale-toggle.is-show+.header__locale-list{opacity:1;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible}.header__locale-link{color:#183961;display:block;font-size:1.8rem;font-weight:600;padding:1rem 1.5rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header__locale-link:first-child{border-top-left-radius:1rem;border-top-right-radius:1rem}.header__locale-link:last-child{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.header__locale-link:focus,.header__locale-link:hover{background-color:#e0e7f0;color:#183961}@media screen and (max-width:1839.98px){.header__locale-toggle{font-size:1.8rem}.header__locale-link{font-size:1.6rem}}@media screen and (max-width:1439.98px){.header__logo{display:block;margin-right:auto}.header__nav{background-color:#fff;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:1px solid #f6efe6;left:0;max-height:calc(100vh - 100px);max-width:100%;opacity:0;overflow:auto;padding:4rem;pointer-events:none;position:absolute;top:calc(100% + 15px);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.7s;-o-transition:.7s;transition:.7s;width:100%}.header__nav.is-active{opacity:1;pointer-events:auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}@media screen and (max-width:991.98px){.header__nav{padding:3rem}.header__nav-mob{border-top:1px solid #f6efe6;display:block;margin-top:3rem;padding-top:3rem;text-align:center}.header__socials{display:none}.header__socials-mob{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:575.98px){.header{padding-bottom:1rem;padding-top:1rem}.header__logo{max-width:50px}.header__nav{border-radius:0;top:calc(100% + 10px)}.header__locale-toggle{font-size:1.6rem}.header__locale-link{font-size:1.4rem}}.header.is-open{z-index:1020}.header--hide,.header--sticky{border-bottom:1px solid #f6efe6;padding-bottom:1.5rem;padding-top:1.5rem;position:fixed;z-index:1020}@media screen and (max-width:767.98px){.header--hide,.header--sticky{padding-bottom:1rem;padding-top:1rem}}.header--sticky{-webkit-animation:headerShow .6s ease-in-out;animation:headerShow .6s ease-in-out}.header--hide{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}.header-toggle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;align-items:center;background:none;border:0;display:none;flex-shrink:0;height:50px;justify-content:center;margin-left:4rem;position:relative;width:50px}.header-toggle__in{display:block;height:18px;position:relative;width:100%}.header-toggle__in:after,.header-toggle__in:before{background-color:#b29b7f;border-radius:10px;content:"";height:5px;left:0;position:absolute;width:100%}.header-toggle__in:before{top:0;-webkit-transition-duration:.22s;-o-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);-o-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.header-toggle__in:after{bottom:0;-webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);-o-transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)}.header-toggle.is-active .header-toggle__in:before{margin-top:-2.5px;top:50%;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition-delay:.12s;-o-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.header-toggle.is-active .header-toggle__in:after{bottom:50%;margin-bottom:-2.5px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;-o-transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s}@media screen and (max-width:1439.98px){.header-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}}@-webkit-keyframes headerShow{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}50%{opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes headerShow{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}50%{opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav__item{margin-right:1rem;padding-bottom:1.5rem;padding-top:1.5rem;position:relative}.nav__link{border-radius:1rem;color:#183961;display:inline-block;font-size:2.2rem;font-weight:600;padding:.5rem 2rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;vertical-align:middle}.nav__item:focus>.nav__link-wrap .nav__link,.nav__item:hover>.nav__link-wrap .nav__link{color:#b29b7f}.nav__item.is-active>.nav__link-wrap .nav__link{background-color:#f6efe6;color:#b29b7f}@media screen and (max-width:1839.98px){.nav__link{font-size:1.8rem}}@media screen and (max-width:1439.98px){.nav__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.nav__item{margin:0 0 2rem;padding:0;text-align:center;width:100%}.nav__item:last-child{margin-bottom:0}}.nav-subnav{background-color:#eaeff5;border-radius:1rem;margin-top:1rem}@media screen and (min-width:1440px){.nav-subnav{-webkit-box-shadow:0 15px 14px 1px rgba(0,0,0,.21);box-shadow:0 15px 14px 1px rgba(0,0,0,.21);left:0;margin-top:0;min-width:300px;opacity:0;pointer-events:none;position:absolute;top:100%;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;visibility:hidden;z-index:1000}}.nav li.has-subnav:hover>.nav-subnav{opacity:1;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible}.nav-subnav__item{position:relative}.nav-subnav__link{color:#183961;display:block;font-size:2rem;font-weight:600;padding:1.5rem 3rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.nav-subnav__item:first-child>.nav__link-wrap .nav-subnav__link{border-top-left-radius:1rem;border-top-right-radius:1rem}.nav-subnav__item:last-child>.nav__link-wrap .nav-subnav__link{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.nav-subnav__item.is-active>.nav__link-wrap .nav-subnav__link,.nav-subnav__item:hover>.nav__link-wrap .nav-subnav__link{background-color:#e0e7f0;color:#183961}@media screen and (max-width:1839.98px){.nav-subnav__link{font-size:1.6rem}}@media screen and (max-width:1439.98px){.nav-subnav__list{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;-ms-flex-direction:column;flex-direction:column}}.intro{padding:0}.intro__inner{border-radius:2rem;overflow:hidden;position:relative}.intro__brand{left:7rem;max-width:14rem;position:absolute;top:7rem;z-index:2}.intro__slider .swiper-slide{background-color:#183961;min-height:820px;padding-bottom:15rem;padding-top:30rem}.intro__slider .swiper-lazy{background:50%/cover no-repeat;height:100%;left:0;position:absolute;top:0;width:100%}.intro__slider .swiper-lazy:before{background-color:rgba(2,19,39,.5);content:"";height:100%;position:absolute;width:100%}.intro__slider .swiper-lazy .swiper-lazy-preloader{border-color:transparent #b29b7f #b29b7f}.intro__slider-arrows{left:0;position:absolute;right:0;top:50%;z-index:1}.intro__slider-arrows .swiper-button-next,.intro__slider-arrows .swiper-button-prev{cursor:pointer;padding:2rem;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:2}.intro__slider-arrows .swiper-button-next .icon,.intro__slider-arrows .swiper-button-prev .icon{color:#fff;height:7rem;width:3rem}.intro__slider-arrows .swiper-button-next.swiper-button-disabled,.intro__slider-arrows .swiper-button-prev.swiper-button-disabled{opacity:0;pointer-events:none}.intro__slider-arrows .swiper-button-prev{left:7rem}.intro__slider-arrows .swiper-button-next{right:7rem}.intro__slider-text{color:#fff;font-size:8rem;font-weight:700;letter-spacing:.2rem;line-height:1.35;padding-left:20rem;padding-right:20rem;position:relative;text-align:center;width:100%}.intro__slider-text b,.intro__slider-text strong{color:#d7be9f}.intro__nav{border-top:1px solid hsla(0,0%,100%,.3);bottom:0;left:0;position:absolute;right:0;z-index:2}@media screen and (min-width:768px){.intro__nav-list{display:grid;grid-template-columns:repeat(3,1fr)}}.intro__nav-item{text-align:center}@media screen and (min-width:768px){.intro__nav-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:3rem 2rem;position:relative}.intro__nav-item:before{background-color:#d7be9f;content:"";height:1px;left:0;opacity:0;position:absolute;right:0;top:-1px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.intro__nav-item.is-active:before{opacity:1}}.intro__nav-link{color:#fff;font-size:2.4rem;font-weight:700;letter-spacing:.06rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.intro__nav-item.is-active .intro__nav-link,.intro__nav-link:focus,.intro__nav-link:hover{color:#d7be9f}@media screen and (max-width:1839.98px){.intro__brand{max-width:12rem}.intro__slider .swiper-slide{padding-top:28rem}.intro__slider-text{font-size:6.5rem}.intro__nav-link{font-size:2rem}}@media screen and (max-width:1439.98px){.intro__brand{display:none}.intro__slider .swiper-slide{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:720px;padding-bottom:14rem;padding-top:14rem}.intro__slider-arrows .swiper-button-next .icon,.intro__slider-arrows .swiper-button-prev .icon{height:6rem;width:2rem}.intro__slider-arrows .swiper-button-prev{left:2rem}.intro__slider-arrows .swiper-button-next{right:2rem}.intro__slider-text{font-size:6rem;padding-left:10rem;padding-right:10rem}.intro__nav-link{font-size:1.8rem}}@media screen and (max-width:1199.98px){.intro__slider .swiper-slide{padding-bottom:12rem;padding-top:12rem}.intro__slider-arrows{display:none}.intro__slider-text{padding-left:2rem;padding-right:2rem}.intro__nav-item{padding-bottom:2rem;padding-top:2rem}.intro__nav-link{font-size:1.6rem}}@media screen and (max-width:991.98px){.intro__slider .swiper-slide{min-height:600px}.intro__slider-text{font-size:5rem}}@media screen and (max-width:767.98px){.intro__slider .swiper-slide{padding-bottom:20rem}.intro__slider-text{font-size:3.5rem}.intro__nav{bottom:.5rem}.intro__nav-item{padding-bottom:1.5rem;padding-top:1.5rem}}@media screen and (max-width:575.98px){.intro .container-fluid{padding-left:0;padding-right:0}.intro__inner{border-radius:0}.intro__nav{padding-left:2rem;padding-right:2rem}}.about__description{color:#183961;font-size:2.8rem;font-weight:700;letter-spacing:.05rem;line-height:1.25;margin-bottom:6rem}.about__description>p:last-child{margin-bottom:0}.about__media-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.about__list{padding-right:7rem;width:51.1322%}.about__list-item{border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:400;letter-spacing:.05rem;line-height:1.25;padding:3rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.about__list-item:not(:last-child){margin-bottom:2rem}.about__list-item.is-active,.about__list-item:hover{background-color:#f6efe6;color:#b29b7f}.about__media{width:48.8678%}.about__media-slide{background-color:#f6efe6;border-radius:2rem;overflow:hidden;padding-top:69.7674418605%}.about__media-slide img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.about__media-slide .swiper-lazy-preloader{border-color:transparent #b29b7f #b29b7f}@media screen and (max-width:1839.98px){.about__description{font-size:2.4rem}.about__list{padding-right:5rem}.about__list-item{font-size:1.8rem;padding:2rem}}@media screen and (max-width:1439.98px){.about__description{font-size:2.2rem;margin-bottom:5rem}.about__list-item{font-size:1.6rem}}@media screen and (max-width:1199.98px){.about__description{font-size:1.8rem;margin-bottom:4rem}.about__list{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:0;width:100%}.about__media{margin:0 auto 3rem;width:100%}}.features{color:#fff;overflow:hidden}@media screen and (min-width:768px){.features{padding:0}}.features:before{background-color:rgba(24,57,97,.93);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.features__list{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.features__list-item{padding-bottom:8.8rem;padding-top:8.8rem;text-align:center}.features__list-item:not(:last-child){border-right:1px solid #2b4f7b}.features__list-title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:#b29b7f;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;justify-content:center;line-height:1.1;margin-bottom:4rem}.features__list-num,.features__list-value{font-size:8rem}.features__list-value--ext{font-size:4rem;margin-left:1rem;text-align:left}.features__list-text{font-size:2.8rem;font-weight:700;letter-spacing:.07rem;line-height:1.25}@media screen and (max-width:1839.98px){.features__list-text{font-size:2.4rem}}@media screen and (max-width:1439.98px){.features__list-item{padding-bottom:7rem;padding-top:7rem}.features__list-title{margin-bottom:3rem}.features__list-num,.features__list-value{font-size:6rem}.features__list-value--ext{font-size:3rem}.features__list-text{font-size:2rem}}@media screen and (max-width:1199.98px){.features__list-num,.features__list-value{font-size:5rem}.features__list-value--ext{font-size:2rem}.features__list-text{font-size:1.6rem}}@media screen and (max-width:991.98px){.features__list{grid-template-columns:repeat(2,1fr)}.features__list-item:first-child{padding-bottom:0}.features__list-item:nth-child(2){border-right-width:0;padding-bottom:0}}@media screen and (max-width:767.98px){.features__list{grid-row-gap:6rem;grid-template-columns:repeat(1,1fr)}.features__list-item{border:none!important;padding:0!important}.features__list-title{margin-bottom:2rem}}.service-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.service-card:not(:last-child){margin-bottom:8rem}.service-card__info{width:51.1322%}.service-card:nth-child(odd) .service-card__info{padding-right:17rem}.service-card:nth-child(2n) .service-card__info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-left:17rem}.service-card__info-title{color:#183961;font-size:4rem;font-weight:700;line-height:1.25;margin-bottom:4rem}.service-card__info-desc{font-size:2.4rem;line-height:1.4;margin-bottom:5rem}.service-card__media{border-radius:2rem;overflow:hidden;width:48.8678%}.service-card__image-wrap{background-color:#f6efe6;border-radius:2rem;overflow:hidden;padding-top:69.7674418605%}@media screen and (max-width:1839.98px){.service-card:nth-child(odd) .service-card__info{padding-right:14rem}.service-card:nth-child(2n) .service-card__info{padding-left:14rem}.service-card__info-title{font-size:3rem;margin-bottom:3rem}.service-card__info-desc{font-size:2rem;margin-bottom:4rem}}@media screen and (max-width:1439.98px){.service-card:not(:last-child){margin-bottom:6rem}.service-card:nth-child(odd) .service-card__info{padding-right:6rem}.service-card:nth-child(2n) .service-card__info{padding-left:6rem}.service-card__info-title{font-size:2.5rem}.service-card__info-desc{font-size:1.8rem;margin-bottom:3rem}}@media screen and (max-width:991.98px){.service-card:not(:last-child){margin-bottom:5rem}.service-card__info{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important;padding:0!important;width:100%}.service-card__media{margin-bottom:3rem;width:100%}}@media screen and (max-width:767.98px){.service-card__info-title{font-size:2.2rem;margin-bottom:2rem}.service-card__info-desc{font-size:1.6rem}}.service__text{margin-bottom:10rem}.service__images{grid-gap:4rem;display:grid;grid-template-columns:repeat(4,1fr)}.service__images-link{border-radius:2rem;display:block;overflow:hidden;padding-top:80.487804878%}@media screen and (max-width:1439.98px){.service__text{margin-bottom:8rem}.service__images{grid-gap:3rem}}@media screen and (max-width:991.98px){.service__images{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.98px){.service__text{margin-bottom:6rem}.service__images{grid-gap:2rem}.service__images-link{border-radius:1rem}}.partners{padding-bottom:23rem;padding-top:23rem}.partners__slider .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partners__slide{text-align:center}.partners__slide img{vertical-align:middle}@media screen and (max-width:1839.98px){.partners{padding-bottom:20rem;padding-top:20rem}}@media screen and (max-width:1439.98px){.partners{padding-bottom:15rem;padding-top:15rem}}@media screen and (max-width:1199.98px){.partners{padding-bottom:12rem;padding-top:12rem}}@media screen and (max-width:991.98px){.partners{padding-bottom:8rem;padding-top:8rem}}.projects{background-color:#f8f3ed}.projects__slider{position:relative}.projects__slider .swiper-button-next,.projects__slider .swiper-button-prev{cursor:pointer;padding:2rem;position:absolute;top:9.5rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:2}.projects__slider .swiper-button-next .icon,.projects__slider .swiper-button-prev .icon{color:#fff;height:7rem;width:3rem}.projects__slider .swiper-button-next.swiper-button-disabled,.projects__slider .swiper-button-prev.swiper-button-disabled{opacity:0;pointer-events:none}.projects__slider .swiper-button-prev{left:6rem}.projects__slider .swiper-button-next{right:6rem}@media screen and (max-width:1439.98px){.projects__slider .swiper-button-next,.projects__slider .swiper-button-prev{top:7rem}.projects__slider .swiper-button-next .icon,.projects__slider .swiper-button-prev .icon{color:#fff;height:6.2rem;width:2.2rem}.projects__slider .swiper-button-prev{left:2rem}.projects__slider .swiper-button-next{right:2rem}}@media screen and (max-width:991.98px){.projects__slider .swiper-button-next,.projects__slider .swiper-button-prev{display:none}}.projects-list{grid-gap:4rem;display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1439.98px){.projects-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:991.98px){.projects-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767.98px){.projects-list{grid-template-columns:repeat(1,1fr)}}.project-card__head{margin-bottom:3rem;position:relative}.project-card__image-wrap{background-color:#f6efe6;border-radius:2rem;overflow:hidden;padding-top:73.1707317073%;position:relative}.project-card__image-wrap img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.project-card__image-wrap .swiper-lazy-preloader{border-color:transparent #b29b7f #b29b7f}.project-card__date{background-color:rgba(24,57,97,.9);border-radius:1rem;bottom:2rem;color:#fff;font-size:1.6rem;left:2rem;letter-spacing:.04rem;line-height:1;padding:.7rem 1.2rem;position:absolute}.project-card__title{color:#183961;font-size:2.6rem;font-weight:700;letter-spacing:.065rem;line-height:1.25;margin-bottom:2rem}.project-card__desc{font-size:2rem;letter-spacing:.05rem;line-height:1.35;margin-bottom:3.5rem}@media screen and (max-width:1839.98px){.project-card__title{font-size:2rem}.project-card__desc{font-size:1.6rem;margin-bottom:3rem}}@media screen and (max-width:991.98px){.project-card__title{font-size:1.8rem}.project-card__desc{font-size:1.4rem}}.project__main{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid #d0dae5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10rem;padding-bottom:10rem}@media screen and (max-width:1439.98px){.project__main{margin-bottom:8rem;padding-bottom:8rem}}@media screen and (max-width:767.98px){.project__main{margin-bottom:6rem;padding-bottom:6rem}}.project__info{padding-right:10rem;width:65.909091%}.project__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:2.2rem}.project__info-item:not(:last-child){border-bottom:1px solid #d0dae5;margin-bottom:1.5rem;padding-bottom:1.5rem}.project__info-name{-ms-flex-negative:0;color:#183961;flex-shrink:0;font-weight:700;padding-right:2rem;width:30%}.project__info-text{letter-spacing:.055rem;width:70%}.project__files{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:4rem -1rem 0}.project__files .btn{margin:1rem}.project__images{width:34.090909%}.project__images .swiper-button-next,.project__images .swiper-button-prev{cursor:pointer;padding:1rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:2}.project__images .swiper-button-next .icon,.project__images .swiper-button-prev .icon{color:#fff;height:7rem;width:3rem}.project__images .swiper-button-next.swiper-button-disabled,.project__images .swiper-button-prev.swiper-button-disabled{opacity:0;pointer-events:none}.project__images .swiper-button-prev{left:6rem}.project__images .swiper-button-next{right:6rem}.project__images-slide{background-color:#f6efe6;border-radius:2rem;overflow:hidden;padding-top:69.6666666667%}.project__images-slide .swiper-lazy{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.project__images-slide .swiper-lazy-preloader{border-color:transparent #b29b7f #b29b7f}.project__section{margin-top:10rem}@media screen and (max-width:1439.98px){.project__section{margin-top:8rem}}@media screen and (max-width:767.98px){.project__section{margin-top:6rem}}.project__section--blue .project__section-text,.project__section--light-brown .project__section-text{border-radius:2rem;padding:4rem}.project__section--light-brown .project__section-text{background-color:#f6efe6}.project__section--light-brown ul li{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-color:#dbcfc1!important;color:#183961;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;padding-left:0}@media screen and (min-width:1440px){.project__section--light-brown ul li{font-size:2.2rem}}.project__section--light-brown ul li:before{content:none}.project__section--light-brown ul li strong{-ms-flex-negative:0;color:#b29b7f;flex-shrink:0;margin-left:auto}.project__section--blue .project__section-text{background-color:#eaeff5}.project__section-title{color:#183961;font-size:4rem;font-weight:700;line-height:1.25;margin-bottom:3rem}@media screen and (max-width:1439.98px){.project__section-title{font-size:3rem}}@media screen and (max-width:1199.98px){.project__section-title{font-size:2.5rem}}@media screen and (max-width:767.98px){.project__section-title{font-size:2.2rem}}.project__pagination{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin:9rem -1rem 0}.project__pagination .btn{margin:1rem}@media screen and (max-width:1439.98px){.project__pagination{margin-top:7rem}}@media screen and (max-width:767.98px){.project__pagination{margin-top:5rem}}@media screen and (max-width:1839.98px){.project__info-item{font-size:2rem}}@media screen and (max-width:1439.98px){.project__info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:0;width:100%}.project__images{margin-bottom:4rem;max-width:600px;width:100%}}@media screen and (max-width:991.98px){.project__info-item{font-size:1.6rem}}@media screen and (max-width:767.98px){.project__info-name{margin-bottom:.5rem;padding-right:0;width:100%}.project__info-text{width:100%}.project__images .swiper-button-next .icon,.project__images .swiper-button-prev .icon{height:6rem;width:2rem}.project__images .swiper-button-prev{left:2rem}.project__images .swiper-button-next{right:2rem}.project__section--blue .project__section-text,.project__section--light-brown .project__section-text{border-radius:1rem;padding:3rem 2rem}.project__pagination .btn{width:100%}.project__pagination .btn[disabled]{display:none}}.feedback{color:#fff}.feedback:before{background-color:rgba(24,57,97,.93);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.feedback__description{font-size:2.8rem;font-weight:700;margin-bottom:7rem;text-align:center}.feedback__description a{color:#b29b7f;display:inline-block;margin-left:.5rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.feedback__description a .icon--phone{height:4rem;width:2.9rem}.feedback__description a:focus,.feedback__description a:hover{color:#c5b49f}.feedback__main{position:relative}.feedback__box{background-color:#fff;border-radius:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.feedback__box,.feedback__info{display:-webkit-box;display:-ms-flexbox;display:flex}.feedback__info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:url(/site/images/common/question.svg) no-repeat 0 0;background-size:contain;padding:8rem;width:34.0909%}.feedback__info-title{color:#183961;font-size:3.6rem;font-weight:700;line-height:1.35}.feedback__info-title span{color:#b29b7f}.feedback__form{padding:8rem;width:65.9091%}@media screen and (max-width:1839.98px){.feedback__description{font-size:2.4rem}.feedback__form,.feedback__info{padding:5rem}.feedback__info-title{font-size:3.2rem}}@media screen and (max-width:1439.98px){.feedback__description{margin-bottom:6rem}.feedback__form,.feedback__info{width:50%}.feedback__form{padding-left:0}}@media screen and (max-width:991.98px){.feedback__description{font-size:2rem;margin-bottom:5rem}.feedback__box{padding:4rem}.feedback__form,.feedback__info{padding:0;width:100%}.feedback__info{background:none;margin-bottom:4rem}.feedback__info-title{font-size:2.8rem;text-align:center;width:100%}}@media screen and (max-width:767.98px){.feedback__description{font-size:1.8rem;margin-bottom:4rem}.feedback__description a .icon--phone{height:3.1rem;width:2rem}.feedback__box{padding:4rem 3rem}.feedback__info-title{font-size:2.5rem}}@media screen and (max-width:575.98px){.feedback__box{padding:4rem 2rem}}.feedback-form{min-height:400px}.feedback-form.is-success{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.feedback-form.is-success .feedback-form__inner{display:none}.feedback-form.is-success .feedback-form__response{display:block}.feedback-form__fields{margin-bottom:5rem}.feedback-form__action{text-align:right}.feedback-form__response{color:#183961;display:none;font-size:3rem;font-weight:700;line-height:1.35;text-align:center}.feedback-form__response span{color:#b29b7f}@media screen and (max-width:1839.98px){.feedback-form__response{font-size:2.8rem}}@media screen and (max-width:991.98px){.feedback-form__fields{margin-bottom:4rem}.feedback-form__response{font-size:2.5rem}}@media screen and (max-width:767.98px){.feedback-form__fields{margin-bottom:3rem}.feedback-form__response{font-size:1.8rem}.feedback-form__action .btn{width:100%}}.page-404{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;justify-content:center;padding:0 2rem;text-align:center}.page-404 h1{color:#183961;font-size:28.8rem;font-weight:900;line-height:1.2;margin:3rem 0}@media screen and (max-width:767.98px){.page-404 h1{font-size:15rem}}.page-404 p{font-size:1.6rem;margin-bottom:6rem}.page{min-height:600px}.page-back{margin-top:10rem}@media screen and (max-width:1439.98px){.page-back{margin-top:8rem}}@media screen and (max-width:767.98px){.page-back{margin-top:6rem}}.intro-page{color:#fff;padding:0}.intro-page__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#183961;border-radius:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:520px;overflow:hidden;position:relative}.intro-page__inner:before{background-color:rgba(2,19,39,.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.intro-page__brand{left:7rem;max-width:14rem;position:absolute;top:7rem;z-index:2}.intro-page__title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;font-size:8rem;font-weight:700;letter-spacing:.2rem;line-height:1.25;margin:0;padding:5rem 7rem 5rem 41rem;position:relative}.intro-page__title span{width:100%}.intro-page__breadcrumbs{border-top:1px solid hsla(0,0%,100%,.3);padding:3rem 7rem;position:relative}@media screen and (max-width:1839.98px){.intro-page__inner{min-height:480px}.intro-page__brand{max-width:12rem}.intro-page__title{font-size:6.5rem;padding-left:34rem}}@media screen and (max-width:1439.98px){.intro-page__brand{display:none}.intro-page__title{font-size:6rem;padding-left:7rem;padding-right:7rem}.intro-page__breadcrumbs{padding:2rem 4rem}}@media screen and (max-width:1199.98px){.intro-page__inner{min-height:400px}.intro-page__title{font-size:5rem;padding-left:4rem;padding-right:4rem}.intro-page__breadcrumbs{padding-bottom:1.5rem;padding-top:1.5rem}}@media screen and (max-width:767.98px){.intro-page__inner{min-height:300px}.intro-page__title{font-size:3.5rem}}@media screen and (max-width:575.98px){.intro-page .container-fluid{padding-left:0;padding-right:0}.intro-page__inner{border-radius:0}.intro-page__breadcrumbs,.intro-page__title{padding-left:2rem;padding-right:2rem}}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumbs li{margin-bottom:.5rem;margin-top:.5rem}.breadcrumbs li:not(:last-child){margin-right:3rem}@media screen and (max-width:767.98px){.breadcrumbs li:not(:last-child){margin-right:2rem}}.breadcrumbs a{color:#fff;letter-spacing:.04rem}@media screen and (min-width:1200px){.breadcrumbs a{font-size:1.6rem}}.breadcrumbs a.is-active,.breadcrumbs a:focus,.breadcrumbs a:hover{color:#d7be9f}.pagination{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:10rem}.pagination__link,.pagination__next-link,.pagination__prev-link{border-radius:1rem;color:#788ca3;display:block;font-size:2rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.pagination__link:not(.is-disabled):not(.is-active):focus,.pagination__link:not(.is-disabled):not(.is-active):hover,.pagination__next-link:not(.is-disabled):not(.is-active):focus,.pagination__next-link:not(.is-disabled):not(.is-active):hover,.pagination__prev-link:not(.is-disabled):not(.is-active):focus,.pagination__prev-link:not(.is-disabled):not(.is-active):hover{background-color:#eaeff5;color:#788ca3}.pagination__next-link,.pagination__prev-link{margin:.2rem 0}.pagination__next-link.is-disabled,.pagination__prev-link.is-disabled{opacity:.5;pointer-events:none}.pagination__list{margin:0 5rem}@media screen and (max-width:991.98px){.pagination__list{margin:0 4rem}}@media screen and (max-width:767.98px){.pagination__list{margin:0;overflow:auto;white-space:nowrap}}.pagination__item{display:inline-block;margin:.2rem 0;vertical-align:middle}.pagination__link{height:5rem;line-height:5rem;text-align:center;width:5rem}.pagination__link.is-active{background-color:#183961;color:#fff}@media screen and (max-width:1439.98px){.pagination{margin-top:8rem}}@media screen and (max-width:1199.98px){.pagination__link,.pagination__next-link,.pagination__prev-link{font-size:1.6rem}.pagination__next-link,.pagination__prev-link{padding:1rem 2.5rem}.pagination__link{height:4rem;line-height:4rem;width:4rem}}@media screen and (max-width:767.98px){.pagination{margin-top:6rem}.pagination__next-link,.pagination__prev-link{display:none}}.employees{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-left:-2rem;margin-right:-2rem}@media screen and (max-width:1439.98px){.employees{margin-left:-1.5rem;margin-right:-1.5rem}}@media screen and (max-width:575.98px){.employees{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;-ms-flex-direction:column;flex-direction:column;margin-left:-1rem;margin-right:-1rem}}.employee-card{margin-bottom:4rem;padding-left:2rem;padding-right:2rem;width:25%}.employee-card__image-wrap{background-color:#eaeff5;border-radius:2rem;margin-bottom:3rem;overflow:hidden;padding-top:124.3902439024%}.employee-card__info{line-height:1.35;text-align:center}.employee-card__title{color:#183961;font-size:2.6rem;font-weight:700;margin-bottom:2rem}.employee-card__subtitle{font-size:2rem;margin:0}@media screen and (max-width:1439.98px){.employee-card{padding-left:1.5rem;padding-right:1.5rem}.employee-card__title{font-size:2rem}.employee-card__subtitle{font-size:1.6rem}}@media screen and (max-width:991.98px){.employee-card{width:50%}}@media screen and (max-width:767.98px){.employee-card__image-wrap{border-radius:1rem;margin-bottom:2rem}.employee-card__title{margin-bottom:1rem}}@media screen and (max-width:575.98px){.employee-card{max-width:430px;padding-left:1rem;padding-right:1rem;width:100%}}.employees-section:not(:last-child){border-bottom:1px solid #d0dae5;margin-bottom:10rem;padding-bottom:6rem}@media screen and (max-width:1439.98px){.employees-section:not(:last-child){margin-bottom:8rem;padding-bottom:4rem}}@media screen and (max-width:767.98px){.employees-section:not(:last-child){margin-bottom:6rem;padding-bottom:2rem}}.employees-section__title{color:#183961;font-size:4rem;font-weight:700;line-height:1.35;margin-bottom:10rem;text-align:center}@media screen and (max-width:1439.98px){.employees-section__title{font-size:3rem;margin-bottom:8rem}}@media screen and (max-width:1199.98px){.employees-section__title{font-size:2.5rem}}@media screen and (max-width:767.98px){.employees-section__title{font-size:2.2rem;margin-bottom:6rem}}.certificates{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-left:-2rem;margin-right:-2rem}@media screen and (max-width:1439.98px){.certificates{margin-left:-1.5rem;margin-right:-1.5rem}}@media screen and (max-width:575.98px){.certificates{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;-ms-flex-direction:column;flex-direction:column;margin-left:-1rem;margin-right:-1rem}}.certificate-card{margin-bottom:4rem;padding-left:2rem;padding-right:2rem;width:25%}.certificate-card__link{background:top/cover no-repeat #eaeff5;border:4px solid #eaeff5;border-radius:2rem;display:block;overflow:hidden;padding-top:141.4634146341%;position:relative}.certificate-card__overlay{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(2,19,39,.5);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:.55s;-o-transition:.55s;transition:.55s;width:100%}.certificate-card__overlay .icon{color:#fff;height:5rem;width:5rem}.certificate-card__link:focus .certificate-card__overlay,.certificate-card__link:hover .certificate-card__overlay{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1439.98px){.certificate-card{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (max-width:991.98px){.certificate-card{width:50%}}@media screen and (max-width:767.98px){.certificate-card__link{border-radius:1rem}}@media screen and (max-width:575.98px){.certificate-card{margin-bottom:3rem;max-width:430px;padding-left:1rem;padding-right:1rem;width:100%}}.footer{background-color:#183961;color:#fff;overflow:hidden;padding-bottom:3rem;padding-top:10rem;position:relative}.footer:before{background-color:rgba(24,57,97,.93);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.footer a:not(.btn):not(.socials__link){color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.footer a:not(.btn):not(.socials__link):focus,.footer a:not(.btn):not(.socials__link):hover{color:#fff;opacity:.7}.footer__bottom,.footer__main{position:relative}.footer__main{margin-bottom:3rem}.footer__map{height:735px;position:relative}.footer__map iframe{border:none;border-radius:2rem;display:block;height:100%;width:100%}@media screen and (min-width:768px){.footer__contacts{background-color:rgba(24,57,97,.95);border-radius:2rem;color:#fff;left:8rem;min-width:56rem;padding:5rem;position:absolute;top:8rem}}.footer__contacts-title{font-size:2.8rem;font-weight:700;line-height:1.25;margin-bottom:3rem}.footer__contacts-list{margin-bottom:5rem}.footer__contacts-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2rem}.footer__contacts-list-item:not(:last-child){margin-bottom:2rem}.footer__contacts-list-icon{color:#b29b7f;margin-right:1.8rem;text-align:center;width:2.2rem}.footer__contacts-list-icon .icon{top:-.1rem}.footer__contacts-list-icon .icon--location{height:2.8rem;width:2.2rem}.footer__contacts-list-icon .icon--email{height:2.2rem;width:2.2rem}.footer__contacts-list-icon .icon--phone{height:3rem;width:2rem}.footer__contacts-list-text{line-height:1.35;width:calc(100% - 4rem)}.footer__bottom{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;letter-spacing:.04rem}@media screen and (min-width:1200px){.footer__bottom{font-size:1.6rem}}@media screen and (max-width:1839.98px){.footer__contacts{left:6rem;min-width:0;padding:4rem;top:6rem}.footer__contacts-title{font-size:2rem}.footer__contacts-list{margin-bottom:4rem}.footer__contacts-list-item{font-size:1.8rem}}@media screen and (max-width:1439.98px){.footer{padding-top:8rem}}@media screen and (max-width:1199.98px){.footer__contacts{left:4rem;padding:4rem;top:4rem}.footer__contacts-list{margin-bottom:3rem}.footer__contacts-list-item{font-size:1.6rem}}@media screen and (max-width:991.98px){.footer__map{height:600px}.footer__contacts{left:2rem;padding:3rem;top:2rem}.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__bottom>:not(:last-child){margin-bottom:2rem}}@media screen and (max-width:767.98px){.footer{padding-top:6rem}.footer__map{height:auto}.footer__map iframe{height:400px}.footer__contacts{margin-bottom:3rem;padding:0}}@media screen and (max-width:575.98px){.footer__map{margin-left:-2rem;margin-right:-2rem}.footer__map iframe{border-radius:0}.footer__contacts{padding-left:2rem;padding-right:2rem}}.footer--page{padding-top:3rem}.footer--page:before{content:none}
