

/* Start:/local/js/gpi/cookie_consent/dist/cookie_consent.bundle.css?17459913421198*/
.gpi-cookie-consent {
	position: sticky;
	bottom: 1.5rem;
	background: #fff;
	padding: 0.7rem 1.5rem;
	z-index: 1000;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.gpi-cookie-consent__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.gpi-cookie-consent__text {
	margin-right: 1.5rem;
	white-space: nowrap;
}

.gpi-cookie-consent__text a {
	color: #0066cc;
	text-decoration: underline;
}

.gpi-cookie-consent__btn {
	background: #84b913;
	border: none;
	padding: 0.7rem 1rem;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}

.gpi-cookie-consent__btn:hover {
	background: #638b0e;
}


@media (orientation: portrait) {
	.gpi-cookie-consent {
		margin-top: -4rem;
	}
}


@media (orientation: landscape) {
	.gpi-cookie-consent {
		margin-top: -8.5rem;
	}
}
/* End */


/* Start:/local/templates/main/assets/css/main.css?174553727377729*/
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap);body,html{position:relative;background-color:#fff;color:#2c2d30;font-size:16px;font-weight:500;font-family:"Raleway",Helvetica,Arial,sans-serif;margin:0;height:100%}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-text-size-adjust:none}*{webkit-tap-highlight-color:transparent}.page-list{padding:20px}.page-list__heading{margin:0 0 20px;font-size:36px;font-weight:700}.page-list__items{list-style-type:none;margin:0;padding:0}.page-list__item:not(:last-child){margin-bottom:10px}.page-list__link{color:inherit;text-decoration:none;font-size:20px;border-bottom:1px solid rgba(34,34,34,.3)}.page-list__link:visited{color:inherit}.page-list__link:hover{border-color:#222}.gpi-page-wrap{display:flex;min-height:100vh;flex-direction:column}.gpi-page{flex:1;position:relative;padding-top:70px}.gpi-page--news{background-color:#f2f2f7}.gpi-page--404{display:flex;flex-direction:column;align-items:center;justify-content:center;background:url(/local/templates/main/assets/css/../img/bg-404.jpg) no-repeat 50% 50% #fff;background-size:cover}.gpi-button,.gpi-text-input input,.gpi-text-input textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;font-size:16px;font-family:"Raleway",Helvetica,Arial,sans-serif;font-weight:500;outline:none}.gpi-button{cursor:pointer;margin:0;padding:0 15px;text-align:center;height:78px;color:#fff;background:#84b913;transition:.3s background;border:none}.gpi-button:hover{background:#638b0e;transition:0s background}.gpi-text-input input{height:78px;padding:0 20px}.gpi-text-input input,.gpi-text-input textarea{border:1px #dadada solid;background:0 0;box-sizing:border-box}.gpi-text-input input::-moz-placeholder{color:transparent}.gpi-text-input input::placeholder{color:transparent}.gpi-text-input textarea{height:206px;resize:none;padding:20px 20px 0}.gpi-text-input textarea::-moz-placeholder{color:#7c7f88}.gpi-text-input textarea::placeholder{color:#7c7f88}.gpi-icon-button{display:inline-flex;color:inherit;text-decoration:none}.gpi-icon-button:visited{color:inherit}.gpi-icon-button__icon{width:54px;height:54px;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;border:1px #e4e9ed solid;box-sizing:border-box;transition:.3s background,.3s border}.gpi-icon-button__icon--no-border{border:none}.gpi-icon-button__icon svg{fill:#292a2b;transition:.3s fill}.gpi-icon-button__icon--green{background-color:#84b913}.gpi-icon-button__icon--green svg{fill:#fff}.gpi-icon-button__icon+.gpi-icon-button__title,.gpi-icon-button__title+.gpi-icon-button__icon{margin-left:-1px}.gpi-icon-button__title{border:1px #e4e9ed solid;height:54px;padding:0 48px;line-height:52px;box-sizing:border-box;text-align:center;font-weight:500;background-color:#fff}.gpi-icon-button__title--no-border{border:none}.gpi-icon-button:hover .gpi-icon-button__icon{background-color:#84b913;transition:0s background,0s border;border-color:#84b913}.gpi-icon-button:hover .gpi-icon-button__icon svg{fill:#fff;transition:0s fill}.gpi-popup{background-color:#fff;padding:40px;box-shadow:0 15px 40px rgba(73,87,111,.16);display:none}.gpi-popup__head{display:flex;align-items:center;justify-content:flex-end;margin-bottom:30px}.gpi-popup__close{width:54px;height:54px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;flex-shrink:0;border:none;background-color:#84b913;margin:0 -4px 0 0;padding:0;font-size:0;position:relative}.gpi-popup__close::after,.gpi-popup__close::before{content:"";position:absolute;left:50%;width:26px;height:2px;background-color:#fff;transition:.3s transform,.3s width,.3s background}.gpi-popup__close::before{top:21px;transform:translate3d(-50%,4px,0)}.gpi-popup__close::after{bottom:21px;transform:translate3d(-50%,-4px,0)}.gpi-popup__content--thanks{padding:20px 0 60px;text-align:center}.gpi-popup__title{font-size:40px;font-weight:500;line-height:1.3}.gpi-popup__title:not(:last-child){margin-bottom:20px}.gpi-paging{position:relative}.gpi-paging__items{list-style-type:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center}.gpi-paging__item:not(:last-child){margin-right:33px}.gpi-paging__link{display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;text-align:center;width:67px;height:67px;border-radius:50%;text-decoration:none;color:#263144;background-color:#f5f7f7;font-size:16px;font-weight:400;transition:.3s background;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gpi-paging__link:visited{color:#263144}.gpi-paging__link:hover{transition:0s background;background-color:#e4e9ed}.gpi-paging__link--disabled{opacity:.5;pointer-events:none}.gpi-paging__link--current{background-color:#fff;border:1px solid #263144}.gpi-paging__link--current:hover{background-color:#fff}.gpi-paging__link--arrow{border:1px #e4e9ed solid;background-color:#fff;font-size:0}.gpi-paging__link--arrow svg{display:block;margin:0}.gpi-paging__link--arrow:hover{background-color:#e4e9ed}.slick-list,.slick-slider{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{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-initialized .slick-slide,.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.has-float-label{display:block;position:relative}.has-float-label label,.has-float-label>span{position:absolute;left:20px;top:14px;color:#7c7f88;cursor:text;font-size:12px;opacity:1;transition:all .2s}.has-float-label select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1em;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5em bottom .25em;background-size:8px 10px}.has-float-label textarea{width:100%}.has-float-label input::-moz-placeholder,.has-float-label select::-moz-placeholder,.has-float-label textarea::-moz-placeholder{opacity:1;-moz-transition:all .2s;transition:all .2s}.has-float-label input::placeholder,.has-float-label select::placeholder,.has-float-label textarea::placeholder{opacity:1;transition:all .2s}.has-float-label input:-moz-placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:-moz-placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:-moz-placeholder-shown:not(:focus)::-moz-placeholder{opacity:0}.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder{opacity:0}.has-float-label input:-moz-placeholder-shown:not(:focus)::placeholder,.has-float-label select:-moz-placeholder-shown:not(:focus)::placeholder,.has-float-label textarea:-moz-placeholder-shown:not(:focus)::placeholder{opacity:0}.has-float-label input:placeholder-shown:not(:focus)::placeholder,.has-float-label select:placeholder-shown:not(:focus)::placeholder,.has-float-label textarea:placeholder-shown:not(:focus)::placeholder{opacity:0}.has-float-label input:-moz-placeholder-shown:not(:focus)+*,.has-float-label select:-moz-placeholder-shown:not(:focus)+*,.has-float-label textarea:-moz-placeholder-shown:not(:focus)+*{font-size:16px;top:28px}.has-float-label input:placeholder-shown:not(:focus)+*,.has-float-label select:placeholder-shown:not(:focus)+*,.has-float-label textarea:placeholder-shown:not(:focus)+*{font-size:16px;top:28px}.has-float-label input:focus,.has-float-label select:focus,.has-float-label textarea:focus{outline:none;border-color:#86898b}
/*! Scrollyeah - v0.3.2 - 2014-04-11
* https://github.com/artpolikarpov/scrollyeah
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */
.scrollyeah{position:relative;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.scrollyeah,.scrollyeah__wrap{overflow:hidden;*zoom:1}.scrollyeah__shaft{float:left}.scrollyeah__parallax,.scrollyeah__shaft{left:0;position:relative}.scrollyeah_active .scrollyeah__shaft{cursor:-o-grab;cursor:-ms-grab;cursor:grab;*cursor:move!important}.scrollyeah_active .scrollyeah__shaft_grabbing,.scrollyeah_active .scrollyeah__shaft_grabbing *{cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.scrollyeah__shadow{display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;transition-property:left,right;transition-duration:333ms,333ms;transition-timing-function:cubic-bezier(.1,0,.25,1),cubic-bezier(.1,0,.25,1);z-index:10;*display:none!important;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.scrollyeah__shadow_prev{left:-10px;background-position:0 0,0 0}.scrollyeah__shadow_next{right:-10px;background-position:100% 0,100% 0}.scrollyeah_shadow .scrollyeah__shadow_prev{left:0}.scrollyeah_shadow .scrollyeah__shadow_next{right:0}.scrollyeah_shadow_no-left .scrollyeah__shadow_prev{left:-10px}.scrollyeah_shadow_no-right .scrollyeah__shadow_next{right:-10px}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;color:#444;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/local/templates/main/assets/css/../img/fancybox/fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(/local/templates/main/assets/css/../img/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close,.fancybox-nav{position:absolute;cursor:pointer;z-index:8040}.fancybox-close{right:-18px;top:-18px;width:36px;height:36px}.fancybox-nav{top:0;width:40%;height:100%;text-decoration:none;background:url(/local/templates/main/assets/css/../img/fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0)}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{width:auto}.fancybox-lock,.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(/local/templates/main/assets/css/../img/fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}.overlay-menu{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#fff;z-index:15;opacity:0;visibility:hidden;transform:translate3d(-100%,0,0);transition:0s transform .4s,.3s opacity,.3s visibility}.overlay-menu.js-active{opacity:1;visibility:visible;transform:translate3d(0,0,0);transition:0s transform,.3s opacity .1s,.3s visibility .1s}.overlay-menu-head,.overlay-menu__inner{position:absolute;left:0;top:0;width:100%;box-sizing:border-box}.overlay-menu__inner{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:auto}.overlay-menu::before{content:"";position:absolute;left:0;top:0;width:50%;bottom:0;background-color:#363636}.overlay-menu-head{padding:10px 20px;z-index:2}.overlay-menu-head__inner{position:relative;max-width:1640px;margin:0 auto;display:flex;justify-content:flex-end}.overlay-menu-blocks{width:100%;position:relative;box-sizing:border-box;flex-shrink:0;margin:90px auto 60px}.overlay-menu-items{padding-left:20px;padding-right:20px}.overlay-menu-items:not(:last-child){border-bottom:1px solid rgba(153,153,153,.15)}.overlay-menu-items:not(:last-child) .overlay-menu-items__cols{border-bottom:none}.overlay-menu-items:not(:first-child) .overlay-menu-items__cols{border-top:none}.overlay-menu-items__cols{display:flex;max-width:1650px;margin:0 auto;border:1px solid rgba(153,153,153,.15)}.overlay-menu-items__col{width:50%;box-sizing:border-box;padding:73px 185px 73px 40px;display:flex;justify-content:flex-end}.overlay-menu-items__col:nth-child(2n){padding-left:185px;padding-right:40px;justify-content:flex-start}.overlay-menu-items__col a,.overlay-menu-items__col a:visited{text-decoration:none;color:inherit}.overlay-menu-items__col a:hover,.overlay-menu-items__col a:visited:hover{color:#84b913}.overlay-menu-items__section{width:100%;max-width:400px}.overlay-menu-items__title{font-size:24px;margin:0 0 32px;font-weight:500;line-height:1.4}.overlay-menu-items__list{list-style-type:none;margin:0;padding:0}.overlay-menu-items__list li:not(:last-child){margin-bottom:22px}.gpi-header{position:fixed;padding:10px 20px;background-color:#fff;z-index:10;box-shadow:0 15px 40px rgba(73,87,111,.16);box-sizing:border-box;left:0;top:0;width:100%}.gpi-header__inner{position:relative;max-width:1640px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.gpi-header__logo{flex-shrink:0;margin-right:20px}.gpi-header__logo a,.gpi-header__logo a:visited{text-decoration:none}.gpi-header__logo a svg,.gpi-header__logo a:visited svg{display:block;margin:0}.gpi-header__logo a:hover,.gpi-header__logo a:visited:hover{opacity:.8}.gpi-header__actions,.gpi-header__additional{display:flex;align-items:center}.gpi-header__additional:not(:last-child){margin-right:56px}.gpi-header__lang-link{text-decoration:none;color:#86898b;transition:.3s color;margin-right:24px}.gpi-header__lang-link:hover{color:#2c2d30;transition:0s color}.gpi-header__lang-link:visited{color:#86898b}.gpi-header__lang-link:visited:hover{color:#2c2d30}.gpi-header__plane{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:46px;height:46px;border:1px #e4e7ed solid;font-size:0;border-radius:50%;padding-left:4px;box-sizing:border-box;background:0 0;transition:.3s border,.3s background}.gpi-header__plane svg{display:block;margin:0 auto;fill:#2c2d30;transition:.3s fill}.gpi-header__plane:hover{transition:0s border,0s background;background:#363636;border-color:#363636}.gpi-footer-contacts-link:hover .gpi-footer-contacts-link__icon svg,.gpi-header__plane:hover svg{fill:#fff;transition:0s fill}.gpi-header__menu-button{width:54px;height:54px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;flex-shrink:0;border:none;background:#fff;margin:0 -4px 0 0;padding:0;font-size:0;position:relative}.gpi-header__menu-button::after,.gpi-header__menu-button::before{content:"";position:absolute;left:50%;transform:translate3d(-50%,0,0);width:46px;height:2px;background-color:#2c2d30;transition:.3s transform,.3s width,.3s background}.gpi-header__menu-button::before{top:21px}.gpi-header__menu-button::after{bottom:21px}.gpi-header__menu-button.js-active{background-color:#84b913}.gpi-header__menu-button.js-active::before{transform:translate3d(-50%,4px,0)}.gpi-header__menu-button.js-active::after{transform:translate3d(-50%,-4px,0)}.gpi-header__menu-button.js-active::after,.gpi-header__menu-button.js-active::before{width:26px;background-color:#fff}.gpi-header-menu{position:relative}.gpi-header-menu:not(:last-child){margin-right:66px}.gpi-header-menu__list{list-style-type:none;margin:0;padding:0;display:flex;align-items:center}.gpi-header-menu__item:not(:last-child){margin-right:58px}.gpi-header-menu__item a,.gpi-header-menu__item a:visited{text-decoration:none;color:#2c2d30;transition:.3s opacity}.gpi-header-menu__item a:hover,.gpi-header-menu__item a:visited:hover{opacity:.6;transition:0s opacity}.gpi-footer-map{position:relative;background-color:#ededf2;background-image:url(/local/templates/main/assets/css/../img/sakhalin-map-part.png);background-repeat:no-repeat;background-position:50% 0}.gpi-footer-map__top{padding:127px 20px 144px;text-align:center}.gpi-footer-map__text{max-width:510px;margin:0 auto}.gpi-footer-map__text img{display:block;margin:0 auto 65px}.gpi-footer-map__title{font-size:28px;font-weight:500;line-height:1.6;margin:0 auto 24px}.gpi-footer-map__address{margin:0;font-size:22px;line-height:1.7;color:#86898b}.gpi-footer-contacts{position:relative;display:flex}.gpi-footer-contacts__item{width:50%;border-top:1px solid #d8d8de;box-sizing:border-box;padding-top:38px;padding-bottom:38px;display:flex;align-items:center}.gpi-footer-contacts__item--phone{justify-content:flex-end;padding-right:100px;padding-left:30px}.gpi-footer-contacts__item--email{padding-left:100px;padding-right:30px;border-left:1px solid #d8d8de}.gpi-footer-contacts-link{display:flex;align-items:center;text-decoration:none;color:inherit;font-size:24px;font-weight:400}.gpi-footer-contacts-link:visited{color:inherit}.gpi-footer-contacts-link__icon{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;position:relative;margin-right:26px;border:1px solid #e4e7ed;border-radius:50%;transition:.3s background,.3s border;box-sizing:border-box}.gpi-footer-contacts-link__icon svg{display:block;max-width:100%;max-height:100%;margin:0;transition:.3s fill}.gpi-footer-contacts-link:hover .gpi-footer-contacts-link__icon{background:#363636;border-color:#363636;transition:0s background,0s border}.gpi-footer-bottom{position:relative;padding:24px 20px;background-color:#363636}.gpi-footer-bottom__inner{position:relative;max-width:1300px;margin:0 auto;text-align:center;color:#fff;display:flex;align-items:center;justify-content:space-between}.gpi-footer-bottom__inner a,.gpi-footer-bottom__inner a:visited{color:inherit;text-decoration:none}.gpi-footer-bottom__inner a:hover,.gpi-footer-bottom__inner a:visited:hover{text-decoration:underline}.gpi-footer-bottom__item{margin:0}.gpi-footer-bottom-art,.gpi-footer-bottom-art__icon{display:flex;align-items:center}.gpi-footer-bottom-art__icon{width:53px;height:53px;justify-content:center;margin-right:26px;background-color:#3a3a3a;border-radius:50%;transition:.3s background}.gpi-footer-bottom-art__icon svg{display:block;max-width:100%;max-height:100%;margin:0;fill:#fff}.gpi-footer-bottom-art:hover .gpi-footer-bottom-art__icon{background-color:#474747;transition:0s background}.gpi-page-header{position:relative;background-color:#eee;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.gpi-page-header__content{padding:195px 20px 156px}.gpi-page-header::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.gpi-page-header--no-dark-bg::before{display:none}.gpi-page-header__logo{display:block;width:122px;margin:0 auto 50px;position:relative}.gpi-page-header__title{text-align:center;margin:0 auto;font-size:54px;font-weight:500;position:relative;max-width:1000px}.gpi-page-header__title--white{color:#fff}.gpi-page-header-menu{position:relative;list-style-type:none;margin:0;padding:0;text-align:center}.gpi-page-header-menu__item{display:inline-block;vertical-align:top;white-space:nowrap;padding-bottom:80px}.gpi-page-header-menu__item:not(:last-child){margin-right:77px}.gpi-page-header-menu__item:first-child{padding-left:20px}.gpi-page-header-menu__item:last-child{padding-right:20px}.gpi-page-header-menu__link{font-size:18px;font-weight:400;color:#fff;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gpi-page-header-menu__link:hover{text-decoration:underline}.gpi-page-header-menu__link:visited,.services-page-list__item:hover .services-page-list__cover~.services-page-list__title a{color:#fff}.gpi-page-header-menu__link--active{font-weight:700;pointer-events:none}.contacts-page{padding-bottom:200px}.contacts-page-top{position:relative;padding:0 20px}.contacts-page-top__inner{position:relative;max-width:1160px;margin:0 auto;padding:200px 0 185px;display:flex;align-items:flex-start}.contacts-page-top__inner::before{content:"";position:absolute;top:0;bottom:0;left:50%;border-right:1px #e4e9ed solid}.contacts-page-top__item{width:50%;box-sizing:border-box}.contacts-page-top__item--main{text-align:left;padding-right:20px}.contacts-page-top__item--address{padding-top:90px;padding-left:205px}.contacts-page-top__item--address p{margin:0;font-size:22px;font-weight:400;line-height:1.5;max-width:400px}.contacts-page-top__item--address p:not(:last-child){margin-bottom:32px}.contacts-page-form__personal a,.contacts-page-form__personal a:visited,.contacts-page-top__item--address p a,.contacts-page-top__item--address p a:visited{text-decoration:none;color:#84b913}.contacts-page-form__personal a:hover,.contacts-page-form__personal a:visited:hover,.contacts-page-top__item--address p a:hover,.contacts-page-top__item--address p a:visited:hover{text-decoration:underline}.contacts-page-top__title{font-weight:500;line-height:1.4;margin:0;font-size:42px;max-width:410px}.contacts-page-form{position:relative;padding:100px 20px 105px;background:url(/local/templates/main/assets/css/../img/contacts-form-bg.jpg) no-repeat 50% 50% #fff}.contacts-page-form__inner{max-width:896px;margin:0 auto}.contacts-page-form__title{font-size:18px;font-weight:500;margin:0 auto 100px;text-align:center;max-width:500px;line-height:1.7}.contacts-page-form__personal{text-align:center;font-weight:400;margin:0;line-height:1.3}.contacts-page-form__personal:not(:last-child){margin-bottom:30px}.contacts-page-form-fields{position:relative;display:flex;flex-wrap:wrap;align-items:flex-start}.contacts-page-form-fields__col{width:50%;margin-bottom:30px}.contacts-page-form-fields__col--full{width:100%}.projects-page-head{position:relative;padding:155px 20px 120px;background-color:#fff}.projects-page-head::before{content:"";position:absolute;left:50%;top:0;bottom:0;border-right:1px solid #e4e9ed}.projects-page-head__inner{position:relative;max-width:1160px;margin:0 auto}.projects-page-head__items{display:flex}.projects-page-head__items:not(:last-child){margin-bottom:105px}.projects-page-head__item{box-sizing:border-box;width:50%;position:relative}.projects-page-head__item--main{padding-right:90px}.projects-page-head__item--text{padding-left:90px}.projects-page-head__item--text::before{content:"";position:absolute;width:2px;height:122px;left:0;top:-60px;background:url(/local/templates/main/assets/css/../img/green-blue-vertical.svg) no-repeat 50% 50%}.projects-page-head__item--text p{font-size:20px;margin:0;line-height:1.6;font-weight:400;max-width:450px;text-align:justify}.projects-page-head__title{font-size:24px;font-weight:400;margin:0;max-width:450px;line-height:1.5}.projects-page-head__button{text-align:center}.projects-list{position:relative;padding-bottom:120px}.common-info-top::before,.projects-list::before{content:"";position:absolute;left:50%;top:0;bottom:0;border-right:1px solid #e4e9ed;pointer-events:none}.projects-list__item{background-color:#f7f7f7}.projects-list__item:nth-child(2n){background-color:#fff}.projects-list-item{padding:120px 20px}.projects-list-item__big-title{margin:8px 0 0;max-width:560px;font-weight:500;font-size:34px;line-height:1.6}.projects-list-item__big-title:not(:last-child){margin-bottom:120px}.projects-list-item__inner{position:relative;max-width:1240px;margin:0 auto}.projects-list-item__cols{position:relative;display:flex;align-items:flex-start}.projects-list-item__col{box-sizing:border-box;width:50%}.projects-list-item__col--image{padding-right:90px}.projects-list-item__col--image img{display:block;width:100%;max-width:560px}.projects-list-item__col--text{padding-left:90px}.projects-list-item__text{max-width:450px}.projects-list-item__text p{font-size:20px;margin:0;line-height:1.6;font-weight:400;text-align:justify}.projects-list-item__text p:not(:last-child){margin-bottom:25px}.projects-list-item__text p small{font-size:15px;color:#86898b}.projects-list-item__text ul{padding:0;list-style-type:none;margin:0 0 25px}.gpi-news-page-content ol li,.gpi-news-page-content ul li,.projects-list-item__text ul li{font-size:20px;line-height:1.6;font-weight:400;position:relative;padding-left:38px}.projects-list-item__text ul li:not(:last-child){margin-bottom:13px}.gpi-news-page-content ul li::before,.projects-list-item__text ul li::before{content:"-";position:absolute;left:0;top:-1px}.projects-list-item__title{font-size:30px;line-height:1.6;margin:0;font-weight:400}.projects-list-item__title:not(:last-child){margin-bottom:35px}.projects-list-item__title a,.projects-list-item__title a:visited{color:inherit;border-bottom:1px solid #222;text-decoration:none}.projects-list-item__title a::before,.projects-list-item__title a:visited::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}.projects-list-item__title a:hover,.projects-list-item__title a:visited:hover{border-color:transparent}.common-info,.common-info-top{position:relative}.common-info-top{padding:200px 20px 355px;background:url(/local/templates/main/assets/css/../img/common-info-sphere-bg.jpg) no-repeat 50% 100% #fff;background-size:cover;z-index:2}.common-info-top--index{padding-bottom:320px}.common-info-top__text{display:flex;align-items:flex-start;max-width:1305px;margin:0 auto 120px}.common-info-top__text--index{margin-bottom:190px}.common-info-top__text-col{box-sizing:border-box;width:50%}.common-info-top__text-col--left{padding-right:40px}.common-info-top__text-col--right{padding-left:204px;padding-top:75px;position:relative;text-align:justify}.common-info-top__text-col--right::before{content:"";position:absolute;width:2px;height:122px;left:0;top:42px;background:url(/local/templates/main/assets/css/../img/green-blue-vertical.svg) no-repeat 50% 50%}.common-info-top__text-col--right p{max-width:420px;font-size:24px;line-height:1.5;margin:0;font-weight:400}.common-info-bottom__section p:not(:last-child),.common-info-top__text-col--right p:not(:last-child){margin-bottom:30px}.common-info-top__title{font-weight:500;font-size:42px;margin:0;line-height:1.4}.common-info-top__icon{width:88px;height:88px;border-radius:50%;position:relative;margin:0 auto;display:flex;align-items:center;justify-content:center;background-color:#fff}.common-info-top__button{position:relative;text-align:center}.common-info-middle{position:relative;padding:140px 20px;background-color:#fff}.common-info-bottom::before,.common-info-middle::before{content:"";position:absolute;left:50%;top:0;bottom:0;border-right:1px solid #e4e9ed;pointer-events:none}.common-info-middle__text{position:relative;max-width:1305px;margin:0 auto;display:flex}.common-info-middle__text-col{box-sizing:border-box;width:50%;padding-right:40px;text-align:justify}.common-info-middle__text-col p{font-size:22px;margin:0;font-weight:400;line-height:1.5;max-width:445px}.common-info-middle__gallery{position:absolute;top:0;bottom:0;right:0;width:50%;background-color:#eee}.common-info-gallery{min-height:100%}.common-info-gallery__items{position:absolute;left:0;top:0;right:0;bottom:0}.common-info-gallery__items .slick-list,.common-info-gallery__items .slick-track{height:100%}.common-info-gallery__item{height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.common-info-gallery__nav{position:absolute;bottom:80px;left:20px;right:20px;display:flex;justify-content:center}.common-info-gallery__nav--news{bottom:60px}.common-info-gallery__controls{display:flex;align-items:center;justify-content:center;padding:16px 23px;border-radius:40px;background:rgba(0,0,0,.16);color:#fff}.common-info-gallery__arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;border:none;font-size:0;margin:0;padding:0;background:0 0}.common-info-gallery__arrow svg,.docs-page-item__action:hover svg{fill:#fff}.common-info-gallery__arrow:hover{opacity:.8}.common-info-gallery__amount{font-weight:500;flex-shrink:0;margin:0 35px;font-size:16px}.common-info-bottom{position:relative;padding:130px 20px 230px}.common-info-bottom__content{position:relative;max-width:1305px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center}.common-info-bottom__col{box-sizing:border-box;width:50%}.common-info-bottom__col--title{padding-right:160px}.common-info-bottom__col--content{padding-left:160px;text-align:justify}.common-info-bottom__col--arrow{flex-shrink:0;width:88px;height:88px}.common-info-bottom__icon{width:88px;height:88px;border-radius:50%;position:relative;margin:0 auto;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px #e4e7ed solid;box-sizing:border-box}.common-info-bottom__title{font-size:42px;font-weight:500;line-height:1.4;margin:0}.common-info-bottom__section:not(:last-child){margin-bottom:130px}.common-info-bottom__section p{margin:0;font-size:20px;line-height:1.54;font-weight:400;max-width:440px}.common-info-bottom__section p strong{font-weight:500}.common-info-bottom__year{font-size:64px;line-height:1.6;margin:0 auto 23px;font-family:Arial,sans-serif;font-weight:400}.docs-page{position:relative;padding:85px 20px 130px;overflow:hidden}.docs-page__inner{position:relative;max-width:1160px;margin:0 auto}.docs-page__item{border-bottom:1px solid #e4e9ed}.docs-page__title{font-size:34px;font-weight:500;margin:40px 0 20px;line-height:1.4;color:#86898b}.docs-page__title:first-child{margin-top:0}.docs-page-item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:33px 72px 33px 36px;background-color:#fff;transition:.3s box-shadow;max-width:1120px;width:100%;box-sizing:border-box}.docs-page-item--without-border{border-bottom:none}.docs-page-item:hover{z-index:2;box-shadow:0 15px 40px rgba(24,66,135,.06)}.docs-page-item:hover .docs-page-item__actions{opacity:1;transform:translate3d(0,0,0)}.docs-page-item__link{font-size:22px;font-weight:400;line-height:1.3;color:inherit;text-decoration:none}.departments-grid__title a::before,.departments-grid__title a:visited::before,.docs-page-item__link::before,.service-cards__title a::before,.service-cards__title a:visited::before,.services-page-list__title a::before,.services-page-list__title a:visited::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}.docs-page-item__link:visited{color:inherit}.docs-page-item__actions{position:relative;flex-shrink:0;margin-left:36px;display:flex;align-items:center;transform:translate3d(0,10px,0);opacity:0;transition:.3s transform,.3s opacity}.docs-page-item__action{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;border:1px #e4e9ed solid;font-size:0;box-sizing:border-box;transition:.2s background}.docs-page-item__action:not(:last-child){margin-right:24px}.docs-page-item__action svg{fill:#222;display:block;margin:0;transition:.2s fill}.docs-page-item__action:hover{background-color:#363636}.services-page{position:relative;padding:110px 20px 310px}.services-page__inner{position:relative;max-width:1305px;overflow:hidden;margin:0 auto}.services-page__heading:not(:last-child){margin-bottom:120px}.services-page__heading p{font-size:24px;margin:0 auto;line-height:1.47;text-align:justify;max-width:840px;font-weight:400}.services-page-list{display:flex;flex-wrap:wrap;margin:0 -20px}.services-page-list__col{box-sizing:border-box;width:33.3333%;padding:20px;position:relative}.services-page-list__cover{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;opacity:0;visibility:hidden;transition:.3s opacity,.3s visibility}.services-page-list__cover::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.services-page-list__item{min-height:100%;box-sizing:border-box;padding:108px 40px 85px;position:relative;display:flex;flex-direction:column;align-items:center;border:1px #e4e7ed solid;background-color:#fff;transition:.3s border,.3s transform,.3s background}.services-page-list__item:hover{background-color:#f2f2f7;border-color:#f2f2f7;transform:translate3d(0,-20px,0)}.services-page-list__item:hover .services-page-list__cover{opacity:1;visibility:visible}.services-page-list__icon{position:relative;width:77px;height:72px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-bottom:89px}.services-page-list__icon img{display:block;margin:0;max-width:100%;max-height:100%}.services-page-list__title{text-align:center;font-size:22px;font-weight:400;line-height:1.3;margin:0 auto;max-width:240px;z-index:4}.services-page-list__title a,.services-page-list__title a:visited{text-decoration:none;color:inherit;transition:.3s color}.service-page{position:relative;padding-bottom:200px}.service-page::before{content:"";position:absolute;left:50%;top:0;bottom:0;border-right:1px solid #e4e9ed;pointer-events:none}.service-items{position:relative;padding-top:275px}.service-items::before{content:"";position:absolute;top:67px;left:0;width:100%;height:475px;background:url(/local/templates/main/assets/css/../img/triangles-pattern.svg) 50% 0;z-index:2}.service-items__inner{padding:455px 20px 190px;position:relative;background-color:#f2f7f7}.service-items__inner::before{content:"";position:absolute;left:50%;top:0;bottom:0;border-right:1px solid #e4e9ed;pointer-events:none}.service-items__row{position:relative;display:flex;justify-content:center;max-width:1160px;margin-left:auto;margin-right:auto}.service-items__row:not(:last-child){margin-bottom:90px}.service-items__icon{position:relative;width:70px;height:70px;border:1px #dedee3 solid;background-color:#f2f7f7;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.service-items__icon svg{display:block;max-width:100%;max-height:100%;margin:0}.service-items__item{background-color:#fff;padding:40px;width:100%;max-width:42%;box-sizing:border-box}.service-items__item p{margin:0;font-size:20px;font-weight:400;line-height:1.6}.service-items__item--arrow{flex-shrink:0;width:70px;padding:0;display:flex;align-items:center;justify-content:center;margin:0 57px;background:0 0}.service-cards{position:relative;padding-left:20px;padding-right:20px}.service-cards__cols{position:relative;margin:160px auto 0;max-width:1160px;display:flex;border-top:1px solid #e4e9ed;border-left:1px solid #e4e9ed;padding-left:1px;flex-wrap:wrap}.service-cards__col{width:50%}.service-cards__item{height:100%;padding:80px 40px 40px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid #e4e9ed;border-right:1px solid #e4e9ed;position:relative}.service-cards__item:hover .service-cards__image{opacity:1}.service-cards__image{position:absolute;left:0;top:0;right:0;bottom:0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;opacity:0;transition:.3s opacity;z-index:-1}.service-cards__image::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.43)}.service-cards__icon{display:block;margin:0 auto 70px}.service-cards__title{max-width:240px;margin:0;font-size:22px;font-weight:400;line-height:1.3}.service-cards__title a,.service-cards__title a:visited{color:inherit;text-decoration:none;transition:.3s color}.service-cards__title a:hover,.service-cards__title a:visited:hover{color:#fff}.leaders{position:relative;padding:110px 20px 140px}.leaders__inner{position:relative;max-width:1305px;margin:0 auto;overflow:hidden}.leaders__title{text-align:center;margin:0 auto 103px;font-weight:500;font-size:40px}.leaders__director:not(:last-child){margin-bottom:45px}.leaders-director{position:relative;padding:40px 25px;text-align:center;border:1px #e0e0e0 solid}.leaders-director__name{margin:0;font-weight:500;font-size:18px}.leaders-director__name strong{display:block;font-size:40px;font-weight:500}.leaders-director__name:not(:last-child){margin-bottom:20px}.leaders-director__position{margin:0;font-size:14px;color:#86898b}.leaders-grid{display:flex;flex-wrap:wrap;align-items:flex-start;margin:0 -20px;justify-content:center}.leaders-grid__col{box-sizing:border-box;width:25%;padding:20px}.leaders-grid__item{position:relative}.leaders-grid__photo{position:relative;margin-bottom:30px}.leaders-grid__photo img{display:block;max-width:100%;margin:0}.leaders-grid__name{margin:0 0 20px;font-size:18px;font-weight:400}.leaders-grid__name strong{display:block;line-height:1.5;font-weight:400;font-size:32px}.leaders-grid__position{margin:0;font-size:15px;color:#86898b;line-height:1.5}.departments{position:relative;padding:110px 20px 90px;background:#70757b;color:#fff;overflow:hidden}.departments__inner{position:relative;max-width:1305px;margin:0 auto}.departments__title{font-size:40px;font-weight:500;margin:0 auto 35px;text-align:center}.departments-grid{position:relative;display:flex;flex-wrap:wrap;margin:0 -20px}.departments-grid__col{box-sizing:border-box;width:33.3333%;position:relative;padding:32px 20px}.departments-grid__cover{position:relative;padding-bottom:64.5%;overflow:hidden;font-size:0}.departments-grid__cover:not(:last-child){margin-bottom:25px}.departments-grid__image{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;transition:.3s transform;will-change:transform}.departments-grid__item{position:relative;box-sizing:border-box}.departments-grid__item:hover .departments-grid__image{transform:scale(1.08)}.departments-grid__title{font-weight:500;font-size:22px;margin:0;line-height:1.4;color:#fff}.departments-grid__title a,.departments-grid__title a:visited{text-decoration:none;color:inherit}.values-head{position:relative;padding:110px 20px 130px;text-align:center;z-index:2}.values-head::after{content:"";position:absolute;width:2px;height:93px;background:url(/local/templates/main/assets/css/../img/green-blue-vertical.svg) no-repeat 50% 50%;left:50%;margin-left:-1px;bottom:-42px}.values-head__title{font-size:40px;line-height:1.3;margin:0 auto;font-weight:500}.gpi-news-page-content blockquote:not(:last-child),.gpi-news-page-content ol li:not(:last-child),.gpi-news-page-content p.bigger:not(:last-child),.gpi-news-page-content p:not(:last-child),.gpi-news-page-content ul li:not(:last-child),.values-head__title:not(:last-child){margin-bottom:40px}.values-head__subtitle{font-weight:400;font-size:24px;margin:0;line-height:1.5}.values-items{background:url(/local/templates/main/assets/css/../img/values-bg.jpg) no-repeat 50% 50% #fff;background-size:cover;padding:110px 20px 114px;overflow:hidden}.values-items__inner{position:relative;max-width:1305px;margin:0 auto}.values-items-grid{display:flex;flex-wrap:wrap;margin:0 -20px}.values-items-grid__col{position:relative;width:33.3333%;padding:20px;box-sizing:border-box}.values-items-grid__item{min-height:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:68px 40px;text-align:center}.values-items-grid__item p{font-size:16px;line-height:1.5;margin:0 auto;color:#86898b;max-width:255px;text-align:center}.values-items-grid__icon{flex-shrink:0;width:109px;height:103px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:50px}.gpi-news-page-files__icon svg,.values-items-grid__icon img{display:block;max-width:100%;max-height:100%;margin:0}.values-items-grid__title{font-size:24px;font-weight:500;margin:0;line-height:1.3}.values-items-grid__title:not(:last-child){margin-bottom:30px}.values-timeline{position:relative;padding:140px 20px;overflow:hidden}.values-timeline__inner{max-width:1266px;margin:0 auto}.values-timeline__grid{display:flex;margin:0 -21px}.values-timeline__col{width:33.3333%;padding:0 20px;box-sizing:border-box}.values-timeline__item{min-height:100%;position:relative;box-sizing:border-box;padding:66px 45px 85px 72px;color:#fff;margin-right:37px}.values-timeline__item::after{content:"";position:absolute;top:0;width:37px;bottom:0;left:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:100% 100%}.values-timeline__item p{margin:0;font-size:18px;font-weight:500;line-height:1.6}.values-timeline__item--green{background-color:#84b913}.values-timeline__item--green::after{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%2384B913' fill-rule='nonzero'%3E%3Cpolygon points='0 0 0 14 14 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.values-timeline__item--coral{background-color:#2a9cab}.values-timeline__item--coral::after{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%232A9CAB' fill-rule='nonzero'%3E%3Cpolygon points='0 0 0 14 14 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.values-timeline__item--blue{background-color:#114968}.values-timeline__item--blue::after{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%23114968' fill-rule='nonzero'%3E%3Cpolygon points='0 0 0 14 14 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.values-timeline__year{font-size:49px;font-family:Arial,sans-serif;font-weight:400;margin:0}.values-timeline__year:not(:last-child){margin-bottom:43px}.gpi-news-page{position:relative;padding:110px 0;overflow:hidden}.gpi-news-page-top{position:relative;padding:0 20px}.gpi-news-page-top__date{display:block;text-align:center;font-size:16px;font-weight:400;line-height:1.4;margin-bottom:60px}.gpi-news-page-top__lead p,.gpi-news-page-top__title{max-width:1000px;margin:0 auto 145px;font-weight:500;font-size:54px;line-height:1.3;text-align:center}.gpi-news-page-top__lead{text-align:center;padding:90px 75px 75px;background-color:#fff;position:relative;max-width:1080px;margin:0 auto 38px;box-sizing:border-box}.gpi-news-page-top__lead::before{content:"";position:absolute;width:150px;height:130px;background:url(/local/templates/main/assets/css/../img/gpi-badge-02.svg) no-repeat 50% 50%;background-size:contain;left:50%;margin-left:-75px;top:-85px}.gpi-news-page-top__lead p{font-size:22px;margin:0 auto;max-width:740px;line-height:1.7}.gpi-news-page-gallery{position:relative;margin:0 -20px}.gpi-news-page-gallery:not(:last-child){margin-bottom:50px}.gpi-news-page-gallery__inner{max-width:1080px;position:relative;margin:0 auto}.gpi-news-page-gallery__media{position:relative;padding-bottom:53.25%}.gpi-news-page-content{position:relative;max-width:870px;margin:0 auto;padding:0 20px;box-sizing:content-box}.gpi-news-page-content h2{font-size:34px;font-weight:500;margin:0 0 30px;line-height:1.4}.gpi-news-page-content a,.gpi-news-page-content a:visited{color:#84b913;text-decoration:none}.gpi-news-page-content a:hover,.gpi-news-page-content a:visited:hover{text-decoration:underline}.gpi-news-page-content p{font-size:20px;line-height:1.6;margin:0;font-weight:400;text-align:justify}.gpi-news-page-content p.bigger{font-weight:500;font-size:23px}.gpi-news-page-content ol,.gpi-news-page-content ul{padding:0;list-style-type:none;margin:0 0 40px}.gpi-news-page-content ol{counter-reset:item}.gpi-news-page-content ol li{counter-increment:item}.gpi-news-page-content ol li::before{position:absolute;left:0;content:counter(item) "."}.gpi-news-page-content blockquote{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;position:relative;margin:0;padding:55px 77px;background-color:#fff}.gpi-news-page-content blockquote p{font-weight:500;position:relative;padding-left:42px;font-size:20px;text-align:justify}.gpi-news-page-content blockquote p::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:url("data:image/svg+xml,%3Csvg width='2' height='122' viewBox='0 0 2 122' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect width='60.9999' height='1.99999' transform='matrix(-4.37114e-08 1 1 4.37114e-08 0 0)' fill='%232A9CAB'/%3E%3Crect width='60.9999' height='1.99999' transform='matrix(-4.37114e-08 1 1 4.37114e-08 0 61)' fill='%2384B913'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;background-size:100% 100%}.gpi-news-page-image{position:relative}.gpi-news-page-image:not(:last-child),.gpi-news-page-video:not(:last-child){margin-bottom:40px}.gpi-news-page-image img{display:block;max-width:100%;margin:0 0 30px}.gpi-news-page-image__caption{display:block;font-size:17px;line-height:1.5;font-weight:400}.gpi-news-page-video{position:relative;padding-bottom:56.25%}.gpi-news-page-video iframe{position:absolute;left:0;top:0;width:100%!important;height:100%!important}.gpi-news-page-table__table{position:relative;max-width:100%!important;overflow:auto;margin-bottom:40px}.gpi-news-page-table__table table{border:none;border-collapse:collapse;table-layout:fixed;width:100%;min-width:500px}.gpi-news-page-table__table table th{font-weight:600;text-align:left;font-size:16px;padding-bottom:35px;border-bottom:2px solid #292a2b}.gpi-news-page-table__table table td+td,.gpi-news-page-table__table table th+th{text-align:right}.gpi-news-page-table__table table td{padding-top:40px;padding-bottom:35px;vertical-align:top;font-size:18px;line-height:1.6;text-align:left;font-weight:400;border-bottom:1px solid #d2d2d6}.gpi-news-page-table__ref p{font-size:18px;line-height:1.6;margin:0!important}.gpi-news-page-table__ref p sup{margin-right:8px}.gpi-news-page-files{position:relative}.gpi-news-page-files:not(:last-child),.gpi-news-page-files__item:not(:last-child){margin-bottom:20px}.gpi-news-page-files__item{position:relative;display:flex;align-items:center;padding:31px 35px 31px 26px;border:1px #ddddd2 solid;background:0 0;transition:.3s background,.3s border,.3s box-shadow}.gpi-news-page-files__item:hover{background-color:#fff;border-color:#fff;box-shadow:0 15px 40px rgba(24,66,135,.06)}.gpi-news-page-files__icon{flex-shrink:0;width:24px;height:20px;position:relative;display:flex;align-items:center;justify-content:center;margin-right:35px}.gpi-news-page-files__link{color:inherit!important;font-size:20px;line-height:1.3;font-weight:400}.gpi-news-page-files__link::before,.hero-gallery__title a::before,.hero-gallery__title a:visited::before,.index-projects-grid__title a::before,.index-projects-grid__title a:visited::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}.gpi-news-page-files__link:visited{color:inherit!important}.gpi-news-page-files__link:hover{text-decoration:none!important}.gpi-news-page-all{text-align:center;padding:120px 20px;background-color:#fff}.gpi-hero{position:relative}.gpi-hero::before,.gpi-hero__scroll{position:absolute;z-index:2;pointer-events:none}.gpi-hero::before{content:"";left:50%;top:0;border-right:1px rgba(255,255,255,.1) solid;bottom:0}.gpi-hero__scroll{width:22px;height:35px;box-sizing:border-box;border:1px rgba(255,255,255,.3) solid;border-radius:20px;right:145px;bottom:135px;margin-top:-13px}.gpi-hero__scroll::after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background-color:#fff;right:7px;top:5px;animation:1.3s wheelmove alternate infinite}@keyframes wheelmove{0%{transform:translate3d(0,0,0)}to{transform:translate3d(0,18px,0)}}.hero-gallery{position:relative}.hero-gallery__item::before,.hero-gallery__items{position:absolute;left:0;top:0;right:0;bottom:0}.hero-gallery__loader{position:absolute;left:80px;right:80px;bottom:70px}.hero-gallery__loader div{width:0;border-top:1px solid #fff}.hero-gallery__item{height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;position:relative}.hero-gallery__item::before{content:"";background:rgba(0,0,0,.3)}.hero-gallery__item::after{content:"";position:absolute;left:80px;right:80px;top:70px;bottom:70px;border:1px rgba(255,255,255,.1) solid}.hero-gallery__text{position:absolute;z-index:1;top:70px;left:100px;right:100px;bottom:160px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.hero-gallery__text img{display:block;margin:0 0 80px}.hero-gallery__text p{margin:0;font-size:24px;line-height:1.6;font-weight:400;cursor:pointer}.hero-gallery__title{font-size:65px;font-weight:500;margin:0 auto 20px;line-height:1.6}.hero-gallery__title a,.hero-gallery__title a:visited{color:inherit;text-decoration:none}.hero-gallery__title a:hover,.hero-gallery__title a:visited:hover{color:#eee}.hero-gallery__nav{position:absolute;bottom:100px;left:20px;right:20px;display:flex;justify-content:center}.hero-gallery__controls{display:flex;align-items:center;justify-content:center;padding:16px 23px;border-radius:40px;background:rgba(0,0,0,.16);color:#fff}.hero-gallery__arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;border:none;font-size:0;margin:0;padding:0;background:0 0}.hero-gallery__arrow svg{fill:#fff}.hero-gallery__arrow:hover{opacity:.8}.hero-gallery__amount{font-weight:500;flex-shrink:0;margin:0 35px;font-size:16px}.index-advantages{position:relative;padding:140px 20px}.index-advantages::before{content:"";position:absolute;left:50%;top:0;right:0;bottom:0;background-color:#f2f2f7}.index-advantages__items{box-sizing:border-box;border:1px #e4e7ed solid}.index-advantages__items:not(:first-child){border-top:none}.index-advantages-items{display:flex;position:relative;max-width:1533px;margin:0 auto}.index-advantages-items__col{width:50%}.index-advantages-items__icon,.index-advantages-items__unit{display:flex;align-items:center;justify-content:center;box-sizing:border-box}.index-advantages-items__unit{min-height:100%;padding:95px 30px}.index-advantages-items__icon{flex-shrink:0;border:1px #e4e7ed solid;margin-right:50px;width:88px;height:88px;position:relative;border-radius:50%}.index-advantages-items__title{font-size:22px;line-height:1.3;max-width:200px;margin:0;font-weight:400}.index-wide-image img{display:block;width:100%;margin:0}.index-services{position:relative;padding:0 20px 200px}.index-services__inner{position:relative;max-width:1300px;margin:0 auto}.index-services__head{padding-top:200px;position:relative;display:flex;align-items:flex-start;padding-bottom:140px}.index-services__head::before{content:"";position:absolute;left:50%;top:0;bottom:-20px;border-right:1px #e4e7ed solid}.index-services__title{font-size:42px;margin:0;font-weight:500;width:50%;padding-right:30px;box-sizing:border-box}.index-services__text{width:50%;box-sizing:border-box;padding-left:200px;padding-top:72px;position:relative;text-align:justify}.index-services__text::before{content:"";position:absolute;width:2px;height:122px;left:0;top:40px;background:url(/local/templates/main/assets/css/../img/green-blue-vertical.svg) no-repeat 50% 50%}.index-services__text p{margin:0;font-size:24px;line-height:1.5;font-weight:400}.index-projects{position:relative;padding-top:240px}.index-projects::before{content:"";position:absolute;top:0;left:0;width:100%;height:475px;background:url(/local/templates/main/assets/css/../img/triangles-pattern.svg) 50% 0;z-index:2}.index-projects__content{padding:414px 20px 110px;background-color:#f2f2f7}.index-projects__inner{position:relative;max-width:1324px;margin:0 auto}.index-projects__title{font-size:42px;font-weight:500;margin:0 0 90px;line-height:1.4}.index-projects-grid{display:flex;overflow:auto;padding-bottom:50px}.index-projects-grid::-webkit-scrollbar{width:1px;height:1px}.index-projects-grid::-webkit-scrollbar-track{background-color:#e4e7ed}.index-projects-grid::-webkit-scrollbar-thumb{background-color:#2c2d30}.index-projects-grid__col{width:408px;height:533px;position:relative;flex-shrink:0}.index-projects-grid__col:not(:last-child){margin-right:50px}.index-projects-grid__item{position:relative;min-height:100%;box-sizing:border-box}.index-projects-grid__image{position:absolute;left:0;top:0;right:0;bottom:0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.index-news-grid__cover::before,.index-projects-grid__image::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.3)}.index-projects-grid__title{text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 72px 70px;box-sizing:border-box;margin:0 auto;font-size:22px;font-weight:500;color:#fff;line-height:1.3}.index-projects-grid__title a,.index-projects-grid__title a:visited{text-decoration:none;color:#fff;display:block;max-width:240px;margin:0 auto}.index-projects-grid__title a::after,.index-projects-grid__title a:visited::after{content:"";position:absolute;width:97px;height:97px;background:url("data:image/svg+xml,%3Csvg width='97' height='97' viewBox='0 0 97 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='48.3617' cy='48.3617' r='47.8617' stroke='white' stroke-opacity='0.5'/%3E%3Cpath d='M47.625 41.5H49.375V47.625H55.5V49.375H49.375V55.5H47.625V49.375H41.5V47.625H47.625V41.5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;background-size:contain;left:50%;top:180px;transform:translate3d(-50%,-10px,0);opacity:0;transition:.3s transform,.3s opacity}.index-projects-grid__title a:hover::after,.index-projects-grid__title a:visited:hover::after{opacity:1;transform:translate3d(-50%,0,0)}.index-news{position:relative;padding:160px 20px 220px}.index-news__inner{max-width:1305px;margin:0 auto}.index-news__all{padding-top:120px;text-align:center}.index-news-grid{position:relative;display:flex;border-left:1px solid #e4e9ed;border-top:1px solid #e4e9ed;flex-wrap:wrap}.index-news-grid__col{box-sizing:border-box;width:50%;border-bottom:1px solid #e4e9ed;border-right:1px solid #e4e9ed;position:relative}.index-news-grid__col:hover .index-news-grid__item{transform:scale(1.005);box-shadow:0 15px 40px rgba(73,87,111,.16);background-color:#fff}.index-news-grid__col:hover .index-news-grid__cover{opacity:1;visibility:visible}.index-news-grid__col:hover .index-news-grid__cover~.index-news-grid__item{color:#fff;transform:scale(1);box-shadow:none;background-color:transparent}.index-news-grid__cover{opacity:0;visibility:hidden;position:absolute;left:0;top:0;right:0;bottom:0;transition:.3s opacity,.3s visibility}.index-news-grid__item{box-sizing:border-box;min-height:100%;padding:110px 113px;position:relative;transition:.3s color,.3s box-shadow,.3s transform}.index-news-grid__date{font-weight:400;display:block;margin-bottom:32px}.index-news-grid__title,.page-404__top p{font-size:22px;font-weight:400;line-height:1.4;margin:0}.index-news-grid__title a,.index-news-grid__title a:visited{color:inherit;text-decoration:none}.index-news-grid__title a::before,.index-news-grid__title a:visited::before,.news-list-item__title a::before,.news-list-item__title a:visited::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}.page-404{position:relative;padding:40px 20px;text-align:center}.page-404__inner{max-width:600px;margin:0 auto}.page-404__top p{font-size:18px;line-height:1.3}.page-404__logo{display:block;width:100%;max-width:448px;margin:0 auto 45px}.page-404__title{font-size:30px;font-weight:500;margin:0 auto 20px;line-height:1.4;max-width:460px}.page-404__button{margin-top:50px}.page-404__top:not(:last-child){margin-bottom:200px}.news-list{position:relative;padding:90px 20px 140px}.news-list__inner{position:relative;max-width:1300px;margin:0 auto}.news-list__paging{padding-top:40px}.news-list-item{position:relative;margin-bottom:50px}.news-list-item__content{position:relative;display:flex;transition:.3s box-shadow,.3s color}.news-list-item__content::after{content:"";position:absolute;left:0;top:0;width:4px;background:#84b913;transition:.3s height;height:0}.news-list-item__col{box-sizing:border-box;width:50%;border:1px solid #e4e9ed;padding:87px 50px 87px 110px;transition:.3s border,.3s background}.news-list-item__col--secondary{border-left:none}.news-list-item__date{display:block;font-size:16px;margin-bottom:42px;font-weight:400}.news-list-item__title{font-size:29px;margin:0;line-height:1.3;font-weight:400;max-width:410px}.news-list-item__title a,.news-list-item__title a:visited{text-decoration:none;color:inherit}.news-list-item__excerpt{font-size:18px;margin:0;line-height:1.7;font-weight:400;max-width:340px;padding-top:70px;padding-left:22px}.news-list-item:hover .news-list-item__content{box-shadow:0 15px 40px rgba(24,66,135,.06)}.news-list-item:hover .news-list-item__content::after{height:91px}.news-list-item:hover .news-list-item__content .news-list-item__col{border-color:transparent}.news-list-item__cover{position:absolute;left:0;top:0;bottom:0;width:50%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-color:red;opacity:0;visibility:hidden;transition:.3s opacity,.3s visibility}.news-list-item__cover::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.4)}.news-list-item--has-cover:hover .news-list-item__content{box-shadow:none}@media only screen and (max-width:767px){.gpi-page{padding-top:60px}.gpi-button,.gpi-text-input input,.gpi-text-input textarea{height:70px}.gpi-popup{padding:25px}.gpi-popup__close{width:38px;height:38px}.gpi-popup__close::after,.gpi-popup__close::before{width:30px}.gpi-popup__close::before{top:13px}.gpi-popup__close::after{bottom:13px}.gpi-popup__content--thanks{padding-bottom:40px;padding-top:10px}.gpi-popup__title{font-size:24px}.gpi-paging__item:not(:last-child){margin-right:15px}.gpi-paging__link{width:40px;height:40px;font-size:15px}.gpi-paging__link--arrow svg{max-width:16px}.overlay-menu__inner{justify-content:flex-start}.overlay-menu::before{display:none}.overlay-menu-blocks{margin-top:70px;margin-bottom:30px}.overlay-menu-items{border:none!important}.overlay-menu-items__cols{border:none;flex-direction:column}.overlay-menu-items__col{width:100%;padding:0!important;justify-content:flex-start!important;margin-bottom:30px}.overlay-menu-items__title{font-size:20px;margin-bottom:15px}.overlay-menu-items__list{font-size:15px}.overlay-menu-items__list li:not(:last-child){margin-bottom:15px}.gpi-header__logo a svg,.gpi-header__logo a:visited svg{width:98px;height:35px}.gpi-header__menu-button{width:38px;height:38px}.gpi-header__menu-button::after,.gpi-header__menu-button::before{width:30px}.gpi-header__menu-button::before{top:13px}.gpi-header__menu-button::after{bottom:13px}.gpi-footer-map{background-size:cover}.gpi-footer-map__top{padding:70px 20px 40px}.gpi-footer-map__text img{max-width:55px;margin-bottom:40px}.gpi-footer-map__address{font-size:18px}.gpi-footer-contacts{flex-direction:column;align-items:center;padding-bottom:50px}.gpi-footer-contacts__item{text-align:center;width:auto;padding-top:0;padding-bottom:0}.gpi-footer-contacts__item:not(:last-child){margin-bottom:24px}.gpi-footer-contacts__item--email{border:none}.gpi-footer-contacts__item{padding-right:0!important;padding-left:0!important;border:none}.common-info-bottom::before,.common-info-top::before,.common-info-top__text-col--right::before,.contacts-page-top__inner::before,.gpi-footer-contacts-link__icon,.projects-list::before,.projects-page-head::before,.projects-page-head__item--text::before{display:none}.gpi-page-header__content{padding:90px 20px}.gpi-page-header__logo{width:86px}.gpi-page-header__title{line-height:1.4;font-size:30px}.gpi-page-header-menu__item{padding-bottom:48px}.gpi-page-header-menu__item:not(:last-child){margin-right:32px}.gpi-page-header-menu__link{font-size:16px}.contacts-page{padding-bottom:100px}.contacts-page-top__inner{padding:60px 0;flex-direction:column}.contacts-page-top__item{width:100%}.contacts-page-top__item--main{padding-right:0}.contacts-page-top__item--address{padding-left:0;padding-top:0}.contacts-page-top__item--address p{max-width:600px}.contacts-page-top__title{font-size:30px;margin-bottom:40px}.contacts-page-form{padding-top:40px;padding-bottom:0;background:#fff}.contacts-page-form__title{margin-bottom:50px}.contacts-page-form__personal{font-size:14px}.contacts-page-form__personal:not(:last-child){margin-bottom:20px}.contacts-page-form-fields__col{width:100%;margin-bottom:20px}.projects-page-head{padding:70px 20px}.projects-page-head__items{flex-direction:column}.projects-page-head__items:not(:last-child){margin-bottom:40px}.projects-page-head__item{width:100%;padding-right:0!important;padding-left:0!important}.projects-page-head__item:not(:last-child){margin-bottom:30px}.projects-page-head__item--text p{font-size:16px;max-width:600px}.projects-page-head__title{font-size:20px;max-width:600px}.projects-list{padding-bottom:60px}.projects-list-item{padding:60px 20px}.projects-list-item__big-title{font-size:24px}.projects-list-item__big-title:not(:last-child){margin-bottom:40px}.projects-list-item__cols{flex-direction:column}.projects-list-item__col{width:100%}.projects-list-item__col:not(:last-child){margin-bottom:30px}.projects-list-item__col--image{padding-right:0}.projects-list-item__col--image img{width:auto;max-width:100%}.projects-list-item__col--text{padding-left:0}.projects-list-item__text{max-width:600px}.gpi-news-page-content blockquote p,.projects-list-item__text p{font-size:18px}.projects-list-item__title{font-size:24px}.projects-list-item__title:not(:last-child){margin-bottom:20px}.common-info-top{padding:60px 20px 185px}.common-info-top--index{padding:60px 20px 120px}.common-info-top__text{flex-direction:column;margin-bottom:0}.common-info-top__text-col{width:100%}.common-info-top__text-col--left{padding-right:0}.common-info-top__text-col--right{padding-left:0;padding-top:30px}.common-info-top__text-col--right p{max-width:600px}.common-info-top__title{font-size:30px}.common-info-top__icon{position:absolute;left:50%;margin-left:-44px;bottom:-44px}.common-info-top__button{padding-top:60px;text-align:left}.common-info-middle{padding:100px 20px 50px}.common-info-middle__gallery{padding-bottom:65%!important}.common-info-gallery__nav{bottom:30px}.common-info-bottom{padding:0 20px 100px}.common-info-bottom__content{flex-direction:column;align-items:center;justify-content:flex-start}.common-info-bottom__col{width:100%;max-width:500px}.common-info-bottom__col--title{padding-right:0}.common-info-bottom__col--content{padding-left:0}.common-info-bottom__col--arrow,.common-info-bottom__icon{display:none}.common-info-bottom__title{font-size:30px;margin-bottom:40px}.common-info-bottom__section:not(:last-child){margin-bottom:40px}.common-info-bottom__year{font-size:48px;margin-bottom:15px}.docs-page{padding:30px 20px 90px}.docs-page__title,.gpi-news-page-content h2{font-size:28px}.docs-page-item{padding-right:0;padding-left:0}.docs-page-item__link{font-size:18px;line-height:1.4}.docs-page-item__actions,.service-page::before{display:none}.services-page{padding:60px 20px 110px}.services-page__heading:not(:last-child){margin-bottom:60px}.services-page__heading p{font-size:20px}.services-page-list{margin:0;justify-content:center}.services-page-list__col{width:100%;padding:0;max-width:500px}.service-cards__col:not(:last-child),.service-items__item:not(:last-child),.service-items__row:not(:last-child),.services-page-list__col:not(:last-child){margin-bottom:30px}.services-page-list__item{align-items:flex-start;padding:30px}.services-page-list__icon{width:60px;height:auto;margin-bottom:20px}.services-page-list__title{font-size:20px;margin:0;text-align:left}.service-page{padding-bottom:100px}.service-items{padding-top:70px}.service-items::before{height:155px;background-size:auto 100%;top:0}.service-items__inner{padding:145px 20px 80px}.service-items__row{flex-direction:column;align-items:center}.service-items__icon,.service-items__inner::before{display:none}.service-items__item,.values-items-grid__item p{max-width:500px}.service-items__item--arrow{display:none}.service-cards__cols{margin-top:70px;flex-direction:column;border:none;align-items:center}.service-cards__col{width:100%;max-width:500px}.service-cards__item{border:1px solid #e4e9ed;padding:30px;align-items:flex-start;justify-content:flex-start}.service-cards__icon{margin:0 0 20px}.service-cards__title{text-align:left;font-size:20px}.leaders{padding:60px 20px 55px}.leaders__title{margin-bottom:35px;font-size:30px}.leaders__director:not(:last-child){margin-bottom:25px}.leaders-director{padding:20px}.leaders-director__name{font-size:16px}.leaders-director__name strong{font-size:24px;font-weight:700}.leaders-director__name:not(:last-child){margin-bottom:15px}.leaders-grid{margin:0 -15px}.leaders-grid__photo{margin-bottom:20px}.leaders-grid__name{margin-bottom:10px;font-size:16px;line-height:1.4}.leaders-grid__name strong{font-size:20px}.leaders-grid__position{font-size:13px}.departments{padding:60px 20px 80px}.departments__title{font-size:30px;margin-bottom:60px}.departments-grid{margin:0}.departments-grid__col{width:100%;padding:0}.departments-grid__col:not(:last-child){margin-bottom:25px}.departments-grid__cover{display:none}.departments-grid__item{padding:30px;border:1px #82868b solid}.departments-grid__title{max-width:100%}.values-head{padding:60px 20px 86px}.values-head::after{bottom:-46px}.values-head__title{font-size:30px}.values-head__title:not(:last-child){margin-bottom:20px}.values-head__subtitle{font-size:20px}.values-items{padding:87px 20px 80px;background:#f2f2f7}.values-items-grid{margin:0;flex-direction:column;align-items:center}.values-items-grid__col{width:100%;max-width:600px;padding:0}.values-items-grid__col:not(:last-child){margin-bottom:30px}.values-items-grid__item{padding:60px 24px 40px}.values-items-grid__icon{margin-bottom:35px}.gpi-news-page-top__lead p,.values-items-grid__title{font-size:20px}.values-items-grid__title:not(:last-child),.values-timeline__year:not(:last-child){margin-bottom:20px}.values-timeline{padding:70px 20px 120px}.values-timeline__item{padding:30px 15px 75px 30px;margin-right:0}.values-timeline__year{font-size:40px}.gpi-news-page{padding-top:80px;padding-bottom:40px}.gpi-news-page-top__date{margin-bottom:30px}.gpi-news-page-top__title{font-size:30px;margin-bottom:95px}.gpi-news-page-top__lead{padding:40px 30px;margin-bottom:30px}.gpi-news-page-top__lead::before{width:86px;height:74px;margin-left:-43px;top:-45px}.gpi-news-page-content blockquote{padding:30px 25px 30px 0}.gpi-news-page-content blockquote p::before{top:-5px;bottom:auto;height:110px;left:20px}.gpi-news-page-image:not(:last-child){margin-bottom:30px}.gpi-news-page-all{padding:50px 20px}.gpi-hero::before,.gpi-hero__scroll{display:none}.hero-gallery{height:auto}.hero-gallery__items{position:relative;left:auto;top:auto;right:auto;bottom:auto}.hero-gallery__items .slick-track{display:flex!important}.hero-gallery__items .slick-slide{height:inherit!important}.hero-gallery__item::after,.hero-gallery__loader,.index-advantages::before,.index-services__head::before,.index-services__text::before{display:none}.hero-gallery__text{position:relative;top:auto;left:auto;right:auto;bottom:auto;padding:50px 20px 100px}.hero-gallery__text img{margin-bottom:40px;max-width:62px}.hero-gallery__text p{font-size:18px}.hero-gallery__title{font-size:30px;margin-bottom:10px}.hero-gallery__nav{bottom:30px}.index-advantages{padding:60px 20px 30px}.index-advantages__items{border:none}.index-advantages-items{flex-direction:column}.index-advantages-items__col{width:100%;margin-bottom:30px}.index-advantages-items__unit{padding:0}.index-advantages-items__icon{width:80px;height:80px;margin-right:30px}.index-advantages-items__title{font-size:20px}.index-services{padding-bottom:70px}.index-services__head{padding:60px 0 50px;flex-direction:column}.index-services__title{font-size:30px;margin-bottom:30px;width:100%}.index-services__text{padding:0;width:100%}.index-projects{padding-top:60px}.index-projects::before{height:155px;background-size:auto 100%;top:0}.index-projects__content{padding-top:145px;padding-bottom:70px;background-color:#fff}.index-projects__title{font-size:30px;margin-bottom:30px}.index-projects-grid__col:not(:last-child){margin-right:30px}.index-projects-grid__col{width:266px;height:350px}.index-projects-grid__title{font-size:20px;padding:0 30px 50px}.index-projects-grid__title a::after,.index-projects-grid__title a:visited::after{width:80px;height:80px;top:60px}.index-news{padding-top:0;padding-bottom:100px}.index-news__all{padding-top:50px}.index-news-grid{border:none}.index-news-grid__col{width:100%;border:1px solid #e4e9ed}.index-news-grid__col:not(:last-child){margin-bottom:30px}.index-news-grid__item{padding:40px 30px}.index-news-grid__date{margin-bottom:20px}.index-news-grid__title{font-size:20px}.page-404{padding:35px 20px}.page-404__top p{font-size:16px}.page-404__logo{margin-bottom:20px;max-width:360px}.page-404__title{font-size:22px}.page-404__button{margin-top:30px}.page-404__top:not(:last-child){margin-bottom:70px}.news-list{padding:60px 20px 100px}.news-list__paging{padding-top:15px}.news-list-item{margin-bottom:30px}.news-list-item__content{flex-direction:column}.news-list-item__col{padding:30px;width:100%}.news-list-item__col--secondary{border-left:1px solid #e4e9ed;border-top:none;padding-top:0}.news-list-item__col--main{border-bottom:none}.news-list-item__date{margin-bottom:20px}.news-list-item__title{font-size:22px;max-width:100%}.news-list-item__excerpt{padding-top:0;padding-left:0;font-size:16px;max-width:100%}.news-list-item__cover{position:relative;width:100%;left:auto;top:auto;bottom:auto;padding-bottom:56.25%;opacity:1;visibility:visible}.news-list-item__cover::before{display:none}}@media screen and (max-width:767px){.has-float-label label,.has-float-label>span{font-size:11px;top:13px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/local/templates/main/assets/css/../img/fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(/local/templates/main/assets/css/../img/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}@media only screen and (min-width:768px) and (max-width:1023px){.overlay-menu-items__col{padding-right:40px}.overlay-menu-items__col:nth-child(2n){padding-left:40px}.common-info-middle{padding:100px 20px}.services-page{padding:90px 20px}.services-page__heading:not(:last-child){margin-bottom:90px}.services-page-list__col{width:50%}.service-cards__item{padding:35px}.service-cards__title{font-size:20px}.values-head,.values-items{padding:90px 20px}.values-items-grid__col{width:50%}.gpi-news-page{padding-top:50px}.gpi-news-page-top__title{font-size:44px}}@media only screen and (min-width:768px){.overlay-menu-items__col--white{color:#fff}.service-cards__col{min-height:440px}.hero-gallery{height:90vh;min-height:640px}.hero-gallery__items .slick-list,.hero-gallery__items .slick-track{height:100%}.news-list-item--has-cover:hover{color:#fff}.news-list-item--has-cover:hover .news-list-item__cover{opacity:1;visibility:visible}.news-list-item--has-cover:hover .news-list-item__col--secondary{background-color:#363636}}@media only screen and (min-width:1024px) and (max-width:1200px){.gpi-header-menu:not(:last-child),.gpi-header-menu__item:not(:last-child),.gpi-header__additional:not(:last-child){margin-right:30px}}@media only screen and (max-width:1023px){.gpi-header__additional:not(:last-child){margin-right:20px}.gpi-header__lang-link{margin-right:0}.common-info-middle::before,.gpi-header-menu,.gpi-header__plane{display:none}.common-info-middle__text{flex-direction:column}.common-info-middle__text-col{width:100%;padding-right:0}.common-info-middle__text-col p{max-width:100%}.common-info-middle__gallery{position:relative;top:auto;bottom:auto;right:auto;width:auto;margin-top:50px;margin-left:-20px;margin-right:-20px;padding-bottom:56.25%}.leaders-grid__col{width:50%;padding:15px}.departments-grid__title{font-size:20px}.values-timeline__grid{margin:0;flex-direction:column;align-items:center}.values-timeline__col{width:100%;max-width:600px;padding:0}.values-timeline__col:not(:last-child){margin-bottom:60px}.values-timeline__item::after{width:100%;left:0;bottom:auto;top:100%;height:30px}.values-timeline__item--green::after{background-image:url("data:image/svg+xml,%3Csvg width='28px' height='14px' viewBox='0 0 28 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-2.000000, -10.000000)' fill='%2384B913' fill-rule='nonzero'%3E%3Cg transform='translate(2.000000, 10.000000)'%3E%3Cpolygon points='0.002 0 14.001 14 28.002 0'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.values-timeline__item--coral::after{background-image:url("data:image/svg+xml,%3Csvg width='28px' height='14px' viewBox='0 0 28 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-2.000000, -10.000000)' fill='%232A9CAB' fill-rule='nonzero'%3E%3Cg transform='translate(2.000000, 10.000000)'%3E%3Cpolygon points='0.002 0 14.001 14 28.002 0'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.values-timeline__item--blue::after{background-image:url("data:image/svg+xml,%3Csvg width='28px' height='14px' viewBox='0 0 28 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-2.000000, -10.000000)' fill='%23114968' fill-rule='nonzero'%3E%3Cg transform='translate(2.000000, 10.000000)'%3E%3Cpolygon points='0.002 0 14.001 14 28.002 0'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}}@media only screen and (min-width:768px) and (max-width:1024px){.gpi-footer-map__top{padding:80px 20px}.gpi-footer-contacts__item--phone{padding-right:40px}.gpi-footer-contacts__item--email{padding-left:40px}.gpi-page-header__content{padding:100px 20px}.gpi-page-header-menu__item{padding-bottom:60px}.gpi-page-header-menu__item:not(:last-child){margin-right:45px}.contacts-page-top__inner{padding:100px 0}.contacts-page-top__item--address{padding-left:90px}.contacts-page-top__title{font-size:36px}.projects-list-item__big-title{font-size:28px;max-width:48%}.projects-list-item__col--image{padding-right:45px}.projects-list-item__col--text{padding-left:45px}.common-info-top{padding:100px 20px 200px}.common-info-top__text-col--right{padding-left:100px}.common-info-bottom__col--title{padding-right:80px}.common-info-bottom__col--content{padding-left:80px}.index-services__head{padding-top:100px}.index-services__text{padding-left:100px}.index-news-grid__item{padding:40px}.news-list{padding:80px 20px}.news-list-item__col{padding:40px}.news-list-item__title{font-size:24px}.news-list-item__excerpt{padding-top:55px;font-size:16px}}@media only screen and (max-width:1024px){.gpi-footer-contacts-link{font-size:20px}.gpi-footer-bottom{padding:60px 20px}.gpi-footer-bottom__inner{flex-direction:column}.gpi-footer-bottom__inner a,.gpi-footer-bottom__inner a:visited{color:#86898b}.gpi-footer-bottom__inner a:hover,.gpi-footer-bottom__inner a:visited:hover{color:#fff}.gpi-footer-bottom__item:not(:last-child){margin-bottom:20px}.gpi-footer-bottom-art__icon{display:none}}@media only screen and (min-width:768px) and (max-width:1200px){.hero-gallery__text img{margin-bottom:40px}.hero-gallery__text p{font-size:20px}.hero-gallery__title{font-size:40px}}
/* End */


/* Start:/local/templates/main/template_styles.css?174553645092*/
#bx-panel {
    z-index: 10000 !important;
}

.grecaptcha-badge {
    display: none;
}
/* End */
/* /local/js/gpi/cookie_consent/dist/cookie_consent.bundle.css?17459913421198 */
/* /local/templates/main/assets/css/main.css?174553727377729 */
/* /local/templates/main/template_styles.css?174553645092 */
