@import url(../libs/bootstrap/bootstrap.min.css);
@import url(../libs/slick/slick.min.css);
@import url(../libs/slick/slick-theme.min.css);
@font-face {
  font-family: "CirceLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/CirceLight/CirceLight.eot");
  src: url("../fonts/CirceLight/CirceLight.eot?#iefix") format("embedded-opentype"), url("../fonts/CirceLight/CirceLight.woff") format("woff"), url("../fonts/CirceLight/CirceLight.ttf") format("truetype");
}

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

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

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

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

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  outline: 0;
}

textarea {
  resize: none;
}

.clear {
  clear: both;
}

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

a, input, textarea, select, button {
  outline: none !important;
}

mark {
  background-color: transparent;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  display: inline-block;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

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

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "ProximaNovaLight", sans-serif;
  overflow-x: hidden;
  color: #ffffff;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.page_container {
  max-width: 100vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.page_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.text-center {
  text-align: center;
}

b, strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover, a:active {
  color: #fff;
  opacity: .5;
}

a:focus {
  color: #fff;
}

a:focus:hover, a:focus:active {
  color: #fff;
  opacity: .5;
}

.navigation_bar_container {
  position: fixed;
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  color: #ffffff;
}

.navigation_bar_container .navigation_bar_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navigation_bar_container .navigation_bar_list li {
  padding: 5px 0;
  -webkit-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.navigation_bar_container .navigation_bar_list li.active {
  padding: 15px 0;
}

.navigation_bar_container .navigation_bar_list li.active:hover .nav_point {
  background-color: rgba(227, 227, 227, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation_bar_container .navigation_bar_list li.active .nav_point {
  width: 4px;
  height: 35px;
  border-radius: 2px;
}

.navigation_bar_container .navigation_bar_list li:hover .nav_point {
  background-color: rgba(227, 227, 227, 0.5);
  -webkit-box-shadow: 0 0 0 3px rgba(227, 227, 227, 0.5);
          box-shadow: 0 0 0 3px rgba(227, 227, 227, 0.5);
}

.navigation_bar_container .navigation_bar_list li:hover a p, .navigation_bar_container .navigation_bar_list li:hover .anc_item p {
  width: 100%;
}

.navigation_bar_container .navigation_bar_list li .nav_point {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(227, 227, 227, 0.5);
  -webkit-box-shadow: 0 0 0 0px rgba(227, 227, 227, 0.5);
          box-shadow: 0 0 0 0px rgba(227, 227, 227, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color .3s ease, height .3s ease, width .3s ease, -webkit-box-shadow .3s ease;
  transition: background-color .3s ease, height .3s ease, width .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: background-color .3s ease, box-shadow .3s ease, height .3s ease, width .3s ease;
  transition: background-color .3s ease, box-shadow .3s ease, height .3s ease, width .3s ease;
  transition: background-color .3s ease, box-shadow .3s ease, height .3s ease, width .3s ease, -webkit-box-shadow .3s ease;
}

.navigation_bar_container .navigation_bar_list li a, .navigation_bar_container .navigation_bar_list li .anc_item {
  cursor: pointer;
  font-family: "ProximaNovaLight", sans-serif;
  font-size: 14px;
  color: #e3e3e3;
  position: relative;
  padding-left: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  opacity: 1;
}

.navigation_bar_container .navigation_bar_list li a p, .navigation_bar_container .navigation_bar_list li .anc_item p {
  position: relative;
  top: 0.5px;
  white-space: nowrap;
  width: 0%;
  overflow: hidden;
  font-family: "ProximaNovaLight", sans-serif;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

section {
  position: relative;
  background-color: #ffffff;
}

.btn_border {
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "ProximaNovaBold", sans-serif;
  letter-spacing: .08em;
  padding: 10px 24px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
}

.btn_border.btn_black {
  color: #333;
  border: 2px solid rgba(51, 51, 51, 0.5);
}

.btn_border.btn_black:hover, .btn_border.btn_black:active {
  border: 2px solid #333333;
  opacity: 1;
  color: #333;
}

.btn_border.btn_black:focus {
  opacity: 1;
  border: 2px solid rgba(51, 51, 51, 0.5);
  color: #333;
}

.btn_border.btn_black:focus:hover, .btn_border.btn_black:focus:active {
  opacity: 1;
  border: 2px solid #333333;
  color: #333;
}

.btn_border:hover, .btn_border:active {
  border: 2px solid white;
  opacity: 1;
}

.btn_border:focus {
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn_border:focus:hover, .btn_border:focus:active {
  opacity: 1;
  border: 2px solid white;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.header.small .header_container {
  background-color: #a8a7ac;
  padding: 20px 40px;
}

.header.small .header_container::after {
  display: none;
}

.header.small .header_container .menu_side ul.menu_list > li.active {
  opacity: 1;
}

.header.small .header_container .menu_side ul.menu_list > li.active a {
  color: #ffffff;
}

.header.small .header_container .menu_side ul.menu_list > li.active a::after {
  width: 100%;
}

.header .header_container {
  background-color: transparent;
  margin: 0 auto;
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
  padding: 47px 40px 43px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: padding .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: padding .3s ease-in-out, background-color .3s ease-in-out;
  transition: padding .3s ease-in-out, background-color .3s ease-in-out;
}

.header .header_container::after {
  bottom: 0;
  left: 50%;
  position: absolute;
  content: '';
  height: 1px;
  width: 0%;
  background-color: rgba(119, 123, 131, 0.65);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header_container .logo_side {
  max-width: 300px;
  width: 100%;
}

.header .header_container .logo {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
}

.header .header_container .logo img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.header .header_container .logo img.logo_grad {
  opacity: 1;
}

.header .header_container .logo img.logo_white {
  opacity: 0;
}

.header.small .header_container .logo img.logo_white {
  opacity: 1;
}

.header.small .header_container .logo img.logo_grad {
  opacity: 0;
}

li.with_sub > a {
  padding-right: 18px;
  position: relative;
}

li.with_sub > a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 0;
}

.header.small .submenu_wrapper {
  padding-top: 43px;
}

header.small .header_container .menu_side > .lng .with_sub .submenu_wrapper,
header.small .header_container .menu_side > .menu_list .with_sub .submenu_wrapper {
  padding-top: 43px;
}

header .header_container .menu_side > .lng .with_sub .submenu_wrapper {
  display: none;
  width: 100%;
  position: absolute;
  top: -webkit-calc(50% + 5px);
  top: calc(50% + 5px);
  right: 0;
  z-index: 1;
  color: #a8a8ab;
  padding-top: 67px;
  -webkit-transition: padding-top .3s ease-in-out;
  -o-transition: padding-top .3s ease-in-out;
  transition: padding-top .3s ease-in-out;
}

header .header_container .menu_side > .lng .with_sub .submenu_wrapper .submenu {
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper {
  display: none;
  max-width: 950px;
  width: -webkit-calc(100% + 18px);
  width: calc(100% + 18px);
  position: absolute;
  top: -webkit-calc(50% + 5px);
  top: calc(50% + 5px);
  right: 0;
  z-index: 1;
  color: #a8a8ab;
  padding-top: 67px;
  -webkit-transition: padding-top .3s ease-in-out;
  -o-transition: padding-top .3s ease-in-out;
  transition: padding-top .3s ease-in-out;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu {
  background-color: #ffffff;
  padding: 25px 10px 25px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li {
  width: -webkit-calc(33.3% - 18px);
  width: calc(33.3% - 18px);
  max-width: 278px;
  margin-right: 25px;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  border: 1px solid rgba(168, 168, 171, 0);
  padding: 14px 11px;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active {
  border: 1px solid rgba(168, 168, 171, 0.3);
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .title, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .title {
  color: #333;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box {
  background-color: #a8a8ab;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i2, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i3-1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i4, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i5-3, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i6, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i7, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i2, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i3-1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i4, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i5-3, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i6, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i7 {
  fill: #ffffff;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i1-1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i3-2, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i3-3, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a:hover .icon_box svg .i5-1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i1-1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i3-2, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i3-3, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a.active .icon_box svg .i5-1 {
  stroke: #ffffff;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .title {
  display: block;
  margin-left: 20px;
  font-size: 15px;
  font-family: "ProximaNovaRegular", sans-serif;
  opacity: 1;
  color: #a8a8ab;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box {
  width: 72px;
  max-width: 72px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #a8a8ab;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i2, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i3-1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i4, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i5-3, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i6, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i7 {
  fill: #a8a8ab;
  -webkit-transition: fill .3s ease-in-out;
  -o-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i1-1, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i3-2, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i3-3, header .header_container .menu_side > .menu_list .with_sub .submenu_wrapper .submenu li a .icon_box svg .i5-1 {
  stroke: #a8a8ab;
  -webkit-transition: stroke .3s ease-in-out;
  -o-transition: stroke .3s ease-in-out;
  transition: stroke .3s ease-in-out;
}

.menu_side {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_side .order_box {
  margin-left: 40px;
}

.menu_side .lng {
  opacity: 0;
  margin-right: 45px;
  margin-left: 3px;
}

.menu_side .lng ul > li {
  position: relative;
}

.menu_side .lng ul > li.hover a::after {
  width: 100%;
}

.menu_side .lng ul > li .submenu_wrapper {
  z-index: 1;
  width: 100%;
}

.menu_side .lng ul > li .submenu_wrapper .submenu {
  display: block !important;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu_side .lng ul > li .submenu_wrapper .submenu li {
  margin: 0;
  width: 100%;
}

.menu_side .lng ul > li .submenu_wrapper .submenu li.active a {
  background-color: transparent;
  color: #333 !important;
}

.menu_side .lng ul > li .submenu_wrapper .submenu li.active a:hover {
  background-color: transparent;
}

.menu_side .lng ul > li .submenu_wrapper .submenu li a {
  color: #a8a8ab !important;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-family: "ProximaNovaRegular", sans-serif;
  line-height: 15px;
  padding: 0;
  text-align: center;
  display: block;
  color: #888 !important;
  text-transform: uppercase;
  padding: 12px 0;
  border: none;
  background-color: transparent;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menu_side .lng ul > li .submenu_wrapper .submenu li a:hover {
  background-color: #d8d8d8;
  color: #333 !important;
}

.menu_side .lng ul > li .submenu_wrapper .submenu li a::after {
  display: none;
}

.menu_side .lng a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-family: "ProximaNovaBold", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  opacity: 1;
}

.menu_side .lng a:last-child {
  margin-right: 0;
}

.menu_side .lng a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  background-color: #ffffff;
}

.menu_side .lng a:hover::after, .menu_side .lng a.hover::after {
  width: 100%;
}

.menu_side ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.menu_side ul.menu_list {
  margin-right: 56px;
}

.menu_side ul.menu_list > li {
  margin-right: 59px;
  opacity: 0;
}

.menu_side ul.menu_list > li.active a {
  color: #828282;
}

.menu_side ul.menu_list > li:last-child {
  margin-right: 0;
}

.menu_side ul.menu_list > li > a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-family: "ProximaNovaBold", sans-serif;
  letter-spacing: .08em;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}

.menu_side ul.menu_list > li > a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.menu_side ul.menu_list > li > a:hover {
  opacity: 1;
}

.menu_side ul.menu_list > li > a:hover::after {
  width: 100%;
}

.menu_side ul.menu_list > li.hover a::after {
  width: 100%;
}

.menu_side ul.social_list {
  margin-right: -17px;
}

.menu_side ul.social_list li {
  margin: 0 7px;
  opacity: 0;
}

.menu_side ul.social_list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  opacity: 1;
}

.menu_side ul.social_list li a.social_insta svg {
  position: relative;
  -webkit-transform: translate(1px, -0.5px);
      -ms-transform: translate(1px, -0.5px);
          transform: translate(1px, -0.5px);
}

.menu_side ul.social_list li a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: border .3s ease, -webkit-transform .3s ease-in;
  transition: border .3s ease, -webkit-transform .3s ease-in;
  -o-transition: border .3s ease, transform .3s ease-in;
  transition: border .3s ease, transform .3s ease-in;
  transition: border .3s ease, transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menu_side ul.social_list li a svg .soc_in, .menu_side ul.social_list li a svg .soc_fb, .menu_side ul.social_list li a svg .soc_o-2 {
  -webkit-transition: fill .3s ease-in-out;
  -o-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
  fill: #ffffff;
}

.menu_side ul.social_list li a svg .soc_o {
  -webkit-transition: stroke .3s ease-in-out;
  -o-transition: stroke .3s ease-in-out;
  transition: stroke .3s ease-in-out;
  stroke: #ffffff;
}

.menu_side ul.social_list li a:hover span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border: 1px solid #ffffff;
}

.menu_side ul.social_list li a:hover svg .soc_in, .menu_side ul.social_list li a:hover svg .soc_fb, .menu_side ul.social_list li a:hover svg .soc_o-2 {
  fill: #ffffff;
}

.menu_side ul.social_list li a:hover svg .soc_o {
  stroke: #ffffff;
}

.menu_side ul.social_list li a:focus span, .menu_side ul.social_list li a:active span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border: 1px solid transparent;
}

.mobile_toggle {
  margin-left: 58px;
  width: 50px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
  display: none;
}

.mobile_toggle.active {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #A8A8AB;
}

.mobile_toggle.active span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 23px;
  width: 22px;
  left: 13px;
}

.mobile_toggle.active span:nth-child(2) {
  width: 0;
  left: 13px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mobile_toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 23px;
  width: 22px;
  left: 13px;
}

.mobile_toggle span {
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.mobile_toggle span:nth-child(2) {
  top: 22px;
  width: 20px;
}

.mobile_toggle span:nth-child(3) {
  top: 34px;
  width: 25px;
}

.mobile_menu_container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a8a8ab;
  z-index: 15;
  display: none;
}

.mobile_menu_container .container_wrap {
  width: 100%;
  height: 100%;
  padding: 40px 50px 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 100vh;
  overflow-y: auto;
}

.mobile_menu_container .lng_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_menu_container .lng_box li {
  margin-left: 25px;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}

.mobile_menu_container .lng_box li.active a {
  color: #5c6066;
}

.mobile_menu_container .lng_box li:first-child {
  margin-left: 0;
}

.mobile_menu_container .lng_box li a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "CirceLight", sans-serif;
  line-height: 6vw;
  font-size: 6vw;
}

.mobile_menu_container .social_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10vw 0;
}

.mobile_menu_container .social_list li {
  width: 100%;
  margin-bottom: 7.5vw;
  margin-left: 0;
  -webkit-transition: opacity 0s !important;
  -o-transition: opacity 0s !important;
  transition: opacity 0s !important;
}

.mobile_menu_container .social_list li:last-child {
  margin-bottom: 0;
}

.mobile_menu_container .menu_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0;
}

.mobile_menu_container .menu_list li {
  -webkit-transition: opacity 0s !important;
  -o-transition: opacity 0s !important;
  transition: opacity 0s !important;
  width: 100%;
  margin-right: 0;
}

.mobile_menu_container .menu_list li.active a {
  color: #5c6066;
}

.mobile_menu_container .menu_list li a {
  font-family: "CirceLight", sans-serif;
  font-size: 80px;
  line-height: 96px;
  text-transform: none;
  font-weight: normal;
}

.mobile_menu_container .request_box {
  margin-top: 10vw;
}

.mobile_menu_container .request_box a {
  font-size: 80px;
  line-height: 96px;
  font-family: "CirceLight", sans-serif;
  color: #ffffff;
}

.section2 {
  height: 100vh;
}

.bg_slideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.bg_slideshow .slick-slider .slick-list, .bg_slideshow .slick-slider .slick-track, .bg_slideshow .main_slider {
  height: 100%;
}

.bg_slideshow .slider-track {
  -webkit-transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
}

.bg_slideshow .slide_item {
  width: 100%;
  position: relative;
}

.bg_slideshow .slide_item .sl_box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
}

.bg_slideshow .slide_item img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 100%;
  height: auto;
  color: transparent;
  background-size: cover;
  background-position: center bottom;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  background-repeat: none;
  background-attachment: fixed;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

.bg_slideshow .slide_item.slick-active .sl_box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.bg_slideshow::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2f2f2f;
  opacity: .5;
}

.main_screen {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.main_screen .middle_information {
  position: relative;
}

.main_screen .our_services_container {
  position: relative;
}

.s_padding {
  padding: 0 160px;
}

.main_contant {
  padding-top: 210px;
  position: relative;
  z-index: 1;
}

.main_contant .middle_information {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_contant .middle_information .title_box {
  max-width: 650px;
  padding-top: 63px;
}

.main_contant .middle_information .title_box h1 {
  font-size: 45px;
  font-family: "CirceRegular", sans-serif;
  line-height: 50px;
  letter-spacing: -.04em;
  margin-bottom: 55px;
}

.main_contant .middle_information .title_box p {
  font-size: 18px;
  padding-right: 30px;
}

.main_contant .middle_information .cc_wrapper {
  max-width: 560px;
  width: 100%;
  background-color: #a8a8ab;
  padding: 62px 64px 5px 50px;
}

.main_contant .middle_information .cc_wrapper .top_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
}

.main_contant .middle_information .cc_wrapper .top_title h2 {
  max-width: 320px;
  letter-spacing: 0;
}

.main_contant .middle_information .cc_wrapper .top_title .icon_box {
  position: relative;
  top: -2px;
  left: -1px;
}

.main_contant .middle_information .cc_wrapper .top_title .icon_box span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "CirceLight", sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.main_contant .middle_information .cc_wrapper .contacts_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box {
  width: 50%;
  margin-bottom: 50px;
}

.main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box:nth-child(even) {
  padding-left: 20px;
}

.main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-bottom: 13px;
}

.main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box p {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}

.main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box .cont_box {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.main_contant .our_services_container {
  padding: 0 40px;
}

.main_contant .our_services_container h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -.04em;
  font-family: "CirceRegular", sans-serif;
  margin-bottom: 42px;
}

.main_contant .our_services_container .services_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_contant .our_services_container .services_list .list_item {
  max-width: 186px;
  width: 100%;
  margin-right: 30px;
}

.main_contant .our_services_container .services_list .list_item a {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.main_contant .our_services_container .services_list .list_item a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.main_contant .our_services_container .services_list .list_item:last-child {
  margin-right: 0;
}

.main_contant .our_services_container .services_list .icon_box {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #a8a8ab;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 33px;
}

.main_contant .our_services_container .services_list p {
  font-size: 17px;
  line-height: 24px;
  font-family: "ProximaNovaRegular", sans-serif;
}

.strengths_section_main {
  position: relative;
}

.strengths_section {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 140px 0;
}

.strengths_section .strengths_section_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.strengths_section .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: unset;
  border: none;
  color: #ffffff;
  opacity: 1;
}

.tabs_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.tabs_container::before, .tabs_container::after {
  content: '';
  -webkit-flex-basis: fill;
      -ms-flex-preferred-size: fill;
          flex-basis: fill;
}

.strength_tab {
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 129px;
}

.strength_tab > li {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 70px 0 0;
}

.strength_tab > li:last-child {
  margin-right: 0;
}

.strength_tab > li.active {
  background: unset;
  border: none;
}

.strength_tab > li.active:hover a {
  background: unset;
  border: none;
  margin: 0;
  color: #ffffff;
}

.strength_tab > li.active a {
  background: unset;
  border: none;
  color: #ffffff;
  opacity: 1;
}

.strength_tab > li.active a:hover {
  background: unset;
  border: none;
  margin: 0;
  color: #ffffff;
}

.strength_tab > li:hover a {
  background: unset;
  border: none;
  margin: 0;
}

.strength_tab > li a {
  margin: 0;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -.04em;
  background-color: unset;
  padding: 0;
  border-radius: 0;
  background: unset;
  border: none;
  color: #ffffff;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: block;
  margin: 0;
}

.strength_tab > li a:hover, .strength_tab > li a:active {
  opacity: 1;
  background: unset;
  border: none;
  margin: 0;
}

.strength_tab > li a:focus {
  opacity: .5;
  background: unset;
  border: none;
}

.strength_tab > li a:focus:hover {
  opacity: 1;
}

.container {
  max-width: -webkit-calc(100% - 320px);
  max-width: calc(100% - 320px);
  width: 100%;
  padding: 0 40px;
}

.tab-content {
  opacity: 0;
}

.st_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 205px;
}

.st_list .st_list_item {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 220px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 264px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 20px 30px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  justify-content: center;
  text-align: center;
  position: relative;
}

.st_list .st_list_item:first-child {
  margin-left: 0;
}

.st_list .st_list_item:first-child .icon_box {
  top: -24px;
}

.st_list .st_list_item .icon_box {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.st_list .st_list_item .icon_box::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  background-color: #a8a8ab;
  width: 71px;
  height: 20px;
}

.st_list .st_list_item .icon_box img {
  position: relative;
  z-index: 1;
}

.st_list .st_list_item .descr_wrapper p {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-family: "ProximaNovaRegular", sans-serif;
  letter-spacing: 0;
}

.strengths_section {
  position: relative;
  z-index: 3;
}

.f_screen_section.second_fs .bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.f_screen_section.second_fs {
  overflow: hidden;
}

.f_screen_section {
  padding: 0px 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.f_screen_section.first_fs .content_box {
  position: relative;
}

.f_screen_section.first_fs .fsc_first_fs_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.f_screen_section.first_fs .fsc_first_fs_container .first_bg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 0;
  opacity: 0;
}

.f_screen_section.first_fs .fsc_first_fs_container .content_main_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw !important;
}

.f_screen_section.first_fs .fsc_first_fs_container .content_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100vw - 400px);
  width: calc(100vw - 400px);
}

.f_screen_section.first_fs .bg.fixed_el {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.f_screen_section.second_fs {
  padding-bottom: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f_screen_section.second_fs .fsc_second_fs_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 80px;
}

.f_screen_section.second_fs .fsc_second_fs_container .content_box {
  min-width: -webkit-calc(100vw - 400px);
  min-width: calc(100vw - 400px);
}

.f_screen_section.second_fs .fsc_second_fs_container .bg_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.f_screen_section.second_fs .fsc_second_fs_container .bg_wrapper .bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
}

.f_screen_section.second_fs .fsc_second_fs_container .bg_wrapper .bg .second_bg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 0;
  opacity: 0;
}

.f_screen_section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.f_screen_section .bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 20, 0)), color-stop(40%, rgba(14, 15, 20, 0.64)), color-stop(41%, rgba(14, 15, 20, 0.65)), to(#0e0f14));
  background: -o-linear-gradient(top, rgba(14, 15, 20, 0) 0%, rgba(14, 15, 20, 0.64) 40%, rgba(14, 15, 20, 0.65) 41%, #0e0f14 100%);
  background: linear-gradient(to bottom, rgba(14, 15, 20, 0) 0%, rgba(14, 15, 20, 0.64) 40%, rgba(14, 15, 20, 0.65) 41%, #0e0f14 100%);
  opacity: .65;
}

.f_screen_section .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.f_screen_section .content_box {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_screen_section .content_box h2 {
  max-width: 37vw;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: -9px;
  margin-left: -4px;
  padding-right: 10vw;
}

.f_screen_section .content_box .descr_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 37vw;
}

.f_screen_section .content_box .descr_wrapper p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.ground_handling {
  padding: 150px 0 330px;
  position: relative;
}

.ground_handling .stopper_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ground_handling .stopper_wrapper .stoper {
  width: 100%;
  height: 0;
}

.ground_handling .map_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ground_handling .map_wrapper .map_side {
  position: relative;
}

.ground_handling .map_wrapper .map_side::before {
  position: absolute;
  content: '';
  min-width: 100vw;
  height: 100%;
  background-color: #a8a8ab;
  right: 0;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.ground_handling .map_wrapper .map_side img {
  position: relative;
}

.ground_handling .map_wrapper .map_dots {
  position: absolute;
  bottom: -3px;
  right: 0;
}

.ground_handling h2 {
  font-family: "CirceRegular", sans-serif;
  margin-bottom: 90px;
}

.ground_handling .gh_descr_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 115px;
}

.ground_handling .gh_descr_wrapper p {
  margin: 0 40px 30px 0px;
  max-width: 480px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: "ProximaNovaLight", sans-serif;
}

.ground_handling .gh_descr_wrapper p:last-child {
  margin-right: 0;
}

.ground_handling .services_provide {
  position: relative;
  z-index: 2;
}

.ground_handling .services_provide h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -.04em;
  font-family: "CirceRegular", sans-serif;
  margin-bottom: 92px;
}

.dot_list {
  margin-bottom: 54px;
}

.dot_list.black_list {
  color: #333333;
}

.dot_list.black_list li::before {
  background-color: #333333;
}

.dot_list li {
  font-size: 18px;
  line-height: 24px;
  font-family: "ProximaNovaLight", sans-serif;
  padding-left: 23px;
  position: relative;
  margin-bottom: 29px;
}

.dot_list li:last-child {
  margin-bottom: 0;
}

.dot_list li::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.permits {
  color: #333;
  background-color: transparent;
}

.permits .permits_container {
  padding: 150px 0;
  background-color: #ffffff;
}

.permits h2 {
  color: #333;
  font-family: "CirceRegular", sans-serif;
  margin-bottom: 155px;
}

.permits .permits_wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.permits .permits_wrapper .img_box {
  max-width: 51.6vw;
  width: 100%;
}

.permits .permits_wrapper .img_box img {
  width: 100%;
  height: auto;
}

.permits .permits_wrapper .btn_box.mob_show {
  display: none;
}

.permits .permits_wrapper .r_descr {
  max-width: 480px;
  margin-left: 40px;
}

.permits .permits_wrapper .r_descr h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "CirceLight", sans-serif;
  max-width: 420px;
  margin-top: -10px;
  margin-bottom: 50px;
}

.permits .permits_wrapper .bottom_txt {
  margin-top: 92px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.permits .permits_wrapper .bottom_txt p {
  max-width: 480px;
  width: 100%;
  margin-left: 40px;
  font-size: 18px;
  line-height: 28px;
}

.grey_bg {
  background-color: #a8a8ab;
}

.flight_planning {
  padding: 140px 0;
  position: relative;
  z-index: 1;
}

.flight_planning h2 {
  color: #ffffff;
  font-family: "CirceRegular", sans-serif;
  margin-bottom: 155px;
}

.flight_planning .flight_planning_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flight_planning .flight_planning_wrapper .left_side {
  max-width: 30vw;
  padding-right: 5vw;
  width: 100%;
}

.flight_planning .flight_planning_wrapper .left_side h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
  margin-bottom: 92px;
}

.flight_planning .flight_planning_wrapper .left_side p {
  font-size: 18px;
  line-height: 28px;
  font-family: "ProximaNovaLight", sans-serif;
  margin-bottom: 30px;
  padding-right: 60px;
}

.flight_planning .flight_planning_wrapper .right_side {
  width: 100%;
  max-width: 47vw;
  padding-left: 65px;
  margin-top: -3px;
}

.flight_planning .flight_planning_wrapper .right_side li {
  padding-left: 30px;
}

.flight_planning .flight_planning_wrapper .bottom_side {
  width: 100%;
  margin-top: 110px;
}

.flight_planning .flight_planning_wrapper .bottom_side p {
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
}

.flight_planning .flight_planning_wrapper .bottom_side p a {
  position: relative;
  opacity: 1;
}

.flight_planning .flight_planning_wrapper .bottom_side p a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.flight_planning .flight_planning_wrapper .bottom_side p a:hover {
  opacity: .5;
}

.flight_planning .flight_planning_wrapper .bottom_side p a:active {
  opacity: 1;
}

.flight_planning .flight_planning_wrapper .bottom_side p a:active::before {
  background-color: transparent;
}

.fuel_section {
  color: #333333;
  padding: 135px 0;
  position: relative;
  background-color: #efefef;
  overflow: hidden;
}

.fuel_section .cont_wrapper {
  position: relative;
}

.fuel_section .top_wrapper, .fuel_section .bottom_wrapper {
  max-width: 521px;
  width: 100%;
}

.fuel_section .img_fix_box.fixed_el .image_box {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 44vw;
}

.fuel_section .image_box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  max-width: 44vw;
  opacity: 0;
  background-color: #efefef;
}

.fuel_section .image_box .overlay {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 26, 0.79)), to(rgba(27, 28, 32, 0)));
  background-image: -o-linear-gradient(top, rgba(19, 22, 26, 0.79), rgba(27, 28, 32, 0));
  background-image: linear-gradient(to bottom, rgba(19, 22, 26, 0.79), rgba(27, 28, 32, 0));
  opacity: .8;
}

.fuel_section .image_box img {
  width: 100%;
  height: auto;
}

.fuel_section h2 {
  margin-bottom: 75px;
}

.fuel_section .top_wrapper {
  padding-right: 35px;
  position: relative;
  padding-bottom: 95px;
  margin-bottom: 98px;
}

.fuel_section .top_wrapper .line_sep {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #333333;
}

.fuel_section .top_wrapper p {
  font-size: 18px;
  line-height: 28px;
  font-family: "ProximaNovaLight", sans-serif;
}

.fuel_section .bottom_wrapper h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
  margin-bottom: 66px;
}

.fuel_section .bottom_wrapper .dot_list {
  margin-bottom: 65px;
}

h2 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -.04em;
  font-family: "CirceRegular", sans-serif;
}

.travel_services {
  padding: 130px 0 235px;
}

.travel_services h2 {
  margin-bottom: 113px;
}

.travel_services .ts_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.travel_services .services_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: -webkit-calc(40vw + 40px);
  max-width: calc(40vw + 40px);
  width: 100%;
  position: relative;
}

.travel_services .services_list .services_list_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #a8a8ab;
  z-index: 1;
}

.travel_services .services_list .service_item {
  width: 33.3%;
  max-width: 220px;
  height: 265px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.travel_services .services_list .service_item .item_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.travel_services .services_list .service_item .item_link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #15100f;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.travel_services .services_list .service_item .item_link:hover {
  opacity: 1;
}

.travel_services .services_list .service_item .item_link:hover::after {
  opacity: .5;
}

.travel_services .services_list .service_item .item_link:hover .img_box {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.travel_services .services_list .service_item .item_link.item_link_txt {
  border: 1px solid #ffffff;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  overflow: visible;
}

.travel_services .services_list .service_item .item_link.item_link_txt::after {
  display: none;
}

.travel_services .services_list .service_item .item_link.item_link_txt:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.travel_services .services_list .service_item .item_link.item_link_txt .arrow {
  position: absolute;
  top: 19px;
  left: 27px;
}

.travel_services .services_list .service_item .item_link.item_link_txt .read_box {
  position: absolute;
  bottom: 31px;
  right: -42px;
  width: 185px;
}

.travel_services .services_list .service_item .item_link.item_link_txt .read_box::before {
  content: '';
  position: absolute;
  height: 52px;
  width: 100%;
  left: 0;
  background-color: #a8a8ab;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.travel_services .services_list .service_item .item_link.item_link_txt p {
  font-size: 25px;
  line-height: 25px;
  font-family: "ProximaNovaRegular", sans-serif;
  position: relative;
}

.travel_services .services_list .service_item .item_link.item_link_txt p .border_b {
  display: inline-block;
  position: relative;
}

.travel_services .services_list .service_item .item_link.item_link_txt p .border_b::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
}

.travel_services .services_list .service_item .item_link h4 {
  font-size: 20px;
  line-height: 22px;
  font-family: "ProximaNovaBold", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 24px;
  margin-top: 25px;
  z-index: 1;
}

.travel_services .services_list .service_item .item_link .img_box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.travel_services .services_list .service_item .item_link .img_box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.travel_services .descr_box {
  max-width: 34vw;
  width: 100%;
  margin-top: 45px;
}

.travel_services .descr_box h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
  max-width: 80%;
  margin-bottom: 90px;
}

.travel_services .descr_box p {
  font-size: 18px;
  line-height: 28px;
  font-family: "ProximaNovaLight", sans-serif;
  max-width: 70%;
}

footer.footer {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 15;
  border-top: 1px solid rgba(199, 199, 200, 0.36);
}

footer.footer.other_page {
  padding: 0 160px;
  margin: 0 auto;
  height: 120px;
}

footer.footer.other_page .wrapper {
  width: 100%;
}

footer.footer.other_page .logo_side {
  width: 280px;
}

footer.footer.other_page .logo_side a {
  display: block;
  opacity: 1;
}

footer.footer.other_page .logo_side a img {
  width: 100%;
}

footer.footer.other_page .logo_side a.mobile_logo {
  display: none;
}

footer.footer.other_page .copyright {
  margin-left: 40px;
  letter-spacing: .08em;
}

footer.footer.other_page .copyright p {
  display: none;
}

footer.footer.other_page .footer_menu ul.social_list li {
  margin: 0 7px;
}

footer.footer.other_page .footer_menu ul.footer_menu_list {
  margin-right: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.footer.other_page .footer_menu ul.footer_menu_list li {
  margin-right: 55px;
}

footer.footer.other_page .footer_menu ul.footer_menu_list li.active a {
  color: #828282;
}

footer.footer.other_page .footer_menu ul.footer_menu_list li a {
  letter-spacing: .08em;
}

footer.footer .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer.footer .copyright {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "ProximaNovaBold", sans-serif;
  margin-left: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.footer .copyright a {
  position: relative;
  display: block;
  margin-left: 40px;
  opacity: 1;
}

footer.footer .copyright a:first-child {
  margin-left: 0;
}

footer.footer .copyright a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

footer.footer .copyright a:hover::after {
  width: 100%;
}

footer.footer .address_box {
  font-size: 13px;
  margin-left: 40px;
}

footer.footer .address_box p {
  font-size: 13px;
  font-family: "ProximaNovaRegular", sans-serif;
  color: #e1e1e1;
}

footer.footer .right_side, footer.footer .left_side {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.footer .right_side {
  position: relative;
  top: -1px;
}

footer.footer .footer_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

footer.footer .footer_menu .lng {
  margin-right: 46px;
  margin-left: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.footer .footer_menu .lng a {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  font-family: "ProximaNovaBold", sans-serif;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  margin-right: 32px;
}

footer.footer .footer_menu .lng a:last-child {
  margin-right: 0;
}

footer.footer .footer_menu .lng a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

footer.footer .footer_menu .lng a:hover::after {
  width: 100%;
}

footer.footer .footer_menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

footer.footer .footer_menu ul.footer_menu_list {
  margin-right: 35px;
}

footer.footer .footer_menu ul.footer_menu_list li {
  margin-right: 57px;
}

footer.footer .footer_menu ul.footer_menu_list li:last-child {
  margin-right: 0;
}

footer.footer .footer_menu ul.footer_menu_list li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  opacity: 1;
  font-family: "ProximaNovaBold", sans-serif;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}

footer.footer .footer_menu ul.footer_menu_list li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

footer.footer .footer_menu ul.footer_menu_list li a:hover::after {
  width: 100%;
}

footer.footer .footer_menu ul.social_list {
  padding-right: 0px;
  margin-right: -12px;
}

footer.footer .footer_menu ul.social_list li {
  margin: 0 7px;
}

footer.footer .footer_menu ul.social_list li:last-child {
  margin-right: 0;
}

footer.footer .footer_menu ul.social_list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  opacity: 1;
}

footer.footer .footer_menu ul.social_list li a.social_o svg {
  position: relative;
  -webkit-transform: translate(1px, -0.5px);
      -ms-transform: translate(1px, -0.5px);
          transform: translate(1px, -0.5px);
}

footer.footer .footer_menu ul.social_list li a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: border .3s ease, -webkit-transform .3s ease-in;
  transition: border .3s ease, -webkit-transform .3s ease-in;
  -o-transition: border .3s ease, transform .3s ease-in;
  transition: border .3s ease, transform .3s ease-in;
  transition: border .3s ease, transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

footer.footer .footer_menu ul.social_list li a svg .soc_in, footer.footer .footer_menu ul.social_list li a svg .soc_fb, footer.footer .footer_menu ul.social_list li a svg .soc_o-2 {
  -webkit-transition: fill .3s ease-in-out;
  -o-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

footer.footer .footer_menu ul.social_list li a svg .soc_o {
  -webkit-transition: stroke .3s ease-in-out;
  -o-transition: stroke .3s ease-in-out;
  transition: stroke .3s ease-in-out;
}

footer.footer .footer_menu ul.social_list li a:hover span {
  border: 1px solid #ffffff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

footer.footer .footer_menu ul.social_list li a:focus span, footer.footer .footer_menu ul.social_list li a:active span {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border: 1px solid transparent;
}

footer.footer.grey_bg .gradient_logo {
  display: none;
}

footer.footer.white_bg .white_logo {
  display: none;
}

footer.footer.white_bg .copyright a {
  color: #333;
}

footer.footer.white_bg .copyright a::after {
  background-color: #333333;
}

footer.footer.white_bg .address_box p {
  color: #333;
}

footer.footer.white_bg .footer_menu ul.footer_menu_list li.active a::after {
  background-color: #333333;
  width: 100%;
}

footer.footer.white_bg .footer_menu ul.footer_menu_list li a {
  color: #333333;
}

footer.footer.white_bg .footer_menu ul.footer_menu_list li a::after {
  background-color: #333333;
}

footer.footer.white_bg .footer_menu ul.social_list li a:hover span {
  border: 1px solid #333333;
}

footer.footer.white_bg .footer_menu ul.social_list li a.social_o svg .soc_o {
  stroke: #333333;
}

footer.footer.white_bg .footer_menu ul.social_list li a.social_o svg .soc_o-2 {
  fill: #333333;
}

footer.footer.white_bg .footer_menu ul.social_list li a.social_in svg .soc_in {
  fill: #333333;
}

footer.footer.white_bg .footer_menu ul.social_list li a.social_fb svg .soc_fb {
  fill: #333333;
}

.page_header_side {
  height: 530px;
  background-size: cover;
  background-position: center bottom;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}

.page_header_side::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 25, 29, 0);
  background-image: -o-linear-gradient(top, rgba(19, 22, 26, 0.79), rgba(27, 28, 32, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 22, 26, 0.79)), to(rgba(27, 28, 32, 0)));
  background-image: linear-gradient(to bottom, rgba(19, 22, 26, 0.79), rgba(27, 28, 32, 0));
}

.page_header_side .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.page_header_side .title_box {
  padding-top: 233px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_header_side .title_box h1 {
  font-size: 70px;
  line-height: 85px;
  font-family: "CirceLight", sans-serif;
  color: #fff;
}

.page_header_side .title_box .back_btn {
  position: relative;
  top: 18px;
  width: 48px;
  height: 46px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: -40px;
  margin-right: 116px;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: border .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: border .3s ease-in-out, background-color .3s ease-in-out;
  transition: border .3s ease-in-out, background-color .3s ease-in-out;
}

.page_header_side .title_box .back_btn span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 2px;
}

.page_header_side .title_box .back_btn:hover {
  border: 1px solid white;
}

.page_header_side .title_box .back_btn:active {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.page_section {
  margin-top: 530px;
  color: #333;
}

.page_section.page_with_list .title_box {
  width: 100%;
  max-width: 480px;
}

.page_section.page_with_list .content_wrapper .text_box.with_dot_list .dot_list {
  margin-bottom: 10px;
}

.page_section.page_with_list .content_wrapper .text_box.with_dot_list .dot_list li {
  margin-bottom: 25px;
  padding-left: 30px;
}

.page_section.page_with_list .content_wrapper .text_box.with_dot_list .dot_list li:last-child {
  margin-bottom: 0;
}

.page_section .content_wrapper {
  padding-top: 135px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 155px;
}

.page_section .content_wrapper .title_box {
  width: 100%;
  margin-bottom: 70px;
}

.page_section .content_wrapper h2 {
  font-size: 30px;
  line-height: 40px;
  max-width: 478px;
  font-family: "ProximaNovaRegular", sans-serif;
  letter-spacing: 0;
}

.page_section .content_wrapper .text_box {
  max-width: 480px;
  width: 100%;
  margin-right: 40px;
}

.page_section .content_wrapper .text_box.with_dot_list {
  max-width: -webkit-calc(100% - 520px);
  max-width: calc(100% - 520px);
  margin-right: 0;
  padding-left: 130px;
}

.page_section .content_wrapper .text_box p {
  font-size: 18px;
  line-height: 28px;
  font-family: "ProximaNovaLight", sans-serif;
  color: #333;
  margin-bottom: 27px;
}

.page_section .content_wrapper .text_box p:last-child {
  margin-bottom: 0;
}

.page_section .content_wrapper .img_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page_section .content_wrapper .img_box .img_wrapper {
  margin-right: -40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_section .content_wrapper .img_box .img_wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.a_dispatch_page .content_wrapper {
  padding-bottom: 85px;
}

.a_dispatch_page .content_wrapper .top_description {
  margin-bottom: 85px;
  max-width: 100%;
  margin-right: 0;
  width: 100%;
}

.a_dispatch_page .content_wrapper .top_description p {
  max-width: 970px;
}

.a_dispatch_page .content_wrapper .text_box.with_dot_list {
  padding-left: 0;
  max-width: 30%;
  max-width: 480px;
  margin-right: 40px;
}

.a_dispatch_page .content_wrapper .text_box.with_dot_list h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
  margin-bottom: 50px;
}

.a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li {
  margin-bottom: 25px;
}

.a_dispatch_page .content_wrapper .img_box {
  max-width: -webkit-calc(100% - 520px);
  max-width: calc(100% - 520px);
  margin-top: 9px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.a_dispatch_page .content_wrapper .img_box .img_wrapper {
  width: 100%;
}

.travel_page_section .content_wrapper {
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.travel_page_section .content_wrapper .service_part_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 62px;
  margin-bottom: 65px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(even) .img_box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(even) .description_side {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 173px;
  padding-top: 0;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(2) .description_side {
  margin-top: -40px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(2) .description_side .number {
  top: -35px;
  margin-left: -35px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(3) .description_side {
  margin-top: 35px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(3) .description_side .number {
  top: -9px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side {
  margin-top: 25px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side .number {
  top: -35px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side {
  margin-top: 85px;
}

.travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side .number {
  top: -12px;
}

.travel_page_section .content_wrapper .service_part_item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d6d6d6;
}

.travel_page_section .content_wrapper .service_part_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.travel_page_section .content_wrapper .service_part_item:last-child::after {
  display: none;
}

.travel_page_section .content_wrapper .service_part_item .description_side {
  max-width: 478px;
  margin-right: 40px;
  position: relative;
  padding-top: 20px;
}

.travel_page_section .content_wrapper .service_part_item .description_side .number {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-left: -40px;
  font-size: 200px;
  line-height: 100px;
  font-family: "ProximaNovaBold", sans-serif;
  color: #333333;
  opacity: .05;
}

.travel_page_section .content_wrapper .service_part_item .description_side h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
  margin-bottom: 70px;
}

.travel_page_section .content_wrapper .service_part_item .description_side p {
  font-size: 18px;
  line-height: 28px;
}

.travel_page_section .content_wrapper .service_part_item .img_box {
  margin: 0;
  max-width: 480px;
  width: 100%;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
  }
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
  }
}

.map_dots {
  width: 100%;
  height: 100%;
  bottom: 0;
}

.map_dots > span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #333;
  display: block;
  position: absolute;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.map_dots > span.animate {
  -webkit-animation: pulsate 2.5s ease-out;
          animation: pulsate 2.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.map_dots .point1 {
  bottom: 49%;
  right: 0;
}

.map_dots .point2 {
  bottom: 20.9%;
  right: 9.5%;
}

.map_dots .point3 {
  bottom: 25.4%;
  right: 17.1%;
}

.map_dots .point4 {
  bottom: 28.6%;
  right: 27.9%;
}

.map_dots .point5 {
  bottom: 30.3%;
  right: 49.5%;
}

.map_dots .point6 {
  bottom: 32%;
  right: 49.4%;
}

.map_dots .point7 {
  bottom: 31%;
  right: 54.1%;
}

.map_dots .point8 {
  bottom: 29%;
  right: 57%;
}

.map_dots .point9 {
  bottom: 30.6%;
  right: 57.6%;
}

.map_dots .point9 {
  bottom: 30.6%;
  right: 57.6%;
}

.map_dots .point10 {
  bottom: 27.6%;
  right: 59%;
}

.map_dots .point11 {
  bottom: 30.4%;
  right: 59.8%;
}

.map_dots .point12 {
  bottom: 29.8%;
  right: 60.5%;
}

.map_dots .point13 {
  bottom: 30.8%;
  right: 62%;
}

.map_dots .point14 {
  bottom: 33.5%;
  right: 61.1%;
}

.map_dots .point15 {
  bottom: 35.3%;
  right: 58.6%;
}

.map_dots .point16 {
  bottom: 32.3%;
  right: 63.4%;
}

.map_dots .point17 {
  bottom: 33.8%;
  right: 64.7%;
}

.map_dots .point18 {
  bottom: 35.4%;
  right: 66.6%;
}

.map_dots .point19 {
  bottom: 38.1%;
  right: 65.8%;
}

.map_dots .point20 {
  bottom: 37.6%;
  right: 64.1%;
}

.map_dots .point21 {
  bottom: 39.4%;
  right: 64.7%;
}

.map_dots .point22 {
  bottom: 57.5%;
  right: 70.9%;
}

.map_dots .point23 {
  bottom: 59%;
  right: 72.4%;
}

.map_dots .point24 {
  bottom: 66.2%;
  right: 71.6%;
}

.map_dots .point25 {
  bottom: 68.6%;
  right: 70.1%;
}

.map_dots .point26 {
  bottom: 80.8%;
  right: 55.3%;
}

.map_dots .point27 {
  bottom: 71%;
  right: 56.6%;
}

.map_dots .point28 {
  bottom: 70.8%;
  right: 58.4%;
}

.map_dots .point29 {
  bottom: 68.8%;
  right: 57.8%;
}

.map_dots .point30 {
  bottom: 65.8%;
  right: 54.5%;
}

.map_dots .point31 {
  bottom: 64.3%;
  right: 57.4%;
}

.map_dots .point32 {
  bottom: 64.3%;
  right: 53%;
}

.map_dots .point33 {
  bottom: 61.5%;
  right: 55.2%;
}

.map_dots .point34 {
  bottom: 59%;
  right: 56.2%;
}

.map_dots .point35 {
  bottom: 59%;
  right: 58.5%;
}

.map_dots .point36 {
  bottom: 57.4%;
  right: 55.2%;
}

.map_dots .point37 {
  bottom: 56.7%;
  right: 53.9%;
}

.map_dots .point38 {
  bottom: 51.5%;
  right: 55%;
}

.map_dots .point39 {
  bottom: 55%;
  right: 51.4%;
}

.map_dots .point40 {
  bottom: 57.5%;
  right: 48.5%;
}

.about_page_section .title_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  width: 100%;
  padding-right: 45px;
  margin-right: 40px;
}

.about_page_section .text_box {
  margin-bottom: 70px;
}

.about_page_section .text_box.big_width {
  margin-right: 0;
  width: -webkit-calc(100% - 520px);
  width: calc(100% - 520px);
  max-width: 100%;
}

.about_page_section .text_box.big_width p {
  max-width: 480px;
}

.about_page_section .content_wrapper {
  padding-bottom: 135px;
}

.about_page_section .content_wrapper .img_box {
  margin-top: 37px;
}

.about_page_section .content_wrapper .img_box .img_wrapper {
  width: -webkit-calc(100% - 480px);
  width: calc(100% - 480px);
}

.dispatcher_page.page_section .content_wrapper .img_box .img_wrapper, .permits_page .content_wrapper .img_box .img_wrapper {
  width: -webkit-calc(100% - 480px);
  width: calc(100% - 480px);
}

.a_fuel_page.a_dispatch_page .content_wrapper {
  padding-bottom: 140px;
}

.a_fuel_page.a_dispatch_page .content_wrapper .top_description {
  margin-bottom: 70px;
}

.a_fuel_page.a_dispatch_page .content_wrapper .top_description h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
}

.a_fuel_page.a_dispatch_page .content_wrapper .text_box {
  margin-bottom: 77px;
}

.a_fuel_page.a_dispatch_page .content_wrapper .text_box.part_screen {
  width: -webkit-calc(100% - 520px);
  width: calc(100% - 520px);
  max-width: 100%;
  margin-right: 0;
}

.a_fuel_page.a_dispatch_page .content_wrapper .text_box.part_screen p {
  max-width: 480px;
}

.a_fuel_page.a_dispatch_page .content_wrapper .img_box .img_wrapper {
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
}

.contacts_page .container {
  padding-bottom: 125px;
}

.contacts_page .container .top_line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 75px;
  margin-bottom: 75px;
}

.contacts_page .container .top_line .address_side p {
  font-size: 17px;
  line-height: 30px;
  font-family: "ProximaNovaLight", sans-serif;
}

.contacts_page .container .top_line .social_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
}

.contacts_page .container .top_line .social_list li {
  margin-left: 43px;
}

.contacts_page .container .top_line .social_list li a {
  width: 43px;
  min-width: 43px;
  height: 43px;
  opacity: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: none;
}

.contacts_page .container .top_line .social_list li a span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 43px;
  min-width: 43px;
  height: 43px;
  border: 1px solid rgba(21, 20, 21, 0.4);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contacts_page .container .top_line .social_list li a:hover span {
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.contacts_page .container .top_line .social_list li a:focus span, .contacts_page .container .top_line .social_list li a:active span {
  width: 43px;
  min-width: 43px;
  height: 43px;
}

.contacts_page .container .top_line .social_list li a.social_o svg .soc_o {
  stroke: #000000;
}

.contacts_page .container .top_line .social_list li a.social_o svg .soc_o-2 {
  fill: #000000;
}

.contacts_page .container .top_line .social_list li a.social_in svg .soc_in {
  fill: #000000;
}

.contacts_page .container .top_line .social_list li a.social_fb svg .soc_fb {
  fill: #000000;
}

.contacts_page .container .dep_title {
  margin-bottom: 70px;
}

.contacts_page .container .dep_title h3 {
  font-size: 45px;
  line-height: 50px;
  font-family: "CirceLight", sans-serif;
  letter-spacing: -.04em;
  color: #333;
}

.contacts_page .container .contacts_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts_page .container .contacts_container .contact_item {
  width: 33%;
  position: relative;
  padding-left: 40px;
}

.contacts_page .container .contacts_container .contact_item:first-child {
  padding-left: 0px;
}

.contacts_page .container .contacts_container .contact_item:first-child .cont_field:last-child {
  margin-top: 47px;
}

.contacts_page .container .contacts_container .contact_item:first-child::before {
  display: none;
}

.contacts_page .container .contacts_container .contact_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #d6d6d6;
}

.contacts_page .container .contacts_container .contact_item h4 {
  font-size: 30px;
  line-height: 48px;
  font-family: "CirceLight", sans-serif;
  margin-bottom: 25px;
  font-weight: normal;
}

.contacts_page .container .contacts_container .contact_item .cont_field {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 7px;
}

.contacts_page .container .contacts_container .contact_item .cont_field:last-child {
  margin-bottom: 0;
}

.contacts_page .container .contacts_container .contact_item .cont_field a {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  color: #333333;
  position: relative;
}

.contacts_page .container .contacts_container .contact_item .cont_field a.email_link::after {
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}

.contacts_page .container .contacts_container .contact_item .cont_field a:hover {
  opacity: .5;
}

.g_handling_section .content_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 80px;
}

.g_handling_section .content_wrapper .top_side {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 22px;
}

.g_handling_section .content_wrapper .top_side::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}

.g_handling_section .content_wrapper .subtitle_box {
  max-width: 650px;
  padding-right: 40px;
  width: 100%;
}

.g_handling_section .content_wrapper .subtitle_box h3 {
  max-width: 480px;
  font-size: 30px;
  line-height: 40px;
  font-family: "ProximaNovaRegular", sans-serif;
}

.g_handling_section .content_wrapper .text_box.with_dot_list {
  max-width: -webkit-calc(100% - 650px);
  max-width: calc(100% - 650px);
  padding-left: 0;
}

.g_handling_section .content_wrapper .text_box.with_dot_list li {
  margin-bottom: 25px;
}

.g_handling_section .content_wrapper .text_box.with_dot_list li:last-child {
  margin-bottom: 0;
}

.g_handling_network {
  padding: 74px 0 0;
  width: 100%;
}

.g_handling_network h3 {
  font-size: 45px;
  line-height: 50px;
  font-family: "CirceRegular", sans-serif;
  letter-spacing: -.04em;
}

.g_handling_network .map_container {
  position: relative;
  margin-top: -18px;
  height: 880px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_handling_network .map_container .map_wrapper {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
}

.g_handling_network .map_container .map_wrapper .map_img {
  display: inline-block;
}

.g_handling_network .map_container .map_wrapper .map_side {
  position: relative;
}

.g_handling_network .map_dots {
  width: 100%;
  height: 100%;
  bottom: 0;
}

.g_handling_network .map_dots > div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #333;
  display: block;
  position: absolute;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.g_handling_network .map_dots > div:hover {
  -webkit-box-shadow: 0 0 0 3px #333;
          box-shadow: 0 0 0 3px #333;
}

.g_handling_network .map_dots > div.active {
  -webkit-box-shadow: 0 0 0 3px #333;
          box-shadow: 0 0 0 3px #333;
  background-color: #ffffff;
}

.g_handling_network .map_dots .point1 {
  bottom: 45.9%;
  right: 6.4%;
}

.g_handling_network .map_dots .point2 {
  bottom: 20.1%;
  right: 24.2%;
}

.g_handling_network .map_dots .point3 {
  bottom: 24.8%;
  right: 30.6%;
}

.g_handling_network .map_dots .point4 {
  bottom: 28%;
  right: 39.6%;
}

.g_handling_network .map_dots .point5 {
  bottom: 29.6%;
  right: 57.7%;
}

.g_handling_network .map_dots .point6 {
  bottom: 31.2%;
  right: 57.6%;
}

.g_handling_network .map_dots .point7 {
  bottom: 30.3%;
  right: 61.5%;
}

.g_handling_network .map_dots .point8 {
  bottom: 28.3%;
  right: 64%;
}

.g_handling_network .map_dots .point9 {
  bottom: 30%;
  right: 64.5%;
}

.g_handling_network .map_dots .point10 {
  bottom: 27%;
  right: 65.6%;
}

.g_handling_network .map_dots .point11 {
  bottom: 29.7%;
  right: 66.3%;
}

.g_handling_network .map_dots .point12 {
  bottom: 29.1%;
  right: 66.9%;
}

.g_handling_network .map_dots .point13 {
  bottom: 30.3%;
  right: 68.1%;
}

.g_handling_network .map_dots .point14 {
  bottom: 32.7%;
  right: 67.4%;
}

.g_handling_network .map_dots .point15 {
  bottom: 34.5%;
  right: 65.3%;
}

.g_handling_network .map_dots .point16 {
  bottom: 31.5%;
  right: 69.2%;
}

.g_handling_network .map_dots .point17 {
  bottom: 32.9%;
  right: 70.4%;
}

.g_handling_network .map_dots .point18 {
  bottom: 34.5%;
  right: 72%;
}

.g_handling_network .map_dots .point19 {
  bottom: 37.3%;
  right: 71.3%;
}

.g_handling_network .map_dots .point20 {
  bottom: 37%;
  right: 70.0%;
}

.g_handling_network .map_dots .point21 {
  bottom: 38.7%;
  right: 70.5%;
}

.g_handling_network .map_dots .point22 {
  bottom: 56.6%;
  right: 75.6%;
}

.g_handling_network .map_dots .point23 {
  bottom: 58.2%;
  right: 76.8%;
}

.g_handling_network .map_dots .point24 {
  bottom: 65.2%;
  right: 76.1%;
}

.g_handling_network .map_dots .point25 {
  bottom: 67.6%;
  right: 74.9%;
}

.g_handling_network .map_dots .point26 {
  bottom: 79.6%;
  right: 62.5%;
}

.g_handling_network .map_dots .point27 {
  bottom: 70%;
  right: 63.6%;
}

.g_handling_network .map_dots .point28 {
  bottom: 69.8%;
  right: 65.2%;
}

.g_handling_network .map_dots .point29 {
  bottom: 67.9%;
  right: 64.7%;
}

.g_handling_network .map_dots .point30 {
  bottom: 63.2%;
  right: 64.3%;
}

.g_handling_network .map_dots .point31 {
  bottom: 65.9%;
  right: 68.8%;
}

.g_handling_network .map_dots .point32 {
  bottom: 64.8%;
  right: 61.8%;
}

.g_handling_network .map_dots .point33 {
  bottom: 63.3%;
  right: 60.5%;
}

.g_handling_network .map_dots .point34 {
  bottom: 60.7%;
  right: 62.5%;
}

.g_handling_network .map_dots .point35 {
  bottom: 59.9%;
  right: 65.3%;
}

.g_handling_network .map_dots .point36 {
  bottom: 58.2%;
  right: 65.1%;
}

.g_handling_network .map_dots .point37 {
  bottom: 58%;
  right: 63.3%;
}

.g_handling_network .map_dots .point38 {
  bottom: 50.6%;
  right: 62.3%;
}

.g_handling_network .map_dots .point39 {
  bottom: 54%;
  right: 59.2%;
}

.g_handling_network .map_dots .point40 {
  bottom: 56.5%;
  right: 56.9%;
}

.g_handling_network .map_dots .point41 {
  bottom: 56%;
  right: 61.3%;
}

.g_handling_network .map_dots .point42 {
  bottom: 56.5%;
  right: 62.5%;
}

.g_handling_network .map_dots .point43 {
  bottom: 31.7%;
  right: 6.6%;
}

.g_handling_network .map_dots .point44 {
  bottom: 29.7%;
  right: 8.8%;
}

.g_handling_network .map_dots .point45 {
  bottom: 29.2%;
  right: 13.8%;
}

.g_handling_network .map_dots .point46 {
  bottom: 26.8%;
  right: 13.6%;
}

.g_handling_network .map_dots .point47 {
  bottom: 45.3%;
  right: 15%;
}

.g_handling_network .map_dots .point48 {
  bottom: 48.1%;
  right: 16.2%;
}

.g_handling_section .content_wrapper .station_locations_block .title_box {
  margin-bottom: 48px;
}

.station_locations_block {
  width: 100%;
}

.station_locations_block .title_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
  margin-bottom: 48px;
}

.station_locations_block .title_box h3 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -.04em;
  font-family: "CirceRegular", sans-serif;
}

.station_locations_block .title_box .show_more_loc {
  margin-right: -14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2px;
}

.station_locations_block .title_box .show_more_loc .show_more_loc_btn {
  width: 46px;
  height: 46px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #151415;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid transparent;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}

.station_locations_block .title_box .show_more_loc .show_more_loc_btn:hover, .station_locations_block .title_box .show_more_loc .show_more_loc_btn.active {
  border: 1px solid #151415;
}

.station_locations_block .title_box .show_more_loc .show_more_loc_btn span {
  margin-top: -6px;
  width: 17px;
  height: 17px;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.station_locations_block .s_locations_main_container {
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  margin-left: -1px;
}

.station_locations_block .s_locations_container .s_locations_tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 63px;
}

.station_locations_block .s_locations_container .s_locations_tab li {
  float: none;
  margin: 0 45px;
}

.station_locations_block .s_locations_container .s_locations_tab li.active a {
  opacity: .5;
}

.station_locations_block .s_locations_container .s_locations_tab li.active a::before {
  background-color: transparent;
}

.station_locations_block .s_locations_container .s_locations_tab li a {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-family: "CirceRegular", sans-serif;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, color .3s ease-in-out;
  transition: opacity .3s ease-in-out, color .3s ease-in-out;
}

.station_locations_block .s_locations_container .s_locations_tab li a:hover {
  color: rgba(51, 51, 51, 0.5);
}

.station_locations_block .s_locations_container .s_locations_tab li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595959;
  opacity: .5;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.sl_tab_main_container {
  opacity: 1;
}

.sl_tab_main_container .sl_tab_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% + 42px);
  width: calc(100% + 42px);
}

.sl_tab_main_container .sl_tab_wrapper .sl_tab_item {
  border: 1px solid #d6d6d6;
  width: -webkit-calc(25% - 40px);
  width: calc(25% - 40px);
  margin-right: 40px;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  margin-bottom: 42px;
}

.sl_tab_main_container .sl_tab_wrapper .sl_tab_item:hover {
  border: 1px solid #7b7b7b;
}

.sl_tab_main_container .sl_tab_wrapper .t_header {
  padding: 31px 0 25px;
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

.sl_tab_main_container .sl_tab_wrapper .t_header p {
  font-size: 18px;
  font-family: "ProximaNovaRegular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sl_tab_main_container .sl_tab_wrapper .t_header h3 {
  font-size: 28px;
  line-height: 28px;
  font-family: "ProximaNovaRegular", sans-serif;
  margin-bottom: 0;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle {
  padding: 32px 0 37px;
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
  margin-left: auto;
  margin-right: auto;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr:last-child {
  margin-bottom: 0;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr p {
  font-size: 18px;
  line-height: 18px;
  font-family: "ProximaNovaBold", sans-serif;
  margin-right: 4px;
  margin-bottom: 0;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr span {
  font-size: 18px;
  line-height: 18px;
  font-family: "ProximaNovaRegular", sans-serif;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr a {
  font-size: 18px;
  line-height: 18px;
  font-family: "ProximaNovaRegular", sans-serif;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  color: #333333;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr a:hover {
  opacity: .5;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom {
  position: relative;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a {
  padding: 27px 20px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  width: 100%;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a:hover {
  opacity: 1;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a:hover .icon {
  opacity: 1;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a:hover p {
  color: #333;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a:hover p::after {
  background-color: #595959;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a p {
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-family: "ProximaNovaRegular", sans-serif;
  position: relative;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a p::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: .5;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 14px;
  margin-right: 12px;
  opacity: .4;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.g_handling_network .map_dots > div.active {
  z-index: 1;
}

.g_handling_network .map_dots > div.active .map_description_box {
  display: block;
}

.g_handling_network .map_dots > div.tri_left .map_description_box {
  left: -100px;
  right: auto;
}

.g_handling_network .map_dots > div.tri_left .map_description_box .point_content::after {
  left: 94px;
  right: auto;
}

.g_handling_network .map_dots > div.tri_right .map_description_box {
  left: auto;
  right: -50px;
}

.g_handling_network .map_dots > div.tri_right .map_description_box .point_content::after {
  right: 45px;
  left: auto;
}

.g_handling_network .map_dots > div.tri_center .map_description_box {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
}

.g_handling_network .map_dots > div.tri_center .map_description_box .point_content::after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.map_description_box {
  display: none;
  position: absolute;
  width: 663px;
  background-color: #a8a8ab;
  bottom: 43px;
  cursor: default;
}

.map_description_box .point_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: left;
}

.map_description_box .more_info_box {
  margin-top: 13px;
}

.map_description_box .more_info_box a {
  font-size: 16px;
  font-family: "ProximaNovaBold", sans-serif;
  opacity: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_description_box .more_info_box a:hover p::after {
  background-color: #d1d1d2;
}

.map_description_box .more_info_box a .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}

.map_description_box .more_info_box a .icon svg path {
  fill: #ffffff;
}

.map_description_box .more_info_box a p {
  position: relative;
}

.map_description_box .more_info_box a p::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.map_description_box .img_side {
  max-width: 251px;
  width: 100%;
}

.map_description_box .img_side img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.map_description_box .point_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.map_description_box .point_content::after {
  position: absolute;
  content: '';
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #a8a8ab transparent transparent transparent;
}

.map_description_box .point_content .content_side {
  padding: 25px 40px 20px 40px;
  color: #ffffff;
}

.map_description_box .point_content .content_side .title_box {
  margin-bottom: 0;
}

.map_description_box .point_content .content_side .title_box h2 {
  font-size: 28px;
  letter-spacing: -.02em;
}

.map_description_box .point_content .content_side .dot_list {
  text-align: left;
  margin-bottom: 0;
  margin-top: 8px;
}

.map_description_box .point_content .content_side .dot_list li {
  padding-left: 20px;
  margin-bottom: 1px;
}

.map_description_box .point_content .content_side .dot_list li::before {
  width: 4px;
  height: 4px;
}

.map_description_box .point_content .content_side .dot_list li p {
  font-size: 13px;
  font-family: "ProximaNovaLight", sans-serif;
}

.map_description_box .point_content .content_side .dot_list li p span {
  display: inline;
  font-family: "ProximaNovaBold", sans-serif;
  margin-left: 4px;
}

.map_description_box .point_content .content_side .point_contact {
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  font-family: "ProximaNovaBold", sans-serif;
  line-height: 14px;
  margin-top: 25px;
}

.map_description_box .point_content .content_side .point_contact p {
  margin-right: 4px;
}

.map_description_box .point_content .content_side .point_contact a {
  font-family: "ProximaNovaLight", sans-serif;
  margin-right: 10px;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.map_description_box .point_content .content_side .point_contact a::hover {
  opacity: .5;
}

.map_description_box .point_content .content_side .point_contact .cont_link a {
  position: relative;
}

.map_description_box .point_content .content_side .point_contact .cont_link a:hover::after {
  background-color: #ffffff;
  opacity: .5;
}

.map_description_box .point_content .content_side .point_contact .cont_link a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.g_handling_network .map_dots > div {
  opacity: 0;
}

.g_handling_network .map_dots > div.point_here {
  opacity: 1;
}

footer .small_logo, footer .small_logo_grad {
  display: none;
}

.fuel_section .image_box img.mob_img {
  display: none;
}

.page_section.about_page_section .content_wrapper h2 span,
.page_section.a_dispatch_page .content_wrapper .top_description p span {
  display: inline-block;
}

.header .header_container .logo img {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile_map_point_descr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: #a8a8ab;
  z-index: 9999;
}

.mobile_map_point_descr .map_description_box_wrapper {
  display: block;
  position: relative;
  width: 100%;
  bottom: auto;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}

.mobile_map_point_descr .map_description_box_wrapper .content_side .title_box {
  display: none;
}

.mobile_map_point_descr .map_description_box_wrapper .close_map_descr {
  position: absolute;
  top: 53px;
  right: 0;
  width: 48px;
  height: 46px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 50px;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: border .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: border .3s ease-in-out, background-color .3s ease-in-out;
  transition: border .3s ease-in-out, background-color .3s ease-in-out;
}

.mobile_map_point_descr .map_description_box_wrapper .close_map_descr span {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile_map_point_descr .map_description_box_wrapper .close_map_descr span:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 13px;
  width: 21px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile_map_point_descr .map_description_box_wrapper .close_map_descr span:after {
  content: '';
  position: absolute;
  top: 21px;
  left: 13px;
  width: 21px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile_map_point_descr .map_description_box_wrapper .close_map_descr:hover {
  border: 1px solid white;
}

.mobile_map_point_descr .map_description_box_wrapper .close_map_descr:active {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile_map_point_descr .map_description_box_wrapper .title_box {
  width: 100%;
}

.mobile_map_point_descr .map_description_box_wrapper .title_box h2 {
  font-size: 45px;
  line-height: 60px;
  font-family: "CirceLight", sans-serif;
  max-width: 360px;
  margin-bottom: 50px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 50px 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .title_box {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .title_box h2 {
  font-size: 45px;
  line-height: 60px;
  font-family: "CirceLight", sans-serif;
  max-width: 360px;
  margin-bottom: 50px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .img_side {
  width: 100vw;
  max-width: 100vw;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -50px;
  margin-right: -50px;
  height: 380px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side {
  width: 100%;
  padding: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.mobile_map_point_descr .map_description_box_wrapper .more_info_box {
  margin-top: 13px;
}

.mobile_map_point_descr .map_description_box_wrapper .more_info_box a {
  font-size: 16px;
  font-family: "ProximaNovaBold", sans-serif;
  opacity: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile_map_point_descr .map_description_box_wrapper .more_info_box a:hover p::after {
  background-color: #d1d1d2;
}

.mobile_map_point_descr .map_description_box_wrapper .more_info_box a .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}

.mobile_map_point_descr .map_description_box_wrapper .more_info_box a .icon svg path {
  fill: #ffffff;
}

.mobile_map_point_descr .map_description_box_wrapper .more_info_box a p {
  position: relative;
}

.mobile_map_point_descr .map_description_box_wrapper .more_info_box a p::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.mobile_map_point_descr .map_description_box_wrapper .img_side {
  max-width: 251px;
  width: 100%;
  overflow: hidden;
}

.mobile_map_point_descr .map_description_box_wrapper .img_side img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content::after {
  position: absolute;
  content: '';
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #a8a8ab transparent transparent transparent;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side {
  padding: 25px 40px 20px 40px;
  color: #ffffff;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .title_box {
  margin-bottom: 0;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .title_box h2 {
  font-size: 28px;
  letter-spacing: -.02em;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list {
  text-align: left;
  margin-bottom: 0;
  margin-top: 8px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li {
  padding-left: 20px;
  margin-bottom: 1px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li::before {
  width: 4px;
  height: 4px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li p {
  font-size: 13px;
  font-family: "ProximaNovaLight", sans-serif;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li p span {
  display: inline;
  font-family: "ProximaNovaBold", sans-serif;
  margin-left: 4px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact {
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  font-family: "ProximaNovaBold", sans-serif;
  line-height: 14px;
  margin-top: 25px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact p {
  margin-right: 4px;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact a {
  font-family: "ProximaNovaLight", sans-serif;
  margin-right: 10px;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact a::hover {
  opacity: .5;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact .cont_link a {
  position: relative;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact .cont_link a:hover::after {
  background-color: #ffffff;
  opacity: .5;
}

.mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact .cont_link a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.a_dispatch_page .content_wrapper .img_box .img_wrapper {
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
}

.travel_page_section .content_wrapper .service_part_item .img_box img.mob_show,
.page_section.permits_page .content_wrapper .img_box .img_wrapper img.mob_show,
.page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img.mob_show,
.page_section.a_fuel_page .content_wrapper .img_box .img_wrapper img.mob_show,
.about_page_section .content_wrapper .img_box .img_wrapper img.mob_show,
.a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show {
  display: none;
}

.page_section .content_wrapper .text_box p span {
  display: inline-block;
}

.page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) {
  max-width: 1000px;
  padding-bottom: 20px;
  width: 100%;
  -webkit-column-width: 380px;
     -moz-column-width: 380px;
          column-width: 380px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.page_header_side_mob {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 363px;
  background-size: cover;
  background-position: center center;
  display: none;
}

.ground_handling .services_provide h3,
.ground_handling .services_provide .sp_list,
.ground_handling .services_provide .btn_box {
  position: relative;
  z-index: 3;
}

.navigation_bar_container .navigation_bar_list li a p {
  display: inline-block;
}

.navigation_bar_container .navigation_bar_list li {
  width: 100%;
}

.navigation_bar_container .navigation_bar_list li:hover {
  width: unset;
}

.navigation_bar_container {
  width: 20px;
}

.g_handling_network h3 {
  position: relative;
  z-index: 1;
}

.ground_handling .gh_descr_wrapper,
.ground_handling h2 {
  position: relative;
  z-index: 1;
}

.small_header_mob .page_header_side {
  height: 400px;
}

.small_header_mob .page_header_side_mob {
  height: 400px;
}

.small_header_mob .page_section {
  margin-top: 400px;
}

.page_header_side .title_box {
  padding-top: 195px;
}

.header .menu_side .mobile_menu_container.upd_mob_container li.with_sub > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu_side .mobile_menu_container.upd_mob_container li.with_sub > a .icon {
  position: relative;
  top: 5px;
  -webkit-transform: translateY(0%) rotate(-90deg);
      -ms-transform: translateY(0%) rotate(-90deg);
          transform: translateY(0%) rotate(-90deg);
  margin-left: 29px;
  margin-bottom: 0;
  right: 0;
}

body.menu_open {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

body.menu_open .header {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.mobile_menu_container.upd_mob_container .back_to_menu_wrapper {
  margin-bottom: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile_menu_container.upd_mob_container .back_to_menu_wrapper p {
  font-size: 70px;
  line-height: 70px;
}

.mobile_menu_container.upd_mob_container .back_to_menu_wrapper .back_to_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile_menu_container.upd_mob_container .back_to_menu_wrapper .back_to_menu span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 46px;
  max-width: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 48px;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: border .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: border .3s ease-in-out, background-color .3s ease-in-out;
  transition: border .3s ease-in-out, background-color .3s ease-in-out;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a8a8ab;
  overflow-y: auto;
  top: 0;
  padding: 120px 38px 30px;
  left: 100%;
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl.not_show {
  visibility: hidden;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl.open {
  left: 0%;
  visibility: visible;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu_wrapper {
  padding-top: 0;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item {
  width: 100%;
  margin-bottom: 28px;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item.active a {
  opacity: .5;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .icon_box {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .title {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  font-family: "ProximaNovaRegular", sans-serif;
}

.mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .title br {
  display: none;
}

.mobile_menu_container.upd_mob_container .container_wrap {
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile_menu_container.upd_mob_container .lng_box {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 28px 38px 28px;
  background-color: #a8a8ab;
  z-index: 1;
}

.mobile_menu_container.upd_mob_container .social_list {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 7vw;
  margin-bottom: 10vw;
}

.mobile_menu_container.upd_mob_container .social_list li {
  width: unset;
  margin-bottom: 0;
}

.permits {
  position: relative;
}

.fuel_section {
  position: relative;
}

.permits {
  position: relative;
  z-index: 1;
}

.sl_tab_main_container .sl_tab_wrapper .sl_tab_item .sl_tab_cont {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sl_tab_main_container .sl_tab_wrapper .t_header {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr p {
  white-space: nowrap;
}

.cookies_container {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}

.cookies_container .cookies_wrapper {
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
  margin: 0 auto;
  background-color: #1a1d21;
  padding: 40px 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookies_container .cookies_wrapper .btn_box {
  margin-left: 110px;
}

.cookies_container .cookies_wrapper .btn_box .btn {
  border-radius: 0;
}

.cookies_container .cookies_wrapper .btn_box .btn:hover {
  color: #ffffff;
}

.cookies_container .cookies_wrapper .text_box {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  font-family: "ProximaNovaLight", sans-serif;
}

.privacy_policy_body .header .header_container::after {
  background-color: rgba(255, 255, 255, 0.65);
}

.privacy_policy_body .header.small .header_container .logo img.logo_grad,
.privacy_policy_body .header .header_container .logo img.logo_grad {
  opacity: 0;
}

.privacy_policy_body .header.small .header_container .logo img.logo_white,
.privacy_policy_body .header .header_container .logo img.logo_white {
  opacity: 1;
}

.privacy_policy_body .small_header_mob .page_header_side {
  height: unset;
}

.privacy_policy_body .page_header_side::before {
  display: none;
}

.privacy_policy_body .page_header_side {
  background-color: #a8a7ac;
  position: relative;
}

.privacy_policy_body .page_header_side .container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 150px;
  padding-top: 235px;
}

.privacy_policy_body .page_header_side .container .title_box {
  margin-bottom: 100px;
  padding-top: 0;
}

.privacy_policy_body .page_header_side .container .subtitle {
  width: 100%;
  padding-left: 130px;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 105px;
  font-family: "CirceLight", sans-serif;
}

.privacy_policy_body .page_header_side .container .content_box {
  width: 100%;
  padding-left: 130px;
  max-width: 1180px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
}

.privacy_policy_body .page_header_side .container .content_box p {
  margin-bottom: 30px;
}

.privacy_policy_body .page_header_side .container .content_box p:last-child {
  margin-bottom: 0;
}

.privacy_policy_body .section_policy_points {
  padding-top: 110px;
  padding-bottom: 155px;
  padding-left: 330px;
  padding-right: 330px;
  background-color: #ffffff;
}

.privacy_policy_body .section_policy_points p {
  font-size: 17px;
  line-height: 28px;
  font-family: "ProximaNovaLight", sans-serif;
  color: #000000;
}

.privacy_policy_body .policy_page .wrapper {
  position: relative;
  width: 100%;
  padding: 0 330px;
}

.privacy_policy_body .policy_list_item ul {
  margin-bottom: 104px;
}

.privacy_policy_body .policy_list_item ul li {
  font-size: 17px;
  line-height: 28px;
  font-family: "ProximaNovaLight", sans-serif;
  color: #000000;
}

.privacy_policy_body .policy_list_item h2 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 62px;
  font-family: "CirceLight", sans-serif;
}

.privacy_policy_body .last_update_box p {
  font-size: 17px;
  color: #000000;
  margin-bottom: 5px;
}

.privacy_policy_body .last_update_box p:last-child {
  margin-bottom: 0;
}

footer.footer .copyright a {
  white-space: nowrap;
}

.contacts_page .container .top_line .social_list {
  padding-top: 0;
}

.contacts_page .container .top_line {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts_page .container .top_line .address_side p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  letter-spacing: -.025em;
  font-family: "CirceLight", sans-serif;
}

.contacts_page .container .top_line .address_side p br {
  display: block;
}

.contacts_page .container .top_line .address_side p .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  position: relative;
  top: -2px;
}

.f_screen_section.second_fs .fsc_second_fs_container .bg_wrapper.fixed_el {
  position: fixed;
}

.flight_planning {
  overflow: hidden;
}

.ground_handling {
  z-index: 1;
  overflow: hidden;
}

.f_screen_section {
  overflow: hidden;
}

.travel_page_section .content_wrapper .service_part_item {
  margin-top: -150px;
  padding-top: 150px;
}

footer.footer .address_box p {
  padding-right: 20px;
}

.contacts_page .container .top_line .address_side p {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts_page .container .top_line {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer.other_page {
  position: relative;
  z-index: 1;
}

.footer.other_page.white_bg {
  background-color: #fff;
}

.footer.other_page.grey_bg {
  background-color: #a8a8ab;
}

.privacy_policy_body .section_policy_points a {
  color: #000000;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  opacity: 1;
}

.privacy_policy_body .section_policy_points a:hover {
  color: #a8a8ab;
}

.header .header_container .logo,
.main_contant .our_services_container h2 {
  opacity: 0;
}

.main_contant .middle_information .title_box h1, .main_contant .middle_information .title_box p {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.main_contant .middle_information .cc_wrapper {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.main_contant .our_services_container .services_list .list_item {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

.page_content.start_animation .header .header_container .logo, .main_section.start_animation .header .header_container .logo {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in 0s;
  -o-transition: opacity 1s ease-in 0s;
  transition: opacity 1s ease-in 0s;
}

.page_content.start_animation .header .header_container::after, .main_section.start_animation .header .header_container::after {
  width: 100%;
  left: 50%;
  -webkit-transition: all .7s ease-in 0.3s;
  -o-transition: all .7s ease-in 0.3s;
  transition: all .7s ease-in 0.3s;
}

.page_content.start_animation .menu_list li, .main_section.start_animation .menu_list li {
  opacity: 1;
}

.page_content.start_animation .menu_list li:nth-child(1), .main_section.start_animation .menu_list li:nth-child(1) {
  -webkit-transition: opacity .3s ease-in .7s;
  -o-transition: opacity .3s ease-in .7s;
  transition: opacity .3s ease-in .7s;
}

.page_content.start_animation .menu_list li:nth-child(2), .main_section.start_animation .menu_list li:nth-child(2) {
  -webkit-transition: opacity .3s ease-in .8s;
  -o-transition: opacity .3s ease-in .8s;
  transition: opacity .3s ease-in .8s;
}

.page_content.start_animation .menu_list li:nth-child(3), .main_section.start_animation .menu_list li:nth-child(3) {
  -webkit-transition: opacity .3s ease-in .9s;
  -o-transition: opacity .3s ease-in .9s;
  transition: opacity .3s ease-in .9s;
}

.page_content.start_animation .lng, .main_section.start_animation .lng {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in .9s;
  -o-transition: opacity .3s ease-in .9s;
  transition: opacity .3s ease-in .9s;
}

.page_content.start_animation .social_list li, .main_section.start_animation .social_list li {
  opacity: 1;
}

.page_content.start_animation .social_list li:nth-child(1), .main_section.start_animation .social_list li:nth-child(1) {
  -webkit-transition: opacity .3s ease-in 1s;
  -o-transition: opacity .3s ease-in 1s;
  transition: opacity .3s ease-in 1s;
}

.page_content.start_animation .social_list li:nth-child(2), .main_section.start_animation .social_list li:nth-child(2) {
  -webkit-transition: opacity .3s ease-in 1.1s;
  -o-transition: opacity .3s ease-in 1.1s;
  transition: opacity .3s ease-in 1.1s;
}

.page_content.start_animation .social_list li:nth-child(3), .main_section.start_animation .social_list li:nth-child(3) {
  -webkit-transition: opacity .3s ease-in 1.2s;
  -o-transition: opacity .3s ease-in 1.2s;
  transition: opacity .3s ease-in 1.2s;
}

.page_content.start_animation .main_contant .middle_information .title_box h1, .main_section.start_animation .main_contant .middle_information .title_box h1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity .5s linear 1.5s, -webkit-transform .5s linear 1.5s;
  transition: opacity .5s linear 1.5s, -webkit-transform .5s linear 1.5s;
  -o-transition: transform .5s linear 1.5s, opacity .5s linear 1.5s;
  transition: transform .5s linear 1.5s, opacity .5s linear 1.5s;
  transition: transform .5s linear 1.5s, opacity .5s linear 1.5s, -webkit-transform .5s linear 1.5s;
}

.page_content.start_animation .main_contant .middle_information .title_box p, .main_section.start_animation .main_contant .middle_information .title_box p {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity .5s linear 1.8s, -webkit-transform .5s linear 1.8s;
  transition: opacity .5s linear 1.8s, -webkit-transform .5s linear 1.8s;
  -o-transition: transform .5s linear 1.8s, opacity .5s linear 1.8s;
  transition: transform .5s linear 1.8s, opacity .5s linear 1.8s;
  transition: transform .5s linear 1.8s, opacity .5s linear 1.8s, -webkit-transform .5s linear 1.8s;
}

.page_content.start_animation .main_contant .middle_information .cc_wrapper, .main_section.start_animation .main_contant .middle_information .cc_wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 2.1s, -webkit-transform .5s linear 2.1s;
  transition: opacity .5s linear 2.1s, -webkit-transform .5s linear 2.1s;
  -o-transition: transform .5s linear 2.1s, opacity .5s linear 2.1s;
  transition: transform .5s linear 2.1s, opacity .5s linear 2.1s;
  transition: transform .5s linear 2.1s, opacity .5s linear 2.1s, -webkit-transform .5s linear 2.1s;
}

.page_content.start_animation .main_contant .our_services_container h2, .main_section.start_animation .main_contant .our_services_container h2 {
  opacity: 1;
  -webkit-transition: opacity .5s linear 2.2s;
  -o-transition: opacity .5s linear 2.2s;
  transition: opacity .5s linear 2.2s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(1), .main_section.start_animation .our_services_container .services_list li:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 2.4s, -webkit-transform .5s linear 2.4s;
  transition: opacity .5s linear 2.4s, -webkit-transform .5s linear 2.4s;
  -o-transition: transform .5s linear 2.4s, opacity .5s linear 2.4s;
  transition: transform .5s linear 2.4s, opacity .5s linear 2.4s;
  transition: transform .5s linear 2.4s, opacity .5s linear 2.4s, -webkit-transform .5s linear 2.4s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(2), .main_section.start_animation .our_services_container .services_list li:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 2.5s, -webkit-transform .5s linear 2.5s;
  transition: opacity .5s linear 2.5s, -webkit-transform .5s linear 2.5s;
  -o-transition: transform .5s linear 2.5s, opacity .5s linear 2.5s;
  transition: transform .5s linear 2.5s, opacity .5s linear 2.5s;
  transition: transform .5s linear 2.5s, opacity .5s linear 2.5s, -webkit-transform .5s linear 2.5s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(3), .main_section.start_animation .our_services_container .services_list li:nth-child(3) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 2.6s, -webkit-transform .5s linear 2.6s;
  transition: opacity .5s linear 2.6s, -webkit-transform .5s linear 2.6s;
  -o-transition: transform .5s linear 2.6s, opacity .5s linear 2.6s;
  transition: transform .5s linear 2.6s, opacity .5s linear 2.6s;
  transition: transform .5s linear 2.6s, opacity .5s linear 2.6s, -webkit-transform .5s linear 2.6s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(4), .main_section.start_animation .our_services_container .services_list li:nth-child(4) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 2.7s, -webkit-transform .5s linear 2.7s;
  transition: opacity .5s linear 2.7s, -webkit-transform .5s linear 2.7s;
  -o-transition: transform .5s linear 2.7s, opacity .5s linear 2.7s;
  transition: transform .5s linear 2.7s, opacity .5s linear 2.7s;
  transition: transform .5s linear 2.7s, opacity .5s linear 2.7s, -webkit-transform .5s linear 2.7s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(5), .main_section.start_animation .our_services_container .services_list li:nth-child(5) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 2.8s, -webkit-transform .5s linear 2.8s;
  transition: opacity .5s linear 2.8s, -webkit-transform .5s linear 2.8s;
  -o-transition: transform .5s linear 2.8s, opacity .5s linear 2.8s;
  transition: transform .5s linear 2.8s, opacity .5s linear 2.8s;
  transition: transform .5s linear 2.8s, opacity .5s linear 2.8s, -webkit-transform .5s linear 2.8s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(6), .main_section.start_animation .our_services_container .services_list li:nth-child(6) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 2.9s, -webkit-transform .5s linear 2.9s;
  transition: opacity .5s linear 2.9s, -webkit-transform .5s linear 2.9s;
  -o-transition: transform .5s linear 2.9s, opacity .5s linear 2.9s;
  transition: transform .5s linear 2.9s, opacity .5s linear 2.9s;
  transition: transform .5s linear 2.9s, opacity .5s linear 2.9s, -webkit-transform .5s linear 2.9s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(7), .main_section.start_animation .our_services_container .services_list li:nth-child(7) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 3s, -webkit-transform .5s linear 3s;
  transition: opacity .5s linear 3s, -webkit-transform .5s linear 3s;
  -o-transition: transform .5s linear 3s, opacity .5s linear 3s;
  transition: transform .5s linear 3s, opacity .5s linear 3s;
  transition: transform .5s linear 3s, opacity .5s linear 3s, -webkit-transform .5s linear 3s;
}

.page_content.start_animation .our_services_container .services_list li:nth-child(8), .main_section.start_animation .our_services_container .services_list li:nth-child(8) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .5s linear 3.1s, -webkit-transform .5s linear 3.1s;
  transition: opacity .5s linear 3.1s, -webkit-transform .5s linear 3.1s;
  -o-transition: transform .5s linear 3.1s, opacity .5s linear 3.1s;
  transition: transform .5s linear 3.1s, opacity .5s linear 3.1s;
  transition: transform .5s linear 3.1s, opacity .5s linear 3.1s, -webkit-transform .5s linear 3.1s;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1900px) {
  /**/
  .station_locations_block .title_box .show_more_loc {
    margin-right: -10px;
  }
  .travel_page_section .content_wrapper {
    padding-top: 60px;
  }
  .contacts_page .container .top_line {
    padding-top: 67px;
    margin-bottom: 67px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(even) .description_side {
    margin-left: 135px;
    margin-top: 10px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side {
    padding-top: 0;
    max-width: 390px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper,
  .page_section .content_wrapper .img_box .img_wrapper {
    overflow: hidden;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper img,
  .page_section .content_wrapper .img_box .img_wrapper img {
    min-height: 100%;
    width: auto;
    max-width: unset;
  }
  .bg_slideshow .slide_item img {
    min-width: auto;
    height: unset;
  }
  .header .header_container {
    width: 100%;
    padding-left: 53px;
    padding-right: 53px;
  }
  .header.small .header_container {
    padding-left: 53px;
    padding-right: 53px;
  }
  .s_padding {
    padding: 0 53px;
  }
  .main_contant {
    padding-top: 170px;
  }
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .main_contant .middle_information .cc_wrapper .top_title h2 {
    max-width: 235px;
  }
  .main_contant .middle_information .cc_wrapper {
    max-width: 34.6vw;
    padding: 39px 55px 14px 47px;
  }
  .main_contant .middle_information .title_box {
    max-width: 650px;
    width: 100%;
    padding-top: 39px;
  }
  .main_contant .middle_information {
    padding-left: 70px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1, .main_section.start_animation .main_contant .middle_information .title_box h1 {
    font-size: 45px;
    line-height: 50px;
    font-family: "CirceRegular", sans-serif;
  }
  .main_contant .middle_information .title_box h1 {
    margin-bottom: 30px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box p, .main_section.start_animation .main_contant .middle_information .title_box p {
    padding-right: 0;
    padding-right: 20px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box {
    top: -11px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box h3 {
    font-size: 18px;
  }
  .main_contant .middle_information .cc_wrapper .top_title {
    margin-bottom: 23px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box {
    margin-bottom: 25px;
  }
  .main_contant .our_services_container {
    padding: 0;
    margin-top: -10px;
  }
  .page_content.start_animation .main_contant .our_services_container h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .main_contant .our_services_container .services_list .list_item {
    margin-right: 45px;
  }
  .main_contant .our_services_container .services_list p {
    font-size: 15px;
    line-height: 24px;
  }
  .main_contant .our_services_container .services_list .icon_box {
    margin-bottom: 20px;
  }
  .main_contant {
    padding-bottom: 35px;
  }
  footer.footer.other_page {
    padding: 0 53px;
  }
  footer.footer .wrapper {
    padding: 0;
  }
  .page_content.start_animation .header .header_container::after, .main_section.start_animation .header .header_container::after {
    width: -webkit-calc(100% - 106px);
    width: calc(100% - 106px);
  }
  .f_screen_section {
    padding: 0 53px;
  }
  .f_screen_section .content_box h2 {
    letter-spacing: 0;
    font-family: "CirceLight", sans-serif;
    max-width: 38vw;
  }
  .f_screen_section .content_box .descr_wrapper {
    max-width: 44vw;
  }
  .f_screen_section .content_box .descr_wrapper p {
    font-size: 16px;
    line-height: 25px;
  }
  .navigation_bar_container {
    left: 21px;
  }
  .container {
    max-width: -webkit-calc(100% - 106px);
    max-width: calc(100% - 106px);
    padding: 0;
  }
  .ground_handling h2 {
    margin-bottom: 55px;
  }
  .ground_handling .gh_descr_wrapper p {
    font-size: 16px;
    line-height: 25px;
  }
  .ground_handling .gh_descr_wrapper p br {
    display: none;
  }
  .ground_handling .gh_descr_wrapper {
    margin-bottom: 90px;
  }
  .ground_handling .services_provide h3 {
    font-size: 26px;
    margin-bottom: 53px;
  }
  .dot_list li {
    font-size: 16px;
  }
  .ground_handling .map_wrapper {
    -webkit-transform: translateX(28vw);
        -ms-transform: translateX(28vw);
            transform: translateX(28vw);
  }
  .ground_handling .map_wrapper .map_side::before {
    -webkit-transform: translateX(-28vw);
        -ms-transform: translateX(-28vw);
            transform: translateX(-28vw);
  }
  .ground_handling .map_wrapper::before {
    -webkit-transform: translate(-28vw, 50%);
        -ms-transform: translate(-28vw, 50%);
            transform: translate(-28vw, 50%);
  }
  .permits .permits_container {
    padding: 85px 0;
  }
  .permits h2 {
    margin-bottom: 60px;
  }
  .permits .permits_wrapper .r_descr h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: -2px;
  }
  .permits .permits_wrapper .bottom_txt p {
    font-size: 16px;
    line-height: 26px;
  }
  .flight_planning {
    padding: 85px 0 85px;
  }
  .flight_planning h2 {
    margin-bottom: 100px;
  }
  .flight_planning .flight_planning_wrapper .left_side h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 63px;
  }
  .flight_planning .flight_planning_wrapper .left_side p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 70px;
  }
  .flight_planning .flight_planning_wrapper .left_side {
    max-width: 100%;
    width: 41vw;
    min-width: 41vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .flight_planning .flight_planning_wrapper .right_side {
    padding-left: 70px;
    max-width: 49vw;
  }
  .flight_planning .flight_planning_wrapper .bottom_side {
    margin-top: 83px;
  }
  .flight_planning .flight_planning_wrapper .bottom_side p {
    font-size: 26px;
    line-height: 36px;
  }
  .fuel_section h2 {
    margin-bottom: 50px;
  }
  .fuel_section .top_wrapper p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 5px;
  }
  .fuel_section .bottom_wrapper h3 {
    font-size: 26px;
    margin-bottom: 46px;
  }
  .fuel_section .top_wrapper {
    padding-bottom: 61px;
    margin-bottom: 60px;
  }
  .fuel_section .bottom_wrapper .dot_list {
    margin-bottom: 57px;
  }
  .travel_services {
    padding: 85px 0 100px;
  }
  .travel_services h2 {
    margin-bottom: 45px;
  }
  .travel_services .descr_box h3 {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 45px;
  }
  .travel_services .descr_box p {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding-right: 4vw;
  }
  .travel_services .descr_box {
    max-width: 100%;
    width: 38vw;
    padding-right: 3vw;
    margin-top: 55px;
  }
  .travel_services .services_list {
    max-width: -webkit-calc(100% - 35vw + 40px);
    max-width: calc(100% - 35vw + 40px);
    margin-right: -56px;
  }
  .permits .permits_wrapper .img_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 49.6vw;
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
    max-width: unset;
  }
  .permits .permits_wrapper .r_descr {
    width: 100%;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list {
    max-width: 100%;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .a_dispatch_page .content_wrapper .img_box {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .a_dispatch_page .content_wrapper .img_box .img_wrapper {
    margin-right: 0;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.top_description {
    width: 100%;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box,
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.part_screen,
  .dispatcher_page.page_section .content_wrapper .text_box {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: 100%;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box p,
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.part_screen p,
  .dispatcher_page.page_section .content_wrapper .text_box p {
    max-width: 480px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box.mar0 {
    margin-right: 0;
  }
  .page_header_side .title_box .back_btn {
    margin-left: 0;
    margin-right: 75px;
  }
  .page_header_side {
    height: 400px;
  }
  .page_section {
    margin-top: 400px;
  }
  .page_header_side .title_box h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .page_header_side .title_box {
    padding-top: 235px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page_header_side .title_box .back_btn {
    top: -1px;
    margin-right: 77px;
  }
  .page_section .content_wrapper .img_box .img_wrapper {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
    margin-right: 0px;
  }
  .a_dispatch_page .content_wrapper .img_box .img_wrapper {
    width: 100%;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list {
    width: 480px;
    margin-right: 40px;
  }
  .a_dispatch_page .content_wrapper .img_box,
  .dispatcher_page.page_section .content_wrapper .img_box .img_wrapper {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(2),
  .dispatcher_page.page_section .content_wrapper .text_box,
  .about_page_section .content_wrapper .title_box {
    max-width: 480px;
  }
  .travel_page_section .content_wrapper {
    padding-left: 125px;
    padding-right: 125px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side .number {
    top: -23px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .description_side .number {
    top: -28px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side .number {
    top: -32px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img, .a_dispatch_page .content_wrapper .img_box .img_wrapper img, .page_section .content_wrapper .img_box .img_wrapper img {
    width: 100%;
  }
  .page_section .content_wrapper .img_box .img_wrapper,
  .a_fuel_page.a_dispatch_page .content_wrapper .img_box .img_wrapper {
    height: 340px;
  }
  .page_section .content_wrapper .img_box .img_wrapper img,
  .a_fuel_page.a_dispatch_page .content_wrapper .img_box .img_wrapper img {
    height: 100%;
    width: auto;
  }
  .page_section.a_dispatch_page .content_wrapper .img_box {
    margin-top: 180px;
  }
  .page_section.a_dispatch_page .content_wrapper .img_box {
    margin-top: 0;
  }
  .page_section.permits_page .content_wrapper .img_box .img_wrapper img,
  .page_section.about_page_section .content_wrapper .img_box .img_wrapper img,
  .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img,
  .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper img,
  .a_fuel_page.a_dispatch_page .content_wrapper .img_box .img_wrapper img {
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
    height: unset;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.permits_page .content_wrapper .img_box .img_wrapper img.mob_show, .about_page_section .content_wrapper .img_box .img_wrapper img.mob_show, .a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show, .page_section .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show {
    min-height: 100%;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
  .small_header_mob .page_header_side {
    height: 300px;
  }
  .small_header_mob .page_header_side_mob {
    height: 300px;
  }
  .small_header_mob .page_section {
    margin-top: 300px;
  }
  .page_header_side .title_box {
    padding-top: 180px;
  }
  .cookies_container .cookies_wrapper {
    width: 100%;
    padding: 40px 53px;
  }
  .privacy_policy_body .section_policy_points {
    max-width: -webkit-calc(100% - 106px);
    max-width: calc(100% - 106px);
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .privacy_policy_body .page_header_side .container .subtitle,
  .privacy_policy_body .page_header_side .container .content_box {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1500px) {
  /**/
  .g_handling_network .map_container .map_wrapper .map_side {
    width: 85vw;
  }
  .g_handling_network .map_container .map_wrapper .map_side img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1457px) {
  /**/
  footer.footer .address_box {
    display: none;
  }
  footer.footer.other_page.white_bg .logo_side a img.small_logo, footer.footer.other_page.white_bg .logo_side a img.gradient_logo {
    display: none;
  }
  footer.footer.other_page.white_bg .logo_side a img.small_logo_grad {
    display: block;
  }
  footer.footer.other_page .logo_side a img.white_logo {
    display: none;
  }
  footer.footer.other_page .logo_side a img.small_logo {
    display: block;
  }
  footer.footer.other_page .logo_side {
    width: unset;
  }
  footer.footer .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.footer .wrapper .logo_side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: -webkit-calc(50% - 75px);
    max-width: calc(50% - 75px);
    width: 100%;
  }
  footer.footer .wrapper .logo_side .logo {
    max-width: 50px;
    min-width: 50px;
  }
  .footer.white_bg .mobile_toggle span {
    background-color: #000000;
  }
  .footer.white_bg ul.social_list li a span {
    border: 1px solid transparent;
  }
  .footer.white_bg ul.social_list li a .soc_in, .footer.white_bg ul.social_list li a .soc_fb, .footer.white_bg ul.social_list li a .soc_o-2 {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
    fill: #000000;
  }
  .footer.white_bg ul.social_list li a .soc_o {
    -webkit-transition: stroke .3s ease-in-out;
    -o-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out;
    stroke: #000000;
  }
  .footer.white_bg ul.social_list li a:hover span {
    border: 1px solid #333333;
  }
  .footer.white_bg .mob_wrapper a {
    color: #333;
  }
  .footer.white_bg .mob_wrapper a::after {
    background-color: #333;
  }
  .footer .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .mob_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-calc(50% - 75px);
    max-width: calc(50% - 75px);
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .mob_wrapper a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "ProximaNovaBold", sans-serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 45px;
    opacity: 1;
    position: relative;
  }
  .footer .mob_wrapper a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
  }
  .footer .mob_wrapper a.p_privacy {
    margin-left: 0;
  }
  .footer .mob_wrapper a:hover::after {
    width: 100%;
  }
  .footer ul.social_list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    min-width: 150px;
    padding-right: 0px;
    margin-right: -12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer ul.social_list li {
    margin: 0 7px;
  }
  .footer ul.social_list li:last-child {
    margin-right: 0;
  }
  .footer ul.social_list li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    opacity: 1;
  }
  .footer ul.social_list li a.social_o svg {
    position: relative;
    -webkit-transform: translate(1px, -0.5px);
        -ms-transform: translate(1px, -0.5px);
            transform: translate(1px, -0.5px);
  }
  .footer ul.social_list li a span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: border .3s ease, -webkit-transform .3s ease-in;
    transition: border .3s ease, -webkit-transform .3s ease-in;
    -o-transition: border .3s ease, transform .3s ease-in;
    transition: border .3s ease, transform .3s ease-in;
    transition: border .3s ease, transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .footer ul.social_list li a svg .soc_in, .footer ul.social_list li a svg .soc_fb, .footer ul.social_list li a svg .soc_o-2 {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
  }
  .footer ul.social_list li a svg .soc_o {
    -webkit-transition: stroke .3s ease-in-out;
    -o-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out;
  }
  .footer ul.social_list li a:hover span {
    border: 1px solid #ffffff;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .footer ul.social_list li a:focus span, .footer ul.social_list li a:active span {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    border: 1px solid transparent;
  }
}

@media (pointer: coarse) {
  /**/
  .f_screen_section.first_fs .bg.fixed_el, .f_screen_section.second_fs .fsc_second_fs_container .bg_wrapper .bg, .main_screen {
    min-height: 100vh !important;
  }
  .cookies_container .cookies_wrapper {
    width: 100%;
    padding: 20px 40px;
  }
  .cookies_container .cookies_wrapper .btn_box {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1365px) {
  /**/
  .main_contant .our_services_container .services_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 15px;
  }
  .mobile_menu_container .lng_box li a {
    font-size: 45px;
    line-height: 45px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile_menu_container .container_wrap {
    padding: 28px 38px 37px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mobile_menu_container ul.social_list {
    margin-left: -12px;
  }
  .mobile_menu_container ul.social_list li {
    margin-bottom: 33px;
  }
  .mobile_menu_container ul.social_list li a {
    width: 50px;
    height: 50px;
  }
  .header.small .header_container .menu_side .mobile_menu_container ul.menu_list > li.active a {
    color: #5c6066;
  }
  .header .menu_side .mobile_menu_container li.with_sub.open > a::before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 37px;
  }
  .header .menu_side .mobile_menu_container li.with_sub.open > a .icon span {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu {
    background-color: transparent;
    padding: 0;
    margin-bottom: -50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item {
    width: 50%;
    max-width: 50%;
    padding: 0;
    margin-bottom: 48px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a {
    padding: 0;
    padding-right: 20px;
    border: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box {
    width: 72px;
    height: 72px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    min-width: 72px;
    margin-right: 20px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    font-family: "ProximaNovaRegular", sans-serif;
    max-width: 180px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .title {
    color: #5c6066;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box {
    background-color: #ffffff;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i1, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i2, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i3-1, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i4, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i5-3, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i6, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i7 {
    fill: #a8a8ab;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i1-1, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i3-2, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i3-3, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a.active .icon_box svg .i5-1 {
    stroke: #a8a8ab;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box {
    border: 1px solid #ffffff;
    background-color: #a8a8ab;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i1, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i2, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i3-1, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i4, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i5-3, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i6, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i7 {
    fill: #ffffff;
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i1-1, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i3-2, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i3-3, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg .i5-1 {
    stroke: #ffffff;
    -webkit-transition: stroke .3s ease-in-out;
    -o-transition: stroke .3s ease-in-out;
    transition: stroke .3s ease-in-out;
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 56px;
    height: 28px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon span {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon span::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 5px;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon span::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .menu_side .mobile_menu_container li.with_sub > a::before {
    display: none;
    border: none;
    width: 28px;
    height: 28px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px;
    right: 17px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list {
    margin-right: 0;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li a {
    font-size: 80px;
    line-height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: "CirceLight", sans-serif;
    text-transform: none;
    letter-spacing: 0;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li a:after {
    display: none;
  }
  .mobile_menu_container .lng_box li {
    margin-left: 30px;
  }
  .header.small .header_container,
  .header .header_container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header .menu_side ul.menu_list {
    display: none;
  }
  .mobile_toggle {
    display: block;
    margin-right: -8px;
  }
  .page_content .header .header_container .logo {
    max-width: 238px;
    height: 44px;
  }
  .header .header_container {
    padding-top: 23px;
    padding-bottom: 24px;
  }
  .page_content.start_animation .header .header_container::after {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .main_contant {
    padding-top: 125px;
  }
  .s_padding {
    padding: 0 40px;
  }
  .main_contant .middle_information {
    padding-left: 0;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1, .main_section.start_animation .main_contant .middle_information .title_box h1 {
    font-size: 38px;
    line-height: 46px;
    max-width: 460px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1 br, .main_section.start_animation .main_contant .middle_information .title_box h1 br {
    display: none;
  }
  .main_contant .middle_information .title_box p {
    font-size: 16px;
    line-height: 25px;
  }
  .main_contant .middle_information .title_box p br {
    display: none;
  }
  .main_contant .middle_information .title_box {
    max-width: 500px;
  }
  .main_contant .middle_information .cc_wrapper {
    max-width: 40vw;
    padding: 40px 34px 6px 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .main_contant .middle_information .cc_wrapper .top_title {
    margin-bottom: 7px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box .cont_box {
    font-size: 16px;
    line-height: 25px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box {
    margin-bottom: 30px;
  }
  .page_content.start_animation .main_contant .our_services_container h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .main_contant .our_services_container {
    margin-top: -4px;
  }
  .main_contant .our_services_container .services_list .icon_box {
    width: 64px;
    height: 64px;
  }
  .main_contant .our_services_container .services_list .icon_box img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .main_contant .our_services_container .services_list .list_item {
    margin-right: 15px;
    max-width: 135px;
    margin-bottom: 33px;
  }
  .bg_slideshow .slick-slider {
    height: 100%;
  }
  .bg_slideshow .slick-slider .slick-list, .bg_slideshow .slick-slider .slick-track {
    height: 100%;
  }
  .main_contant .our_services_container .services_list .icon_box {
    margin-bottom: 32px;
  }
  .strength_tab > li a {
    font-size: 38px;
  }
  .navigation_bar_container {
    left: 5px;
  }
  .navigation_bar_container .navigation_bar_list li {
    padding: 3px 0;
  }
  .navigation_bar_container .navigation_bar_list li.active {
    padding: 12px 0;
  }
  .f_screen_section {
    padding: 0 40px;
  }
  .f_screen_section .content_box h2 {
    max-width: 48vw;
    font-size: 35px;
  }
  .f_screen_section .content_box .descr_wrapper p {
    margin-bottom: 44px;
  }
  .ground_handling {
    padding-top: 88px;
  }
  .ground_handling h2 {
    font-size: 35px;
    margin-bottom: 60px;
  }
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ground_handling .map_wrapper {
    -webkit-transform: translateX(60vw);
        -ms-transform: translateX(60vw);
            transform: translateX(60vw);
  }
  .ground_handling .map_wrapper .map_side::before {
    -webkit-transform: translateX(-60vw);
        -ms-transform: translateX(-60vw);
            transform: translateX(-60vw);
  }
  .permits h2, .flight_planning h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .permits .permits_wrapper .img_box {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
  }
  .permits .permits_wrapper .r_descr {
    max-width: 335px;
    margin-left: 30px;
  }
  .permits .permits_wrapper .bottom_txt p {
    max-width: 335px;
    margin-left: 30px;
  }
  .flight_planning .flight_planning_wrapper .left_side {
    padding-right: 0;
  }
  .flight_planning .flight_planning_wrapper .right_side {
    padding-left: 40px;
  }
  .flight_planning .flight_planning_wrapper .left_side p {
    padding-right: 15px;
  }
  footer .mobile_toggle {
    display: none;
  }
  .travel_services h2 {
    font-size: 35px;
  }
  .travel_services .descr_box {
    width: 100%;
    margin-top: 20px;
  }
  .travel_services .descr_box h3 {
    max-width: 470px;
    margin-bottom: 35px;
  }
  .travel_services .descr_box p {
    max-width: 450px;
  }
  .travel_services .ts_wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .travel_services .services_list {
    width: 100%;
    max-width: 100%;
    margin-top: 80px;
  }
  .travel_services {
    padding-bottom: 50px;
  }
  footer.footer.other_page {
    padding: 0 40px;
  }
  footer.footer .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer ul.social_list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-right: -10px;
    min-width: unset;
    margin-left: 55px;
  }
  .footer .mob_wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 100%;
  }
  .footer .mob_wrapper a {
    margin-left: 75px;
  }
  footer.footer .wrapper .logo_side {
    width: unset;
  }
  .submenu_wrapper {
    padding-top: 43px;
  }
  .header.small .submenu_wrapper {
    padding-top: 39px;
  }
  .fuel_section .top_wrapper .line_sep {
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .about_page_section .content_wrapper .img_box .img_wrapper,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper,
  .page_section .content_wrapper .img_box .img_wrapper {
    height: 340px;
    overflow: hidden;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper img,
  .page_section .content_wrapper .img_box .img_wrapper img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
  .page_header_side {
    height: 305px;
  }
  .page_header_side .title_box {
    padding-top: 175px;
  }
  .page_header_side .title_box .back_btn {
    top: -7px;
    margin-right: 65px;
  }
  .page_header_side .title_box h1 {
    font-size: 40px;
    line-height: 39px;
  }
  .page_section {
    margin-top: 305px;
  }
  .about_page_section .content_wrapper,
  .a_dispatch_page .content_wrapper,
  .page_section .content_wrapper {
    padding-top: 71px;
    padding-bottom: 62px;
  }
  .page_section .content_wrapper h2 {
    font-size: 26px;
    line-height: 36px;
    max-width: 350px;
  }
  .about_page_section .content_wrapper .title_box {
    max-width: 350px;
    width: 100%;
    margin-right: 105px;
  }
  .about_page_section .text_box.big_width {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    padding-right: 0;
  }
  .page_section .content_wrapper .text_box p {
    font-size: 16px;
    line-height: 26px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper, .page_section.permits_page .content_wrapper .img_box .img_wrapper {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    height: 270px;
  }
  .about_page_section .text_box,
  .page_section .content_wrapper .title_box {
    margin-bottom: 20px;
  }
  .about_page_section .content_wrapper .img_box {
    margin-top: 0;
  }
  .a_dispatch_page .content_wrapper .top_description {
    margin-bottom: 50px;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 20px;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li:last-child {
    margin-bottom: 0;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list {
    margin-bottom: 0;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list h3 {
    font-size: 26px;
    line-height: 36px;
    max-width: 350px;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list {
    max-width: 350px;
    width: 100%;
    margin-right: 105px;
  }
  .a_dispatch_page .content_wrapper .img_box {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    max-width: 100%;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper {
    height: 270px;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .top_description h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.top_description {
    margin-bottom: 50px;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box {
    margin-bottom: 50px;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(2) {
    max-width: 350px;
    width: 100%;
    margin-right: 105px;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(3) {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    max-width: 100%;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper {
    padding-bottom: 41px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    max-width: 100%;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p {
    max-width: 100%;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(2) {
    max-width: 350px;
    width: 100%;
    margin-right: 105px;
  }
  .dispatcher_page.page_section .content_wrapper .img_box {
    margin-top: 20px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list {
    padding-left: 0;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    max-width: 100%;
    padding-left: 0;
  }
  .planning_page .content_wrapper .text_box:first-child {
    max-width: 350px;
    width: 100%;
    margin-right: 105px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list {
    margin-bottom: 0;
  }
  .planning_page .content_wrapper .text_box > * {
    max-width: 100%;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 20px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li:last-child {
    margin-bottom: 0;
  }
  .page_section.permits_page .content_wrapper .text_box {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    max-width: 100%;
  }
  .page_section.permits_page .content_wrapper .text_box:nth-child(2) {
    max-width: 350px;
    width: 100%;
    margin-right: 105px;
  }
  .page_section.dispatcher_page .content_wrapper .title_box {
    margin-bottom: 50px;
  }
  .page_section.permits_page .content_wrapper .img_box {
    margin-top: 20px;
  }
  .travel_page_section .content_wrapper {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 110px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side,
  .travel_page_section .content_wrapper .service_part_item .img_box {
    width: -webkit-calc(50% - 17px);
    width: calc(50% - 17px);
    max-width: 100%;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side img,
  .travel_page_section .content_wrapper .service_part_item .img_box img {
    max-width: 100%;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side {
    padding: 34px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side p {
    font-size: 16px;
    line-height: 26px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side h3 {
    margin-bottom: 60px;
    position: relative;
    top: -10px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side .number {
    margin-left: -3px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(even) .description_side {
    margin-left: 0;
    padding: 34px 0 34px 62px;
    margin-top: -20px;
    width: -webkit-calc(50% - 17px);
    width: calc(50% - 17px);
    max-width: 100%;
    margin-left: 34px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(2) .description_side .number {
    top: -10px;
    margin-left: 30px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side {
    margin-top: 45px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side .number {
    top: -7px;
    margin-left: 28px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side {
    margin-top: 37px;
  }
  .contacts_page .container .top_line .address_side p {
    font-size: 20px;
    line-height: 28px;
  }
  .contacts_page .container .top_line {
    padding-top: 55px;
    margin-bottom: 50px;
  }
  .contacts_page .container .top_line .social_list {
    padding-top: 0;
  }
  .contacts_page .container .dep_title h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .contacts_page .container .dep_title {
    margin-bottom: 45px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .contacts_page .container .contacts_container .contact_item .cont_field a {
    font-size: 18px;
    line-height: 28px;
  }
  .contacts_page .container {
    padding-bottom: 95px;
  }
  .g_handling_section .content_wrapper .subtitle_box h3 {
    font-size: 26px;
    line-height: 36px;
    max-width: 350px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list li {
    margin-bottom: 27px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list li:last-child {
    margin-bottom: 0;
  }
  .g_handling_network h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .g_handling_network .map_container {
    margin-top: -35px;
    margin-bottom: 0px;
  }
  .station_locations_block .title_box h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .g_handling_network {
    padding-bottom: 40px;
  }
  .station_locations_block .title_box .show_more_loc {
    margin-right: -11px;
  }
  .station_locations_block .s_locations_container .s_locations_tab li a {
    font-size: 20px;
    line-height: 20px;
  }
  .station_locations_block .s_locations_container .s_locations_tab li {
    margin: 0 30px;
  }
  .station_locations_block .s_locations_container .s_locations_tab {
    margin-bottom: 50px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header {
    padding: 20px 0 25px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .sl_tab_main_container .sl_tab_wrapper .t_middle {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .sl_tab_main_container .sl_tab_wrapper .sl_tab_item {
    width: -webkit-calc(33.3% - 32px);
    width: calc(33.3% - 32px);
    margin-bottom: 30px;
    margin-right: 32px;
  }
  .sl_tab_main_container .sl_tab_wrapper {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
  }
  .g_handling_section .content_wrapper {
    padding-bottom: 80px;
  }
  .map_description_box .point_content .content_side .title_box h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .map_description_box .point_content .content_side .dot_list li p {
    font-size: 12px;
  }
  .map_description_box .point_content .content_side .dot_list {
    margin-top: 5px;
  }
  .map_description_box .more_info_box a {
    font-size: 14px;
  }
  .map_description_box .point_content .content_side .point_contact {
    font-size: 13px;
  }
  .fuel_section .img_fix_box.fixed_el .image_box {
    margin-top: 88px;
  }
  .travel_services .descr_box {
    max-width: 100%;
  }
  .travel_services .services_list {
    max-width: 900px;
  }
  .page_section.permits_page .content_wrapper .text_box.mar0 {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
    margin-right: 0;
  }
  .page_section.permits_page .content_wrapper .title_box {
    margin-bottom: 50px;
  }
  .g_handling_section .content_wrapper .subtitle_box {
    max-width: 480px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list {
    max-width: -webkit-calc(100% - 480px);
    max-width: calc(100% - 480px);
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list {
    max-width: 100%;
    width: 100%;
  }
  .page_section.dispatcher_page .content_wrapper .text_box.mar0 {
    max-width: 480px;
  }
  .dispatcher_page.page_section .content_wrapper .img_box .img_wrapper img,
  .permits_page.page_section .content_wrapper .img_box .img_wrapper img,
  .a_fuel_page.a_dispatch_page .content_wrapper .img_box .img_wrapper img,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper img,
  .page_section .content_wrapper .img_box .img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper, .page_section.permits_page .content_wrapper .img_box .img_wrapper, .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper, .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper {
    height: unset;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img, .page_section.permits_page .content_wrapper .img_box .img_wrapper img, .about_page_section .content_wrapper .img_box .img_wrapper img, .a_dispatch_page .content_wrapper .img_box .img_wrapper img, .page_section .content_wrapper .img_box .img_wrapper img, .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper img {
    display: none;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.permits_page .content_wrapper .img_box .img_wrapper img.mob_show, .about_page_section .content_wrapper .img_box .img_wrapper img.mob_show, .a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show, .page_section .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show {
    display: block;
  }
  .dispatcher_page.page_section .content_wrapper h2 {
    max-width: 455px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(1),
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(2) {
    max-width: 410px;
    margin-right: 34px;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) {
    max-width: 948px;
    padding-bottom: 20px;
    margin-right: 0;
    width: 100%;
    -webkit-column-width: 455px;
       -moz-column-width: 455px;
            column-width: 455px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p {
    margin-right: 0px;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p:first-child, .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p:nth-child(2) {
    max-width: 457px;
    margin-right: 0;
  }
  .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
  }
  .g_handling_network .map_dots > div {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .g_handling_network .map_dots > div.tri_right .map_description_box {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
    margin-top: -30px;
    bottom: 100px;
    right: 17px;
  }
  .about_page_section .content_wrapper h2 {
    max-width: 380px;
  }
  .about_page_section .content_wrapper .title_box {
    width: 100%;
    max-width: 457px;
  }
  .about_page_section .content_wrapper .title_box:nth-child(1) {
    margin-right: 34px;
  }
  .about_page_section .text_box.big_width {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
  }
  .about_page_section .content_wrapper .img_box .img_wrapper {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
    height: 270px;
    margin-top: 35px;
  }
  .planning_page .content_wrapper .text_box:first-child {
    margin-right: 34px;
    max-width: 457px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
  }
  .planning_page .content_wrapper h2 {
    max-width: 415px;
    margin-bottom: 53px;
  }
  .planning_page .content_wrapper .text_box > p {
    padding-right: 30px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list {
    margin-top: 162px;
  }
  .footer .mob_wrapper a {
    letter-spacing: .08em;
  }
  .footer ul.social_list {
    margin-left: 90px;
  }
  .footer .mob_wrapper a {
    margin-left: 43px;
  }
  .page_section.a_dispatch_page .content_wrapper .img_box {
    margin-top: 18px;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list {
    margin-right: 34px;
    max-width: 457px;
  }
  .a_dispatch_page .content_wrapper .img_box {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
  }
  .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper {
    height: 270px;
  }
  .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper img {
    height: 100%;
    min-height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(2) {
    margin-right: 34px;
    max-width: 457px;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(3) {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box {
    margin-bottom: 60px;
  }
  .a_fuel_page .content_wrapper .text_box.with_dot_list h3 {
    margin-bottom: 40px;
  }
  .page_section.a_fuel_page .content_wrapper .img_box {
    margin-top: 8px;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper {
    padding-bottom: 72px;
  }
  .a_dispatch_page .content_wrapper {
    padding-bottom: 97px;
  }
  .about_page_section .content_wrapper {
    padding-bottom: 60px;
  }
  .permits_page .content_wrapper h2 {
    max-width: 455px;
  }
  .page_section.permits_page .content_wrapper .text_box:nth-child(2) {
    margin-right: 34px;
    max-width: 457px;
  }
  .page_section.permits_page .content_wrapper .text_box.mar0 {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
  }
  .page_section.permits_page .content_wrapper .img_box .img_wrapper {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
    height: 270px;
  }
  .page_section.permits_page .content_wrapper .img_box {
    margin-top: 53px;
  }
  .page_section.permits_page .content_wrapper {
    padding-bottom: 125px;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p {
    padding-right: 0px;
    font-family: "ProximaNovaLight", sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper {
    width: -webkit-calc(100% - 457px - 34px);
    width: calc(100% - 457px - 34px);
    height: 270px;
  }
  .dispatcher_page.page_section .content_wrapper .img_box {
    margin-top: 35px;
  }
  .dispatcher_page.page_section .content_wrapper {
    padding-bottom: 90px;
  }
  .page_section.permits_page .content_wrapper .text_box.mar0 p {
    max-width: 480px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.permits_page .content_wrapper .img_box .img_wrapper img.mob_show, .about_page_section .content_wrapper .img_box .img_wrapper img.mob_show, .a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show, .page_section .content_wrapper .img_box .img_wrapper img.mob_show, .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show {
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    height: unset;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper,
  .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper,
  .page_section.permits_page .content_wrapper .img_box .img_wrapper,
  .about_page_section .content_wrapper .img_box .img_wrapper,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper,
  .page_section .content_wrapper .img_box .img_wrapper,
  .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper {
    height: 350px;
  }
  .small_header_mob .page_header_side {
    height: 220px;
  }
  .small_header_mob .page_header_side_mob {
    height: 220px;
  }
  .small_header_mob .page_section {
    margin-top: 220px;
  }
  .page_header_side .title_box {
    padding-top: 120px;
  }
  .contacts_page .container .dep_title h3 {
    font-size: 35px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 25px;
  }
  .cookies_container .cookies_wrapper {
    width: 100%;
    padding: 20px 40px;
  }
  .cookies_container .cookies_wrapper .btn_box {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  /**/
  .ground_handling {
    position: relative;
    z-index: 2;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p:first-child, .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p:nth-child(2) {
    max-width: 100%;
  }
  .ground_handling .map_wrapper .map_side {
    width: unset;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item:last-child a .title {
    max-width: 200px;
  }
  .bg_slideshow .slide_item .sl_box {
    background-position: left -300px bottom;
  }
  .bg_slideshow::after {
    opacity: .7;
  }
  .main_contant .our_services_container .services_list .list_item a p span,
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .title > span {
    display: none;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .title {
    max-width: 145px;
  }
  .main_contant .our_services_container .services_list .list_item:nth-child(even) p {
    max-width: 145px;
  }
  .main_contant .our_services_container .services_list .list_item p {
    max-width: 170px;
  }
  .main_contant .our_services_container .services_list .list_item:last-child p {
    padding-right: 0;
    max-width: 190px;
  }
  .header .header_container .menu_side > .lng,
  .header .header_container .menu_side > .social_list {
    display: none;
  }
  .navigation_bar_container .navigation_bar_list {
    display: none;
  }
  .header.small .header_container, .header .header_container, .s_padding, .f_screen_section, .container, footer.footer.other_page {
    padding-left: 50px;
    padding-right: 50px;
  }
  .page_content .header .header_container .logo {
    max-width: 298px;
    height: 51px;
  }
  .main_contant .middle_information {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main_contant .middle_information .title_box {
    padding-top: 42px;
    margin-bottom: 45px;
  }
  .main_contant .middle_information .title_box,
  .main_section.start_animation .main_contant .middle_information .title_box h1 {
    width: 100%;
    max-width: 100%;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1 {
    margin-right: 0;
    max-width: 515px;
  }
  .page_content.start_animation .main_contant .middle_information .cc_wrapper {
    width: -webkit-calc(100vw - 50px);
    width: calc(100vw - 50px);
    max-width: unset;
    margin-right: -50px;
  }
  .main_contant .middle_information .cc_wrapper .top_title h2 {
    width: -webkit-calc(100% - 128px);
    width: calc(100% - 128px);
    width: 100%;
    max-width: 310px;
    padding-top: 10px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box {
    width: 127px;
    top: -2px;
    margin-right: 25px;
    margin-left: 50px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box img {
    width: 100%;
    height: auto;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box span {
    font-size: 45px;
    line-height: 40px;
    margin-top: 3px;
  }
  .main_contant .middle_information .cc_wrapper .top_title {
    margin-bottom: 43px;
  }
  .main_contant .middle_information .cc_wrapper {
    padding-left: 48px;
    padding-bottom: 32px;
    margin-bottom: 50px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box {
    margin-bottom: 45px;
  }
  .main_contant .our_services_container .services_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .main_contant .our_services_container .services_list .list_item {
    width: 50%;
    max-width: 100%;
    margin-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_contant .our_services_container .services_list .list_item:nth-child(even) {
    padding-left: 20px;
  }
  .main_contant {
    padding-bottom: 30px;
  }
  .main_contant .our_services_container .services_list .icon_box {
    margin-bottom: 0;
    min-width: 72px;
    height: 72px;
    margin-right: 20px;
  }
  .main_contant .our_services_container .services_list .list_item a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_content.start_animation .main_contant .our_services_container h2 {
    margin-bottom: 38px;
  }
  .header .header_container,
  .header.small .header_container {
    height: 98px;
  }
  .f_screen_section .bg img {
    -o-object-position: 25% 50%;
       object-position: 25% 50%;
  }
  .strengths_section {
    min-height: unset;
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .strength_tab {
    width: 100%;
    padding: 0 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .strength_tab::before, .strength_tab::after {
    display: none;
  }
  .strength_tab > li.active {
    margin-right: 0px;
  }
  .strengths_section_main .tab-content {
    opacity: 1;
  }
  .strengths_section .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .st_list {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% + 25px);
    width: calc(100% + 25px);
  }
  .st_list .st_list_item {
    margin-left: 0;
    max-width: -webkit-calc(50% - 25px);
    max-width: calc(50% - 25px);
    width: 100%;
    margin-right: 25px;
    margin-bottom: 50px;
    min-height: 255px;
    padding-top: 95px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .strength_tab {
    padding: 0;
  }
  .str_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .strength_tab > li {
    margin: 0;
  }
  .strength_tab > li:last-child {
    margin-left: 40px;
  }
  .st_list .st_list_item .icon_box {
    -webkit-transform: scale(1.4) translateX(-50%);
        -ms-transform: scale(1.4) translateX(-50%);
            transform: scale(1.4) translateX(-50%);
    left: -webkit-calc(50% + 9px);
    left: calc(50% + 9px);
  }
  .strength_tab {
    margin-bottom: 95px;
  }
  .f_screen_section.first_fs .fsc_first_fs_container .content_main_wrapper {
    width: 100% !important;
  }
  .f_screen_section.first_fs .fsc_first_fs_container .content_main_wrapper.pin .content_box {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .f_screen_section.first_fs .fsc_first_fs_container .content_box {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .f_screen_section .content_box h2 {
    max-width: 100%;
    padding-right: 0;
  }
  .f_screen_section .content_box .descr_wrapper {
    max-width: 100%;
  }
  .f_screen_section .content_box h2 {
    margin-bottom: 90px;
  }
  .f_screen_section .content_box .descr_wrapper p {
    margin-bottom: 88px;
  }
  .f_screen_section.first_fs .fsc_first_fs_container .content_box,
  .f_screen_section.second_fs .fsc_second_fs_container .content_box {
    min-width: 100%;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .f_screen_section.first_fs .fsc_first_fs_container .scr_wrapper,
  .f_screen_section.second_fs .fsc_second_fs_container .scr_wrapper {
    width: 100%;
    min-width: -webkit-calc(100vw - 100px);
    min-width: calc(100vw - 100px);
  }
  .f_screen_section .bg::before {
    height: 100%;
    opacity: .7;
  }
  .ground_handling .gh_descr_wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ground_handling h2 {
    margin-bottom: 70px;
  }
  .ground_handling .gh_descr_wrapper p {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 37px;
  }
  .ground_handling .gh_descr_wrapper p:last-child {
    margin-bottom: 0;
  }
  .ground_handling .gh_descr_wrapper {
    margin-bottom: 55px;
  }
  .ground_handling .services_provide h3 {
    margin-bottom: 33px;
  }
  .dot_list li {
    padding-left: 35px;
    margin-bottom: 20px;
  }
  .dot_list {
    margin-bottom: 90px;
  }
  .ground_handling .map_wrapper .map_side img {
    height: 540px;
    width: auto;
  }
  .ground_handling {
    padding-bottom: 450px;
  }
  .ground_handling .map_wrapper {
    -webkit-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  .ground_handling .map_wrapper .map_side::before {
    -webkit-transform: translateX(0vw);
        -ms-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  .permits .permits_container {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .permits h2 {
    margin-bottom: 70px;
  }
  .permits .permits_wrapper .img_box {
    width: 100vw;
    margin-left: -50px;
    margin-bottom: 85px;
  }
  .permits .permits_wrapper .r_descr h3 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-right: 10%;
  }
  .permits .permits_wrapper .r_descr {
    max-width: 100%;
    margin-left: 0;
  }
  .permits .permits_wrapper .bottom_txt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .permits .permits_wrapper .bottom_txt p {
    max-width: 100%;
    margin-left: 0;
  }
  .permits .permits_wrapper .r_descr .btn_box {
    display: none;
  }
  .permits .permits_wrapper .btn_box.mob_show {
    display: block;
  }
  .permits .permits_wrapper .r_descr h3 {
    margin-bottom: 65px;
  }
  .permits .permits_wrapper .bottom_txt {
    margin-top: 0;
    margin-bottom: 78px;
  }
  .permits .permits_wrapper .bottom_txt p {
    margin-bottom: 0px;
  }
  .flight_planning {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .flight_planning .flight_planning_wrapper .left_side {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .flight_planning h2 {
    margin-bottom: 70px;
  }
  .flight_planning .flight_planning_wrapper .left_side h3 {
    font-family: "CirceLight", sans-serif;
    padding-right: 20%;
    margin-bottom: 80px;
  }
  .flight_planning .flight_planning_wrapper .left_side p {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .flight_planning .flight_planning_wrapper .right_side {
    padding-left: 0;
    max-width: 100%;
  }
  .flight_planning .flight_planning_wrapper .right_side .dot_list {
    margin-bottom: 75px;
  }
  .flight_planning .flight_planning_wrapper .bottom_side {
    margin-top: 65px;
  }
  .fuel_section {
    padding-top: 90px;
    font-family: "CirceRegular", sans-serif;
    letter-spacing: -.04em;
  }
  .fuel_section h2 {
    margin-bottom: 65px;
  }
  .fuel_section .top_wrapper {
    padding-right: 1%;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 85px;
  }
  .fuel_section .top_wrapper p {
    padding-right: 0;
    letter-spacing: 0;
  }
  .fuel_section .top_wrapper .line_sep {
    display: none;
  }
  .fuel_section .image_box {
    position: relative;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: 0;
    right: 0;
    opacity: 1;
    max-width: unset;
    margin-left: -50px;
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    margin-bottom: 85px;
  }
  .fuel_section .image_box img.mob_img {
    display: none;
  }
  .fuel_section .image_box img.desktop_img {
    display: block;
    height: 435px;
  }
  .fuel_section .bottom_wrapper h3 {
    margin-bottom: 55px;
  }
  .fuel_section .bottom_wrapper .dot_list {
    margin-bottom: 65px;
  }
  .travel_services {
    padding-top: 90px;
  }
  .travel_services .descr_box h3 {
    margin-bottom: 55px;
  }
  .travel_services .descr_box p {
    max-width: 100%;
    padding-right: 0;
  }
  .travel_services .descr_box {
    padding-right: 0;
  }
  .travel_services .services_list .service_item {
    height: 312px;
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    max-width: 100%;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .travel_services .services_list {
    margin-top: 85px;
    max-width: -webkit-calc(100% + 25px);
    max-width: calc(100% + 25px);
    width: -webkit-calc(100% + 25px);
    width: calc(100% + 25px);
  }
  .travel_services .services_list .service_item .item_link h4 {
    padding-right: 25px;
  }
  .travel_services .services_list .service_item .item_link.item_link_txt .read_box {
    bottom: 47px;
    right: -37px;
    width: 215px;
  }
  .travel_services .services_list .service_item .item_link.item_link_txt .read_box::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .travel_services .services_list .service_item .item_link.item_link_txt .arrow {
    width: 38px;
    left: 24px;
    top: 26px;
  }
  .travel_services .services_list .service_item .item_link.item_link_txt .arrow img {
    width: 100%;
    height: auto;
  }
  .footer .mob_wrapper {
    display: none;
  }
  footer .mobile_toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    min-width: 50px;
    margin-left: 0;
  }
  .footer ul.social_list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 8px;
  }
  .footer ul.social_list li {
    margin: 0;
    margin-left: 40px;
  }
  .footer ul.social_list li:first-child {
    margin-left: 0;
  }
  .footer ul.social_list li a {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .footer ul.social_list li a span {
    display: none;
  }
  .footer ul.social_list li a svg {
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
  }
  .footer ul.social_list li a.social_o svg {
    -webkit-transform: translate(1px, -0.5px) scale(1.7);
        -ms-transform: translate(1px, -0.5px) scale(1.7);
            transform: translate(1px, -0.5px) scale(1.7);
  }
  footer.footer .wrapper .logo_side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    min-width: 50px;
  }
  .travel_services {
    padding-bottom: 85px;
  }
  footer.footer.other_page {
    height: 164px;
  }
  .page_header_side {
    height: 363px;
  }
  .page_section {
    margin-top: 363px;
  }
  .page_header_side .title_box {
    padding-top: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 63px;
  }
  .page_header_side .title_box .back_btn {
    margin-right: 40px;
  }
  .about_page_section.page_section .title_box {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 75px;
  }
  .about_page_section .text_box.big_width {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .about_page_section .content_wrapper .img_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 90px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper {
    width: 100%;
    height: 363px;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list {
    max-width: 100%;
    margin-right: 0;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list h3 {
    max-width: 570px;
  }
  .page_section .dot_list li::before {
    top: 15px;
  }
  .a_dispatch_page .content_wrapper .top_description,
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.top_description,
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 75px;
  }
  .a_dispatch_page .content_wrapper .img_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 90px;
    margin-top: 0;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.top_description {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(2) {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .img_box {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.with_dot_list {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box p,
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box.part_screen p,
  .dispatcher_page.page_section .content_wrapper .text_box p,
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box,
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(2),
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(2),
  .dispatcher_page.page_section .content_wrapper .text_box {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper, .page_section.permits_page .content_wrapper .img_box .img_wrapper {
    width: 100%;
  }
  .page_section.dispatcher_page .content_wrapper .title_box,
  .dispatcher_page.page_section .content_wrapper .text_box,
  .about_page_section .content_wrapper .title_box,
  .planning_page.page_section .content_wrapper h2,
  .permits_page.page_section .content_wrapper .title_box {
    margin-bottom: 75px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p,
  .page_section .content_wrapper .text_box p {
    margin-bottom: 50px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p:last-child,
  .page_section .content_wrapper .text_box p:last-child {
    margin-bottom: 0;
  }
  .page_section.dispatcher_page .content_wrapper h2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .dispatcher_page.page_section .content_wrapper .img_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 90px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
  }
  .dispatcher_page.page_section .content_wrapper {
    padding-bottom: 115px;
  }
  .page_section.dispatcher_page .content_wrapper h2 {
    max-width: 750px;
    margin-bottom: 0;
  }
  .page_section .content_wrapper h2 {
    max-width: 730px;
  }
  .planning_page .content_wrapper .text_box:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 75px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list,
  .page_section.permits_page .content_wrapper .text_box:nth-child(2),
  .page_section.permits_page .content_wrapper .text_box > p,
  .page_section.permits_page .content_wrapper .text_box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 30px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li:last-child,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li:last-child {
    margin-bottom: 0;
  }
  .page_section.planning_page .content_wrapper {
    padding-bottom: 115px;
  }
  .page_section.permits_page .content_wrapper .text_box {
    margin-bottom: 50px;
  }
  .dispatcher_page.page_section .content_wrapper .img_box {
    margin-top: 0;
  }
  .permits_page.page_section .content_wrapper .title_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .permits_page.page_section .content_wrapper .img_box {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-bottom: 90px;
  }
  .page_section.permits_page .content_wrapper .text_box:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 0;
  }
  .page_section.permits_page .content_wrapper .text_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .page_section.permits_page .content_wrapper {
    padding-bottom: 115px;
  }
  .planning_page.page_section .content_wrapper h2,
  .page_section .content_wrapper h2 {
    font-family: "ProximaNovaLight", sans-serif;
  }
  .contacts_page .container .top_line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 65px;
    margin-bottom: 80px;
  }
  .contacts_page .container .top_line .address_side {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .contacts_page .container .top_line .address_side p {
    font-size: 30px;
    line-height: 37px;
    max-width: 668px;
    width: 100%;
  }
  .contacts_page .container .top_line .address_side p .icon {
    width: 45px;
    margin-right: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .contacts_page .container .top_line .address_side p .icon img {
    width: 100%;
    height: auto;
  }
  .contacts_page .container .top_line .social_list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 55px;
  }
  .contacts_page .container .top_line .social_list li {
    margin-left: 0;
    margin-right: 46px;
  }
  .contacts_page .container .top_line .social_list li a {
    width: 59px;
    height: 59px;
  }
  .contacts_page .container .top_line .social_list li a span {
    width: 100%;
    height: 100%;
  }
  .contacts_page .container .top_line .social_list li a svg {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
  .contacts_page .container .dep_title h3 {
    font-size: 36px;
    line-height: 50px;
  }
  .contacts_page .container .dep_title {
    margin-bottom: 53px;
  }
  .contacts_page .container .contacts_container {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contacts_page .container .contacts_container .contact_item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 45px;
    line-height: 48px;
    width: 100%;
    margin-bottom: 55px;
  }
  .contacts_page .container .contacts_container .contact_item .cont_field a {
    font-size: 26px;
    line-height: 33px;
  }
  .contacts_page .container .contacts_container .contact_item .cont_field {
    width: 50%;
  }
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(1),
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(4) {
    margin-left: 0;
    padding-left: 13px;
  }
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(3) {
    position: absolute;
    top: 180px;
  }
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(5),
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(6) {
    margin-left: 50%;
    font-size: 26px;
    padding-left: 13px;
  }
  .contacts_page .container .contacts_container .contact_item::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  body .page_container .contacts_page .container .contacts_container .contact_item .cont_field {
    margin-bottom: 42px;
  }
  .contacts_page .container .contacts_container .contact_item {
    padding-left: 0;
    padding-bottom: 18px;
    margin-bottom: 55px;
  }
  .contacts_page .container .contacts_container .contact_item:first-child::before {
    display: block;
  }
  .contacts_page .container .contacts_container .contact_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .contacts_page .container .contacts_container .contact_item:last-child::before {
    display: none;
  }
  .page_section.contacts_page .container {
    padding-bottom: 95px;
  }
  .travel_page_section .content_wrapper .service_part_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side, .travel_page_section .content_wrapper .service_part_item .img_box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side img, .travel_page_section .content_wrapper .service_part_item .img_box img {
    width: 100%;
    height: auto;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side,
  .travel_page_section .content_wrapper .service_part_item:nth-child(even) .description_side {
    padding: 50px 40px 40px;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side .number {
    font-size: 240px;
    margin-left: -15px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(even) .description_side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(even) .img_box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .travel_page_section .content_wrapper .service_part_item {
    margin-bottom: 115px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(2) .description_side .number {
    margin-left: -15px;
    top: 0;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .description_side,
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side,
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side {
    margin-top: -15px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side .number {
    top: 3px;
    margin-left: -10px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side .number {
    top: 3px;
    margin-left: -10px;
  }
  .page_section.travel_page_section .content_wrapper {
    padding-bottom: 150px;
  }
  .travel_page_section .content_wrapper .service_part_item .img_box {
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .travel_page_section .content_wrapper .service_part_item .img_box img {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: auto;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(2) .img_box img {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .img_box img {
    top: -webkit-calc(50% - 100px);
    top: calc(50% - 100px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .img_box img {
    top: -webkit-calc(50% + 100px);
    top: calc(50% + 100px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .img_box img {
    top: 0;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side h3 {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 75px;
    letter-spacing: 0;
    font-family: "ProximaNovaRegular", sans-serif;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side p {
    font-size: 30px;
    line-height: 37px;
  }
  .page_section.about_page_section .content_wrapper h2 {
    max-width: 460px;
    font-family: "CirceLight", sans-serif;
  }
  .about_page_section .content_wrapper, .a_dispatch_page .content_wrapper, .page_section .content_wrapper {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  .a_dispatch_page .content_wrapper {
    padding-bottom: 115px;
  }
  .page_header_side .title_box h1,
  .page_section .content_wrapper h2,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list h3,
  .a_fuel_page.a_dispatch_page .content_wrapper .top_description h3 {
    font-size: 45px;
    line-height: 50px;
  }
  .a_dispatch_page .content_wrapper .top_description p,
  .about_page_section .text_box.big_width p,
  .page_section .content_wrapper .text_box p {
    max-width: 100%;
    font-size: 30px;
    line-height: 37px;
  }
  .g_handling_section .content_wrapper .top_side {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .g_handling_section .content_wrapper .subtitle_box {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .g_handling_section .content_wrapper .subtitle_box h3 {
    max-width: 480px;
    margin-bottom: 50px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list {
    width: 100%;
    padding-bottom: 55px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list .dot_list.black_list {
    margin-bottom: 0;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list li {
    margin-bottom: 15px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list li p {
    font-size: 26px;
    line-height: 38px;
  }
  .g_handling_network h3 {
    position: relative;
    z-index: 1;
  }
  .g_handling_network .map_container {
    margin-top: 15px;
  }
  .g_handling_network .map_dots > div.active .map_description_box {
    display: none !important;
  }
  .g_handling_network .map_container .map_wrapper .map_img {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .g_handling_network .map_container .map_wrapper .map_img .map_side {
    height: 740px;
    width: 100%;
  }
  .g_handling_network .map_container .map_wrapper .map_img .map_side img {
    height: 100%;
    width: auto;
  }
  .station_locations_block .s_locations_container {
    width: 100vw;
    margin-left: -50px;
  }
  .station_locations_block .s_locations_container .tabs_container {
    overflow-y: hidden;
    width: 100%;
  }
  .station_locations_block .s_locations_container .s_locations_tab {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    overflow-x: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }
  .strength_tab > li:last-child {
    padding-right: 50px;
  }
  .station_locations_block .s_locations_container .s_locations_tab li {
    margin: 0 60px 0 0;
  }
  .station_locations_block .s_locations_container .s_locations_tab li a {
    font-size: 30px;
    line-height: 50px;
  }
  .sl_tab_main_container .sl_tab_wrapper {
    width: 100%;
  }
  .sl_tab_main_container .sl_tab_wrapper .sl_tab_item {
    width: 100%;
    margin-right: 0;
  }
  .station_locations_block .title_box .show_more_loc .show_more_loc_btn span {
    width: 27px;
    height: 27px;
    border-bottom: 3px solid #333333;
    border-right: 3px solid #333333;
  }
  .g_handling_section .content_wrapper .station_locations_block .title_box {
    padding-top: 44px;
    margin-bottom: 50px;
  }
  .station_locations_block .title_box .show_more_loc {
    margin-right: -12px;
  }
  .station_locations_block .title_box .show_more_loc .show_more_loc_btn {
    width: 60px;
    height: 60px;
  }
  .station_locations_block .s_locations_container .s_locations_tab {
    margin-bottom: 65px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header p {
    margin-bottom: 0;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr {
    margin-bottom: 4px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a span {
    width: 24px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a span svg {
    width: 100%;
    height: auto;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a {
    padding-top: 29px;
    padding-bottom: 33px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_middle {
    padding-top: 22px;
  }
  .sl_tab_main_container .sl_tab_wrapper .sl_tab_item {
    margin-bottom: 30px;
  }
  .sl_tab_main_container .sl_tab_wrapper .sl_tab_item:last-child {
    margin-bottom: 0;
  }
  .g_handling_section .content_wrapper {
    padding-bottom: 152px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li p {
    font-size: 26px;
    line-height: 52px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li::before {
    top: 22px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side {
    padding: 0;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box a {
    font-size: 32px;
    line-height: 40px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact {
    font-size: 28px;
    line-height: 26px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .title_box h2 {
    margin-bottom: 0px;
    padding: 0;
  }
  .mobile_map_point_descr .map_description_box_wrapper .title_box {
    padding: 50px 50px 45px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .img_side {
    margin-bottom: 45px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li {
    padding-left: 38px;
    margin-bottom: 0;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box {
    margin-top: 44px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box a .icon svg {
    width: 100%;
    height: auto;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box a .icon {
    width: 32px;
    margin-right: 24px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact {
    margin-top: 80px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header p,
  .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr p,
  .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr span,
  .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr a,
  .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a p {
    font-size: 24px;
    line-height: 40px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .ground_handling h2,
  .permits h2,
  .flight_planning h2,
  .travel_services h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1,
  .main_contant .middle_information .cc_wrapper .top_title h2,
  .strength_tab > li a,
  .f_screen_section .content_box h2,
  .permits .permits_wrapper .r_descr h3,
  .flight_planning .flight_planning_wrapper .left_side h3,
  .fuel_section h2,
  .travel_services .descr_box h3,
  .g_handling_section .content_wrapper .subtitle_box h3,
  .g_handling_network h3,
  .station_locations_block .title_box h3 {
    font-size: 45px;
    line-height: 50px;
  }
  .page_content.start_animation .main_contant .our_services_container h2,
  .ground_handling .services_provide h3,
  .fuel_section .bottom_wrapper h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .flight_planning .flight_planning_wrapper .bottom_side p {
    font-size: 32px;
    line-height: 45px;
  }
  .f_screen_section .content_box .descr_wrapper p,
  .ground_handling .gh_descr_wrapper p,
  .permits .permits_wrapper .bottom_txt p,
  .flight_planning .flight_planning_wrapper .left_side p,
  .fuel_section .top_wrapper p,
  .travel_services .descr_box p,
  .travel_services .services_list .service_item .item_link.item_link_txt p {
    font-size: 30px;
    line-height: 37px;
  }
  .travel_services .services_list .service_item .item_link h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .dot_list li {
    font-size: 26px;
    line-height: 32px;
  }
  .btn_border {
    font-size: 18px;
    padding: 23px 34px;
  }
  .main_contant .middle_information .title_box p,
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box h3,
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box .cont_box,
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box p {
    font-size: 26px;
    line-height: 36px;
  }
  .main_contant .our_services_container .services_list p,
  .st_list .st_list_item .descr_wrapper p {
    font-size: 24px;
    line-height: 36px;
  }
  .fuel_section .image_box img.desktop_img {
    height: 600px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .top_description h3 {
    font-family: "ProximaNovaLight", sans-serif;
    max-width: 550px;
  }
  .travel_page_section .content_wrapper .service_part_item .img_box img,
  .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img,
  .page_section.a_fuel_page .content_wrapper .img_box .img_wrapper img,
  .about_page_section .content_wrapper .img_box .img_wrapper img,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper img {
    display: none;
  }
  .travel_page_section .content_wrapper .service_part_item .img_box img.mob_show,
  .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper img.mob_show,
  .page_section.a_fuel_page .content_wrapper .img_box .img_wrapper img.mob_show,
  .about_page_section .content_wrapper .img_box .img_wrapper img.mob_show,
  .a_dispatch_page .content_wrapper .img_box .img_wrapper img.mob_show {
    display: block;
    width: 100%;
    height: auto;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(2) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(6) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(1) .img_box img {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .travel_page_section .content_wrapper .service_part_item .img_box {
    height: unset !important;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper, .page_section.permits_page .content_wrapper .img_box .img_wrapper {
    height: unset;
  }
  .page_section.permits_page .content_wrapper .img_box .img_wrapper img {
    display: none;
  }
  .page_section.permits_page .content_wrapper .img_box .img_wrapper img.mob_show {
    display: block;
    width: 100%;
    height: auto;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper img, .a_dispatch_page .content_wrapper .img_box .img_wrapper img, .page_section .content_wrapper .img_box .img_wrapper img {
    height: unset;
  }
  .page_header_side .title_box.big_title h1 {
    max-width: 451px;
  }
  .page_header_side .title_box.big_title h1 br {
    display: none;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper {
    height: unset;
  }
  .a_fuel_page .content_wrapper .dot_list p,
  .planning_page .content_wrapper .dot_list p,
  .g_handling_section .content_wrapper .text_box.with_dot_list li p,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li p {
    font-size: 26px;
    line-height: 38px;
  }
  .page_header_side_mob {
    display: block;
  }
  .page_header_side {
    background-image: none;
  }
  .page_section.permits_page .content_wrapper .text_box.mar0 {
    width: 100%;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p {
    font-size: 30px;
    line-height: 37px;
  }
  .page_section.dispatcher_page .content_wrapper .title_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .dispatcher_page.page_section .content_wrapper .text_box.first_text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .dispatcher_page.page_section .content_wrapper .img_box {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(3) p:first-child {
    display: none;
  }
  .dispatcher_page.page_section .content_wrapper .img_box {
    margin-bottom: 100px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p {
    margin-bottom: 40px;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    -webkit-column-width: 100%;
       -moz-column-width: 100%;
            column-width: 100%;
  }
  .dispatcher_page.page_section .content_wrapper .text_box {
    max-width: 100%;
  }
  .page_section.a_dispatch_page .content_wrapper .img_box .img_wrapper {
    height: unset;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list {
    margin-top: 10px;
  }
  .page_section.permits_page .content_wrapper .text_box.mar0 p {
    max-width: 100%;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a {
    height: 72px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item {
    margin-bottom: 50px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item:last-child a .title {
    max-width: 200px;
    margin-right: -20px;
  }
  .small_header_mob .page_header_side {
    height: 220px;
  }
  .small_header_mob .page_header_side_mob {
    height: 220px;
  }
  .small_header_mob .page_section {
    margin-top: 220px;
  }
  .page_header_side .title_box {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .page_header_side .title_box.big_title h1 {
    line-height: 42px;
  }
  .contacts_page .container .dep_title h3 {
    font-size: 45px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 35px;
  }
  .contacts_page .container .contacts_container .contact_item:first-child .cont_field:last-child {
    margin-top: 0;
  }
  .cookies_container .cookies_wrapper .btn_box .btn {
    padding: 10px 15px;
    font-size: 13px;
    width: 165px;
  }
  .cookies_container .cookies_wrapper .text_box p {
    font-size: 14px;
    line-height: 19px;
  }
  .privacy_policy_body .page_header_side .container .subtitle {
    font-size: 35px;
    line-height: 40px;
  }
  .privacy_policy_body .page_header_side .container .content_box {
    font-size: 30px;
    line-height: 37px;
  }
  .privacy_policy_body .policy_list_item h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .privacy_policy_body .policy_list_item ul li,
  .privacy_policy_body .last_update_box p,
  .privacy_policy_body .section_policy_points p {
    font-size: 20px;
    line-height: 30px;
  }
  .travel_page_section .content_wrapper .service_part_item {
    margin-top: -180px;
    padding-top: 180px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(2) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(6) .img_box img,
  .travel_page_section .content_wrapper .service_part_item:nth-child(1) .img_box img {
    height: 150% !important;
    width: 100% !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 800px) {
  /**/
  .ground_handling .map_wrapper {
    -webkit-transform: translateX(25vw);
        -ms-transform: translateX(25vw);
            transform: translateX(25vw);
  }
  .ground_handling .map_wrapper .map_side::before {
    -webkit-transform: translateX(-25vw);
        -ms-transform: translateX(-25vw);
            transform: translateX(-25vw);
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .contacts_page .container .top_line .address_side p {
    max-width: 540px;
  }
  .cookies_container .cookies_wrapper {
    width: 100%;
    padding: 20px 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cookies_container .cookies_wrapper .btn_box {
    margin: 20px auto 0;
  }
  .page_header_side {
    background-position: center top !important;
  }
}

@media only screen and (max-width: 680px) {
  /**/
  .strengths_section_main .strength_tab > li:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 639px) {
  /**/
  .contacts_page .container .top_line .address_side p .icon {
    width: 30px;
    margin-right: 20px;
  }
  .contacts_page .container .top_line .address_side p {
    max-width: 420px;
  }
  .mobile_menu_container.upd_mob_container .back_to_menu_wrapper p {
    font-size: 50px;
    line-height: 50px;
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon span {
    -webkit-transform: scale(0.7) scaleY(-1);
        -ms-transform: scale(0.7) scaleY(-1);
            transform: scale(0.7) scaleY(-1);
  }
  .header .menu_side .mobile_menu_container.upd_mob_container li.with_sub > a .icon {
    margin-left: 20px;
    top: 2px;
  }
  .mobile_menu_container.upd_mob_container .back_to_menu_wrapper {
    margin-bottom: 50px;
  }
  .mobile_menu_container.upd_mob_container .back_to_menu_wrapper .back_to_menu span {
    width: 38px;
    height: 36px;
    max-width: 38px;
    margin-right: 38px;
  }
  .mobile_menu_container.upd_mob_container .back_to_menu_wrapper .back_to_menu span svg {
    width: 16px;
    height: auto;
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .title {
    font-size: 18px;
    line-height: 29px;
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .title br {
    display: block;
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .icon_box {
    width: 52px;
    height: 52px;
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .icon_box svg {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .page_header_side_mob {
    height: 272px;
  }
  .planning_page .content_wrapper .text_box > p {
    padding-right: 0;
  }
  .main_contant .our_services_container .services_list .list_item:nth-child(even) p {
    max-width: 100px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1 {
    max-width: 400px;
  }
  .main_contant .middle_information .cc_wrapper .top_title h2 {
    max-width: 260px;
  }
  .page_content .our_services_container .services_list li:nth-child(1) p {
    padding-right: 10px;
  }
  .mobile_menu_container .container_wrap {
    padding-top: 25px;
  }
  .header .header_container .logo_side {
    max-width: 224px;
  }
  .mobile_toggle {
    margin-right: -12px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: 0px;
  }
  .header .header_container, .header.small .header_container {
    height: 74px;
    padding-top: 10px;
  }
  .main_contant .middle_information .title_box {
    padding-top: 0;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1 {
    margin-bottom: 20px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box {
    margin-right: 10px;
    width: 95px;
    min-width: 95px;
    margin-left: 30px;
    top: 0;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box:nth-child(even) {
    padding-left: 10px;
  }
  .main_contant .middle_information .title_box {
    margin-bottom: 39px;
  }
  .main_contant .middle_information .cc_wrapper .top_title {
    margin-bottom: 35px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box {
    margin-bottom: 35px;
  }
  .main_contant .our_services_container .services_list .icon_box {
    min-width: 52px;
    height: 52px;
    width: 52px;
  }
  .page_content.start_animation .main_contant .our_services_container h2 {
    margin-bottom: 28px;
  }
  .main_contant .our_services_container .services_list .list_item {
    margin-bottom: 20px;
  }
  .main_contant .our_services_container .services_list .list_item:nth-child(even) {
    padding-left: 12px;
    padding-right: 15px;
  }
  .main_contant {
    padding-bottom: 25px;
  }
  .strengths_section {
    padding-top: 50px;
  }
  .strength_tab > li:last-child {
    margin-left: 25px;
  }
  .st_list .st_list_item .icon_box {
    -webkit-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    left: 50%;
  }
  .st_list .st_list_item {
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-right: 20px;
    padding-top: 70px;
    min-height: 195px;
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .st_list {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .strength_tab {
    margin-bottom: 70px;
  }
  .strengths_section {
    padding-bottom: 33px;
  }
  .f_screen_section .content_box h2 {
    margin-bottom: 65px;
  }
  .f_screen_section .content_box .descr_wrapper p {
    margin-bottom: 65px;
  }
  .f_screen_section.second_fs .content_box h2 {
    margin-bottom: 20px;
  }
  .ground_handling {
    padding-top: 70px;
  }
  .ground_handling h2 {
    margin-bottom: 45px;
  }
  .ground_handling .gh_descr_wrapper p {
    margin-bottom: 25px;
  }
  .ground_handling .gh_descr_wrapper {
    margin-bottom: 40px;
  }
  .ground_handling .services_provide h3 {
    margin-bottom: 23px;
  }
  .dot_list {
    margin-bottom: 55px;
  }
  .ground_handling .map_wrapper {
    -webkit-transform: translateX(49vw);
        -ms-transform: translateX(49vw);
            transform: translateX(49vw);
  }
  .ground_handling .map_wrapper .map_side img {
    height: 500px;
  }
  .ground_handling {
    padding-bottom: 410px;
  }
  .permits .permits_container {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .permits .permits_wrapper .img_box {
    margin-left: -37px;
    margin-bottom: 60px;
  }
  .permits h2 {
    margin-bottom: 48px;
  }
  .permits .permits_wrapper .r_descr h3 {
    margin-bottom: 45px;
  }
  .permits .permits_wrapper .bottom_txt {
    margin-bottom: 55px;
  }
  .flight_planning {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .flight_planning h2 {
    margin-bottom: 45px;
  }
  .flight_planning .flight_planning_wrapper .left_side h3 {
    margin-bottom: 50px;
  }
  .flight_planning .flight_planning_wrapper .left_side p {
    margin-bottom: 25px;
  }
  .flight_planning .flight_planning_wrapper .left_side {
    margin-bottom: 25px;
  }
  .flight_planning .flight_planning_wrapper .right_side .dot_list {
    margin-bottom: 55px;
  }
  .flight_planning .flight_planning_wrapper .bottom_side {
    margin-top: 50px;
  }
  .fuel_section {
    padding-top: 70px;
    padding-bottom: 103px;
  }
  .fuel_section h2 {
    margin-bottom: 45px;
  }
  .fuel_section .image_box {
    margin-bottom: 63px;
    margin-left: -37px;
    width: 100vw;
  }
  .fuel_section .bottom_wrapper h3 {
    margin-bottom: 40px;
  }
  .fuel_section .bottom_wrapper .dot_list {
    margin-bottom: 45px;
  }
  .travel_services {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .travel_services h2 {
    margin-bottom: 25px;
  }
  .travel_services .descr_box h3 {
    margin-bottom: 35px;
  }
  .travel_services .services_list {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-top: 65px;
  }
  .travel_services .services_list .service_item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .travel_services .services_list .service_item .item_link h4 {
    margin-left: 20px;
    margin-top: 15px;
  }
  .travel_services .services_list .service_item .item_link.item_link_txt .read_box {
    width: 170px;
    bottom: 30px;
  }
  .travel_services .services_list .service_item .item_link.item_link_txt .arrow {
    left: 20px;
    width: 25px;
    top: 15px;
  }
  .footer ul.social_list li a svg {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .footer ul.social_list li {
    margin-left: 22px;
  }
  footer.footer.other_page {
    height: 120px;
  }
  .main_contant .our_services_container .services_list .icon_box img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .mobile_menu_container .container_wrap {
    padding-left: 37px;
    padding-right: 37px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a {
    padding-right: 0;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box {
    min-width: 52px;
    height: 52px;
    width: 52px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item {
    margin-bottom: 20px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item:nth-child(even) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .travel_services .services_list .service_item .item_link h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .btn_border {
    padding: 15px 24px;
    font-size: 14px;
  }
  .dot_list li {
    font-size: 20px;
    line-height: 26px;
    padding-left: 30px;
    margin-bottom: 14px;
  }
  .flight_planning .flight_planning_wrapper .bottom_side p {
    font-size: 24px;
    line-height: 34px;
  }
  .ground_handling h2, .permits h2, .flight_planning h2, .travel_services h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box span {
    font-size: 34px;
    line-height: 38px;
  }
  .page_content.start_animation .main_contant .middle_information .cc_wrapper {
    width: -webkit-calc(100vw - 37px);
    width: calc(100vw - 37px);
    margin-right: -37px;
    padding: 28px 35px 25px;
    margin-bottom: 40px;
  }
  .header.small .header_container, .header .header_container, .s_padding, .f_screen_section, .container, footer.footer.other_page {
    padding: 0 37px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1, .main_contant .middle_information .cc_wrapper .top_title h2, .strength_tab > li a, .f_screen_section .content_box h2, .permits .permits_wrapper .r_descr h3, .flight_planning .flight_planning_wrapper .left_side h3, .fuel_section h2, .travel_services .descr_box h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .main_contant .middle_information .title_box p, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box h3, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box .cont_box, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box p {
    font-size: 20px;
    line-height: 26px;
  }
  .page_content.start_animation .main_contant .our_services_container h2, .ground_handling .services_provide h3, .fuel_section .bottom_wrapper h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .f_screen_section .content_box .descr_wrapper p, .ground_handling .gh_descr_wrapper p, .permits .permits_wrapper .bottom_txt p, .flight_planning .flight_planning_wrapper .left_side p, .fuel_section .top_wrapper p, .travel_services .descr_box p, .travel_services .services_list .service_item .item_link.item_link_txt p {
    font-size: 22px;
    line-height: 28px;
  }
  .main_contant .our_services_container .services_list p, .st_list .st_list_item .descr_wrapper p,
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .title {
    font-size: 18px;
    line-height: 29px;
  }
  .mobile_menu_container .lng_box li a {
    font-size: 26px;
    line-height: 30px;
  }
  .mobile_menu_container ul.social_list li {
    margin-bottom: 20px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li a {
    font-size: 60px;
    line-height: 54px;
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon {
    -webkit-transform: translateY(-50%) scale(0.7);
        -ms-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
    right: -12px;
    margin-top: 2px;
  }
  .page_content.start_animation .header .header_container::after {
    width: -webkit-calc(100% - 74px);
    width: calc(100% - 74px);
  }
  .page_header_side {
    height: 272px;
  }
  .page_section {
    margin-top: 272px;
  }
  .page_header_side .title_box .back_btn {
    width: 38px;
    height: 36px;
    margin-right: 35px;
    top: -1px;
  }
  .page_header_side .title_box {
    padding-bottom: 50px;
  }
  .page_header_side .title_box .back_btn span {
    width: 16px;
  }
  .page_section.about_page_section .content_wrapper h2 {
    max-width: 350px;
  }
  .about_page_section .content_wrapper, .a_dispatch_page .content_wrapper, .page_section .content_wrapper {
    padding-top: 75px;
    padding-bottom: 65px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper {
    height: 271px;
  }
  .page_section.dispatcher_page .content_wrapper .title_box, .dispatcher_page.page_section .content_wrapper .text_box, .about_page_section .content_wrapper .title_box, .planning_page.page_section .content_wrapper h2, .permits_page.page_section .content_wrapper .title_box {
    margin-bottom: 60px;
  }
  .about_page_section .content_wrapper .img_box,
  .a_dispatch_page .content_wrapper .img_box,
  .permits_page.page_section .content_wrapper .img_box {
    margin-bottom: 65px;
  }
  .a_dispatch_page .content_wrapper .top_description, .a_fuel_page.a_dispatch_page .content_wrapper .text_box.top_description, .a_fuel_page.a_dispatch_page .content_wrapper .text_box {
    margin-bottom: 50px;
  }
  .page_section .content_wrapper .text_box.with_dot_list .dot_list li p {
    font-size: 20px;
    line-height: 40px;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 0;
  }
  .a_dispatch_page .content_wrapper .text_box.with_dot_list h3 {
    margin-bottom: 30px;
  }
  .about_page_section .content_wrapper, .a_dispatch_page .content_wrapper, .page_section .content_wrapper {
    padding-bottom: 80px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p, .page_section .content_wrapper .text_box p {
    margin-bottom: 30px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p:last-child, .page_section .content_wrapper .text_box p:last-child {
    margin-bottom: 0;
  }
  .dispatcher_page.page_section .content_wrapper,
  .page_section.planning_page .content_wrapper,
  .page_section.permits_page .content_wrapper {
    padding-bottom: 85px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li, .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 0;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li p, .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li p {
    font-size: 20px;
    line-height: 40px;
  }
  .planning_page .content_wrapper .text_box:first-child {
    margin-bottom: 50px;
  }
  .contacts_page .container .top_line .social_list li a {
    width: 45px;
    height: 45px;
  }
  .contacts_page .container .top_line .social_list li {
    margin-right: 34px;
  }
  .contacts_page .container .top_line {
    padding-top: 50px;
  }
  .contacts_page .container .top_line .social_list {
    margin-bottom: 40px;
  }
  .contacts_page .container .top_line .social_list li a svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .contacts_page .container .top_line {
    margin-bottom: 58px;
  }
  .contacts_page .container .dep_title {
    margin-bottom: 40px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    margin-bottom: 40px;
  }
  body .page_container .contacts_page .container .contacts_container .contact_item .cont_field {
    margin-bottom: 29px;
  }
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(3) {
    top: 132px;
  }
  .contacts_page .container .contacts_container .contact_item {
    margin-bottom: 42px;
  }
  .contacts_page .container {
    padding-bottom: 0;
  }
  .contacts_page .container .dep_title h3 {
    font-size: 27px;
    line-height: 37px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 34px;
    line-height: 36px;
  }
  .contacts_page .container .contacts_container .contact_item .cont_field a,
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(5), .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(6) {
    font-size: 19px;
    line-height: 24px;
  }
  footer.footer .wrapper .logo_side .logo {
    min-width: 38px;
    max-width: 38px;
  }
  footer.footer .wrapper .logo_side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer ul.social_list li a.social_o svg {
    -webkit-transform: translate(1px, -0.5px) scale(1.3);
        -ms-transform: translate(1px, -0.5px) scale(1.3);
            transform: translate(1px, -0.5px) scale(1.3);
  }
  .footer ul.social_list li {
    margin-left: 20px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side h3 {
    font-size: 34px;
    line-height: 30px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side p {
    font-size: 23px;
    line-height: 28px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side .number {
    font-size: 180px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side h3 {
    margin-bottom: 55px;
  }
  .travel_page_section .content_wrapper .service_part_item .img_box {
    height: 271px;
  }
  .travel_page_section .content_wrapper .service_part_item {
    padding-bottom: 45px;
    margin-bottom: 95px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(2) .description_side .number {
    top: -14px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .img_box img {
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .description_side .number {
    top: -18px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side .number,
  .travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side .number {
    top: -15px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side, .travel_page_section .content_wrapper .service_part_item:nth-child(even) .description_side {
    padding: 35px 25px 30px;
  }
  .page_section.travel_page_section .content_wrapper {
    padding-bottom: 110px;
  }
  .g_handling_section .content_wrapper .subtitle_box h3,
  .g_handling_network h3 {
    font-size: 32px;
    line-height: 37px;
    max-width: 350px;
    margin-bottom: 30px;
  }
  .station_locations_block .title_box h3 {
    font-size: 34.5px;
    line-height: 38px;
  }
  .g_handling_section .content_wrapper .station_locations_block .title_box {
    padding-top: 15px;
    margin-bottom: 38px;
  }
  .station_locations_block .s_locations_container .s_locations_tab li a::before {
    bottom: 8px;
  }
  .station_locations_block .title_box .show_more_loc .show_more_loc_btn span {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
  }
  .station_locations_block .title_box .show_more_loc .show_more_loc_btn {
    width: 46px;
    height: 46px;
  }
  .station_locations_block .title_box .show_more_loc {
    margin-right: -7px;
  }
  .station_locations_block .s_locations_container .s_locations_tab {
    margin-bottom: 50px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header p, .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr p, .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr span, .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr a, .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a p {
    font-size: 18px;
    line-height: 33px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header h3 {
    font-size: 26.25px;
    line-height: 33px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header {
    padding-top: 17px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-bottom: 11px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_middle {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr {
    margin-bottom: 0;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a span {
    width: 18px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a {
    padding-top: 22px;
    padding-bottom: 24px;
  }
  .sl_tab_main_container .sl_tab_wrapper .sl_tab_item {
    margin-bottom: 23px;
  }
  .page_section.g_handling_section .content_wrapper {
    padding-bottom: 115px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .title_box h2 {
    font-size: 33.75px;
    line-height: 45px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .close_map_descr {
    margin-right: 37px;
    top: 35px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .title_box h2 {
    padding: 0;
  }
  .mobile_map_point_descr .map_description_box_wrapper .title_box {
    padding: 35px 37px 37px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .img_side {
    height: 285px;
    margin-left: -37px;
    margin-right: -37px;
    margin-bottom: 33px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content {
    padding: 0 37px 35px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li {
    padding-left: 30px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box a {
    font-size: 24px;
    line-height: 30px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box a .icon {
    width: 24px;
    margin-right: 20px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact {
    font-size: 21px;
    line-height: 19.5px;
    margin-top: 60px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box {
    margin-top: 35px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .close_map_descr {
    width: 38px;
    height: 36px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .close_map_descr span:before,
  .mobile_map_point_descr .map_description_box_wrapper .close_map_descr span:after {
    width: 18px;
    margin-left: -3px;
    margin-top: -4px;
  }
  .station_locations_block .s_locations_container .s_locations_tab {
    padding-left: 37px;
    padding-right: 37px;
    margin-right: 0;
    width: -webkit-calc(100vw + 37px);
    width: calc(100vw + 37px);
  }
  .station_locations_block .s_locations_container {
    margin-left: -37px;
  }
  .strength_tab > li:last-child {
    padding-right: 37px;
  }
  .station_locations_block .title_box .show_more_loc {
    margin-top: -8px;
    margin-bottom: 5px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li p {
    font-size: 19.5px;
    line-height: 39px;
  }
  .station_locations_block .s_locations_container .s_locations_tab li {
    margin: 0 45px 0 0;
  }
  .station_locations_block .s_locations_container .s_locations_tab li a {
    font-size: 22.5px;
    line-height: 37.5px;
  }
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 0;
  }
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li p {
    font-size: 20px;
    line-height: 40px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list {
    padding-bottom: 30px;
  }
  .g_handling_network {
    padding-top: 50px;
  }
  .g_handling_network .map_container .map_wrapper .map_img .map_side {
    height: 560px;
  }
  .g_handling_network .map_dots > div {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .contacts_page .container .top_line .address_side p {
    font-size: 23px;
    line-height: 28px;
  }
  .page_header_side .title_box h1, .page_section .content_wrapper h2, .a_dispatch_page .content_wrapper .text_box.with_dot_list h3, .a_fuel_page.a_dispatch_page .content_wrapper .top_description h3 {
    font-size: 32px;
    line-height: 37px;
  }
  .a_dispatch_page .content_wrapper .top_description p, .about_page_section .text_box.big_width p, .page_section .content_wrapper .text_box p {
    font-size: 23px;
    line-height: 28px;
  }
  .fuel_section .image_box img.desktop_img {
    height: 435px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li p, .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li p {
    line-height: 38px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 15px;
  }
  .page_header_side .title_box.big_title h1 {
    max-width: 320px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper {
    height: unset;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a {
    height: 60px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item {
    margin-bottom: 25px;
  }
  .small_header_mob .page_header_side {
    height: 200px;
  }
  .small_header_mob .page_header_side_mob {
    height: 200px;
  }
  .small_header_mob .page_section {
    margin-top: 200px;
  }
  .page_header_side .title_box {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .page_header_side .title_box.big_title h1 {
    line-height: 34px;
  }
  .contacts_page .container .dep_title h3 {
    font-size: 30px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 25px;
  }
  .travel_page_section .content_wrapper .service_part_item {
    margin-top: -140px;
    padding-top: 140px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .privacy_policy_body .policy_list_item ul li span,
  .privacy_policy_body .last_update_box p span,
  .privacy_policy_body .section_policy_points p span {
    line-height: 1;
  }
  .privacy_policy_body .page_header_side .container {
    padding-top: 142px;
    padding-bottom: 135px;
  }
  .privacy_policy_body .page_header_side .container .subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .privacy_policy_body .page_header_side .container .content_box {
    font-size: 18px;
    line-height: 21px;
  }
  .privacy_policy_body .page_header_side .container .title_box {
    margin-bottom: 68px;
    padding-bottom: 0;
  }
  .privacy_policy_body .page_header_side .container .subtitle {
    margin-bottom: 75px;
  }
  .privacy_policy_body .section_policy_points {
    padding-left: 29px;
    padding-right: 29px;
    max-width: 100%;
  }
  .privacy_policy_body .policy_list_item h2 {
    font-size: 18px;
    margin-bottom: 27px;
    line-height: 30px;
  }
  .privacy_policy_body .policy_list_item ul li, .privacy_policy_body .last_update_box p, .privacy_policy_body .section_policy_points p {
    font-size: 12px;
    line-height: 16px;
  }
  .privacy_policy_body .policy_list_item {
    margin-right: 0;
  }
  .privacy_policy_body .policy_list_item ul {
    margin-bottom: 75px;
  }
  .privacy_policy_body .section_policy_points {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .privacy_policy_body .last_update_box p {
    font-size: 14px;
  }
  .mobile_menu_container.upd_mob_container .lng_box {
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl {
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 85px;
  }
  .mobile_menu_container.upd_mob_container .back_to_menu_wrapper .back_to_menu span {
    width: 30px;
    height: 29px;
    max-width: 30px;
    margin-right: 28px;
  }
  .mobile_menu_container.upd_mob_container .back_to_menu_wrapper p {
    font-size: 30px;
    line-height: 30px;
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .icon_box {
    width: 34px;
    height: 34px;
    max-width: 34px;
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .icon_box svg {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .mobile_menu_container.upd_mob_container .menu_sec_lvl .submenu .submenu_item a .title {
    font-size: 16px;
    line-height: 19px;
  }
  .mobile_menu_container.upd_mob_container .back_to_menu_wrapper {
    margin-bottom: 72px;
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon span {
    -webkit-transform: scale(0.5) scaleY(-1);
        -ms-transform: scale(0.5) scaleY(-1);
            transform: scale(0.5) scaleY(-1);
  }
  .header .menu_side .mobile_menu_container.upd_mob_container li.with_sub > a .icon {
    margin-left: 10px;
    top: 0px;
  }
  .header .menu_side .mobile_menu_container.upd_mob_container ul.menu_list > li a {
    font-size: 40px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a {
    height: 43px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item {
    margin-bottom: 29px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1 {
    max-width: 300px;
  }
  .main_contant .middle_information .cc_wrapper .top_title h2 {
    max-width: 200px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .title {
    max-width: 84px;
  }
  .page_content .header .header_container .logo {
    max-width: 175px;
    height: 51px;
  }
  .mobile_menu_container .container_wrap {
    padding-top: 25px;
  }
  .header .header_container .logo_side {
    max-width: 224px;
  }
  .mobile_toggle {
    margin-right: -15px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    margin-top: 0px;
  }
  .header .header_container, .header.small .header_container {
    height: 58px;
    padding-top: 10px;
  }
  .page_content.start_animation .header .header_container::after {
    width: -webkit-calc(100% - 58px);
    width: calc(100% - 58px);
  }
  .main_contant {
    padding-top: 95px;
  }
  .main_contant .middle_information .title_box {
    margin-bottom: 30px;
  }
  .page_content.start_animation .main_contant .middle_information .cc_wrapper {
    width: -webkit-calc(100vw - 29px);
    width: calc(100vw - 29px);
    margin-right: -29px;
    padding: 18px 25px 15px;
    margin-bottom: 30px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box {
    width: 74px;
    max-width: 74px;
    min-width: 74px;
    margin-left: 20px;
    top: 3px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box img {
    width: 100%;
    height: auto;
  }
  .main_contant .middle_information .cc_wrapper .top_title,
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box {
    margin-bottom: 30px;
  }
  .main_contant .our_services_container .services_list .icon_box {
    min-width: 42px;
    height: 42px;
    width: 42px;
  }
  .page_content.start_animation .main_contant .our_services_container h2 {
    margin-bottom: 20px;
  }
  .main_contant .our_services_container .services_list .icon_box {
    margin-right: 15px;
  }
  .main_contant .our_services_container .services_list .icon_box img {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .main_contant .our_services_container .services_list .list_item {
    margin-bottom: 30px;
  }
  .main_contant {
    padding-bottom: 0px;
  }
  .st_list .st_list_item .icon_box {
    -webkit-transform: scale(0.8) translateX(-50%);
        -ms-transform: scale(0.8) translateX(-50%);
            transform: scale(0.8) translateX(-50%);
  }
  .main_contant .our_services_container .services_list .list_item:nth-child(even) {
    padding-left: 5px;
  }
  .strengths_section {
    padding-top: 40px;
  }
  .strength_tab {
    margin-bottom: 50px;
  }
  .st_list .st_list_item {
    min-height: 150px;
    margin-bottom: 35px;
  }
  .f_screen_section .content_box h2 {
    margin-bottom: 50px;
  }
  .f_screen_section .content_box .descr_wrapper p {
    margin-bottom: 50px;
  }
  .f_screen_section.second_fs .content_box h2 {
    margin-bottom: 12px;
  }
  .ground_handling {
    padding-top: 54px;
  }
  .ground_handling h2 {
    margin-bottom: 35px;
  }
  .ground_handling .gh_descr_wrapper p {
    margin-bottom: 20px;
  }
  .ground_handling .gh_descr_wrapper {
    margin-bottom: 30px;
  }
  .ground_handling .services_provide h3 {
    margin-bottom: 15px;
  }
  .dot_list {
    margin-bottom: 45px;
  }
  .map_dots > span {
    -webkit-transform: scale(0.5) translateY(-5px);
        -ms-transform: scale(0.5) translateY(-5px);
            transform: scale(0.5) translateY(-5px);
  }
  .ground_handling .map_wrapper .map_side img {
    height: 350px;
  }
  .ground_handling {
    padding-bottom: 250px;
  }
  .permits .permits_container {
    padding-top: 55px;
  }
  .permits .permits_wrapper .img_box {
    margin-left: -29px;
  }
  .permits h2 {
    margin-bottom: 39px;
  }
  .permits .permits_wrapper .img_box {
    height: 200px;
    position: relative;
  }
  .permits .permits_wrapper .img_box img {
    position: absolute;
    left: 47%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%;
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
  .permits .permits_wrapper .img_box {
    margin-bottom: 47px;
  }
  .permits .permits_wrapper .r_descr h3 {
    margin-bottom: 35px;
  }
  .permits .permits_wrapper .bottom_txt {
    margin-bottom: 40px;
  }
  .permits .permits_container {
    padding-bottom: 70px;
  }
  .flight_planning {
    padding-top: 55px;
  }
  .flight_planning h2 {
    margin-bottom: 35px;
  }
  .flight_planning .flight_planning_wrapper .left_side {
    margin-bottom: 15px;
  }
  .dot_list li {
    padding-left: 20px;
  }
  .flight_planning .flight_planning_wrapper .bottom_side {
    margin-top: 40px;
  }
  .flight_planning {
    padding-bottom: 55px;
  }
  .fuel_section {
    padding-top: 55px;
  }
  .fuel_section h2 {
    margin-bottom: 35px;
  }
  .fuel_section .top_wrapper {
    margin-bottom: 65px;
  }
  .fuel_section .image_box {
    margin-left: -29px;
    margin-bottom: 50px;
  }
  .fuel_section .bottom_wrapper h3 {
    margin-bottom: 30px;
  }
  .fuel_section .bottom_wrapper .dot_list {
    margin-bottom: 37px;
  }
  .fuel_section {
    padding-bottom: 80px;
  }
  .travel_services {
    padding-top: 55px;
  }
  .travel_services h2 {
    margin-bottom: 20px;
  }
  .travel_services .descr_box h3 {
    padding-right: 15%;
    margin-bottom: 20px;
  }
  .travel_services .services_list .service_item .item_link h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 13px 14px;
  }
  .travel_services .services_list .service_item .item_link.item_link_txt .read_box {
    width: 140px;
  }
  .travel_services .services_list {
    margin-top: 55px;
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
  }
  .travel_services .services_list .service_item {
    margin-bottom: 15px;
    margin-right: 15px;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .footer ul.social_list li a svg, .footer ul.social_list li a.social_o svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .footer ul.social_list li {
    margin-left: 5px;
  }
  .footer ul.social_list {
    padding-right: 15px;
  }
  footer.footer .wrapper .logo_side .logo {
    max-width: 28px;
    min-width: 28px;
  }
  footer.footer.other_page {
    height: 100px;
  }
  .travel_services {
    padding-bottom: 55px;
  }
  .mobile_menu_container .container_wrap {
    padding-left: 29px;
    padding-right: 29px;
  }
  .main_contant .our_services_container .services_list .list_item:nth-child(even) p {
    max-width: 80px;
  }
  .main_contant .our_services_container .services_list .list_item a p {
    max-width: 110px;
  }
  .main_contant .our_services_container .services_list .list_item:last-child a p {
    max-width: 120px;
  }
  .fuel_section .image_box img.desktop_img {
    height: 255px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .btn_border {
    padding: 10px 21px;
    font-size: 10px;
  }
  .dot_list li {
    font-size: 15px;
    line-height: 22px;
    padding-left: 22px;
    margin-bottom: 9px;
  }
  .dot_list li::before {
    width: 4px;
    height: 4px;
    top: 11px;
  }
  .flight_planning .flight_planning_wrapper .bottom_side p {
    font-size: 19px;
    line-height: 26px;
  }
  .ground_handling h2, .permits h2, .flight_planning h2, .travel_services h2 {
    font-size: 29px;
    line-height: 29px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box span {
    font-size: 26px;
    line-height: 20px;
    margin-top: 2px;
  }
  .header.small .header_container, .header .header_container, .s_padding, .f_screen_section, .container, footer.footer.other_page {
    padding: 0 29px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1, .main_contant .middle_information .cc_wrapper .top_title h2, .strength_tab > li a, .f_screen_section .content_box h2, .permits .permits_wrapper .r_descr h3, .flight_planning .flight_planning_wrapper .left_side h3, .fuel_section h2, .travel_services .descr_box h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .main_contant .middle_information .title_box p, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box h3, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box .cont_box, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box p {
    font-size: 15px;
    line-height: 20px;
  }
  .page_content.start_animation .main_contant .our_services_container h2, .ground_handling .services_provide h3, .fuel_section .bottom_wrapper h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .f_screen_section .content_box .descr_wrapper p, .ground_handling .gh_descr_wrapper p, .permits .permits_wrapper .bottom_txt p, .flight_planning .flight_planning_wrapper .left_side p, .fuel_section .top_wrapper p, .travel_services .descr_box p, .travel_services .services_list .service_item .item_link.item_link_txt p {
    font-size: 17px;
    line-height: 22px;
  }
  .main_contant .our_services_container .services_list p, .st_list .st_list_item .descr_wrapper p, .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .title {
    font-size: 14px;
    line-height: 20px;
  }
  .mobile_menu_container .lng_box li a {
    font-size: 26px;
    line-height: 30px;
  }
  .mobile_menu_container ul.social_list li {
    margin-bottom: 20px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li a {
    font-size: 60px;
    line-height: 54px;
  }
  .header .menu_side .mobile_menu_container li.with_sub > a .icon {
    -webkit-transform: translateY(-50%) scale(0.7);
        -ms-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
    right: -12px;
    margin-top: 2px;
  }
  .mobile_menu_container .container_wrap {
    padding-top: 16px;
  }
  .mobile_menu_container .lng_box li {
    margin-left: 17px;
  }
  .mobile_menu_container ul.social_list li a {
    width: 25px;
    height: 25px;
  }
  .mobile_menu_container .social_list {
    margin: 23vw 0;
  }
  .mobile_menu_container .social_list svg {
    max-width: 13px;
    max-height: 13px;
  }
  .mobile_menu_container ul.social_list {
    margin-left: -15px;
  }
  .mobile_menu_container ul.social_list li {
    margin-bottom: 23px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li a {
    font-size: 46px;
    line-height: 50px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li {
    margin-bottom: 25px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box {
    min-width: 40px;
    height: 40px;
    width: 40px;
    margin-right: 15px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper {
    padding-top: 20px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .icon_box svg {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  .page_header_side {
    height: 213px;
  }
  .page_section {
    margin-top: 213px;
  }
  .page_section.about_page_section .content_wrapper h2 {
    max-width: 270px;
  }
  .about_page_section .content_wrapper, .a_dispatch_page .content_wrapper, .page_section .content_wrapper {
    padding-top: 55px;
  }
  .page_section.dispatcher_page .content_wrapper .title_box, .dispatcher_page.page_section .content_wrapper .text_box, .about_page_section .content_wrapper .title_box, .planning_page.page_section .content_wrapper h2, .permits_page.page_section .content_wrapper .title_box {
    margin-bottom: 50px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper {
    height: 212px;
  }
  .about_page_section .content_wrapper .img_box, .a_dispatch_page .content_wrapper .img_box, .permits_page.page_section .content_wrapper .img_box {
    margin-bottom: 30px;
  }
  .about_page_section .content_wrapper, .a_dispatch_page .content_wrapper, .page_section .content_wrapper {
    padding-bottom: 75px;
  }
  .page_header_side .title_box {
    padding-bottom: 38px;
  }
  .planning_page .content_wrapper .text_box:first-child {
    margin-bottom: 40px;
  }
  .page_header_side .title_box .back_btn {
    width: 30px;
    height: 28px;
    margin-right: 28px;
  }
  .page_header_side .title_box .back_btn span {
    width: 12px;
  }
  .page_section .dot_list li::before {
    top: 14px;
  }
  .page_section.a_dispatch_page .content_wrapper {
    padding-bottom: 60px;
  }
  .dispatcher_page.page_section .content_wrapper,
  .page_section.permits_page .content_wrapper {
    padding-bottom: 65px;
  }
  .contacts_page .container .top_line {
    padding-top: 38px;
    margin-bottom: 47px;
  }
  .contacts_page .container .top_line .social_list li a svg {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .page_section.dispatcher_page .content_wrapper .img_box .img_wrapper, .page_section.permits_page .content_wrapper .img_box .img_wrapper {
    height: 212px;
  }
  .contacts_page .container .top_line .social_list li a {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .contacts_page .container .top_line .social_list li a span {
    min-width: 100%;
  }
  .contacts_page .container .top_line .social_list li {
    margin-right: 26px;
  }
  .contacts_page .container .top_line .social_list {
    margin-bottom: 30px;
  }
  .contacts_page .container .top_line .address_side p {
    font-size: 17px;
    line-height: 22px;
    max-width: 320px;
  }
  .contacts_page .container .dep_title h3 {
    font-size: 21px;
    line-height: 29px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  body .page_container .contacts_page .container .contacts_container .contact_item .cont_field {
    margin-bottom: 21px;
  }
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(1), .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(4),
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(5), .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(6) {
    padding-left: 7px;
  }
  .contacts_page .container .contacts_container .contact_item {
    margin-bottom: 30px;
  }
  .contacts_page .container .contacts_container .contact_item .cont_field a, .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(5), .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(6) {
    font-size: 15px;
    line-height: 19px;
  }
  .contacts_page .container .dep_title {
    margin-bottom: 32px;
  }
  .contacts_page .container .contacts_container .contact_item.more_info_field .cont_field:nth-child(3) {
    top: 98px;
  }
  .page_header_side .title_box h1, .page_section .content_wrapper h2, .a_dispatch_page .content_wrapper .text_box.with_dot_list h3, .a_fuel_page.a_dispatch_page .content_wrapper .top_description h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .a_dispatch_page .content_wrapper .top_description p, .about_page_section .text_box.big_width p, .page_section .content_wrapper .text_box p {
    font-size: 17px;
    line-height: 21px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li p, .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li p,
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li p, .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li p {
    font-size: 15px;
    line-height: 31px;
  }
  .a_dispatch_page .content_wrapper .top_description, .a_fuel_page.a_dispatch_page .content_wrapper .text_box.top_description, .a_fuel_page.a_dispatch_page .content_wrapper .text_box {
    margin-bottom: 40px;
  }
  .dispatcher_page.page_section .content_wrapper .img_box {
    margin-bottom: 30px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side h3 {
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side p {
    font-size: 17px;
    line-height: 22px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side, .travel_page_section .content_wrapper .service_part_item:nth-child(even) .description_side {
    padding-bottom: 25px;
  }
  .travel_page_section .content_wrapper .service_part_item .img_box {
    height: 212px;
  }
  .travel_page_section .content_wrapper .service_part_item {
    margin-bottom: 70px;
    padding-bottom: 35px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side .number {
    font-size: 140px;
    line-height: 60px;
    margin-left: -10px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(2) .description_side .number {
    top: 6px;
    margin-left: -10px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(3) .description_side .number,
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .description_side .number, .travel_page_section .content_wrapper .service_part_item:nth-child(5) .description_side .number {
    top: 2px;
  }
  .page_section.travel_page_section .content_wrapper {
    padding-bottom: 85px;
  }
  .g_handling_section .content_wrapper .subtitle_box h3, .g_handling_network h3 {
    font-size: 26px;
    line-height: 29px;
    max-width: 250px;
  }
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li p {
    font-size: 15px;
    line-height: 31px;
  }
  .g_handling_section .content_wrapper .text_box.with_dot_list {
    padding-bottom: 20px;
  }
  .g_handling_network {
    padding-top: 40px;
  }
  .g_handling_network h3 {
    margin-bottom: 20px;
  }
  .station_locations_block .title_box .show_more_loc .show_more_loc_btn span {
    width: 16px;
    height: 16px;
  }
  .station_locations_block .title_box .show_more_loc {
    margin-right: -10px;
  }
  .g_handling_section .content_wrapper .station_locations_block .title_box {
    padding-top: 0;
  }
  .station_locations_block .title_box h3 {
    font-size: 27px;
    line-height: 29px;
    letter-spacing: -.04em;
  }
  .station_locations_block .s_locations_container .s_locations_tab li a {
    font-size: 17px;
    line-height: 29px;
  }
  .station_locations_block .s_locations_container .s_locations_tab li {
    margin-right: 38px;
  }
  .station_locations_block .s_locations_container {
    margin-left: -29px;
  }
  .station_locations_block .s_locations_container .s_locations_tab {
    padding-left: 29px;
    padding-right: 29px;
    width: -webkit-calc(100vw + 29px);
    width: calc(100vw + 29px);
    margin-bottom: 40px;
  }
  .strength_tab > li:last-child {
    padding-right: 29px;
  }
  .sl_tab_main_container .sl_tab_wrapper .sl_tab_item {
    margin-bottom: 20px;
  }
  .page_section.g_handling_section .content_wrapper {
    padding-bottom: 90px;
  }
  .g_handling_section .content_wrapper .station_locations_block .title_box {
    margin-bottom: 22px;
  }
  .g_handling_network .map_container .map_wrapper .map_img .map_side {
    height: 440px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header p, .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr p, .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr span, .sl_tab_main_container .sl_tab_wrapper .t_middle .field_wr a, .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a p {
    font-size: 14px;
    line-height: 25px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_header {
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
  }
  .sl_tab_main_container .sl_tab_wrapper .t_middle {
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    padding-bottom: 20px;
  }
  .sl_tab_main_container .sl_tab_wrapper .t_bottom .dnl_file a {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .title_box h2 {
    font-size: 26px;
    line-height: 35px;
    max-width: 240px;
    padding: 0;
  }
  .mobile_map_point_descr .map_description_box_wrapper .title_box {
    padding: 30px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content {
    padding: 0 29px 30px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .img_side {
    height: 220px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .img_side {
    margin-left: -29px;
    margin-right: -29px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li p {
    font-size: 15px;
    line-height: 30px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li {
    padding-left: 23px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .dot_list li::before {
    top: 12.5px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box a {
    font-size: 18px;
    line-height: 23px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box a .icon {
    width: 18px;
    margin-right: 18px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact {
    font-size: 16px;
    line-height: 15px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .more_info_box {
    margin-top: 25px;
  }
  .mobile_map_point_descr .map_description_box_wrapper .point_content .content_side .point_contact {
    margin-top: 50px;
  }
  .page_header_side .title_box .back_btn span {
    top: 0;
  }
  .page_section.a_fuel_page .content_wrapper {
    padding-bottom: 25px;
  }
  .contacts_page .container .contacts_container {
    padding-bottom: 22px;
  }
  .travel_page_section .content_wrapper .service_part_item:nth-child(4) .img_box img {
    top: 50%;
  }
  .page_section.contacts_page .container {
    padding-bottom: 60px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li,
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li {
    margin-bottom: 9px;
  }
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li:last-child,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li:last-child,
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li:last-child {
    margin-bottom: 0;
  }
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li p,
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li p,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li p {
    line-height: 21px;
  }
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li::before,
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li::before,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li::before {
    top: 9px;
  }
  .page_section.page_with_list .content_wrapper .text_box.with_dot_list .dot_list li {
    padding-left: 22px;
  }
  .travel_page_section .content_wrapper .service_part_item .description_side .number {
    top: 3px;
  }
  .page_header_side .title_box h1 br {
    display: none;
  }
  .page_section.dispatcher_page .content_wrapper .title_box, .dispatcher_page.page_section .content_wrapper .text_box, .about_page_section .content_wrapper .title_box, .planning_page.page_section .content_wrapper h2, .permits_page.page_section .content_wrapper .title_box {
    max-width: 300px;
  }
  .page_header_side .title_box.big_title h1 {
    max-width: 241px;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper, .a_dispatch_page .content_wrapper .img_box .img_wrapper, .page_section .content_wrapper .img_box .img_wrapper {
    height: unset;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .top_description h3 {
    max-width: 290px;
  }
  .page_section.about_page_section .content_wrapper h2 {
    max-width: 252px;
  }
  .page_section.dispatcher_page .content_wrapper .text_box:nth-child(2) p {
    font-size: 17px;
    line-height: 21px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .page_header_side_mob {
    height: 213px;
  }
  .dispatcher_page.page_section .content_wrapper .img_box,
  .about_page_section .content_wrapper .img_box,
  .a_dispatch_page .content_wrapper .img_box,
  .permits_page.page_section .content_wrapper .img_box {
    margin-bottom: 50px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p, .page_section .content_wrapper .text_box p {
    margin-bottom: 20px;
  }
  .dispatcher_page.page_section .content_wrapper .text_box p:last-child, .page_section .content_wrapper .text_box p:last-child {
    margin-bottom: 0;
  }
  .a_fuel_page.a_dispatch_page .content_wrapper .text_box:nth-child(3) {
    margin-bottom: 30px;
  }
  .about_page_section .content_wrapper .title_box:nth-child(1) {
    margin-right: 0;
  }
  .about_page_section .content_wrapper .img_box .img_wrapper {
    margin-top: 0;
  }
  .about_page_section .content_wrapper .title_box:nth-child(1) {
    max-width: 100%;
    padding-right: 0;
  }
  .page_section.about_page_section .content_wrapper h2 {
    max-width: 100%;
    width: 100%;
  }
  .dispatcher_page.page_section .content_wrapper .text_box:nth-child(3) {
    max-width: 100%;
  }
  .small_header_mob .page_header_side {
    height: 135px;
  }
  .small_header_mob .page_header_side_mob {
    height: 135px;
  }
  .small_header_mob .page_section {
    margin-top: 135px;
  }
  .small_header_mob .page_header_side .title_box {
    padding-bottom: 25px;
  }
  .small_header_mob .page_header_side .title_box.big_title h1 {
    line-height: 24px;
    margin-bottom: -4px;
  }
  .contacts_page .container .dep_title h3 {
    font-size: 25px;
  }
  .contacts_page .container .contacts_container .contact_item h4 {
    font-size: 20px;
  }
  .travel_page_section .content_wrapper .service_part_item {
    margin-top: -120px;
    padding-top: 120px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 360px) {
  /**/
  .travel_page_section .content_wrapper .service_part_item .description_side h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box:nth-child(even) {
    padding-left: 5px;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1 {
    max-width: 260px;
  }
  .main_contant .our_services_container .services_list .list_item a p {
    max-width: 85px;
  }
  .mobile_menu_container .lng_box li a {
    font-size: 26px;
    line-height: 30px;
  }
  .mobile_menu_container ul.social_list li {
    margin-bottom: 20px;
  }
  .header .menu_side .mobile_menu_container ul.menu_list > li a {
    font-size: 60px;
    line-height: 54px;
  }
  .header.small .header_container, .header .header_container, .s_padding, .f_screen_section, .container, footer.footer.other_page {
    padding: 0 20px;
  }
  .page_content.start_animation .header .header_container::after {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .mobile_menu_container .container_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item:nth-child(even) {
    padding-left: 0;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item {
    padding-right: 10px;
  }
  .page_content.start_animation .main_contant .middle_information .cc_wrapper {
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px);
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box span {
    margin-top: 2px;
    font-size: 22px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box {
    margin-right: 0;
  }
  .page_content.start_animation .main_contant .middle_information .cc_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main_contant .middle_information .cc_wrapper .top_title .icon_box {
    margin-left: 10px;
    width: 60px;
    max-width: 60px;
    top: 0;
  }
  .page_content.start_animation .main_contant .middle_information .title_box h1, .main_contant .middle_information .cc_wrapper .top_title h2, .strength_tab > li a, .f_screen_section .content_box h2, .permits .permits_wrapper .r_descr h3, .flight_planning .flight_planning_wrapper .left_side h3, .fuel_section h2, .travel_services .descr_box h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .main_contant .middle_information .cc_wrapper .top_title h2 {
    max-width: 170px;
  }
  .main_contant .middle_information .title_box p, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box h3, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box .cont_box, .main_contant .middle_information .cc_wrapper .contacts_wrapper .field_box p {
    font-size: 14px;
    line-height: 18px;
  }
  .ground_handling {
    padding-bottom: 290px;
  }
  .ground_handling .map_wrapper {
    -webkit-transform: translateX(57vw);
        -ms-transform: translateX(57vw);
            transform: translateX(57vw);
  }
  .flight_planning .flight_planning_wrapper .right_side li {
    padding-left: 20px;
  }
  .fuel_section .image_box {
    margin-left: -20px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a .title,
  .main_contant .our_services_container .services_list p {
    font-size: 14px;
    line-height: 16px;
  }
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li p,
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li p,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li p {
    font-size: 14px;
  }
  .page_section.g_handling_section .content_wrapper .text_box.with_dot_list .dot_list li,
  .page_section.planning_page .content_wrapper .text_box.with_dot_list .dot_list li,
  .a_dispatch_page .content_wrapper .text_box.with_dot_list .dot_list li {
    padding-left: 14px;
  }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1024px) {
  /**/
  .ground_handling .map_wrapper .map_side::before {
    width: 200vw;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    height: 150%;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .ground_handling .map_wrapper {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .ground_handling .map_wrapper .map_side {
    width: 75vw;
  }
  .ground_handling .map_wrapper .map_side img {
    width: 100%;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item:nth-child(2) a .title {
    max-width: 220px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item:last-child a .title {
    max-width: 185px;
  }
  .header .menu_side .mobile_menu_container li.with_sub .submenu_wrapper .submenu .submenu_item a {
    height: 72px;
  }
}

@media only screen and (min-width: 1950px) {
  /**/
  .travel_services .services_list .service_item {
    max-width: unset;
    height: unset;
    width: -webkit-calc(33.3% - 40px);
    width: calc(33.3% - 40px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .travel_services .services_list .service_item .item_link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .travel_services .services_list .service_item .item_link .img_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .travel_services .services_list .service_item .item_link .img_box img {
    position: relative;
  }
  .travel_services .services_list .service_item .item_link .img_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_contant .our_services_container .services_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_contant {
    padding-bottom: 210px;
  }
  .main_screen {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .main_screen .main_contant {
    width: 100%;
  }
  .flight_planning .flight_planning_wrapper .left_side {
    max-width: 34.5vw;
  }
  .travel_services .descr_box {
    max-width: 34.5vw;
  }
  .travel_services .services_list {
    padding-left: 2.5vw;
  }
  .permits .permits_wrapper .img_box {
    max-width: -webkit-calc(100% - 520px);
    max-width: calc(100% - 520px);
  }
}

@media only screen and (max-width: 1023px) {
  /**/
  footer.footer.other_page {
    height: unset;
    padding-top: 65px;
    padding-bottom: 55px;
  }
  footer.footer.white_bg .wrapper.upd_footer .logo_side {
    max-width: 300px;
    margin-right: 50px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  footer.footer.white_bg .wrapper.upd_footer .logo_side .logo {
    max-width: 100%;
    margin-right: 0;
  }
  footer.footer.white_bg .wrapper.upd_footer .logo_side .logo img.gradient_logo {
    display: block;
  }
  footer.footer.white_bg .wrapper.upd_footer .logo_side .logo img.small_logo_grad {
    display: none;
  }
  footer.footer.white_bg .wrapper.upd_footer .terms_side a {
    color: #000000;
  }
  footer.footer.grey_bg .wrapper.upd_footer .logo_side {
    max-width: 300px;
    margin-right: 50px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  footer.footer.grey_bg .wrapper.upd_footer .logo_side .logo {
    max-width: 100%;
    margin-right: 0;
  }
  footer.footer.grey_bg .wrapper.upd_footer .logo_side .logo img.white_logo {
    display: block;
  }
  footer.footer.grey_bg .wrapper.upd_footer .logo_side .logo img.small_logo {
    display: none;
  }
  footer.footer .wrapper.upd_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer.footer .wrapper.upd_footer > .social_list {
    display: none;
  }
  footer.footer .wrapper.upd_footer .logo_side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 340px;
  }
  footer.footer .wrapper.upd_footer .mobile_toggle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  footer.footer .wrapper.upd_footer .bottom_side {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 105px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: auto;
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -10px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list li {
    margin-left: 0;
    margin-bottom: 22px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list li:last-child {
    margin-bottom: 0;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list li a {
    left: 0px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .terms_side .footer_menu_list {
    display: none;
  }
  footer.footer .wrapper.upd_footer .bottom_side .terms_side a {
    display: block;
    font-size: 26px;
    line-height: 1;
    font-family: "ProximaNovaRegular", sans-serif;
    margin-bottom: 35px;
    text-transform: lowercase;
  }
  footer.footer .wrapper.upd_footer .bottom_side .terms_side a:first-letter {
    text-transform: uppercase;
  }
  footer.footer .wrapper.upd_footer .bottom_side .terms_side a:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 700px) {
  /**/
  footer.footer.white_bg .wrapper.upd_footer .logo_side {
    max-width: 298px;
  }
  footer.footer .wrapper.upd_footer .bottom_side {
    padding-top: 85px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .terms_side a {
    font-size: 23px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list li {
    margin-bottom: 18px;
  }
  footer.footer.other_page {
    padding-bottom: 45px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list {
    margin-right: -1px;
  }
}

@media only screen and (max-width: 639px) {
  /**/
  footer.footer.white_bg .wrapper.upd_footer .logo_side {
    max-width: 224px;
  }
  footer.footer .wrapper.upd_footer .bottom_side {
    padding-top: 60px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .terms_side a {
    font-size: 18px;
    margin-bottom: 26px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list li {
    margin-bottom: 4px;
  }
  footer.footer.other_page {
    padding-bottom: 33px;
    padding-top: 42px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list {
    margin-right: -4px;
  }
}

@media only screen and (max-width: 480px) {
  /**/
  footer.footer.white_bg .wrapper.upd_footer .logo_side {
    width: 100%;
    max-width: 175px;
  }
  footer.footer .wrapper.upd_footer .bottom_side {
    padding-top: 33px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .terms_side a {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list li a {
    width: 30px;
    height: 30px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list li {
    margin-bottom: 4px;
  }
  footer.footer.other_page {
    padding-bottom: 24px;
    padding-top: 37px;
  }
  footer.footer .wrapper.upd_footer .bottom_side .social_list {
    margin-right: -4px;
  }
}
