@charset "UTF-8";
/* ************************************************************************************************* reset 2020-12 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* { border: 0; margin: 0; padding: 0; text-indent: 0; font-size: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summar, video { display: block; }

.page, .page *, .page *:after, .page *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

sub, sup { line-height: 1; font-size: 60%; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { vertical-align: top; }

address { font-style: normal; }

:focus { outline: 0; }

*[onclick] { cursor: pointer; }

button, input, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }

button, input[type="submit"] { cursor: pointer; }

*[hidden] { display: none; }

svg:not(:root) { overflow: hidden; }

button[disabled], input[disabled] { cursor: default; }

.hidden { display: none !important; }

.cleaner { clear: both; font-size: 0px; height: 0px; display: block; line-height: 0px; overflow: hidden; background: transparent; }

/* ************************************************************************************************* base styly 2020-12 */
*::-webkit-selection { background: #0078d7; text-shadow: none; color: white !important; }

*::-moz-selection { background: #0078d7; text-shadow: none; color: white !important; }

*::selection { background: #0078d7; text-shadow: none; color: white !important; }

form br { clear: both; }

textarea { resize: vertical; }

select { cursor: pointer; }

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder { color: white; }

textarea:-ms-input-placeholder, input:-ms-input-placeholder { color: white; }

textarea::-ms-input-placeholder, input::-ms-input-placeholder { color: white; }

textarea::placeholder, input::placeholder { color: white; }

textarea:-ms-input-placeholder, input:-ms-input-placeholder { color: white; }

.page img { max-width: 100%; display: inline-block; margin: 0; image-rendering: -webkit-optimize-contrast; }

.page .resizer { display: block; margin: 0; width: 100%; }

@media (min-width: 881px) { .desktop_hide, .desktop-hide { display: none !important; } }

@media (max-width: 880px) { .mobile_hide, .mobile-hide { display: none !important; } }

@media screen { .print_item, .print-item { display: none !important; } }

/* ************************************************************************************************* base komponent styly 2020-12 */
.page .float-left { float: left; }

.page .float-right { float: right; }

.page .float-center { float: none !important; margin: 0 auto; display: block; }

.page .align-left { text-align: left !important; }

.page .align-right { text-align: right !important; }

.page .align-center, .page .cmscenter { text-align: center !important; }

.page .imgalign-left { float: left; margin: 0 3rem 1.5rem 0; }

.page .imgalign-right { float: right; margin: 0 0 1.5rem 3rem; }

.page .imgalign-center { margin: 0 auto; display: block; }

.page .fullwid img, .page img.fullwid { width: 100%; display: block; }

[data-bgimg] { position: relative; }

[data-bgimg] span { position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: transparent none no-repeat 50% 50%/cover; }

html.desktop a[href^="tel:"]:not(.cmsbutton) { color: inherit; text-decoration: none; cursor: default !important; }

a[href*="mailto"] { word-wrap: break-word; }

/* ************************************************************************************************* base typografie 2020-12 */
.required, .red, .color-red { color: #c23d3d !important; }

.green, .color-green { color: #2fcda6; }

a { color: white; }

a:hover { text-decoration: none; }

small { font-size: 90%; }

p, h1, h2, h3, .page-moto:not(.demo-moto) h2, h4, h5, .page-moto > p > strong, h6, ul, ol { padding-bottom: 3rem; }

ul { margin: 0 0 0 3rem; list-style: none; }

ol { margin: 0 0 0 3rem; }

table { margin-bottom: 3rem; }

table ul, table ol { margin-bottom: 0; }

li ul, li ol { margin-bottom: 0; }

/* ************************************************************************************************* html, body */
html { font-size: 10px; }

body, input, select, textarea { -webkit-font-smoothing: antialiased; -webkit-font-feature-settings: 'liga','kern'; font-feature-settings: 'liga','kern'; -moz-font-feature-settings: 'liga','kern'; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility; }

@-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 0; }
  50% { -webkit-transform: scale(1.025); transform: scale(1.025); }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

@keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 0; }
  50% { -webkit-transform: scale(1.025); transform: scale(1.025); }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeBottom { 0% { opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeBottom { 0% { opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInDown5 { 0% { opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown5 { 0% { opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInDown15 { 0% { opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown15 { 0% { opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInLeft { 0% { opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInRight { 0% { opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes simpleFade { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes simpleFade { 0% { opacity: 0; }
  100% { opacity: 1; } }

/* Generated by https://www.omnio.cz/generator/?sent=1&wid=1080&margins=30,60,0&line_padding=30&line_padding_mobile=20&div_prefix=&skip_beginning=0&mode=advanced&flexbox=1&evil_rem=1&mobile_breakpoint=640 */
.inside > .inside-in { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; -webkit-box-sizing: content-box; box-sizing: content-box; }

.inside > .inside-in { max-width: 100%; padding: 0; }

.inside > .inside-in .inside.cms-line-padding .inside-in { max-width: 108rem; padding: 0 6rem; }

@media (max-width: 1080px) { .inside > .inside-in .inside.cms-line-padding .inside-in { padding-left: 3rem; padding-right: 3rem; } }

@media (max-width: 880px) { .inside > .inside-in .inside.cms-line-padding .inside-in { padding-left: 2rem; padding-right: 2rem; } }

@media (max-width: 540px) { .inside > .inside-in .inside.cms-line-padding .inside-in { padding-left: 2rem; padding-right: 2rem; } }

.midarea > .inside > .inside-in { max-width: 108rem; padding: 0 6rem; }

@media (max-width: 1080px) { .midarea > .inside > .inside-in { padding-left: 3rem; padding-right: 3rem; } }

@media (max-width: 880px) { .midarea > .inside > .inside-in { padding-left: 2rem; padding-right: 2rem; } }

@media (max-width: 540px) { .midarea > .inside > .inside-in { padding-left: 2rem; padding-right: 2rem; } }

.midarea > .inside > .inside-in .inside-in { padding: 0; }

.midarea > .inside.cms-line-no-padding > .inside-in { max-width: 100%; padding: 0; }

.midarea > .inside.cms-line-no-padding > .inside-in .inside.cms-line-padding .inside-in { max-width: 108rem; padding: 0 6rem; }

@media (max-width: 1080px) { .midarea > .inside.cms-line-no-padding > .inside-in .inside.cms-line-padding .inside-in { padding-left: 3rem; padding-right: 3rem; } }

@media (max-width: 880px) { .midarea > .inside.cms-line-no-padding > .inside-in .inside.cms-line-padding .inside-in { padding-left: 2rem; padding-right: 2rem; } }

@media (max-width: 540px) { .midarea > .inside.cms-line-no-padding > .inside-in .inside.cms-line-padding .inside-in { padding-left: 2rem; padding-right: 2rem; } }

.line-col { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; min-height: 1px; }

.line-col.last-col { margin-right: 0 !important; }

.line-col.per-100 { width: 100%; float: none; margin-right: 0; }

.line-col.per-12 { -webkit-box-flex: 0; -ms-flex: 0 0  10.07%; flex: 0 0  10.07%; margin-right: 2.777%; }

.line-col.per-16 { -webkit-box-flex: 0; -ms-flex: 0 0  14.352%; flex: 0 0  14.352%; margin-right: 2.777%; }

.line-col.per-20 { -webkit-box-flex: 0; -ms-flex: 0 0  17.778%; flex: 0 0  17.778%; margin-right: 2.777%; }

.line-col.per-25 { -webkit-box-flex: 0; -ms-flex: 0 0  22.917%; flex: 0 0  22.917%; margin-right: 2.777%; }

.line-col.per-33 { -webkit-box-flex: 0; -ms-flex: 0 0  31.482%; flex: 0 0  31.482%; margin-right: 2.777%; }

.line-col.per-50 { -webkit-box-flex: 0; -ms-flex: 0 0  48.611%; flex: 0 0  48.611%; margin-right: 2.777%; }

.line-col.per-30 { -webkit-box-flex: 0; -ms-flex: 0 0  28.0555%; flex: 0 0  28.0555%; margin-right: 2.777%; }

.line-col.per-40 { -webkit-box-flex: 0; -ms-flex: 0 0  38.333%; flex: 0 0  38.333%; margin-right: 2.777%; }

.line-col.per-60 { -webkit-box-flex: 0; -ms-flex: 0 0  58.888%; flex: 0 0  58.888%; margin-right: 2.777%; }

.line-col.per-66 { -webkit-box-flex: 0; -ms-flex: 0 0  65.741%; flex: 0 0  65.741%; margin-right: 2.777%; }

.line-col.per-70 { -webkit-box-flex: 0; -ms-flex: 0 0  69.1675%; flex: 0 0  69.1675%; margin-right: 2.777%; }

.line-col.per-75 { -webkit-box-flex: 0; -ms-flex: 0 0  74.305%; flex: 0 0  74.305%; margin-right: 2.777%; }

.line-col.per-80 { -webkit-box-flex: 0; -ms-flex: 0 0  79.443%; flex: 0 0  79.443%; margin-right: 2.777%; }

.line-col.per-12.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  7.639%; flex: 0 0  7.639%; margin-right: 5.555%; }

.line-col.per-16.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  12.037%; flex: 0 0  12.037%; margin-right: 5.555%; }

.line-col.per-20.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  15.556%; flex: 0 0  15.556%; margin-right: 5.555%; }

.line-col.per-25.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  20.833%; flex: 0 0  20.833%; margin-right: 5.555%; }

.line-col.per-33.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  29.63%; flex: 0 0  29.63%; margin-right: 5.555%; }

.line-col.per-50.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  47.222%; flex: 0 0  47.222%; margin-right: 5.555%; }

.line-col.per-30.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  26.1115%; flex: 0 0  26.1115%; margin-right: 5.555%; }

.line-col.per-40.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  36.667%; flex: 0 0  36.667%; margin-right: 5.555%; }

.line-col.per-60.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  57.778%; flex: 0 0  57.778%; margin-right: 5.555%; }

.line-col.per-66.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  64.815%; flex: 0 0  64.815%; margin-right: 5.555%; }

.line-col.per-70.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  68.3335%; flex: 0 0  68.3335%; margin-right: 5.555%; }

.line-col.per-75.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  73.609%; flex: 0 0  73.609%; margin-right: 5.555%; }

.line-col.per-80.margin-m-60 { -webkit-box-flex: 0; -ms-flex: 0 0  78.889%; flex: 0 0  78.889%; margin-right: 5.555%; }

.line-col.per-12.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  12.5%; flex: 0 0  12.5%; margin-right: 0%; }

.line-col.per-16.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  16.666%; flex: 0 0  16.666%; margin-right: 0%; }

.line-col.per-20.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  20%; flex: 0 0  20%; margin-right: 0%; }

.line-col.per-25.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  25%; flex: 0 0  25%; margin-right: 0%; }

.line-col.per-33.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  33.333%; flex: 0 0  33.333%; margin-right: 0%; }

.line-col.per-50.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  50%; flex: 0 0  50%; margin-right: 0%; }

.line-col.per-30.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  30%; flex: 0 0  30%; margin-right: 0%; }

.line-col.per-40.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  40%; flex: 0 0  40%; margin-right: 0%; }

.line-col.per-60.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  60%; flex: 0 0  60%; margin-right: 0%; }

.line-col.per-66.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  66.666%; flex: 0 0  66.666%; margin-right: 0%; }

.line-col.per-70.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  70%; flex: 0 0  70%; margin-right: 0%; }

.line-col.per-75.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  75%; flex: 0 0  75%; margin-right: 0%; }

.line-col.per-80.margin-m-0 { -webkit-box-flex: 0; -ms-flex: 0 0  80%; flex: 0 0  80%; margin-right: 0%; }

@media (max-width: 880px) { #page .inside .inside-in { display: block; }
  #page .inside .inside-in .line-col { width: auto; margin-right: 0; } }

@media (max-width: 880px) and (min-width: 541px) { #page .footer .inside .inside-in { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #page .footer .inside .inside-in .line-col.per-25 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

@font-face { font-family: ETmodules; font-display: block; src: url(../fonts/modules.eot); src: url(../fonts/modules.eot?#iefix) format("embedded-opentype") url(../fonts/modules.ttf) format("truetype"), url(../fonts/modules.woff) format("woff"), url(../fonts/modules.svg#ETmodules) format("svg"); font-weight: 400; font-style: normal; }

/*



@mixin triangle {

	// https://codepen.io/Probocop/pen/dYMjOd
	content: '';position:absolute;left:0;width:100%;height:24rem;
	clip-path:polygon(0% 0%, 100% 0%, 0% 100%);
	z-index:6;

	@include maxw($break_1400x) {
		height:16rem;
	}

	@include maxw($break_800x) {
		height:10rem;
	}

	@include maxw($break_400x) {
		height:6rem;
	}

}




// left nebo right => kde zacina uzsi
// dycky je to tam, odkad ukrajuju

@mixin grey18Right {
		
	&:before {

		@include triangle;

		top:0;
		background:#181818;
		transform:rotate(180deg) scale(-1);

	}

}

@mixin whiteBottomRight {

	&:after {

		@include triangle;

		bottom:0;
		background:#fff;
		transform:scaleY(-1);margin-bottom:-2px;

	}

}

@mixin whiteTopLeft {

	&:before {

		@include triangle;

		top:0;
		background:#fff;
		transform:scaleY(-1) rotate(180deg);

	}

}

@mixin whiteBottomRighT {

	&:after {

		@include triangle;

		bottom:0;
		background:#fff;
		transform:scaleY(-1);

	}

}

@mixin whiteTopRight {

	&:before {

		@include triangle;

		top:0;
		background:#fff;
		transform:scaleX(-1) scaleY(-1) rotate(180deg);

		@include maxw($break_400x) {
			top:-1px;
		}
	}

}

@mixin greyEFBottomLeft {

	&:after {

		@include triangle;

		bottom:0;
		background:#efefef;
		transform:rotate(180deg);

		@include maxw($break_400x) {
			bottom:-1px;
		}
	}

}

@mixin greyEFTopRight {

	&:before {

		@include triangle;

		top:0;
		background:#efefef;
		//transform: scaleY(-1);

		@include maxw($break_400x) {
			top:-1px;
		}
	}

}

@mixin grey13BottomLeft {

	&:after {

		@include triangle;

		bottom:0;
		background:#131313;
		transform:rotate(180deg);

		@include maxw($break_400x) {
			bottom:-1px;
		}

	}

}

@mixin grey18BottomRight {

	&:after {

		@include triangle;

		bottom:0;
		background:#181818;
		transform:rotate(180deg) scaleX(-1);

		@include maxw($break_400x) {
			bottom:-1px;
		}

	}
	
}



// vysky zlo-boxu

@mixin heightNormal() {

	height:100vh;max-height:140rem;min-height:90rem;

	@content;

	@include maxw($break_1400x) {

		min-height:60rem;

	}

}

@mixin heightBigger() {

//	height:120vh;max-height:140rem;min-height:100rem;

//	@content;

}



// menseni zakladnich odsazeni, at to nesmelime do _base

@include maxw($break_1100x) {

	p, h1, h2, h3, h4, h5, h6 {padding-bottom:space(0.75);}

	ul {margin:0 0 space(0.75) space(0.75);list-style:none;}
	ol {margin:0 0 space(0.75) space(0.75);} 

	table {margin-bottom:space(0.75);}

}

@include maxw($break_800x) {

	p, h1, h2, h3, h4, h5, h6 {padding-bottom:space(0.5);}

	ul {margin:0 0 space(0.5) space(0.5);list-style:none;}
	ol {margin:0 0 space(0.5) space(0.5);} 

	table {margin-bottom:space(0.5);}

}
*/
body, input, textarea, select, button { font: 400 16px/1.7 "Open Sans", Arial, helvetica, sans-serif; color: white; background-color: #091742; }

body .content_wide { margin: 0 auto; widtH: 100%; max-width: 100%; padding: 0; }

body .content_tiny { margin: 0 auto; max-width: 108rem; padding-left: 6rem; -webkit-box-sizing: content-box; box-sizing: content-box; padding: 0 6rem; }

@media (max-width: 1080px) { body .content_tiny { padding-left: 3rem; padding-right: 3rem; } }

@media (max-width: 880px) { body .content_tiny { padding-left: 2rem; padding-right: 2rem; } }

@media (max-width: 540px) { body .content_tiny { padding-left: 2rem; padding-right: 2rem; } }

header { font-family: "Open Sans", Arial, helvetica, sans-serif; position: fixed; top: 0; left: 0; right: 0; z-index: 10100; height: 8rem; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

header .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; max-width: 108rem; margin: 0 auto; padding-top: 0; padding-bottom: 0; }

header .logo { margin-bottom: 0; max-height: 54%; display: inline-block; vertical-align: middle; }

header .logo img { width: 23.2rem; height: auto; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; display: block; }

header .nav { margin: 0 0 0 auto; }

header .nav ul.menu { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

header .nav ul.menu > li { padding: 0 1.3rem; position: relative; font-size: 1.4rem; line-height: 1.5; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

header .nav ul.menu > li > a { -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out; transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(255, 255, 255, 0.6); }

header .nav ul.menu > li > a:hover { color: rgba(255, 255, 255, 0.6); }

header .nav ul.menu > li > a.active { color: #2EA3F2; }

header .nav ul.menu > li.langs { padding-right: 0; font-size: 0; }

header.smaller-scolled { background-color: rgba(10, 4, 4, 0.89); height: 6rem; }

header.smaller-scolled .logo img { width: 15.7rem; }

header .menuico { display: none; padding: 1rem; }

header .menuico-inside { width: 3rem; height: 1.8rem; position: relative; }

header .menuico span { left: 0%; top: 50%; width: 100%; opacity: 1; display: block; height: 3px; background: #2ea3f2; position: absolute; -webkit-transition: 0.25s; transition: 0.25s; }

header .menuico span:nth-child(1) { top: 0%; }

header .menuico span:nth-child(2) { opacity: 0; }

header .menuico span:nth-child(4) { top: 100%; left: auto; right: 0%; }

header .menuico.opened span:nth-child(1) { opacity: 0; }

header .menuico.opened span:nth-child(2) { opacity: 1; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

header .menuico.opened span:nth-child(3) { opacity: 1; top: 50%; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }

header .menuico.opened span:nth-child(4) { opacity: 0; }

@media (max-width: 460px) { header .menuico { right: 1rem; } }

@media (max-width: 460px) { header .menuico-inside { width: 3rem; height: 2rem; } }

@media (max-width: 1080px) { header .logo img { width: 18rem; }
  header .nav ul.menu > li { padding: 0 1rem; } }

@media (max-width: 880px) { header .menuico { display: block; margin-left: auto; }
  header .nav { min-height: calc(100vh - 8rem); top: 8rem; width: 0; overflow: hidden; position: absolute; left: 0; z-index: 29; -webkit-transition: width 0s ease 0.5s; transition: width 0s ease 0.5s; }
  header .nav-inner { width: 100%; max-width: 54rem; min-height: calc(100vh - 8rem); overflow: auto; background: rgba(9, 23, 66, 0.975); -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease; -webkit-transform: translateX(100%); transform: translateX(100%); will-change: transform; max-height: 100%; padding: 0; position: absolute; top: 0; right: 0; z-index: 19; }
  header.opened-mobile .nav { width: 100%; -webkit-transition: width 0s ease 0s; transition: width 0s ease 0s; }
  header.opened-mobile .nav .nav-inner { -webkit-transform: translateX(0); transform: translateX(0); }
  header .nav ul.menu { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; padding: 1.5rem 0; }
  header .nav ul.menu li { padding: 0 3rem; margin: 0; }
  header .nav ul.menu li a { height: auto; display: block; padding: 1rem 0; margin: 0; width: 100%; text-align: left; }
  header .nav ul.menu li a:before { content: none; display: none; }
  header .nav ul.menu li a.active { font-weight: 700; }
  header .nav ul.menu li ul { position: relative; padding: 1rem; }
  header .nav ul.menu li ul li a { border-bottom-width: 0; padding: 0.5rem 0; }
  header .nav ul.menu li ul li a:hover { text-decoration: none; }
  header.smaller-scolled .nav { min-height: calc(100vh - 6rem); top: 6rem; }
  header.smaller-scolled .nav-inner { min-height: calc(100vh - 6rem); background-color: rgba(10, 4, 4, 0.89); } }

footer.footer { color: #5d8093; font-size: 1.2rem; line-height: 2em; padding: 0; background-color: #091742; }

footer.footer a { color: #0074a5; }

footer.footer h3, footer.footer .page-moto:not(.demo-moto) h2, .page-moto:not(.demo-moto) footer.footer h2 { font-weight: 700; font-family: "Rubik", Arial, helvetica, sans-serif; padding-bottom: 1rem; text-transform: uppercase; font-size: 1.2rem; letter-spacing: 1px; line-height: 1.8em; }

footer.footer h3 a, footer.footer .page-moto:not(.demo-moto) h2 a, .page-moto:not(.demo-moto) footer.footer h2 a { color: #5d8093; }

footer.footer .social { display: -webkit-box; display: -ms-flexbox; display: flex; }

footer.footer .social a { font-size: 0; height: 32px; width: 32px; text-decoration: none; text-align: center; opacity: 0.5; margin: 0.5rem 0.5rem 0 0; }

footer.footer .social a.social-fb { background: url(../img/ico-fb.png?v=2) no-repeat 50% 50%; }

footer.footer .social a.social-ig { background: url(../img/ico-ig.png?v=2) no-repeat 50% 50%; }

footer.footer .social a.social-yt { background: url(../img/ico-yt.png?v=2) no-repeat 50% 50%; }

footer.footer .inside { max-width: 192rem; margin: 0 auto; }

footer.footer .line-col.per-25 { padding: 5rem 3rem 1.8rem 3rem; margin: 0; -ms-flex-preferred-size: 25%; flex-basis: 25%; }

footer.footer .line-col.per-25.last-col { border-left: 1px solid #0b3159; }

footer.footer .line-col.per-25.last-col .component-htmltext { color: #22365a; }

@media (max-width: 880px) { footer.footer .line-col.per-25.last-col { border-left-width: 0; } }

@media (max-width: 540px) { footer.footer .component-htmltext { text-align: center; }
  footer.footer .social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  footer.footer .line-col.per-25 { padding-bottom: 0; } }

.page-banner { height: 100vh; min-height: 60rem; max-height: 100rem; padding: 3rem 4rem 10rem 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.page-banner .shipka-down { -webkit-filter: grayscale(0.5); filter: grayscale(0.5); -webkit-transition: -webkit-filter 0.3s ease; transition: -webkit-filter 0.3s ease; transition: filter 0.3s ease; transition: filter 0.3s ease, -webkit-filter 0.3s ease; width: 32px; height: 32px; position: absolute; left: 50%; margin: 12rem 0 0 -1.6rem; border-radius: 16px; background: url(../img/shipka-bottom.png) no-repeat 50% 50%/auto; }

.page-banner .shipka-down:hover { -webkit-filter: grayscale(0); filter: grayscale(0); }

.page-banner-text { position: relative; z-index: 50; }

.page-banner-text .undertitle { font-family: "Rubik", Arial, helvetica, sans-serif; font-size: 2rem; letter-spacing: 4px; font-weight: 300; text-transform: uppercase; line-height: 1; padding-bottom: 1rem; }

.page-banner-background { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; }

.page-banner-background > div { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: transparent none no-repeat 50% 0%/cover; }

.page-banner-background.mobile { display: none; background: transparent none no-repeat 50% 50%/cover; }

@media (max-width: 880px) { .page-banner-text .undertitle { font-size: 1.6rem; padding-bottom: 1.6rem; } }

@media (max-width: 660px) { .page-banner-background.desktop { display: none; }
  .page-banner-background.mobile { display: block; } }

@media (max-width: 660px) { .page-banner { min-height: 0; } }

section { position: relative; }

section:not(.toparea) .inside { position: relative; }

.cmsbutton, .inside button { min-width: 16rem; min-height: 5.1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; color: black; border-radius: 3px; letter-spacing: 1px; font-size: 1.6rem; font-family: "Rubik", Arial, helvetica, sans-serif; font-weight: 500; text-transform: uppercase; background-color: #51bbd1; position: relative; line-height: 1; padding: 0.5rem 4rem 0.5rem 5rem; text-decoration: none; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; vertical-align: middle; line-height: 1; }

.cmsbutton:before, .inside button:before { opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; content: ' '; text-transform: none; text-shadow: none; width: 2rem; height: 1em; vertical-align: middle; margin: 0 1rem 0 -2.2rem; display: inline-block; font-family: "ETmodules"; font-weight: 400; background: url(../img/shipka-right-black.png) no-repeat 50% 50%/auto; }

.cmsbutton.back-button:before, .inside button.back-button:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.cmsbutton:hover, .inside button:hover { background-color: #2d94a9; }

.round-button .cmsbutton, .cmsbutton.round-button, .round-button .inside button, .inside button.round-button { color: white; letter-spacing: 1px; font-style: 1.4rem; font-family: "Rubik", Arial, helvetica, sans-serif; border-color: #699cbc; background-color: rgba(9, 23, 66, 0.17); font-size: 1.4rem; -webkit-box-shadow: 0px 12px 28px -6px rgba(20, 241, 217, 0.24); box-shadow: 0px 12px 28px -6px rgba(20, 241, 217, 0.24); min-height: 5.6rem; border-radius: 2.8rem; }

.round-button .cmsbutton:before, .cmsbutton.round-button:before, .round-button .inside button:before, .inside button.round-button:before { background-image: url(../img/shipka-right-white.png); }

.round-button .cmsbutton:hover, .cmsbutton.round-button:hover, .round-button .inside button:hover, .inside button.round-button:hover { background-color: rgba(9, 23, 66, 0.5); -webkit-box-shadow: 0px 12px 28px -6px rgba(20, 241, 217, 0.35); box-shadow: 0px 12px 28px -6px rgba(20, 241, 217, 0.35); }

.inside button { padding-top: 0.6rem; padding-bottom: 0.4rem; }

.inside button:before { -webkit-transform: translateY(-2px); transform: translateY(-2px); }

.page .background-blue-medium { background: #003d65; }

.page .background-blue-gradient { background-image: -webkit-gradient(linear, left top, left bottom, from(#091742), to(#0074a5)); background-image: linear-gradient(180deg, #091742 0%, #0074a5 100%); background-position: 50% 0; }

.page .background-blue-gradient-top-eagle { background-image: radial-gradient(circle at center, #0074a5 0%, #091742 100%); }

.page .background-blue-gradient-top { background-image: -webkit-gradient(linear, left top, left bottom, from(#091742), to(#0074a5)); background-image: linear-gradient(180deg, #091742 0%, #0074a5 100%); }

.page .background-darkblue { background: #001430; }

.page .background-blue-eagle { background: #091742 none no-repeat 50% 100%/auto; background-image: -webkit-gradient(linear, left top, left bottom, from(#091742), color-stop(52%, rgba(0, 0, 0, 0))), url(../img/m8-eagle-bg.jpg); background-image: linear-gradient(180deg, #091742 0%, rgba(0, 0, 0, 0) 52%), url(../img/m8-eagle-bg.jpg); }

.page .background-aircraft-system { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 23, 66, 0.77)), to(rgba(0, 116, 165, 0.94))), url(../img/bg-aircraft-system.jpg); background-image: linear-gradient(180deg, rgba(9, 23, 66, 0.77) 0%, rgba(0, 116, 165, 0.94) 100%), url(../img/bg-aircraft-system.jpg); }

.page .background-blue-gradient-medium { background-image: -webkit-gradient(linear, left top, left bottom, from(#003b70), to(#002a54)); background-image: linear-gradient(180deg, #003b70 0%, #002a54 100%); }

.page .background-blue-gradient-medium-about { background-image: -webkit-gradient(linear, left top, left bottom, from(#052d5b), to(#023454)); background-image: linear-gradient(180deg, #052d5b 0%, #023454 100%); }

.page .background-lightblue { background-image: radial-gradient(circle at center, #ffffff 0%, #7da5c4 100%); }

.page .background-blue-pilots { background: transparent none no-repeat 50% 50%/cover; background-blend-mode: multiply; background-image: url(../img/bg-pilots.png), -webkit-gradient(linear, left top, left bottom, from(#091742), to(#0074a5)); background-image: url(../img/bg-pilots.png), linear-gradient(180deg, #091742 0%, #0074a5 100%); }

.page .background-blue-world { background: transparent none no-repeat 50% 0%/contain; background-blend-mode: multiply; background-image: url(../img/bg-world-map-2.png), -webkit-gradient(linear, left top, left bottom, from(#091742), to(#0074a5)); background-image: url(../img/bg-world-map-2.png), linear-gradient(180deg, #091742 0%, #0074a5 100%); }

.page .color-light-blue { color: #699cbc; }

.page .color-gray, .page .color-grey, .page .page-moto.demo-moto strong, .page-moto.demo-moto .page strong { color: rgba(255, 255, 255, 0.48); }

.page .color-white { color: white; }

body h1 { font-family: "Montserrat", Arial, helvetica, sans-serif; font-size: 12rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 100; line-height: 1; padding-bottom: 4rem; }

body h2 { font-family: "Montserrat", Arial, helvetica, sans-serif; font-size: 8.0rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 200; line-height: 1; padding-bottom: 7rem; }

body h3, body .page-moto:not(.demo-moto) h2, .page-moto:not(.demo-moto) body h2 { font-family: "Rubik", Arial, helvetica, sans-serif; font-size: 4.4rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; line-height: 1.15; }

body h4 { font-family: "Rubik", Arial, helvetica, sans-serif; font-size: 3.0rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; line-height: 1.25; }

body h5, body .page-moto > p > strong { font-family: "Rubik", Arial, helvetica, sans-serif; font-size: 1.4rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 500; padding-bottom: 1.5rem; color: rgba(255, 255, 255, 0.48); }

body hr { display: block; padding: 0 0 3rem; border: 0; height: 0; border-top: 4px solid #699cbc; max-width: 8rem; }

body table { border-bottom: 1px solid #eee; width: 100%; font-size: 1.4rem; }

body table th, body table td { border-top: 1px solid #eee; padding: 0.8rem 2rem 0.9rem; }

body section ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

body section ul li { position: relative; width: 100%; }

body section ul li:before { content: '•'; margin-left: -1.5rem; position: absolute; }

body .thin-heading > * { font-family: "Montserrat", Arial, helvetica, sans-serif; font-weight: 100; color: white; }

@media (max-width: 880px) { body h1 { font-size: 9rem; }
  body h2 { font-size: 6rem; }
  body table { margin-bottom: 5rem; } }

@media (max-width: 460px) { body h1 { font-size: 5rem; }
  body h2 { font-size: 4rem; }
  body h3, body .page-moto:not(.demo-moto) h2, .page-moto:not(.demo-moto) body h2 { font-size: 3rem; } }

.big-evil-shipka { background: transparent none no-repeat 50% 100%; position: absolute; width: 100%; left: 0; right: 0; z-index: 1; -webkit-transform: scale(1, 1.01); transform: scale(1, 1.01); bottom: 0; margin-bottom: -1px; height: 1em; background-size: 100% 10vw; font-size: 10vw; }

.toparea .big-evil-shipka { z-index: 30; }

.big-evil-shipka.transparent-to-blue { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzA5MTc0MiI+PHBhdGggZD0iTTY0MCAxMzlMMCAwdjE0MGgxMjgwVjBMNjQwIDEzOXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNjQwIDEzOUwwIDQydjk4aDEyODBWNDJsLTY0MCA5N3oiLz48L2c+PC9zdmc+); }

.big-evil-shipka.transparent-to-blue-single { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2dnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDkxNzQyIj48cGF0aCBkPSJNNjQwIDEzOUwwIDB2MTQwaDEyODBWMEw2NDAgMTM5eiIvPjwvZz48L3N2Zz4=); }

.big-evil-shipka.transparent-to-darkblue { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzAwMTQzMCI+PHBhdGggZD0iTTY0MCAxMzlMMCAwdjE0MGgxMjgwVjBMNjQwIDEzOXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNjQwIDEzOUwwIDQydjk4aDEyODBWNDJsLTY0MCA5N3oiLz48L2c+PC9zdmc+); z-index: 30; }

.big-evil-shipka.transparent-to-darkblue-single { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4dnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAxNDMwIj48cGF0aCBkPSJNNjQwIDEzOUwwIDB2MTQwaDEyODBWMEw2NDAgMTM5eiIvPjwvZz48L3N2Zz4=); z-index: 30; }

.big-evil-shipka.azure-to-transparent { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4dnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDA3NGE1Ij48cGF0aCBkPSJNNjQwIDE0MEwxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNjQwIDk4bDY0MC05OEgweiIvPjwvZz48L3N2Zz4=); z-index: 10; bottom: auto; top: 0; margin: -1px 0 0 0; }

.big-evil-shipka.azure-to-transparent-single { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2dnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDA3NGE1Ij48cGF0aCBkPSJNNjQwIDE0MEwxMjgwIDBIMHoiLz48L2c+PC9zdmc+); z-index: 10; bottom: auto; top: 0; margin: -1px 0 0 0; }

.big-evil-shipka.darkblue-to-transparent-single { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4dnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAxNDMwIj48cGF0aCBkPSJNNjQwIDE0MEwxMjgwIDBIMHoiLz48L2c+PC9zdmc+); bottom: auto; top: 0; margin: -1px 0 0 0; z-index: 30; }

.big-evil-shipka.transparent-to-mediumblue { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4dnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDUyZDViIj48cGF0aCBkPSJNNjQwIDEzOUwwIDB2MTQwaDEyODBWMEw2NDAgMTM5eiIvPjwvZz48L3N2Zz4=); }

.big-evil-shipka.azure-to-transparent-about { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzAwNzRhNSI+PHBhdGggZD0iTTY0MCAxNDBMMTI4MCAwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCA5OGw2NDAtOThIMHoiLz48L2c+PC9zdmc+); bottom: auto; top: 0; }

.big-evil-shipka.hgt-8 { background-size: 100% 8vw; font-size: 8vw; }

.big-evil-shipka.hgt-6 { background-size: 100% 6vw; font-size: 6vw; }

.big-evil-shipka + .big-evil-space-yes { height: 10vw; }

.big-evil-shipka.hgt-8 + .big-evil-space-yes { height: 8vw; }

.big-evil-shipka.hgt-6 + .big-evil-space-yes { height: 6vw; }

@media (min-width: 2391px) { .big-evil-shipka { background-size: 100% 7.5vw; font-size: 7.5vw; }
  .big-evil-shipka.hgt-8 { background-size: 100% 6vw; font-size: 6vw; }
  .big-evil-shipka.hgt-6 { background-size: 100% 4.5vw; font-size: 4.5vw; }
  .big-evil-shipka + .big-evil-space-yes { height: 7.5vw; }
  .big-evil-shipka.hgt-8 + .big-evil-space-yes { height: 6vw; }
  .big-evil-shipka.hgt-6 + .big-evil-space-yes { height: 4.5vw; } }

.component-htmltext + .component-big-evil-shipka { margin-top: -3rem; }

.component:not(.component-big-evil-shipka):not(.component-slider) { z-index: 20; position: relative; }

.component-line hr, .page-moto hr { border-top: 2px solid #387c91; margin: 0; padding: 0; }

.component-line.centered-line hr, .page-moto.centered-line hr { margin: 0 auto; }

.page-moto hr { margin: 2.5rem auto 5.5rem; }

@media (min-width: 461px) { .component-line hr, .page-moto hr { max-width: 26rem; } }

.component-line.margin-0, .page-moto.margin-0 { margin: 0; }

.component-line.margin-4, .page-moto.margin-4 { margin: 4rem 0; }

.component-line.margin-6, .page-moto.margin-6 { margin: 6rem 0; }

.component-line.margin-9, .page-moto.margin-9 { margin: 9rem 0; }

.page-moto { margin: 0 auto; }

.page-moto.shorter-moto { max-width: 80rem; }

.page-moto.shorter-moto h2 { padding-bottom: 2rem; }

.page-moto.shorter-moto p + hr { margin-top: 1rem; margin-bottom: 8rem; }

.page-moto.shortest-moto { max-width: 56rem; color: white; }

.page-moto.demo-moto p + h2 { margin-top: -1rem; }

.page-moto h5, .page-moto > p > strong { color: #53819b; }

.page-moto > p > strong { color: #53819b; padding: 0; margin: 0; }

.page-moto h2 + p, .page-moto h3 + p, .page-moto:not(.demo-moto) h2 + p { margin-top: -1.5rem; }

.page-moto p + h2, .page-moto p + h3, .page-moto:not(.demo-moto) p + h2 { margin-top: -1.5rem; }

.page-moto ul { font-size: 1.8rem; line-height: 2em; margin-left: 1.8rem; }

@media (max-width: 460px) { .page-moto p { font-size: 1.4rem; }
  .page-moto ul { font-size: 1.6rem; } }

.toparea .page-moto { text-align: center; padding: calc(8vh + 8rem) 2rem 18vh 2rem; }

.toparea .page-moto.about-moto { padding-bottom: 0; }

.toparea .page-moto h1 { padding-bottom: 0; }

.toparea .page-moto h1 + * { padding-top: 1rem; }

.toparea .page-moto > :last-child { padding-bottom: 0; }

.toparea .page-moto h5, .toparea .page-moto > p > strong { color: rgba(255, 255, 255, 0.48); }

@media (min-width: 2391px) { .toparea .page-moto { padding: calc(6vh + 8rem) 0 14vh; } }

@media (max-width: 660px) { .toparea .page-moto.about-moto { padding-bottom: 8vh; } }

.component-cargo-drone { padding-top: 15vh; padding-bottom: 15vh; position: relative; background: transparent none no-repeat 50% 50%/cover; background-image: radial-gradient(circle at center, #ffffff 0%, #7da5c4 100%); }

@media (min-width: 2391px) { .component-cargo-drone { padding-top: 20vh; padding-bottom: 10vh; } }

.component-cargo-drone .cargo-parallax { overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../img/cargo-drone.png) no-repeat 50% 50%/cover; background-attachment: fixed; }

@media (max-width: 540px) { .component-cargo-drone .cargo-parallax { background-size: 150% auto; } }

.component-cargo-drone .cargo-content { margin: 8rem auto 0 auto; padding: 3rem 0; width: 80%; position: relative; max-width: 108rem; text-align: center; }

.component-cargo-drone .cargo-heading { font-family: "Montserrat", Arial, helvetica, sans-serif; font-weight: 100; font-size: 17rem; color: #335c84; letter-spacing: 1px; text-transform: uppercase; line-height: 1; padding-bottom: 3rem; }

.component-cargo-drone .cargo-text { color: black; font-weight: 500; }

.component-cargo-drone + .component-big-evil-shipka > .big-evil-shipka { z-index: 30; }

@media (max-width: 1080px) { .component-cargo-drone .cargo-heading { font-size: 12rem; } }

@media (max-width: 880px) { .component-cargo-drone .cargo-heading { font-size: 8rem; } }

@media (max-width: 660px) { .component-cargo-drone .cargo-heading { font-size: 6rem; } }

.tablet .component-cargo-drone, .mobile .component-cargo-drone { background-image: radial-gradient(circle at center, #ffffff 0%, #7da5c4 100%); }

.user-space { height: 1em; }

.user-space.hgt-5 { font-size: 0.5rem; }

.user-space.hgt-10 { font-size: 1rem; }

.user-space.hgt-15 { font-size: 1.5rem; }

.user-space.hgt-20 { font-size: 2rem; }

.user-space.hgt-30 { font-size: 3rem; }

.user-space.hgt-40 { font-size: 4rem; }

.user-space.hgt-45 { font-size: 4.5rem; }

.user-space.hgt-50 { font-size: 5rem; }

.user-space.hgt-55 { font-size: 5.5rem; }

.user-space.hgt-60 { font-size: 6rem; }

.user-space.hgt-70 { font-size: 7rem; }

.user-space.hgt-80 { font-size: 8rem; }

.user-space.hgt-90 { font-size: 9rem; }

.user-space.hgt-100 { font-size: 10rem; }

.user-space.hgt-110 { font-size: 11rem; }

.user-space.hgt-120 { font-size: 12rem; }

.user-space.hgt-130 { font-size: 13rem; }

@media (max-width: 880px) { .user-space { height: 0.5em; }
  .user-space + .user-space { display: none; } }

.helios-slider { overflow: hidden; position: relative; min-height: 35rem; max-height: 160rem; }

.helios-slider .resizer-auto { display: block; margin: 0; width: 100%; }

.helios-slider .resizer-auto.mobile { display: none; }

@media (max-width: 660px) { .helios-slider .resizer-auto.desktop { display: none; }
  .helios-slider .resizer-auto.mobile { display: block; } }

.helios-slider:not(.inited) .inner .item:not(:first-child) { display: none !important; }

.helios-slider .inner { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; }

.helios-slider .inner .item { overflow: hidden; width: 100%; height: 100%; position: relative; }

.helios-slider .inner .item_image { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: transparent none no-repeat 50% 50%/cover; }

.helios-slider .slider-shipka { color: white; left: -22px; position: absolute; top: 50%; z-index: 100; font-size: 0; width: 4.8rem; height: 4.8rem; display: block; color: #fff; margin-top: -24px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity: 0; text-decoration: none; }

.helios-slider .slider-shipka.shipka-right { right: -22px; left: auto; }

.helios-slider .slider-shipka::before { font-size: 4.8rem; content: "4"; font-family: "ETmodules"; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; text-shadow: 0 0; }

.helios-slider .slider-shipka.shipka-right::before { content: "5"; }

.helios-slider:hover .slider-shipka { opacity: 1; left: 2.2rem; }

.helios-slider:hover .slider-shipka.shipka-right { left: auto; right: 2.2rem; }

.slider-fake-nav { position: absolute; z-index: 50; left: 50%; bottom: 4rem; -webkit-transform: translateX(-50%); transform: translateX(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; }

.slider-fake-nav a { width: 1.1rem; height: 1.1rem; border-radius: 50%; background: white; margin: 0 0.8rem; position: relative; opacity: 0.5; }

.slider-fake-nav a:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2.6rem; height: 2.6rem; z-index: -1; border-radius: 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.slider-fake-nav a.active { opacity: 1; }

.evil-ico { text-align: center; display: block; margin: 0 auto; font-family: "ETmodules"; font-weight: 400; -webkit-font-feature-settings: normal; font-feature-settings: normal; font-variant: normal; text-transform: none; line-height: 1; background: transparent none no-repeat 50% 50%/auto; width: 7rem; height: 1em; margin: 0 auto 4rem auto; font-size: 63px; }

.evil-ico.margin-0 { margin-bottom: 0; }

.evil-ico.margin-2 { margin-bottom: 2rem; }

.evil-ico.margin-6 { margin-bottom: 6rem; }

.evil-ico.vrtule { background-image: url(../img/ico-vrtule.png); }

.evil-ico.services { font-size: 47px; background-image: url(../img/ico-services.png); }

.evil-ico.key { font-size: 47px; background-image: url(../img/ico-key.png); }

.evil-ico.zarovka { font-size: 47px; background-image: url(../img/ico-zarovka.png); }

.evil-ico.home { font-size: 25px; background-image: url(../img/ico-home.png); }

.evil-ico.mail { font-size: 25px; background-image: url(../img/ico-mail.png); }

.evil-ico.contact { font-size: 25px; background-image: url(../img/ico-contact.png); }

.component-htmltext-leftimage { overflow: hidden; }

.component-htmltext-leftimage img { display: inline-block; margin: 0; }

.component-htmltext-leftimage img.float-left { float: left; margin: 0 3rem 0 0; max-width: 50%; }

.component-htmltext-leftimage img.float-right { float: right; margin: 0 0 0 3rem; max-width: 50%; }

.component-htmltext-leftimage img.float-center { display: block; margin: 0 auto; }

.component-htmltext-leftimage.floated-text .blok { overflow: hidden; }

.component-htmltext-leftimage.round-image img { border-radius: 50%; }

.component-htmltext-leftimage.shorter-component { max-width: 76rem; margin: 0 auto; }

@media (max-width: 460px) { .component-htmltext-leftimage img.float-left { float: none; margin: 0 0 3rem 0; max-width: 75%; }
  .component-htmltext-leftimage img.float-right { float: none; margin: 0 0 3rem; max-width: 75%; } }

[class*="component-htmltext"]:not(.disable-overflow) { overflow: hidden; }

[class*="component-htmltext"] > div.scrollable-table { overflow-y: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; max-width: 100%; }

[class*="component-htmltext"] a { color: #2ea3f2; text-decoration: none; }

[class*="component-htmltext"] a:hover { text-decoration: underline; }

[class*="component-htmltext"] a.color-white { text-decoration: underline; }

[class*="component-htmltext"] a.color-white:hover { text-decoration: none; }

.about-logos img { max-width: 20rem; }

@media (max-width: 880px) { .about-logos .line-col:not(.last-col) { padding-bottom: 3rem; } }

form.adv { position: relative; margin: 0 auto; max-width: 66rem; }

form.adv .buttons .field-required, form.adv s .form-item.line, form.adv .hint, form.adv .buttons button, form.adv .errdiv, form.adv .reqinfo, form.adv .advlegal { display: none; }

form.adv label { display: none; }

form.adv .errdiv { color: #c23d3d; padding: 1rem 0 1rem 1.6rem; font-size: 1.4rem; }

form.adv input.text, form.adv textarea, form.adv select { font-size: 1.4rem; display: block; width: 100%; background: #335c84; border: 1px solid transparent; height: 5.1rem; padding: 0.8rem 1.6rem; border-radius: 5px; color: white; }

form.adv textarea { resize: vertical; max-height: 40rem !important; height: 14rem; min-height: 6.8rem; }

form.adv .form-col { width: 100%; }

@media (min-width: 541px) { form.adv .form-row { display: -webkit-box; display: -ms-flexbox; display: flex; }
  form.adv .form-col.col-50 { width: 50%; padding-right: 0.8rem; }
  form.adv .form-col.col-50 + .col-50 { padding: 0 0 0 0.8rem; } }

form.adv .form-item { padding-bottom: 1.6rem; position: relative; }

form.adv .buttons { text-align: right; }

@media (max-width: 880px) { form.adv .buttons { text-align: center; padding-bottom: 3rem; } }

@media (max-width: 350px) { form.adv input.text, form.adv textarea { font-size: 1.6rem; } }

form.adv#newsletter { min-height: 12rem; padding: 0.6rem 2.5rem 3.4rem 2.5rem; }

form.adv#newsletter label { display: none; }

form.adv#newsletter input { color: #263f6b; border-color: #072753; background-color: transparent; height: 4.5rem; }

form.adv#newsletter input::-webkit-input-placeholder { color: #263f6b; }

form.adv#newsletter input:-ms-input-placeholder { color: #263f6b; }

form.adv#newsletter input::-ms-input-placeholder { color: #263f6b; }

form.adv#newsletter input::placeholder { color: #263f6b; }

form.adv#newsletter button { padding-left: 2rem; padding-right: 2rem; min-height: 4.5rem; color: #525c7a; font-size: 12px; background-color: #072753; font-weight: 700; width: 100%; }

form.adv#newsletter button:before { content: none; }

form.adv#newsletter button:hover { background-color: #0b3d82; color: black; }

form.adv#newsletter .form-item { padding-bottom: 3rem; }

@media (max-width: 880px) { form.adv#newsletter { padding-left: 0; padding-right: 0; } }

@media (max-width: 540px) { form.adv#newsletter { max-width: 80%; margin: 0 auto; } }

form#contact textarea, form#contact input.text { background-color: #eeeeee; color: #7b7b7b; }

form#contact textarea::-webkit-input-placeholder, form#contact input::-webkit-input-placeholder { color: #7b7b7b; }

form#contact textarea:-ms-input-placeholder, form#contact input:-ms-input-placeholder { color: #7b7b7b; }

form#contact textarea::-ms-input-placeholder, form#contact input::-ms-input-placeholder { color: #7b7b7b; }

form#contact textarea::placeholder, form#contact input::placeholder { color: #7b7b7b; }

form#contact textarea:-ms-input-placeholder, form#contact input:-ms-input-placeholder { color: #7b7b7b; }

@media (max-width: 660px) { form#contact .buttons { text-align: center; } }

.loading, .loading-mask { width: 100%; height: 100%; z-index: 1000; position: absolute; top: 0; left: 0; display: none; }

.loading span, .loading-mask span { width: 100%; height: 100%; max-height: 100vh; position: -webkit-sticky; position: sticky; top: 0; left: 0; display: block; background: rgba(9, 23, 66, 0.75); }

@-webkit-keyframes lds-ring { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes lds-ring { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.loading .lds-ring, .loading-mask .lds-ring { display: inline-block; position: absolute; width: 80px; height: 80px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.loading .lds-ring div, .loading-mask .lds-ring div { border: 8px solid transparent; border-color: #0074a5 transparent transparent transparent; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border-radius: 50%; -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; }

.loading .lds-ring div:nth-child(1), .loading-mask .lds-ring div:nth-child(1) { -webkit-animation-delay: -0.45s; animation-delay: -0.45s; }

.loading .lds-ring div:nth-child(2), .loading-mask .lds-ring div:nth-child(2) { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }

.loading .lds-ring div:nth-child(3), .loading-mask .lds-ring div:nth-child(3) { -webkit-animation-delay: -0.15s; animation-delay: -0.15s; }

.background-darkblue .loading span, .background-darkblue .loading-mask span { background: rgba(0, 20, 48, 0.75); }

.work-benefits { position: relative; max-width: 149.2rem; margin: 0 auto; padding: 20rem 16rem 20rem; }

.work-benefits-title { padding-left: 3rem; padding-right: 3rem; text-align: center; }

@-webkit-keyframes spinner_vXu6 { 0% { r: 0;
    opacity: 1; }
  100% { r: 11px;
    opacity: 0; } }

@keyframes spinner_vXu6 { 0% { r: 0;
    opacity: 1; }
  100% { r: 11px;
    opacity: 0; } }

.work-benefits .box-pulse .spinner_VpEe { -webkit-animation: spinner_vXu6 2.4s cubic-bezier(0.52, 0.6, 0.25, 0.99) infinite; animation: spinner_vXu6 2.4s cubic-bezier(0.52, 0.6, 0.25, 0.99) infinite; }

.work-benefits .box-pulse .spinner_eahp { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

.work-benefits .box-pulse .spinner_f7Y2 { -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }

.work-benefits .plane { margin: 0; padding: 0; position: relative; }

.work-benefits .plane img { display: block; width: 100%; max-width: 117.2rem; }

@media (min-width: 661px) { .work-benefits .box { position: absolute; z-index: 2; width: 26rem; font-size: 1.4rem; font-weight: 100; color: white; line-height: 1.45; text-align: center; }
  .work-benefits .box .box-pulse { margin: 0 auto; display: block; width: 60px; height: 60px; }
  .work-benefits .box .box-pulse:first-child { margin-bottom: 2.4rem; }
  .work-benefits .box .box-pulse:last-child { margin-top: 2.4rem; }
  .work-benefits .box .box-pulse.pulse-up-left { margin: 0; position: absolute; z-index: 2; top: -5.4rem; left: -6rem; }
  .work-benefits .box .box-pulse.pulse-down-left { margin: 0; position: absolute; z-index: 2; bottom: -5.4rem; left: -6rem; }
  .work-benefits .box .box-dot { width: 4px; height: 4px; border-radius: 50%; background-color: white; position: absolute; left: 50%; bottom: 2.6rem; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; opacity: 0; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }
  .work-benefits .box .box-dot.dot-top { bottom: auto; top: 3rem; }
  .work-benefits .box .box-dot.dot-up-left { bottom: auto; left: -3rem; top: -2.4rem; }
  .work-benefits .box .box-dot.dot-down-left { left: -3rem; bottom: -2.8rem; }
  .work-benefits .box .box-text { padding: 2.2rem 2.2rem 1.7rem; background: #062b57; margin: 0; position: relative; -webkit-transition: background 0.5s ease-out; transition: background 0.5s ease-out; border: 1px solid #003d65; }
  .work-benefits .box .box-text-title { text-transform: uppercase; letter-spacing: 0.05em; padding-bottom: 0.5rem; }
  .work-benefits .box .box-text-descr { height: 0; overflow: hidden; }
  .work-benefits .box .box-text-descr-inner { padding: 1px 0 0.5rem; }
  .work-benefits .box .box-shipka { position: absolute; top: 100%; left: 50%; width: 37px; height: 15px; margin-left: -17.5px; margin-toP: -2px; }
  .work-benefits .box .box-shipka svg { display: block; height: 100%; width: 100%; }
  .work-benefits .box .box-shipka svg path { fill: #062b57; -webkit-transition: fill 0.5s ease-out; transition: fill 0.5s ease-out; }
  .work-benefits .box .box-shipka.shipka-up { top: -13px; }
  .work-benefits .box .box-shipka.shipka-up-left { top: -20px; left: -4px; width: 48px; height: 48px; }
  .work-benefits .box .box-shipka.shipka-down-left { bottom: -20px; left: -4px; width: 48px; height: 48px; top: auto; }
  .work-benefits .box.box-1 { left: 0; bottom: 79%; }
  .work-benefits .box.box-2 { right: 15%; bottom: 79%; }
  .work-benefits .box.box-3 { right: 1%; bottom: 69%; max-width: 22rem; text-align: left; }
  .work-benefits .box.box-4 { left: 0; top: 41%; max-width: 20rem; }
  .work-benefits .box.box-5 { left: 25%; top: 53%; max-width: 20rem; }
  .work-benefits .box.box-6 { left: 57.5%; top: 61%; }
  .work-benefits .box.box-7 { right: -14rem; top: 64%; text-align: left; }
  .work-benefits .box.active .box-text { background: #016191; }
  .work-benefits .box.active .box-shipka svg path { fill: #016191; }
  .work-benefits .box.active .box-dot { opacity: 1; } }

@media (min-width: 661px) and (max-width: 1220px) { .work-benefits { padding-left: 6rem; padding-right: 6rem; }
  .work-benefits .box.box-6 { left: 50%; }
  .work-benefits .box.box-7 { right: -4rem; } }

@media (min-width: 661px) and (max-width: 1080px) { .work-benefits { padding-left: 4rem; padding-right: 4rem; }
  .work-benefits .box { max-width: 20rem; font-size: 1.3rem; }
  .work-benefits .box .box-pulse:first-child { margin-bottom: 1.6rem; }
  .work-benefits .box .box-pulse:last-child { margin-top: 1.6rem; }
  .work-benefits .box .box-text { padding: 1.5rem 1.5rem 1rem; }
  .work-benefits .box.box-1 { left: -2rem; }
  .work-benefits .box.box-3 { max-width: 14rem; }
  .work-benefits .box.box-4 { left: -2rem; max-width: 16rem; }
  .work-benefits .box.box-5 { max-width: 16rem; }
  .work-benefits .box.box-6 { left: 50%; }
  .work-benefits .box.box-7 { right: -2rem; } }

@media (min-width: 661px) and (max-width: 880px) { .work-benefits .box.box-1 { left: -3.5rem; }
  .work-benefits .box.box-3 { right: -2rem; }
  .work-benefits .box.box-4 { top: 35%; } }

@media (max-width: 660px) { .work-benefits { padding: 2rem 0; }
  .work-benefits .plane img { margin: 0rem 4rem 6rem; width: calc(100% - 8rem); }
  .work-benefits .box { position: relative; background: url(../img/benefits/shipka-mobile.svg) no-repeat 50% 100%/100% 10vw; margin-bottom: 4rem; padding-bottom: 10vw; }
  .work-benefits .box svg { width: 100%; height: 6rem; }
  .work-benefits .box .box-shipka, .work-benefits .box .box-pulse { display: none; }
  .work-benefits .box .box-text { text-align: center; padding: 0 3rem 3rem 3rem; margin: 0 auto; max-width: 40rem; }
  .work-benefits .box .box-text-title { padding: 0 0 1rem 0; text-transform: uppercase; letter-spacing: 0.1em; }
  .work-benefits .box .box-text-descr { color: #A1DFFF; line-height: 1.4; }
  .work-benefits .box:last-child { background: none; padding-bottom: 0; } }

.jobs-list { margin: 0 auto 0; max-width: 60rem; }

.jobs-list-title { font-size: 143.75%; font-weight: 700; padding-bottom: 3rem; text-transform: uppercase; line-height: 1.35; }

.jobs-list a { color: white; line-height: 1.35; width: 100%; display: block; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 50px; padding: 1rem 4rem 1rem 2rem; border-bottom: 1px solid white; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background: url(../img/shipka-right-white-simple.png) no-repeat calc(100% - 20px) 50%; }

.jobs-list a:first-child { border-top: 1px solid white; }

.jobs-list a:hover { color: #9bbfe8; }

@media (max-width: 660px) { .jobs-list { margin-bottom: 4rem; } }

@media (max-width: 460px) { .jobs-list a { padding-left: 1rem; padding-right: 3rem; background-position-x: calc(100% - 10px); } }

.jobs-detail { margin: 0 auto; max-width: 60rem; }

.jobs-detail-title { font-size: 143.75%; font-weight: 700; padding-bottom: 3rem; text-transform: uppercase; line-height: 1.35; }

.jobs-detail-item .item-title { font-size: 112.5%; font-weight: 700; padding-bottom: 2rem; }

html.editor header { position: absolute; }

html.editor body { padding-top: 8rem; }

html.editor .big-evil-shipka.hgt-6 + .big-evil-space-no { height: 6vw; }

html.editor .big-evil-shipka.hgt-8 + .big-evil-space-no { height: 8vw; }

html.editor .big-evil-shipka.hgt-10 + .big-evil-space-no { height: 10vw; }

body .page-banner h1, body .page-banner .undertitle { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; -webkit-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s; transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s; }

body .page-banner h1 { -webkit-transition-delay: 1s; transition-delay: 1s; }

body .page-banner .shipka-down, body .page-banner .cmsbutton { opacity: 0; }

body .page-banner.animation-inited .undertitle, body .page-banner.animation-inited h1 { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }

body .page-banner.animation-inited .cmsbutton { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body .page-banner.animation-inited .shipka-down { -webkit-animation-name: fadeBottom; animation-name: fadeBottom; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body .evil-ico { -webkit-transition: all 1s ease; transition: all 1s ease; opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }

body .evil-ico.animation-inited { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }

body#letadylka .new-evil-cookies { font-family: "Open Sans", Arial, helvetica, sans-serif; font-size: 1.4rem; background-color: rgba(9, 17, 42, 0.975); }

body#letadylka .cookie-buttons .cookie-button.green-button { font-family: "Rubik", Arial, helvetica, sans-serif; background-color: #51bbd1; color: black; font-weight: 500; font-size: 1.6rem; height: 3.0em; min-width: 12em; border-radius: 3px; font-family: "Rubik", Arial, helvetica, sans-serif; letter-spacing: 1px; padding-left: 1.875em; padding-right: 1.875em; }

body#letadylka .cookie-buttons .cookie-button.green-button:hover { background-color: #2d94a9; }

body#letadylka .new-evil-cookies-advanced .cookie-buttons-left { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

body#letadylka .new-evil-cookies-advanced .cookie-settings { display: none; }

body#letadylka .new-evil-cookies-advanced .cookie-text-columns .cookie-tabs li { font-size: 1.6rem; }

@media (min-width: 661px) { body#letadylka .new-evil-cookies-advanced .cookie-text-columns .cookie-tabs li a:hover, body#letadylka .new-evil-cookies-advanced .cookie-text-columns .cookie-tabs li a.active { background-color: #1d3375; } }

@media (max-width: 660px) { body#letadylka .new-evil-cookies-advanced .cookie-text-columns .cookie-tabs li a:hover:after, body#letadylka .new-evil-cookies-advanced .cookie-text-columns .cookie-tabs li a.active:after { background-color: #1d3375; } }

body#letadylka .new-evil-cookies-advanced .cookie-checkbox input + span { background-color: #1d3375; }

body#letadylka .new-evil-cookies-advanced .cookie-checkbox input + span::after { background: #000; }

body#letadylka .new-evil-cookies-advanced .cookie-checkbox input:checked + span::after { background: #51bbd1; }
/*# sourceMappingURL=letadylka.css.map */