@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/CenturyGothic.woff') format('woff'), 
  url('../fonts/CenturyGothic.ttf')  format('truetype'), 
  url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* line 32, ../scss/style.scss */
body {
  font-family: Times New Roman;
  color: #3f5a78;
  font-size: 16px;
  min-width: 1250px; }

/* line 48, ../scss/style.scss */
.headers, h1, h2, h3, h4, h5, h6 {
  color: #3f5a78;
  font-family: Century Gothic;
  font-weight: normal; }

/* line 56, ../scss/style.scss */
.explore, .plane .inner .plane-information span, .air-cargo .wrapper .cargo-information a {
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  height: 24px;
  padding-right: 42px;
  width: 50px;
  text-decoration: none; }

/* line 69, ../scss/style.scss */
h1 {
  font-size: 98px;
  text-transform: uppercase; }

/* line 76, ../scss/style.scss */
h2 {
  font-size: 70px;
  text-transform: uppercase; }

/* line 82, ../scss/style.scss */
h3 {
  font-size: 56px; }

/* line 87, ../scss/style.scss */
h4 {
  font-size: 42px; }

/* line 93, ../scss/style.scss */
h5 {
  font-size: 28px; }

/* line 98, ../scss/style.scss */
h6 {
  font-size: 21px;
  text-transform: uppercase; }

/* line 104, ../scss/style.scss */
.clearfix {
  clear: both; }

/* line 112, ../scss/style.scss */
.wrapper {
  width: 1180px;
  margin: 0 auto;
  text-align: center; }

/* line 118, ../scss/style.scss */
.header {
  height: 46px;
  padding: 15px 0px;
  color: #9cadc0;
  min-width: 1220px;
  font-family: Century Gothic; 
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 20;
  }
  /* line 125, ../scss/style.scss */
  .header .inner {
    width: 94%;
    margin: 0 auto;
    height: 46px; }
    /* line 130, ../scss/style.scss */
    .header .inner .header-contacts {
      float: right;
      margin-top: -35px; }
      /* line 134, ../scss/style.scss */
      .header .inner .header-contacts span {
        padding-left: 20px; }
  /* line 142, ../scss/style.scss */
  .header .logo {
    float: left; }

/* line 147, ../scss/style.scss */
ul.menu {
  color: #9cadc0;
  list-style: none;
  margin: 0 auto;
  width: 670px;
  padding-top: 12px;
  padding-left: 0px; }
  @media screen and (max-width: 1333px) {
    /* line 147, ../scss/style.scss */
    ul.menu {
      float: left;
      margin-left: 40px; } }
  /* line 161, ../scss/style.scss */
  ul.menu li {
    display: inline;
    margin: 0px 20px; }
    /* line 165, ../scss/style.scss */
    ul.menu li:nth-child(1) {
      margin-left: 0px; }
    /* line 169, ../scss/style.scss */
    ul.menu li:nth-child(6) {
      margin-right: 0px; }
    /* line 174, ../scss/style.scss */
    ul.menu li.active a {
      color: #fcb02b; }
    /* line 179, ../scss/style.scss */
    ul.menu li a {
      color: #9cadc0;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px; }
      /* line 185, ../scss/style.scss */
      ul.menu li a:hover {
        color: #fcb02b;
        transition: color 0.4s;
        -webkit-transition: color 0.4s;
        -moz-transition: color 0.4s;
        -o-transition: color 0.4s; }

/* line 193, ../scss/style.scss */
.plane {
  display: block;
  width: 50%;
  height: 380px;
  background-image: url(../img/plane1.png);
  float: left;
  background-size: cover;
  background-position: center center;
  text-decoration: none; }
  /* line 205, ../scss/style.scss */
  .plane:nth-child(2) {
    background-image: url(../img/plane2.png); }
  /* line 209, ../scss/style.scss */
  .plane:nth-child(3) {
    background-image: url(../img/plane3.png); }
  /* line 213, ../scss/style.scss */
  .plane:nth-child(4) {
    background-image: url(../img/plane4.png); }
  /* line 217, ../scss/style.scss */
  .plane .inner {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s; }
    /* line 228, ../scss/style.scss */
    .plane .inner .plane-information {
      width: 86.84%;
      margin: 0 auto;
      color: #fcb02b;
      padding-top: 208px; }
      /* line 234, ../scss/style.scss */
      .plane .inner .plane-information h6 {
        color: #fcb02b;
        margin-bottom: 10px; }
      /* line 239, ../scss/style.scss */
      .plane .inner .plane-information span {
        background-image: url(../img/explore.png);
        color: #fcb02b; }

  .plane.small {
    height: 280px;
    width: 33.3333%;
  }

  .plane.small .inner .plane-information {
    padding-top: 108px;
  }
  /* line 250, ../scss/style.scss */
  .plane:hover .inner {
    opacity: 1;
    background-image: url(../img/plane-hover.png);
    height: 100%;
    width: 100%;
    cursor: pointer; }

/* line 262, ../scss/style.scss */
.air-cargo {
  text-align: left;
  margin-top: 80px; }
  /* line 266, ../scss/style.scss */
  .air-cargo .wrapper {
    padding-bottom: 50px; }
    .air-cargo .wrapper a {
      display: block;
      width: 100%;
      height: 100%;
    }
    /* line 269, ../scss/style.scss */
    .air-cargo .wrapper .cargo-img {
      float: left;
      width: 460px;
      padding-right: 40px; }
    /* line 277, ../scss/style.scss */
    .air-cargo .wrapper .cargo-information {
      width: 680px;
      float: left; }
      /* line 281, ../scss/style.scss */
      .air-cargo .wrapper .cargo-information h3 {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 30px; }
      /* line 290, ../scss/style.scss */
      .air-cargo .wrapper .cargo-information span {
        background-image: url(../img/explore-blue.png);
        background-repeat: no-repeat;
        color: #a5c8ef;
        height: 9px;
        background-position: right top;
        padding: 13px 60px 26px 0px;
        float: left; }
      /* line 300, ../scss/style.scss */
      .air-cargo .wrapper a:hover .cargo-information h3 {
        color: #fcb02b;
        cursor: pointer;
        background-position: right bottom; }
      /* line 306, ../scss/style.scss */
      .air-cargo .wrapper a:hover .cargo-information span {
        color: #fcb02b;
        cursor: pointer;
        background-position: right bottom; }

div.t-d-outer {
	background-color: #ddedff;
}

/* line 322, ../scss/style.scss */
div.types-of-cargo {
  width: 50%;
  float: left;
  background-color: #ddedff;
  height: 710px;
  text-align: center; }
  /* line 329, ../scss/style.scss */
  div.types-of-cargo .inner {
    width: 71.78%;
    margin: 0 auto; }
    /* line 333, ../scss/style.scss */
    div.types-of-cargo .inner h5 {
      color: #3f5a78;
      text-transform: uppercase;
      padding-top: 50px; }
    /* line 339, ../scss/style.scss */
    div.types-of-cargo .inner .types {
      padding-top: 40px; }
    @media screen and (max-width: 1500px) {
      /* line 344, ../scss/style.scss */
      div.types-of-cargo .inner .types {
        padding-top: 0px; }
      /* line 348, ../scss/style.scss */
      div.types-of-cargo .inner h5 {
        padding-top: 20px; } }
    /* line 353, ../scss/style.scss */
    div.types-of-cargo .inner .icons {
      float: left;
      margin-top: 10px; }
  @media screen and (max-width: 1400px) {
    /* line 360, ../scss/style.scss */
    div.types-of-cargo .inner {
      width: 61.78%; } }

/* line 366, ../scss/style.scss */
div.documentation {
  width: 50%;
  float: right;
  background-color: #a5c8ef;
  text-align: center;
  font-family: Century Gothic; }
  /* line 374, ../scss/style.scss */
  div.documentation .inner {
    width: 81.78%;
    margin: 0 auto; }
    /* line 378, ../scss/style.scss */
    div.documentation .inner h5 {
      color: #fff;
      text-transform: uppercase;
      padding-top: 50px; }
    /* line 384, ../scss/style.scss */
    div.documentation .inner .types {
      padding-top: 40px; }
    @media screen and (max-width: 1500px) {
      /* line 389, ../scss/style.scss */
      div.documentation .inner .types {
        padding-top: 0px; }
      /* line 393, ../scss/style.scss */
      div.documentation .inner h5 {
        padding-top: 20px; } }
    /* line 398, ../scss/style.scss */
    div.documentation .inner .documents {
      float: left;
      margin-right: 17px;
      margin-left: 17px;
      margin-top: 17px;
      margin-bottom: 43px; }
  @media screen and (max-width: 1400px) {
    /* line 408, ../scss/style.scss */
    div.documentation .inner {
      width: 92.78%; } }

@media screen and (min-width: 1300px) {
  /* line 418, ../scss/style.scss */
  .air-cargo {
    text-align: left;
    margin-top: 80px; }
    /* line 423, ../scss/style.scss */
    .air-cargo .wrapper {
      width: 1600px; }
      /* line 426, ../scss/style.scss */
      .air-cargo .wrapper .cargo-information {
        width: 1100px;
        float: left; } }
/* line 436, ../scss/style.scss */
.icons-hover, #fra, #mag, #avi, #vul, #dan, #wet, #val, #big, #hum, #per {
  background-position: 0px 0px; }
  /* line 438, ../scss/style.scss */
  .icons-hover:hover, #fra:hover, #mag:hover, #avi:hover, #vul:hover, #dan:hover, #wet:hover, #val:hover, #big:hover, #hum:hover, #per:hover {
    background-position: -134px 0px; }
    /* line 442, ../scss/style.scss */
    .icons-hover:hover .full, #fra:hover .full, #mag:hover .full, #avi:hover .full, #vul:hover .full, #dan:hover .full, #wet:hover .full, #val:hover .full, #big:hover .full, #hum:hover .full, #per:hover .full {
      display: inherit; }
    /* line 446, ../scss/style.scss */
    .icons-hover:hover .short, #fra:hover .short, #mag:hover .short, #avi:hover .short, #vul:hover .short, #dan:hover .short, #wet:hover .short, #val:hover .short, #big:hover .short, #hum:hover .short, #per:hover .short {
      display: none; }

/* line 452, ../scss/style.scss */
#fra {
  background: url(../img/ico/fra.png); }

/* line 457, ../scss/style.scss */
#mag {
  background: url(../img/ico/mag.png); }

/* line 462, ../scss/style.scss */
#avi {
  background: url(../img/ico/avi.png); }

/* line 467, ../scss/style.scss */
#vul {
  background: url(../img/ico/vul.png); }

/* line 472, ../scss/style.scss */
#dan {
  background: url(../img/ico/dan.png); }

/* line 477, ../scss/style.scss */
#wet {
  background: url(../img/ico/wet.png); }

/* line 482, ../scss/style.scss */
#val {
  background: url(../img/ico/val.png); }

/* line 488, ../scss/style.scss */
#big {
  background: url(../img/ico/big.png); }

/* line 494, ../scss/style.scss */
#hum {
  background: url(../img/ico/hum.png); }

/* line 500, ../scss/style.scss */
#per {
  background: url(../img/ico/per.png); }

/* line 507, ../scss/style.scss */
.icons {
  display: block;
  width: 127px;
  background-repeat: no-repeat;
  height: 22px;
  padding-top: 60px;
  font-size: 21px;
  color: #a5c8ef;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: Century Gothic; }
  /* line 520, ../scss/style.scss */
  .icons .full {
    font-size: 14px;
    color: #3f5a78;
    display: none; }
  /* line 526, ../scss/style.scss */
  .icons .short {
    display: inherit; }
  /* line 531, ../scss/style.scss */
  .icons:hover .full {
    display: inherit; }
  /* line 535, ../scss/style.scss */
  .icons:hover .short {
    display: none; }

/* line 541, ../scss/style.scss */
.deactivate {
  background-position: -269px 0px !important; }

/* line 545, ../scss/style.scss */
.documents {
  display: block;
  width: 157px;
  background: url(../img/pdf.png);
  background-repeat: no-repeat;
  background-position: center -77px;
  height: 22px;
  padding-top: 50px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Century Gothic; }

/* line 560, ../scss/style.scss */
.documents:hover {
  color: #3f5a78;
  background-position: center top; }

/* line 565, ../scss/style.scss */
.footer {
  background: #3f5a78;
  height: 152px;
  font-family: Century Gothic; }
  /* line 570, ../scss/style.scss */
  .footer .inner {
    width: 94%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    padding-top: 15px; }
    /* line 577, ../scss/style.scss */
    .footer .inner .menu {
      float: right; }
  /* line 582, ../scss/style.scss */
  .footer a {
    color: #fff;
    text-decoration: none;
    font-family: Century Gothic; }
  /* line 588, ../scss/style.scss */
  .footer a:hover {
    text-decoration: underline; }
  /* line 592, ../scss/style.scss */
  .footer #first-menu {
    padding-top: 21px; }
    /* line 595, ../scss/style.scss */
    .footer #first-menu a {
      margin-left: 50px; }

/* line 602, ../scss/style.scss */
#contacts .outer {
  width: 850px;
  margin: 0 auto; }
  /* line 606, ../scss/style.scss */
  #contacts .outer .contact {
   font-size: 21px;
    color: #3f5a78;
    float: left;
    padding-bottom: 6px;
    font-family: Century Gothic; }
    /* line 615, ../scss/style.scss */
    #contacts .outer .contact:nth-child(5) {
      padding-left: 50px;
      padding-right: 48px;
      padding-top: 20px; }

/* line 624, ../scss/style.scss */
input {
  font-family: Times New Roman; }

/* line 628, ../scss/style.scss */
input[type="text"] {
  border: 1px solid #9cadc0;
  color: #9cadc0;
  width: 535px;
  padding: 15px;
  display: block;
  margin: 5px auto; }
  /* line 636, ../scss/style.scss */
  input[type="text"].error {
    border-color: #f22c2c; }

/* line 641, ../scss/style.scss */
input[type="button"], input[type="submit"] {
  width: 575px;
  background: #3f5a78;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-family: Century Gothic; }
  /* line 652, ../scss/style.scss */
  input[type="button"]:hover, input[type="submit"]:hover {
    background: #7a9dc5;
    transition: background 0.4s;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s; }

/* line 658, ../scss/style.scss */
label.error {
  display: block;
  width: 566px;
  text-align: left;
  color: #f22c2c;
  margin: 0 auto; }

/* line 666, ../scss/style.scss */
textarea {
  border: 1px solid #9cadc0;
  color: #9cadc0;
  width: 535px;
  padding: 15px;
  height: 97px;
  font-family: Times New Roman;
  display: block;
  margin: 5px auto; }

/* line 677, ../scss/style.scss */
.forms {
  margin-top: 110px;
  margin-bottom: 20px; }
  /* line 681, ../scss/style.scss */
  .forms input {
    margin-top: 20px; }
  /* line 685, ../scss/style.scss */
  .forms textarea {
    margin-top: 20px; }
  /* line 689, ../scss/style.scss */
  .forms .required {
    font-style: italic;
    color: #9cadc0;
    font-size: 14px;
    margin-top: 10px; }

/* line 698, ../scss/style.scss */
.info-blocks, div.left, div.right {
  width: 50%;
  min-height: 100px;
  color: #fff;
  text-align: center; }
  /* line 704, ../scss/style.scss */
  .info-blocks .inner, div.left .inner, div.right .inner {
    padding-top: 90px; }
    /* line 707, ../scss/style.scss */
    .info-blocks .inner h5, div.left .inner h5, div.right .inner h5 {
      margin-top: 0px;
      color: #fff;
      text-transform: uppercase; }

/* line 715, ../scss/style.scss */
div.left {
  float: left;
  background: #7a9dc5; }

/* line 721, ../scss/style.scss */
div.right {
  float: right;
  background: #a5c8ef; }

/* line 728, ../scss/style.scss */
.contact-buttons, a.left-contact-button, a.right-contact-button {
  display: block;
  width: 50%;
  padding-top: 73px;
  text-align: center;
  height: 110px;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 50px;
  font-family: Century Gothic; }
  /* line 742, ../scss/style.scss */
  .contact-buttons:hover, a.left-contact-button:hover, a.right-contact-button:hover {
    background: #fcb02b;
    transition: background 0.4s;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s; }

/* line 748, ../scss/style.scss */
a.left-contact-button {
  float: left;
  background: #7a9dc5; }

/* line 756, ../scss/style.scss */
a.right-contact-button {
  float: right;
  background: #a5c8ef; }

/* line 765, ../scss/style.scss */
.aircompany-info, #aircompanies .aircompany, .partners .aircompany {
  display: block;
  width: 405px;
  background-image: url(../img/aircompany-logo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 165px;
  text-decoration: none;
  text-align: center;
  font-size: 21px;
  font-family: Century Gothic;
  text-transform: uppercase;
  background-size: 60% auto; }
  /* line 779, ../scss/style.scss */
  .aircompany-info .inner, #aircompanies .aircompany .inner, .partners .aircompany .inner {
    opacity: 0;
    background: #7a9dc5;
    color: #fff;
    width: 405px;
    padding-top: 70px;
    height: 95px; }
  /* line 789, ../scss/style.scss */
  .aircompany-info:hover .inner, #aircompanies .aircompany:hover .inner, .partners .aircompany:hover .inner {
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s; }

/* line 797, ../scss/style.scss */
#aircompanies {
  width: 870px;
  margin: 0 auto; }
  /* line 801, ../scss/style.scss */
  #aircompanies .aircompany {
    float: left;
    margin-right: 60px;
    margin-bottom: 50px; }
    /* line 808, ../scss/style.scss */
    #aircompanies .aircompany:nth-child(odd) {
      margin-right: 0px; }

/* line 816, ../scss/style.scss */
.about-us {
  width: 670px;
  margin: 0 auto; }

/* line 822, ../scss/style.scss */
.partners {
  width: 1622px;
  margin: 0 auto;
  text-align: center; }
  /* line 827, ../scss/style.scss */
  .partners .aircompany {
    float: left;
    margin-bottom: 20px; }
  @media screen and (max-width: 1300px) {
    /* line 822, ../scss/style.scss */
    .partners {
      width: 1220px; } }

/* line 839, ../scss/style.scss */
div.aircompany-head {
  width: 100%;
  background-image: url(../img/transaero.jpg);
  background-size: cover;
  background-position: center center;
  height: 500px; }

/* line 847, ../scss/style.scss */
.airplane {
  color: #fff;
  display: block;
  width: 200px;
  margin: 0 auto; }
  /* line 853, ../scss/style.scss */
  .airplane a {
    color: #fff; }

/* line 858, ../scss/style.scss */
.about-company {
  padding-top: 90px;
  padding-bottom: 90px; }
  /* line 862, ../scss/style.scss */
  .about-company .aircompany-info, .about-company #aircompanies .aircompany, #aircompanies .about-company .aircompany, .about-company .partners .aircompany, .partners .about-company .aircompany {
    float: left; }
  /* line 866, ../scss/style.scss */
  .about-company div.aircompany-info-text {
    float: right;
    width: 750px;
    padding-top: 30px;
    text-align: left; }

/* line 875, ../scss/style.scss */
.aircompany-infoblock {
  height: 400px;
  line-height: 1.5; }
  /* line 879, ../scss/style.scss */
  .aircompany-infoblock a {
    color: #fff;
    height: 30px;
    text-decoration: underline;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s; }
    /* line 885, ../scss/style.scss */
    .aircompany-infoblock a:hover {
      text-decoration: underline;
      color: #fcb02b; }
  /* line 891, ../scss/style.scss */
  .aircompany-infoblock span {
    display: block;
    height: 30px; }

/* line 897, ../scss/style.scss */
div.cargo-types {
  background: #ddedff; }
  /* line 901, ../scss/style.scss */
  div.cargo-types h5 {
    text-transform: uppercase; }
  /* line 905, ../scss/style.scss */
  div.cargo-types .inner {
    width: 1270px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px; }
    /* line 912, ../scss/style.scss */
    div.cargo-types .inner .icons {
      float: left;
      margin-bottom: 10px; }
    @media screen and (max-width: 1300px) {
      /* line 905, ../scss/style.scss */
      div.cargo-types .inner {
        width: 635px; } }

/* line 923, ../scss/style.scss */
.schedule {
  padding: 0px 0px 60px 0px;
  text-align: center; }
  /* line 927, ../scss/style.scss */
  .schedule .inner {
    width: 95%;
    margin: 0 auto; }
  /* line 932, ../scss/style.scss */
  .schedule h5 {
    text-transform: uppercase;
    color: #7a9dc5; }

/* line 939, ../scss/style.scss */
table {
  font-family: Century Gothic;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  margin-bottom: 25px; }
  /* line 952, ../scss/style.scss */
  table tr:first-child td {
    background: #7a9dc5;
    color: #fff; }
  /* line 958, ../scss/style.scss */
  table td {
    border: 2px solid #fff;
    height: 66px;
    padding-left: 20px;
    background: #ddedff; }

/* line 967, ../scss/style.scss */
.news {
  width: 1180px;
  margin: 0 auto; }
  /* line 971, ../scss/style.scss */
  .news .outer-post {
    float: left;
    width: 587px;
    height: 212px; }
    /* line 977, ../scss/style.scss */
    .news .outer-post .post {
      color: #fff;
      background: #a5c8ef;
      width: 586px;
      height: 182px;
      border: 1px solid #fff;
      padding-top: 38px;
      transition: background 0.4s;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s;
      -o-transition: background 0.4s; }
      /* line 986, ../scss/style.scss */
      .news .outer-post .post:hover {
        background: #7a9dc5;
        cursor: pointer; }
      /* line 991, ../scss/style.scss */
      .news .outer-post .post:nth-child(5) {
        position: static !important; }
      /* line 995, ../scss/style.scss */
      .news .outer-post .post:nth-child(6) {
        position: static !important; }
      /* line 999, ../scss/style.scss */
      .news .outer-post .post .inner {
        width: 90%;
        margin: 0 auto;
        text-align: left; }
        /* line 1004, ../scss/style.scss */
        .news .outer-post .post .inner h5 {
          color: #fff;
          text-transform: uppercase;
          margin-top: 0px;
          margin-bottom: 22px; }
        /* line 1011, ../scss/style.scss */
        .news .outer-post .post .inner .text {
          height: 121px;
          overflow: hidden; }
        /* line 1016, ../scss/style.scss */
        .news .outer-post .post .inner div.fulltext {
          display: none; }
      /* line 1021, ../scss/style.scss */
      .news .outer-post .post.active {
        min-height: 182px;
        height: auto;
        background: #7a9dc5;
        position: absolute; }

/* line 1033, ../scss/style.scss */
.pagination {
  width: 501px;
  margin: 0px auto;
  text-align: center;
  height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Century Gothic; }
  /* line 1042, ../scss/style.scss */
  .pagination a {
    display: inline-block;
    color: #162644;
    font-size: 21px;
    margin-right: 22px;
    padding-bottom: 1px;
    text-decoration: none;
    font-weight: bold;
    color: #3f5a78; }
    /* line 1052, ../scss/style.scss */
    .pagination a:hover {
      color: #fcb02b;
      cursor: pointer; }
    /* line 1057, ../scss/style.scss */
    .pagination a:first-child {
      background-image: url(../img/arrow-l.png);
      background-repeat: no-repeat;
      background-position: 0px 8px;
      height: 24px;
      padding-left: 20px; }
      /* line 1065, ../scss/style.scss */
      .pagination a:first-child:hover {
        background-position: 0px -26px; }
    /* line 1070, ../scss/style.scss */
    .pagination a:last-child {
      background-image: url(../img/arrow-r.png);
      background-repeat: no-repeat;
      background-position: right 8px;
      height: 24px;
      padding-right: 20px; }
      /* line 1078, ../scss/style.scss */
      .pagination a:last-child:hover {
        background-position: right -26px; }
  /* line 1085, ../scss/style.scss */
  .pagination span {
    display: inline-block;
    color: #162644;
    font-size: 21px;
    margin-right: 22px;
    padding-bottom: 1px;
    text-decoration: none;
    font-weight: bold;
    color: #000; }

/* line 1099, ../scss/style.scss */
.welcome {
  background-image: url(../img/welcome.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 871px;
  color: #fff;
  text-align: center; }
  /* line 1107, ../scss/style.scss */
  .welcome .inner {
    width: 1180px;
    margin: 0 auto;
    padding-top: 2px; }
    /* line 1112, ../scss/style.scss */
    .welcome .inner h2 {
      color: #fff;
      text-transform: uppercase;
	padding-top: 77px;}
    /* line 1117, ../scss/style.scss */
    .welcome .inner span {
      font-size: 28px;
      font-family: Century Gothic;
      display: none; 
      height: 77px; }
  /* line 1127, ../scss/style.scss */
  .welcome .left-welcome {
    float: left;
    background-color: rgba(165, 200, 239, 0.8); }
  /* line 1133, ../scss/style.scss */
  .welcome .right-welcome {
    float: right;
    background-color: rgba(221, 237, 255, 0.8); }

/* line 1140, ../scss/style.scss */
.welcome-info-blocks, .welcome .left-welcome, .welcome .right-welcome {
  display: block;
  width: 50%;
  height: 400px;
  margin-top: 80px;
  color: #fff;
  text-decoration: none !important; }
  /* line 1148, ../scss/style.scss */
  .welcome-info-blocks:hover, .welcome .left-welcome:hover, .welcome .right-welcome:hover {
    background-color: rgba(252, 176, 43, 0.8);
    transition: background-color 0.6s;
    -webkit-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -o-transition: background-color 0.6s; }
  /* line 1154, ../scss/style.scss */
  .welcome-info-blocks span, .welcome .left-welcome span, .welcome .right-welcome span {
    background-image: url(../img/explore-white.png);
    color: #fff;
    font-size: 42px;
    font-family: Century Gothic !important;
    height: 52px;
    margin: 0 auto;
    padding: 13px 60px 26px 0px;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-position: right center; }
  /* line 1167, ../scss/style.scss */
  .welcome-info-blocks .welcome-inner, .welcome .left-welcome .welcome-inner, .welcome .right-welcome .welcome-inner {
    padding-top: 150px; }

/* line 1174, ../scss/style.scss */
.uppercase {
  text-transform: uppercase; }

/* line 1178, ../scss/style.scss */
#main-news {
  margin-bottom: 100px; }
  /* line 1183, ../scss/style.scss */
  #main-news .post:nth-child(3) {
    position: static !important; }
  /* line 1187, ../scss/style.scss */
  #main-news .post:nth-child(4) {
    position: static !important; }

/* line 1195, ../scss/style.scss */
div.technical-specs {
  text-align: center; }
  /* line 1197, ../scss/style.scss */
  div.technical-specs h5 {
    text-transform: uppercase; }
  /* line 1201, ../scss/style.scss */
  div.technical-specs .inner {
    width: 98%;
    margin: 0 auto;
    min-width: 980px; }
    /* line 1206, ../scss/style.scss */
    div.technical-specs .inner .spec {
      float: left;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 30px; }
      /* line 1214, ../scss/style.scss */
      div.technical-specs .inner .spec:nth-child(odd) {
        margin-right: 0; }
      /* line 1219, ../scss/style.scss */
      div.technical-specs .inner .spec td:nth-child(even) {
        width: 30%; }

/* line 1227, ../scss/style.scss */
select {
  width: 300px;
  border: 1px solid #a5c8ef;
  color: #7a9dc5;
  height: 45px;
  font-size: 14px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(../img/select-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 270px center;
  border-radius: 0;
  background-color: #fff;
  font-family: Century Gothic; }

/* line 1246, ../scss/style.scss */
.map-control {
  float: left;
  margin-right: 20px; }
  /* line 1250, ../scss/style.scss */
  .map-control:nth-child(2) {
    margin-right: 0px; }

/* line 1255, ../scss/style.scss */
.map-control-wrapper {
  width: 620px;
  margin: 0 auto; }

/* line 1260, ../scss/style.scss */
.map {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 1266, ../scss/style.scss */
div.plan-slider {
  width: 100%;
  height: 600px;
  margin: 30px 0px; }
  /* line 1271, ../scss/style.scss */
  div.plan-slider div.plan-img {
    width: 100%;
    height: 100%;
    background-image: url(../img/plan-bg.png);
    overflow: hidden; }
    /* line 1277, ../scss/style.scss */
    div.plan-slider div.plan-img div.slide-element {
      width: 300vw; }
      /* line 1280, ../scss/style.scss */
      div.plan-slider div.plan-img div.slide-element div.img-screen {
        width: 100vw;
        float: left;
        text-align: center; }
        /* line 1285, ../scss/style.scss */
        div.plan-slider div.plan-img div.slide-element div.img-screen img {
          height: 100%; }
  /* line 1292, ../scss/style.scss */
  div.plan-slider div.plan-control-screen {
    position: absolute;
    margin-top: -600px;
    width: 100%;
    height: 600px; }
    /* line 1298, ../scss/style.scss */
    div.plan-slider div.plan-control-screen div.top-control {
      margin: 40px auto;
      width: 700px; }
      /* line 1302, ../scss/style.scss */
      div.plan-slider div.plan-control-screen div.top-control a {
        display: block;
        float: left;
        text-transform: uppercase;
        background-color: #fff;
        padding: 15px;
        width: 190px;
        margin-left: 2px;
        text-align: center;
        text-decoration: none;
        font-family: Century Gothic;
        color: #3f5a78;
        font-size: 14px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s; }
        /* line 1318, ../scss/style.scss */
        div.plan-slider div.plan-control-screen div.top-control a:hover, div.plan-slider div.plan-control-screen div.top-control a.active {
          color: white;
          background-color: #a5c8ef; }
    /* line 1325, ../scss/style.scss */
    div.plan-slider div.plan-control-screen div.arrows {
      margin-top: 270px; }
      /* line 1328, ../scss/style.scss */
      div.plan-slider div.plan-control-screen div.arrows a {
        display: block;
        height: 50px;
        width: 50px;
        margin: 0px 20px;
        background-repeat: no-repeat; }
        /* line 1335, ../scss/style.scss */
        div.plan-slider div.plan-control-screen div.arrows a.left {
          background-image: url(../img/plan-control-left.png);
          float: left; }
        /* line 1340, ../scss/style.scss */
        div.plan-slider div.plan-control-screen div.arrows a.right {
          background-image: url(../img/plan-control-right.png);
          float: right; }
        /* line 1345, ../scss/style.scss */
        div.plan-slider div.plan-control-screen div.arrows a:hover {
          background-position: 0px -50px; }

/* line 1354, ../scss/style.scss */
.map {
  background-color: #ddedff;
  padding: 0;
  margin: 30px auto; }

/* line 1360, ../scss/style.scss */
path {
  fill: #a2b5ca;
  transition: fill .2s; }
  /* line 1364, ../scss/style.scss */
  path.active {
    fill: #a2ccfb !important;
    stroke: #608ab6 !important; }

/* line 1370, ../scss/style.scss */
text {
  fill: white;
  font-family: Century Gothic;
  font-size: 11px; }

/* line 1376, ../scss/style.scss */
svg {
  display: block;
  margin: 0 auto; }

/* line 1381, ../scss/style.scss */
#israel {
  fill: #a2ccfb;
  stroke: #608ab6; }

/*
#point-telaviv, #point-telaviv-outer, #text-telaviv,
#point-moscow, #point-moscow-outer, #text-outer,
#point-ekaterinburg, #point-ekaterinburg-outer, #text-ekaterinburg,
#point-ufa, #point-ufa-outer, #text-ufa,
#point-samara, #point-samara-outer, #text-samara,
#point-minsk, #point-minsk-outer, #text-minsk,
#point-kishinev, #point-kishinev-outer, #text-kishinev,*/
/* line 1394, ../scss/style.scss */
.map-point, .map-point-outer, .map-text, .map-way {
  display: none; }

/* line 1398, ../scss/style.scss */
#point-telaviv, #point-telaviv-outer, #text-telaviv {
  display: inherit; }

.contact-add {
	font-size: 16px;
  color: #3f5a78;
  display: block;
  float: right;
  width: 325px;
  margin: 0;
  text-align: left;
  line-height: 2;
  margin-top: 3px;
  padding: 0;
  font-family: Century Gothic;
}

.extensions {
	font-size: 21px;
  text-transform: none;
  float: left;
  /* padding-top: 0px; */
  margin-top: 3px;
  margin-bottom: 0px;
}

#extensions {
	/* padding-bottom: 10px; */
  /* padding-top: 20px; */
  width: 479px;
  float: right;
  text-align: left;
}

#phone-outer .contact {
  margin-top: 5px;
}

#phone-outer {
  padding-top: 16px;
  width: 773px;
  padding-bottom: 20px;
}

.custom-combobox {
  position: relative;
  display: inline-block;
  width: 288px;
  border: 1px solid #a5c8ef;
  overflow: hidden;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  color: #7a9dc5;
  border: none;
  color: #7a9dc5;
  height: 43px;
  font-size: 14px;
  width: 97%;
  font-family: Century Gothic;
}
.custom-combobox-input:focus {
  outline: none;
}

.ui-autocomplete {
  border: 1px solid #a5c8ef;
  margin-left: -2px;
}

.ui-autocomplete .ui-menu-item {
  background-color: #fff;
  font-family: Century Gothic;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ui-autocomplete .ui-menu-item:hover {
  background-color: #ddedff;
}

.ui-button {
  width: 42px;
  height: 42px;
  z-index: 20;
  background-image: url(/assets/templates/unitag/img/select-arrow-down.png);
  margin-left: 246px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

