a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    word-wrap: break-word;
    color: #212223;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 25px;
}
body.fixed {
    overflow: hidden;
}
button,
input,
select,
textarea {
    outline: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
    background-position: 100%;
    background-repeat: no-repeat;
}
a,
a:active {
    color: #eb4823;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
b,
strong {
    font-weight: 700;
}
*,
:after,
:before {
    box-sizing: border-box;
}
h1 {
    font-size: 2rem;
    line-height: 130%;
}
@media (max-width: 37.5em) {
    h1 {
        font-size: 1.5rem;
    }
}
h2 {
    font-size: 1.7rem;
    line-height: 125%;
}
@media (max-width: 37.5em) {
    h2 {
        font-size: 1.3rem;
    }
}
h3 {
    font-size: 1.3rem;
    line-height: 125%;
}
@media (max-width: 37.5em) {
    h3 {
        font-size: 1.1rem;
    }
}
.virtual {
    height: 500px;
    width: 100%;
}
.form--grey {
    background: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px;
}
.form__title {
    border-bottom: 1px solid #eb4823;
    color: #eb4823;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
@media (max-width: 37.5em) {
    .form__title {
        font-size: 1.3rem;
        font-weight: 700;
    }
}
.form__subtitle {
    margin-bottom: 10px;
}
.form__block {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.form__item {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.form__item--1-2 {
    float: right;
    width: 48%;
}
.form__item--1-2:first-child {
    float: left;
}
.form__item--1-3 {
    float: left;
    padding-right: 2%;
    width: 33.333%;
}
.form__item--2-3 {
    float: right;
    width: 64%;
}
.form__item--inline {
    border-bottom: 1px solid #cacaca;
    max-width: 600px;
    overflow: hidden;
    padding-bottom: 10px;
}
@media (max-width: 37.5em) {
    .form__item {
        float: none !important;
        width: 100% !important;
    }
}
.form__label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.form__item--inline .form__label {
    float: left;
    margin-top: 8px;
    padding-right: 15px;
    text-align: right;
    width: 30%;
}
@media (max-width: 37.5em) {
    .form__item--inline .form__label {
        float: none;
        margin-top: 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }
}
.form__field {
    background-color: #fff;
    border: 1px solid #5d5d5d;
    border-radius: 5px;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
    padding: 15px;
    transition: all 0.2s ease-in;
    width: 100%;
}
.form__field:focus {
    border-color: #eb4823;
}
.form__field:disabled {
    background: #ebe8e8 !important;
}
.form__field.is-error {
    border-color: #e62117;
}
.form__field--textarea {
    min-height: 200px;
    resize: vertical;
}
.form__field--date {
    cursor: pointer;
    padding-left: 35px;
}
.form__field--min {
    width: 100px;
}
.form__field--icon {
    padding-left: 35px;
}
.form__field-error {
    color: #e62117;
    display: block;
    margin-top: 5px;
}
.form__item--inline .form__field {
    float: left;
    width: 70%;
}
@media (max-width: 37.5em) {
    .form__item--inline .form__field {
        float: none;
        width: 100%;
    }
}
.form__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 24px;
    left: 7px;
    position: absolute;
    top: 47px;
    width: 24px;
}
.form__icon--dest {
    background-image: url(../img/icons/destination.png);
}
.form__icon--date {
    background-image: url(../img/icons/days.png);
}
.form__icon--flight {
    background-image: url(../img/icons/airplane.png);
}
.form__icon--pax {
    background-image: url(../img/icons/person.png);
}
.form__checkbox input {
    float: left;
    margin-right: 10px;
}
.form__checkbox span {
    float: left;
    max-width: 90%;
}
.form__radios label {
    border: 1px solid #cacaca;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    padding: 10px 20px;
}
.form__radios label:hover {
    background-color: #fff;
    border-color: #eb4823;
}
.form__radios label.is-active {
    background-color: #eb4823;
    border-color: #eb4823;
    color: #fff;
}
.form__radios input {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.form__radios span {
    float: left;
}
.form__note {
    display: block;
    font-style: italic;
    margin: 10px 0;
}
.form__error {
    color: #e62117;
}
.form__error,
.form__success {
    display: block;
    margin-top: 10px;
}
.form__success {
    color: #238619;
}
.tabs__items {
    padding: 0 15px;
}
@media (max-width: 37.5em) {
    .tabs__items {
        padding: 0;
    }
}
.tabs__item {
    border: 1px solid #cacaca;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    padding: 9px 25px;
}
@media (max-width: 37.5em) {
    .tabs__item {
        padding: 7px 10px;
    }
}
.tabs__item--red {
    border-color: #e62117;
    color: #e62117 !important;
}
.tabs__item:hover {
    color: #eb4823;
}
.tabs__item.is-active {
    background: #fff;
    border-color: #eb4823;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    border-top: 3px solid #eb4823;
    color: #eb4823;
    margin-top: -3px;
    padding-bottom: 20px;
    position: relative;
    top: 1px;
}
.tabs__item:last-child {
    margin-right: 0;
}
.tabs__content {
    background-color: #fff;
    border-top: 1px solid #eb4823;
    display: none;
    padding: 30px 0;
}
.tabs__content.is-active {
    display: block;
}
.tabs__content-block {
    border: 1px solid #cacaca;
    margin-bottom: 25px;
    padding: 15px;
}
.tabs__content-block h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.tabs__content-media img {
    display: inline-block;
    width: 100%;
}
.button {
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    line-height: 150%;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.button--cta,
.button:hover {
    text-decoration: none;
}
.button--cta {
    background-color: #eb4823;
    border: 1px solid #eb4823;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
}
.button--cta:hover {
    background-color: #fff;
    color: #eb4823;
}
@media (max-width: 37.5em) {
    .button--cta {
        display: block;
        padding: 15px 5px;
        text-align: center;
        width: 100%;
    }
}
.button--outline {
    background-color: #fff;
    border: 1px solid #eb4823;
    color: #eb4823;
    text-decoration: none;
}
.button--outline:hover,
.button--primary {
    background-color: #eb4823;
    color: #fff;
}
.button--primary {
    border: 1px solid #eb4823;
    text-decoration: none;
}
.button--primary:hover {
    background-color: #fff;
    color: #eb4823;
}
.button--red {
    background-color: #e62117;
    border: 1px solid #e62117;
    color: #fff;
    text-decoration: none;
}
.button--red:hover {
    background-color: #fff;
    color: #e62117;
}
.breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}
@media (max-width: 37.5em) {
    .breadcrumb {
        font-size: 13px;
    }
}
.breadcrumb__sep {
    display: block;
    padding: 0 10px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
@media (max-width: 37.5em) {
    .breadcrumb a {
        font-size: 13px;
    }
}
.breadcrumb__link {
    color: #eb4823 !important;
}
.stars {
    background-image: url(../img/icons/stars.png);
    background-position: 0 -200px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 95px;
}
.stars--1 {
    background-position: 0 -160px;
}
.stars--2 {
    background-position: 0 -120px;
}
.stars--3 {
    background-position: 0 -80px;
}
.stars--4 {
    background-position: 0 -40px;
}
.stars--5 {
    background-position: 0 0;
}
.flag {
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 20px;
}
.flag--es {
    background-position: 0 0;
}
.flag--en {
    background-position: 0 -32px;
}
.flag--de {
    background-position: 0 -65px;
}
.flag--fr {
    background-position: 0 -99px;
}
.flag--it {
    background-position: 0 -132px;
}
.loader {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    visibility: hidden;
    z-index: 99999;
}
.loader.is-active {
    opacity: 1;
    visibility: visible;
}
.loader__spinner {
    animation: load8 1.1s linear infinite;
    border: 1.1em solid hsla(0, 0%, 100%, 0.5);
    border-left-color: #eb4823;
    border-radius: 50%;
    font-size: 10px;
    height: 10em;
    left: 50%;
    margin: -5em 0 0 -5em;
    position: absolute;
    position: relative;
    text-indent: -9999em;
    top: 50%;
    transform: translateZ(0);
    width: 10em;
}
.loader__spinner:after {
    border-radius: 50%;
    height: 10em;
    width: 10em;
}
@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.modal {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}
.modal.is-active {
    opacity: 1;
    visibility: visible;
}
.modal__title {
    border-bottom: 1px solid #eb4823;
    color: #eb4823;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}
.modal__content {
    background-color: #fff;
    left: 15%;
    padding: 20px;
    position: absolute;
    top: 100px;
    width: 70%;
}
.modal__content--auto {
    left: 50%;
    max-width: 70%;
    transform: translate(-50%);
    width: auto;
}
.modal__close {
    background-color: #fff;
    background-image: url(../img/icons/close.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 20px;
    text-indent: -99999px;
    top: 20px;
    width: 24px;
    z-index: 99;
}
.picker {
    border-bottom: 1px solid #cacaca;
}
.picker--opened {
    opacity: 1 !important;
    visibility: visible !important;
}
.picker:focus {
    outline: none !important;
}
.picker__header {
    background-color: #eaeaea;
    font-weight: 700;
    padding: 10px;
    position: relative;
    text-align: center;
}
.picker__nav--next,
.picker__nav--prev {
    background-image: url(../img/icons/arrows_brand.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 33px;
    position: absolute;
    top: 7px;
    width: 33px;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
    background-image: url(../img/icons/arrows_text.png);
}
.picker__nav--disabled {
    background-image: none !important;
    cursor: default !important;
}
.picker__nav--prev {
    background-position: 0 -41px;
    left: 7px;
}
.picker__nav--next {
    background-position: 0 0;
    right: 7px;
}
.picker__month {
    margin-right: 15px;
}
.picker__month,
.picker__year {
    display: inline;
    font-size: 1.1rem;
    margin-top: 2px;
    text-transform: uppercase;
}
.picker__table {
    width: 100%;
}
.picker__table td,
.picker__weekday {
    text-align: center;
    width: 14.2857142857%;
}
.picker__weekday {
    background-color: #eaeaea;
    font-size: 13px;
    padding: 10px 0;
    text-transform: uppercase;
}
.picker__day {
    display: inline-block;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    width: 41px;
}
.picker__day--disabled {
    background-color: #fff !important;
    color: #b5aeae !important;
    cursor: default !important;
    font-style: italic;
    text-decoration: line-through;
}
.picker__day--outfocus {
    color: #eaeaea;
}
.picker__day--infocus {
    cursor: pointer;
}
.picker__day--infocus:hover {
    background-color: #eaeaea;
}
.picker__day--highlighted {
    background-color: #eb4823;
    color: #fff;
    font-weight: 700;
}
.picker__day--highlighted:hover {
    background-color: #eb4823;
}
.picker__footer {
    display: none;
}
.calendar {
    background-color: #fff;
    border: 1px solid #eb4823;
    border-top-color: #cacaca;
    opacity: 0;
    position: absolute;
    top: 89px;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 37.5em) {
    .grid {
        margin: 0 -15px;
    }
}
.grid-1 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-1 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-1 {
        margin-bottom: 0;
        width: 8.3333333333%;
    }
}
.grid-2 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-2 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-2 {
        margin-bottom: 0;
        width: 16.6666666667%;
    }
}
.grid-3 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-3 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-3 {
        margin-bottom: 0;
        width: 25%;
    }
}
.grid-4 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-4 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-4 {
        margin-bottom: 0;
        width: 33.3333333333%;
    }
}
.grid-5 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-5 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-5 {
        margin-bottom: 0;
        width: 41.6666666667%;
    }
}
.grid-6 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-6 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-6 {
        margin-bottom: 0;
        width: 50%;
    }
}
.grid-7 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-7 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-7 {
        margin-bottom: 0;
        width: 58.3333333333%;
    }
}
.grid-8 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-8 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-8 {
        margin-bottom: 0;
        width: 66.6666666667%;
    }
}
.grid-9 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-9 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-9 {
        margin-bottom: 0;
        width: 75%;
    }
}
.grid-10 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-10 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-10 {
        margin-bottom: 0;
        width: 83.3333333333%;
    }
}
.grid-11 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-11 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-11 {
        margin-bottom: 0;
        width: 91.6666666667%;
    }
}
.grid-12 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-12 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-12 {
        margin-bottom: 0;
        width: 100%;
    }
}
.transfer__banner {
    background-color: #eaeaea;
    background-image: url(../img/transfers-lanzarote.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.transfer__main {
    background-color: #eaeaea;
    padding: 50px 0;
}
.transfer__book {
    float: left;
    padding: 0 2%;
    width: 70%;
}
@media (max-width: 37.5em) {
    .transfer__book {
        float: none;
        width: 100%;
    }
}
.transfer__right {
    float: right;
    padding-left: 2%;
    width: 30%;
}
@media (max-width: 37.5em) {
    .transfer__right {
        float: none;
        margin-top: 10px;
        padding: 0;
        width: 100%;
    }
}
.transfer__types-item {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: block;
    margin-bottom: 30px;
    padding: 1.5rem 1.25rem 1.5rem 6rem;
    position: relative;
    width: 100%;
}
.transfer__types-item:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 40px;
    left: 5px;
    position: absolute;
    top: 1.5rem;
    width: 83px;
}
.transfer__types-item--a-h:before {
    background-image: url(../img/airport-hotel.png);
}
.transfer__types-item--h-a:before {
    background-image: url(../img/hotel-airport.png);
}
.transfer__types-item--i-v:before {
    background-image: url(../img/airport-hotel-airport.png);
}
.transfer__types-det {
    float: left;
    width: 60%;
}
@media (max-width: 37.5em) {
    .transfer__types-det {
        float: none;
        width: 100%;
    }
}
.transfer__types-det h2 {
    font-size: 19px;
    font-weight: 700;
}
.transfer__types-det p {
    font-size: 13px;
}
.transfer__types-btn {
    float: left;
    padding-left: 2%;
    width: 40%;
}
@media (max-width: 37.5em) {
    .transfer__types-btn {
        float: none;
        margin-top: 10px;
        padding: 0;
        width: 100%;
    }
}
.transfer__types-btn button {
    display: block;
    text-align: center;
    width: 100%;
}
.transfer__form {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: none;
    margin-bottom: 25px;
    padding: 20px;
}
.transfer__form-back {
    display: block;
    margin-bottom: 15px;
}
.transfer__form-back button {
    background-color: #fff;
    background-image: url(../img/icons/arrow_left.png);
    background-position: -7px;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    color: #eb4823;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 0 15px;
}
.transfer__form-back button:hover {
    text-decoration: underline;
}
.transfer__form-add {
    display: block;
    margin-bottom: 15px;
}
.transfer__form-add button {
    background-color: #fff;
    background-image: url(../img/icons/plus_circle.png);
    background-position: 0;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    color: #eb4823;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 0 25px;
}
.transfer__form-add button:hover {
    text-decoration: underline;
}
.transfer__form-item {
    float: left;
    padding-right: 15px;
}
.transfer__form-item--dest {
    width: 40%;
}
.transfer__form-item--pax {
    width: 15%;
}
.transfer__form-item--dates {
    width: 25%;
}
.transfer__form-item--btn {
    width: 20%;
}
.transfer__form-dates,
.transfer__form-route {
    background-color: #fff;
    border: 1px solid #5d5d5d;
    padding: 5px 0;
}
.transfer__form-field {
    background-color: #fff;
    background-image: url(../img/icons/transfers_icons.png);
    background-repeat: no-repeat;
    border: 1px solid #5d5d5d;
    display: block;
    padding: 15px 15px 15px 30px;
    width: 100%;
}
.transfer__form-field--pax {
    background-position: 5px -100px;
}
.transfer__form-field--origin {
    background-image: none;
    border: none;
    float: left;
    padding: 10px 15px;
    width: 47%;
}
.transfer__form-field--sep {
    background-image: url(../img/icons/transfers_icons.png);
    background-position: center -155px;
    background-repeat: no-repeat;
    border: none;
    float: left;
    height: 35px;
    width: 6%;
}
.transfer__form-field--dest {
    background-image: none;
    border: none;
    float: left;
    padding: 10px 15px;
    width: 47%;
}
.transfer__form-field--arrival {
    background-position: 5px 5px;
    border: none;
    border-right: 1px solid #cacaca;
    cursor: pointer;
    float: left;
    padding: 10px 15px 10px 30px;
    text-align: center;
    width: 48%;
}
.transfer__form-field--depart {
    background-position: right 5px top 5px;
    border: none;
    cursor: pointer;
    float: right;
    padding: 10px 30px 10px 15px;
    text-align: center;
    width: 48%;
}
.transfer__form-label {
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}
.transfer__form-btn {
    display: block;
    text-align: center;
    width: 100%;
}
.transfer__price {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 15px;
    text-align: right;
}
.transfer__price-txt {
    float: left;
}
.transfer__price-total {
    color: #eb4823;
    float: right;
    font-weight: 700;
}
@media (max-width: 37.5em) {
    .transfer__price {
        bottom: 0;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
        left: 0;
        margin: 0;
        padding: 25px 15px;
        position: fixed;
        text-align: left;
        width: 100%;
        z-index: 9999;
    }
    .transfer__price-txt {
        float: left;
        font-size: 1.5rem;
        margin: 0;
    }
    .transfer__price-total {
        color: #eb4823;
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
    }
}
.transfer__adv {
    margin-bottom: 25px;
}
.transfer__adv li {
    background-image: url(../img/icons/check.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #238619;
    display: block;
    padding: 0 0 15px 30px;
}
.transfer__text {
    padding-top: 50px;
}
.transfer__text-header h2 {
    margin-bottom: 25px;
}
.transfer__text-header p {
    margin-bottom: 10px;
}
.transfer__dest {
    background-color: #eaeaea;
    padding: 50px 0;
}
.transfer__dest-list {
    margin: 0 -15px;
}
@media (max-width: 37.5em) {
    .transfer__dest-list {
        margin: 0;
    }
}
.transfer__dest-item {
    float: left;
    padding: 0 15px 30px;
    width: 50%;
}
@media (max-width: 37.5em) {
    .transfer__dest-item {
        float: none;
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }
}
.transfer__dest-cont {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.transfer__dest-name {
    float: left;
    width: 70%;
}
.transfer__dest-price {
    float: right;
    max-width: 70%;
    text-align: right;
}
.transfer__dest-price-txt {
    font-size: 12px;
}
.transfer__dest-price-amount {
    color: #eb4823;
    font-size: 19px;
    font-weight: 700;
}