html {
    /* 	-webkit-font-smoothing: antialiased; */
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/* Elements */
* {
    margin: 0;
    padding: 0;
}

HTML {
    height: 100%;
}

TABLE {
    border-spacing: 0;
    border-collapse: collapse;
}

TD, TH {
    vertical-align: top;
    text-align: left;
}

IMG, FIELDSET {
    border: none;
}

IMG {
    max-width: 100%;
    height: auto;
}

A {
    text-decoration: none;
    color: #0173c1;
}

A:hover {
    color: #013e83;
}

UL, UL LI {
    list-style-type: none;
}

EM {
    font-style: normal;
}

/* fonts */
@font-face {
    font-family: 'circe-regular';
    src: url('../fonts/circe-webfont.eot');
    src: url('../fonts/circe-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/circe-webfont.woff2') format('woff2'),
    url('../fonts/circe-webfont.woff') format('woff'),
    url('../fonts/circe-webfont.ttf') format('truetype'),
    url('../fonts/circe-webfont.svg#circe-extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'circe-lightregular';
    src: url('../fonts/circe-light-webfont.eot');
    src: url('../fonts/circe-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/circe-light-webfont.woff2') format('woff2'),
    url('../fonts/circe-light-webfont.woff') format('woff'),
    url('../fonts/circe-light-webfont.ttf') format('truetype'),
    url('../fonts/circe-light-webfont.svg#circe-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'circe-extralightregular';
    src: url('../fonts/circe-extralight-webfont.eot');
    src: url('../fonts/circe-extralight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/circe-extralight-webfont.woff2') format('woff2'),
    url('../fonts/circe-extralight-webfont.woff') format('woff'),
    url('../fonts/circe-extralight-webfont.ttf') format('truetype'),
    url('../fonts/circe-extralight-webfont.svg#circe-extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrultralight';
    src: url('../fonts/helveticaneuecyr-ultralight-webfont.eot');
    src: url('../fonts/helveticaneuecyr-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-ultralight-webfont.woff2') format('woff2'),
    url('../fonts/helveticaneuecyr-ultralight-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-ultralight-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-ultralight-webfont.svg#helveticaneuecyrultralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('../fonts/helveticaneuecyr-light-webfont.eot');
    src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
    url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear:after {
    content: ' ';
    display: block;
    clear: both;
}

body {
    height: 100%;
    width: 100%;
    background: #fff;
    color: #32404c;
    font: 18px 'helveticaneuecyrultralight', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    min-width: 1220px;
}

p  {
    line-height: 1.5em;
    letter-spacing: 0.3px;
    font-family: 'helveticaneuecyrlight', sans-serif;
}

h1 {
    font-family: 'circe-lightregular', sans-serif;
    font-size: 100px;
    text-align: center;
    font-weight: 100;
}

h2 {
    font-family: 'circe-extralightregular', sans-serif;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.5px;
}

h3 {
    font-family: 'circe-extralightregular', sans-serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.3px;
}

h4 {
    font-family: 'circe-lightregular', sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
}

FORM {
    font-size: 18px;
    font-family: 'helveticaneuecyrlight', sans-serif;
    letter-spacing: 0.6px;
}

INPUT,
TEXTAREA {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 2px solid #556a7c;
    margin: 0 0 3% 0;
    outline: none;
    font-size: 18px;
    font-family: 'helveticaneuecyrlight', sans-serif;
    letter-spacing: 0.6px;
    color: #32404c;
}

.jq-selectbox {
    font-family: 'helveticaneuecyrlight', sans-serif;
    letter-spacing: 0.6px;
}

TEXTAREA {
    min-height: 200px;
}

INPUT.btn,
BUTTON.btn {
    width: auto;
    outline: none;
    padding: 0 50px;
    float: left;
    background-color: #eeb529;
    border: 2px solid #eeb529;
    -webkit-box-shadow: inset 0 -24px rgba(69, 67, 7, .05);
    -moz-box-shadow: inset 0 -24px rgba(69, 67, 7, .05);
    box-shadow: inset 0 -24px rgba(69, 67, 7, .05);
}

/* Columns */
.cols {
}

.col-2,
.col-3,
.col-4,
.col-5 {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-2 {
    width: 49%;
}

.col-3 {
    width: 33.1%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

/* /Columns */

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

/*sprite*/
.tbl-icons span.ico_1 {
    background-position: 0 0;
    width: 97px;
    height: 107px;
}

.tbl-icons span.ico_2 {
    background-position: 0 -1068px;
    width: 158px;
    height: 81px;
}

.tbl-icons span.ico_3 {
    background-position: 0 -1867px;
    width: 112px;
    height: 88px;
}

.tbl-icons span.ico_4 {
    background-position: 0 -1965px;
    width: 76px;
    height: 74px;
}

.tbl-icons span.ico_5 {
    background-position: -270px 0;
    width: 100px;
    height: 105px;
}

.tbl-icons span.ico_6 {
    background-position: -270px -115px;
    width: 78px;
    height: 105px;
}

.tbl-icons span.ico_7 {
    background-position: -270px -230px;
    width: 113px;
    height: 94px;
}

.tbl-icons span.ico_8 {
    background-position: -270px -334px;
    width: 118px;
    height: 102px;
}

.tbl-icons span.ico_9 {
    background-position: -270px -446px;
    width: 135px;
    height: 87px;
}

.tbl-icons span.ico_10 {
    background-position: 0 -117px;
    width: 157px;
    height: 69px;
}

.tbl-icons span.ico_11 {
    background-position: 0 -196px;
    width: 123px;
    height: 118px;
}

.features span.ico_22 {
    background-position: 50px -1732px;
    width: 260px;
    height: 126px;
}

.features span.ico_23 {
    background-position: 0 -1480px;
    width: 260px;
    height: 126px;
}

.features span.ico_24 {
    background-position: 0 -1616px;
    width: 177px;
    height: 111px;
}

.avangard_managed .tbl-icons span {
    background: url('../images/sprite_icon_2.png') 0 0 no-repeat
}

.avangard_managed .tbl-icons span.ico_1 {
    background-position: 0 0;
    width: 112px;
    height: 77px;
}

.avangard_managed .tbl-icons span.ico_2 {
    background-position: 0 -441px;
    width: 104px;
    height: 74px;
}

.avangard_managed .tbl-icons span.ico_3 {
    background-position: 0 -535px;
    width: 133px;
    height: 76px;
}

.avangard_managed .tbl-icons span.ico_4 {
    background-position: 0 -631px;
    width: 96px;
    height: 101px;
}

.avangard_managed .tbl-icons span.ico_5 {
    background-position: 0 -752px;
    width: 94px;
    height: 77px;
}

.avangard_managed .tbl-icons span.ico_6 {
    background-position: 0 -849px;
    width: 99px;
    height: 83px;
}

.avangard_managed .tbl-icons span.ico_7 {
    background-position: 0 -952px;
    width: 121px;
    height: 86px;
}

.avangard_managed .tbl-icons span.ico_8 {
    background-position: 0 -1058px;
    width: 90px;
    height: 90px;
}

.avangard_managed .tbl-icons span.ico_9 {
    background-position: 0 -1168px;
    width: 79px;
    height: 94px;
}

.avangard_managed .tbl-icons span.ico_10 {
    background-position: 0 -97px;
    width: 188px;
    height: 106px;
}

.avangard_managed .tbl-icons span.ico_11 {
    background-position: 0 -223px;
    width: 111px;
    height: 91px;
}

.avangard_managed .tbl-icons span.ico_12 {
    background-position: 0 -334px;
    width: 135px;
    height: 87px;
}


/***********************************************/
/*********** Ground handling *******************/
/***********************************************/

.avangard_ground_handling .tbl-icons span {
    background: url('../images/sprite_icon.png') 0 0 no-repeat
}

.avangard_ground_handling .tbl-icons span.ico_1 {
    background-position: -270px -446px;
    width: 135px;
    height: 87px;
}

.avangard_ground_handling .tbl-icons span.ico_2 {
    background-position: -287px -541px;
    width: 118px;
    height: 106px;
}

.avangard_ground_handling .tbl-icons span.ico_3 {
    background-position: -310px -860px;
    width: 74px;
    height: 97px;
}

.avangard_ground_handling .tbl-icons span.ico_4 {
    background-position: -303px -760px;
    width: 89px;
    height: 88px;
}

.avangard_ground_handling .tbl-icons span.ico_5 {
    background-position: -305px -971px;
    width: 85px;
    height: 97px;
}

.avangard_ground_handling .tbl-icons span.ico_6 {
    background-position: -298px -1620px;
    width: 100px;
    height: 91px;
}

.avangard_ground_handling .tbl-icons span.ico_7 {
    background-position: -298px -1399px;
    width: 99px;
    height: 97px;
}

.avangard_ground_handling .tbl-icons span.ico_8 {
    background-position: -313px -1081px;
    width: 69px;
    height: 98px;
}

.avangard_ground_handling .tbl-icons span.ico_9 {
    background-position: -298px -1289px;
    width: 100px;
    height: 98px;
}

.avangard_ground_handling .tbl-icons span.ico_10 {
    background-position: 0 -691px;
    width: 94px;
    height: 77px;
}
.avangard_ground_handling .tbl-icons span.ico_11 {
    background-position: -285px -1197px;
    width: 129px;
    height: 77px;
}
.avangard_ground_handling .tbl-icons span.ico_12 {
    background-position: -290px -1507px;
    width: 117px;
    height: 98px;
}
/***********************************************/
/********** End ground handling ****************/
/***********************************************/



.sprite-icon_12 {
    background-position: 0 -324px;
    width: 112px;
    height: 77px;
}

.sprite-icon_13 {
    background-position: 0 -411px;
    width: 104px;
    height: 74px;
}

.sprite-icon_14 {
    background-position: 0 -495px;
    width: 133px;
    height: 76px;
}

.sprite-icon_15 {
    background-position: 0 -581px;
    width: 96px;
    height: 101px;
}

.sprite-icon_16 {
    background-position: 0 -692px;
    width: 94px;
    height: 77px;
}

.sprite-icon_17 {
    background-position: 0 -779px;
    width: 99px;
    height: 83px;
}

.sprite-icon_18 {
    background-position: 0 -872px;
    width: 121px;
    height: 86px;
}

.sprite-icon_19 {
    background-position: 0 -968px;
    width: 90px;
    height: 90px;
}

.sprite-icon_20 {
    background-position: 0 -1159px;
    width: 79px;
    height: 94px;
}

.sprite-icon_21 {
    background-position: 0 -1263px;
    width: 188px;
    height: 106px;
}

.sprite-icon_22 {
    background-position: 0 -1379px;
    width: 111px;
    height: 91px;
}

.sprite-icon_23 {
    background-position: 0 -1480px;
    width: 260px;
    height: 126px;
}

.sprite-icon_24 {
    background-position: 0 -1616px;
    width: 177px;
    height: 111px;
}

.sprite-icon_25 {
    background-position: 0 -1737px;
    width: 174px;
    height: 120px;
}

/**/

.fl {
    float: left;
}

.fr {
    float: right;
}

.jq-selectbox {
    width: 100%;
    background: #fff;
    margin-bottom: 3%;
    text-align: left;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(85, 106, 124, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(85, 106, 124, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(85, 106, 124, 1);
}
#feedback_form .jq-selectbox{width:60%;}
.jq-selectbox__select {padding:8px;}

.jq-selectbox__select:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url('../images/icons_n.png') -23px 0 no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    margin-right: 20px;
}

.jq-selectbox__dropdown {
    top: 34px;
    width: 100%;
    border: 2px solid #556a7c;
}

.feedback .jq-selectbox__dropdown ul {
    margin: inherit;
    width: 100%;
}

.jq-selectbox__dropdown li {
    margin: 0;
    padding: 8px;
    background-color: #fff;
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
    border-bottom: 1px solid #e5e7e9;
}

.jq-selectbox__dropdown li:hover {
    background-color: #e5e7e9;
}

.more_info {
    position: relative;
}

.more_info:after {
    content: " ";
    position: relative;
    width: 9px;
    height: 15px;
    background: url('../images/icons_n.png') 0px -13px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.bg_color_1 {
    background-color: #f5f8fa;
}

.btn {
    min-width: 110px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    padding: 0 20px;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'helveticaneuecyrlight', sans-serif;
    transition: background-color .25s, color .25s, border-color .25s;
    -webkit-transition: background-color .25s, color .25s, border-color .25s;
}

.btn.color_1 {
    border: 2px solid #000;
    color: #36424c;
}

.btn.color_1:hover {
    background-color: #263a4c;
    color: #e5e7e9;
    border-color: #263a4c;
}

.btn.color_1:active,
.btn.color_1:focus {
    background-color: #173f62;
}

.btn.color_2 {
    border: 2px solid #fff;
}

.btn.yellow {
    background: -moz-linear-gradient(top, rgba(238, 181, 41, 1) 49%, rgba(229, 174, 39, 1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(238, 181, 41, 1)), color-stop(50%, rgba(229, 174, 39, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238, 181, 41, 1) 49%, rgba(229, 174, 39, 1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238, 181, 41, 1) 49%, rgba(229, 174, 39, 1) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238, 181, 41, 1) 49%, rgba(229, 174, 39, 1) 50%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238, 181, 41, 1) 49%, rgba(229, 174, 39, 1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb529', endColorstr='#e5ae27', GradientType=0); /* IE6-9 */
    transition: all .25s;
    -webkit-transition: all .25s;
}

.btn.yellow:hover {
    background: rgb(255, 181, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 181, 0, 1) 49%, rgba(240, 171, 0, 1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(255, 181, 0, 1)), color-stop(50%, rgba(240, 171, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 181, 0, 1) 49%, rgba(240, 171, 0, 1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 181, 0, 1) 49%, rgba(240, 171, 0, 1) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 181, 0, 1) 49%, rgba(240, 171, 0, 1) 50%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 181, 0, 1) 49%, rgba(240, 171, 0, 1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb500', endColorstr='#f0ab00', GradientType=0); /* IE6-9 */
}

.container_fluid {
    padding: 0;
    overflow: hidden;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1220px;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* menu_top */

.wrapper.blur {
    -webkit-transition: blur .25s 3s;
    -o-transition: blur .25s 3s;
    transition: blur .25s 3s;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.overlay {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(107, 132, 153);
    background: rgba(107, 132, 153, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
}

.overlay.open {
visibility: visible;
overflow-y: auto;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}

.overlay-close {
    background: url('../images/close.png') no-repeat center center;
    width: 58px;
    height: 58px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

#menu_overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#menu_overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

#menu_overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#menu_overlay ul li a {
    font-size: 54px;
    font-weight: 100;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

#menu_overlay ul li a:hover {
    color: #b4c1cc;
}

/* menu_top */

#header.color_1 {
    color: #293948;
}

.header_shadow {
    width: 100%;
    min-width: 1220px;
    height: 204px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.header_top {
    position: relative;
    min-width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.menu_top {
    vertical-align: middle;
    text-align: left;
    height: 100%;
    line-height: 100px;
}

.menu_top-btn {
    display: block;
}

.menu_top-btn:hover {
    text-decoration: none;
}

.menu_top-ico {
    width: 26px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.menu_top-ico:before,
.menu_top-ico:after,
.menu_top-ico span {
    background: #fff;
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0px;
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

.menu_top-ico:before {
    top: 0px;
}

.menu_top-ico:after {
    bottom: 0px;
}

.menu_top-ico span {
    top: 50%;
    margin-top: -1px;
}

.menu_top-txt {
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
}

.menu_top .list_item {
    display: none;
}

.header_top .logo {
    text-align: center;
    line-height: 100px;
}

.header_top .logo IMG {
    vertical-align: middle;
}

.header_top .lang-b {
    line-height: 100px;
    text-align: right;
	float:right;
}

.header_top .lang_wrap {
    display: inline-block;
    vertical-align: middle;
    font-family: 'helveticaneuecyrlight', sans-serif;
}

.header_top .lang_btn {
    padding: 0 30px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    color: #3c2f00;
    font-family: 'helveticaneuecyrlight', sans-serif;
}

.header_top .lang_dropdown {
    min-width: 90px;
    height: 50px;
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-left: 20px;
    display: inline-block;
}

.header_top .lang_lnk {
    line-height: 1;
    text-align: center;
    position: relative;
    display: block;
    padding: 14px;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}

.header_top .lang_lnk:hover {
    background-color: #fff;
    color: #001124;
}

.header_top .lang_lnk:after {
    content: "";
    background: url('../images/icons_n.png') -23px 0 no-repeat;
    display: inline-block;
    width: 13px;
    height: 8px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 10px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.header_top .lang_lnk:hover:after {
    opacity: 1;
}

.header_top .lang_lnk:before {
    content: "";
    background: url('../images/icons_n.png') 0 0 no-repeat;
    display: inline-block;
    width: 13px;
    height: 8px;
    line-height: 18px;
    vertical-align: middle;
    position: absolute;
    right: 16px;
    top: 20px;
    opacity: 1;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.header_top .lang_lnk:hover:before {
    opacity: 0;
}

.header_top .lang_dropdown-menu {
    position: absolute;
    left: auto;
    box-shadow: none;
    border: none;
    top: 94px;
    min-width: 90px;
    line-height: 1;
    color: #001124;
    padding: 0;
    margin: 0;
    z-index: 100;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
    list-style: none;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lang_dropdown.closed .lang_dropdown-menu {
    display: none;
}

.lang_dropdown.opened .lang_dropdown-menu {
    display: block;
}

.header_top .lang_dropdown-menu li {
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    padding: 17px 16px 18px;
    font-size: 18px;
    border-top: 1px solid #e5e7e9;
    background-color: #fff;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.header_top .lang_dropdown-menu li:first-child {
    border-top: none;
    border-radius: 4px 4px 0 0;
}

.header_top .lang_dropdown-menu li:hover {
    background-color: #e5e7e9;
}

#footer {
    background: #1a2633;
    min-height: 340px;
    min-width: 1180px;
    padding: 25px 40px 0;
    overflow: hidden;
    font-family: 'helveticaneuecyrlight', sans-serif;
}

#footer .footer_contact {
    max-width: 1220px;
    margin: 50px auto;
    overflow:hidden;
}

.footer_left {
  width:45%;
  float:left;
}

.footer_right {
  width:55%;
  float:right;
}

#footer .logo {
 
}

.footer_menu li {
    float: left;
    width:100%;
}

.footer_menu li:first-child:before {
    content: "";
    display: none;
}

.footer_menu a {
    color: #ffa905;
    font-size: 16px;
    line-height: 40px;
}

.footer_menu a:hover {
    text-decoration: none;
}

.footer_text-cont .ico {
    width: 32px;
    display: inline-block;
    vertical-align: top;
}

.footer_text-cont div:first-child {
    padding-left: 0;
}



.footer_text-cont p,
.footer_text-cont a {
    color: #9ba7b1;
}

.footer_text-cont a:hover {
    text-decoration: underline;
}

.footer_text-cont p {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    display: inline-block;
    margin-left: 10px;
}

.footer_autor {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 30px;
    color: #49545d;
    margin: 0 -20px;
}

.footer_autor .footer_autor-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.footer_autor .copyright {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
}

.footer_autor .autor {
    text-align: right;
    font-size: 16px;
}

.footer_autor .autor span {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    margin-right: 4px;
}

.footer_autor .autor a {
    color: #49545d;
}

.footer_autor .autor img {
    vertical-align: text-bottom;
    /* line-height: 58px; */
}

/* avangard_main */

.collage {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.collage.first {
    position: relative;
    height: 100%;
    z-index: 9;
    min-width: 100%;
}

.collage.first .collage_img {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    max-width: 1180px;
    margin: 0 auto;
    z-index: 10;
}

.collage.first P {
    font-family: 'helveticaneuecyrultralight', sans-serif;
}

.collage.first .collage_img .intro {
    display: table-cell;
    vertical-align: middle;
}

.avangard_main .collage.first {
    background: url('../pics/pic_2.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.avangard_main .collage.third {
    background: url('../pics/pic_4.jpg') top center no-repeat;
    background-size: cover;
}

.avangard_main .collage.fourth {
    background: url('../pics/pic_5.jpg') top center no-repeat;
    background-size: cover;
}

.avangard_main .collage .collage_wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.avangard_main .collage.third .about_text {
    position: relative;
    top: auto;
    left: auto;
    margin: 17% auto;
    width: 70%;
    float: left;
    padding-top: 3%;
    padding-left: 7%;
}

.avangard_main .collage.fourth .about_text {
    position: relative;
    top: auto;
    left: auto;
    margin: 15% auto;
    width: 50%;
    float: left;
    padding-top: 15%;
    padding-left: 7%;
}

.avangard_about .collage.first .collage_img {
    background: #5999ca url('../pics/pic_7.png') 50% 0 repeat-x;
}

.avangard_vacancy .collage {padding:0px;}
.avangard_vacancy .collage.first .collage_img {
    background: #5999ca url(../pics/pic_30.jpg) 50% 50%;
    background-size: cover;
    max-width: unset;
}
.avangard_vacancy .collage.first .collage_img h1 {
    color:#FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.avangard_engineering_technical_services .collage.first {
    background: url('../pics/pic_25.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.avangard_engineering_technical_services .intro,
.avangard_managed .collage.second .intro,.avangard_ground_handling  .collage.second  .intro {
    color: #fff;
    padding: 34px 0;
}

.avangard_engineering_technical_services .collage.first .intro H1 {
    font-size: 100px;
    margin-bottom: 30px;
}

.avangard_engineering_technical_services .collage.first .intro P {
    font-size: 20px;
    padding: 0 120px;
}

.avangard_engineering_technical_services .collage.second {
    padding: 20px 0;
}

.avangard_ground_handling  .collage.second {
    padding: 60px 0;
}

.avangard_engineering_technical_services .text,
.avangard_about .text,
.avangard_managed .text,
.avangard_ground_handling  .text,
.avangard_private_and_charter .text {
    padding: 90px 0;
}

.avangard_engineering_technical_services .text.second {
    padding: 50px 0;
}

.avangard_engineering_technical_services .text.second .intro {
    color: #000;
}

.collage_down {
    background: url('../images/ico_4.png') center no-repeat;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 46px;
    cursor: pointer;
    z-index: 10;
}

.intro {
    padding-top:34px;
}

.intro,
.text H2 {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.intro h3 {
    margin-bottom: 24px;
}

.intro p {
    margin: 0 0 27px 0;
    line-height: 30px;
    letter-spacing: 0.9px;
}

.features {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.features.cols_2 {
    max-width: 960px;
}

.features .features_lnk {
    margin-top: 24px;
}

.features P {
    letter-spacing: 0.5px;
    font-family: 'helveticaneuecyrlight', sans-serif;
}

.features A {
    color: #ffa904;
}

.features DIV {
    position: relative;
    padding: 0 60px;
}

.features DIV.col-2 {
    padding: 0 70px;
}
.features DIV.left {
float:left;
}
.features .ico_cover {
    height: 150px;
    margin: 0;
}

.features h4 {
    margin-bottom: 20px;
    margin-top: 8px;
}

.ico_cover SPAN {
    display: block;
    margin: 0 auto;
    background: url('../images/sprite_icon.png') 0 0 no-repeat;
}

.features DIV.left:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(247, 223, 87, 1) 0%, rgba(255, 169, 4, 1) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(247, 223, 87, 1) 0%, rgba(255, 169, 4, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(247, 223, 87, 1) 0%, rgba(255, 169, 4, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(247, 223, 87, 1) 0%, rgba(255, 169, 4, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(247, 223, 87, 1) 0%, rgba(255, 169, 4, 1) 100%); /* W3C */
}

.feedback UL {margin:10px auto 0 auto;width:60%;}
.tbl-icons {
    width: 1180px;
    margin: 20px auto 0;
}

.tbl-icons TD {
    text-align: center;
    vertical-align: middle;
    padding: 40px;
}

.tbl-icons TD:first-child[colspan="3"],
.tbl-icons .odd TD:first-child[colspan="3"] {
    padding-left: 15%;
    padding-right: 0;
}

.tbl-icons TD[colspan="3"],
.tbl-icons .odd TD[colspan="3"] {
    padding-right: 15%;
}

.tbl-icons .odd TD {
    vertical-align: top;
    padding: 0 40px 10px 40px;
}

.tbl-icons TD P {
    letter-spacing: 0.5px;
    font-family: 'helveticaneuecyrlight', sans-serif;
}

.tbl-icons span {
    display: block;
    margin: 0 auto;
    background: url('../images/sprite_icon.png') 0 0 no-repeat;
}

.avangard_managed .collage.second {
    padding: 60px 0;
}

.avangard_engineering_technical_services .collage.second IMG,
.avangard_managed .collage.second IMG, .avangard_ground_handling  .collage.second  IMG{
    min-width: 1920px;
    position: absolute;
    top: 0px;
    width: 100%;
    -webkit-transition: top .25s;
    -o-transition: top .25s;
    transition: top .25s;
}

.collage.second .intro {
    position: relative;
    z-index: 2;
}

.about_text {
    color: #29343e;
}

.about_text.white {
    color: #fff;
}

.about_text.center {
    text-align: center;
}

.avangard_main .collage .about_text {
    position: absolute;
    line-height: 30px;
    font-size: 20px;
    top: 52%;
    left: 50%;
    z-index: 1;
}

.avangard_main .collage .about_text h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.avangard_main .collage .about_text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'helveticaneuecyrlight', sans-serif;
}

.avangard_main .collage.first .about_text.left {
    width: 350px;
    height: 120px;
    margin: -100px;
    margin-left: -25%;
    z-index: 10;
}

.collage .collage_img {
    height: 100%;
}

.collage .collage_img img {
    width: 100%;
}

.avangard_main .collage.second {
    vertical-align: middle;
    text-align: center;
    line-height: 650px;
    background: rgb(172, 207, 230); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(172, 207, 230, 1) 34%, rgba(227, 239, 247, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(172, 207, 230, 1)), color-stop(100%, rgba(227, 239, 247, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(172, 207, 230, 1) 34%, rgba(227, 239, 247, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(172, 207, 230, 1) 34%, rgba(227, 239, 247, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(172, 207, 230, 1) 34%, rgba(227, 239, 247, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(172, 207, 230, 1) 34%, rgba(227, 239, 247, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#accfe6', endColorstr='#e3eff7', GradientType=0); /* IE6-9 */
}

.avangard_main .collage.second .about_text {
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    padding-top: 100px;
}

.avangard_main .collage.second .about_text-wrap {
    width: 880px;
    margin: 0 auto;
}

.avangard_main .collage.second .collage_img {
    position: relative;
    top: 160px;
}

html.mobile #animate_index_1,
html.tablet #animate_index_1 {
    position: absolute;
    opacity: 1;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: -webkit-transform 0, opacity 0;
    transition: transform 0, opacity 0;
}

#animate_index_1 {
    width: auto;
    top: -150px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    -webkit-transition: -webkit-transform 2s ease-out, opacity .8s ease-in-out;
    transition: transform 2s ease-out, opacity .8s ease-in-out;
}

#animate_index_1.active {
    opacity: 1;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

html.mobile #animate_index_2,
html.tablet #animate_index_2 {
    opacity: 1;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: -webkit-transform 0, opacity 0;
    transition: transform 0, opacity 0;
}

#animate_index_2 {
    width: auto;
    top: 60px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-800px);
    transform: translateX(-800px);
    -webkit-transition: -webkit-transform 2s ease-out, opacity .8s ease-in-out;
    transition: transform 2s ease-out, opacity .8s ease-in-out;
}

#animate_index_2.active {
    opacity: 1;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

html.mobile #animate_index_3,
html.tablet #animate_index_3,
html.mobile #animate_index_4,
html.tablet #animate_index_4 {
    opacity: 1;
    transition: opacity 0;
}

#animate_index_3,
#animate_index_4 {
    opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s;
}

/* /avangard_main */

/* avangard_about */
.avangard_about .container_fluid {
    background: url('../pics/pic_10.jpg') 50% 0 no-repeat;
    background-size: cover;
    width: 100%;
}

@media (min-width: 1920px) {
    .avangard_about .container_fluid {
        background: url('../pics/pic_10.jpg') 50% 0 / cover no-repeat;
        width: 100%;
    }
}

.avangard_about .sect {
    padding: 0 20px;
}

.avangard_about .sect.first {
    margin: 192px 0;
}

.avangard_about .sect.first .about_text {
    text-align: center;
    font-weight: 300;
}

.avangard_about .sect.first .about_text h1 {
    font-family: 'circe-extralightregular';
}

.avangard_about .sect.first .about_text p {
    letter-spacing: 1px;
    font-weight: 100;
}

.avangard_about .sect.first .collage_animate {
    text-align: center;
    margin-top: 80px;
    position: relative;
}

.avangard_about .collage_wrap {
    margin: 0 auto;
    max-width: 1180px;
}

.avangard_about .sect.second .collage_animate {
    margin-bottom: 100px;
}

.avangard_about .sect.second .collage_animate div:first-child {
    margin-right: 4%;
}

.avangard_about .sect.second .collage_text-b,
.avangard_about .sect.second .collage_pic-b {
    float: left;
    width: 48%;
    margin-left: -2px;

}

.avangard_about .sect.second .collage_pic-b img {
    border-radius: 5px;
}

.avangard_about .sect.second .collage_animate h2 {
    line-height: 80px;
    margin-bottom: 18px;
    margin-top: 10px;
}

.avangard_about .sect.second .collage_text-b p {
    line-height: 30px;
    margin-bottom: 0;
}

.avangard_about .collage_birds {
    position: relative;
    margin-bottom: 196px;
}

#animate_index_9 {
    position: absolute;
    left: 60px;
    top: 20px;
    -webkit-transition: -webkit-transform 1s ease-in-out 0.2s;
    transition: transform 1s ease-in-out 0.2s;
}

#animate_index_10 {
    position: absolute;
    right: -310px;
    top: -80px;
    -webkit-transition: -webkit-transform 1s ease-in-out 0.2s;
    transition: transform 1s ease-in-out 0.2s;
}

.collage_birds.action #animate_index_9 {
    -webkit-transform: translateY(20px) scale(0.95);
    transform: translateY(20px) scale(0.95);
}

.collage_birds.action #animate_index_10 {
    -webkit-transform: translateY(-20px) scale(0.95);
    transform: translateY(-20px) scale(0.95);
}

#animate_index_5 {
    opacity: 0.7;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    -webkit-transition: -webkit-transform 1s ease-in, opacity 1s ease-in-out 0.5s;
    transition: transform 1s ease-in, opacity 1s ease-in-out 0.5s;
}

#animate_index_5.active {
    opacity: 1;
    -webkit-transform: translateX(-10px) translateY(-30px);
    transform: translateX(-10px) translateY(-30px);
}

html.mobile #animate_index_6 .collage_pic-b,
html.mobile #animate_index_6 .collage_text-b,
html.mobile #animate_index_7 .collage_pic-b,
html.mobile #animate_index_7 .collage_text-b,
html.mobile #animate_index_8 .collage_pic-b,
html.mobile #animate_index_8 .collage_text-b,
html.tablet #animate_index_6 .collage_pic-b,
html.tablet #animate_index_6 .collage_text-b,
html.tablet #animate_index_7 .collage_pic-b,
html.tablet #animate_index_7 .collage_text-b,
html.tablet #animate_index_8 .collage_pic-b,
html.tablet #animate_index_8 .collage_text-b {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#animate_index_6 .collage_pic-b,
#animate_index_6 .collage_text-b,
#animate_index_7 .collage_pic-b,
#animate_index_7 .collage_text-b,
#animate_index_8 .collage_pic-b,
#animate_index_8 .collage_text-b {
    opacity: 0;
    -webkit-transition: -webkit-transform 1s ease-in-out, opacity 1.25s ease-in-out .2s;
    transition: transform 1s ease-in-out, opacity 1.25s ease-in-out .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#animate_index_6 .collage_pic-b,
#animate_index_7 .collage_text-b,
#animate_index_8 .collage_pic-b {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

#animate_index_6 .collage_text-b,
#animate_index_7 .collage_pic-b,
#animate_index_8 .collage_text-b {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

#animate_index_6.action .collage_pic-b,
#animate_index_6.static .collage_pic-b,
#animate_index_6.action .collage_text-b,
#animate_index_6.static .collage_text-b,
#animate_index_7.action .collage_pic-b,
#animate_index_7.static .collage_pic-b,
#animate_index_7.action .collage_text-b,
#animate_index_7.static .collage_text-b,
#animate_index_8.action .collage_pic-b,
#animate_index_8.static .collage_pic-b,
#animate_index_8.action .collage_text-b,
#animate_index_8.static .collage_text-b {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* /avangard_about */

/* avangard_managed */
.avangard_ground_handling .collage.first {
    background: url('../pics/pic_26.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.avangard_managed .collage.first {
    background: url('../pics/pic_17.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.avangard_private_and_charter .collage.first {
    background: url('../pics/pic_19.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.avangard_managed .collage.first .intro,
.avangard_private_and_charter .collage.first .intro,.avangard_ground_handling .collage.first .intro {
    padding: 34px 0;
    color: #fff;
}

.avangard_managed .collage.first .intro h1,
.avangard_private_and_charter .collage.first .intro h1 {
    font-size: 100px;
    margin-bottom: 30px;
}

.avangard_managed .collage.first .intro p,
.avangard_private_and_charter .collage.first .intro p, .avangard_ground_handling .collage.first .intro p {
    font-size: 20px;
    padding: 0 140px;
}

.avangard_private_and_charter .collage.second,
.avangard_private_and_charter .collage.third {
    vertical-align: middle;
    text-align: center;
}

.avangard_private_and_charter .collage.second {
    background: #f3f6f9;
    padding-top: 70px;
}

.avangard_private_and_charter .btn_toogle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 26px;
    border: 2px solid #eeb529;
    cursor: pointer;
}

.avangard_private_and_charter .btn_toogle .btn {
    background-color: #f4ebd1;
    border-radius: 0;
    color: #3c2f00;
    min-width: 190px;
    height: 46px;
    vertical-align: middle;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow .25s;
    transition: box-shadow .25s;
}

.avangard_private_and_charter .btn_toogle .btn.current {
    background-color: #eeb529;
}

.avangard_private_and_charter .btn_toogle .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.about_race-wrap {
    display: none;
}

.about_race-wrap.visible {
    display: block;
}

.about_raice {
    max-width: 1180px;
    margin: 0 auto 100px;
}

.about_raice div {
    border: 2px solid #406280;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 16px 0 14px;
    margin-left: 50px;
    width: 16%;
    display: inline-block;
}

.about_raice div:first-child {
    margin-left: 0;
}

.about_raice .title {
    color: #556a7c;
    font-size: 14px;
    margin-bottom: 10px;
}

.about_raice .info {
    font-size: 18px;
}

.about_raice .num {
    font-size: 36px;
}

/* /avangard_managed */

#map {
    height: 700px;
    width: 1220px;
    margin: 0 auto;
}

.gm-style-iw * {
    display: block;
    width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #4272db;
}

/* air_map-form */
.air_map-block h2 {
    margin-top: 104px;
}

.air_map-block form {
    margin: 50px auto 30px;
}

.air_map-block form label {
    margin-right: 10px;
}

.air_map-block form .jq-selectbox {
    width: 180px;
    display: inline-block;
    margin-right: 28px;
}

/* /air_map-form */

.map_city_icon {
    color: #000;
    margin-top: -10px;
    margin-left: -10px;
    position: relative;
}

.map_city_icon.current.start .maps_marker_icons {
    width: 70px;
    height: 70px;
    position: absolute;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 181, 0, 0) 0%, rgba(255, 181, 0, 0) 17%, rgba(255, 181, 0, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 181, 0, 0)), color-stop(17%, rgba(255, 181, 0, 0)), color-stop(100%, rgba(255, 181, 0, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 181, 0, 0) 0%, rgba(255, 181, 0, 0) 17%, rgba(255, 181, 0, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 181, 0, 0) 0%, rgba(255, 181, 0, 0) 17%, rgba(255, 181, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 181, 0, 0) 0%, rgba(255, 181, 0, 0) 17%, rgba(255, 181, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 181, 0, 0) 0%, rgba(255, 181, 0, 0) 17%, rgba(255, 181, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffb500', endColorstr='#ffb500', GradientType=1);
    border-radius: 35px;
    left: -25px;
    top: -25px;
}

.map_city_icon.current.start .maps_marker_icons:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #ffb500;
    border-radius: 7px;
    position: absolute;
    top: 28px;
    left: 28px;
}

.maps_province_icons::first-letter {
    text-transform: uppercase;
}

.map_city_icon.current.start .maps_marker_icons + .maps_province_icons,
.map_city_icon.current.end .maps_marker_icons + .maps_province_icons {
    margin-left: 25px;
    z-index: 100;
    font-family: 'circe-lightregular', sans-serif;
    font-size: 18px;
}

.map_city_icon.current.end .maps_marker_icons + .maps_province_icons {
    margin-left: 10px;
}

.map_city_icon.current .maps_marker_icons {
    background-color: #ffb500;
    border-radius: 7px;
    background-image: none;
}

.maps_marker_icons {
    background: url('../images/ico_7.png') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.maps_placeholder {
    display: none;
    background-color: #fff;
    color: #556a7c;
    width: 190px;
    border: 2px solid #556a7c;
    border-radius: 4px;
    padding: 15px 17px;
    position: absolute;
    bottom: 100%;
    z-index: 1000;
    left: 10px;
    margin-bottom: 10px;
}

.maps_placeholder:before {
    content: "";
    background: url('../images/ico_9.png') no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 100%;
    left: -2px;
    margin-top: -2px;
}

.map_city_icon.current.end .maps_placeholder {
    display: block;
}

#air_map-data {
    display: none;
}

.maps_province_icons {
    display: inline-block;
    margin-left: 5px;
    line-height: 14px;
    vertical-align: top;
    font-family: 'circe-lightregular', sans-serif;
    font-size: 14px;
}

.maps_placeholder {
    text-align: left;
}

.maps_placeholder h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 16px;
    font-family: 'circe-lightregular', sans-serif;
}

.maps_placeholder p {
    font-size: 16px;
    color: #556a7c;
}

.jq-selectbox__select-text.placeholder, .jq-selectbox__select-text, .feedback {color:#32404c;}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
    pointer-events: none;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: "\2190";
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: "\2192";
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

[dir="rtl"] .slick-slide {
    float: right;
}

/* #air_btn-toogle */

#air_btn-toogle {
    margin-top: 90px;
}

#air_btn-toogle .slick-slide img {
    display: inline-block;
}

#air_btn-toogle .slick-slider {
    margin-bottom: 0;
}

#air_btn-toogle .slick-dots {
    bottom: 102%;
    width: 384px;
    margin: 0 auto;
    left: 50%;
    margin-left: -194px;
    border: 2px solid #eeb529;
    border-radius: 4px;
}

#air_btn-toogle .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    background-color: #eeb529;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#air_btn-toogle .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    min-width: 190px;
    color: transparent;
    font-family: 'helveticaneuecyrlight', sans-serif;
    background-color: #f4ebd1;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
}

#air_btn-toogle .slick-dots li.slick-active button {
    background-color: #eeb529;
}

#air_btn-toogle .slick-dots li button:hover {
    color: transparent;
}

#air_btn-toogle .slick-dots li button:before {
    content: 'Citation X';
    opacity: 1;
    font-size: 18px;
    color: #3c2f00;
    font-family: 'helveticaneuecyrlight', sans-serif;
    width: 100%;
    line-height: 46px;
    height: 100%;
    text-align: center;
    display: inline-block;
}

#air_btn-toogle .slick-dots li:first-child button:before {
    content: 'Legacy 600';
}

/* /#air_btn-toogle */

.show {
    display: block;
}

.hide {
    display: none;
}

.feedback__calendar{
    display: inline-block;
    width: 224px;
    margin-right: 20px;
    position: relative;
}

.feedback__flights-field{
    display: inline-block;
    width: 340px;
}

@media screen and (max-width: 600px) {
    .feedback UL {
        width: 95%;
    }
}

@media screen and (max-height: 700px) {
    TEXTAREA[name="message"] {
        min-height: 20px;
    }

    .col-left, .col-right {
        width: 49%;
        float: left;
    }

    .col-right {
        float: right;
    }

    TEXTAREA[name="message"] {
        width: 70%;
        float: left;
    }

    INPUT.btn, BUTTON.btn {
        width: 25%;
        float: right;
        height: 100%;
        text-align: center;
        padding: 1% 0;
        min-width: 20px;
    }
}


.alert{
    position: relative;
    text-align: center;
    height: 100%;
    line-height: 100%;
    font-size: 30px;
    color: #fff;
}

/* PAGE TERMS AND CONDITIONS */

.avangard_terms .collage.first  {
  background: url('../pics/pic_27.jpg') 50% 50% no-repeat;
  background-size: cover;
}
.avangard_terms .collage.first .intro {
  color:#fff;
}
.terms-wrapper {
	width: 1180px;
  margin: 0 auto;
	padding:50px 0;
}
.terms-wrapper  ul li {
    line-height: 1.5em;
    letter-spacing: 0.3px;
    font-family: 'helveticaneuecyrlight', sans-serif;
}
.terms-wrapper  ol>li {
list-style-type:lower-alpha;
}
.terms-wrapper .terms-version {
  float:right;
  font-size:14px;
  margin-top:30px;
 }
.terms-wrapper .terms-address {
  font-size:14px;
  float:left;
  margin-top:30px;
 }
 
.terms-wrapper  h2 {
  font-size:40px; 
  margin:10px 0;
}

.terms-wrapper p {
  margin:0.8em 0;
  text-align:justify;
}


.scrollable .title {background-color: rgb(107, 132, 153); margin:15px 0; padding:15px; color:#fff;text-transform:uppercase;cursor:pointer; position:relative;}
.scrollable_content {display:none;}
.scrollable .scrollable_content.expanded {display:block;padding-left:40px;}
.title:after {content: "+"; position:absolute; top: 10px;right:10px; color:#fff; font-size:35px;display:block;font-weight:bold;}
.title.open:after {content:'\0336'; font-size:28px; top:3px; right: 13px;}

.spooner{padding-left:20px;position:relative;}
.spooner:before{
	content: "";
    width: 12px;
    left: 0px;
    top: 13px;
    z-index: 2;
    content: '';
    height: 4px;
    position: absolute;
    border-top: 1px solid #32404c;
}

#aircraft-handing {
    width: 60%;
    margin: auto;
}

#aircraft-handing span{
    color: #fff;
    display: block;
}

#aircraft-handing [class="col-3"]{
    width: 32.5%;
    text-align: left;
}


#aircraft-handing label {
    color: #fff;
    font-size: 14px;
    display: inline-block;
	vertical-align: middle;
}

#aircraft-handing input[type="checkbox"]{
    width: auto;
}

#aircraft-handing .frm-title{
    font-family: 'circe-extralightregular';
    font-size: 25px;
    line-height: 24px;
}

#aircraft-handing .frm-subtitle{
    font-family: 'circe-extralightregular';
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

#aircraft-handing .section{
    margin: 21px 0 36px;
}

#aircraft-handing .check-holder{
    margin: 5px 0;
}

#aircraft-handing .payment{
    width: 100%;
    color: #ffffff;
    vertical-align: top;
    margin-bottom: 3%;
}

#aircraft-handing .payment span{
    font-size: 18px;
    color: rgba(255, 255, 255, .7);
}

#aircraft-handing .payment .check-holder{
    margin: 0;
}

.jq-checkbox {
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 2px solid #556a7c;
    vertical-align: middle;
    margin-right: 3px;
}

.jq-checkbox.checked:after {
    content: '';
    width: 9px;
    height: 9px;
    left: 2px;
    top: 2px;
    position: absolute;
    background: #556a7c;
}

.jq-checkbox.disabled{
    opacity: .5;
}

.section .col-2:nth-child(odd) {
    padding-right: 30px;
    box-sizing: border-box;
}

#aircraft-handing .col-2 {
    width: 49.6%;
    margin-bottom: 17px;
}

#aircraft-handing button{
    margin-bottom: 22px;
}

.aircraft-add{
    background-color: rgba(85, 106, 124, .7);
    font-size: 11px;
    line-height: 43px;
    display: block;
    color: rgba(255,255,255,.7);
    margin-bottom: 22px;
}

.aircraft-add:hover{
    background-color: rgba(85, 106, 124, .9);
    color: rgba(255,255,255,.9);
}

.flight-details{
    border-collapse: collapse;
    margin-top: 26px;
    width: 100%;
}

.flight-details th, .flight-details tr td{
    border: 2px solid #556a7c;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}

.flight-details th:first-child{
    width: 40px;
}

.flight-details tr td{
    position: relative;
}

.flight-details tr td input{
    border: none;
    margin: 0;
}

.flight-details-remove{
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/cross.png) center center no-repeat;
    top: 50%;
    margin-top: -4.5px;
    right: -22px;
}
#aircraft-handing label span{
    display: inline-block;
}
.sign{
    text-align: left;
    margin: 20px 0 0;
    font-size: 14px;
    color: rgba(255,255,255,.7);
}

@media all and (max-width: 992px){
    .overlay-open{
        overflow: auto;
    }
    .overlay {
        /*width: 960px;*/
    }
}

::-webkit-input-placeholder {
	font-weight: bold;
}

:-moz-placeholder { /* Firefox 18- */
	font-weight: bold;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-weight: bold;
}

:-ms-input-placeholder {
	font-weight: bold;
}