/*Base
============*/
*, * a:focus{
  outline: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  background: #f4f5f6;
  font-family: 'Roboto', sans-serif;
  outline: none;
}

.wrapper {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 240px;
}

p {
  margin: 0;
  padding: 0;
}

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

/*Header
=============*/
.wrapper > header {
  width: 100%;
  background: #fff;
  height: 125px;
}

.logo {
  float: left;
  height: 100%;
  padding: 0 29px 0 15px;
  position: relative;
  margin-right: 25px;
}
.logo:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background: #cbd6da;
  right: 0;
  top: 40px;
}
.logo a {
  position: relative;
  display: block;
  height: 125px;
  width: 283px;
}
.logo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slogan {
  float: left;
}
.slogan p {
  color: #1d343b;
  font-size: 50px;
  font-weight: 100;
  line-height: 118px;
}

/*Navigation
================*/
nav {
  width: 100%;
  height: 60px;
  background: #1eaaf0;
  margin-bottom: 15px;
}

.nav-list-lincks li {
  float: left;
}
.nav-list-lincks li a {
  display: block;
  height: 60px;
  width: auto;
  padding: 0 15px;
  line-height: 60px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.nav-list-lincks li a:hover {
  background-color: #3bb9f9;
  text-decoration: none;
}

.sb-search {
  position: relative;
  margin: 10px 0;
  width: 0;
  min-width: 40px;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #1D343C;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 0 25px 0 15px;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.sb-search-input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.sb-search-input:-moz-placeholder {
  color: #fff;
  font-weight: 300;
}

.sb-search-input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}

.sb-search-input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.sb-icon-search,
.sb-search-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff;
  visibility: hidden;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #fff;
  background: #1d343c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 90;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #1d343c;
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

.ico-search:before {
  margin-left: 2px;
}

/***/
.menu {
  display: block;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.menu li a {
  display: block;
  height: 60px;
  width: auto;
  padding: 0 15px;
  line-height: 60px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover {
  background-color: #3bb9f9;
  text-decoration: none;
}

.mobile-menu {
  display: none;
  width: 100%;
  background: #3bb9f9;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  height: 60px;
}
.mobile-menu:hover {
  background: #3bb9f9;
  color: #ffffff;
  text-decoration: none;
}
.mobile-menu .ico-menu {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  background: transparent;
  margin: 10px 0;
  text-align: center;
}
.mobile-menu .ico-menu:before {
  font-size: 30px;
  text-align: center;
  margin: 5px;
  line-height: 40px;
}

.menu-bar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #cbcccd ;
  -moz-box-shadow: 0 1px 3px #cbcccd ;
  box-shadow: 0 1px 3px #cbcccd ;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.menu-bar h6 {
  margin: 20px 0;
  padding: 0 15px;
  color: #1d343b;
  font-size: 22px;
  font-weight: 500;
}
.menu-bar ul li {
  height: 40px;
  border-bottom: 1px solid #e6ebed;
}
.menu-bar ul li:last-of-type {
  border-bottom: 0;
}
.menu-bar ul li a {
  line-height: 39px;
  color: #84959a;
  font-size: 15px;
  font-weight: 300;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.menu-bar ul li a:hover {
  background: #f4f5f6;
  text-decoration: none;
}
.menu-bar ul li a:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #1eaaf0;
  width: 5px;
  height: 100%;
}

.content {
  padding-bottom: 50px;
}

.different-info {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #cbcccd ;
  -moz-box-shadow: 0 1px 3px #cbcccd ;
  box-shadow: 0 1px 3px #cbcccd ;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.main-title {
  box-sizing: border-box;
  border-bottom: 5px solid #f4f5f6;
  padding: 0 15px;
  margin-bottom: 20px;
  height: auto;
}
.main-title h1, .main-title h6 {
  display: block;
  margin: 0;
  line-height: 70px;
  float: left;
  color: #1d343b;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  padding: 15px 0;
}

.title-ico {
  width: 30px;
  height: 30px;
  background: #1eaaf0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 20px 10px 20px 0;
}

.ico-svg {
  color: white;
}

.ico-planet:before {
  font-size: 24px;
  margin: 3px;
}

.ico-palm:before {
  font-size: 32px;
  margin: 0;
  position: relative;
  top: -3px;
}

.ico-star:before {
  font-size: 22px;
  margin: 4px;
  position: relative;
  top: -1px;
}

.ico-comment:before {
  font-size: 18px;
  margin: 5px;
  position: relative;
  top: 3px;
}

.ico-portfolio:before {
  font-size: 20px;
  margin: 5px;
  position: relative;
  top: 0;
}

.inner-ico {
  position: absolute;
  top: 18px;
  left: 25px;
  display: block;
  width: 30px;
  height: 30px;
}
.inner-ico:before {
  font-size: 18px;
  margin: 5px;
  position: absolute;
  top: 0;
  color: #1eaaf0;
}

.short-news {
  box-sizing: border-box;
  padding-left: 15px;
}
.short-news p {
  color: #84959a;
  font-size: 14px;
  font-weight: 400;
}

.title-short-news {
  color: #1d343b;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  display: inline-block;
}
a.title-short-news{
  text-decoration: none;
  color: #1d343b;
  cursor: pointer;
}
a.title-short-news:hover{
  text-decoration: underline;
}

.date-news, .short-list-news li a .time, .title-review .time, .little-info-news .time, .date-review .time {
  color: #d0d1d1;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  display: inline-block;
  line-height: 16px;
}

.goToNews {
  clear: both;
  display: block;
  float: right;
  color: #1eaaf0;
  font-size: 14px;
  font-weight: 400;
}
.goToNews:hover {
  text-decoration: none;
}

.linck-ico:before {
  margin: 0;
  position: relative;
  top: 4px;
}

.short-list-news li {
  height: 80px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.short-list-news li:last-of-type a {
  border-bottom: 0;
}
.short-list-news li:hover {
  background: #f4f5f6;
}
.short-list-news li:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #1eaaf0;
  width: 5px;
  height: 100%;
}
.short-list-news li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6ebed;
  position: relative;
}
.short-list-news li a:hover {
  text-decoration: none;
}
.short-list-news li a p {
  color: #1d343c;
  font-size: 14px;
  font-weight: 400;
}

.short-list-news.db-short li {
  width: 100%;
  max-width: 274px;
  float: left;
  height: 98px;
}
.short-list-news.db-short li:nth-of-type(5) a {
  border-bottom: 0;
}
.short-list-news.db-short li:hover:before {
  left: 0 !important;
  right: inherit;
}

.popular-company h1, .popular-company h6 {
  display: block;
  margin: 0 0 20px 0;
  line-height: 70px;
  float: left;
  color: #1d343b;
  font-size: 40px;
  font-weight: 300;
}

.company-item {
  float: left;
  width: 155px;
  height: 135px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #cbcccd ;
  -moz-box-shadow: 0 1px 3px #cbcccd ;
  box-shadow: 0 1px 3px #cbcccd ;
  margin-right: 15px;
  margin-bottom: 15px;
}
.company-item:last-of-type {
  margin-right: 0;
}
.company-item figure {
  position: relative;
  height: 95px;
  width: 100%;
}
.company-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.name-company {
  height: 40px;
  box-sizing: border-box;
  border-top: 1px solid #e9e9e9;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.company-item figure:before {
  content: "";
  background: url("../images/arrow.png") no-repeat;
  width: 26px;
  height: 11px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 42px;
  z-index: 1000;
}
.name-company p {
  font-size: 13px;
  color: #1d343b;
  font-weight: 700;
  line-height: 16px;
  padding-left: 6px;
padding-top: 6px;
}

.other-reviews h1, .other-reviews h6 {
  display: block;
  margin: 0 0 20px 0;
  line-height: 70px;
  float: left;
  color: #1d343b;
  font-size: 40px;
  font-weight: 300;
  width: 100%;
}

.other-item {
  width: 265px;
  height: 250px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #cbcccd ;
  -moz-box-shadow: 0 1px 3px #cbcccd ;
  box-shadow: 0 1px 3px #cbcccd ;
  float: left;
  margin-right: 20px;
}
.other-item:last-of-type {
  margin-right: 0;
}
.other-item a:hover {
  text-decoration: none;
}
.other-item a:hover .title-review {
  border-color: #1eaaf0;
}
.other-item a:hover .title-review:before {
  border-color: transparent transparent #1eaaf0 transparent;
}

.picture-review {
  width: 100%;
  height: 165px;
  overflow: hidden;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}

.title-review {
  height: 85px;
  box-sizing: border-box;
  border-top: 5px solid #fff;
  padding: 0 10px;
  position: relative;
}
.title-review:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #fff transparent;
}
.title-review span {
  color: #1d343b;
  font-weight: 700;
  font-size: 16px;
  display: block;
  overflow: hidden;
  height: 46px;
}

.AvCompanyTitle {
  border-bottom: 0;
  margin-bottom: 0;
}

.title-population {
  height: 40px;
  background: #f4f5f6;
  position: relative;
  padding: 0 15px;
  margin-bottom: 20px;
}
.title-population-search{
  margin-bottom: 0;
}
.title-population span {
  color: #1d343b;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.lis-copm {
  padding: 0 15px;
}

.list-population-compani li {
  width: 100%;
  max-width: 193px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.list-population-compani li:nth-of-type(4n) {
  margin-right: 0;
}
.list-population-compani li:nth-of-type(4n+1) {
  clear: both;
}
.list-population-compani li a {
  color: #1eaaf0;
  font-size: 13px;
  font-weight: 400;
}
.list-population-compani li a:hover {
  text-decoration: underline;
}

.my-accordion {
  padding: 0 15px;
}

.my-accordion > #accordion > h3 {
  cursor: pointer;
}

#accordion .lis-copm {
  padding: 0;
}

.list-news {
  padding: 0 15px;
}
.list-news li {
  height: 196px;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6ebed;
  margin-bottom: 15px;
}
.list-news li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-news li figure {
  float: left;
  width: 100%;
  max-width: 255px;
  display: block;
  margin-right: 15px;
  height: 180px;
  overflow: hidden;
}
.list-news li figure:hover {
  opacity: 0.8;
}
.list-news li:hover .little-info-news {
  background: #f4f5f6;
  box-shadow: 15px 0 0 #f4f5f6;
}
.list-news li:hover .little-info-news:before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  background: #1eaaf0;
}

.little-info-news {
  float: left;
  max-width: 535px;
  width: 100%;
  height: 180px;
}

.title-news {
  color: #1d343b;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.title-news:hover {
  color: #1d343b;
}

.little-info-news {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
}
.little-info-news .time {
  margin: 0 0 10px 0;
}
.little-info-news p {
  color: #84959a;
  font-size: 14px;
  font-weight: 400;
}
.little-info-news a.goToNews {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.pager {
  width: 100%;
  height: 36px;
  margin-bottom: 25px;
  list-style: none;
}
.pager ul {
  float: right;
  display: inline-block;
}
.pager ul li {
  float: left;
  width: 36px;
  height: 36px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pager ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 17px;
  color: #1d343b;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  padding: 0;
}
.pager ul li a.active-page {
  color: #1eaaf0;
}
.pager ul li a:hover {
  background: #1eaaf0;
  color: #fff !important;
}

.page-next {
  background: none;
}
.page-next a {
  background: none !important;
}
.page-next a i, .page-next a em {
  width: 6px;
  height: 12px;
  display: inline-block;
  background: url("../images/pager-img.png") -6px 0 no-repeat;
}
.page-next a:hover i, .page-next a:hover em {
  background: url("../images/pager-img.png") -6px -12px no-repeat;
}

.page-prev {
  background: none;
}
.page-prev a {
  background: none !important;
}
.page-prev a i, .page-prev a em {
  width: 6px;
  height: 12px;
  display: inline-block;
  background: url("../images/pager-img.png") 0 0 no-repeat;
}
.page-prev a:hover i, .page-prev a:hover em {
  background: url("../images/pager-img.png") 0 -12px no-repeat;
}

.breadcrumbs {
  margin-bottom: 20px;
  padding-left: 15px;
}
.breadcrumbs a {
  padding-right: 17px;
  background: url("../images/bred-arrow.png") no-repeat right center;
  color: #84959a;
  font-size: 16px;
  font-weight: 300;
  margin-right: 10px;
  text-decoration: underline;
  display: inline-block;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span {
  color: #1eaaf0;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.page-not-found {
  width: 100%;
  max-width: 503px;
  margin: 50px auto 0;
  text-align: center;
  padding: 0 15px 30px;
}
.page-not-found img {
  margin-bottom: 30px;
}
.page-not-found p {
  color: #1d343c;
  font-size: 45px;
  font-weight: 400;
}

.inner-page {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #cbcccd ;
  -moz-box-shadow: 0 1px 3px #cbcccd ;
  box-shadow: 0 1px 3px #cbcccd ;
  box-sizing: border-box;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.inner-page h1 {
  color: #1d343b;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 20px 0;
}

.date-review {
  height: 25px;
  background: #f4f5f6;
  position: relative;
  margin-bottom: 20px;
}
.date-review:before {
  position: absolute;
  top: 0;
  left: -15px;
  background: #f4f5f6;
  width: 15px;
  height: 100%;
  content: "";
  display: block;
}
.date-review:after {
  position: absolute;
  top: 0;
  right: -15px;
  background: #f4f5f6;
  width: 15px;
  height: 100%;
  content: "";
  display: block;
}
.date-review .time {
  line-height: 25px;
  margin: 0;
}

.information figure {
  float: left;
  margin-right: 20px;
  width: 100%;
  max-width: 350px;
}
.information figure a img {
  margin-bottom: 10px;
}
.information figure figcaption {
  padding-bottom: 9px;
  border-bottom: 1px solid #e6ebed;
}
.information figure figcaption span {
  color: #84959a;
  font-size: 14px;
  font-weight: 300;
}
.information p, span.empty {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
span.empty{
  margin: 20px 0 0;
  display: inline-block;
}
.information ul {
  padding: 0 0 0 15px;
}
.information ul li {
  background: url("../images/list-mark.png") no-repeat 0 8px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
}
.information ol {
  color: #1eaaf0;
  font-weight: 700;
  font-size: 16px;
}
.information ol li {
  margin-bottom: 20px;
}
.information ol li span, .information ol li strong {
  color: #656565;
  font-weight: 400;
}
.information blockquote {
  background: #f4f5f6 url("../images/block-bg.png") no-repeat 13px 20px;
  box-sizing: border-box;
  padding: 15px 0 15px 37px;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  color: #84959a;
  font-size: 16px;
  font-weight: 400;
}

.comments {
  box-sizing: border-box;
  padding: 0 15px;
}

.windows-panel-search {
  padding: 0 15px;
}

.your-request {
  color: #1d343b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.your-request span {
  font-weight: 700;
  font-size: 18px;
}

.sub-search {
  width: 100%;
  display: block;
  height: 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.sub-search input {
  width: 100%;
  float: left;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #f3f5f5;
  border: 0;
  box-sizing: border-box;
  padding: 0 10px;
  color: #84959a;
  font-size: 14px;
  font-weight: 300;
}
.sub-search button {
  width: 74px;
  height: 30px;
  background-color: #1da9ef;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.sub-search button i, .sub-search button em {
  color: #fff;
}

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

input[type="radio"] + label {
  font-size: 16px;
  color: #84959a;
  cursor: pointer;
  font-weight: 300;
  margin: 0;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
}

input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/cheked.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

input[type="radio"] + label::before {
  background-position: 0 0;
}

input[type="radio"]:checked + label::before {
  background-position: 0 -20px;
}

.list-group-news li {
  float: left;
  margin-right: 30px;
}
.list-group-news li:last-of-type {
  margin-right: 0;
}

.ico-portfolio:before {
  font-size: 20px;
  margin: 5px;
  position: relative;
  top: 0;
}

.sub-ico {
  position: relative;
}
.sub-ico .inner-ico {
  top: -9px;
  left: 0;
}

.info-company {
  width: 100%;
  height: 315px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
}
.info-company img {
  width: 100%;
  height: 100%;
}
.logo-company img {
  width: auto !important;
  height: auto !important;
}

.contact-company {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 400px;
  height: 285px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
}

.main-info {
  box-sizing: border-box;
  padding: 15px;
}
.main-info .main-company-info {
  border-bottom: 1px solid #1D343B;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.main-info .main-company-info li {
  float: left;
  color: #1D343B;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 14px;
}
.main-info .main-company-info li:nth-of-type(2n) {
  width: 155px;
}
.main-info .main-company-info li:nth-of-type(2n+1) {
  width: 200px;
  margin-right: 15px;
}
.main-info ul li span, .contact-avia li span {
  font-size: 14px;
  font-weight: 300;
}
.contact-avia li {
  width: 100%;
  color: #1D343B;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 14px;
}
.contact-avia li span a {
  color: #1EAAF0;
  font-weight: 400;
}
.sub-info-company {
  height: 40px;
  background: none repeat scroll 0 0 #FFF;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  padding: 0 15px;
}
.sub-info-company p {
  float: left;
  color: #1D343B;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.sub-info-company p a {
  color: #1eaaf0;
  font-weight: 400;
  font-size: 16px;
}
.sub-info-company p a:hover {
  text-decoration: underline;
}
.sub-info-company p a:last-of-type i, .sub-info-company p a:last-of-type em {
  margin-right: 0;
}

.icons-soc {
  float: left;
}
.icons-soc a {
  width: 30px;
  height: 30px;
  background: none repeat scroll 0 0 #1EAAF0;
  border-radius: 50%;
  margin: 5px 10px 5px 0;
  display: block;
  float: left;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  font-size: 18px;
}
.icons-soc a:last-of-type {
  margin-right: 0;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
}

.soc-inform a:hover {
  opacity: 0.8;
}

.like-company {
  padding: 0 15px;
  margin-bottom: 25px;
}
.like-company p {
  color: #1d343b;
  font-size: 18px;
  font-weight: 300;
  float: left;
  margin-right: 10px;
}

.soc-like-company {
  position: relative;
  top: 5px;
}

.tab-container {
  padding: 0 15px;
}

.etabs {
  height: 45px;
  background: #f4f5f6;
  border-bottom: 3px solid #1eaaf0;
  margin-bottom: 10px;
}
.etabs li {
  float: left;
  height: 100%;
  border-right: 1px solid #fff;
}
.etabs li a {
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 8px;
  color: #1d343c;
  font-size: 15px;
  font-weight: 300;
  height: 45px;
  display: block;
  outline: none;
}
.etabs li a:hover {
  background: #1eaaf0;
  color: #fff;
  text-decoration: none;
}
.etabs li:last-of-type {
  border-right: 0;
}
.etabs li:last-of-type a {
  padding: 0 14px;
}
.etabs li:last-of-type a:hover {
  box-shadow: 2px 0 0 #1eaaf0;
}
.etabs li:last-of-type a.active {
  box-shadow: 2px 0 0 #1eaaf0;
}
.etabs li.active a.active {
  background: #1eaaf0;
  color: #fff;
  text-decoration: none;
}

.representatives {
  padding-top: 15px;
  position: relative;
}
.representatives:last-of-type {
  border-bottom: 1px solid #E6EBED;
  margin-bottom: 10px;
}
.representatives h2 {
  color: #1D343B;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 25px;
  line-height: 32px;
}

.representatives-item {
  margin-bottom: 20px;
}
.representatives-item h3 {
  color: #1d343b;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.representatives-item p {
  color: #1d343b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.representatives-item p i, .representatives-item p em {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  background-color: #1da9ef;
  display: block;
  float: left;
  margin-right: 12px;
}

.info-user {
  padding-right: 170px;
  position: relative;
  /*height: 95px;*/
}
.info-user figure {
  width: 95px;
  /*height: 95px;*/
  float: left;
  margin-right: 20px;
}
.info-user .contact-user p {
  font-size: 18px;
  font-weight: 400;
  color: #1d343b;
  line-height: 19px;
}
.info-user .contact-user p span {
  color: #84959a;
  font-size: 16px;
}

.user-item {
  padding-bottom: 20px;
}

.btn-message, .btn-message:active, .btn-message:focus  {
  width: 170px;
  height: 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #F39B01;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  color: #F39B00;
  outline: none;
}
.btn-message:hover {
  text-decoration: none;
  color: #fff;
  background: #F39B01;
}

.logo-company {
  position: absolute;
  top: 15px;
  left: 15px;
}

.ico-map:before, .ico-phone:before, .ico-mail:before {
  margin: 0;
  color: #FFF;
  text-align: center;
  width: 25px;
  display: inline-block;
  height: 25px;
  line-height: 26px;
  font-size: 19px;
}

.ico-mail:before {
  font-size: 10px;
}

/*Footer
================*/
footer {
  width: 100%;
  position: relative;
  margin-top: -240px;
}

.footer-wrap {
  height: 185px;
  background: #c1cfd3;
  box-sizing: border-box;
  padding: 20px 0;
}

.footer-bottom {
  height: 55px;
  background: #8ea5ac;
}
.footer-bottom p {
  color: #f4f5f6;
  font-size: 17px;
  font-weight: 400;
  line-height: 55px;
}

.footer-list-lincks li {
  margin-bottom: 20px;
}
.footer-list-lincks li a {
  font-size: 16px;
  color: #1d343c;
  font-weight: 400;
  line-height: 18px;
}

.footer-soc li {
  float: left;
  margin-right: 10px;
}
.footer-soc li a {
  width: 35px;
  height: 35px;
  background: #8ea5ac;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #c1cfd3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.footer-soc li a:hover {
  opacity: 0.8;
}

.soc-media p {
  color: #1d343c;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}

.pager ul li.page-show {
  width: auto;
  margin-right: 15px;
}
.pager ul li.page-show a {
  color: #1DA9EF;
}
.pager ul li.page-show a:hover {
  background: none;
  color: #1DA9EF !important;
  text-decoration: underline;
}
.short-list-airline {
  display: inline-block;
}
.menu-bar ul li.active a {
  background: #f4f5f6;
  text-decoration: none;
}
.menu-bar ul li.active a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #1eaaf0;
  width: 5px;
  height: 100%;
}
.short-news figure a img {
  width: 100%
}
.list-news li figure a img {
  height: 100%
}
.information h2 {
  font-weight: 600;
  font-size: 32px;
  color: #1d343b;
}


/*Form-Aviaseles*/
/*.ng-scope{*/
/*width: 100% !important;*/
/*}*/

@media (max-width: 1199px){
  .ng-scope.ng-isolate-scope.icons_blue.white_blue.default.locale__ru {
    width: 100% !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-places {
    float: none !important;
    width: 100% !important;
  }
  .aviasales_inlineable > .ng-scope.ng-isolate-scope.icons_blue.white_blue.default.locale__ru  .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia {
    padding-left: 50px !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-places {
    display: inline-block;
    float: none;
    width: 100%;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-places-origin_container {
    right: 31px !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-places-destination_container {
    right: 0 !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-passengers {
    right: 31px !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-dates {
    float: none !important;
    width: 100% !important;
  }
  .travelpayouts_container, .aviasales_inlineable {
    width: 100%;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-trip_class {
    right: 31px !important;
  }
}
@media (max-width: 991px){

}
@media (max-width: 610px){
  .aviasales_inlineable .travelpayouts_container-form-container-places-origin_container__swapper {
    position: relative !important;
    top: 0 !important;
    width: 23px !important;
    height: 20px !important;
    cursor: pointer;
    background-position: -14px -28px;
    background-color: transparent;
    margin: 15px 0 !important;
    left: 50% !important;
    margin-left: -12px !important;
  }
  .aviasales_inlineable > .ng-scope.ng-isolate-scope.icons_blue.white_blue.default.locale__ru .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia {
    padding-left: 19px !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-places-origin_container {
    right: 0 !important;
  }
  .aviasales_inlineable .travelpayouts_container-form-container-places-origin_container {
    float: none !important;
    width: 100% !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-places-destination_container {
    padding-top: 0 !important;
  }
  .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-dates-depart_container {
    right: 0 !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-passengers {
    right: 0 !important;
  }
  .aviasales_inlineable .travelpayouts_container-form-container-submit_wrapper {
    width: 150px;
    float: none !important;
    clear: both;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -75px;
    padding-top: 30px;
  }
  .aviasales_inlineable .travelpayouts_container-form-container-places-destination_container,
  .aviasales_inlineable .travelpayouts_container-form-container-dates-depart_container,
  .aviasales_inlineable .travelpayouts_container-form-container-dates-return_container{
    width: 100% !important;
    float: none !important;
  }
  .aviasales_inlineable .wide_form.travelpayouts_container-form.travelpayouts_container-form--type-avia .travelpayouts_container-form-container-trip_class {
    right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
    form.routesKPD.selectRoute { display: block !important; }
    .selectRoute > label { min-width: 100%; margin: 10px 0; }
}
@media (max-width: 350px) {
  .travelpayouts_container-form-container-passengers-infants {
    width: 59px !important;
  }
}
.ico-global {
  background: url("../images/ico-world.png") no-repeat center;
  width: 28px;
  height: 32px;
  display: block;
}
.ico-next-ar {
  font-size: 16px;
  margin-left: 10px;
  font-weight: 300;
}

.best-spec {
  background: #f49b01;
  padding: 10px 15px;
}
.best-spec p {
  font-size: 22px;
  color: #fff;
  line-height: 120%;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #fbb233;
  margin-bottom: 15px;
}
.best-spec a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  line-height: 14px;
}
.best-spec a:hover {
  text-decoration: none;
}

.tickets-best {
  padding: 25px 0;
}

.dates-tick p {
  color: #84959a;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

.best-price p {
  color: #84959a;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  line-height: 37px;
}
.best-price p:first-of-type {
  position: relative;
  margin-top: -14px;
}
.best-price p span {
  font-size: 40px;
  color: #1eaaf0;
  font-weight: 700;
}

.route-list {
  width: 100%;
}
.route-list tbody tr {
  height: 45px;
}
.route-list tbody tr:nth-child(odd) {
  background: #f4f5f6;
  position: relative;
  box-shadow: -15px 0 0 #f4f5f6, 15px 0 0 #f4f5f6;
}
.route-list tbody td {
  color: #84959a;
  font-size: 14px;
  font-weight: 400;
}
.route-list tbody td:nth-child(1) {
  width: 380px;
}
.route-list tbody td:nth-child(2) {
  width: 200px;
}
.route-list tbody td:nth-child(3) {
  width: 110px;
}
.route-list tbody td:nth-child(4) {
  width: 115px;
}

.table-btn, .table-btn:active, .table-btn:focus  {
  width: 115px;
  height: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #F39B01;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  color: #F39B00;
  outline: none;
}
.table-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #F39B01;
}

.linck-route {
  color: #1eaaf0;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
.linck-route:hover {
  color: #1eaaf0;
}

.tickets {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6ebed;
}

.btn-details {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #1eaaf0;
  font-weight: 400;
  border-bottom: 1px solid #e6ebed;
  margin-bottom: 10px;
  outline: none;
}
.btn-details:focus, .btn-details:active {
  outline: none;
  color: #1eaaf0;
}
.btn-details:hover {
  color: #1eaaf0;
}

.arrows-det {
  background: url("../images/arrows-det.png") no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.active-par .arrows-det {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.details {
  padding: 30px 0;
  display: none;
  margin-bottom: 0;
}
.details ul {
  margin-bottom: 30px;
}
.details ul li:last-child {
  margin-bottom: 0;
}

.country-list {
  color: #84959a;
  font-size: 16px;
  font-weight: 400;
}
.country-list a {
  color: #1eaaf0;
  margin-right: 10px;
}
.country-list a:hover {
  text-decoration: underline;
}

.list-route-second {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6ebed;
  margin-bottom: 10px;
}
.list-route-second li {
  float: left;
  width: 395px;
  margin-bottom: 10px;
}
.list-route-second li:nth-child(odd) {
  margin-right: 15px;
}
.list-route-second li a:first-of-type {
  color: #1eaaf0;
  font-size: 14px;
}

.btn-second-route, .btn-second-route:active, .btn-second-route:focus {
  width: 165px;
  height: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #F39B01;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  color: #F39B00;
  outline: none;
}
.btn-second-route:hover {
  text-decoration: none;
  color: #fff;
  background: #F39B01;
}
.airlineviewnews {
  padding: 0;
}

section.TPWL-search_notify_window {
  z-index: 1000;
  border: 1px solid #ccc;
}

.title-cheap-tickets {
  color: #1d343b;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
.table-container {
  width: 100%;
  overflow-x: auto;
}
.cheap-tickets table {
  width: 805px;
  margin-bottom: 10px;
}
.cheap-tickets table thead tr {
  height: 45px;
  background: #f4f5f6;
  box-shadow: 15px 0 0 #f4f5f6, -15px 0 0 #f4f5f6;
}
.cheap-tickets table thead tr td {
  color: #1d343b;
  font-size: 16px;
  font-weight: 700;
}
.cheap-tickets table tbody tr {
  height: 45px;
}
.cheap-tickets table tbody tr:nth-child(even) {
  background: #f4f5f6;
  box-shadow: 15px 0 0 #f4f5f6, -15px 0 0 #f4f5f6;
}
.cheap-tickets table tbody tr td {
  color: #84959a;
  font-size: 14px;
  font-weight: 400;
}
.cheap-tickets table tbody tr td a {
  color: #1eaaf0;
  text-decoration: none;
}
.cheap-tickets table tbody tr td a:hover {
  text-decoration: underline;
}

.info-history {
  border-top: 1px solid #e6ebed;
  padding-top: 30px;
  margin-bottom: 30px;
}
.info-history p {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
}
.info-history p img {
  margin: 0 15px 5px 0;
  float: left;
}
.title-history {
  font-size: 18px;
  color: #1d343b;
  font-weight: 700;
  line-height: 35px;
}

.gotoUp {
  display: inline-block;
  float: none;
}

.btn-h {
  float: left;
  width: auto !important;
  padding: 0 15px;
}

.nav-linck a:first-of-type {
  margin-right: 30px;
}
.av-tab {
  margin: 30px 0 !important;
}
.main-company-info li span a {
  color: #1EAAF0;
  font-weight: 400;
}
.soc-double {
  top: 10px;
}
.section-av {
  padding: 15px 0;
}
.title-av h2 {
  font-weight: 300;
  font-size: 40px;
  color: #1d343b;
  margin-bottom: 15px;
}
#map-canvas {
  width: 100%;
  height: 370px;
}


/*01.03.2015*/

.search-aero {
  background: #1eaaf0;
  padding: 15px;
  margin-bottom: 30px;
}
.title-fo {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
.info-a {
  color: #97d5f4;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}
.form-search-avia {
  margin-bottom: 20px;
}
.form-search-avia input {
  display: block;
  width: calc(100% - 165px);
  height: 45px;
  border-radius: 2px;
  border: 0;
  float: left;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  color: #84959a;
  font-weight: 300;
}
.form-search-avia input::-webkit-input-placeholder {color:#84959a;font-size: 16px;font-weight: 300;}
.form-search-avia input::-moz-placeholder          {color:#84959a;font-size: 16px;font-weight: 300;}/* Firefox 19+ */
.form-search-avia input:-moz-placeholder           {color:#84959a;font-size: 16px;font-weight: 300;}/* Firefox 18- */
.form-search-avia input:-ms-input-placeholder      {color:#84959a;font-size: 16px;font-weight: 300;}
.btn-form {
  width: 150px;
  height: 45px;
  border-radius: 2px;
  float: right;
  border: 0;
  outline: none;
  background: #1d343c;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.btn-form:hover {
  background: #fff;
  color: #1d343c;
}
.tabs-lang > ul {
  background: 0;
  border: 0;
}
.tabs-lang > ul > li {
  float: left;
  width: 40px;
  height: 40px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #1d343c !important;
  border-radius: 50%;
}
.tabs-lang > ul > li:first-of-type {
  border-top: 1px solid #1d343c !important;
  margin-right: 5px;
}
.tabs-lang > ul > li.ui-tabs-active {
  background: #1d343c;
}
.tabs-lang > ul > li.ui-tabs-active a {
  color: #fff !important;
}
.tabs-lang > ul > li a {
  color: #1d343c !important;
  font-size: 16px;
  font-weight: 300;
  display: block;
  text-align: center;
  line-height: 38px;
  outline: none;
}
.tabs-lang span {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  float: left;
  display: block;
  margin-right: 10px;
}
.list-alfabet {
  padding-top: 15px;
}
.list-alfabet li {
  float: left;
  width: 40px;
  height: 40px;
}
.list-alfabet li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  font-weight: 300;
  display: block;
  text-align: center;
  line-height: 40px;
}
.list-alfabet li:hover, .list-alfabet li.active {
  background: #fff;
  border-radius: 50%;
}
.list-alfabet li:hover a, .list-alfabet li.active a {
  color: #1eaaf0;
}
.cheap-tickets--mod {

}
.cheap-tickets--mod table {
  width: 100%;
}
.av-tab--mod thead tr td:first-of-type {
  padding-left: 15px;
}
.av-tab--mod tbody tr td:first-of-type {
  padding-left: 15px;
}
.av-tab--mod {
  margin: 0 !important;
}
#search-jq {
  position: relative;
}
#autocompleteSearch {
  position: relative;
  z-index: 1;
  background: #fff;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ccc;
  position: absolute;
  top: 30px;
  width: calc(100% - 20px);
}
#autocompleteSearch .ui-autocomplete {
  padding: 5px 10px !important;
  margin-top: 20px;
  overflow-y: auto;
  max-height: 220px;
  top: 0px !important;
  position: relative;
  border-bottom: 1px solid #ccc;
}
#autocompleteAirlines .ui-autocomplete,
#autocompleteAirports .ui-autocomplete,
.autocompleteCity .ui-autocomplete {
  background: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 5px 15px !important;
  margin-top: -35px;
  overflow-y: auto;
  max-height: 330px;
}
.autocompleteCity .ui-autocomplete {
  width: calc(100% + 2px) !important;
  left: -1px !important;
  border-width: 1px;
  border-color: #dbdcdc;
}
#autocompleteAirlines .ui-autocomplete li,
#autocompleteAirports .ui-autocomplete li,
#autocompleteSearch .ui-autocomplete li,
.autocompleteCity .ui-autocomplete li {
  border-bottom: 1px solid #ccc;
  padding: 0px !important;
}
#autocompleteAirlines .ui-autocomplete li a,
#autocompleteAirports .ui-autocomplete li a,
#autocompleteSearch .ui-autocomplete li a,
.autocompleteCity .ui-autocomplete li > span {
  padding: 10px !important;
  display: block;
  margin: 0;
  color: #000;
}
.autocompleteCity .ui-autocomplete li > span > span {
  color: #84959a;
}
#autocompleteAirlines .ui-autocomplete li:last-of-type,
#autocompleteAirports .ui-autocomplete li:last-of-type,
#autocompleteSearch .ui-autocomplete li:last-of-type,
.autocompleteCity .ui-autocomplete li:last-of-type {
  border-bottom: 0;
}
#autocompleteAirlines .ui-autocomplete li:hover,
#autocompleteAirports .ui-autocomplete li:hover,
#autocompleteSearch .ui-autocomplete li:hover,
.autocompleteCity .ui-autocomplete li:hover {
  background: #1EAAF0;
}
#autocompleteAirlines .ui-autocomplete li:hover a,
#autocompleteAirports .ui-autocomplete li:hover a,
#autocompleteSearch .ui-autocomplete li:hover a,
.autocompleteCity .ui-autocomplete li:hover span {
  margin: 0 !important;
  color: #fff;
  text-decoration: none;
}
.form-container {
  padding: 0 15px;
}
.form-container p {
  color: #84959a;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: 30px;
}
.our-news {
  width: 100%;
}
.our-news label span {
  display: block;
  color: #1d343c;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}
.our-news label span > b, .our-news .errorMessage {
  color: #84959a;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: inline-block;
}
.our-news .top-form {
  margin-bottom: 30px;
}
.our-news .top-form label {
  width: calc(50% - 8px);
}
.our-news .top-form label input {
  width: 100%;
  height: 45px;
  border: 1px solid #dbdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  color: #84959a;
  font-size: 16px;
  font-weight: 300;
}
.our-news .cent-form {
  margin-bottom: 30px;
}
.our-news .cent-form label {
  width: 100%;
  height: 155px;
}
.our-news .cent-form label textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border: 1px solid #dbdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  color: #84959a;
  font-size: 16px;
  font-weight: 300;
}
.file-to {
  background: #f4f5f6;
  padding: 15px;
  -webkit-box-shadow:  15px 0 0 #f4f5f6, -15px 0 0 #f4f5f6;
  -moz-box-shadow:  15px 0 0 #f4f5f6, -15px 0 0 #f4f5f6;
  box-shadow:  15px 0 0 #f4f5f6, -15px 0 0 #f4f5f6;
  margin-bottom: 30px;
}
.file-to p {
  color: #84959a;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.input_button_style {
  text-align: center;
  overflow: hidden;
  width: 225px;
  height: 45px;
  background-color: #8e9da5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.input_font_style {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 45px;
  cursor: pointer;
  font-weight: 500;
}

.input_input_style {
  margin-top: -50px;
  margin-left: -410px;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 150px;
  height: 100px;
  cursor: pointer;
}
.form-file {
  margin-left: 10px;
  display: inline-block;
}
.sendToMe {
  width: 100%;
  height: 60px;
  background-color: #1DA9EF;
  border-radius: 2px;
  display: block;
  border: 0px none;
  outline: medium none;
  font-size: 18px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
}
.capcha {
  float: left;
  margin-right: 10px;
}
.input-capcha {
  width: 225px;
  height: 45px;
  float: left;
}
.input-capcha input {
  width: 100%;
  height: 100%;
  border: 1px solid #dbdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  color: #84959a;
  font-size: 16px;
  font-weight: 300;
}
.send-fo {
  width: 225px;
  height: 45px;
}
.info-message {
  padding: 10px 0 15px;
}
.info-message p {
  color: #1d343b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.info-message p.title {
  font-size: 30px;
  font-weight: normal;
}
.info-message span {
  color: #84959a;
  font-size: 16px;
  font-weight: 300;
}
.info, .info a {
  margin-bottom: 20px;
  display: block;
}
.info a img {
  width: 100%;
}
.btn-message.sendAgent {
  clear: both;
  position: relative;
  margin: 15px 0;
  display: inline-block;
}
.info-user > div {
  display: inline-block;
  width: 100%;
}
.b-share .b-share__handle {
  padding-top: 0 !important;
}
.b-share_theme_counter {
  display: inline-block;
}

/*AviaForm*/
.aviaForm {
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #cbcccd;
  -moz-box-shadow: 0 1px 3px #cbcccd;
  box-shadow: 0 1px 3px #cbcccd;
  margin-bottom: 30px;
}
.titleAviaForm {
  text-align: center;
}
.titleAviaForm p {
  color: #f49001;
  font-size: 32px;
  line-height: normal;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.titleAviaForm p:before {
  content: '';
  display: block;
  background: url("../images/arrowAvia.png") no-repeat;
  width: 141px;
  height: 33px;
  position: absolute;
  left: -150px;
  top: 10px;
  background-size: contain;
}
.selectRoute {
  height: 45px;
  margin: 10px 0;
}
.selectRoute > label {
  display: block;
  float: left;
  width: 185px;
  margin-right: 15px;
  height: 45px;
  border: 1px solid #dbdcdc;
  position: relative;
}
.selectRoute label > input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0;
  padding: 0 45px 0 15px;
  font-size: 14px;
  color: #1d343c;
  font-weight: 300;
}
.selectRoute label >  span {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  color: #84959a;
  font-size: 14px;
  font-weight: 300;
  line-height: 43px;
}
.selectRoute .ui-helper-hidden-accessible{
    display: none !important;
}
.btnAvia {
  float: left;
  width: 120px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f49b01;
  border: 0;
}
.btnAvia.blue {
    float: right;
    background: #1eaaf0;
    width: 150px;
}
.btnAvia p {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.btnAvia p i {
  display: inline-block;
  background: url("../images/arrow-btn.png") no-repeat;
  width: 19px;
  height: 10px;
  margin-left: 5px;
}
.secondParm {
  width: calc(100% + 2px);
  height: auto;
  border: 1px solid #dbdcdc;
  border-top: 0;
  position: absolute;
  left: -1px;
  top: 44px;
  background: #fff;
  z-index: 898;
  display: none;
}
.activeCP {
  display: block;
}
.secondParm ul {
  padding: 15px;
}
.secondParm ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.secondParm ul li:last-of-type {
  margin-bottom: 0;
}
.secondParm ul li p {
  float: left;
  color: #1d343c;
  font-size: 15px;
  font-weight: 300;
}
.secondParm ul li p span {
  display: block;
  color: #84959a;
  font-size: 14px;
  font-weight: 300;
}
.spinner {
  float: right;
  width: 45px;
}
.spinner input {
  width: 25px;
  float: left;
  border: 0;
  background: #fff;
  text-align: center;
  color: #1eaaf0;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  height: 17px;
}
.spim {
  width: 10px;
  height: 17px;
  display: block;
  float: left;
}
.spimDown {
  background: url("../images/spim-prev.png") no-repeat;
}
.spimDown:hover {
  background: url("../images/spim-prev-h.png") no-repeat;
}
.spimUp {
  background: url("../images/spim-next.png") no-repeat;
}
.spimUp:hover {
  background: url("../images/spim-next-h.png") no-repeat;
}

.checkParm input[type="checkbox"]{
  display:none;
}
.checkParm input[type="checkbox"] + label{
  font-size: 14px;
  color: #1d343c;
  cursor: pointer;
  font-weight: 300;
}
.checkParm input[type="checkbox"] + label::before{
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  background-image: url(../images/cheked-2.png);
  background-repeat: no-repeat;
  float: left;
}
.checkParm input[type="checkbox"] + label::before {
  background-position: 0 0;
}
.checkParm input[type="checkbox"]:checked + label::before {
  background-position: 0 -20px;
}
.checkParm {
  border-top: 1px solid #dbdcdc;
  padding: 10px;
}
.checkParm label {
  display: block;
  margin-bottom: 0;
}

.selectRoute label input::-webkit-input-placeholder {font-size: 14px;color: #1d343c;font-weight: 300;}
.selectRoute label input::-moz-placeholder          {font-size: 14px;color: #1d343c;font-weight: 300;}/* Firefox 19+ */
.selectRoute label input:-moz-placeholder           {font-size: 14px;color: #1d343c;font-weight: 300;}/* Firefox 18- */
.selectRoute label input:-ms-input-placeholder      {font-size: 14px;color: #1d343c;font-weight: 300;}


.ui-datepicker {
  display: none;
  width: 185px;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  background: #FFF none repeat scroll 0 0;
  box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.18);
  padding: 5px 10px;
}
.ui-datepicker-header {
  width: 100%;
  height: 30px;
  text-align: center;
  padding: 0 10px 0;
  font-weight: 600;
  position: relative;
}
.ui-datepicker-header a {
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 0;
  background: url("../images/spim-prev.png") no-repeat center;
}
.ui-datepicker-next {
  right: 0;
  background: url("../images/spim-next.png") no-repeat center;
}
.ui-datepicker-title {
  line-height: 30px;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker .ui-state-active {
  color: #f49b01;
}
.specDate {
  position: relative;
}
.specDate .date-clear {
  position: absolute;
  display: block;
  background: url("../images/clear-fo.png") no-repeat;
  width: 14px;
  height: 14px;
  right: 10px;
  top: calc(50% - 7px);
  cursor: pointer;
}
.countPep:before {
  position: absolute;
  content: '';
  background: url("../images/arrowSel.png") no-repeat;
  width: 17px;
  height: 10px;
  right: 10px;
  top: calc(50% - 5px);
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;

}
.arrowSel:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.visible-xs {
    display: none;
}
@media screen and (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }
}
.mt15 { margin-top: 15px; }
.mb15 { margin-bottom: 15px; }
.route { color: #8c8c8c; }
a { color: #3ab0f1; }