/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.sv-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 6px;
  right: 20px;
  z-index: 9999;
}
.sv-nav__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
	margin: 0 0 0 auto;
}

.main_nav {
  position: static;
}

.call {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 6px 20px 0 0;
  display: flex;
  align-items: center;
}

.call li {
  font-size: 16px;
  margin-right: 10px;
}

.icon-o,
.icon-w,
.icon-v {
  display: inline-block;
  vertical-align: top;
  background-size: contain;
}
.icon-o {
  width: 40px;
  height: 40px;
  background-image: url("../img/overtime.png?v=6");
  opacity: 0.3;
}
.icon-w {
	width: 46px;
	height: 46px;
	background-image: url(../img/whatsapp.png?v=6);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0px;
	left: 2px;
}
.icon-v {
	width: 44px;
	height: 40px;
	background-image: url(../img/viber.png?v=6);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -4px;
}

.sv-viber {
  padding-top: 6px;
}

@media (max-width: 900px) {
  .call {
    display: none;
  }
}


.input-button-size-2 {
  margin-left: -50px;
  margin: -24px 0 0 -50px;
}

button.ws-popover-opener {
  background: #fff;
  margin: 1px 0 0;
}

.subheader.subheader--transport#quote {
  background: #fff4e3 url(../img/transport-page-background.jpg?v=6) no-repeat center;
  background-size: cover;
  height: 480px;
}

.subheader.subheader--transport .subheader__content {
  text-align: left;
  padding: 80px 65px;
}

.subheader.subheader--transport .subheader__title {
  color: #ffffff;
  text-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.2);
  text-transform: uppercase;
}

.subheader.subheader--transport .subheader__title--small {
  font-size: 1.56em;
  font-weight: 400;
}
