body {
  font-family: 'PF BeauSans Pro';
}
.container {
  position: relative;
}
.container-fluid {
  /*overflow-x: hidden;*/
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 10000;
}
.b-font_av {
  font-family: 'Avanti';
}
.b-font_be {
  font-family: 'PF BeauSans Pro';
}
.b-font_bu {
  font-family: 'PF Bulletin Sans Pro';
}
.b-text-black {
  color: #000000!important;
}
.b-text-dark {
  color: #0e74bc;
}
.b-text-blue {
  color: #37c5f3;
}
.b-text_red {
  color: #ba0202;
}
.b-text-light {
  color: #ffffff;
}
.b-text-light em {
  font-style: inherit;
  color: #0e74bb;
}
a.b-text-light:hover {
  color: #b9b9b9;
  text-decoration: none;
}
.b-text_bold {
  font-weight: bold;
}
.b-text_norm {
  font-weight: normal;
}
.b-text_14 {
  font-size: 14px;
}
.b-text_16 {
  font-size: 16px;
}
.b-text_18 {
  font-size: 18px;
}
.b-text_20 {
  font-size: 20px;
}
.b-text_24 {
  font-size: 24px;
}
.b-text_30 {
  font-size: 30px;
}
.b-text_50 {
  font-size: 50px;
}
.b-text_90 {
  font-size: 90px;
}
.b-text_100 {
  font-size: 100px;
}
.b-form__label {
  display: block;
  font-family: 'PF BeauSans Pro';
  font-size: 14px;
  text-transform: uppercase;
}
label.note,label.mansign,label.manid,label.manact {cursor:pointer;}
label.note:hover,label.mansign:hover,label.manid:hover,label.manact:hover {font-weight:bold;}

.b-form__input {
  display: block;
  width: 100%;
  height: 36px;
  /*line-height: 36px;*/
  border-radius: 10px;
  background-color: #222222;
  border: 1px solid #b7b7b7;
  color: #FFFFFF;
  padding: 2px 10px;
}
.x {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.x:after {
	content: "X";
	display: block;
	width: 19px;
	height: 19px;
	position: relative;
	background-color: #FA9595;
	z-index:1;
	left: 460px;
	top: -28px;
	bottom: 0;
	padding: 1px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
}

.ico { width:40px; height:40px;  margin: 4px; font-size: 10px; padding-top:40px; text-align:center; background-repeat: no-repeat; background-image: url('/public/img/icomoon-free-icons.png'); border-radius: 5px; display: inline-block;  }
.ico { opacity: 0.7; }
.ico:hover { opacity :1; }
.ico.profile { background-position: -2px -319px;  }
.ico.agents { background-position: -55px -319px;  }
.ico.func { background-position: -161px -319px;  }
.ico.logout { background-position: -55px -1px; }
/*.ico.rides { background-position: -108px -213px; }*/
.ico.rides { background-position: -428px -319px; }
.ico.emaillog { background-position:-267px -162px; }
.ico.emailconf { background-position:-374px -162px; }
.ico.emailsend { background-position:-214px -266px; }
.ico.smsconf { background-position: -374px -2px; }
.ico.tarif { background-position:-374px -107px; }
.ico.points {background-position: -428px -160px;}
.ico.notes {background-position:-427px -54px;}
.ico.cur {background-position:-267px -54px;}
.ico.pages {background-position: -162px -107px;}
.ico.import {background-position: 0 -266px;}
.ico.orders {background-position: -214px 0;}
.ico.routes {background-position: -109px -214px;}

.b-form__input--text {
  padding: 10px 2ex;
  height: 102px;
}
.b-form__button {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  background-color: #2c2d42;
  color: #ffffff;
  font-family: 'PF BeauSans Pro';
  font-size: 14px;
}
.b-block--shadow {
  box-shadow: 0px 17px 24px rgba(0, 0, 0, 0.57);
}
.b-button {
  height: 51px;
  border-radius: 10px;
  background-color: #153b66;
  border: 1.5px solid #ffffff;
  font-size: 18px;
  color: #ffffff;
  font-family: 'PF BeauSans Pro';
  font-weight: 300;
}
.b-button:hover {
	color:#c8c728;
}
.b-button:disabled {
  background-color: #eee;
  border: 1.5px solid #153b66;
}
.b-cancel {
	background-color: gray;
	float: left;
}
.b-checkbox {
  display: none;
}
label.b-checkbox__label {
  cursor: pointer;
}
.b-checkbox__label .b-checkbox__labelfake {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  vertical-align: middle;
  margin-top: -3px;
  border: 1px solid #000000;
  text-align: center;
  line-height: 30px;
}
.b-checkbox__label .b-checkbox__labelvalue--active {
  display: none;
}
.b-checkbox:disabled ~ .b-checkbox__label .b-checkbox__labelfake {
  background-color: #eee;
}
.b-checkbox:checked ~ .b-checkbox__label .b-checkbox__labelvalue {
  display: none;
}
.b-checkbox:checked ~ .b-checkbox__label .b-checkbox__labelvalue--active {
  display: inline-block;
}
.b-vechicle.b-chosen, form.b-chosen { opacity:0.5; }
.b-button.b-chosen { background-color:#868686; cursor: default;}
.error { border:1px solid red;background-color:#863333; }
.tablescroll {height: 400px;overflow-y: scroll;}
.b-vechicle__fog {padding:0;}
.flex-wrap {border-bottom: 1px solid gray;}

.onoffswitch {
    position: relative;
    width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  display: inline-block;
  margin: 0 0 0 10px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner > div {
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffmes {
	color: darkslategray;
	text-align:center;
}

.onoffswitch-inner .onoffswitch-active {
    padding-left: 15px;
    background-color: #C2C2C2;
    color: #FFFFFF;
}

.onoffswitch-inner .onoffswitch-inactive {
    padding-right: 15px;
    background-color: #C2C2C2;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    width: 40px;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch-active .onoffswitch-switch {
    background: #27A1CA;
    left: 0;
}

.onoffswitch-inactive .onoffswitch-switch {
    background: #A1A1A1;
    right: 0;
}

.onoffswitch-active .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 40px;
    border-style: solid;
    border-color: #27A1CA transparent transparent #27A1CA;
    border-width: 15px 10px;
}

.onoffswitch-inactive .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 40px;
    border-style: solid;
    border-color: transparent #A1A1A1 #A1A1A1 transparent;
    border-width: 15px 10px;
}

/*.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}*/

@media (max-width: 479px) {
  .b-line > * {
    width: 100%!important;
    max-width: 100%!important;
  }
}
.b-caption {
  /*padding: 25px 60px 10px;*/
  /* moved to 576+ */
  padding: 25px 0 10px;
  font-size: 30px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 2px #3b3c3e;
  text-transform: uppercase;
}
.b-caption.b-text-black {
  text-shadow: 0 0 5px #ffffff;
}
@media (min-width: 576px) {
  .b-caption {
    font-size: 48px;
    padding: 25px 60px 10px;
  }
}
@media (min-width: 1400px) {
  .b-caption {
    padding: 60px 60px;
  }
}
.b-subcaption_wrap {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  line-height: 1em;
}
.b-subcaption_wrap--right {
  right: 0;
  left: auto;
}
.b-subcaption_text {
  opacity: .3;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 1400px) {
  .b-subcaption_wrap {
    left: -1.2em;
    /*top: 50%;*/
    top: calc(50% - .5ex);
  }
  .b-subcaption_wrap--right {
    left: auto;
    right: -1.2em;
  }
  .b-subcaption_wrap--right .b-subcaption_text {
    transform-origin: 100% 100%;
    transform: rotate(-90deg) translateX(calc(50% + 1ex));
  }
  .b-subcaption_text {
    transform-origin: 0% 0%;
    transform: rotate(-90deg) translateX(-50%);
  }
}
.b-pico {
  display: inline-block;
  width: 27px;
  height: 23px;
  content: "";
  background-position: center;
  mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -moz-mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -moz-mask-position: center;
  -webkit-mask-position: center;
}
.b-pico__bags {
  mask-image: url("../img/pico_bags.png");
  -moz-mask-image: url("../img/pico_bags.png");
  -webkit-mask-image: url("../img/pico_bags.png");
}
.b-pico__people {
  mask-image: url("../img/pico_people.png");
  -moz-mask-image: url("../img/pico_people.png");
  -webkit-mask-image: url("../img/pico_people.png");
}
.b-pico__point {
  mask-image: url("../img/pico_point-min-min.png");
  -moz-mask-image: url("../img/pico_point-min-min.png");
  -webkit-mask-image: url("../img/pico_point-min-min.png");
}
.b-pico__pointoff {
  mask-image: url("../img/pico_point_off-min-min.png");
  -moz-mask-image: url("../img/pico_point_off-min-min.png");
  -webkit-mask-image: url("../img/pico_point_off-min-min.png");
}
.b-pico__class {
  mask-image: url("../img/pico_car_icon-min-min.png");
  -moz-mask-image: url("../img/pico_car_icon-min-min.png");
  -webkit-mask-image: url("../img/pico_car_icon-min-min.png");
}
.b-pico__cash {
  mask-image: url("../img/pico_banknotes-min-min.png");
  -moz-mask-image: url("../img/pico_banknotes-min-min.png");
  -webkit-mask-image: url("../img/pico_banknotes-min-min.png");
}
.b-pico__calendar {
  mask-image: url("../img/pico_calendar-min-min.png");
  -moz-mask-image: url("../img/pico_calendar-min-min.png");
  -webkit-mask-image: url("../img/pico_calendar-min-min.png");
}
.b-pico__timer {
  mask-image: url("../img/pico_timer.png");
  -moz-mask-image: url("../img/pico_timer.png");
  -webkit-mask-image: url("../img/pico_timer.png");
}
.b-pico__nomoney {
  mask-image: url("../img/pico_nomoney.png");
  -moz-mask-image: url("../img/pico_nomoney.png");
  -webkit-mask-image: url("../img/pico_nomoney.png");
}
.b-pico__driver {
  mask-image: url("../img/pico_driver.png");
  -moz-mask-image: url("../img/pico_driver.png");
  -webkit-mask-image: url("../img/pico_driver.png");
}
.b-pico__fixprice {
  mask-image: url("../img/pico_fixprice.png");
  -moz-mask-image: url("../img/pico_fixprice.png");
  -webkit-mask-image: url("../img/pico_fixprice.png");
}
.b-disco {
  display: inline-block;
  width: 33px;
  height: 44px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.b-disco__voucher {
  background-image: url("../img/pico_voucher-min.png");
  width: 33px;
}
.b-disco__invoice {
  background-image: url("../img/pico_invoce-min-min.png");
  width: 36px;
}
.b-disco__download {
  background-image: url("../img/pico_download-min-min.png");
  width: 44px;
}
.b-back__white {
  background-color: #FFFFFF;
}
.b-back__dark {
  background-color: #2c2c2c;
}
.b-back__darken {
  background-color: #3b3c3e;
}
.b-back__darkblue {
  background-color: #161727;
}
.b-back__blue {
  background-color: #03adeb;
}
.b-back__grey {
  background-color: #b7b7b7;
}
.b-header .b-back__darkblue .d-flex {
  min-height: 31px;
  align-items: center;
}
.b-header .b-back__darkblue .container > div {
  white-space: nowrap;
  padding-top: 2px;
}
.b-header .b-back__darkblue span[class^="icomoon"] {
  margin-right: 7px;
}
.b-header .b-back__darkblue .icomoon-mail:before {
  /*position: relative;top: 2px;*/
}
.b-header .select2-container {
  margin-bottom: 1em;
}
.i-sticky-fixed .b-header__light + div {
  margin-top: 67px;
}
.b-header-back {
  background-image: url("../img/back_header.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}
.b-header-wat {
  font-size: 90px;
  line-height: 108px;
  letter-spacing: 3px;
  padding: 44px 0 22px;
}
.b-header-wat_word:first-letter {
  color: #30a0c8;
  font-weight: bold;
}
.b-header-slogan {
  line-height: 36px;
}
.b-nav {
  /*background: #ffffff;*/
  height: 67px;
  align-items: center;
  align-items: stretch;
}
.b-nav .d-flex {
  align-items: center;
  /*nav{height: 100%;}*/
}
.b-nav__menu {
  position: initial;
}
.b-nav__menu-list {
  margin: 0;
  padding: 0;
  justify-content: space-between;
  /*position: relative;*/
}
.b-nav__menu li {
  position: relative;
}
.b-nav__link,
.b-text-dark .b-nav__link {
  color: #010101;
}
.b-nav__link,
.b-text-light .b-nav__link {
  color: #FFFFFF;
}
.b-nav__link > span {
  padding-right: .5em;
}
.b-nav__logo {
  display: inline-block;
  width: 100%;
  min-height: 60px;
  height: 100%;
  background: url(../img/watlogo.png) no-repeat;
  background-size: contain;
}
.b-back__darkblue .b-nav__logo {
  /* background: url(../img/logo_inverse.png) no-repeat; */
}
.b-nav__burger-checkbox {
  display: none;
}
.b-nav__burger-checkbox:checked ~ .b-nav__menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 250;
  display: block!important;
  width: 100%;
}
.b-nav__burger-checkbox:checked ~ .b-nav__menu-list:before {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  content: "";
  background: white;
}
.b-nav__burger-checkbox:checked ~ .b-nav__menu-list li {
  display: block!important;
}
.b-nav__burger-checkbox:checked ~ .b-nav__menu-list li a {
  display: inline-block;
  padding: .5em .5ex;
  font-size: 24px;
}
.b-step.container {
  padding-bottom: 10px;
}
.b-step__legend {
  padding-top: 10px;
  padding-bottom: 20px;
}
.b-step_points {
  justify-content: space-around;
  padding: 0px 0 18px;
}
.b-step_points .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(90deg);
}
.b-step_points .select2-container--default .select2-selection--single {
  background: transparent;
  border: 1.5px solid #ffffff;
  height: 40px;
  border-radius: 10px;
}
.b-step_points .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-family: 'PF BeauSans Pro';
  line-height: 40px;
  padding-left: 17px;
  padding-right: 46px;
}
.b-step_points .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  right: 13px;
}
.b-step_points .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  transform: rotate(270deg);
  transition: .3s ease 0s;
  width: 20px;
  height: 20px;
  transform-origin: 10px 10px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  left: 0;
  top: 40%;
}
.b-step_points .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\276E";
}
.b-vechicle {
  align-items: stretch;
  margin-bottom: 50px;
}
.b-vechicle__fog {
  background: url("../img/fog.png") no-repeat center #000000;
  background-size: cover;
  min-height: 226px;
}
.b-vechicle__ava {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.b-vechicle__descr {
  background: #fff;
  padding: 28px 38px 28px 38px;
  justify-content: space-between;
}
.b-vechicle__descr .b-button {
  width: 100%;
}
.b-vechicle__prop {
  width: 100%;
}
.b-vechicle__timetable td {
  vertical-align: top;
}
.b-vechicle__timetable td:first-child {
  font-weight: bold;
  text-align: right;
}
.b-vechicle__propitem {
  padding: 0 15px 0 0;
}

.tr-bold {font-weight:400;}

@media (min-width: 1200px) {
  .b-vechicle > div:nth-child(3) {
    padding: 28px 38px 28px 0;
  }
}
@media (max-width: 575px) {
  .b-vechicle > div:nth-child(3) {
    padding: 0 38px 28px;
  }
}
.b-ride {
  margin-bottom: 28px;
}
.b-ride_detail-table {
  background: ghostwhite;
  width:100%;
  /* border: 1px solid #ccc; */
}
.b-ride_detail-table:hover {
  background: azure;
}
.b-ride .flex-column {
  justify-content: space-between;
}
.b-ride_info {
  padding: 28px 23px;
}
.b-ride_info-item {
  padding: 9px 0px;
}
.b-ride_info-value {
  line-height: 26px;
  cursor:pointer;
}
.b-ride_info-value div:nth-child(1) {display:none;}
.b-ride_info-value div:nth-child(2) {display:none;}
.b-ride_info-pico {
  padding: 0 18px;
}
.b-ride_info-pico .b-pico {
  width: 24px;
  height: 24px;
  mask-position: 50% 50%;
  -moz-mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  position: relative;
  top: 18px;
}
.b-ride_info-pico + td,
.b-ride_info-pico + td + td {
  line-height: 30px;
}
.b-ride_form {
  padding: 28px 23px;
}
.b-ride_form .row {
  justify-content: space-between;
}
.b-ride_form .row > div {
  padding: 0 2px;
}
.b-ride_detail .b-ride_info-pico .b-pico {
  top: 8px;
}
.b-ride_detail .b-text_24 {
  /*line-height: 1.2em;*/
}
.b-ride_detail_title {
  padding-right: 2ex;
}
.b-ride_detail-table td {
  vertical-align: middle;
  min-width: 50px;
  border-bottom:1px solid #ccc;
}
.b-bg {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.b-bg__serviceman {
  background-image: url("../img/service_man.png");
  background-position: 0 0%;
}
.b-bg__maersk {
  background-image: url("../img/maersk_back.png");
  background-size: cover;
  background-position: center;
}
.b-bg__clients {
  background-image: url("../img/clients.png");
  background-position: 0% 50%;
  background-size: 25% auto;
}
@media (min-width: 768px) {
  .b-bg__luxury_back {
    background-image: url("../img/luxury_back.png");
    background-position: 50%;
  }
}
.b-bg__companies {
  background-image: url("../img/Luxury-Car-Service-Boston1.png");
  background-position: 100% 70%;
}
.b-bg__yandexmap {
  background-image: url("../img/yandexmap.png");
  background-size: cover;
  background-position: center;
}
.b-landing {
  position: relative;
}
.b-landing .container {
  padding-bottom: 50px;
  z-index: 100;
}
.b-landing.container-fluid {
  overflow: hidden;
}
.b-landing .b-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-size: auto;
}
@media (min-width: 1200px) {
  .b-landing .b-bg {
    opacity: 1;
    background-size: 25% auto;
  }
}
.b-landing_serive {
  /* padding-bottom: 100px;*/
}
.b-landing_serive .b-bg {
  height: 100%;
  background-size: cover;
}
@media (min-width: 1200px) {
  .b-landing_serive .b-bg {
    width: 50%;
  }
}
.b-landing_serive-mosaic {
  font-size: 16px;
  align-items: stretch;
  line-height: 1.3em;
  padding: 0;
}
.b-landing_serive-mosaic > * {
  margin: 1px 0;
}
.b-landing_serive-mosaic:hover > * {
  position: relative;
  z-index: 150;
}
.b-landing_serive-mosaic .b-pico {
  background-color: #013167;
  width: 56px;
  height: 66px;
}
.b-landing_serive-mosaic_title {
  font-weight: bold;
}
.b-landing_serive-mosaic_subtitle {
  display: none;
}
.b-landing_serive-mosaic_tile {
  padding: 29px;
  margin: 1px;
  min-height: 100%;
  background: #d7d7d7;
  background: linear-gradient(180deg, #d7d7d7 0%, #efefef 100%);
  text-align: center;
  position: relative;
}
.b-landing_serive-mosaic_tile:hover {
  color: #ffffff;
  /*&:before{
            display:block;width:~"calc(100% + 32px)";height:~"calc(100% + 32px)";content:"";
            position: absolute; z-index: 50; bottom:0; left:0;
            }*/
}
.b-landing_serive-mosaic_tile:hover > * {
  position: relative;
  z-index: 100;
}
.b-landing_serive-mosaic_tile:hover .b-pico {
  background-color: #FFFFFF;
}
.b-landing_serive-mosaic_tile:hover .b-landing_serive-mosaic_content {
  padding: 29px;
  background-color: #161727;
  box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.47);
}
@media (min-width: 768px) {
  .b-landing_serive-mosaic_tile:hover .b-landing_serive-mosaic_content {
    width: calc(100% + 32px);
    /*min-height:~"calc(100% + 32px)";*/
    position: absolute;
    z-index: 60;
    left: 0;
    bottom: 0;
  }
}
.b-landing_serive-mosaic_tile:hover .b-landing_serive-mosaic_content br {
  display: none;
}
.b-landing_serive-mosaic_tile:hover .b-landing_serive-mosaic_subtitle {
  display: block;
}
.b-landing_serive-mosaic_tile:hover .b-landing_serive-mosaic_title {
  position: relative;
  padding-top: 35px;
}
.b-landing_serive-mosaic_tile:hover .b-landing_serive-mosaic_title:before {
  display: block;
  content: "";
  width: 53px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0;
  margin: 15px 0;
}
.b-landing_serive-mosaic > :nth-child(2n+1) .b-landing_serive-mosaic_content {
  left: auto;
  right: 0;
}
.b-landing_serive-mosaic > :nth-child(n+3) .b-landing_serive-mosaic_content {
  bottom: auto;
  top: 0;
  min-height: calc(100% + 32px);
}
.b-landing_park-list {
  /* d-flex */
  align-items: baseline;
}
.b-landing_park-list img {
  max-width: 100%;
  position: relative;
  z-index: 20;
}
.b-landing_park-list label {
  position: relative;
  display: block;
}
.b-landing_park-list label:before {
  display: block;
  width: 300%;
  height: 300%;
  content: "";
  background: url(../img/maersk_back_small_car.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: 10;
}
.b-landing_park-itemimage {
  width: 100%;
  text-align: center;
  background: url("../img/maersk_back_big_car.png") no-repeat center;
  background-size: contain;
}
.b-landing_park-itemimage img {
  margin: 50px auto;
  max-width: 100%;
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.8));
}
.b-landing_clients .container {
  position: relative;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .b-landing_clients .container {
    background-color: transparent;
  }
}
.b-landing_contacts {
  /*padding-right: 130px;*/
}
.b-landing_contacts .container {
  padding-top: 100px;
}
.b-landing_contacts .b-back__darkblue {
  background-color: #141820;
  border-radius: 20px;
}
.b-landing_contacts-list {
  padding: calc(30px + 1ex);
  margin-right: 60px;
}
.b-landing_contacts-item {
  display: block;
  position: relative;
  color: #ffffff;
}
.b-landing_contacts-item_title {
  color: #56585c;
}
.b-landing_contacts .icomoon {
  width: 30px;
  position: absolute;
  left: -26px;
  color: #37c5f3;
}
.b-landing_contacts-caption {
  position: absolute;
  bottom: 0;
  left: 100%;
  color: #ffffff;
  opacity: .17;
  transform-origin: 0% 0%;
  transform: rotate(-90deg) translateX(-1.3em) translateY(-1.3em);
  font-size: 100px;
}
.b-line {
  padding: 0 9px;
}
footer .b-line {
  justify-content: flex-end;
}
footer .b-line > div {
  padding: 0 15px;
}
.b-login__popup {
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  width: 230px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align:left;
}
.i-login__showpopup:checked ~ .b-login__popup {
  display: block!important;
}
.b-login__slide {
  padding: 28px 38px;
}
.b-login__holder .b-login__popup {
  display: none;
}
.b-login__holder:hover .b-login__popup {
  display: block;
}
.b-login__holder:hover .i-login__showpopup ~ .b-login__popup {
  display: none;
}
.b-login__form .b-button {
  width: auto;
  padding: 0 3ex;
}
.i-sticky-fixed .i-sticky {
  position: fixed;
  top: 0;
  z-index: 100;
}
.i-step {
  position: relative;
  transition: left .3s ease 0s;
  left: 0;
}
.i-step:only-child {
  transition: left 0s ease 0s;
}
.i-step__contaiter {
  position: relative;
  overflow: hidden;
}
.i-step__contaiter--closed {
  height: 0;
}
.i-step--hidden {
  position: relative;
  left: 100%;
}
.i-step--fixed {
  position: relative;
  left: 0;
  top: 0;
}
/*.i-step--fixed ~ .i-step--fixed {
  left: -100%;
  top: 0;
}*/
.i-login__showpopup ~ label {
  margin: 0;
  cursor: pointer;
}
@media (min-width: 1200px) {
  /* f*ck ! I almost forgot about you... */
  .col-xl-35 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .col-xl-45 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-75 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
/* switchers */
.i-switcher[value="0"]:checked ~ .i-switcher__list .i-switcher_label--0:before,
.i-switcher[value="0"]:checked ~ .i-switcher__items .i-switcher__item--0 {
  display: block;
}
.i-switcher[value="1"]:checked ~ .i-switcher__list .i-switcher_label--1:before,
.i-switcher[value="1"]:checked ~ .i-switcher__items .i-switcher__item--1 {
  display: block;
}
.i-switcher[value="2"]:checked ~ .i-switcher__list .i-switcher_label--2:before,
.i-switcher[value="2"]:checked ~ .i-switcher__items .i-switcher__item--2 {
  display: block;
}
.i-switcher[value="3"]:checked ~ .i-switcher__list .i-switcher_label--3:before,
.i-switcher[value="3"]:checked ~ .i-switcher__items .i-switcher__item--3 {
  display: block;
}
.i-switcher[value="4"]:checked ~ .i-switcher__list .i-switcher_label--4:before,
.i-switcher[value="4"]:checked ~ .i-switcher__items .i-switcher__item--4 {
  display: block;
}
.i-switcher[value="5"]:checked ~ .i-switcher__list .i-switcher_label--5:before,
.i-switcher[value="5"]:checked ~ .i-switcher__items .i-switcher__item--5 {
  display: block;
}
.i-switcher[value="6"]:checked ~ .i-switcher__list .i-switcher_label--6:before,
.i-switcher[value="6"]:checked ~ .i-switcher__items .i-switcher__item--6 {
  display: block;
}
.i-switcher {
  display: none;
}
.i-switcher ~ .i-switcher__items .i-switcher__item:not(:first-child) {
  display: block;
}
.i-switcher:checked ~ .i-switcher__list label:before {
  display: none;
}
.i-switcher:checked ~ .i-switcher__items .i-switcher__item {
  display: none;
}

.badge{position: absolute;background: #fff;padding: 3px;border: 1px solid #f00e0e;border-radius:3px; margin: -50px 25px; color: #f00e0e;  font-size: large; }