.uk-user-edit a {
	width: 32px;
	height: 32px;
	transition: all .3s;
	background-color: #D7FFE0;
	border-radius: 5px;
	display: block;
}

.uk-user-edit a:before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\270E';
	width: 32px;
	height: 32px;
	transition: all .3s;
	transform: scaleX(-1);
	font-size: 1.5em;
	line-height: 1em;
	color: #2AA10A;
	border-radius: 5px;
}

.uk-user-edit a:hover {
	background-color: #2B7418;
}

.uk-user-edit a:hover:before {
	color: #fff;
}

.uk-user-edit {
	z-index: 11;
}

.uk-user-edit a.uk-icon-create:before {
	content: '\2710';
	transform: scaleX(1);
}

body:not(.is_front) #app {
	min-width: 320px;
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
}

body:not(.is_front) header {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-order: 1;
}

body:not(.is_front) #main-wrapper {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-order: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	padding-top: 80px;
}

body:not(.is_front) footer {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-order: 3;
}

.uk-position-top-right {
	position: absolute;
	top: 0;
	right: 0;
}

.uk-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
}

[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
	position: absolute;
	max-width: 100%;
	box-sizing: border-box;
}

.uk-position-center-vertical {
	position: absolute !important;
	max-width: 100%;
	box-sizing: border-box;
	top: 50%;
	--uk-position-translate-y: -50%;
	transform: translate(0, var(--uk-position-translate-y));
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.uk-position-center-vertical {
	left: 0;
	right: 0;
}

.uk-height-1-1 {
	height: 100%;
	box-sizing: border-box;
}

.uk-width-1-1 {
	width: 100%;
	box-sizing: border-box;
}

.uk-width-1-2 {
	width: 50%;
	box-sizing: border-box;
}

.uk-position-relative {
	position: relative;
}

.uk-position-z-index {
	z-index: 1;
}

.uk-overflow-hidden {
	overflow: hidden;
}

.uk-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}

.uk-grid > * {
	box-sizing: border-box;
	padding-left: 20px;
}

.uk-grid-small {
	margin-left: -10px;
}

.uk-grid-small>* {
	padding-left: 10px;
}

.uk-grid-medium {
	margin-left: -40px;
}

.uk-grid-medium>* {
	padding-left: 40px;
}

.uk-grid-medium .uk-grid-margin {
	margin-top: 40px;
}

.uk-grid-large {
	margin-left: -65px;
}

.uk-grid-large>* {
	padding-left: 65px;
}

.uk-grid-large .uk-grid-margin {
	margin-top: 65px;
}

.uk-grid-collapse {
	margin-left: 0;
}

.uk-grid-collapse>* {
	padding-left: 0;
}

.uk-child-width-1-2>* {
	width: 50%;
}

.uk-child-width-1-3>* {
	width: calc(100% / 3);
}

.uk-child-width-1-4>* {
	width: 25%;
}

.uk-child-width-1-7>* {
	width: calc(100% / 7);
}

.uk-width-auto {
	width: auto;
}

.uk-width-expand {
	flex: 1;
	min-width: 1px;
}

.uk-width-1-3 {
	width: calc(100% / 3);
}

.uk-width-2-3 {
	width: calc(200% / 3);
}

.uk-width-3-5 {
	width: 60%;
}

.uk-width-2-5 {
	width: 40%;
}

.uk-width-3-4 {
	width: 75%;
}

.uk-width-1-4 {
	width: 25%;
}

.uk-flex {
	display: flex;
}

.uk-flex-inline {
	display: inline-flex;
}

.uk-flex-center {
	justify-content: center;
}

.uk-flex-middle {
	align-items: center;
}

.uk-flex-bottom {
	align-items: flex-end;
}

.uk-flex-wrap {
	flex-wrap: wrap;
}

.uk-flex-column {
	flex-direction: column;
}

.uk-flex-right {
	justify-content: flex-end;
}

.uk-flex-start {
	align-items: flex-start;
}

.uk-flex-top {
	align-items: flex-start;
}

.uk-flex-wrap-top {
	align-content: flex-start;
}

.uk-text-center {
	text-align: center;
}

.uk-text-uppercase {
	text-transform: uppercase;
}

.uk-front-page {
	height: 100vh;
}

body.is_front {
	overflow: hidden;
}



html,
body {
	position: relative;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

body *:not(span){
	font-family: 'Montserrat', sans-serif!important;
}

body a, body button {
	text-decoration: none;
	transition: all .3s;
}

body a, body button, body input {
	outline: none;
	cursor: pointer;
}

.swiper {
	width: 100%;
	height: 100%;
}

/*.swiper-slide img {*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*}*/

.medium-blocks .swiper-slide {
	background: #fff;
}

.medium-blocks .swiper-wrapper>*:nth-child(3n+1) {
	background: #D9D9D9;
}

.medium-blocks .swiper-wrapper>*:nth-child(3n+3) {
	background-color: #002D6E;
}

.front-swiper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	height: 89vh;
	flex-direction: column;
	z-index: 11;
}
.large-blocks {
	height: 48vh;
	z-index: 2;
}
.medium-blocks {
	height: 27vh;
}
.small-blocks {
	height: 14vh;
}
.front-banner {
	height: 75vh;
	overflow: hidden;
}
.front-banner>div {
	height: 100%;
}
/*.front-banner img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.front-banner img {
	z-index: -1;
}
.front-banner-text {
	position: absolute;
	left: 90px;
	top: 55px;
	z-index: 1;
}

.uk-site-slogan {
	font-weight: 800;
	font-size: 2.25em;
	color: #fff;
	padding-left: 40px;
}

.front-banner-form {
	position: absolute;
	left: 90px;
	bottom: 30px;
	z-index: 2;
}

.front-banner-form.hidden-form {
	z-index: 1;
}

/*.smallSwiper .swiper-slide>*:before  {*/
/*	display: block;*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	background-image: url("../images/small-4.jpg");*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	transition: .3s all;*/
/*	z-index: -2;*/
/*}*/

/*.smallSwiper .small-1>*:before, .smallSwiper .small-5>*:before {*/
/*	background-image: url("../images/small-1.jpg");*/
/*}*/

/*.smallSwiper .small-2>*:before, .smallSwiper .small-6>*:before {*/
/*	background-image: url("../images/small-2.jpg");*/
/*}*/

/*.smallSwiper .small-3>*:before, .smallSwiper .small-7>*:before {*/
/*	background-image: url("../images/small-3.jpg");*/
/*}*/

.large-blocks .swiper-slide .uk-position-center+div {
	transition: .7s ease-in-out;
	opacity: 0;
	transform: translate(-50%, -50%) scale(2);
	transform-origin: center;
	pointer-events: none;
}

.large-blocks .swiper-slide:hover .uk-position-center+div {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.smallSwiper .swiper-slide img[uk-cover] {
	transition: .3s all;
	z-index: -2;
}

.smallSwiper .swiper-slide>*:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
	z-index: -1;
}

.smallSwiper .swiper-slide>* {
	padding: 3% 13%;
	font-weight: 800;
	color: #fff;
	font-size: 1.625vw;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.smallSwiper .swiper-slide>*:hover img[uk-cover] {
	transform: scale(1.1);
}

.mediumSwiper .uk-menu-iteration {
	font-weight: 800;
	color: rgba(255, 255, 255, .3);
	font-size: 41vh;
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.mediumSwiper .swiper-slide>* {
	overflow: hidden;
	padding: 10px 40px;
	position: relative;
	z-index: 1;
}

.mediumSwiper .uk-menu-title {
	font-weight: 800;
	color: #002D6E;
	font-size: 1.5em;
	transition: .3s all;
}

.mediumSwiper .swiper-slide>a:hover .uk-menu-title {
	color: #FF6400;
}

.mediumSwiper .uk-menu-description {
	position: absolute;
	top: -15px;
	right: 5px;
	font-weight: 800;
	color: #fff;
	font-size: 1.063vw;
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.mediumSwiper .swiper-wrapper>*:nth-child(2n+3) .uk-menu-iteration {
	color: rgba(217, 217, 217, .3);
}

.mediumSwiper .swiper-wrapper>*:nth-child(3n+2) .uk-menu-description{
	color: rgba(130, 130, 130, .3);
}

.mediumSwiper .swiper-wrapper>*:nth-child(3n+3) .uk-menu-description{
	color: rgba(255, 255, 255, .2);
}

.mediumSwiper .swiper-wrapper>*:nth-child(3n+3) .uk-menu-title{
	color: #fff;
}


.uk-footer.uk-footer-front {
	height: 11vh;
	background-color: #002D6E;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 0;
	box-sizing: border-box;
}

#swiper-cases-title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(1100px, -50%) rotate(-90deg);
	font-weight: 800;
	font-size: 13vh;
	z-index: 11;
	transform-origin: 28% 115%;

}

#swiper-cases-title>*{
	background: linear-gradient(to bottom, rgba(0, 45, 110, 0) 38%, rgba(0, 45, 110, .2) 38%);
	background-clip: text;
	color: transparent;

	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}

#swiper-services-title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(700px, -50%) rotate(-90deg);
	font-weight: 800;
	font-size: 6vh;
	z-index: 11;
	transform-origin: 27% 136%;

}

#swiper-services-title>* {
	background: linear-gradient(to bottom, rgba(0, 45, 110, 0) 35.5%, rgba(0, 45, 110, .2) 35.5%);
	background-clip: text;
	color: transparent;

	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
}

form .uk-input {
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0);
	box-sizing: border-box;
	border-radius: 0;
	font-size: 1.125em;
	color: #fff;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0);
	width: 100%;
	transition: all .3s;
}

.uk-form-default .box-form-field {
	margin-bottom: 20px;
}

form .uk-input.form-field-error,
.front-banner-form form .uk-input.form-field-error,
.uk-form-type-1 form .uk-input.form-field-error,
.uk-form-type-2 form .uk-input.form-field-error,
.uk-form-shortcuts form .uk-input.form-field-error{
	border: 1px solid #f0506e;
}

form .uk-input::placeholder {
	color: rgba(255, 255, 255, .5);
}

form .uk-input:focus::placeholder {
	color: rgba(255, 255, 255, 0);
}

.front-banner-form form .uk-input {
	border-bottom: 1px solid #fff;
}

.front-banner-form form {
	display: flex;
	flex-wrap: wrap;
}

.uk-form-shortcuts form .uk-input {
	color: #323232;
	border-bottom: 1px solid rgba(43, 43, 43, 0.5);
}

.uk-form-shortcuts form .uk-input::placeholder {
	color: rgba(43, 43, 43, 0.5);
}

.uk-form-shortcuts form .uk-input:focus::placeholder {
	color: transparent;
}

.uk-button {
	line-height: 52px;
	border-radius: 8px;
	font-size: 1.125em;
	transition: all .3s;
	margin: 0;
	padding: 0 30px;
	white-space: nowrap;
	box-sizing: border-box;
	font-weight: 500;
}

.uk-button.uk-button-default {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}

.uk-button.uk-button-default:hover {
	background-color: #fff;
	color: #002D6E;
}

.uk-button.uk-button-primary {
	border-radius: 0;
	border: 1px solid #FF6400;
	padding: 0 30px;
	background-color: #FF6400;
	color: #fff;
}

.uk-button.uk-button-primary:hover {
	background-color: #002D6E;
	border-color: #002D6E;
}

.uk-button.uk-button-secondary {
	border: 1px solid #002D6E;
	background-color: #002D6E;
	color: #fff;
}

.uk-button.uk-button-secondary:hover {
	border: 1px solid #FF6400;
	background-color: #FF6400;
}

.front-banner-form .form-actions {
	margin-left: 25px;
}

body .uk-button-mess {
	border: none;
	background-color: transparent;
	font-weight: 900;
	color: #fff;
	text-align: left;
	z-index: 11;
	padding: 0;
}

body .uk-button-mess:hover {
	color: #FF6400;
}

.uk-menu-default>ul>*:not(:first-child) {
	padding-left: 20px;
}

.uk-menu-default>ul>*>* {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 0 20px;
}

.uk-menu-default>ul>*>a:hover,
.uk-menu-default>ul>*.uk-active>*,
.uk-menu-default.uk-dark>ul>*.uk-active>*{
	color: #FF6400;
}

footer .uk-menu-default>ul>*>a:hover, footer .uk-tel a:hover, footer .uk-menu-default>ul>*.uk-active>* {
	color: #002D6E;
}

footer .uk-contacts-socials a:hover svg path {
	fill: #002D6E;
}

.uk-menu-default.uk-dark>ul>*>* {
	color: #002D6E;
	padding: 0 10px;
	text-transform: none;
}

.uk-mess-icon {
	width: 64px;
	height: 64px;
	background-color: #FF6400;
	border-radius: 16px;
	margin-right: 25px;
}

.uk-tel a {
	font-size: 1.75em;
	color: #fff;
}

.uk-tel a:hover {
	color: #FF6400;
}

.uk-contacts-socials a:hover svg path {
	fill: #FF6400;
}

.uk-btn-menu {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 11;
}

.uk-btn-menu a {
	border: none;
	background-color: #fff;
	width: 64px;
	height: 64px;
	border-radius: 16px;
}

.uk-btn-menu a span {
	position: absolute;
	left: 13px;
	top: 50%;
	height: 3px;
	border-radius: 30px;
	background-color: #002D6E;
	width: 38px;
}

.uk-btn-menu a span:first-child {
	transform: translateY(-6px);
	width: 26px;
}

.uk-btn-menu a span:last-child {
	transform: translateY(6px);
}

.uk-btn-menu a:hover {
	background-color: #FF6400;
}

.uk-btn-menu a:hover span {
	background-color: #fff;
}

.uk-contact-icon {
	min-width: 35px;
	margin-right: 30px;
}

.uk-modal-full-item {
	padding: 5% 5% 5% 10%;
}

body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.uk-menu-modal ul>* {
	padding: 2vh 0;
}

.uk-menu-modal ul>*>* {
	font-weight: 800;
	color: #fff;
	font-size: 5vh;
	text-transform: uppercase;
	padding-right: 4vh;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 2.5vh;
}

.uk-menu-modal ul>*>a:hover {
	filter: invert(1);
}

.uk-menu-modal ul>*.uk-link-brief>* {
	font-weight: 400;
	background-image: none;
	word-spacing: 999px;
	padding: 0;
}

.uk-modal-full-item-right {
	background-color: #002D6E;
}

.uk-contacts-modal-title {
	font-weight: 800;
	color: #fff;
	font-size: 5vh;
	padding-bottom: 50px;
}

.uk-contacts-modal>div:not(.uk-contacts-modal-title) {
	margin-bottom: 3.5vh;
}

.uk-contacts-modal a {
	font-weight: 500;
	font-size: 1.5em;
	color: #fff;
}

.uk-contacts-modal a:hover {
	color: #FF6400;
}

.uk-modal .uk-mess-icon {
	background-color: #fff;
}

body .uk-modal .uk-button-mess {
	margin: 8vh auto 0;
}

.uk-modal-socials>*+* {
	margin-left: 40px;
}

.uk-form-title {
	font-size: 2.25em;
	color: #fff;
	padding-bottom: 5vh;
}

.uk-modal form {
	text-align: center;
	max-width: 366px;
	margin: 0 auto;
}

.uk-modal form .uk-input, form .uk-textarea {
	background-color: rgba(255, 255, 255, .9);
	border-radius: 8px;
	color: #323232;
}

.uk-modal form .uk-input::placeholder,
.uk-modal form .uk-textarea::placeholder  {
	color: #323232;
}

.uk-modal form .uk-input:focus::placeholder,
.uk-modal form .uk-textarea:focus::placeholder{
	color: transparent;
}

.uk-modal form .uk-button {
	background-color: #FF6400;
	border: 1px solid #FF6400;
	font-weight: 800;
	color: #fff;
	min-width: 275px;
	margin-top: 5vh;
}

.uk-modal form .uk-button:hover {
	background-color: #fff;
	border-color: #fff;
	color: #002D6E;
}

.uk-modal form .box-form-field {
	margin-bottom: 15px;
}

form .uk-textarea {
	resize: none;
	padding: 10px;
	width: 100%;
	font-size: 1.125em;
	box-sizing: border-box;
	outline: none;
}

.uk-node-tab .uk-node-tab-head {
	padding: 22px 0;
	background-color: #002D6E;
}

.uk-tab-default {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.uk-tab-default>* {
	display: flex;
	align-items: center;
}

.uk-tab-default>*+* {
	border-left: 2px solid #fff;
}

.uk-tab-default>*>* {
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	display: block;
}

.uk-tab-default>*.uk-active>*, .uk-tab-default>*>*:hover {
	color: #FF6400;
}

/*.uk-node-tab-body {*/
/*	padding-top: 50px;*/
/*}*/

.uk-node-tab-body .article-teaser {
	padding-top: 100px;
}

header .uk-tel a {
	font-weight: 600;
	font-size: 1.25em;
	color: #FF6400;
}

.uk-contacts-socials-color a:hover svg path {
	fill: #FF6400;
}

.uk-list-fields, .uk-teaser-content {
	margin-top: 35px;
}

.uk-list-fields>*>* {
	font-size: 1.125em;
	color: #000;
}

.uk-list-fields>*>a:hover {
	color: #FF6400;
}

.uk-list-fields>*+* {
	padding-top: 20px;
}

.uk-teaser-content {
	color: #2B2B2B;
}

.uk-list-fields span {
	color: #FF6400;
	padding-left: 5px;
}

.uk-title-h3 a {
	font-weight: 600;
	font-size: 1.5em;
	color: #002D6E;
}

.uk-title-h3 a:hover,
.uk-link-details a:hover {
	color: #FF6400;
}

.uk-link-details {
	margin-top: 15px;
}

.uk-link-details a {
	color: #828282;
}

.uk-link-details span {
	color: #FF6400;
}

.uk-list-fields-full>*+* {
	margin-top: 30px;
}

.uk-teaser-field {
	margin-top: 15px;
}

.uk-tab-buttons>*>* {
	padding: 4px 8px;
	border: 2px solid #002D6E;
	border-radius: 6px;
	color: #002D6E;
}

.uk-tab-buttons>*.uk-active>* {
	background-color: #002D6E;
	color: #fff;
}

.uk-tab-buttons>li {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.uk-block-cards h3 {
	font-weight: 600;
	font-size: 1.5em;
	color: #002D6E;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF6400;
}

.uk-block-cards ul {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	padding: 0 20px;
	list-style: square;
}

.uk-block-cards ul>li {
	color: #2B2B2B;
}

.card-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FF6400;
}

.uk-block-cards a:hover h3 {
	color: #FF6400;
}

.uk-form-type-1 form .uk-input,
.uk-form-type-2 form .uk-input,
.uk-form-type-3 form .uk-input{
	height: 34px;
	font-size: 1em;
	color: #2B2B2B;
	font-weight: 300;
	font-style: italic;
	padding: 0;
	border-bottom: 1px solid rgba(0, 45, 110, .5);
}

.uk-form-type-1 form .uk-input::placeholder,
.uk-form-type-2 form .uk-input::placeholder,
.uk-form-type-3 form .uk-input::placeholder{
	color: rgba(43, 43, 43, .7);
}

.uk-form-type-1 form .uk-input:focus::placeholder,
.uk-form-type-2 form .uk-input:focus::placeholder,
.uk-form-type-3 form .uk-input:focus::placeholder{
	color: transparent;
}

.uk-form-type-1 button, .uk-form-shortcuts button {
	border: none;
	background-color: transparent;
	line-height: 34px;
	padding: 0;
	border-bottom: 1px solid #002D6E;
	font-weight: 600;
	color: #002D6E;
	font-size: 1em;
}

.uk-form-shortcuts button.uk-button-large {
	line-height: 52px;
}

.uk-form-type-1 button:hover, .uk-form-shortcuts button:hover {
	border-bottom-color: #FF6400;
	color: #FF6400;
}

.uk-form-type-1 span, .uk-form-shortcuts button span {
	color: #FF6400;
	margin-left: 6px;
}

.uk-node-tab-body .uk-form-type-1 {
	margin-top: 50px;
	flex: 1;
}

.uk-form-type-title {
	font-weight: 800;
	font-size: 1.5em;
	color: #002D6E;
}

form input[type="checkbox"] {
	display: none;
}

.uk-checkbox-buttons .uk-checkbox-item {
	display: inline-flex;
}

.uk-checkbox-buttons .uk-checkbox-item span {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 6px;
	border: 1px solid #2B2B2B;
	color: #2B2B2B;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.uk-checkbox-buttons .uk-checkbox-item input:checked+span {
	background-color: #002D6E;
	color: #fff;
}

.uk-grid-item-label {
	font-weight: 800;
	font-size: 1.25em;
	color: #2B2B2B;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF6400;
}

.uk-tab-loop-1, .uk-tab-loop-3 {
	width: 50%;
}

.uk-tab-loop-2 {
	width: 50%;
}

.uk-tab-loop-4 {
	width: 25%;
}

.uk-tab-file {
	width: 103px;
	height: 103px;
	padding: 10px;
	border-radius: 50%;
	margin: 0 auto;
}

.uk-tab-file>* {
	border-radius: 50%;
	background-color: #FF6400;
}

.uk-tab-file>*:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 50%;
	border: 1px solid #002D6E;
	border-radius: 100px 100px 0 0;
	border-bottom: 0;
}

.uk-tab-file>*:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: calc(50% - 1px);
	border: 1px dashed rgba(0, 45, 110, .3);
	border-radius: 0 0 100px 100px;
	border-top: 0;
}

.uk-tab-file-grid {
	padding-top: 28px;
	padding-bottom: 28px;
}

.uk-tab-file-grid>*:nth-child(even) .uk-tab-file>*:before {
	border: 1px dashed rgba(0, 45, 110, .3);
	border-bottom: 0;
}

.uk-tab-file-grid>*:nth-child(even) .uk-tab-file>*:after {
	border: 1px solid #002D6E;
	border-top: 0;
}

.uk-tab-file:before {
	display: block;
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 100px;
	height: 1px;
	background-color: #002D6E;
}

.uk-tab-file:after {
	display: block;
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 100px;
	height: 100px;
	border-top: 1px dashed rgba(0, 45, 110, .25);
}

.uk-tab-file-grid>*:last-of-type .uk-tab-file:after, .uk-tab-file-grid>*:last-of-type .uk-tab-file-box:after {
	display: none;
}

.uk-tab-item {
	padding-left: 40px;
	max-width: 70%;
}

.uk-tab-loop-1 .uk-tab-item:before, .uk-tab-loop-3 .uk-tab-item:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #002D6E;
	transform: translateX(-50%);
}

.uk-tab-loop-1 .uk-tab-item:after, .uk-tab-loop-3 .uk-tab-item:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: -90px;
	width: 1px;
	background-color: #002D6E;
}

.uk-tab-loop-2 .uk-tab-item:before, .uk-tab-loop-4 .uk-tab-item:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #002D6E;
	transform: translateX(-50%);
}

.uk-tab-loop-2 .uk-tab-item:after, .uk-tab-loop-4 .uk-tab-item:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: -89px;
	bottom: 0;
	width: 1px;
	background-color: #002D6E;
}

.uk-tab-item p {
	margin: 0;
}

.uk-tab-item-label {
	font-weight: 800;
	font-size: 1.25em;
	color: #FF6400;
	padding-bottom: 13px;
}

.uk-service-form {
	height: 770px;
	padding: 130px 0;
	box-sizing: border-box;
}

.uk-tab-file-box:after {
	display: block;
	content: "";
	width: 11px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4zIiBkPSJNMS41IDIuNjY5ODdMOSA3TDEuNSAxMS4zMzAxVjIuNjY5ODdaIiBzdHJva2U9IiMwMDJENkUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
	background-color: #fff;
}

.uk-form-type-3 {
	padding: 35px 55px;
	background-color: rgba(255, 255, 255, .85);
}

.uk-form-type-title-sm {
	font-weight: 600;
	font-size: 1.25em;
	color: #002D6E;
}

.uk-related-cases-grid>*:last-of-type>*+* {
	margin-top: 35px;
}

.uk-list-fields-full img, .uk-related-cases-grid img {
	border-radius: 8px;
}

.uk-position-title {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0, 81%) rotate(-90deg);
	font-weight: 800;
	color: rgba(0, 45, 110, .2);
	font-size: 8.75em;
	transform-origin: 28% 115%;
	z-index: -1;
}

.form-content h3 {
	margin: 0;
	font-weight: 400;
	font-size: 1.125em;
	color: #2B2B2B;
	text-transform: uppercase;
}

.uk-node-tab-body .uk-switcher>* {
	padding-top: 70px;
}

.uk-form-shortcuts .uk-h3 {
	padding-bottom: 70px;
}

form label:not(.uk-label-box) {
	font-weight: 500;
	font-size: 1.25em;
	color: #2B2B2B;
}

form label+div {
	padding-top: 10px;
}

.uk-form-shortcuts .uk-margin {
	margin-bottom: 30px;
}

.uk-page-brief .uk-form-type-1 {
	padding-top: 50px;
	justify-content: center;
}

.uk-form-shortcuts .form-field-items.uk-grid>*:not([class*=uk-width-]) {
	width: 100%;
}

.uk-description h3 {
	font-weight: 800;
	font-size: 1.5em;
	color: #002D6E;
	text-transform: uppercase;
}

.uk-label-box span {
	color: rgba(43, 43, 43, .7);
}

form input[type="radio"] {
	accent-color: #002D6E;
}

.uk-radio-item {
	margin-top: 10px;
}

.uk-label-box {
	cursor: pointer;
}

.box-form-field:not(.uk-checkbox-buttons) .uk-checkbox-item-multiple {
    margin-top: 10px;
}

.box-form-field:not(.uk-checkbox-buttons) .uk-checkbox-item-multiple span {
    display: inline-block;
    padding-left: 18px;
    position: relative;
	cursor: pointer;
}



.box-form-field:not(.uk-checkbox-buttons) .uk-checkbox-item-multiple span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 9px;
    height: 9px;
    border: 1px solid #002D6E;
	box-shadow: inset 0 0 0 1px #fff;
}

.box-form-field:not(.uk-checkbox-buttons) .uk-checkbox-item-multiple input[type="checkbox"]:checked+span:before {
    background-color: #002D6E;
}

.uk-checkbox-media .box-form-field .uk-checkbox-item-multiple span {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 1.25em;
	color: #2B2B2B;
	padding: 10px;
	box-sizing: border-box;
}

.uk-checkbox-media .box-form-field .uk-checkbox-item-multiple span:before {
	display: block;
	content: "";
	position: static;
	top: 0;
	width: 100%;
	height: 130px;
	border: none;
	box-shadow: none;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-checkbox-media .box-form-field>label+div {
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
}

.uk-checkbox-media .box-form-field:not(.uk-checkbox-buttons) .uk-field-grid {
	margin-left: -50px;
}

.uk-checkbox-media .box-form-field>label+div>*{
	width: 25%;
	padding-left: 50px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.uk-checkbox-media .box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>*:nth-child(odd),
.uk-checkbox-media .box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>*:nth-child(even) {
	width: 25%;
	padding-left: 50px;
}

.uk-checkbox-media .uk-label-box {
	display: block;
}

.uk-checkbox-media .box-form-field .uk-checkbox-item-multiple input[type="checkbox"]:checked+span {
	box-shadow: 0 0 0 1px #FF6400;
}

.uk-checkbox-media .box-form-field .uk-checkbox-item-multiple input[type="checkbox"]:checked+span:before {
	border: none;
	background-color: transparent;
}

.uk-checkbox-style input[value="1"]+span:before {
	background-image: url("../images/form-style-1.jpg");
}

.uk-checkbox-style input[value="2"]+span:before {
	background-image: url("../images/form-style-2.jpg");
}

.uk-checkbox-style input[value="3"]+span:before {
	background-image: url("../images/form-style-3.jpg");
}

.uk-checkbox-style input[value="4"]+span:before {
	background-image: url("../images/form-style-4.jpg");
}

.uk-checkbox-style input[value="5"]+span:before {
	background-image: url("../images/form-style-5.jpg");
}

.uk-checkbox-style input[value="6"]+span:before {
	background-image: url("../images/form-style-6.jpg");
}



.uk-checkbox-fonts input[value="1"]+span:before {
	background-image: url("../images/form-fonts-1.jpg");
}

.uk-checkbox-fonts input[value="2"]+span:before {
	background-image: url("../images/form-fonts-2.jpg");
}

.uk-checkbox-fonts input[value="3"]+span:before {
	background-image: url("../images/form-fonts-3.jpg");
}

.uk-checkbox-fonts input[value="4"]+span:before {
	background-image: url("../images/form-fonts-4.jpg");
}

.uk-checkbox-fonts input[value="5"]+span:before {
	background-image: url("../images/form-fonts-5.jpg");
}

.uk-checkbox-fonts input[value="6"]+span:before {
	background-image: url("../images/form-fonts-6.jpg");
}


.uk-checkbox-color input[value="1"]+span:before {
	background-image: url("../images/form-color-1.jpg");
}

.uk-checkbox-color input[value="2"]+span:before {
	background-image: url("../images/form-color-2.jpg");
}

.uk-checkbox-color input[value="3"]+span:before {
	background-image: url("../images/form-color-3.jpg");
}

.uk-checkbox-color input[value="4"]+span:before {
	background-image: url("../images/form-color-4.jpg");
}

.uk-checkbox-color input[value="5"]+span:before {
	background-image: url("../images/form-color-5.jpg");
}

.uk-checkbox-color input[value="6"]+span:before {
	background-image: url("../images/form-color-6.jpg");
}

.uk-checkbox-color input[value="7"]+span:before {
	background-image: url("../images/form-color-7.jpg");
}

.uk-checkbox-color input[value="8"]+span:before {
	background-image: url("../images/form-color-8.jpg");
}

.box-form-field:not(.uk-checkbox-buttons) .uk-field-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}

.box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>* {
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}

.box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>*:nth-child(odd) {
	width: calc(100% / 3);
}

.box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>*:nth-child(even) {
	width: calc(200% / 3);
}

.uk-node-tab-body picture {
	display: flex;
}

.uk-case-title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%) rotate(-90deg);
	font-weight: 800;
	color: rgba(0, 45, 110, .2);
	font-size: 15vh;
	z-index: 11;
	transform-origin: 27% 111%;
}


.uk-node-block-1 {
	background-color: #002D6E;
	min-height: 385px;
	padding: 100px 0;
}

.uk-node-block-1 picture {
	filter: brightness(0) invert(1);
}

.uk-node-block-1 .uk-h1-title,
.uk-node-block-1 .uk-subtitle {
	color: #fff;
}

.uk-node-block-1 .uk-subtitle {
	font-weight: 800;
	font-size: 1.5em;
}

.uk-template-block-content.uk-background-blue ul>li:before {
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg3NSAyLjI1TDYuNzAzMTMgMTFMMi4xMjUgNi42MjUiIHN0cm9rZT0iIzAwMkQ2RSIgc3Ryb2tlLXdpZHRoPSIzLjg3NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
}

.uk-node-cases .uk-template-block-content ul li {
	font-weight: 500;
	font-size: 1.125em;
}

.uk-node-cases .uk-template-block-content:not(.uk-only-content) ul {
	max-width: 80%;
}

.uk-node-cases .uk-template-block-content {
	min-height: 514px;
}

.uk-block-last-number {
	padding: 100px 0;
}

.uk-label-number {
	font-weight: 800;
	font-size: 7.5em;
	color: #002D6E;
}

.uk-label-number span {
	position: absolute;
	top: 0;
	left: 100%;
	line-height: .75em;
	font-size: .75em;
}

.uk-block-last-number p {
	font-weight: 800;
	font-size: 1.125em;
	margin: 0;
}

.uk-label-number+div {
	max-width: 250px;
}

.uk-fields-block-file picture {
	margin: 20px;
}

.uk-related-medias .uk-grid-margin {
	margin-top: 20px;
}


/* Template */

.uk-template-block-1 {
	min-height: 100vh;
	padding: 120px 0;
	box-sizing: border-box;
}

.uk-template-block-1:before {
	display: block;
	content: "";
	position: absolute;
	inset: 0;
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*height: 50%;*/
	/*background-color: rgba(255, 255, 255, .5);*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.uk-template-block-1 .uk-h1-title {
	color: #fff;
}

.uk-node-brief header:not(.uk-sticky-fixed) .uk-menu-default.uk-dark>ul>*>* {
	color: #fff;
}

.uk-node-brief header:not(.uk-sticky-fixed) .uk-logo svg path:not(:last-of-type) {
	fill: #fff;
}

.uk-node-brief header:not(.uk-sticky-fixed) .uk-contacts-socials-color svg path {
	fill: #fff;
}

.uk-node-brief header:not(.uk-sticky-fixed) .uk-menu-default.uk-dark>ul>*>*:hover {
	color: #FF6400;
}

.uk-node-brief header:not(.uk-sticky-fixed) .uk-contacts-socials-color a:hover svg path {
	fill: #FF6400;
}

.uk-h1-title {
	font-weight: 800;
	font-size: 2.875vw;
	color: #002D6E;
	margin: 0;
}

.uk-width-360 {
	width: 360px;
}

.uk-width-720 {
	width: 720px;
}

.uk-template-block-content {
	padding: 100px 75px;
	background-color: #F3F3F3;
	word-break: break-word;
}

.uk-template-block-content p {
	font-weight: 500;
	font-size: 1.125em;
	color: #2B2B2B;
}

.uk-template-block-content.uk-light p {
	color: #fff;
}

.uk-template-block-content .uk-h2 {
	margin-bottom: 40px;
}

.uk-template-block-content.uk-light>* {
	color: #fff;
}

.uk-body-right p {
	font-weight: 800;
}

.uk-body-right.uk-light>*:first-child {
	font-weight: 800;
	font-size: 6.25vw;
	margin: 0;
}

.uk-template-block-content h2,
.uk-template-block-content h3 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.5em;
	color: #002D6E;
	margin-top: 0;
	margin-bottom: 40px;
}

.uk-use-template>*>* {
	min-height: 500px;
	box-sizing: border-box;
}

.uk-template-block-content:not(.uk-only-content) ul {
	max-width: 380px;
}

.uk-template-block-content ul>li {
	position: relative;
	padding-left: 50px;
	margin-top: 50px;
}

.uk-template-block-content ul>li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #002D6E;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg3NSAyLjI1TDYuNzAzMTMgMTFMMi4xMjUgNi42MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMy44NzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-template-block-content.uk-only-content ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
}

.uk-template-form .uk-form-shortcuts-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	align-items: flex-end;
}

.uk-template-form .uk-form-shortcuts-grid>* {
	box-sizing: border-box;
	padding-left: 20px;
	width: 25%;
}

.uk-template-form .uk-form-shortcut-title {
	font-weight: 600;
	font-size: 1.25em;
	color: #002D6E;
	text-transform: none;
	padding-bottom: 0;
	text-align: left;
}

.uk-template-form .uk-form-shortcuts .form-field-items {
	width: 50%;
}

.uk-template-form .uk-form-shortcuts .form-field-items.uk-grid>*:not([class*=uk-width-]) {
	width: 50%;
	margin: 0;
}

.uk-template-form .uk-form-shortcuts button {
	border: 1px solid #FF6400;
	padding: 0 30px;
	background-color: #FF6400;
	color: #fff;
	width: 100%;
	line-height: 52px;
	font-size: 1.125em;
}

.uk-template-form .uk-form-shortcuts button:hover {
	background-color: #002D6E;
	border-color: #002D6E;
}

.uk-template-form .uk-form-shortcuts button span {
	display: none;
}

.uk-background-blue {
	background-color: #002D6E;
}

.uk-background-white {
	background-color: #fff;
}

.uk-link-more a {
	font-weight: 600;
	color: #002D6E;
	border-bottom: 1px solid #002D6E;
}

.uk-link-more a:hover {
	color: #FF6400;
	border-bottom: 1px solid #FF6400;
}

.uk-link-more a span {
	color: #FF6400;
}

/* END Template */





.uk-banner {
	min-height: 377px;
	box-sizing: border-box;
	padding: 100px 0;
}

.uk-banner:before, .uk-service-form:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	mix-blend-mode: soft-light;
}

.uk-banner-title {
	font-weight: 800;
	font-size: 2.25em;
	color: #fff;
}

.uk-banner-body h2, .uk-banner-body h3 {
	font-weight: 400;
	font-size: 2em;
	margin: 0;
	padding-top: 20px;
}

.uk-banner-body>* {
	color: #fff;
}

.uk-banner-body>*+* {
	margin-top: 20px;
}

.uk-contacts form>.uk-grid>*{
	width: 100%;
}

.uk-contacts .uk-form-type-2.uk-pt-100 {
	padding: 0;
}

.uk-contacts .form-content {
	padding-bottom: 35px;
}

.uk-contacts-list>* {
	font-weight: 500;
	color: #2B2B2B;
	padding-bottom: 15px;
}

.uk-contacts-list a {
	color: #2B2B2B;
}

.uk-contacts-list a:hover {
	color: #FF6400;
}

.uk-fix-up {
	position: fixed;
	right: 20px;
	bottom: 30%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #C2C9D6;
	z-index: 11;
}

.uk-fix-up:hover {
	background-color: #FF6400;
}








canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

[data-uk-cover]:where(img,video), [uk-cover]:where(img,video) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	object-position: center;
}

/*.swiper img[uk-cover] {*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*}*/

.uk-background-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-background-contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-pt-100 {
	padding-top: 100px;
}

.uk-pt-40 {
	padding-top: 40px;
}

.uk-pt-30 {
	padding-top: 30px;
}

.uk-pt-20 {
	padding-top: 20px;
}

.uk-mt-100 {
	margin-top: 100px;
}

.uk-mt-30 {
	margin-top: 30px;
}

footer {
	padding: 25px 0;
	background-color: #FF6400;
	margin-top: 100px;
}

footer .uk-mess-icon {
	background-color: #002D6E;
}

body footer .uk-button-mess:hover {
	color: #002D6E;
}

.uk-dark-gray {
	color: #2B2B2B;
}

.uk-line-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.uk-width-small {
	width: 200px;
}

.uk-h2 {
	font-weight: 800;
	font-size: 2.25em;
	color: #002D6E;
}

.uk-h3 {
	font-weight: 800;
	font-size: 1.5em;
	color: #002D6E;
}

.uk-navbar-center {
	flex: 1;
	min-width: 1px;
}

.uk-navbar-right {
	margin-left: auto;
}

header {
	padding: 25px 0;
	/*background-color: #fff;*/
	transition: all .3s;
	left: 0;
	top: 0;
	right: 0;
	transition: all .3s;
	position: fixed;
	z-index: 11;
}

header.uk-sticky-fixed {
	background-color: #fff;
	padding: 5px 0;
}

.uk-switcher>:not(.uk-active) {
	display: none;
}

h1.uk-h1, .uk-h1 {
	font-weight: 800;
	font-size: 5.25vw;
	color: rgba(0, 45, 110, .2);
	padding: 40px 0;
	margin: 0;
	line-height: .875em;
}

.uk-container {
	display: flow-root;
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.uk-container .uk-container {
	padding: 0;
}

@media (min-width: 640px) {
	.tm-main .uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 960px) {
	.uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.uk-container-small {
	max-width: 1000px;
}

.uk-container-small {
	max-width: 1000px;
}

.uk-container-large {
	max-width: 1400px;
}

.uk-container-xlarge {
	max-width: 1600px;
}

.uk-container-expand {
	max-width: none;
}

.uk-ajax-spinner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.uk-button-mess .uk-ajax-spinner, .uk-button-primary .uk-ajax-spinner {
	background: transparent;
}

.uk-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0;
}

.uk-icon>* {
	transform: translate(0, 0);
}

.uk-spinner>* {
	animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(270deg);
	}
}

.uk-spinner>*>* {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: uk-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
	stroke: currentcolor;
}

.uk-notification {
	position: fixed;
	left: auto;
	right: 10px;
	bottom: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 350px;
}

.uk-notification-message {
	position: relative;
	border-radius: 5px;
	background: #F00;
	box-shadow: 0.07711588591337204px 0.739741325378418px 1.9656250476837158px 0 rgba(44, 44, 44, 0.02), 0.3525297939777374px 3.3816745281219482px 5.525000095367432px 0 rgba(44, 44, 44, 0.03), 0.8923410177230835px 8.559864044189453px 14.821874618530273px 0 rgba(44, 44, 44, 0.04), 1.7626489400863647px 16.90837287902832px 34px 0 rgba(44, 44, 44, 0.06);
	font-weight: 500;
	font-size: .875em;
	color: #fff;
	letter-spacing: -0.2px;
	line-height: 1.4;
	cursor: pointer;
	padding: 15px 20px;
}

.uk-notification-message.uk-notification-message-danger {
	background-color: #F00;
}

.uk-notification-close {
	position: absolute;
	top: 20px;
	right: 15px;
}

.uk-notification-close svg {
	opacity: .8;
	transition: all .3s;
}

.uk-notification-close:hover svg {
	opacity: 1;
}

.uk-notification-bottom-right, .uk-notification-top-right {
	left: auto;
	right: 10px;
}

.uk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	padding: 15px 15px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: opacity .15s linear;
}

.uk-modal-full {
	padding: 0;
	background: 0 0;
}

#message-ajax-modal.uk-open {
	display: block;
}

.uk-modal.uk-open {
	opacity: 1;
}

.uk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 740px;
	max-width: 100% !important;
	background: #002D6E;
	opacity: 0;
	transform: translateY(-100px);
	transition: .3s linear;
	transition-property: opacity, transform;
}

.uk-open>.uk-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}

.uk-modal-full .uk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
	background-color: #FF6400;
}

.uk-modal-body {
	padding: 100px 70px;
}

.uk-close {
	color: #fff;
	transition: .1s ease-in-out;
	transition-property: color, opacity;
}

[class*=uk-modal-close-] {
	position: absolute;
	z-index: 1010;
	top: 23px;
	right: 29px;
	padding: 5px;
}

.uk-modal-close-full {
	top: 45px;
	right: 65px;
	padding: 10px;
}

.uk-modal-page {
	overflow: hidden;
}

.uk-background-fixed {
	background-attachment: fixed;
	backface-visibility: hidden;
}

.uk-background-center-center {
	background-position: 50% 50%;
}

.uk-header-mobile .uk-btn-menu {
	position: static;
	left: 0;
	top: 0;
}

.uk-header-mobile .uk-btn-menu a {
	background-color: #002D6E;
	width: 44px;
	height: 44px;
	border-radius: 10px;
}

.uk-header-mobile .uk-btn-menu a span {
	left: 8px;
	width: 28px;
	background-color: #fff;
}

.uk-header-mobile .uk-btn-menu a span:first-child {
	transform: translateY(-5px);
	width: 18px;
}

.uk-btn-menu a span:last-child {
	transform: translateY(5px);
}

header.uk-header-mobile {
	padding: 15px 0;
}

header.uk-header-mobile.uk-sticky-fixed {
	padding: 5px 0;
}

.uk-device-mobile .uk-tab-fields .uk-grid>* {
	width: 100%;
}

.uk-device-mobile .uk-tab-loop-2 .uk-tab-item:before,
.uk-device-mobile .uk-tab-loop-4 .uk-tab-item:before {
	bottom: auto;
	top: 0;
}

.uk-device-mobile .uk-tab-item {
	padding-bottom: 20px;
}

.uk-device-mobile .uk-tab-loop-4 .uk-tab-item:after {
	display: none;
}

.uk-device-mobile .uk-tab-item-label {
	font-size: 1em;
}

.uk-modal-full-mobile .uk-menu-modal ul>*>* {
	font-size: 5.5vw;
	padding-right: 3vw;
	background-size: 1.5vw;
}

.uk-modal-full-mobile .uk-menu-modal ul>* {
	padding: 1vh 0;
}

.uk-modal-full-mobile .uk-contacts-modal-title {
	font-size: 6.5vw;
	padding-bottom: 25px;
}

.uk-modal-full-mobile .uk-modal-full-item {
	padding: 40px;
}

.uk-modal-full-mobile .uk-modal-close-full {
	top: 20px;
	right: 20px;
	padding: 5px;
}

.uk-modal-full-mobile .uk-contact-icon {
	margin-right: 15px;
}

.uk-modal-full-mobile .uk-contacts-modal a {
	font-size: 1.125em;
}

.uk-modal-content h2, .uk-modal-content h3 {
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
}

.uk-modal-content p {
	font-size: 1.125em;
	color: #fff;
}

.uk-subtitle-quote {
	font-weight: 800;
	font-size: 1.5em;
	color: #002D6E;
	padding: 65px;
	margin-top: 50px;
}

.uk-agency-body p {
	display: flex;
	align-items: center;
}

.uk-agency-body p img {
	margin-left: 50px;
}

.uk-team-item-preview {
	border-radius: 50%;
	border: 6px solid #fff;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .52));
	margin:  0 auto 10px;
}

.uk-team-item-preview picture {
	display: flex;
}

.uk-team-item-title {
	font-weight: 600;
	font-size: 1.5em;
	color: #2B2B2B;
}

.uk-team-item-title:after {
	display: block;
	content: "";
	width: 119px;
	height: 2px;
	background-color: #FF6400;
	margin: 5px auto 5px;
}

.uk-grid-team {
	padding-top: 50px;
}

.uk-clear-both {
	clear: both;
}

img.right {
	float: right;
}

.uk-grid-team .uk-grid-margin {
	margin-top: 40px;
}

@media only screen and (max-width: 1680px) {
	.uk-footer.uk-menu-default > ul > * > * {
		padding: 0;
	}
}

@media only screen and (max-width: 1599px) {
	.uk-menu-default>ul>*>* {
		padding: 0 10px;
	}
	.uk-menu-default>ul>*:not(:first-child) {
		padding-left: 10px;
	}
	.uk-tel a {
		font-size: 1.25em;
	}
	.uk-footer-front .uk-mess-icon {
		width: 46px;
		height: 46px;
		border-radius: 11px;
		margin-right: 15px;
	}
	.uk-footer-front .uk-mess-icon svg {
		width: 29px;
		height: 27px;
	}
	.uk-modal-body {
		padding: 70px;
	}
}

@media only screen and (max-width: 1440px) {
	.uk-template-block-content {
		padding: 70px 50px;
	}
	.uk-use-template>*>* {
		min-height: auto;
	}
	.uk-service-form {
		height: 550px;
		padding: 90px 0;
		box-sizing: border-box;
	}
	footer .uk-menu-default>ul>*>* {
		padding: 0 5px;
	}
	.uk-footer .uk-menu-default > ul > * > * {
		font-size: .875em;
	}

}

@media only screen and (max-width: 1280px) {
	footer .uk-menu-default>ul>*>* {
		font-size: .875em;
	}
	footer .uk-tel a {
		font-size: 1em;
	}
	footer .uk-mess-icon {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1199px) {
	.uk-use-template>*>.uk-grid>* {
		width: 100%;
	}
	.uk-template-block-content.uk-only-content ul {
		display: block;
	}
	.uk-template-block-1 {
		min-height: 50vh;
		padding: 120px 0;
	}
	.uk-node-tab-body .uk-container>.uk-grid>* {
		width: 100%;
	}
	.uk-node-tab-body .uk-form-type-1 {
		margin-bottom: 50px;
	}
	.uk-block-cards>*, .uk-grid-fields .uk-grid>* {
		width: 50%;
	}
	.uk-form-type-2 .uk-grid>* {
		width: 100%;
		margin-top: 20px;
	}
	.uk-pt-100 {
		padding-top: 50px;
	}
	.uk-tab-item {
		padding-left: 20px;
		max-width: 90%;
	}
	.uk-related-cases-grid>* {
		width: 100%;
		margin-bottom: 40px;
	}
	footer>*>.uk-grid>* {
		width: 100%;
	}
	footer>*>.uk-grid>*+* {
		margin-top: 20px;
	}
	footer .uk-menu-default {
		justify-content: flex-start;
	}
	form label:not(.uk-label-box) {
		font-size: 1em;
	}
	.uk-modal-full .uk-grid>* {
		width: 100%;
	}
	.mediumSwiper .uk-menu-title {
		font-size: 1.25em;
	}
	.uk-grid-team>*{
		width: calc(100% / 5);
	}
	.uk-front-banner-fid {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		object-fit: cover;
		object-position: center;
	}

}

@media only screen and (max-width: 959px) {
	.uk-tab-default>*>* {
		padding: 10px 10px;
	}
	.uk-node-tab-body .article-teaser {
		padding-top: 50px;
	}
	.uk-tab-item p {
		font-size: .875em;
	}
	.uk-form-type-3 {
		padding: 25px;
	}
	.uk-checkbox-media .box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>*:nth-child(odd), .uk-checkbox-media .box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>*:nth-child(even) {
		width: 50%;
		padding-left: 20px;
	}
	.uk-checkbox-media .box-form-field:not(.uk-checkbox-buttons) .uk-field-grid {
		margin-left: -20px;
	}
	.uk-service-form .uk-grid>*, .uk-template-form .uk-form-shortcuts-grid>* {
		width: 100%;
	}
	.uk-service-form .uk-grid>*+*, .uk-template-form .uk-form-shortcuts-grid>*+* {
		margin-top: 20px;
	}
	.front-banner-text {
		display: block;
	}
	.uk-site-slogan {
		padding-left: 0;
		padding-top: 20px;
		font-size: 3.5vw;
	}
	.uk-contacts .uk-grid>* {
		width: 100%;
	}
	.uk-contacts-list {
		margin-top: 30px;
	}
	.uk-contacts .form-content {
		padding: 20px 0;
	}
	.uk-block-last-number {
		padding: 50px 0;
	}
	.uk-label-number {
		font-size: 5em;
	}
	.uk-node-cases .uk-grid>*{
		width: 100%;
	}
	.uk-node-cases .uk-template-block-content {
		min-height: auto;
	}
	.uk-grid-team>*{
		width: calc(100% / 4);
	}
	.uk-agency-body p {
		display: block;
	}
	.uk-agency-body p img {
		margin: 20px 0 0 0;
	}
	.mediumSwiper .uk-menu-description {
		font-size: .875em;
	}
	.smallSwiper .swiper-slide>* {
		font-size: 1.25em;
	}
	.front-banner-form {
		left: 30px;
	}

}

@media only screen and (max-width: 767px) {
	.uk-tab-default>*>* {
		font-size: .875em;
	}
	.uk-tab-default>*+* {
		border-left: 1px solid #fff;
	}
	.uk-form-shortcuts .form-field-items.uk-grid>* {
		width: 100%;
	}
	.uk-template-form .uk-form-shortcuts .form-field-items {
		width: 100%;
	}
	.uk-grid-team>*{
		width: calc(100% / 3);
	}
	.uk-subtitle-quote {
		font-size: 1em;
		padding: 50px 0;
	}
	.uk-subtitle-quote>* svg {
		width: 48px;
		height: 46px;
	}
	.uk-grid-item.uk-width-3-4 {
		width: 100%;
	}

}

@media only screen and (max-width: 639px) {
	.uk-tab-default>*>* {
		font-size: .75em;
	}
	.uk-tab-default>* {
		width: 100%;
		border: none;
		justify-content: center;
	}
	.uk-h2, .uk-banner-title {
		font-size: 1.5em;
	}
	.uk-list-fields-full .uk-width-small,
	.uk-related-cases-grid .uk-width-small {
		width: 130px;
	}
	.uk-title-h3 a {
		font-size: 1.125em;
	}
	.uk-teaser-field, .uk-link-details a {
		font-size: .875em;
	}
	.uk-teaser-field, .uk-link-details {
		margin-top: 10px;
	}
	h1.uk-h1, .uk-h1 {
		padding: 20px 0;
	}
	.uk-background-fixed {
		background-attachment: inherit;
		backface-visibility: inherit;
	}
	.uk-form-type-1 .uk-grid>* {
		width: 100%;
	}
	.uk-grid-medium .uk-grid-margin {
		margin-top: 20px;
	}
	.uk-banner-body h2, .uk-banner-body h3 {
		font-size: 1.375em;
	}
	.uk-banner {
		min-height: 277px;
		padding: 50px 0;
	}
	.uk-mt-100 {
		margin-top: 50px;
	}
	.uk-block-cards>* {
		width: 100%;
	}
	.uk-block-cards h3 {
		font-size: 1.125em;
	}
	.uk-block-cards ul>li {
		font-size: .875em;
	}
	.uk-grid-fields .uk-grid>* {
		width: 100%;
	}
	.uk-grid-item-label {
		font-size: 1em;
	}
	.uk-service-form {
		padding: 50px 0;
		box-sizing: border-box;
	}
	footer .uk-menu-default>*, footer .uk-contacts-socials {
		justify-content: center;
	}
	.uk-description h3 {
		font-size: 1.25em;
	}
	form label+div {
		padding-top: 5px;
	}
	.box-form-field:not(.uk-checkbox-buttons) .uk-field-grid>*:nth-child(odd) {
		width: 100%;
	}
	.uk-checkbox-media .box-form-field .uk-checkbox-item-multiple span:before {
		background-size: contain;
	}
	.uk-checkbox-media .box-form-field .uk-checkbox-item-multiple span {
		font-size: 1em;
	}
	.uk-h1-title {
		font-size: 1.5em;
	}
	.uk-template-block-content {
		padding: 40px 15px;
	}
	.uk-template-block-content .uk-h2 {
		margin-bottom: 20px;
	}
	.uk-template-block-content p {
		font-size: 1em;
	}
	.uk-template-block-content h2, .uk-template-block-content h3 {
		font-size: 1.25em;
		margin-bottom: 20px;
	}
	.uk-template-block-content ul>li {
		margin-top: 25px;
	}
	.uk-template-form .uk-form-shortcuts .form-field-items.uk-grid>*:not([class*=uk-width-]) {
		width: 100%;
	}
	.uk-modal-body {
		padding: 40px 20px;
	}
	.uk-grid-team>*{
		width: calc(100% / 2);
	}
	.uk-form-title {
		font-size: 6.5vw;
		padding: 2vh 0;
	}
	[class*=uk-modal-close-] {
		top: 13px;
		right: 19px;
	}
	.uk-modal form .uk-button {
		margin-top: 0;
	}


}

.uk-lightbox {
	--uk-inverse: light;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #000;
	opacity: 0;
	transition: opacity .15s linear;
	touch-action: pinch-zoom;
}

.uk-lightbox.uk-open {
	display: block;
	opacity: 1;
}

.uk-lightbox-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-lightbox-items>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: flex-start;
	will-change: transform, opacity;
	overflow: auto;
}

.uk-lightbox-items>* {
	align-items: center;
}

.uk-lightbox-items>.uk-active {
	display: flex;
}

.uk-lightbox-items>*>* {
	max-width: 100vw;
	max-height: 100vh;
}

.uk-lightbox-items>*>:not(iframe) {
	width: auto;
	height: auto;
}

.uk-slidenav {
	padding: 5px 10px;
	color: rgba(255, 255, 255, .5);
	transition: color .1s ease-in-out;
}

.uk-slidenav:hover {
	color: rgba(255, 255, 255, 1);
}

.uk-position-top-right {
	top: 0;
	right: 0;
}

.uk-position-small {
	margin: 15px;
	--uk-position-margin-offset: 15px;
}

.uk-lightbox-toolbar {
	right: 17px;
}

.uk-lightbox-toolbar button {
	margin: 15px;
}

.uk-position-medium {
	margin: 30px;
}

.uk-position-center-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.uk-position-center-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.uk-position-top-left {
	position: absolute;
	left: 0;
	top: 0;
}

.uk-position-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

body .orientation-x {
	display: none;
}

.uk-device-mobile #swiper-cases-title {
	font-size: 6vh;
}

.uk-device-mobile .front-swiper {
	height: 100vh;
}

.uk-device-mobile:not(.landscape) .front-swiper,
.uk-device-tablet:not(.landscape) .front-swiper,
.uk-device-mobile:not(.landscape) .uk-front-page,
.uk-device-tablet:not(.landscape) .uk-front-page{
	height: calc(var(--vh, 1vh) * 100)
}

.uk-device-mobile .large-blocks {
	height: 54vh;
}

.uk-device-mobile:not(.landscape) .large-blocks, .uk-device-tablet:not(.landscape) .large-blocks {
	height: calc(var(--vh, 1vh) * 54)
}

.uk-device-mobile .medium-blocks {
	height: 30vh;
}

.uk-device-mobile:not(.landscape) .medium-blocks, .uk-device-tablet:not(.landscape) .medium-blocks {
	height: calc(var(--vh, 1vh) * 30)
}

.uk-device-mobile .small-blocks {
	height: 16vh;
}

.uk-device-mobile:not(.landscape) .small-blocks, .uk-device-tablet:not(.landscape) .small-blocks {
	height: calc(var(--vh, 1vh) * 16)
}

.uk-device-mobile .uk-mess-icon {
	margin: 0;
}

.uk-device-mobile .swiper-free-mode>.swiper-wrapper {
	transition-timing-function: linear;
}

.uk-modal-full-mobile.uk-modal-full .uk-grid>* {
	min-height: 50vh;
	width: 100%;
}

.uk-block-menu-services img {
	z-index: -1;
}

/*body .uk-device-mobile .uk-button-mess, body .uk-device-tablet .uk-button-mess {*/
/*	top: calc(100vh - var(--vh, 1vh) - 81px);*/
/*	padding: 0;*/
/*}*/