.highlights .big_box:before,
.highlights figure:before {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2e4c6c', GradientType=0)
}

@-webkit-keyframes fade_in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade_in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: icons;
    src: url(fonts/icons.eot?y1djfvr2);
    src: url(fonts/icons.eot?#iefixydjfvr2) format('embedded-opentype'),
    url(fonts/icons.woff?ydjfvr2) format('woff'),
    url(fonts/icons.ttf?ydjfvr2) format('truetype'),
    url(fonts/icons.svg?ydjfvr2#icons) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pt_sansregular;
    src: url(fonts/pts55f-webfont.eot);
    src: url(fonts/pts55f-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/pts55f-webfont.woff2) format('woff2'),
    url(fonts/pts55f-webfont.woff) format('woff'),
    url(fonts/pts55f-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pt_sansitalic;
    src: url(fonts/pts56f-webfont.eot);
    src: url(fonts/pts56f-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/pts56f-webfont.woff2) format('woff2'),
    url(fonts/pts56f-webfont.woff) format('woff'),
    url(fonts/pts56f-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pt_sansbold;
    src: url(fonts/pts75f-webfont.eot);
    src: url(fonts/pts75f-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/pts75f-webfont.woff2) format('woff2'),
    url(fonts/pts75f-webfont.woff) format('woff'),
    url(fonts/pts75f-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pt_sansbold_italic;
    src: url(fonts/pts76f-webfont.eot);
    src: url(fonts/pts76f-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/pts76f-webfont.woff2) format('woff2'),
    url(fonts/pts76f-webfont.woff) format('woff'),
    url(fonts/pts76f-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

a,
body,
button,
div,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
input,
label,
legend,
li,
option,
p,
select,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    text-decoration: none
}

ul li {
    list-style: none
}

a,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    left: -9999px
}

select {
    width: 100%;
    height: 30px;
    border: 1px solid #bdbfc0;
    background: #fff;
}

select.opened {
    height: auto;
}
select.opened option {
    height: 30px;
    line-height: 30px;
}
.error_404,
header {
    position: relative
}

body,
html {
    height: 100%
}

body {
    background: #fff;
    font-family: pt_sansregular;
    font-size: 1em
}

.main_wrapper>.wrapper {
    margin-top: 40px
}

.main_wrapper>.home_page.wrapper {
    width: 100%
}

.aligned-wrapper {
    text-align: right;
}

.error_404 {
    margin: 50px auto -50px;
    max-width: 1240px
}

.error_404 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1366px;
    height: auto
}

.error_404 .text_wrapper {
    margin: 0 10px;
    max-width: 580px
}

.error_404 .text_wrapper h3 {
    font-family: pt_sansbold;
    font-size: 20px;
    color: #000
}

.error_404 .text_wrapper p {
    margin-bottom: 10px
}

.error_404 .text_wrapper a {
    color: #699bcd
}

.error-msg {
    padding: 20px 0;
    border: 1px solid #bdbfc0;
    background: #f0caca;
    text-align: center;
}

header {
    height: 54px;
    border-bottom: 1px solid #bdbfc0
}

header .logo {
    float: left;
    padding: 9px 0 6px 10px
}

header .logo img {
    width: 152px;
    height: 36px
}

header .phone-heading {
    position: relative; 
    display: inline-block;
    margin-right: 20px;
    padding-top: 17px;
}
    header .phone-heading span {
        font-family: icons;
    }
    header .phone-heading a {
        font-family: pt_sansbold;
        color:#646464;
    }

header .menu_trigger {
    position: relative;
    display: inline-block;
    float: right;
    padding: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: #1c4e84
}

header .menu_trigger .line {
    display: block;
    width: 26px;
    height: 4px;
    border: 0;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

header .menu_trigger .line+.line {
    margin-top: 5px
}

header .menu_trigger.opened .line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px)
}

header .menu_trigger.opened .line:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px)
}

header .menu_trigger.opened .line:nth-child(3) {
    opacity: 0
}

header .nav {
    display: none;
    position: absolute;
    top: 55px;
    width: 100%;
    border-bottom: 3px solid #bdbfc0;
    z-index: 3;
    background: #f7f7f7
}

header .nav li {
    display: block;
    border-bottom: 1px solid #bdbfc0
}

header .nav li a {
    display: block;
    padding: 13px 9px;
    height: 14px;
    text-transform: uppercase;
    font-size: .875em;
    color: #444
}

header .nav .wrapper>li.active>a,
header .nav .wrapper>li.active>a:active,
header .nav .wrapper>li.active>a:focus {
    color: #fff;
    background: #699bcd
}

header .nav li.has_subnav {
    position: relative
}

header .nav li.has_subnav:after {
    content: '\e600';
    position: absolute;
    top: 17px;
    right: 10px;
    font-family: icons;
    font-size: .188em;
    color: #bdbfc0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out

}

header .nav li.has_subnav.active:after {
    top: 14px;
    color: #fff;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header .nav .wrapper>li>.subnav {
    display: none
}

header .nav li.active>.subnav {
    display: block;
    box-sizing: border-box
}

header .nav li>.subnav ul>li:first-of-type {
    border-top: 1px solid #bdbfc0
}

header .nav li>.subnav ul>li:last-of-type {
    border: 0
}

header .nav .wrapper>li:hover>.subnav ul>li>a,
header .nav .wrapper>li>.subnav ul>li a {
    background: #fff
}

header .nav li>.subnav ul>li>a.active,
header .nav li>.subnav ul>li>a:hover {
    position: relative
}

header .nav li>.subnav ul>li>a:after {
    content: 'line';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 40px;
    background: #699bcd;
    font-size: 0;
    text-indent: -9999px
}

header .nav li>.subnav .content {
    display: none
}

.nav .brands {
    width: 300px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.nav .brands li {
    display: inline-block;
    margin: 0 3px;
    width: -webkit-calc(100%/5 - 10px);
    width: calc(100%/5 - 10px);
    border: 0
}

.nav .brands li img {
    max-width: 100%
}

header .wrapper>.brands {
    display: none;
    float: right;
    clear: right;
    margin: 5px 0;
    max-height: 35px;
    max-width: 223px;
    width: 170px;
    text-align: right
}

.our_fleet,
.select_options,
footer {
    clear: both
}

.brands li img,
footer .logos_list a img {
    max-width: 100%
}

header .wrapper>.brands li {
    display: inline-block;
    width: -webkit-calc(100%/4 - 6px);
    width: calc(100%/4 - 6px);
    vertical-align: middle;
}

.brands li+li+li {

    margin-left: 5px
}

.wrapper .deals-wrapper .details {
    display: block;
    margin-top: 30px;
    background: #699bcd;
    border-bottom: 5px solid #1c4e84;
    color: #fff;
    padding: 8px;
    font-size: .86em;
    text-align: center;
    text-transform: uppercase
}

.wrapper .deals-wrapper .details:after,
.wrapper .deals-wrapper .details:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    margin-top: 0
}

.wrapper .details {
    position: relative;
    margin-top: 32px;
    display: inline-block;
    padding: 9px 24px;
    height: auto;
    text-transform: none;
    font-size: .688em;
    color: #fff;
    background: #699bcd;
    border-bottom: 3px solid #49719d
}

.wrapper .details:after,
.wrapper .details:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top: 16px solid transparent;
    border-bottom: 17px solid transparent
}

.wrapper .details:after {
    border-left: 10px solid #699bcd;
    margin-top: -16px
}

.wrapper .details:before {
    border-left: 10px solid #49719d;
    margin-top: -14px
}

.wrapper .details:hover {
    background: #5083b7
}

.wrapper .details:hover:after {
    border-left-color: #5083b7
}

header .nav .header_links {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #bdbfc0
}

header .nav .header_links li {
    float: left;
    width: 33%;
    border-right: 1px solid #bdbfc0;
    background: #f7f7f7;
    text-align: center;
    box-sizing: border-box
}

header .nav .header_links>li:first-of-type {
    display: none
}

header .nav .header_links>li:nth-of-type(2),
header .nav .header_links>li:nth-of-type(4) {
    border-bottom: 0
}

header .nav .header_links li:last-of-type {
    border: 0
}

header .nav .header_links li a {
    display: inline-block;
    color: #646464;
    padding: 13px 10px
}

header .header_links li a.icon-youtube {
    font-size: 17px
}

header .nav .header_links a:hover {
    color: #1c4e84
}

header .nav .header_links li span {
    font-family: icons
}

header .nav .header_links li+li a {
    color: #909090
}

header .nav .header_links li+li+li a {
    text-transform: none;
    padding: 13px 9px
}

header .nav .header_links .lang {
    overflow: hidden;
    padding-left: 20px
}

header .nav .header_links .lang li {
    display: inline-block;
    text-align: center;
    background: #f7f7f7;
    border: 0
}

header .nav .header_links .lang li a {
    text-transform: uppercase
}

header .nav .header_links .lang li.active a {
    color: #1c4e84
}

footer {
    margin-top: 50px;
    background: #373737
}

footer .titles {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

footer .titles .wrapper {
    margin-right: -5px;
    position: relative;
    font-size: 0
}

footer .titles .wrapper>li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center
}

footer .titles .wrapper>li:nth-of-type(2n+1)>a {
    border-right: 1px solid #626262
}

footer .titles .wrapper>li>a {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    background: #444
}

footer .titles .wrapper>li+li+li>a {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

footer .footer_list {
    display: none;
    text-align: left;
    background: #373737
}

footer .footer_list:before {
    content: none
}

footer .footer_list.expanded:before {
    content: "line";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #999;
    font-size: 0;
    text-indent: -9999px
}

footer address {
    color: #999;
    font-size: .875em;
    padding: 5px 10px;
    font-style: normal;
    text-align: left
}

footer .titles .wrapper>li address+div a,
footer address a {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    color: #999
}


footer .footer_list li a,
footer .titles .wrapper>li address+div a {
    display: inline-block;
    padding: 5px 10px;
    font-size: .875em;
    color: #999;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear
}

footer .titles .wrapper>li address+div a {
    display: block;
    text-transform: none;
    text-align: left
}

.booking_forms .tabs a,
.title {
    text-transform: uppercase;
    cursor: pointer
}

footer address a:active,
footer address a:hover {
    color: #699bcd
}

footer address a[href^=tel]:active,
footer address a[href^=tel]:hover,
footer address a[href^=fax]:active,
footer address a[href^=fax]:hover {
    color: inherit
}

footer .footer_list li a:active,
footer .footer_list li a:hover,
footer .titles .wrapper>li address+div a:active,
footer .titles .wrapper>li address+div a:hover {
    padding-left: 20px;
    color: #699bcd
}

footer .list_wrapper .wrapper>ul {
    display: inline-block;
    padding-left: 10px;
    width: 47%
}

footer .logos_list {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px
}

footer .logos_list:first-of-type>a>img {
    height: 18px;
    width: 170px
}

footer .logos_list ul {
    width: 100%;
    margin-right: 10px;
    font-size: 0;
    text-align: left
}

footer .logos_list ul li {
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    max-width: 35px
}

footer .logos_list ul li a {
    display: block
}

footer .list_wrapper {
    padding-bottom: 50px
}

footer .copyrights {
    display: inline-block;
    float: left;
    margin-left: 10px
}

footer .copyrights span {
    display: block;
    float: right;
    margin-bottom: 10px;
    font-size: .688em;
    color: #999
}

.footer_line li,
.footer_line ul {
    display: inline-block
}

footer .copyrights a {
    float: left;
    clear: right
}

.footer_line {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
    margin-top: 15px;
    background: #1c4e84;
    z-index: 10
}

.footer_line li {

    padding: 10px 3px
}

.footer_line li a {
    font-family: pt_sansregular;
    font-size: .688em;
    color: #fff
}

.footer_line li span {
    font-family: icons;
    font-size: .75em;
    color: #fff
}

.footer_line .back_to_top {
    float: right;
    padding: 15px 12px;
    font-size: 0
}

.footer_line .back_to_top .icon {
    display: inline-block;
    font-family: icons;
    font-size: 12px;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main_carousel {
    height: 230px;
    overflow: hidden
}

.main_carousel a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 230px;
    width: 100%
}

.main_carousel .slide_text,
.owl-controls {
    display: none
}

.booking_forms {
    position: relative
}

.booking_forms .tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -40px;
    height: 40px;
    z-index: 2
}

.booking_forms .tabs a {
    float: left;
    padding: 10px 0;
    width: 50%;
    font-size: .875em;
    text-align: center;
    color: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: rgba(114, 160, 204, .9)
}

.booking_forms .tabs a.active {
    background: rgba(28, 78, 132, .9)
}

.booking_forms .tabs a+a {
    border-left: 0
}

.reservations_wrap {
    padding-bottom: 20px
}

.booking,
.modify {
    display: none;
    position: relative;
    padding: 20px 0;
    background: #e8e8e8;
    z-index: 2
}

.booking .wrap,
.modify .wrap {
    padding: 0 10px
}

.booking label:not(.checkboxes),
.modify label,
.reservations_wrap aside label,
.step_2 .new_customer label {
    display: block;
    margin-top: 15px;
    font-size: .875em;
    color: #444
}

.big .booking .wrap.options {
    margin-top: 4px;
}

.booking .wrap.options label {
    margin-top: 15px;
}

.booking .wrap:first-of-type,
.modify .wrap:first-of-type {
    margin-top: 0
}

.chosen-container {
    position: relative;
    width: 100%!important
}

.chosen-container .chosen-results {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    max-height: 240px
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-single,
.open {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: .875em;
    color: #575656;
    border: 1px solid #bdbfc0;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer
}

.chosen-container.chosen-container-active .chosen-single span {
    color: #699bcd
}

.chosen-container .chosen-single:after,
.open:after {
    content: "\e606";
    padding: 10px 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 12px;
    font-size: 6px;
    font-family: icons;
    border-left: 1px solid #bdbfc0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.step_3 .booking .date .chosen-container .chosen-single:after,
.step_3 .chosen-container .chosen-single:after,
.step_3 .chosen-drop {
    content: none
}

.chosen-with-drop.chosen-container .chosen-single:after,
.open.active:after {
    border-left: 0;
    border-right: 1px solid #bdbfc0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.chosen-drop {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #bdbfc0;
    border-top: 0;
    z-index: 2
}

.date .input_wrap:after,
.date input {
    border: 1px solid #bdbfc0;
    background: #fff
}

.step_3 .chosen-drop {
    display: none!important
}

.chosen-with-drop .chosen-drop {
    display: block
}

.chosen-search {
    display: none
}

.chosen-results li {
    padding: 5px 0;
    text-align: center;
    font-size: .875em;
    color: #575656;
    cursor: pointer
}

.chosen-results li.group-result,
.chosen-results li:hover {
    color: #699bcd
}

.date .input_wrap {
    float: left;
    position: relative;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    overflow: hidden;
    border-right: 1px solid #bdbfc0
}

.date .input_wrap:after {
    content: "\e603";
    position: absolute;
    top: 0;
    right: -1px;
    padding: 5px;
    font-family: icons;
    font-size: 18px;
    height: 18px;
    width: 18px;
    color: #999;
    -ms-pointer-events: none;
    pointer-events: none
}

.date input {
    padding: 6px 5px;
    font-size: .875em;
    height: 16px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    color: #575656;
}

.booking_forms.big .date input {
    letter-spacing: -1.5px
}

.booking .date .select_wrap {
    float: left;
    margin: 0 0 0 4px;
    width: 85px;
}

.booking .date .chosen-single {
    padding: 5px 20px;
}

.booking .date .chosen-container .chosen-single:after {
    content: '\e600';
    padding: 11px 7px;
    border: 0;
    height: 7px;
    width: 6px;
    color: #999;
    font-size: 4px
}

.booking .date .chosen-results li {
    border-bottom: 1px solid #bdbfc0
}

.booking .date .chosen-results li:last-of-type {
    border: 0
}

.info_box {
    padding: 5px 10px;
    margin: 15px 10px 10px;
    border: 1px solid #bdbfc0;
    background: #e3ecf6
}

.info_box.success {
    background: #bde5c5
}

.info_box.error {
    background: #f0caca
}

.booking .info_box p {
    color: #717171;
    font-size: .875em
}

.booking .info_box a {
    color: #699bcd
}

.booking .options {
    display: block;
    padding: 0;
}

.booking .options .active {
    display: inline-block;
}

.big .booking .wrap.options {
    padding: 0 10px;
}

.big .booking .wrap.driver_age select {
    width: auto;
}

.forgotten_pass,
.modify a,
.options>label {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    font-size: .75em;
    color: #888;
    cursor: pointer
}

.options>label:after {
    content: "+";
    display: inline-block;
    margin-left: 5px;
    line-height: 17px;
    font-size: 1.8em;
    color: #699bcd;
    vertical-align: top
}

.options>label.active:after {
    content: "-"
}

.options div {
    position: relative;
    display: none;
    width: 30%
}

.options div.active {
    display: inline-block;
}

.options div input {
    width: 96%;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #bdbfc0;
}

.options label {
    width: calc(100% /2 - 2px);
    padding: 0;
}

.options .input_wrap {
    width: calc(100% /2 - 3px);
}

.options div .checkboxes {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    font-size: .75em;
    color: #444
}

.options div .checkboxes:before,
.step_2 .modify .radio input+label:before,
.step_2 .new_customer .radio input+label:before {
    content: '.';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #bdbfc0;
    background: #fff;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer
}

.step_2 .modify .radio label,
.step_2 .new_customer .radio label {
    position: relative;
    padding-left: 20px
}

.step_2 .modify .radio label:after,
.step_2 .modify .radio label:before,
.step_2 .new_customer .radio label:after,
.step_2 .new_customer .radio label:before {
    border-radius: 50%
}

.options div input:checked+.checkboxes:after,
.step_2 .modify .radio input:checked+label:after,
.step_2 .new_customer .radio input:checked+label:after {
    content: "box";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #699bcd;
    font-size: 0;
    text-indent: -9999px
}

.inner.modify {
    display: block
}

.modify .logged_user_message {
    padding: 10px;
    font-size: 14px
}

.modify .logged_user_message a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #699bcd;
    font-size: 14px
}

.modify .logged_user_message a:after {
    content: none
}

.booking button,
.edit_profile .form_wrapper button,
.modify button {
    margin-top: 15px;
    width: 100%;
    height: 30px;
    border-bottom: 3px solid #42678e;
    background: #699bcd;
    font-size: .875em;
    color: #fff;
    cursor: pointer
}

.booking button:hover,
.modify button:hover {
    background: #5083b7
}

.modify button {
    margin: 15px 10px 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.modify input,
.step_2 .new_customer input {
    padding: 6px 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: .875em;
    color: #999;
    border: 1px solid #bdbfc0;
    background: #fff
}

.modify a {
    position: relative;
    margin: 15px 10px 0
}

.forgotten_pass:after,
.modify a:after {
    content: "\e60e \e60e";
    position: absolute;
    top: 30%;
    right: 0;
    font-size: .625em;
    font-family: icons;
    color: #699bcd
}

.forgotten_pass:after {
    right: -15px
}

.ui-datepicker.ui-widget {
    padding: 0;
    width: 260px;
    border: 1px solid #bdbfc0;
    background: #fff
}

.ui-datepicker-header {
    padding: 0;
    color: #fff;
    font-family: pt_sansbold;
    font-size: .875em;
    background: #699bcd
}

.ui-icon.ui-icon-circle-triangle-e,
.ui-icon.ui-icon-circle-triangle-w {
    font-family: icons;
    text-indent: 0;
    cursor: pointer
}

.ui-datepicker.ui-widget table {
    margin: 0 10px 10px;
    width: 92%;
    border-collapse: collapse
}

.ui-datepicker.ui-widget th {
    padding: 5px 0;
    font-family: pt_sansbold;
    font-size: .75em;
    color: #575656
}

.ui-datepicker.ui-widget td {
    padding: 0;
    font-size: .75em;
    color: #575656;
    border: 1px solid #bdbfc0
}

.ui-datepicker.ui-widget td.ui-state-disabled {
    background-color: #EFEFEF
}

.ui-datepicker.ui-widget td.ui-state-highlight {
    background-color: rgba(28, 78, 132, .9)
}

.ui-datepicker.ui-widget td.ui-state-highlight a {
    color: #FFF
}

.ui-datepicker.ui-widget td a,
.ui-datepicker.ui-widget td span {
    text-align: center;
    padding: 5px 0;
    color: #575656
}

.ui-datepicker.ui-widget td:hover a,
.ui-datepicker.ui-widget td:hover span {
    background: #699bcd;
    color: #fff
}

.reservations_wrap .button {
    width: 100%;
    margin-bottom: 10px
}

.reservations_wrap input[type=text] {
    padding: 6px 10px;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    font-size: .875em;
    color: #999;
    border: 1px solid #bdbfc0;
    background: #fff
}

.title {
    position: relative;
    margin: 20px 0;
    padding-bottom: 20px;
    text-align: center;
    font-family: pt_sansbold;
    font-size: 1.5em;
    border-bottom: 1px solid #bdbfc0
}

.title:after {
    content: '\e60a';
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -10px;
    height: 20px;
    width: 60px;
    text-align: center;
    font-family: icons;
    font-size: .5em;
    background: #fff;
    color: #33383d;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.opened.title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.highlights {
    padding: 0 4px
}

.highlights figure {
    position: relative;
    margin-bottom: 4px;
    overflow: hidden;
    height: 136px
}

.highlights figure:before {
    content: ".";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzNiNTc3NSIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjMyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjQxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjMmU0YzZjIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMmU0YzZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(59, 87, 117, .27) 60%, rgba(46, 76, 108, .32) 64%, rgba(46, 76, 108, .41) 71%, rgba(46, 76, 108, .48) 77%, rgba(46, 76, 108, .6) 82%, rgba(46, 76, 108, .75) 88%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(59, 87, 117, .27)), color-stop(64%, rgba(46, 76, 108, .32)), color-stop(71%, rgba(46, 76, 108, .41)), color-stop(77%, rgba(46, 76, 108, .48)), color-stop(82%, rgba(46, 76, 108, .6)), color-stop(88%, rgba(46, 76, 108, .75)), color-stop(99%, rgba(46, 76, 108, 1)), color-stop(100%, rgba(46, 76, 108, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(59, 87, 117, .27) 60%, rgba(46, 76, 108, .32) 64%, rgba(46, 76, 108, .41) 71%, rgba(46, 76, 108, .48) 77%, rgba(46, 76, 108, .6) 82%, rgba(46, 76, 108, .75) 88%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(59, 87, 117, .27) 60%, rgba(46, 76, 108, .32) 64%, rgba(46, 76, 108, .41) 71%, rgba(46, 76, 108, .48) 77%, rgba(46, 76, 108, .6) 82%, rgba(46, 76, 108, .75) 88%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(59, 87, 117, .27) 60%, rgba(46, 76, 108, .32) 64%, rgba(46, 76, 108, .41) 71%, rgba(46, 76, 108, .48) 77%, rgba(46, 76, 108, .6) 82%, rgba(46, 76, 108, .75) 88%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(59, 87, 117, .27) 60%, rgba(46, 76, 108, .32) 64%, rgba(46, 76, 108, .41) 71%, rgba(46, 76, 108, .48) 77%, rgba(46, 76, 108, .6) 82%, rgba(46, 76, 108, .75) 88%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    text-indent: -9999px;
    font-size: 0;
    z-index: 1
}

.highlights figure img {
    position: relative;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.highlights .big_box:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzU3NmY4OSIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzQwNWI3OCIgc3RvcC1vcGFjaXR5PSIwLjQxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjQ4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTRjNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(87, 111, 137, .27) 57%, rgba(64, 91, 120, .41) 65%, rgba(46, 76, 108, .45) 71%, rgba(46, 76, 108, .48) 75%, rgba(46, 76, 108, .62) 82%, rgba(46, 76, 108, .75) 89%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(57%, rgba(87, 111, 137, .27)), color-stop(65%, rgba(64, 91, 120, .41)), color-stop(71%, rgba(46, 76, 108, .45)), color-stop(75%, rgba(46, 76, 108, .48)), color-stop(82%, rgba(46, 76, 108, .62)), color-stop(89%, rgba(46, 76, 108, .75)), color-stop(99%, rgba(46, 76, 108, 1)), color-stop(100%, rgba(46, 76, 108, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(87, 111, 137, .27) 57%, rgba(64, 91, 120, .41) 65%, rgba(46, 76, 108, .45) 71%, rgba(46, 76, 108, .48) 75%, rgba(46, 76, 108, .62) 82%, rgba(46, 76, 108, .75) 89%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(87, 111, 137, .27) 57%, rgba(64, 91, 120, .41) 65%, rgba(46, 76, 108, .45) 71%, rgba(46, 76, 108, .48) 75%, rgba(46, 76, 108, .62) 82%, rgba(46, 76, 108, .75) 89%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(87, 111, 137, .27) 57%, rgba(64, 91, 120, .41) 65%, rgba(46, 76, 108, .45) 71%, rgba(46, 76, 108, .48) 75%, rgba(46, 76, 108, .62) 82%, rgba(46, 76, 108, .75) 89%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(87, 111, 137, .27) 57%, rgba(64, 91, 120, .41) 65%, rgba(46, 76, 108, .45) 71%, rgba(46, 76, 108, .48) 75%, rgba(46, 76, 108, .62) 82%, rgba(46, 76, 108, .75) 89%, rgba(46, 76, 108, 1) 99%, rgba(46, 76, 108, 1) 100%)
}

.highlights .big_box {
    width: 100%;
    height: 327px
}

.highlights figure figcaption {
    position: absolute;
    bottom: 0;
    -webkit-animation: fade_in .5s;
    animation: fade_in .5s;
    z-index: 2
}

.highlights figure figcaption a {
    display: block;
    font-size: 1.125em;
    color: #fff;
    z-index: 2;
    margin: 10px 20px 15px 40px
}

.highlights figure figcaption a:before {
    content: '\e601';
    color: #fff;
    font-family: icons;
    margin-left: -20px;
    padding-right: 10px
}

.highlights .more {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -82px;
    border: 1px solid #fff;
    border-right: 0;
    width: 154px;
    min-height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    z-index: 2
}

.highlights figure:hover .more {
    display: block
}

.highlights .more:after {
    content: "arrow";
    position: absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height: 39px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAnCAYAAAA/63kvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI0NDFBMUZGMjZFMTFFNDgyREY5MzQ0RUM0NDYwMzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI0NDFBMjBGMjZFMTFFNDgyREY5MzQ0RUM0NDYwMzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QjQ0MUExREYyNkUxMUU0ODJERjkzNDRFQzQ0NjAzMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QjQ0MUExRUYyNkUxMUU0ODJERjkzNDRFQzQ0NjAzMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLKetkAAAGASURBVHjalJbPK0RRFMfvTBbKlFJWs1YWBkuFlMRKiZqlJD+aBWU3C/lRNhYSagzRZGkrGyHJxk5GKX8AJVFKXpTyOXVe3YS551uf7nSnb+fcc+557yWiKLp1zuXhwBmUhBxsQMpqPIczWLAYE6Qqaz3cQB9ch0YUPcEsFL29IKNoF75gwpJqrAyc6voYGtHpOUuwYkk11iK0Q4/V+A5TUIBqi1F0qG3JhxbHVxquoBPuQiOK7vW82xLAYhRt6jnHLanGaoETXR9CIzotkvR23ZJqLJmcVhiwGqW3Yzq3taFn9FXUYo0knU1yhzssqcaahH35UWUwNcAwNFojrsIyvFgi9mvEwXgjxFijbZBr92np4xxcwrG/WSliM4zqPQ2eDvlvC+b9yx1izHm3JfgJkNap6Iay5ZlT0CEu/5XOb8XJas+y/1Xtp7EO1mAIPiyvgD14helKzfUj9kIXNFneVintmYzNm8W4BBdwFDoqkmqbVjBj/QbYgRl4thi/BRgAdmNVuU2TQMMAAAAASUVORK5CYII=) no-repeat;
    font-size: 0;
    text-indent: -9999px;
}

.accents div {
    padding: 20px;
    min-height: 160px;
    border: 1px solid #BDBFC0;
    background: #F7F7F7
}

.accents div h4 {
    border-bottom: 0;
    padding-top: 0;
    font-size: 1.125em
}

.accents div+div {
    margin: 10px 0 0
}

.counters {
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 0
}

.counters .overlay {
    padding: 20px 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 78, 132, .9)
}

.counters li {
    display: inline-block;
    padding: 20px 0;
    width: 50%;
    text-align: center;
    vertical-align: top
}

.banners a,
.counters li span,
.rich_text img {
    display: block
}

.banners a,
.banners a img {
    width: 100%
}

.counters li svg {
    max-width: 80%;
    margin-bottom: -20%
}

.counters li small {
    display: block;
    font-size: 14px;
}

.counters li .counter,
.counters li .text {
    font-family: pt_sansbold;
    font-size: 20px;
    color: #699bcd
}

.counters li .pictogram {
    margin: 5px 0;
    font-family: icons;
    font-size: 22px
}

.counters li .text {
    font-size: 14px;
    color: #fff
}

.banners {
    margin: 40px 0 0;
}

.rich_text {
    padding: 10px;
    font-size: .875em;
    color: #717171
}

.rich_text a {
    color: #699bcd
}

.rich_text p {
    padding: 5px 0
}

.rich_text b {
    font-family: pt_sansbold;
    font-weight: 400
}

.rich_text ul {
    padding: 20px 10px
}

.rich_text ul>li {
    padding: 5px 15px;
    position: relative;
    color: #717171
}

.rich_text ul>li:before {
    content: 'bullet';
    position: absolute;
    left: 0;
    top: 10px;
    height: 8px;
    width: 8px;
    background: #c3c3c3;
    font-size: 0;
    text-indent: -9999px
}

.rich_text img {
    margin-top: 10px;
    height: auto;
    max-width: 100%
}

.rich_text .table_wrap {
    width: 100%;
    overflow-x: auto
}

.rich_text table {
    margin: 10px 0;
    width: 100%;
    min-width: 100%;
    border-spacing: 0 10px
}

.rich_text table td,
.rich_text table th {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #bdbfc0
}

.rich_text table td+td,
.rich_text table th+th {
    border-left: 0
}

.rich_text table th {
    color: #fff;
    background: #aeaeae
}

.rich_text table td {
    color: #575656;
    min-width: 100px
}

.rich_text table td:nth-child(2n+1) {
    background: #f7f7f7
}

.rich_text ul.downloads {
    margin: 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C3C3C3
}

.rich_text ul.downloads>li {
    display: inline-block;
    padding: 0;
    margin-top: 15px;
    margin-right: 20px;
    vertical-align: middle
}

.rich_text ul.downloads>li:before {
    content: '\e907';
    display: inline-block;
    position: static;
    margin-right: 10px;
    margin-bottom: 3px;
    width: 20px;
    height: 17px;
    background: 0 0;
    font-family: icons;
    font-size: 20px;
    color: #444;
    vertical-align: middle;
    text-indent: 0
}

.content h2,
.content h3,
h1.line {
    font-family: pt_sansbold;
    text-transform: uppercase
}

.rich_text ul.downloads>li a {
    display: inline-block;
    font-size: 14px;
    color: #0E6385;
    font-weight: 700;
    vertical-align: middle
}

.content .car_types div input,
aside .side_menu {
    display: none
}

aside .booking_forms .tabs {
    margin: 0 auto
}

h1.line {
    position: relative;
    padding: 10px 10px 20px;
    font-size: 1.5em;
    color: #33383d;
    border-bottom: 1px solid #bdbfc0
}

#total_price_popup_info h5:after,
h1.line:after {
    content: "line";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #699bcd;
    text-indent: -9999px;
    font-size: 0
}

.content>p {
    margin-bottom: 20px;
    padding: 10px;
    font-size: .875em;
    color: #999
}

.content h2,
.content h3 {
    padding: 0 10px;
    font-size: 1.5em;
    color: #33383d
}

.content .car_types {
    margin-top: 10px;
    overflow: hidden
}

.content .car_types div {
    float: left;
    width: 33.33%;
    border-top: 1px solid #bdbfc0
}

.content .car_types div label {
    display: block;
    height: 62px;
    padding: 20px 10px;
    vertical-align: bottom;
    font-size: .75em;
    color: #bdbfc0;
    text-align: center;
    border: 1px solid transparent;
    border-top: 3px solid transparent;
    cursor: pointer;
    margin-top: -1px;
    z-index: 2
}

.content .car_types div input:checked+label {
    border: 1px solid #699bcd;
    border-top: 3px solid #699bcd;
    color: #699bcd
}

.content .car_types div input:checked+label span,
.content .car_types div label:hover span {
    color: #699bcd
}

.content .car_types div label span,
.detail_view .info li .manual,
.our_fleet .info .manual,
.top_wrap .manual {
    display: block;
    margin-bottom: 5px;
    font-family: icons;
    color: #bdbfc0;
    font-size: 2em
}

.car_type_filter .open {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 7px 10px;
    font-size: 1.125em;
    color: #717171;
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0
}

.car_type_filter .open:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 8px;
    width: 20px;
    font-size: 1.5em;
    background: #bdbfc0;
    line-height: 17px;
    text-align: center;
    color: #fff
}

.car_type_filter .open.active:after {
    content: "-";
    background: #699bcd;
    font-size: 1.5em;
    line-height: 20px
}

.car_type_filter .open.active+.filter {
    display: block
}

.car_type_filter > .clr_button {
    margin: 20px 10px 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 33px;
    font-size: .875em;
    color: #fff;
    border-bottom: 3px solid #5c6064;
    background: #a8a8a8;
    cursor: pointer
}

.filter button.clr_button {
    height: 33px;
    float: left;
    background: #a8a8a8;
    color: #fff;
    border-bottom: 3px solid #5c6064;
}

.filter button.clr_button:hover {
    background: #a8a8a8;
    color: #fff;
}

.car_type_filter .clr_button.blue,
.view_options {
    margin-right: 0;
    border-bottom: 3px solid #42678e;
    background: #f7f7f7;
    color: #699bcd;
}

.car_type_filter .clr_button.blue:hover {
    background: #f7f7f7;
    color: #699bcd;
}

.filter {
    display: none;
    padding: 20px 10px;
    background: #699bcd
}

.filter label {
    display: block;
    color: #fff;
    margin-bottom: 5px
}

.filter .options>label {
    margin-top: 15px;
    font-size: 1em
}

.filter .options div {
    display: inline-block;
    margin-top: 5px
}

.filter .options div label {
    color: #fff
}

.filter button,
.vehicles .clr_button,
.view_options {
    margin-top: 15px;
    width: 100%;
    height: 30px;
    border-bottom: 3px solid #42678e;
    background: #f7f7f7;
    font-size: .875em;
    color: #699bcd;
    cursor: pointer
}

.filter button:hover,
.vehicles .clr_button:hover {
    background: #fff
}

.view_options {
    display: block;
}

.vehicles .clr_button,
.view_options {
    display: block;
    margin-top: 24px;
    line-height: 33px;
    text-align: center
}

.car_list {
    margin-bottom: 40px
}

.popup_info p strong {
    color: #fff
}

.car_list>li {
    position: relative;
    margin-top: 35px
}

.car_list>li .wrap {
    margin-top: 1px;
    border-top: 1px solid #bdbfc0;
    font-size: 0;
    line-height: 0
}

.car_list>li .wrap * {
    font-size: 16px;
    line-height: 1
}

.car_list>li:hover .wrap {
    margin-top: 0;
    border-color: #699bcd;
    border-top: 2px solid #699bcd
}

h4 {
    padding: 10px;
    font-size: 1.25em;
    font-family: pt_sansbold;
    color: #5f5f5f
}

.car_list li h4 {
    padding: 10px 10px 0;
    text-transform: uppercase
}

.car_list li:hover h4 {
    color: #699bcd
}

.weekend_pack {
    float: right;
    margin: 10px 10px 0 5px;
    padding: 3px 5px;
    font-size: 12px !important;
    color: #fff;
    background: #D52B0A;
    vertical-align: top;
    text-transform: uppercase;
}

.car_list .weekend_pack {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
}

.car_list li img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.car_list .wrap {
    position: relative
}

.car_list .popup_info,
.popup_technical {
    display: none;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(105, 155, 205, .9);
    overflow: hidden;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 9999
}

.car_list .popup_info.visible,
.popup_technical.visible {
    display: block;
    padding: 10px 15px 0;
    color: #fff
}

.car_list .popup_info h5,
.popup_technical h5 {
    border-bottom: 0;
    font-size: 18px;
    color: #fff
}

.popup_technical h5 {
    font-size: 20px
}

.car_list .popup_info h6,
.popup_technical h6 {
    font-size: 14px
}

.car_list .popup_info ul,
.popup_technical ul {
    margin-bottom: 10px;
    padding-left: 15px
}

.car_list .popup_info ul li,
.characteristics .popup_technical.visible ul li {
    padding: 3px 0;
    list-style: disc;
    color: #fff
}

.characteristics .popup_technical.visible ul li:before {
    content: none
}

.car_list .popup_info p,
.car_list .popup_technical p {
    padding: 3px 0;
    margin-bottom: 10px
}

.car_list li .characteristics {
    display: none;
    padding: 15px 10px;
    font-size: 0;
    border-bottom: 1px solid #bdbfc0
}

.car_list li .characteristics>h5 {
    display: none
}

.car_list .open.active+.characteristics {
    display: block
}

.car_list li .characteristics ul {
    display: inline-block;
    vertical-align: top;
    width: 49%
}

.car_list li .characteristics ul li {
    position: relative;
    padding: 3px 0 3px 15px;
    font-size: 14px;
    color: #33383d
}

.special_offer .special_offer_icon {
    display: block;
    font-family: icons;
    padding-left: 0;
    font-size: 27px;
    color: #e39924
}

.car_list li .characteristics ul li:before,
.list>li:after {
    content: 'bullet';
    position: absolute;
    left: 0;
    top: 6px;
    height: 8px;
    width: 8px;
    background: #c3c3c3;
    font-size: 0;
    text-indent: -9999px
}

.car_list li .characteristics ul li span {
    color: #699bcd
}

.car_options {
    position: relative;
    padding: 20px 10px;
    background: #ebebeb
}

.technical_specification {
    display: inline-block;
    margin: 40px 3px 0 0;
    width: auto;
    font-family: pt_sansregular;
    font-size: 14px;
    cursor: pointer;
    color: #699bcd
}

.technical_specification .icon {
    font-family: icons;
    font-size: 20px;
    vertical-align: bottom;
    color: #1c4e84;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.special_offer .car_options {
    background: #faecd6
}

.car_options .label {
    margin: 15px 0 5px;
    font-size: 16px;
    text-align: center;
    font-size: 14px;
    font-family: pt_sansregular;
}

.car_options .normal-price .label {
    margin: 0 0 5px;
}

.car_options .standart-price {
    text-align: left;
}

.car_options span {
    display: block;
    font-family: pt_sansbold;
    font-size: 1.625em;
    color: #33383d;
    box-sizing: border-box
}

.car_options span.price {
    display: inline-block
}

.car_options .price span.info,
.deal_details li span.info,
.detail_view .info i.info-icon,
span.info {
    display: inline-block;
    text-align: left;
    font-style: normal;
    width: 20px;
    margin: 5px 4px 0 0;
    font-family: icons;
    font-size: 20px;
    color: #699bcd;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#total_price_popup_info h5 {
    position: relative;
    padding: 10px 0
}

.deal_details li span.info,
.deal_details span.info {
    margin: -8px 0 0 5px;
    float: none;
    vertical-align: middle
}

.button,
.car_options .book,
.car_options a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    background: #699bcd;
    color: #fff;
    border-bottom: 3px solid #446991
}

#total_price_popup_info ul.list {
    height: auto!important
}

.car_options a:first-of-type.book {
    height: 33px;
    margin: 0 auto;
    cursor: pointer;
    vertical-align: top
}

.car_options .price del {
    display: block;
    font-size: .675em
}

.button.gray {
    background: #a8a8a8;
    border-color: #5c6064
}


.special_offer .car_options .book {
    background: #e39924;
    border-color: #ba8133
}

.car_options a {
    width: 100%;
    margin-bottom: 0;
    padding: 4px 10px 5px;
    color: #868686;
    border: 1px solid #bdbfc0;
    border-bottom: 3px solid #bdbfc0;
    background: #f7f7f7
}

.special_offer .car_options a {
    border-color: #c9c0ae
}

.car_options .special_offer_price {
    width: 100%;
    overflow: hidden;
}

.car_options .special_offer_icon {
    float: right;
}

.car_options span.standart-price {
    display: none;
}

.car_options .special_offer_price del {
    float: right;
    margin-right: 10px;
}

.paging li:first-of-type,
.paging li:last-of-type,
.paging li:nth-of-type(2) {
    border-left: 1px solid #bdbfc0
}

.paging li,
.paging li:last-of-type,
.vehicles.options>li:last-child {
    border-right: 1px solid #bdbfc0
}

.detail_view .info,
.paging {
    border-top: 1px solid #bdbfc0
}

.detail_view .info,
.paging,
.select_options>ul>li,
h5 {
    border-bottom: 1px solid #bdbfc0
}

.paging {
    margin: 40px 0;
    height: 30px;
    text-align: center;
    font-size: 0
}

.paging li {
    display: inline-block;
    font-size: 14px;
}

.paging li:first-of-type,
.paging li:last-of-type {
    font-family: icons;
    text-align: center
}

.paging li:first-of-type {
    float: left
}

.paging li:last-of-type {
    float: right
}

.paging li.active,
.paging li:hover {
    background: #699bcd
}

.paging li a {
    display: block;
    padding: 7px 13px;
    width: 20px;
    height: 16px;
    color: #868686
}

.paging li:first-of-type a,
.paging li:last-of-type a {
    padding: 9px 0;
    width: 31px;
    height: 12px
}

.paging li.active a,
.paging li:hover a {
    color: #fff
}

h5 {
    padding: 10px 0;
    font-size: 1.125em;
    color: #646464;
    font-family: pt_sansbold
}

h5.form_heading {
    text-transform: uppercase;
    padding: 5px 0
}

.list {
    padding: 20px 10px
}

.list>li {
    padding: 5px 15px;
    position: relative;
    font-size: .875em;
    color: #999
}

.content .modify {
    display: block;
    background: #f7f7f7;
    border: 1px solid #bdbfc0
}

.steps {
    margin: 20px 0;
    display: table;
    width: 100%
}

.steps li {
    display: table-cell;
    width: 33.3%;
    height: 50px;
    text-align: center;
    border: 1px solid #bdbfc0;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle
}

.steps li+li {
    border-left: 0
}

.steps li.active {
    background: #699bcd
}

.steps li span {
    display: block;
    height: auto;
    text-transform: uppercase;
    color: #575656;
    font-size: .875em;
    vertical-align: middle
}

.steps li span.sign_out {
    color: #D93B14
}

.steps li.active span {
    color: #fff
}

h1.line span {
    display: block
}

h1.line span del {
    font-size: .675em
}

h1.line span.sipp {
    color: #699bcd;
    font-size: 20px;
    text-transform: uppercase;
}

.detail_view .img_wrap {
    position: relative;
    cursor: pointer
}

.detail_view .img_wrap.no_cursor {
    position: relative;
    cursor: default
}

.detail_view .img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.detail_view .img_wrap a {
    position: absolute;
    bottom: 5px;
    color: #88b0d7;
    font-size: 14px
}

.detail_view .img_wrap span {
    left: 20px;
    padding: 5px;
    width: 20px;
    height: 20px;
    font-family: icons;
    color: #88b0d7;
    font-size: 1.25em;
    vertical-align: sub
}

.detail_view .info {
    background: #f7f7f7
}

.detail_view .info ul {
    display: inline-block;
    height: auto!important;
    vertical-align: top;
    box-sizing: border-box
}

.detail_view .info li {
    padding: 10px 0 10px 5px;
    font-size: .875em;
    color: #33383d
}

.detail_view .info li span {
    color: #699bcd;
    margin-left: 5px
}

.detail_view .info li .icon {
    display: inline-block;
    min-width: 50px;
    font-family: icons;
    font-size: 1.75em;
    text-align: center;
    color: #bdbfc0;
    vertical-align: middle
}

.detail_view .info li .manual,
.top_wrap .manual {
    display: inline-block;
    font-size: .875em;
    text-align: center;
    padding: 0;
    margin: 0 11px 0 10px
}

.booking.inner {
    display: block;
    background: #fff
}
.booking.inner::after {
    content: ' '; display: table; clear: both;
}

.step_3 .select_options {
    padding-bottom: 40px
}

.deal_details h1,
.reservation_period h1,
.select_options h1,
.select_options h2 {
    float: left;
    padding: 10px 0;
    font-size: 1.25em;
    text-transform: uppercase;
    font-family: pt_sansbold;
    color: #646464
}

.deal_details h1 {
    margin: 0 0 20px
}


.our_fleet>span,
.select_options>span {
    float: right;
    padding: 10px;
    font-size: 1.125em;
    color: #646464
}


.our_fleet ul,
.select_options ul {
    clear: both;
    border-top: 1px solid #bdbfc0
}

.select_options>ul>li {
    position: relative;
    margin-top: 20px;
    margin-left: 10px
}

.select_options>ul>li>a.details {
    margin-top: 0
}

.select_options ul li img {
    float: left;
    margin-right: 5px;
    height: 105px;
    width: 105px;
    border: 1px solid #bdbfc0;
    border-bottom: 0
}

.select_options ul li h5 {
    padding: 0 0 5px;
    overflow: hidden;
    border: 0;
    max-width: 51%;
    line-height: 1;
}

.select_options ul li.in_promotion h5 a {
    color: #646464;
    vertical-align: middle
}

.select_options ul li.in_promotion h5 a:after {
    content: '%';
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: #699bcd;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    vertical-align: bottom
}

.select_options ul li.in_promotion h5 a:hover {
    color: #699bcd
}


.select_options ul li p {
    padding-top: 10px;
    line-height: 1;
}

.select_options ul li p,
.select_options ul li span {
    font-size: .875em;
    color: #646464;
}

.reservation_period h1 span,
.select_options ul li a {
    color: #699bcd
}

.select_options .chosen-container {
    position: absolute;
    top: 28px
}

.select_options .chosen-single {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 58px
}

.select_options select {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 5px;
    border: 1px solid #bdbfc0
}

.select_options .chosen-with-drop .chosen-drop {
    right: 10px;
    left: auto;
    width: 58px
}

.select_options .custom_checkbox {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px
}

.select_options .custom_checkbox input {
    position: absolute;
    border: 0;
    left: -9999px;
    width: 30px;
    height: 30px
}

.select_options .custom_checkbox label {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #bdbfc0;
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer
}

.button,
.content .button {
    width: 43%
}

.select_options .custom_checkbox input:checked+label {
    background: url(../images/icons/check.png) center center no-repeat #fff
}

.button {
    float: right;
    margin: 20px 10px 60px;
    padding: 8px 10px;
    font-size: 1em;
    min-height: 39px;
    cursor: pointer;
}

.select_options .details {
    padding: 5px 16px
}

.select_options .details:before {
    border-top-width: 14px;
    border-bottom-width: 14px;
    margin-top: -12px
}

.select_options .details:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    margin-top: -12px
}

/*.step_2 .new_customer,
.step_2>.modify {
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0
}*/

.deal_details h1,
.reservation_period h1 {
    float: none;
    border-bottom: 1px solid #bdbfc0
}

.deal_details fieldset>div {
    float: left;
    margin-right: 20px;
    width: 45%;
    box-sizing: border-box
}

.deal_details fieldset>div:nth-of-type(2n) {
    margin: 0
}

.deal_details fieldset .input_wrap {
    position: relative
}

.deal_details fieldset .input_wrap span {
    display: inline-block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: .875em;
    color: #717171;
    border: 1px solid #bdbfc0;
    background: #fff
}

.deal_details fieldset label,
.forgotten_pass label {
    display: block;
    margin-top: 15px;
    font-size: .875em;
    color: #444
}

.booking .input_wrap input,
.deal_details fieldset input,
.forgotten_pass input {
    padding: 6px 10px;
    font-size: .875em;
    width: -webkit-calc(100% - 37px);
    width: calc(100% - 37px);
    color: #999;
    border: 1px solid #bdbfc0;
    background: #fff;
    box-sizing: border-box
}

.forgotten_pass {
    padding: 0 10px
}

.forgotten_pass .button {
    margin: 20px 0 60px 15px;
    width: 47%
}

.forgotten_pass .button+.button {
    margin-left: 0
}

.step_2>.modify {
    display: block;
}

.step_2>.modify .form-title {
    padding: 0 10px;
}
.check label+label,
.step_2 .new_customer #new_customer+label,
.step_2 .new_customer label+label,
.step_2 .new_customer>label {
    display: inline-block
}

.step_2 .modify .radio>input,
.step_2 .new_customer .radio>input {
    position: absolute;
    left: -9999px
}

.check,
.news li,
.news li .image_wrap {
    position: relative
}

.step_2 .modify .radio>input+label,
.step_2 .new_customer .radio>input+label {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    color: #444;
    font-size: .875em;
    cursor: pointer
}

.step_2 .new_customer {
/*    margin-top: 20px;*/
    padding: 20px 10px 30px;
    background: #e3ecf6;
/*    margin-bottom: 35px;*/
}

.step_2 .new_customer #new_customer+label {
    margin-left: 0
}

.step_2 .new_customer .chosen-container {
    margin-bottom: 30px;
}

.check input {
    padding: 0;
}

.step_2 .new_customer .disabled {
    opacity: .5;
}

.check label {
    margin-top: 18px;
}

.check label+label {
    margin: 15px 0 0 5px;
}

.step_2 .new_customer .captcha {
    border: 1px solid #bdbfc0;
}

.step_2 .new_customer .captcha img {
    float: left;
    width: 50%;
    height: 28px
}

.step_2 .new_customer .captcha input {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    border: 0
}

.step_3 .chosen-single,
.step_3 .select_options ul li .chosen-single span {
    color: #699bcd
}

.step_3 .booking.inner {
    background: 0 0
}

.step_3 .detail_view .info {
    border-right: 0
}

.step_3 .detail_view .info ul {
    border: 0
}

.step_3 .line {
    background: #fff
}

.step_3 .deal_details li {
    padding: 5px;
    font-size: .875em;
    color: #444
}

.step_3 .deal_details li.total,
.step_3 .deal_details li.total span.value,
.step_3 .deal_details li.total span.value span {
    font-weight: 700;
    font-size: 16px
}

.step_3 .deal_details li.total {
    padding: 10px 5px
}

.step_3 .deal_details li span.value {
    float: right;
    color: #699bcd
}

.step_3 .deal_details li span.value>span {
    color: #717171
}

.step_3 .deal_details li small {
    display: block;
    margin-top: 15px;
    color: #888;
    font-size: 12px
}

.step_3 input[type=text] {
    color: #699bcd
}

.step_3 .button {
    margin-bottom: 0
}

.step_3 .button+.button+.button {
    margin-bottom: 60px
}

.step_3 .deposit_info {
    display: none
}

.step_3 .select_options>ul>li {
    margin-top: 20px
}

.step_3 .select_options ul li h5 {
    padding-bottom: 20px
}

.step_3 .select_options>ul>li>h5 {
    display: inline-block
}

.step_3 .select_options>ul>li>a.details {
    float: right;
    margin-right: 80px
}

.step_3 .select_options .chosen-container,
.step_3 .select_options .custom_checkbox {
    bottom: 20px
}

p.note {
    margin: 0 10px;
    padding: 10px;
    font-size: .875em;
    color: #999
}

.deals,
.deals li+li {
    margin-top: 40px
}

.deals {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.deals-wrapper {
    width: 100%;
    padding: 0 10px
}

.deals-wrapper .text-content {
    display: inline-block;
    padding: 15px
}

.deals li {
    overflow: hidden
}

.grid-background {
    padding-bottom: 1px;
    background: #f7f7f7
}

.deals li img {
    width: 100%;
    height: auto
}

.deals h5 {
    margin: 10px 0;
    padding: 10px 0 0;
    border: 0
}

.deals li p {
    min-height: 100px;
    font-size: .875em;
    color: #717171
}

.deals .details {
    margin: 20px 0
}

#map,
.news li {
    margin-top: 40px
}

#news-wrapper {
    width: 100%;
    padding: 0 10px
}

.content .news {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.news li {
    padding-bottom: 40px;
    min-height: 360px
}

.news .grid-background {
    padding-bottom: 1px;
    background: #f7f7f7
}

.news li+li {
    margin-top: 20px
}

.news li .image_wrap {
    width: 100%;
    font-size: 0
}

.news li img {
    width: 100%;
    height: 246px;
    o-object-fit: cover;
    object-fit: cover
}

.news li .image_wrap:after {
    content: ".";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
    height: 0;
    width: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #f7f7f7;
    font-size: 0;
    text-indent: -9999px
}

.news li h5 {
    padding: 10px 0;
    border: 0;
    font-size: 1em
}

.news_date {
    color: #699bcd;
    font-size: .75em
}

.news li p {
    display: none
}

.gallery_wrap li,
.news li a {
    display: block;
    margin-top: 30px
}

.news li a {
    background: #699bcd;
    border-bottom: 5px solid #1c4e84;
    color: #fff;
    padding: 8px;
    font-size: .86em;
    text-align: center;
    text-transform: uppercase
}

.news li a:hover {
    background: #5083b7
}

.news li a .icon {
    margin-right: 5px;
    font-family: icons;
    color: #699bcd
}

.gallery {
    position: relative;
    height: 215px;
    overflow: hidden;
    width: 100%
}

.gallery_wrap {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

.gallery_wrap ul {
    width: 100%;
    height: 100%
}

.gallery_wrap li {
    float: left;
    height: 160px;
    width: 223px;
    border-right: 1px solid #ccc;
    background-color: #fafafa;
    font-size: 14px
}

.gallery_wrap li+li {
    margin-left: 5px
}

.gallery .iScrollHorizontalScrollbar.iScrollLoneScrollbar {
    left: 0!important;
    right: 0!important;
    z-index: 2!important
}

.gallery .iScrollHorizontalScrollbar.iScrollLoneScrollbar:after {
    content: "line";
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    height: 1px;
    width: 100%;
    background: #bdbfc0;
    font-size: 0;
    text-indent: -9999px
}

.gallery .iScrollIndicator {
    width: 50px!important;
    height: 3px!important;
    background: #699bcd!important;
    border: none!important;
    z-index: 3
}

body .mfp-title {
    display: none
}

.contact_form {
    margin-bottom: 40px;
    padding: 0 10px
}

.contact_form fieldset>div {
    margin-top: 15px
}

.contact_form label {
    display: block;
    margin-bottom: 5px;
    font-size: .875em;
    color: #444
}

.contact_form input {
    padding: 6px 10px;
    font-size: .875em;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    color: #999;
    border: 1px solid #bdbfc0;
    background: #fff
}

.contact_form textarea {
    padding: 6px 10px;
    width: 93%;
    height: 66px;
    resize: none;
    border: 1px solid #bdbfc0
}

.contact_form .captcha_wrap {
    font-size: 0
}

.contact_form .captcha_wrap img {
    width: 50%;
    height: 30px
}

.contact_form .captcha_wrap input {
    width: 42%;
    font-size: 14px;
    border-left: 0;
    vertical-align: top
}

.contact_form button {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    border-bottom: 3px solid #42678e;
    background: #699bcd;
    font-size: .875em;
    color: #fff;
    cursor: pointer
}

.office li a,
.office li span {
    display: inline-block;
    vertical-align: middle
}

.accordeon li.active h2,
.office ul,
.vehicles.options li .top_wrap,
.vehicles.options>li {
    border-bottom: 1px solid #bdbfc0
}

.contact_form span {
    color: #699bcd;
    font-size: .875em
}

.contact_form span>span {
    color: #444
}

.office h2 {
    text-transform: uppercase;
    font-family: pt_sansbold;
    font-size: 1.25em;
    color: #699bcd
}

.office ul {
    margin: 10px 0 20px;
    border-top: 1px solid #bdbfc0
}

.office li {
    padding: 17px 10px;
    min-height: 40px
}

.office li span {
    margin-right: 5px;
    color: #575656
}

.office li .icon {
    float: left;
    margin-right: 10px;
    font-family: icons;
    font-size: 1.875em;
    color: #699bcd;
    width: 50px;
    text-align: center
}

.office li:last-child .icon {
    font-size: 1.5em
}

.office li a {
    color: #575656
}

.contact_us img {
    margin: 40px 0 20px;
    width: 100%
}

.car_list li p {
    color: #699bcd;
    font-size: 90%
}

.mobile-hidden span {
    font-weight: 700
}

.accordeon {
    margin-bottom: 40px
}

.accordeon li {
    margin-top: 20px;
    border: 1px solid #bdbfc0
}

.accordeon li+li {
    margin-top: 10px
}

.accordeon li h2 {
    position: relative;
    padding: 13px 13px 13px 50px;
    text-transform: uppercase;
    font-size: 1.125em;
    color: #33383d;
    background: #fff;
    cursor: pointer
}

.accordeon li.active h2 {
    background: #f7f7f7
}

.accordeon li h2:before {
    content: "+";
    position: absolute;
    display: block;
    top: -1px;
    bottom: -1px;
    left: -1px;
    height: auto;
    width: 40px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    background: #699bcd;
    font-size: 2.1em
}
/*step 3 reservation accordion*/
.js-accord-body {
    display: none;
}
.js-accord-head {
    position: relative;
}
.js-accord-head:before,
.js-accord-head:after {
    content: ''; display: block; position: absolute; top:50%; right: 10px; width: 10px; height: 1px; background: #000; transition: .5s all;
}
.js-accord-scope.active .js-accord-head:before {
    transform: rotate(0);
}
.js-accord-head:before {
    transform: rotate(90deg);
}

#map,
.all_offices .location_content img {
    width: 100%
}

.accordeon li.active h2:before {
    content: "-";
    background: #f4b50c
}

.accordeon li p,
.accordeon li > div{
    display: none;
    padding: 20px;
    font-size: .875em;
    color: #717171
}

#map {
    height: 290px
}

.infobox_wrapper {
    height: 68px
}

.content .infobox_wrapper h3 {
    padding: 5px 0 0 10px;
    font-family: pt_sansbold;
    font-size: 14px;
    text-transform: none;
    color: #fff
}

#newsletter-btn,
#newsletter-popup h2,
#newsletter-popup span,
.all_offices h5,
.calendar-wrapper,
.our_fleet li h4,
.our_team figure h3,
.reservations_wrap h5,
.sitemap dt,
.social-icons p {
    text-transform: uppercase
}

.infobox_wrapper span {
    display: block;
    margin: 5px 10px;
    color: #fff;
    font-size: 14px
}

.locations.office {
    margin-top: 10px
}

.locations.office ul {
    background: #f7f7f7
}

.all_offices h5 {
    font-family: pt_sansbold;
    font-size: 1.25em;
    color: #646464
}

.all_offices h5.open:after {
    padding: 15px 8px
}

.all_offices .location_content {
    display: none
}

.all_offices h5.active+.location_content {
    display: block
}

.all_offices .office .icon {
    color: #bdbfc0;
    font-size: 1.875em;
    width: 35px;
    text-align: center
}

.all_offices .office a,
.all_offices .office span+span {
    font-size: .875em
}

.all_offices .office li:first-of-type span+span {
    margin-right: 0;
    width: 77%
}

.vehicles_wrap {
    display: none
}

.vehicles_wrap .filter {
    display: block;
    padding-bottom: 30px
}

.open.active+.vehicles_wrap {
    position: relative;
    top: -20px;
    display: block
}

.vehicles.options {
    position: relative;
    top: -20px;
    display: none;
    width: 100%;
    overflow: hidden;
    background: #fff
}

.vehicles.options.is-open {
    display: block;
}

.vehicles.options.active {
    display: block
}

.vehicles.options>li {
    float: left;
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
    height: 135px;
    overflow: hidden;
    border-left: 1px solid #bdbfc0;
    box-sizing: border-box;
}

.vehicles.options li div {
    display: block
}

.vehicles.options li .top_wrap {
    padding: 6px 0;
    width: 100%;
    background: #fff;
}

.vehicles.options li .top_wrap .icon {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-family: icons;
    font-size: 1.75em;
    color: #bdbfc0
}

.vehicles.options li .top_wrap span {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: .875em;
    color: #33383d;
    text-align: center
}

.vehicles.options li .top_wrap .manual {
    margin: 5px auto 10px;
    color: #fff
}

.vehicles.options li .bottom_wrap {
    background: #f7f7f7;
    padding: 6px;
    width: 92%;
    height: 40%;
    text-align: center
}

.vehicles.options li .bottom_wrap div {
    display: inline-block;
    width: auto
}

.our_fleet {
    margin-top: 30px
}

.our_fleet h3 {
    float: left
}

.our_fleet>ul>li {
    margin-top: 20px
}

.our_fleet li img {
    width: 100%;
    height: auto
}

.our_fleet li h4 {
    color: #5f5f5f;
    min-height: 52px
}

.our_fleet li .info {
    margin-top: -1px;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent
}

.our_fleet li .info:hover {
    border-color: #699bcd
}

.our_fleet li .info ul {
    float: left;
    padding: 0 10px;
    clear: none;
    width: 23%;
    border: 0
}

.our_fleet li .info ul+ul {
    width: 62%
}

.our_fleet li .info ul li {
    overflow: hidden;
    padding: 10px 0;
}

.our_fleet li .info ul .icon {
    float: left;
    width: 40px;
    font-family: icons;
    font-size: 1.75em;
    color: #bdbfc0
}

.our_fleet li .info .manual {
    float: left;
    width: 40px;
    color: #bdbfc0;
    font-size: .875em;
    text-align: left;
}

.info #pickup_loc,
.info #return_loc,
.info .pickup_hours,
.info .pickup_return_calendar {
    color: #699bcd;
    border: 1px solid #bdbfc0;
    background: #fff
}

.our_fleet li .button {
    width: 100%;
    margin: 20px 0 0
}

.step_1 .select_options select {
    right: 0;
    width: auto;
}

step_1 .detail_view .info {
    padding: 40px 20px 20px;
    border-right: 1px solid #bdbfc0;
    border-left: 1px solid #bdbfc0
}

.detail_view .info fieldset {
    margin: 20px
}

.step_1 .info fieldset:nth-child(2),
.step_3 .info fieldset:nth-child(2) {
    padding: 0 0 45px;
    border-bottom: 1px solid #bdbfc0
}

.step_1 .info fieldset:nth-child(2) {
    padding: 0 0 19px;
}

.detail_view .info fieldset div {
    width: 100%;
    display: inline-block;
    float: left
}

.info #pickup_loc,
.info #return_loc {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    cursor: default
}

.info .pickup_return_calendar {
    padding: 6px 5px;
    height: 16px;
    width: 65px
}

.info .pickup_hours {
    position: relative;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    font-size: 14px;
}

.detail_view .info fieldset div label {
    font-size: 14px;
    color: #444
}

.info fieldset div.date div.input_wrap {

    float: left;
    margin-right: 0;
    position: relative;
    width: -webkit-calc(100% - 93px);
    width: calc(100% - 93px);
    overflow: hidden;
    border-right: 1px solid #bdbfc0
}

.info fieldset div.date div.input_wrap input {
    padding: 6px 5px;
    font-size: 14px;
    height: 16px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    color: #699bcd;
    border: 1px solid #bdbfc0;
    background: #fff
}

.info fieldset div.date div.select-wrap {
    float: left;
    margin: 0 0 0 8px;
    width: 84px
}

.info fieldset div.date div.select-wrap input {
    cursor: default
}

.calendar-wrapper {
    margin-bottom: 25px;
    text-align: center
}

.calendar-wrapper p {
    margin-bottom: 20px;
    color: #646464;
    font-size: 20px;
    font-weight: 700
}

.calendar-wrapper span {
    color: #699bcd;
    font-weight: 700
}

.calendar-icon {
    font-family: icons;
    font-size: 82px;
    color: #bdbfc0;
    font-style: normal
}

.deal_details .calendar-wrapper,
.detail_view .price-info {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.detail_view .info fieldset div.price-info div {
    width: 100%;
    padding: 5px;
    font-size: 14px
}

.info fieldset .price-info .extras,
.info fieldset .price-info .price,
.info fieldset .price-info .total-price p {
    color: #444
}

.info fieldset .price-info .total-price p {
    font-size: 16px;
    font-weight: 700
}

.info fieldset .price-info .total-price a {
    vertical-align: middle
}

.info fieldset .price-info .total-price span {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700
}

.detail_view .info fieldset .price-info p {
    display: inline-block
}

.detail_view .info fieldset .price-info span {
    float: right;
    color: #699bcd
}

.price-info span i {
    color: #717171
}

.price-info i {
    font-style: normal
}

.select_options h2 span {
    color: #000
}

.customer,
.reservations_wrap table tbody tr td.confirmed {
    color: #699bcd
}

#car_info_popup,
.detail_view .info fieldset div#total_price_popup_info {
    display: none
}

#vat-title {
    margin: 30px 10px 0
}

.mfp-content #car_info_popup.detail_view {
    display: flex;
    max-width: 619px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    align-items: center;
    border-bottom: 0
}

.mfp-content #car_info_popup .info {
    width: 100%;
    padding: 0;
    border-top: 1px solid #bdbfc0;
    border-right-color: #798da1;
    border-left: 0;
    background: #fff
}

.mfp-content #car_info_popup>div {
    width: 100%
}

.mfp-content #car_info_popup img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto
}

.mfp-content #car_info_popup .info ul {
    width: 49%;
    height: auto!important;
    border-left: 0
}

.mfp-content #car_info_popup .info ul:first-child {
    border-right: 1px solid #bdbfc0
}

.mfp-content #car_info_popup.detail_view .mpf-close {
    position: absolute;
    text-align: right;
    padding-right: 12px;
    width: 100%
}

.customer {
    font-size: .875em
}

.reservations_wrap h5 {
    margin-bottom: 20px
}

.reservations_wrap aside {
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #bdbfc0;
    width: 280px;
    background: #f7f7f7
}

.reservations_wrap aside label {
    margin-top: 10px
}

.reservations_wrap .date .input_wrap {
    width: 100%
}

.reservations_wrap table tbody tr td.rejected {
    color: #D93B14
}

.reservations_wrap table tbody tr td.new {
    color: #ba8133
}

.reservations_wrap table tbody tr td:last-child {
    padding: 0;
    border: 0
}

.reservations_wrap table tbody tr td:last-child a {
    display: block;
    margin-left: 10px;
    color: #fff;
    height: 27px;
    line-height: 30px;
    background: #699bcd;
    border-bottom: 3px solid #49719d
}

.reservations_wrap table tbody tr td:last-child a:hover {
    background: #5083b7
}

.reservations_wrap .paging {
    margin: 40px 0
}

.our_team li figure {
    width: 190px;
    margin: 40px auto 0;
    text-align: center
}

.our_team figure img {
    display: block;
    margin: 0 auto 20px;
    height: 132px;
    width: 112px
}

.our_team figure h3 {
    padding: 0;
    font-size: .875em;
    color: #699bcd
}

.our_team figure span {
    display: block;
    margin-bottom: 5px;
    font-size: .875em;
    color: #717171
}

.our_team figure .contacts {
    padding: 5px;
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0
}

.our_team figure .contacts a {
    display: block;
    font-size: .875em;
    color: #999
}

.edit_profile .form_wrapper {
    padding: 10px;
    margin-bottom: 50px;
    margin-top: 20px;
    background: #e3ecf6;
    border: 1px solid #bdbfc0
}

.edit_profile .form_wrapper>span {
    display: block;
    padding-top: 15px;
    clear: both;
    color: #699bcd;
    font-size: 14px
}

.edit_profile .form_wrapper label {
    font-family: pt_sansregular;
    color: #444;
    margin: 10px 0;
    font-size: 14px;
    display: block
}

.edit_profile .form_wrapper input {
    padding: 8px 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    border: 1px solid #bdbfc0
}

.thank_you {
    min-height: 50px;
    padding: 70px 0;
    text-align: center;
    font-size: 20px;
    color: #699bcd
}

.reservation_form .inner_wrap {
    padding: 10px
}

.reservation_form input {
    padding: 6px 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: .875em;
    color: #999;
    border: 1px solid #bdbfc0;
    background: #fff
}

.reservation_form label {
    display: block;
    margin-top: 15px;
    font-size: .875em;
    color: #444
}

.reservation_form .captcha {
    border: 1px solid #bdbfc0
}

.reservation_form .captcha img {
    float: left;
    width: 50%;
    height: 28px
}

.reservation_form .captcha input {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    border: 0
}

.reservation_form input[type=checkbox] {
    display: inline-block;
    position: absolute;
    left: -9999px
}

.agree {
    margin: 10px 10px 20px;
    padding: 0 0 4px 10px;
    border-bottom: 1px solid #bdbfc0;
    border-top: 1px solid #bdbfc0;
    background: #f7f7f7;
}

.agree_user {
    margin: 0 0 20px;
    padding: 0 0 4px 10px;
    border-bottom: 1px solid #bdbfc0;
    border-top: 1px solid #bdbfc0;
    background: #f7f7f7;
}

.agree_user .checkboxes {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    padding-left: 55px;
    font-size: 1em;
    color: #444
}

.agree a {
    color: #699bcd
}

.agree .checkboxes{
    position: relative;
    display: inline-block;
    margin: 20px 0;
    padding-left: 45px;
    font-size: 1em;
    color: #444
}
.reservation_form .checkboxes {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    padding-left: 20px;
    font-size: 1em;
    color: #444
}

.agree .checkboxes {
    margin-left: 0
}

.agree .checkboxes:before {
    content: '.';
    position: absolute;
    top: 35%;
    margin-top: -6px;
    left: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #bdbfc0;
    background: #fff;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer
}

.agree_user .checkboxes:before {
    content: '.';
    position: absolute;
    top: 15%;
    margin-top: -6px;
    left: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #bdbfc0;
    background: #fff;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer
}

.agree_user input:checked+.checkboxes:after{
    content: "box";
    position: absolute;
    top: 15%;
    margin-top: -3px;
    left: 13px;
    width: 26px;
    height: 26px;
    background: #699bcd;
    font-size: 0;
    text-indent: -9999px
}

.reservation_form .checkboxes:before{
    content: '.';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #bdbfc0;
    background: #fff;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer
}

.agree input:checked+.checkboxes:after{
    content: "box";
    position: absolute;
    top: 35%;
    margin-top: -3px;
    left: 13px;
    width: 16px;
    height: 16px;
    background: #699bcd;
    font-size: 0;
    text-indent: -9999px
}

.reservation_form input:checked+.checkboxes:after {
    content: "box";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 5px;
    width: 6px;
    height: 6px;
    background: #699bcd;
    font-size: 0;
    text-indent: -9999px
}

.terms {
    clear: both
}

.login-terms {
    max-width: 430px;
}

.required {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    color: #699bcd
}

.required-login {
    margin-left: 0;
}

.sitemap dt,
.sitemap dt a {
    color: #646464
}

.terms div {
    display: inline-block;
    margin-left: 10px
}

.terms .button {
    margin-right: 10px
}

.sitemap dl {
    margin: 20px 10px 10px
}

.sitemap dt {
    padding: 10px 5px;
    border-top: 1px solid #dadbdb;
    border-bottom: 1px solid #dadbdb;
    font-family: pt_sansbold;
    font-size: 16px
}

.sitemap dd {
    margin: 5px 0 0;
    padding: 5px 10px;
    font-size: 14px
}

.sitemap dd a {
    color: #699bcd;
    -webkit-transition: margin .3s;
    transition: margin .3s
}

.sitemap dd a:hover {
    margin-left: 15px
}

.flight_number.wrap {
    min-height: 40px
}

.flight_number label {
    display: inline-block!important;
    cursor: pointer;
    width: 120px
}

.flight_number label:after {
    content: "+";
    display: inline-block;
    margin-left: 5px;
    line-height: 17px;
    font-size: 1.8em;
    color: #699bcd;
    vertical-align: top
}

.flight_number.active label:after {
    content: '-'
}

.flight_number input {
    display: none;
    padding: 6px 5px;
    font-size: .875em;
    border: 1px solid #bdbfc0;
    color: #828FA6;
    width: 40%
}

.flight_number_step2 input {
    display: block;
    padding: 6px 5px;
    font-size: .875em;
    border: 1px solid #bdbfc0;
    color: #828FA6;
    width: 380px;
}

.flight_number.active input {
    display: inline-block
}

.login_form .button {
    padding: 3px 0;
    margin: 20px 0;
    width: 100%;
    min-height: 30px
}

.show_flight_number label {
    display: inline-block!important
}

.show_flight_number input {
    padding: 6px 10px;
    margin-top: 10px;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    font-size: .875em;
    color: #999;
    border: 1px solid #bdbfc0;
    background: #fff
}

.big .booking .wrap.driver_age {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.booking .driver_age label {
    display: inline-block
}

.booking .driver_age .tooltip {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding: 5px;
    border: 1px solid #bdbfc0;
    width: 240px;
    font-size: 12px;
    background: #F0F0F0;
    -webkit-transform: translateX(-32%);
    transform: translateX(-32%)
}

.booking .driver_age:hover .tooltip {
    display: block
}

.booking .driver_age .tooltip:after,
.booking .driver_age .tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.booking .driver_age .tooltip:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #bdbfc0;
    border-width: 11px;
    margin-left: -11px
}

.booking .driver_age .tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #F0F0F0;
    border-width: 10px;
    margin-left: -10px
}

.driver_age label:before {
    content: '\e900';
    display: inline-block;
    margin-right: 10px;
    font-family: icons;
    font-size: 16px;
    color: #699bcd;
    vertical-align: top
}

.booking .wrap.driver_age>.chosen-container {
    display: inline-block;
    float: none;
    width: auto!important;
    min-width: 80px
}

.booking .wrap.driver_age>.chosen-container .chosen-drop {
    border-top: 1px solid #bdbfc0
}

.booking .driver_age .chosen-container .chosen-single {
    background: 0 0;
    border: none;
    padding-right: 25px;
    color: #699bcd
}

.booking .driver_age .chosen-container .chosen-single:after {
    border: 0;
    color: #699bcd
}

.breadcrumb {
    display: none
}

.msg-period {
    padding: 25px 40px;
    background-color: #e3ecf6;
    border: 1px solid #ccc;
    color: #999;
}

.car_type_filter:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.car_type_filter>.clr_button {
    margin-bottom: 30px;
}

.line .guaranteed_brand_and_model,
h1.line .brand_and_model,
h1.line p {
    display: inline-block;
    color: #699bcd;
    background: #fff;
    font-size: 15px;
    font-family: pt_sansregular;
    text-transform: none
}

.big .booking .wrap.driver_age {
    margin-top: 5px
}

@media screen and (min-width:481px) and (max-width:767px) {
    .highlights figure img {
        top: 50%;
        left: 0;
        max-height: none;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .car_list .car_options {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 28px;
        width: 181px;
        padding: 10px;
    }

    .car_list .special_offer_icon {
        padding-bottom: 10px;
    }

    .car_list .car_options span.price {
        padding-bottom: 10px;
    }

    .car_list .popup_info p {
        color: #fff;
        font-size: 13px;
    }

    .car_list .popup_info ul li {
        font-size: 13px;
    }
}

@media screen and (min-width:481px) {
    .car_options span.standart-price {
        display: block;
    }

    .car_options .special_offer_price del {
        float: none;
        display: block;
        margin-right: 0;
        padding-top: 5px;
    }

    .car_options .label {
        text-align: left;
    }

    .select_options ul li p {
        padding-top: 10px;
        line-height: 1.3;
    }

    .car_list li .wrap a:first-child {
        display: inline-block;
    }
    .car_list li h4 {
        max-width: 100%;
    }

    .car_options a:first-of-type.book {
        position: absolute;
        bottom: 20px;
        width: 170px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }

    .car_list .weekend_pack {
        top: -35px;
    }
}

@media screen and (min-width:768px) {
    header .nav,
    header .nav .wrapper>li>a {
        position: relative
    }

    .main_carousel h1,
    .main_carousel h2 {
        text-shadow: 5px 11px 21px #000;
        color: #fff
    }

    .main_wrapper>.wrapper {
        margin-top: 60px
    }
    .main_wrapper>.home_page.wrapper {
        margin-top: 50px
    }
    header {
        height: 72px
    }

    header .logo img {
        width: 205px;
        height: 50px
    }
    header .phone-heading {
        display: none;
    }
    header .menu_trigger {
        display: none
    }


    header .header_links {
        float: right;
        margin-top: 20px; 
    }

    header .nav .brands {
        display: none;
    }

    header .nav .header_links {
        display: none;
    }
    header .header_links>li {
        float: left;
        padding: 0 10px;
        border-right: 1px solid #bdbfc0
    }

    header .header_links li:last-of-type {
        min-width: 135px;
        text-align: left;
        border-right: 0
    }

    header .header_links li a {
        color: #646464;
        white-space: nowrap
    }

    header .header_links .lang li.active a,
    header .header_links li a:hover {
        color: #1c4e84
    }

    header .header_links>li:first-of-type a {
        font-family: pt_sansbold
    }

    header .header_links>li:nth-of-type(2) a:nth-of-type(2) {
        padding: 0 10px
    }

    header .header_links>li span {
        font-family: icons
    }
    header .header_links .lang li+li {
        margin-right: 0
    }

    header .nav {
        display: block;
        top: 0;
        border-top: 1px solid #dadbdb
    }

    header .nav .wrapper>li {
        float: left;
        width: 16.66%;
        height: 50px;
        box-sizing: border-box;
        border-left: 1px solid #dadbdb;
        border-bottom: 0
    }

    header .nav .wrapper>li:last-of-type {
        border-right: 1px solid #dadbdb
    }

    header .nav li>a {
        padding: 0 9px;
        height: auto;
        text-align: center;
        line-height: 50px
    }

    header .nav li a span {
        display: inline-block;
        margin-top: -5px;
        line-height: 1;
        vertical-align: middle
    }

    header .nav .wrapper>li.active>a,
    header .nav .wrapper>li.active>a:active,
    header .nav .wrapper>li.active>a:focus,
    header .nav .wrapper>li:hover>a {
        background: #fff;
        color: #444
    }

    header .nav .wrapper>li.active>a:before,
    header .nav .wrapper>li:hover>a:before {
        content: "line";
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -50px;
        height: 3px;
        width: 100px;
        background: #699bcd;
        font-size: 0;
        text-indent: -9999px
    }

    header .nav li.has_subnav {
        position: static
    }

    header .nav li.has_subnav:after {
        content: none
    }

    header .nav .wrapper>li.has_subnav>a>span:after {
        content: "\e606";
        display: inline-block;
        margin-left: 10px;
        margin-top: 4px;
        width: 12px;
        font-size: 6px;
        font-family: icons;
        vertical-align: top;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    header .nav .wrapper>li.has_subnav.active>a>span:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    header .nav li>.subnav {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 3;
        width: 99.6%;
        background: #fff;
        border: 1px solid #bdbfc0
    }

    header .nav li>.subnav ul {
        float: left;
        width: 20%
    }

    header .nav li>.subnav ul>li:first-of-type {
        border-top: 0
    }

    header .nav li>.subnav li a {
        text-align: left
    }

    header .nav .wrapper li>.subnav ul>li>a.active,
    header .nav .wrapper li>.subnav ul>li>a:hover {
        position: static;
        color: #fff;
        background: #699bcd
    }

    header .nav li>.subnav ul>li>a:after {
        content: none
    }

    header .nav .wrapper>li>.subnav ul>li a {
        padding: 15px 9px;
        line-height: 20px
    }

    header .nav li>.subnav .content {
        float: left;
        display: inline-block;
        padding: 20px;
        margin: 0;
        color: #9e9999;
        width: 74%;
        box-sizing: border-box
    }

    header .nav li>.subnav .content_wrap {
        width: 80%
    }

    header .nav li>.subnav .content img {
        display: none
    }

    header .nav li>.subnav .content h4 {
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: pt_sansbold;
        font-size: 1.625em;
        border-bottom: 1px solid #9e9999;
        color: #6e6a6a
    }

    header .nav li>.subnav .content h6 {
        margin-bottom: 5px;
        font-family: pt_sansbold;
        font-size: 1.125em
    }

    footer .titles {
        position: relative
    }

    footer .titles:before {
        content: 'line';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 49px;
        background: #444;
        border-bottom: 1px solid #999;
        text-indent: -9999px;
        font-size: 0
    }

    footer .titles .wrapper {
        margin-right: -3px;
        position: relative;
        font-size: 0
    }

    footer .titles .wrapper>li {
        font-size: 16px;
        float: left;
        width: 25%
    }

    footer .titles .wrapper>li>a {
        padding-left: 10px;
        text-align: left;
        background: 0 0;
        border: 0
    }

    footer .titles .wrapper>li:nth-of-type(n+1)>a {
        border-right: 1px solid transparent
    }

    footer .titles .wrapper>li+li+li>a {
        border: 0
    }

    footer .logos_list ul li {
        margin: 0 10px
    }

    footer .logos_list ul li:last-child {
        margin-right: 20px
    }
    footer .footer_list {
        display: block
    }

    footer .logos_list {
        width: 98%
    }

    footer .copyrights a,
    footer .copyrights span {
        margin-right: 40px
    }

    footer .list_wrapper .wrapper>ul {
        width: 90%
    }

    footer .logos_list ul {
        display: inline-block;
        width: 60%;
        text-align: left
    }
    .footer_line ul {
        max-width: 80%
    }

    .footer_line li {
        padding-right: 15px
    }

    .footer_line li a {
        font-size: .813em
    }

    .footer_line li span {
        font-size: 1em
    }

    .footer_line li+li {
        position: relative;
        padding-left: 6px
    }

    .footer_line li+li:before {
        content: '.';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        height: 20px;
        width: 1px;
        background: rgba(255, 255, 255, .4);
        text-indent: -9999px;
        font-size: 0
    }

    .all_offices h5.open:after,
    .filter .options>label:after,
    .filter .options>label:before {
        content: none
    }

    .filter button.clr_button {
        width: 48%;
    }

    .footer_line .back_to_top {
        padding: 13px;
        text-transform: uppercase;
        font-family: pt_sansregular;
        font-size: .75em;
        color: #fff
    }

    .footer_line .back_to_top span {
        margin-left: 10px
    }

    .main_carousel {
        height: 520px;
        margin-top: 45px
    }

    .main_carousel a {
        position: relative;
        height: 520px
    }

    .main_carousel .slide_text {
        display: block;
        padding-top: 5%;
        max-width: 1240px;
        margin: 0 auto
    }

    .main_carousel h1 {
        text-transform: uppercase;
        font-size: 2.063em;
        font-family: pt_sansbold;
        z-index: 1
    }

    .main_carousel h2 {
        font-family: pt_sansregular;
        font-size: 30px
    }

    .main_carousel .owl-controls {
        display: block
    }

    .main_carousel .owl-controls .owl-next,
    .main_carousel .owl-controls .owl-prev {
        position: absolute;
        top: 50%;
        margin-top: -60px;
        height: 120px;
        width: 40px
    }

    .main_carousel .owl-controls .owl-prev {
        left: 0
    }

    .main_carousel .owl-controls .owl-next {
        right: 0
    }

    .main_carousel .owl-controls .button {
        position: absolute;
        top: 50%;
        display: block;
        padding: 0;
        margin: 0;
        outline: 0;
        text-align: left;
        width: 40px;
        background: 0 0;
        border: none;
        z-index: 1000;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .main_carousel .owl-controls .button span {
        position: relative;
        z-index: 100;
        display: block;
        padding: 12px 10px;
        border: 0 solid #373737;
        background: #373737;
        font-family: icons;
        font-size: 2em;
        -webkit-transition: border-width .3s .15s;
        transition: border-width .3s .15s
    }

    .detail_view .info,
    .detail_view .info ul {
        border-left: 1px solid #bdbfc0
    }
    .main_carousel .owl-controls .button:hover span {
        border-top-width: 32px;
        border-bottom-width: 32px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .main_carousel .owl-controls .slide {
        position: absolute;
        top: 50%;
        padding: 10px;
        opacity: 0;
        width: 282px;
        height: 100px;
        background: #fff;
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s
    }

    .main_carousel .owl-controls .owl-prev .slide {
        left: 40px;
        -webkit-transform: translateY(-50%) translateX(-100%) scale(.75);
        transform: translateY(-50%) translateX(-100%) scale(.75)
    }

    .main_carousel .owl-controls .owl-next .slide {
        right: 40px;
        -webkit-transform: translateY(-50%) translateX(100%) scale(.75);

        transform: translateY(-50%) translateX(100%) scale(.75)
    }

    .main_carousel .owl-controls .slide .slide_img_wrap {
        float: left;
        position: relative;
        margin-right: 10px;
        height: 100px;
        width: 110px;
        overflow: hidden
    }

    .main_carousel .owl-controls .slide img {
        position: absolute;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .main_carousel .owl-controls .slide h4 {
        overflow: hidden;
        padding: 5px 0;
        text-transform: uppercase;
        line-height: 16px;
        font-size: 1em;
        border-bottom: 1px solid #b7b7b7
    }

    .main_carousel .owl-controls .slide p {
        margin-top: 5px;
        font-family: pt_sansregular;
        font-size: 14px;
        line-height: 14px;
        color: #999
    }

    .main_carousel .owl-controls .button:hover+.slide {
        opacity: 1;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transform: translateY(-50%) translateX(0) scale(1);
        transform: translateY(-50%) translateX(0) scale(1)
    }

    .booking {
        display: block
    }

    .booking_forms .tabs {
        width: 622px;
        margin: -40px auto 0
    }

    .booking.inner {
        padding: 0 0 20px
    }

    .booking .options {
        display: inline-block;
    }

    .big .booking .wrap,
    .big .modify .wrap,
    aside .booking .wrap,
    aside .modify .wrap {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        width: 30.2%;
        width: -webkit-calc(100%/3 - 23px);
        width: calc(100%/3 - 23px)
    }

    .big .booking button,
    aside .booking button {
        margin-top: 32px
    }

    .big .booking .info_box {
        margin-top: 20px
    }

    .big .booking .options div {
        width: auto
    }

    .big .booking .options .active {
        width: calc(100% /2 - 8px);
    }

    .big .booking .wrap.options .input_wrap {
        width: calc(100% /2 + 3px);
    }

    .modify .logged_user_message a {
        margin: 0
    }

    .big .modify button,
    aside .modify button {
        margin-top: 32px;
        width: 30%;
        width: -webkit-calc(100%/3 - 23px);
        width: calc(100%/3 - 23px)
    }

    .highlights figure {
        float: left;
        width: 50%;
        height: 136px
    }

    .highlights .big_box {
        height: 416px;
        width: 49.5%;
        border-right: 3px solid #fff
    }

    .highlights.news figure {
        width: -webkit-calc(100%/3 - 3px);
        width: calc(100%/3 - 3px);
        margin-right: 4px
    }

    .highlights.news figure:last-of-type {
        margin: 0
    }

    .accents {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .accents div {
        width: -webkit-calc(50% - 45px);
        width: calc(50% - 45px)
    }

    .accents div+div {
        margin: 0 0 0 5px
    }

    .counters .overlay {
        padding: 0
    }

    .content,
    aside {
        padding: 5px
    }
    .counters li {
        width: 25%
    }

    .counters li .text {
        font-size: 16px
    }

    .banners a {
        margin-right: 2px;
        float: left;
        width: calc(100%/2 - 2px)
    }

    .banners a+a {
        margin-right: 0;
        margin-left: 2px
    }

    h1.line {
        font-size: 31px;
    }

    aside .booking_forms .tabs {
        width: 100%
    }


    aside .big .booking .wrap,
    aside .big .modify .wrap {
        width: 30%
    }

    aside .big .modify .wrap {
        margin-top: 15px
    }

    aside .booking .options {
        display: block;
        padding-top: 10px;
    }

    .booking .options label {
        display: block;
        margin-top: 5px;
    }

    .options .input_wrap {
        width: 100%;
    }

    .content .car_types div {
        width: 16.66%;
    }

    .content .button {
        width: 200px
    }

    .car_type_filter .open {
        display: none
    }

    .filter {
        display: block;
    }


    .filter .options,
    .filter button,
    .filter>div {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 3px);
    }

    .filter .options {
        margin: 0 20px
    }

    .filter .options>label {
        margin-top: 0
    }

    .filter .options div {
        margin-top: 0;
        margin-right: 9px;
        width: auto
    }

    .filter .options div label:not(.checkboxes) {
        margin-left: 3px
    }

    .filter button {
        margin-top: 26px;
        width: 120px
    }

    .filter button+button {
        margin-left: 8px
    }

    .car_list .open {
        display: none
    }

    .car_list li .characteristics {
        display: inline-block;
        width: -webkit-calc(100% / 3 + 10px);
        width: calc(100% / 3 + 10px);
        vertical-align: top;
        border-bottom: 0
    }

    .car_list .special_offer .characteristics {
        margin-top: 0
    }


    .car_list li .characteristics>h5 {
        position: relative;
        display: block;
        border-bottom: 0;
        font-size: 18px;
        padding: 0 0 20px
    }

    .special_offer .special_offer_icon {
        float: right;
        margin: 0;
        width: auto
    }

    .car_options span {
        margin-bottom: 0
    }

    .car_options span .info {
        margin-right: 20px
    }

    .car_options .book,
    .car_options a {
        margin-right: 20px;
        margin-bottom: 0;
        vertical-align: top
    }

    .car_options a:last-of-type {
        margin: 0
    }

    .paging {
        margin: 40px 5px
    }

    .paging li:first-of-type,
    .paging li:nth-of-type(6) {
        border-right: 1px solid #bdbfc0
    }

    .content.big .modify .wrap {
        width: 30%
    }

    .step_1,
    .step_2 {
        overflow: hidden
    }

    .step_1 .inner.booking .wrap {
        width: 30.2%
    }

    .step_1 .inner.booking .wrap.flight_number {
        padding-top: 22px;
    }

    .detail_view {
        overflow: hidden;
        border-bottom: 1px solid #bdbfc0;
        font-size: 0;
    }

    .detail_view h1.line {
        padding: 10px
    }

    h1.line span {
        float: right
    }

    h1.line span.sipp {
        float: none;
        display: inline-block;
        margin-left: 10px
    }

    .step_1 .detail_view  {
        font-size: 0;
    }

    .detail_view .img_wrap {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        box-sizing: border-box
    }
    .detail_view .info {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        border-top: 0;
        border-bottom: 0;
        font-size: 16px;
        box-sizing: border-box;
    }

    .inner.booking .wrap {
        float: left;
        margin-top: 0;
        vertical-align: top
    }

    .select_options>ul {
        font-size: 0
    }

    .select_options>ul>li {
        display: inline-block;
        margin-right: 10px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        font-size: 14px;
        vertical-align: top
    }

    .select_options>ul>li h5 {
        font-size: 18px;
        max-width: 58%
    }

    .select_options .chosen-single,
    .select_options .chosen-with-drop .chosen-drop {
        right: 0
    }

    .button {
        width: 200px
    }

    .select_options .details {
        padding: 9px 24px
    }

    .select_options .details:before {
        border-top-width: 16px;
        border-bottom-width: 17px;
        margin-top: -14px
    }

    .select_options .details:after {
        border-top-width: 16px;
        border-bottom-width: 17px;
        margin-top: -16px
    }

    .select_options ul li img {
        margin-right: 20px;
    }

    .inner.booking .wrap {
        width: 47%
    }

    .deal_details fieldset>div {
        width: 48%
    }

    .deal_details fieldset .field_wrap {
        float: left;
        margin-right: 20px;
        width: 47%
    }

    .deal_details fieldset .field_wrap.total {
        width: 100%
    }

    .deal_details fieldset .field_wrap+.field_wrap {
        margin: 0
    }

    .reservation_period .inner.booking .wrap {
        width: 47%
    }

    .step_2 .new_customer .inner_wrap {
        float: left;
        width: 100%
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap {
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .step_2 .new_customer .chosen-container {
        margin: 20px 0 0
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap>div:nth-of-type(2n),
    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(2n),
    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(3n),
    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(5n) {
        margin-left: 20px
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap>div:nth-of-type(2n) {
        margin: 0 15px;
    }
    .step_2 .new_customer .inner_wrap .inner_form_wrap>div {
        float: left;
        width: -webkit-calc(100%/3 - 10px);
        width: calc(100%/3 - 10px)
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap+.inner_form_wrap {
        width: 30%;
        padding-top: 20px
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap+.inner_form_wrap div {
        width: 100%;
        margin-left: 20px
    }

    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div {
        float: left;
    }

    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(4n) {
        margin-left: 0
    }

    .step_2 .new_customer .inner_wrap .radio>input+label,
    .step_2 .new_customer .inner_wrap .radio>input+label+label {
        margin: 0
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap+.inner_form_wrap div>label {
        margin-top: 3px
    }
    .step_2 .new_customer .inner_wrap .inner_form_wrap+.inner_form_wrap div:nth-of-type(4)>label {
        margin-top: 15px
    }

    .step_3 .reservation_period .inner.booking .wrap {
        padding: 0;
        width: auto
    }

    .step_3 .reservation_period .inner.booking .wrap+.wrap {
        padding: 0 10px 0 5px
    }

    .step_3 .deal_details {
        margin: 20px;
        clear: both;
        overflow: hidden
    }

    .step_3 .deal_details ul {
        width: 100%
    }

    .deals-wrapper,
    .news #news-wrapper {
        width: 50%;
        padding: 0;
        min-height: 164px
    }
    .deals li {
        margin: 40px 5px 0;
        padding-bottom: 0;
        min-height: 164px
    }
    .deals li img {
        float: left;
        max-width: 100%
    }
    .deals .details {
        margin: 0 0 10px
    }
    .wrapper .deals-wrapper .details {
        margin: 30px 15px 15px
    }
    .news li {
        margin: 40px 5px 0;
        padding-bottom: 0;
        min-height: 164px
    }

    .news li+li {
        margin: 20px 5px 0
    }

    .news li .image_wrap {
        top: 0;
        bottom: 0;
        margin-right: 20px;
        max-height: 100%
    }

    .news li .image_wrap img {
        height: 246px;
        o-object-fit: cover;
        object-fit: cover
    }

    .news li .image_wrap:after {
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
        bottom: 20px
    }
    #news-wrapper .text_content {
        padding: 15px
    }
    .news li h5 {
        font-size: 1.25em;
        padding-bottom: 0
    }

    .news_date {
        padding: 0
    }
    .news li a {
        margin: 30px 15px 15px
    }

    .edit_profile .form_wrapper div:nth-of-type(11n),
    .edit_profile .form_wrapper div:nth-of-type(2n),
    .edit_profile .form_wrapper div:nth-of-type(3n),
    .edit_profile .form_wrapper div:nth-of-type(5n),
    .our_fleet>ul>li:nth-of-type(2n) {
        margin-left: 20px
    }
    .contact_form fieldset {
        white-space: nowrap
    }

    .contact_form fieldset>div {
        display: inline-block;
        width: 30.5%;
        margin-right: 20px;
        box-sizing: border-box;
        vertical-align: top
    }

    .contact_form fieldset>div:last-child {
        margin-right: 0
    }

    .contact_form fieldset+fieldset>div {
        width: 48%
    }

    .contact_form .captcha_wrap {
        width: 100%
    }

    .contact_form .captcha_wrap input {
        width: 43.5%
    }

    .feedback_form.contact_form fieldset>div,
    .forgotten_pass .button {
        width: 48%
    }

    .feedback_form.contact_form fieldset>div>div+div {
        margin-top: 15px
    }
    .office li {
        float: left;
        width: 21%;
        text-align: center
    }

    .office li:last-child {
        width: 25%
    }

    .office li .icon {
        float: none;
        display: block;
        width: auto
    }


    .locations.office ul {
        border-bottom: 0
    }

    .all_offices {
        margin-bottom: 60px
    }

    .all_offices>li+li+li {
        margin-top: 30px
    }

    .all_offices h5.open {
        border: 0;
        border-bottom: 1px solid #bdbfc0
    }

    .all_offices .location_content {
        display: block;
        margin-top: 20px
    }

    .all_offices .location_content img {
        float: left;
        width: 240px;
        height: 200px
    }

    .all_offices .office {
        overflow: hidden
    }

    .all_offices .office li {
        float: none;
        display: inline-block;
        padding: 5px 10px;
        width: 45%;
        text-align: left;
        vertical-align: top
    }

    .all_offices .office .icon {
        display: inline-block;
        float: none;
        margin-right: 5px;
        width: 30px;
        font-size: 1.313em;
        color: #bdbfc0;
        vertical-align: middle
    }

    .all_offices .office li:last-child .icon {
        font-size: 1em
    }

    .vehicles_wrap {
        top: 0;
        display: block
    }

    .vehicles_wrap .filter {
        margin-bottom: 20px;
    }

    .login_form .button,
    .login_form button,
    .our_team li,
    .sitemap dl {
        display: inline-block;
        vertical-align: top
    }

    .vehicles.options li {
        width: -webkit-calc(100%/5);
        width: calc(100%/5)
    }

    .our_fleet>ul>li {
        float: left;
        width: -webkit-calc(100%/2 - 10px);
        width: calc(100%/2 - 10px)
    }

    .clr_button.vehicles {
        width: 110px;
        margin-right: 0
    }

    .our_team li {
        width: 32%
    }

    .rich_text ul {
        padding: 10px 0
    }

    .edit_profile .form_wrapper div {
        float: left;
        width: calc(100%/3 - 20px)
    }

    .edit_profile .form_wrapper button {
        margin-top: 38px
    }

    .edit_profile .form_wrapper div:nth-of-type(10n),
    .edit_profile .form_wrapper div:nth-of-type(4n) {
        margin-left: 0
    }

    .edit_profile .form_wrapper div:nth-of-type(12n),
    .edit_profile .form_wrapper div:nth-of-type(8n) {
        margin-left: 20px
    }

    .reservation_form .terms {
        float: right;
        width: 50%
    }

    .reservation_form .inner_wrap {
        float: left;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .sitemap dl {
        width: 47%
    }

    .error_404 {
        margin-top: 70px
    }

    .error_404 .text_wrapper {
        margin: 0 20px
    }

    .login_form .button,
    .login_form button {
        float: none;
        width: 49%
    }

    .login_form .button {
        margin-left: 10px
    }

    .breadcrumb {
        display: block;
        margin-left: 5px
    }

    .breadcrumb li,
    .breadcrumb li a,
    .car_list li h4,
    .car_list li p,
    .car_options {
        display: inline-block
    }

    .breadcrumb li:last-of-type a {
        text-transform: uppercase;
        color: #333
    }

    .breadcrumb li:hover a {
        color: #699bcd
    }

    .breadcrumb li:not(:last-of-type):after {
        content: '>';
        display: inline-block;
        margin-left: 4px;
        width: 5px;
        height: 3px;
        line-height: 1;
        vertical-align: middle;
        background: url(../images/br_arrow.gif) no-repeat;
        font-size: 0;
        text-indent: -9999px
    }

    .breadcrumb li a {
        font-size: 11px;
        color: #999;
        vertical-align: middle
    }

    .car_options {
        padding: 15px 10px 24px;
        vertical-align: top;
        width: -webkit-calc(100% / 3 - 50px);
        width: calc(100% / 3 - 50px);
        height: 185px
    }

    .car_options a:first-of-type.book {
        height: 33px;
    }

    .car_options span.price {
        display: inline-block;
        font-size: 21px;
        width: auto;
    }

    .car_options .normal-price span.standart-price,
    .car_options span.special-price {
        display: block;
        width: auto
    }

    .car_list li .wrap>a:first-of-type {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }

    .line .guaranteed_brand_and_model {
        display: inline-block;
        color: #699bcd;
        background: #fff;
        font-size: 15px;
        text-transform: initial;
        font-family: pt_sansregular
    }

    .reservation_details .deal_details>div {
        padding: 0 10px
    }
    .reservation_details .detail_view .img_wrap {
        position: static
    }
    .reservation_details .detail_view {
        position: relative
    }
    .reservation_details .detail_view .img_wrap a {
        bottom: 15px;
        left: 10px
    }
    .reservation_details .deal_details fieldset .field_wrap {
        width: 50%;
        margin: 0
    }
    .reservation_details .deal_details fieldset .input_wrap,
    .reservation_details .deal_details fieldset:first-child>div:first-child .field_wrap:nth-child(2) label,
    .reservation_details .deal_details fieldset:first-child>div:nth-child(2) .field_wrap:nth-child(2) label {
        padding-left: 10px
    }
    .reservation_details .deal_details fieldset .field_wrap:first-child .input_wrap,
    .reservation_details .deal_details fieldset:nth-child(2)>div:first-child .input_wrap {
        padding-left: 0
    }

    .car_list li img {
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    .filter>div {
        width: calc(33.33% - 13px);
    }

    h5 {
        padding-left: 0
    }

    header .nav .wrapper>li>.subnav {
        display: block;
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 50% 0 0;
        -ms-transform-origin: 50% 0 0;
        transform-origin: 50% 0 0;
        -webkit-transition: transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
        transition: transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
        z-index: 10001
    }

    header .nav .wrapper>li.active>.subnav {
        opacity: 1;
        -ms-transform: perspective(1000px) rotateX(0);
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        z-index: 10002
    }

    header .nav li.active>.subnav ul {
        width: 16.5%
    }

    header .nav li>.subnav .content {
        width: 80%
    }

    header .nav li>.subnav .content img {
        display: inline-block;
        float: left;
        width: 323px;
        height: 250px
    }

    header .nav li>.subnav .content_wrap {
        float: left;
        margin-left: 20px;
        width: 55%
    }
    .info fieldset div.date div.input_wrap {
        width: -webkit-calc(100% - 86px);
        width: calc(100% - 86px)
    }

    .booking_forms .tabs a:hover {
        background: rgba(28, 78, 132, .9)
    }

    .highlights figure {
        height: 185px
    }

    .highlights .big_box {
        height: 563px;
        width: 49.5%;
        border-right: 3px solid #fff
    }

    .highlights figure:hover:before {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjMmU0YzZjIiBzdG9wLW9wYWNpdHk9IjAuNTIiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjMmU0YzZjIiBzdG9wLW9wYWNpdHk9IjAuNTMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMmU0YzZjIiBzdG9wLW9wYWNpdHk9IjAuNzQiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMmU0YzZjIiBzdG9wLW9wYWNpdHk9IjAuOTEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjMmU0YzZjIiBzdG9wLW9wYWNpdHk9IjAuOTIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlNGM2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(46, 76, 108, .3) 21%, rgba(46, 76, 108, .52) 36%, rgba(46, 76, 108, .53) 37%, rgba(46, 76, 108, .74) 55%, rgba(46, 76, 108, .91) 76%, rgba(46, 76, 108, .92) 78%, rgba(46, 76, 108, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(21%, rgba(46, 76, 108, .3)), color-stop(36%, rgba(46, 76, 108, .52)), color-stop(37%, rgba(46, 76, 108, .53)), color-stop(55%, rgba(46, 76, 108, .74)), color-stop(76%, rgba(46, 76, 108, .91)), color-stop(78%, rgba(46, 76, 108, .92)), color-stop(100%, rgba(46, 76, 108, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(46, 76, 108, .3) 21%, rgba(46, 76, 108, .52) 36%, rgba(46, 76, 108, .53) 37%, rgba(46, 76, 108, .74) 55%, rgba(46, 76, 108, .91) 76%, rgba(46, 76, 108, .92) 78%, rgba(46, 76, 108, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(46, 76, 108, .3) 21%, rgba(46, 76, 108, .52) 36%, rgba(46, 76, 108, .53) 37%, rgba(46, 76, 108, .74) 55%, rgba(46, 76, 108, .91) 76%, rgba(46, 76, 108, .92) 78%, rgba(46, 76, 108, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(46, 76, 108, .3) 21%, rgba(46, 76, 108, .52) 36%, rgba(46, 76, 108, .53) 37%, rgba(46, 76, 108, .74) 55%, rgba(46, 76, 108, .91) 76%, rgba(46, 76, 108, .92) 78%, rgba(46, 76, 108, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(46, 76, 108, .3) 21%, rgba(46, 76, 108, .52) 36%, rgba(46, 76, 108, .53) 37%, rgba(46, 76, 108, .74) 55%, rgba(46, 76, 108, .91) 76%, rgba(46, 76, 108, .92) 78%, rgba(46, 76, 108, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2e4c6c', GradientType=0)

    }

    .highlights figure:hover figcaption {
        display: none
    }

    aside .booking,
    aside .side_menu,
    aside .side_menu li {
        display: block
    }
    aside .booking .info_box {
        margin: 15px 10px 10px
    }

    .booking .info_box {
        margin: 15px 0 10px
    }

    .counters .overlay {
        padding-top: 20px
    }

    .counters li .counter {
        font-size: 27px
    }

    .counters li .pictogram {
        font-size: 25px
    }

    .counters li .text {
        font-size: 18px
    }

    .rich_text {
        padding: 10px 0
    }

    aside {
        float: left;
        margin: 15px 10px 0 0;
        width: 300px;
        padding-left: 0
    }

    aside .side_menu li {
        border: 1px solid #bdbfc0
    }

    aside .side_menu li+li {
        border-top: 0
    }

    aside .side_menu li a {
        display: block;
        position: relative;
        padding: 18px 9px;
        height: 14px;
        text-transform: uppercase;
        font-size: .875em;
        color: #444;
        background: #f7f7f7
    }

    aside .side_menu li.active a,
    aside .side_menu li:hover a {
        background: #fff
    }

    aside .side_menu li a.after:after,
    aside .side_menu li a:hover:after {
        content: 'line';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        height: 50px;
        background: #699bcd;
        font-size: 0;
        text-indent: -9999px
    }

    aside .booking_forms {
        margin-top: 25px;
        border: 1px solid #bdbfc0
    }

    aside .booking,
    aside .modify {
        background: #f7f7f7
    }

    aside .booking .wrap,
    aside .modify .wrap {
        width: 94%
    }

    aside .booking .options label {
        display: inline-block;
        margin: 0 0 10px;
        padding: 5px 10px 10px 0;
    }

    .options label {
        width: calc(100% /2 - 7px);
        padding: 0;
    }

    .options .input_wrap {
        width: calc(100% /2 - 8px);
    }

    .booking .options>label {
        display: inline-block;
    }

    aside .booking button,
    aside .modify button {
        margin-top: 28px
    }

    aside .modify button {
        width: 93%
    }

    aside .booking_forms .tabs {
        margin-top: 0;

        height: 68px
    }

    aside .booking_forms .tabs a {
        padding: 25px 0;
        color: #717171;
        border: 0;
        background: #e1e1e1
    }

    aside .booking_forms .tabs a.active,
    aside .booking_forms .tabs a:hover {
        color: #444;
        background: #f7f7f7
    }

    .content {
        float: left;
        width: 668px
    }

    .content h1.line {
        padding: 10px 0
    }

    .content h2,
    .content h3 {
        padding: 0
    }

    .button {
        margin-right: 0
    }

    h4 {
        padding: 10px 0
    }

    .car_options .book,
    .car_options a {
        margin-right: 10px
    }

    .car_options a:first-of-type {
        margin-right: 10px
    }

    .filter>div {
        margin: 0 auto;
        padding: 0 5px;
    }

    .filter button+button {
        margin-left: 8px
    }

    .filter .options {
        margin: 0 10px;
        width: 34%
    }

    .content .car_types div label {
        font-size: .875em
    }

    .content .car_types div label:hover {
        border: 1px solid #699bcd;
        border-top: 3px solid #699bcd;
        color: #699bcd
    }

    .content .car_types div label .manual,
    .content .car_types div label .standart,
    .content .car_types div label span {
        margin: 0 auto 15px
    }


    .content.big .modify .wrap {
        width: 29%
    }

    .detail_view .info li .icon {
        margin-left: 0;
        font-size: 2em
    }

    .detail_view .info fieldset div:first-child {
        margin-right: 10px
    }

    .inner.booking .wrap>div {
        float: left;
        width: 48%;
        margin-right: 10px
    }

    .inner.booking .wrap>div+div {
        margin: 0
    }

    .select_options>ul>li {
        width: 48%
    }

    .select_options .chosen-container {
        top: 30px;
        bottom: auto
    }

    .select_options .chosen-with-drop .chosen-drop {
        top: 100%
    }
    .inner.booking .wrap {
        padding: 0;
        width: 49%;
        float: none;
        display: inline-block;
    }

    .inner.booking .wrap:last-of-type {
        width: 50%
    }

    .inner.booking .wrap:last-of-type>div {
        width: 47%;
        margin-right: 0
    }

    .content .inner.booking .info_box {
        margin: 15px 0 10px
    }

    .step_1 .inner.booking {
        font-size: 0;
    }

    .step_1 .inner.booking .wrap {
        width: 50%;
        font-size: 16px;
    }

    .step_1 .inner.booking .wrap:nth-of-type(2) {
        width: 50%
    }

    .step_1 .inner.booking .wrap:last-of-type {
        width: 24%
    }

    .step_1 .inner.booking .wrap:last-of-type>div {
        width: 100%
    }

    .step_1 .inner.booking .wrap.flight_number {
        padding-top: 0;
    }

/*    .step_2 .modify,
    .step_2 .new_customer {
        border: 1px solid #bdbfc0
    }*/

    .step_2 .modify {
        padding: 20px 10px
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap {
        display: inline-block;
        vertical-align: top
    }

    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(2n) {
        margin-left: 20px
    }

    .step_2 .new_customer .chosen-container {
        margin-top: 33px
    }

    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(3n),
    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(5n) {
        margin-left: 0
    }

    .step_2 .new_customer .inner_wrap:nth-of-type(2)>div:nth-of-type(6n) {
        margin-left: 20px
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap+.inner_form_wrap {
        padding-top: 24px
    }

    .step_2 .new_customer .inner_wrap .radio>input+label,
    .step_2 .new_customer .inner_wrap .radio>input+label+label {
        font-size: 11px
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap+.inner_form_wrap div>label {
        margin-top: 8px
    }

    .step_3 .reservation_period {
        float: left;
        margin-right: 20px;
        width: 100%
    }

    .step_3 .deal_details h1,
    .step_3 .reservation_period h1 {
        margin: 0 20px
    }

    .step_3 .detail_view .img_wrap {
        border-bottom: 0
    }

    .step_3 .deal_details h1 {
        margin: 0 20px 20px
    }

    .step_3 .deal_details li {
        padding: 0 0 5px
    }

    .step_3 .deal_details ul+ul li {
        padding-left: 10px
    }

    .step_3 .reservation_period .inner.booking {
        padding-bottom: 20px
    }

    .step_3 .reservation_period .inner.booking .wrap {
        width: 45%;
        margin: 0;
        padding: 0 10px 0 20px
    }
    .reservation_period .inner.booking .wrap:last-of-type {
        margin-right: 0
    }
    .deal_details .calendar-wrapper,
    .step_3 .deal_details ul {
        width: 49%
    }
    .deal_details .calendar-wrapper {
        padding-top: 40px
    }
    .step_3 .deal_details li.total {
        padding: 10px 0
    }
    .step_3 .inner.booking .wrap>div {
        width: 98%
    }

    .step_3 .deal_details fieldset>div {
        width: 47.9%
    }

    .step_3 .deal_details fieldset .field_wrap {
        width: 45.5%
    }

    .step_3 .deal_details fieldset .field_wrap.total {
        width: 100%
    }

    .step_3 .deal_details fieldset {
        padding: 0
    }
    .step_3 .detail_view .img_wrap img {
        margin-top: 40px
    }
    .step_3 .detail_view .img_wrap a {
        bottom: -62px
    }
    p.note {
        margin: 0
    }

    .deals li img {
        margin: 0 20px 0 0
    }

    .deals .details {
        margin: 10px 0
    }

    .content .detail_view .img_wrap {
        width: 49%
    }

    .content .detail_view .info {
        width: 51%;
        border-right: 1px solid #bdbfc0
    }

    .content .inner.booking .wrap>div {
        width: 46%
    }

    .content .inner.booking .wrap:last-of-type>div {
        margin-right: 20px;
        width: 47.8%
    }

    .content .inner.booking .wrap:last-of-type>div+div {
        margin-right: 0
    }

    .content .select_options>ul>li {
        width: 47%
    }

    .content .select_options .chosen-container {
        bottom: -1px;
        top: auto
    }

    .content .select_options .custom_checkbox {
        bottom: 1px;
        top: auto;
    }

    .deals li,
    .news li {
        margin: 20px 0;
        padding: 0 20px
    }

    .contact_form,
    .reservations_wrap .rich_text {
        padding: 0
    }

    .news li+li {
        margin: 20px 0
    }

    .contact_form input {
        width: 91%
    }

    .feedback_form.contact_form input {
        width: 93%
    }

    .feedback_form.contact_form .captcha_wrap input {
        width: 43.5%
    }

    .reservations_wrap aside {
        margin: 0 20px 0 0
    }

    .reservations_wrap>div {
        float: left;
        width: -webkit-calc(100% - 322px);
        width: calc(100% - 322px)
    }

    .reservations_wrap table {
        margin: -10px 0 0
    }

    .sitemap dl {
        width: 31%
    }

    .error_404 {
        padding-top: 80px
    }

    .error_404 .text_wrapper {
        position: absolute;
        top: 0;
        left: 0;
    }

    .rich_text ul.downloads,
    .show_flight_number {
        margin: 0
    }

    .select_options>ul>li h5 {
        font-size: 18px;
        max-width: 65%
    }

    .info .calendar {
        padding: 6px 5px;
        height: 16px;
        width: 65%;
        border: 1px solid #bdbfc0;
        background: #fff;
        color: #699bcd
    }
    .info label {
        display: block
    }
    .detail_view .info fieldset div {
        width: 48%
    }
    .detail_view .info fieldset div.date {
        width: 100%
    }
    .info fieldset div.date div.select-wrap {
        width: 77px;
    }

    .reservation_details .booking.inner {
        font-size: 0
    }
    .reservation_details .booking.inner fieldset {
        font-size: 16px
    }
    .reservation_details.step_1 .inner.booking .wrap,
    .reservation_details.step_1 .inner.booking .wrap+.wrap {
        width: 50%
    }
    .reservation_details.step_1 .inner.booking .wrap>div {
        width: 50%;
        margin: 0
    }
    .reservation_details .booking .input_wrap {
        padding-right: 10px
    }
    .reservation_details.step_1 .inner.booking .wrap>div:last-child .date .input_wrap {
        padding-right: 14px
    }
    .reservation_details .booking .date .select_wrap {
        margin-left: 7px
    }
    .reservation_details .deal_details fieldset .field_wrap,
    .reservation_details .deal_details fieldset>div {
        width: 50%;
        margin-right: 0
    }
    .reservation_details .deal_details fieldset .input_wrap {
        padding-right: 10px
    }
    .reservation_details .deal_details fieldset:first-child>div:nth-child(2) .field_wrap:nth-child(2) label {
        padding-left: 10px
    }
    .reservation_details .deal_details fieldset:first-child>div:first-child .field_wrap:nth-child(2) label {
        padding-left: 0
    }
    .reservation_details .booking .input_wrap input,
    .reservation_details .deal_details fieldset input {
        width: 100%
    }
    .reservation_details .deal_details fieldset .input_wrap span {
        margin-right: 10px
    }
    .reservation_details .deal_details fieldset>div:nth-child(2) .field_wrap:nth-child(2) .input_wrap span {
        margin-right: 0
    }
    .reservation_details .date .input_wrap {
        width: -webkit-calc(100% - 113px);
        width: calc(100% - 113px)
    }
    .reservation_details.step_1 .inner.booking fieldset:nth-child(2)>div:nth-child(2) .date,
    .reservation_details.step_1 .inner.booking fieldset:nth-child(2)>div:nth-child(2) label {
        padding-left: 11px
    }
    .reservation_details .deal_details>div {
        padding: 0
    }
    .reservation_details .deal_details fieldset:first-child>div:first-child .field_wrap:nth-child(2) .input_wrap {
        padding-left: 0
    }

    .booking .options .active {
        display: inline-block;
    }
}

@media screen and (min-width:1240px) {
    .contact_us .office ul,
    .step_3 .detail_view .img_wrap {
        border-bottom: 0
    }
    .wrapper {
        width: 1240px;
        margin: 0 auto
    }

    header .nav .wrapper {
        position: relative
    }

    .main_wrapper>.wrapper {
        margin-top: 60px
    }

    header .nav li.active>.subnav {
        display: block;
        width: 100%;
        max-width: 1240px
    }

    header .nav li>.subnav .content {
        width: 76%
    }

    header .header_links>li:last-of-type {
        text-align: left;
        min-width: 135px;
        border-right: 1px solid #bdbfc0
    }

    footer .titles .wrapper {
        margin: 0 auto
    }

    footer .titles .wrapper>li {
        font-size: 16px;
        width: 20%
    }

    footer .titles .wrapper>li>a {
        padding: 15px 15px 15px 10px;
        background: 0 0;
        border: 0
    }

    footer .titles .logos_list>a>img {
        width: 100%
    }

    footer .logos_list ul {
        text-align: right
    }

    footer .copyrights a,
    footer .copyrights span {
        margin-right: 20px
    }

    footer .titles .logos_list ul {
        padding: 15px 0;
        margin: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px)
    }

    footer .logos_list ul li {
        width: 25%;
        text-align: center;
        max-width: none
    }

    footer .logos_list ul li img {
        max-width: 35px
    }

    footer .logos_list ul li,
    footer .logos_list ul li:last-child {
        margin: 0
    }

    .booking_forms.big .tabs {
        float: left;
        margin: -40px 0 0
    }

    .big .booking,

    .modify {
        top: 0
    }

    .big .booking .wrap,
    .big .modify .wrap {
        padding: 0;
        margin-right: 10px
    }

    .big .booking .wrap {
        width: -webkit-calc(100%/3 - 10px);
        width: calc(100%/3 - 10px)
    }

    .big .modify .wrap {
        margin-right: 20px
    }

    .big .booking .wrap.last-wrap {
        margin: 0
    }

    .big .booking .info_box {
        margin: 20px 0 0
    }

    .highlights figure {
        height: 221px
    }

    .big .modify button {
        margin: 32px 0 0;
        width: -webkit-calc(100%/3 - 28px);
        width: calc(100%/3 - 28px)
    }

    .highlights .big_box {
        height: 671px;
        width: 49.5%;
        border-right: 3px solid #fff
    }

    .big .booking .wrap>div {
        float: left;
        margin-right: 20px;
        width: 47%
    }

    .big .booking .wrap>div+div {
        margin: 0
    }

    .big .booking button {
        float: left;
        width: 48%
    }

    aside .big .booking .wrap>div,
    aside .big .booking button {
        width: 100%
    }

    .content {
        width: 909px
    }
    .filter .options div {
        margin-right: 4px;
        width: 31%
    }

    .filter button+button {
        margin-left: 10px;
        margin-right: 0;
    }

    .content .car_types div label {
        padding: 20px 10px 40px
    }

    .car_list li .wrap>a:first-of-type {
        width: -webkit-calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
    }

    .car_list li .characteristics {
        margin-top: 35px
    }

    .car_list li .characteristics ul:first-of-type {
        width: 24%;
        margin-right: 20%
    }

    .car_list li .characteristics ul {
        width: 44%;
        margin-right: 20px
    }

    .car_list li .characteristics ul li span {
        float: right
    }

    .car_options {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(100% / 3 - 105px);
        width: calc(100% / 3 - 105px);
        height: 185px
    }

    .car_list li .characteristics {
        width: -webkit-calc(100% / 3 + 85px);
        width: calc(100% / 3 + 85px);
    }

    .car_list a:first-of-type.book,
    .car_options a,
    .car_options span {
        display: block;
    }

    .car_options span {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .car_options a:first-of-type.book {
        top: 170px;
    }

    .car_list .popup_info,
    .popup_technical {
        height: 100%;
        width: -webkit-calc(100% - 216px);
        width: calc(100% - 216px)
    }

    .car_options .book,
    .car_options a,
    .car_options a:last-of-type {
        margin-top: 30px
    }

    .content.big .modify .wrap {
        width: 31%
    }
    .detail_view .info fieldset div:first-child {
        margin-right: 23px
    }
    .detail_view .info fieldset div {
        width: 48%
    }
    .info fieldset div.date div.input_wrap input {
        width: 153px
    }

    .select_options>ul>li {
        width: 48.3%
    }

    .content .select_options>ul>li {
        width: 47.8%
    }

    .step_1 .inner.booking .wrap {
        width: 50%
    }

    .step_1 .inner.booking .wrap+.wrap+.wrap {
        width: 17.3%
    }

    .step_1 .inner.booking .wrap>div {
        width: 48%
    }

    .step_1 .inner.booking .wrap+.wrap {
        width: 32%
    }

    .step_1 .inner.booking .wrap+.wrap+.wrap>div {
        width: 100%
    }

    .step_1 .inner.booking .date .input_wrap input {
        letter-spacing: -1.5px
    }

    .step_2 .new_customer .inner_wrap .radio>input+label,

    .step_2 .new_customer .inner_wrap .radio>input+label+label {
        font-size: 14px
    }

    .step_2 .new_customer .inner_wrap .inner_form_wrap+.inner_form_wrap div>label {
        margin-top: 6px
    }

    .step_3 .deal_details fieldset .field_wrap {
        width: 46.5%
    }

    .step_3 .deal_details fieldset>div {
        width: 48.3%
    }

    .deals li {
        margin: 20px 0;
        padding: 0 20px
    }

    .news li .image_wrap {
        width: 100%
    }

    .text_content {
        position: relative;
        top: 0;
        bottom: 0
    }

    .news li h5 {
        margin: 10px 0;
        padding: 10px 0 0
    }

    .news li p {
        margin-top: 10px;
        display: inline-block;
        font-size: .875em;
        color: #717171
    }

    .contact_form fieldset+fieldset>div {
        width: 64%
    }

    .contact_form fieldset+fieldset div+>div {
        width: 32%
    }

    .contact_form textarea {
        width: 96%
    }

    .contact_form input {
        width: 92%
    }

    .contact_form .captcha_wrap input {
        width: 42%
    }

    .contact_form fieldset>div:last-child {
        width: 34%
    }

    .contact_form button {
        width: 99%
    }

    .feedback_form fieldset>div>div {
        display: inline-block;
        width: 46.8%;
        margin-right: 20px
    }

    .feedback_form fieldset>div>div+div {
        margin-right: 0
    }

    .feedback_form.contact_form fieldset>div:last-child {
        width: 48%
    }

    .feedback_form.contact_form fieldset+fieldset>div {
        width: 73.3%
    }

    .feedback_form.contact_form fieldset+fieldset>div:last-child {
        width: 23.3%
    }

    .feedback_form.contact_form textarea {
        width: 97.4%
    }

    .feedback_form.contact_form .captcha_wrap input {
        width: 39%
    }

    .forgotten_pass {
        padding: 0
    }

    .office li {
        width: 23%;
        padding: 38px 5px;
        text-align: left
    }

    .locations.office li:first-of-type {
        margin-left: 10px
    }

    .office li:last-of-type {
        width: 25%
    }

    .office li .icon {
        display: inline-block;
        float: left;
        width: 35px
    }

    .contact_us img {
        float: left;
        width: 68%;
        margin: 0 20px 0 0
    }

    .office li a,
    .office li span:nth-of-type(2) {

        font-size: 14px
    }

    .contact_us .office {
        margin-top: 40px;
        overflow: hidden

    }

    .contact_us .office li {
        display: block;
        padding: 23px 5px;
        width: 100%
    }

    .all_offices .location_content img {
        width: 200px
    }

    .all_offices li {
        width: 48.9%;
        margin-right: 20px;
        float: left
    }

    .all_offices li:nth-of-type(2n),
    .our_fleet>ul>li:nth-of-type(3n) {
        margin-right: 0
    }

    .all_offices .office li {
        display: block;
        width: 100%
    }

    .all_offices .office li .icon {
        width: 28px
    }

    .our_fleet>ul>li:nth-of-type(2n) {
        margin-left: 0
    }
    .our_fleet>ul>li {
        height: 459px;
        width: -webkit-calc(100%/3 - 14px);
        width: calc(100%/3 - 14px);
        margin-right: 20px
    }

    .our_team li {
        width: 24%
    }

    .edit_profile .form_wrapper div {
        float: left;
        width: calc(100%/6 - 20px)
    }

    .edit_profile .form_wrapper div:nth-of-type(10n) .edit_profile .form_wrapper div:nth-of-type(11n),
    .edit_profile .form_wrapper div:nth-of-type(2n),
    .edit_profile .form_wrapper div:nth-of-type(3n),
    .edit_profile .form_wrapper div:nth-of-type(4n),
    .edit_profile .form_wrapper div:nth-of-type(5n),
    .edit_profile .form_wrapper div:nth-of-type(8n) {
        margin-left: 20px
    }

    .error_404 {
        padding-top: 20px
    }

    .wrap.flight_number {
        width: 24%!important
    }

    .login_form.feedback_form.contact_form fieldset+fieldset>div {
        width: 48%
    }

    .login_form.feedback_form.contact_form fieldset:last-of-type>div {
        width: 47%
    }

    .login_form.feedback_form fieldset>div>div {
        display: block;
        width: 100%
    }

    .login_form button {
        width: 48%;
        display: inline-block
    }

    .booking .wrap.driver_age {
        margin-right: 5px;
        width: 190px
    }

    .booking .wrap.driver_age>.chosen-container {
        width: auto!important
    }

    .booking .driver_age .tooltip {
        -webkit-transform: translateX(-36%);
        transform: translateX(-36%)
    }

    .big .booking .wrap.options {
        padding: 0 10px;
    }

    .big .booking .options .active {
        width: calc(100% /2 - 110px);
    }

    .big .booking .wrap.options .input_wrap {
        width: calc(100% /2 - 108px);
        float: none;
        margin-right: 0;
    }

    .breadcrumb {
        margin-left: 0
    }
}

.all_offices li:after,
.all_offices:after,
.banners:after,
.big .booking .wrap:after,
.big .modify .wrap:after,
.contact_us:after,
.content:after,
.date:after,
.detail_view:after,
.highlights:after,
.office ul:after,
.our_fleet li .info:after,
.our_fleet:after,
.paging:after,
.reservations_wrap:after,
.select_options ul li:after,
.select_options ul:after,
.step_2 .new_customer:after,
.steps:after,
.wrap:after,
.wrapper:after,
aside:after,
footer .logos_list ul:after,
footer:after,
header:after {
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    text-indent: -9999px
}

#popup-modal,
#total_price_popup_info {
    max-width: 900px;
    height: auto;
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    margin: 20px auto;
    box-shadow: 0 1px 12px 0 #a6a6a6
}

div.mfp-bg {
    background: rgba(46, 76, 108, .91);
    opacity: .7
}

button.mfp-close {
    top: 0
}

.social-icons {
    float: right;
    margin-right: 10px
}

.social-icons p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px
}

.social-icons a {
    color: #929292;
    font-size: 26px;
    padding-right: 5px
}

.lang-dropdown {
    position: relative;
    display: inline-block
}

.lang {
    display: none;
    position: absolute;
    left: -1px;
    background: #fff;
    width: 100%;
    z-index: 1000;
    border: 1px solid #e8e8e8
}

.lang-icons {
    width: 20px;
    margin-right: 5px
}

.lang li {
    padding: 5px 25px;
}

#input-field,
.lang li:first-child {
    padding-top: 10px
}

.lang-dropdown a {
    margin-right: 10px
}

.lang-dropdown #lang-arrow {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 6px;
    cursor: pointer
}

.lang-dropdown #lang-arrow .rotated {
    transform: rotate(180deg)
}

.rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0!important
}

.lang-abbr {
    display: none;
    font-size: 14px;
    padding-right: 5px;
    font-family: inherit!important
}

#newsletter-popup {
    display: none;
    position: absolute;
    left: -100px;
    right: 0;
    bottom: 65px;
    width: 400px;
    height: 400px;
    background: #1c4e84;
    color: #fff;
    font-size: .9em;
    font-family: inherit!important
}

#newsletter-popup:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #1c4e84
}

#newsletter-wrapper {
    height: 100%;
    padding: 13px 25px
}

#newsletter-wrapper #newsletter-form,
#newsletter-wrapper div:nth-child(2),
#newsletter-wrapper div:nth-child(3) {
    padding: 0 10px
}

#newsletter-popup span {
    font-family: pt_sansregular
}

#newsletter-popup h2 {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center
}

#newsletter-popup p {
    padding-bottom: 10px;
    text-align: left
}

#newsletter-popup .newsletter_gdpr {
    position: static;
    font-size: 1em;
    margin: 10px 0 !important;
    padding: 0 !important;
}

#newsletter-popup .newsletter_gdpr label {
    padding-left: 0;
    font-size: 1em; 
}
#newsletter-popup .newsletter_gdpr a {
    font-size: inherit;
}

#subscribers-counter p {
    text-align: center
}

#success-message-wrapper p {
    padding: 10px;
    font-size: 18px;
    text-align: center
}

#newsletter-wrapper input {
    height: 35px;
    width: 66%;
    border-radius: 4px;
    padding: 0 56px;
    display: block;
    margin: auto
}
#newsletter-wrapper input[type=checkbox] {
    height: 14px;
    width: 14px;
    display: initial;
    margin: 0;
}

#input-field {
    position: relative

}

#input-field:before {
    content: '\e622';
    font-family: icons;
    position: absolute;
    top: 10px;
    left: 0;
    border-right: 1px solid #ccc;
    color: #595959;
    padding: 11px;
    font-size: 12px
}

#newsletter-btn {
    color: #fff;
    padding: 15px 20px;
    background: #D93610;
    cursor: pointer;
    display: block;
    margin: 20px auto auto

}

#close-btn {
    float: right;
    margin-top: 0;
    margin-right: 13px;
    font-size: 24px
}

#subscribers-counter {
    text-align: center;
     /*padding-top: 30px; */
}

#success-message-wrapper {
    display: none;
    text-align: center;
    padding: 60px
}

.glowing-border {
    box-shadow: 0 0 15px #d93610;
    border: 1px solid rgba(217, 54, 16, .8)
}

.reservation_details .detail_view .info {
    font-size: 0
}

.reservation_details .detail_view .info ul {
    width: 50%;
    height: 350px!important;
    border-right: 1px solid #bdbfc0;
    border-left: 0
}

.booking .input_wrap input,
.reservation_details .deal_details fieldset:nth-child(2)>div:nth-child(2) input {
    width: 100%
}

.reservation_details .detail_view .info ul li {
    padding: 15px 0 25px 5px;
    font-size: 14px
}

.reservation_details .detail_view .info ul li span:last-child {
    margin-left: 5px
}

.date .input_wrap input {
    height: 30px
}

@media screen and (max-width:1239px) {
    footer .wrapper .logos_list {
        display: none
    }
}

@media screen and (max-width:1024px) {
    footer .logos_list ul li {
        max-width: 100%
    }
    footer .logos_list ul.social-icons li {
        margin: 0;
        padding-top: 20px
    }
    .lang {
        border-right: none;
        padding: 0 7px 0 11px
    }
}

@media screen and (max-width:767px) {
    header .nav .header_links li:last-of-type {
        padding-top: 3px
    }

    .lang,
    .lang li,
    .lang li:first-child,
    header .nav .header_links .lang-dropdown a,
    header .nav .header_links .lang-dropdown ul li {
        padding: 0
    }
    .lang-dropdown #lang-arrow {
        display: none
    }
    .car_options div,
    .lang,
    .lang-abbr {
        display: inline-block
    }
    .lang {
        position: relative;
        background: 0 0;
        border: none
    }
    header .nav .header_links li {
        text-align: left;
        width: auto
    }
    header .nav .header_links .lang {
        padding-left: 0;
        width: auto
    }
    .header_links .lang,
    .header_links .lang-dropdown {
        font-size: 0
    }
    header .nav .brands {
        display: block;
    }
    .lang-icons {
        margin-right: 10px;
        padding-top: 12px
    }
    .lang-dropdown {
        padding-left: 10px
    }

    #reservation-form .button {
        width: 100%;
        margin: 5px 0
    }

    #reservation-form .checkboxes {
        margin-bottom: 20px
    }

    .content .button {
        width: 100%;
        margin: 5px 0
    }

    .content #st-3 {
        margin-bottom: 20px
    }

    .car_options a:first-of-type.book {
        height: 30px
    }

    .car_options .special_offer_icon {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        vertical-align: top
    }

    .car_options span.standart-price {
        margin: 0;
    }

    #newsletter-popup {
        left: 10px;
        width: 300px;
        height: inherit;
        bottom: 51px;
        font-size: 14px;
    }
    #newsletter-wrapper {
        padding: 10px
    }
    #newsletter-popup h2 {
        padding-bottom: 10px;
        padding-top: 0;
        font-size: 16px
    }
    #newsletter-wrapper div p,
    #subscribers-counter span {
        font-size: 1em;
    }
    #subscribers-counter {
        padding-top: 5px
    }
    #newsletter-wrapper div:nth-child(3) {
        text-align: center
    }
    #newsletter-btn {
        padding: 10px 20px;
        margin-top: 15px
    }
    #newsletter-popup p {
        padding: 5px
    }
    #newsletter-popup:after {
        left: 165px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #1c4e84;
        bottom: -12px
    }
    .mobile-hidden {
        display: none!important
    }
    #newsletter-wrapper input {
        width: 54%
    }
    .car_list li h4,
    .car_list li p {
        display: block
    }
    .car_list li p {
        padding: 0 10px 10px;
    }
    .deal_details .calendar-wrapper,
    .detail_view .price-info {
        width: 100%
    }
    .deal_details {
        margin: 20px
    }
    .normal-price-wrapp {
        width: auto;
        display: block;
    }
    .footer_line .wrapper ul li:first-child {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .car_list li .characteristics {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 1;
    }
}

@media screen and (max-width:480px) {
    .car_options a:first-of-type.book {
        margin-top: 10px;
        margin-bottom: -15px;
        float: none;
        width: 100%
    }

    .car_options .normal-price span.standart-price {
        font-size: 14px
    }

    .car_options .normal-price del {
        font-size: 14px
    }

    .car_options span.special-price {
        font-size: 13px;
        display: block;
        margin: 0;
        width: auto;
        font-family: pt_sansregular;
    }

    .car_options span.price {
        font-size: 18px;
        text-align: center;
        display: block;
        width: auto;
        margin-top: 10px
    }

    .car_options .label {
        text-align: center;
    }
    .car_options .normal-price-wrapp {
        display: block;
        text-align: right;
    }
    .flight_number_step2 input {
        width: 245px;
    }
}

@media screen and (min-width:479px) {
    .car_list li img {
        display: block;
        height: auto
    }
}

@media screen and (max-width:726px) {
    .social-icons {
        margin-top: -20px
    }
    .newsletter_gdpr {
        margin: 0 20px !important;
        font-size: 15px;
    }
}

@media screen and (max-width:384px) {
    footer .copyrights {
        float: left
    }
    .social-icons {
        position: initial;
        float: left;
        padding: 15px;
        margin-top: 0
    }
    footer .list_wrapper {
        padding-bottom: 50px
    }
    .footer_line li {
        padding: 10px 1px
    }
    .newsletter_box h3 {
        margin: 10px 0 !important;
    }
    .newsletter_box #get_newsletter {
        position: static;
    }
    .newsletter_gdpr {
        position: static !important;
        margin: 5px 20px !important;
        font-size: 12px;
    }

}

@media screen and (max-width:356px) {
    .newsletter-gdpr {
        margin: 0 20px;
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .lang-dropdown {
        padding-left: 3px;
        padding-top: 3px
    }
    .lang-dropdown a,
    .lang-icons {
        margin-right: 0
    }
    .lang-dropdown a {
        margin-right: 6px
    }
    .footer_line li {
        padding: 10px 1px
    }

}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .lang-dropdown #lang-arrow {
        top: 2px
    }
}

#st-1 {
    float: right;
    margin: 30px 0 0
}

#st-1.st-has-labels .st-btn {
    min-width: auto!important
}

#st-1 .st-btn>span.st-label,
#st-1 .st-total {
    display: none!important
}


#st-1 .st-btn.last,
#st-3 .st-btn span.st-label {
    display: inline-block!important
}

#st-1 .st-btn {
    width: 25px!important;
    height: 25px!important;
    line-height: 25px!important
}

#st-1 .st-btn>svg {
    top: 5px!important;
    left: -3px
}

#st-3 {
    float: left!important;
    margin: 24px 0 0
}

.rich_text #st-3 {
    clear: both;
    float: none!important;
    margin: 40px 0 0;
    text-align: left!important
}

#st-3 .st-btn {
    border-radius: 0!important
}

#st-3 .st-total {
    display: none!important
}

#st-3.st-has-labels .st-btn.last {
    min-width: 120px!important;
    display: inline-block!important
}

#st-3.st-has-labels .st-btn.st-remove-label {
    min-width: 120px!important
}

.footer_line .mobile {
    display: none
}

@media screen and (max-width:768px) {
    .reservation_details .button {
        width: 100%;
        margin: 5px 0
    }
    #st-3.st-has-labels .st-btn,
    #st-3.st-has-labels .st-btn.st-remove-label {
        min-width: auto!important
    }
    #st-1 {
        float: none;
        margin: 16px 0 0;
        text-align: left!important
    }

    #st-3 {
        float: left!important;
        margin: 24px 0 0 8px
    }

    #st-3 .st-btn {
        border-radius: 4px!important;
        width: 25px!important;
        height: 25px!important;
        line-height: 25px!important
    }

    #st-3 .st-btn>span.st-label,
    #st-3 .st-total {
        display: none!important
    }

    #st-3 .st-btn.last {
        display: inline-block!important
    }

    #st-3 .st-btn>svg {
        top: 5px!important;
        left: -3px
    }

    #st-3.st-has-labels .st-btn.last {
        min-width: auto!important;
        display: inline-block!important
    }

    .line .guaranteed_brand_and_model {
        display: inline-block;
        color: #699bcd;
        background: #fff;
        font-size: 15px;
        text-transform: initial;
        font-family: pt_sansregular
    }

    .footer_line .mobile {
        display: inline
    }

    .footer_line .desktop {
        display: none
    }
}

.deals .grid-background {
    overflow: hidden;
    height: 476px;
    padding-bottom: 0
}

.img-wrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.img-wrap:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7
}

.subscribe_counter {
    font-family: pt_sansregular!important;
    border: none!important;
    color: #fff;
    font-style: normal
}

.newsletter_box {
    height: 445px;
    background: #1c4e84;
    padding: 16px;
    margin-bottom: 12px;
    text-align: center
}

.newsletter_box h3 {
    color: #fff;
    margin: 30px 0;
}

.deals .img-wrap {
    height: 250px
}

.deals .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.deals .newsletter_box article {
    margin: 20px 0px;
    padding: 0 20px
}

.deals .newsletter_box p {
    text-align: left;
    color: #fff;
    min-height: auto;
    line-height: 1.5em
}

.deals .newsletter_box .email {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    margin: 10px 0;

}

.deals .newsletter_box .email:before {
    content: '\e622';
    font-family: icons;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
    color: #595959;
    padding: 12px;
    font-size: 12px
}

.deals .newsletter_box span {
    display: inline-block;
    width: 14%;
    height: 36px;
    border-right: 1px solid #6d6d6d;
    font-family: icons;
    font-size: 1em;
    color: #6d6d6d;
    overflow: hidden;
    line-height: 34px
}

.wrapper_newsletter {
    position: relative;
    display: block;
    height: 420px;
    margin: 0 auto;

}

#get_newsletter {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: #d93610;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    -webkit-transition: .3s all
}

#get_newsletter:hover {
    opacity: .9
}

.email_newsletter {
    height: 35px;
    width: 100%;
    border-radius: 4px;
    padding: 0 26px 0 56px;
    display: block;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.newsletter_gdpr {
    position: relative;
    margin: 10px 20px;
    top: 65px;
}
.newsletter_gdpr label {
    color: #fff !important;
    display: block;
    padding-left: 20px;
    font-size: 13px;
    text-align:left;
}
.newsletter_gdpr label a {
    color:inherit;
    text-decoration: underline;
}
.newsletter_gdpr .gdpr-checkbox {
    width: 14px;
    height: 14px;
    margin-left:-20px;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    position: relative;
    top: 2px;
    left: unset;
}
.newsletter_gdpr .gdpr-checkbox.glowing-border {
    box-shadow: 0 0 1px 1px #d93610;
}

.newsletter_gdpr input[type=checkbox]:checked {
    margin-left:-20px;
    appearance: checkbox;
    -webkit-appearance: checkbox;
    position: initial;
    left: unset;
}

.deals .finish_newsletter {
    position: relative;
    display: none;
    height: 445px
}

.deals .finish_newsletter .finish_newsletter_content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.deals .finish_newsletter p {
    margin: 10px 0;
    font-size: 1em;
    text-align: center
}

.icon_finish_newsletter {
    width: 45%!important;
    overflow: hidden;
    margin: 0 auto
}

.icon_finish_newsletter img {
    max-width: 100%!important;
    float: initial!important;
    margin: 0!important
}

.deals .deals-wrapper h5 {
    overflow: hidden;
    height: 28px
}

.deals .deals-wrapper .img-wrap img {
    float: none;
    margin: 0
}

.deals .deals-wrapper .text-content {
    display: block
}

.deals .deals-wrapper .text-content p {
    overflow: hidden;
    min-height: auto;
    height: 54px
}

.step_1 .inner.booking .error_box {
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
    clear: both;
}

#cookiescript_wrapper {
    margin: 0 !important;
    text-align: left !important;
}

#cookiescript_injected {
    background-color: #e3ecf6 !important;
    box-shadow: none !important;
}

#cookiescript_accept {
    padding: 0px 20px !important;
    background: #699bcd !important;
    color: #fff !important;
    text-shadow: none !important;
    border: 1px solid #325f90s !important;
    border-radius: 0 !important;
    float:right;
    margin-right: 20px;
}

#cookiescript_accept:hover {
    cursor: pointer;
}

#cookiescript_link {
    font-size: 0 !important;
}

#cookiescript_buttons {
    overflow: hidden;
    margin: 10px 105px;
    line-height: 40px;
}

#cookiescript_buttons p {
    float: left;
}

#cookiescript_readmore {
    float: left;
    margin-left: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #000 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    text-decoration: underline;
}

.content .register-btn {
    width: 100%;
    min-height: 30px;
    margin: 33px 0 0 0;
    padding: 0;
    line-height: 27px;
}

@media screen and (max-width:1240px) {
    .deals .grid-background {
        height: 500px
    }

    .login-terms {
        max-width: 350px;
    }

    .deals .newsletter_box {
        position: relative;
        height: 468px
    }
    .deals .newsletter_box article {
        margin: 20px 0
    }
    .newsletter_box h3 {
        margin-bottom: 0
    }
    .newsletter_gdpr {
    position: static;
    }
    .wrapper_newsletter {
        height: 428px
    }
    .deals .finish_newsletter {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: auto
    }
}

@media screen and (max-width:1024px) {
    .deals .grid-background {
        overflow: hidden;
        height: auto
    }

    .login-terms {
        max-width: 400px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .deals .deals-wrapper {
        position: relative

    }
    .deals .newsletter_box {
        position: absolute;
        top: 40px;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        margin-bottom: 0
    }

    .deals .newsletter_box article {
        margin: 10% 0
    }

    .deals .wrapper_newsletter {
        position: static
    }

    .deals #get_newsletter {
        height: 68px;
        border: 16px solid #1c4e84
    }
}

@media screen and (max-width:767px) {
    .deals .newsletter_box {
        position: relative;
        height: 345px
    }
    .wrapper_newsletter {
        height: 320px
    }
    .msg-period {
        margin: 0 10px;
    }

    .login-terms {
        max-width: 100%;
    }
}

@media screen and (min-width:1025px) and (max-width:1240px) {
    aside {
        width: 29%;
    }

    .content {
        width: 68%;
    }
}

@media screen and (max-width:499px) {
    .main_carousel {
        height: 200px;
    }
    header .phone-heading {
        position: absolute;
        top: 96%;
        left:50%;
        transform: translateX(-50%);
        margin-right: 0;
    }
    header .nav .header_links li {
        border-right: 0px;
    }
}