


/* Start:/bitrix/templates/aerotrans/css/styles.css*/
h1 {
  color: #3f3f3f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
h2 {
  font-size: 14px;
  color: #3f3f3f;
  text-transform: uppercase;
}
a {
  color: #439896;
  text-decoration: underline;
  font-style: italic;
}
a:hover {
  text-decoration: none;
}
.btn {
  font-style: normal;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none !important;
}
.btn.btn-default {
  color: #ffffff;
  background: #c5c3c1;
  border: 0;
  font-size: 16px;
  text-decoration: none;
}
.btn.btn-default:hover {
  background: #acacac;
}
.btn.btn-default:hover:after {
  border-right-color: #acacac;
}
.btn.btn-default:active,
.btn.btn-default:focus {
  background: #acacac;
}
.btn.btn-default:active:after,
.btn.btn-default:focus:after {
  border-right-color: #acacac;
}
.btn.btn-back {
  position: relative;
  margin-left: 16px;
  padding: 5px 25px;
}
.btn.btn-back:active,
.btn.btn-back:focus {
  -webkit-box-shadow: inset -8px 3px 6px rgba(0, 0, 0, 0.125);
  box-shadow: inset -8px 3px 6px rgba(0, 0, 0, 0.125);
}
.btn.btn-back:after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: " ";
  display: block;
  position: absolute;
  left: -32px;
  z-index: 3;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #c5c3c1;
  border-width: 16px;
  margin-top: -16px;
}
.btn.btn-bordered {
  border: 2px transparent solid;
  background: rgba(151, 151, 151, 0.6);
  font-size: 18px;
  text-decoration: none;
}
.btn.btn-bordered:hover {
  background: rgba(151, 151, 151, 0.25);
}
.btn.btn-bordered:active,
.btn.btn-bordered:focus,
.btn.btn-bordered.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #b3b3b3;
  background: rgba(197, 195, 193, 0);
  border-color: #c1c1c1;
}
.history .table td {
  border: 0;
  padding: 0;
}
.history .img-story {
  width: 260px;
  height: 280px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.history .story:first-child .table tr td.text {
  color: #3f3f3f;
}
.history .story:first-child .table tr td.text h2 {
  color: #3f3f3f;
}
.history .story:first-child .table tr td .img-story {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: none;
  /* IE6-9 */
}
.history hr {
  border-color: #c5c5c5;
}
.history td.text {
  padding-left: 15px;
  color: #9a9a9c;
}
.history td.text h2 {
  color: #9a9a9c;
  font-size: 60px;
  font-weight: bold;
  margin-top: 0;
}
.vacancies .content {
  margin-bottom: 30px;
}
.vacancies > ul h5 {
  font-weight: bold;
}
.vacancies > ul ul {
  list-style-type: disc;
}
.vacancies > ul ul li {
  color: #9a9a9c;
  font-size: 14px;
}
.vacancies .show {
  text-transform: uppercase;
  font-style: normal;
  font-size: 15px;
}
.custom-left-menu {
  width: 215px;
  float: left;
}
.custom-left-menu li {
  margin-bottom: 10px;
}
.custom-left-menu .btn.btn-bordered {
  border-color: #c5c5c5;
}
.right-content {
  float: right;
  width: 735px;
  padding-bottom: 30px;
}
.container {
  width: 1000px;
}
section {
  min-width: 1000px;
  overflow: hidden;
}
body {
  font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
  line-height: 1.1;
  min-width: 1000px;
}
.custom-inputs .form-control {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-style: italic;
}
.custom-inputs .form-control:focus,
.custom-inputs .form-control:active {
  border: #d0d0d0 1px solid;
  -webkit-box-shadow: 0px 0px 7px 0px #ffffff, inset 0px 0px 7px 0px #ffffff;
  -moz-box-shadow: 0px 0px 7px 0px #ffffff, inset 0px 0px 7px 0px #ffffff;
  box-shadow: 0px 0px 7px 0px #ffffff, inset 0px 0px 7px 0px #ffffff;
}
.custom-inputs .form-group.has-error .form-control {
  color: #a94442 !important;
  border-color: #C7A2A1 !important;
}
.modal-vacancy {
  margin-top: 120px;
}
.modal-vacancy .modal-content {
  background-color: #3f3f3f;
  border: none;
  color: white;
}
.modal-vacancy .modal-content .vacancy-type {
  text-transform: uppercase;
  padding: 3px 0 10px;
}
.modal-vacancy .modal-content .file-input {
  margin: 2px 0;
}
.modal-vacancy .modal-content .modal-body {
  padding: 0 15px 15px;
}
.modal-vacancy .modal-content .modal-header {
  font-size: 16px;
  position: relative;
  font-weight: normal;
  color: white;
  border: 0;
  padding: 10px 0 0;
  text-align: center;
}
.modal-vacancy .modal-content .modal-header .close {
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #3f3f3f;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=20);
  position: absolute;
  right: -27px;
  top: -35px;
}
.modal-vacancy .modal-content .progress {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  padding: 1px;
  height: 24px;
}
.modal-vacancy .modal-content .bar {
  background-color: #3f3f3f;
  width: 0%;
  height: 20px;
}
.modal-vacancy .modal-content .percent {
  position: absolute;
  color: #9C9C9C;
  display: inline-block;
  top: 1px;
  left: 48%;
}
.tooltip.fade.in {
  z-index: 15;
}
.tooltip.fade.in .tooltip-inner {
  background: #F00;
  border-radius: 4px;
}
.tooltip.fade.in.right {
  width: 200px;
}
.tooltip.fade.in.right .tooltip-arrow {
  border-right-color: #F00;
  top: 50% !important;
}
.tooltip.fade.in.left .tooltip-arrow {
  border-left-color: #F00;
}
.tooltip.fade.in.top .tooltip-arrow {
  border-top-color: #F00;
}
.tooltip.fade.in.bottom .tooltip-arrow {
  border-bottom-color: #F00;
}
header {
  height: 210px;
  position: relative;
  min-width: 1000px;
  background: url('/bitrix/templates/aerotrans/css/../images/line-pattern.png');
}
header > .container {
  padding-top: 10px;
}
header > .container .logo {
  display: block;
  float: left;
}
header > .container .slogan {
  text-transform: uppercase;
  color: #3f3f3f;
  font-size: 16px;
  padding-top: 60px;
  margin-left: 40px;
  width: 500px;
  float: left;
}
header > .container .authorized {
  font-size: 14px;
}
header > .container .auth-icon {
  background-image: url('/bitrix/templates/aerotrans/css/../images/key.svg');
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
header > .container .auth-icon svg {
  fill: #fff;
}
header > .container .auth-icon.user {
  background-image: url('/bitrix/templates/aerotrans/css/../images/user.svg');
}
header > .container .auth-icon.logout-icon {
  background-image: url('/bitrix/templates/aerotrans/css/../images/exit.svg');
  width: 14px;
  height: 14px;
  top: 3px;
  margin-right: 5px;
}
header > .container .info {
  height: 90px;
  width: 160px;
  float: right;
}
header > .container .info a {
  text-decoration: none;
  font-style: normal;
}
header > .container .info .logout {
  color: #3f3f3f;
  font-style: normal;
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  float: right;
  margin-top: 3px;
}
header > .container .info .lang {
  width: 77px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 13px;
  color: white;
  float: left;
  text-decoration: none;
  background: #3f3f3f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header > .container .info .lang:hover {
  background: #9f9f9f;
}
header > .container .info .lang:focus,
header > .container .info .lang:active {
  -webkit-box-shadow: inset -3px 3px 3px rgba(0, 0, 0, 0.125);
  box-shadow: inset -3px 3px 3px rgba(0, 0, 0, 0.125);
  background: #9f9f9f;
}
header > .container .info .lang:nth-child(1) {
  margin-right: 6px;
}
header > .container .info .lang.active {
  background: rgba(63, 63, 63, 0.5);
}
header > .container .info .auth-form .dropdown-menu {
  background: rgba(63, 63, 63, 0.5);
  margin-top: 0;
  border: 0;
  width: 280px;
  margin-left: -60px;
  padding: 20px;
}
header > .container .info .auth-form.open .auth {
  background: rgba(63, 63, 63, 0.5);
}
header > .container .info .auth {
  width: 160px;
  height: 40px;
  background: #3f3f3f;
  color: white;
  margin-top: 10px;
  padding-top: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header > .container .info .auth:hover {
  background: #9f9f9f;
}
header > .container .info .auth-form .btn {
  float: right;
}
header .fake-menu-section {
  position: relative;
  height: 84px;
  bottom: 10px;
}
header .fake-menu-section .fake-menu {
  position: absolute;
  bottom: 17px;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
}
header .fake-menu-section .fake-menu:before {
  content: " ";
  display: block;
  position: absolute;
  background: url('/bitrix/templates/aerotrans/css/../images/top-shadow.png');
  width: 1379px;
  height: 17px;
  margin-left: -690px;
  left: 50%;
  top: -17px;
}
header .fake-menu-section .fake-menu:after {
  content: " ";
  display: block;
  position: absolute;
  background: url('/bitrix/templates/aerotrans/css/../images/bottom-shadow.png');
  width: 1379px;
  height: 17px;
  margin-left: -690px;
  left: 50%;
  bottom: -17px;
  z-index: 1;
}
header nav.navbar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0;
  border: 0;
  background: white;
  z-index: 5;
}
header nav.navbar .navbar-nav {
  width: 100%;
  text-align: center;
  font-size: 0;
}
header nav.navbar .navbar-nav > li {
  font-size: 15px;
  display: inline-block;
  float: none;
}
header nav.navbar .navbar-nav > li:hover {
  background-color: #b2b1af;
}
header nav.navbar .navbar-nav > li:hover a {
  color: white;
}
header nav.navbar .navbar-nav > li > a {
  text-transform: uppercase;
  padding: 15px 30px;
  color: #000000;
  text-decoration: none;
  font-style: normal;
}
header nav.navbar .navbar-nav > .active > a,
header nav.navbar .navbar-nav > .active > a:hover,
header nav.navbar .navbar-nav > .active > a:focus,
header nav.navbar .navbar-nav > a:hover {
  color: white;
  background-color: #b2b1af;
}
header nav.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
header nav.navbar .dropdown-menu {
  left: -35px;
  background: #a8acb0;
  border: 0;
  width: 285px;
  padding: 0;
}
header nav.navbar .dropdown-menu li {
  border-bottom: 1px solid #878a8b;
}
header nav.navbar .dropdown-menu li a {
  display: block;
  min-height: 38px;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  white-space: normal;
}
header nav.navbar .dropdown-menu li:hover a,
header nav.navbar .dropdown-menu li.active a {
  background: #878a8b;
}
.page-title {
  margin-bottom: 25px;
}
.partners {
  width: 860px;
  margin: 0 auto;
}
.partners .partner {
  width: 265px;
  height: 185px;
  float: left;
  margin: 0 10px 30px;
  display: block;
  text-decoration: none;
}
.partners .partner .img {
  width: 265px;
  height: 140px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.partners .partner h2 {
  color: #3f3f3f;
  text-align: center;
  font-size: 15px;
}
.top-slider {
  height: 490px;
  width: 100%;
  position: relative;
  margin-top: -17px;
}
.top-slider .slick-prev,
.top-slider .slick-next {
  display: none!important;
}
.top-slider .slide {
  width: 100%;
  height: 490px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.top-slider .slide .text {
  color: #f4f4f4;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  background: rgba(56, 91, 113, 0.59);
}
.header h1 {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.header h1 .line {
  width: 145px;
  float: left;
  display: block;
  height: 1px;
  background: #3f3f3f;
  margin-top: 9px;
  margin-right: 15px;
}
main .services {
  text-align: center;
  width: 1000px;
}
main .services .service {
  text-decoration: none;
  font-style: normal;
  display: block;
  height: 190px;
  background: #525252;
  margin-bottom: 28px;
  width: 305px;
  margin-right: 28px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .services .service .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 30px;
  opacity: 0;
  background: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid white;
}
main .services .service:hover {
  background: #439896;
}
main .services .service:hover .btn {
  position: relative;
  z-index: 1;
  opacity: 1;
}
main .services .service h1 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-top: 75px;
}
main .services .service .img {
  display: block;
  opacity: .3;
  position: absolute;
  width: 100%;
  background-size: cover;
  height: 100%;
  top: 0;
  left: 0;
}
.search-group .input-group-addon {
  border: 0;
  color: white;
  font-size: 16px;
  position: relative;
}
.search-group .input-group-addon:first-child {
  background: #3f3f3f;
}
.search-group .input-group-addon:first-child:before {
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  z-index: 3;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #3f3f3f;
  border-width: 17px;
  margin-top: -17px;
}
.search-group .input-group-addon:last-child {
  background: #9f9f9f;
  padding: 0;
}
.search-group .input-group-addon:last-child .btn-default {
  padding: 6px 24px;
  border: 0 !important;
}
.search-group .input-group-addon:last-child .btn-default:hover,
.search-group .input-group-addon:last-child .btn-default:active,
.search-group .input-group-addon:last-child .btn-default:focus {
  background: #3f3f3f;
}
.search-group .input-group-addon:last-child .btn-default:active,
.search-group .input-group-addon:last-child .btn-default:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}
.search-group .input-group-addon:last-child:before {
  content: " ";
  display: block;
  position: absolute;
  left: -1px;
  z-index: 2;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #FFFFFF;
  border-width: 18px;
  margin-top: -18px;
}
.search-group input {
  box-shadow: none !important;
  color: #3f3f3f;
  border: 1px #3f3f3f solid;
  padding-left: 25px;
}
.association {
  width: 100%;
  position: relative;
  min-height: 85px;
  background: url('/bitrix/templates/aerotrans/css/../images/line-pattern.png');
  padding-top: 10px;
}
.association .table {
  width: 920px;
  margin: 0 auto 10px;
  border-spacing: 20px 10px;
  border-collapse: inherit;
}
.association .table td {
  border: 0;
}
.association .table td .btn {
  padding: 7px 80px;
}
.association a {
  display: block;
  width: 100%;
}
.association:before {
  content: " ";
  display: block;
  position: absolute;
  background: url('/bitrix/templates/aerotrans/css/../images/bottom-shadow.png');
  width: 1379px;
  height: 17px;
  margin-left: -690px;
  top: 0;
  z-index: 1;
  left: 50%;
}
.top-divider {
  width: 100%;
  height: 35px;
}
.event-block .news-list .news-block {
  width: 460px;
}
.event-block .news-list .news-block .content {
  width: 380px;
}
.event-block .news-list .news-block .img {
  margin-top: 10px;
  max-width: 460px;
}
.last-news li {
  padding-bottom: 3px;
}
.last-news li a {
  font-size: 16px;
  font-style: normal;
}
.news-list .news-block {
  margin-bottom: 15px;
}
.news-list .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  color: #3f3f3f;
}
.news-list .more {
  float: right;
  margin-right: 50px;
}
.news-list .text {
  color: #9a9a9c;
  margin-top: 5px;
}
.news-list .date {
  float: left;
  width: 70px;
  color: #3f3f3f;
  font-weight: bold;
  font-size: 27px;
  margin-top: -4px;
}
.news-list .date span {
  background: #3f3f3f;
  font-size: 17px;
  color: white;
  display: block;
  text-align: center;
}
.news-list.event-full .content {
  width: 890px;
  float: right;
  margin-bottom: 15px;
}
.news-list.event-full .content .text {
  display: block;
  float: none;
  width: 890px;
  color: #9a9a9c;
  font-size: 14px;
}
.news-list.event-full .event-slider {
  width: 850px;
  margin: 30px 0 30px 25px;
}
.news-list.event-full .event-slider .slide img {
  width: 245px;
  height: 140px;
}
.news-list.event-big .news-block {
  width: 440px;
  float: left;
}
.news-list.event-big .news-block .date {
  margin: -5px 10px 20px 0;
}
.news-list.event-big .news-block:nth-child(even) {
  float: right;
}
.news-list.event-big .news-block:hover .img-block {
  position: relative;
  cursor: pointer;
}
.news-list.event-big .news-block:hover .img-block:after {
  opacity: .5;
  display: block;
  content: " ";
  position: absolute;
  width: 440px;
  background: #439896;
  height: 120px;
  top: 0;
  left: 0;
}
.news-list.event-big .img-block {
  width: 440px;
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-list.event-big .img-block a {
  width: 440px;
  height: 120px;
  display: block;
  position: relative;
  z-index: 3;
}
.news-list.event-big .img-block img {
  width: 440px;
  height: 120px;
  opacity: 0;
}
.news-list.news-big .news-block .date {
  margin: -5px 10px 20px 0;
}
.news-list.news-big .news-block:hover .img-block {
  position: relative;
  cursor: pointer;
}
.news-list.news-big .news-block:hover .img-block:after {
  opacity: .5;
  display: block;
  content: " ";
  position: absolute;
  width: 180px;
  background: #439896;
  height: 100px;
  top: 0;
  left: 0;
}
.news-list.news-big .news-block.debtors .item-right {
  float: none;
  width: 100%;
}
.news-list.news-big .item-right {
  float: right;
  width: 760px;
}
.news-list.news-big .item-right .text {
  float: none;
}
.news-list.news-big .img-block {
  float: left;
  width: 180px;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-list.news-big .img-block a {
  width: 180px;
  height: 100px;
  display: block;
  position: relative;
  z-index: 3;
}
.news-list.news-big .img-block img {
  width: 180px;
  height: 100px;
  opacity: 0;
}
.close-link {
  text-align: center;
}
.panel-group .panel + .panel {
  margin-top: 25px;
}
.panel {
  background: none;
  padding: 0;
  border: 0;
  margin-top: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.panel .panel-title a {
  font-size: 15px;
  color: #439896;
  font-style: normal;
  text-transform: uppercase;
}
.panel .icon-block {
  float: left;
  width: 20px;
}
.panel .title-block {
  float: left;
  width: 949px;
}
.panel .panel-heading {
  background: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  padding: 0;
}
.panel .panel-heading .glyphicon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.panel .panel-heading a.collapsed .glyphicon {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.panel .panel-body {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding-left: 20px;
  border: 0 !important;
  font-size: 14px;
  color: #9a9a9c;
}
.service-big .table td {
  border: 0;
  padding: 0;
}
.service-big .img-block {
  background: #439896;
}
.service-big .img-block img {
  opacity: 1;
}
.service-big.with-img .content {
  padding: 15px 0 0 40px;
}
.service-big.with-img .content .panel .title-block {
  width: 651px;
  text-decoration: underline;
}
.service-big.with-img .content .panel .title-block:hover {
  text-decoration: none;
}
.prev,
.next {
  color: #e1e1e1;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  font-size: 36px;
  cursor: pointer;
  top: 50%;
  margin-top: -18px;
  padding: 0;
  border: none;
  outline: none;
}
.prev:hover,
.next:hover {
  color: #c5c3c1;
}
.prev {
  left: -35px;
}
.next {
  right: 20px;
}
footer .news-list .content {
  width: 350px;
  float: right;
}
footer .info-block {
  height: 500px;
  background: url('/bitrix/templates/aerotrans/css/../images/ball.jpg'), #efedea;
  background-position: left bottom;
  background-repeat: no-repeat;
}
footer .info-block .news-block {
  float: left;
  width: 430px;
  height: 110px;
}
footer .info-block .news-block:nth-last-child(2) {
  margin-bottom: 0;
}
footer .info-block .event-block {
  width: 460px;
  float: right;
}
footer .info-block .event-block .news-block {
  height: 340px;
  margin-bottom: 20px;
}
footer .footer {
  height: 135px;
  background: white;
  position: relative;
}
footer .footer .logo {
  float: left;
  padding-top: 10px;
}
footer .footer .logo img {
  height: 120px;
}
footer .footer .slogan {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  padding: 30px 5px;
}
footer .footer address {
  float: right;
  font-size: 16px;
  text-align: right;
  padding: 30px 0;
}
footer .footer address .phone {
  font-weight: bold;
  font-size: 24px;
}
footer .footer:before {
  content: " ";
  display: block;
  position: absolute;
  background: url('/bitrix/templates/aerotrans/css/../images/bottom-shadow.png');
  opacity: .8;
  width: 1379px;
  height: 17px;
  margin-left: -690px;
  top: 0;
  z-index: 1;
  left: 50%;
}
footer .footer-menu {
  background: #868689;
  height: 50px;
}
footer .footer-menu .btn-default {
  color: #d0d2d3;
  background: none;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 14px;
  text-decoration: none;
}
footer .footer-menu ul {
  margin-bottom: 0;
  text-align: center;
  font-size: 0;
}
footer .footer-menu ul li {
  font-size: 14px;
  display: inline-block;
}
.navigation {
  width: 100%;
  text-align: center;
}
.navigation .pagination {
  display: inline-block;
}
.navigation .pagination .g-left {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation .pagination li {
  margin: 0 1px;
  display: block;
  float: left;
}
.navigation .pagination li.disabled a {
  background: #439896;
  color: white;
}
.navigation .pagination li.arrow a {
  background: none;
  padding: 6px 3px;
  font-size: 17px;
  color: #e1e1e1;
}
.navigation .pagination li a {
  font-style: normal;
  background: #e1e1e1;
  border: 0;
  color: #9c9c9c;
}
.left-content {
  float: left;
  width: 310px;
}
.right-map {
  width: 625px;
  float: right;
}
.feedback hr {
  border-color: #3f3f3f;
}
.feedback h4 {
  text-align: center;
  display: none;
}
.feedback h2 {
  color: #3f3f3f;
  text-align: center;
  font-weight: bold;
}
.feedback .input-group-addon {
  color: #9f9f9f;
  font-size: 16px;
}
.feedback .btn-default {
  width: 180px;
  display: block;
  margin: 0 auto 40px;
}
.feedback .form-control:active,
.feedback .form-control:focus {
  border-color: #797979;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.user-space {
  margin-bottom: 50px;
}
.user-space .document {
  margin-bottom: 15px;
}
.user-space .document .btn {
  float: right;
  text-transform: inherit;
  padding: 0 12px;
}
.user-space h5 {
  font-weight: bold;
}
.user-space .shared-documents {
  width: 400px;
  float: right;
}
.user-space .shared-documents h5 {
  margin-bottom: 20px;
}
.user-space .user-documents {
  width: 460px;
  padding-left: 20px;
  float: left;
}
.user-space .user-documents .documents-head {
  padding: 6px 35px 6px 20px;
  background: #3f3f3f;
  text-transform: uppercase;
  color: white;
}
.user-space .user-documents .documents-head .date {
  display: inline-block;
  float: right;
}
.user-space .user-documents .panel {
  margin-top: 20px;
}
.user-space .user-documents .panel .title-block {
  width: 420px;
}
.user-space .user-documents .panel .title-block .date {
  color: #9f9f9f;
  display: inline-block;
  float: right;
  padding-right: 40px;
  font-size: 15px;
}
.user-space .user-documents .panel .panel-body {
  border-top: 1px dashed #3f3f3f !important;
  border-bottom: 1px dashed #3f3f3f !important;
  margin: 10px 0;
}
.search-form {
  position: relative;
}
.search-form .ajax-search {
  height: 36px;
}
.search-form .ajax-content {
  position: absolute;
  width: 774px;
  background: white;
  border: 1px solid #3f3f3f;
  border-top: 0;
}
.search-form .ajax-content ul {
  padding: 0;
  margin: 0;
}
.search-form .ajax-content ul li {
  padding: 3px 12px 3px 25px;
  cursor: pointer;
}
.search-form .ajax-content ul li:hover {
  background: #cccccc;
}
.search-page {
  margin-bottom: 30px;
}
.search-page .search-string-result {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3f3f3f;
  margin-bottom: 20px;
}
.search-page .search-string-result .result {
  color: #439896;
}
.search-page .search-item h4 {
  margin-bottom: 5px;
}
.search-page .search-item h4 a {
  font-size: 15px;
  font-style: normal;
}
.search-page .search-item .search-preview {
  color: #9f9f9f;
}
.assocations tbody > tr > td {
  padding: 0;
  background: #439896;
}
.assocations tbody > tr > td .btn {
  width: 229px;
  height: 100px;
  display: block;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.assocations tbody > tr > td .btn:hover {
  opacity: .7;
}

/* End */
/* /bitrix/templates/aerotrans/css/styles.css */
