<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font: 400 16px/25px Open Sans;
    color: #262626;
    letter-spacing: 0.59px;
    margin: 0;
    background-color: #f3f3f3;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    
}

a:hover {
    color: #00ace4 !important;
}



h2 {
    color: #262626;
    font: 800 30px/1.2 Montserrat;
    letter-spacing: 1.85px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

h2::after {
    content: '';
    position: absolute;
    background: orange;
    height: 22px;
    width: 100%;
    left: 3px;
    bottom: 0;
    z-index: -2;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

a:hover:not(.mfp-close, .change) {
background-color: #cc0605!important;
}

input[type="submit"]:hover {
background-color: #cc0605!important;    
} 

.slick-initialized .slick-slide {
    outline: none !important;
}



nav {
    width: 100%;
    z-index: 10;
}

/* img {width: 100%} */
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    #welcome .container {
        max-width: 975px;
    }
}

input {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #262626;
}

input::-moz-placeholder {
    color: #7d7d7d;
    font: 400 14px "Open Sans";
    padding-bottom: 45px;
}

input::-webkit-input-placeholder {
    color: #7d7d7d;
    font: 400 14px "Open Sans";
    padding-bottom: 45px;
}

input:-ms-input-placeholder {
    color: #7d7d7d;
    font: 400 14px "Open Sans";
    padding-bottom: 45px;
}

input::-ms-input-placeholder {
    color: #7d7d7d;
    font: 400 14px "Open Sans";
    padding-bottom: 45px;
}

input::-webkit-input-placeholder {
    color: #7d7d7d;
    font: 400 14px "Open Sans";
    padding-bottom: 45px;
}

input:-ms-input-placeholder {
    color: #7d7d7d;
    font: 400 14px "Open Sans";
    padding-bottom: 45px;
}

input::placeholder {
    color: #7d7d7d;
    font: 400 14px "Open Sans";
    padding-bottom: 45px;
}

footer {
    width: 100%;
    height: 177px;
    background-color: #383838;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.abs-top {
    position: absolute;
    top: 0;
    left: 0;
}

.nav_top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1px;
}

button.navbar-toggler {
    display: none;
}

div.bg_white ul li a {
    color: #262626!important;
}

div.bg_white ul li a:hover {
    color: #00ace4 !important;
}

#nav_top {
    color: #fff;
    font: 600 14px/1 Montserrat;
    text-transform: uppercase;
    letter-spacing: 0.52px;
}

#nav_top ul {
    padding: 0;
    margin: 0;
}

#nav_top ul li {
    display: inline-block;
    list-style: none;
    padding: 0 15px;
}

.call_back {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: red;
}

.call_back a {
    font: 800 33px/1 Montserrat;
    color: red !important;
    letter-spacing: px;
}

.call_back a:nth-child(3) {
    font: 600 18px/1 Montserrat;
    position: relative;
    margin-bottom: 4px;
    cursor: pointer;
}

.call_back a:nth-child(3):after {
    display: table;
    position: absolute;
    bottom: -4px;
    content: '';
    width: 100%;
    border-bottom: 1px solid red;
}

.home {
    position: relative;
}

#welcome {
    background: rgba(0, 0, 0, 0.7) url(../img/welcome_bg.png) fixed 0 0;
    height: 700px;
    padding: 210px 0 133px;
    position: relative;
    color: #fff;
    margin: 0 !important;
}

#welcome h1 {
    color: #fff;
    font: 900 61px/1.2 Montserrat;
    letter-spacing: 2.37px;
    text-transform: uppercase;
    margin: 0;
}

#welcome h1 span {
    font: 400 48px/1 Montserrat;
    letter-spacing: 1.33px;
}

#welcome h1 span:after {
    content: '';
    background: url(../img/loc_point.png)
}

#welcome div.container {
    z-index: 9;
    position: relative;
}

#welcome:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.bg_trans h1 {
    color: #fff;
	font-weight: bold;
	font-size: 30px;
}

.bg_trans span {
	font-weight: normal;
}

#search_transfer {
    width: 100%;
    border-radius: 20px;
    background-color: #ffcc00;
    padding: 36px;
    margin-top: 25px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*
#search_transfer input {
    height: 55px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 10px 20px;
}

#search_transfer [type="submit"] {
    -webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: red;
    color: #fff;
    font: 700 18px/1 Montserrat;
    text-transform: uppercase;
    letter-spacing: 0.67px;
    padding: 19px 39px;
}
*/

#search_transfer  .from_where, .where, .searche_transfer {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}


#search_transfer  .from_where div, .where div {
position: relative;
    height: 55px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

#search_transfer div img {
cursor: pointer;
}

.placehold {
 font-size: 14px;
    color: #7d7d7d;
    font-weight: 400;
    font-family: "Open Sans";
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    display: block;
    top: 2px;
    left: 1px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}

.placehold2 {
 display: none;    
}

#search_transfer input {
    font-size: 18px;
    color: #262626;
    font-weight: 400;
    height: 64px;
    padding-left: 18px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-top: 15px;
    background-color: transparent;
    width: 100%;
    position: relative;
    z-index: 2;  
    border: none;
    outline: none;
}

#search_transfer a {
width: 260px;
height: 55px;
padding: 16px 20px;
-webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
border-radius: 10px;
background-color: red;
color: #ffffff;
font: 700 18px "Montserrat";   
text-transform: uppercase;    
}

#search_transfer a:hover {
background-color: #cc0605;   
}

.how_it_works {
    background: url(../css/hww.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 1785px;
    width: 100%;
    margin-top: 77px;
    position: relative;
}

#testimonials {
    position: relative;
    top: -452px;
    width: 100%;
    height: 100%;
    margin-bottom: 353px;
}

.reviewsBl {
    width: 100%;
    position: absolute;
    height: 100%;
}


.copyright span {
    color: #b6b6b6;
    font: 400 16px/1 Montserrat;
    letter-spacing: 0.64px;
}

footer .content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.adv_slider {
    margin: 70px 0;
}

.carts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 294px;
}

.slick-center {
    height: 100%;
    -webkit-box-shadow: 0 0 119px 9px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 119px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #ffffff;
}

.slick-center span {
    font: 800 16px/1 Montserrat !important;
}

.slick-center p {
    display: block !important;
}

.carts span {
    font: 600 16px/1 Montserrat;
    text-align: center;
    padding: 0px 20px 20px 20px;
}

.carts p {
    text-align: center;
    display: none;
    padding: 0 45px 35px 45px;
    margin: 0;
}

.slick-slide img {
    padding: 20px;
}

.arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.arrnext,
.arrprev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.arrprev {
    margin-left: 17px;
    position: relative;
    z-index: 5;
}

.arrprev::after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background: rgba(255, 149, 0, 0.3);
    border-radius: 50%;
    left: 3px;
}

.arrnext1,
.arrprev1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.arrprev1 {
    position: relative;
    z-index: 5;
    margin: 0 35px 0 17px;
}

.arrprev1::after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background: rgba(255, 149, 0, 0.3);
    border-radius: 50%;
    left: 3px;
}


img.palml {
    position: absolute;
    left: -121px;
    top: -275px;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

img.palmr {
    position: absolute;
    right: -154px;
    bottom: 305px;
}

.reviews_slider {
    margin: 61px auto;
}

.review {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.review img {
    padding: 37px 0 0 40px;
}

.review p {
    margin: 0;
    padding: 0 49px 37px 24px;
}

.nameTime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nameTime h6 {
    font: 700 18px/1 Montserrat;
    margin: 39px 0 19px 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
}

.nameTime span {
    font: 400 14px/1 Montserrat;
    color: #d2d2d2;
    margin-top: 22px;
}

.review.slick-slide {
    margin: 0 28px;
}

.reviews_popupBtn button {
    width: 360px;
    height: 55px;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: red;
    color: #ffffff;
    text-transform: uppercase;
    font: 700 18px/1 Montserrat;
    margin-left: calc(50% - 180px);
}

.reviews_popupBtn button:hover {
background-color: #cc0605;
}

.fa-vk {
    padding: 0 28px;
}

.fa-telegram-plane,
.fa-vk,
.fa-instagram {
    color: #9d9d9d;
    cursor: pointer;
}

.fa-telegram-plane:hover,
.fa-vk:hover,
.fa-instagram:hover {
    color: #ff9500;
}

.hiw_sm p {
    font: 700 14px/1 Montserrat;
    text-align: center;
}

.hiw_sm div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hiw_sm {
    margin: 70px 0;
}

section {
    margin: 30px 0 60px 0;
}

.call_backPP {
    background: url(../img/bg_popup.png) no-repeat;
    width: 555px;
    height: 100%;
    border-radius: 10px;
    background-color: #f3f3f3;
    margin: auto;
    position: relative;
}

.call_backPP h3 {
    font: 700 36px/1 Montserrat;
    text-align: center;
}

form.modalForm {
    padding: 50px 97px;
}

.modalFormOk {
	padding: 197px 97px;
}

#tel {
    width: 360px;
    height: 55px;
    border-radius: 10px;
    background-color: #ffffff;
    font: 400 24px/1 Montserrat;
    margin-bottom: 26px;
    padding: 14px 0 14px 35px;

}

#tele {
    width: 360px;
    height: 55px;
    border-radius: 10px;
    background-color: #ffffff;
    font: 400 24px/1 Montserrat;
    margin-bottom: 26px;
    padding: 14px 0 14px 35px;

}

#sub {
    width: 360px;
    height: 55px;
    -webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: red;
    color: #ffffff;
    font: 700 18px/1 Montserrat;
    text-transform: uppercase;
    cursor: pointer;

}

#sube {
    width: px;
    height: px;
    -webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: red;
    color: #ffffff;
    font: 700 18px/1 Montserrat;
    text-transform: uppercase;
    cursor: pointer;

}

form.modalForm div {
    margin-top: 18px;
}

form.modalForm span {
    color: #6b6b6b;
    font: 400 14px/1 "Open Sans";
}

form.modalForm span a {
    color: red !important;
    text-decoration: underline;
}

form.modalForm p {
    margin: 38px auto;
    text-align: center;
    color: #8f8f8f;
}

span.cross {
    width: 31px;
    height: 31px;
    background-color: red;
    position: absolute;
    border-radius: 50%;
    right: -13px;
    top: -16px;

}

button.mfp-close {
    position: absolute;
    right: -21px;
    top: -21px;
    color: #fff !important;
}

.mfp-close:active {
    top: -21px !important;
}

img.taxihead {
    position: absolute;
    top: -56px;
    left: calc(50% - 108.5px);
}

h3.taxiTitle {
font: 900 24px "Montserrat";   
text-align: center;
text-transform: uppercase;    
}

h3.taxiTitle span{
color: #ff9500;
}

.descript {
margin-top: 45px;    
}

#taxi_options {
position: relative;
}

.wrapper {
width: 100%;    
-webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.02);
box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.02);
border-radius: 10px;
background-color: #ffffff;  
margin-bottom: 30px;    
}

.wrapper .picture, .assembly, .price {
    padding: 30px 0;
}

.picture, .price  {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;   
}

.picture span {
color: #868686;
font-size: 14px;    
}

.assembly h4 {
font-size: 24px;
font-weight: 600;    
}


.assembly2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
-webkit-box-align: left; 
-ms-flex-align: left; 
align-items: left;
    
}

.assembly2 div:nth-child(1){
margin-right: 40px;
    
}

.assembly2 div span{
color: #858585;    
}

.assembly2 div img{
margin-right: 12px;   
}

.mapsites a {
	color: blue;
}

.price p {
font-size: 24px;
font-weight: 600;    
}

.price a {
width: 210px;
height: 55px;
padding-top: 17px;
-webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
border-radius: 10px;
background-color: red;
color: #ffffff;
font: 700 18px "Montserrat";
text-transform: uppercase;    
}

img.taxipalmL {
    position: absolute;
    left: -250px;
    top: 300px;
}

#taxi_option_description {
position: relative;
}

.taxi_option_tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;    
}

.taxi_option_tab {
border-radius: 10px;
border: 2px solid #ff9500;
padding: 10px;   
color: #000000;
font: 600 18px "Montserrat";
cursor: pointer;
}

.taxi_option_tab.active {
 background-color: #ff9500;
color: #ffffff;    
}

.noTop {
position: relative!important;
top: 0!important;  
margin-bottom: 136px !important;    
}

.noPos {
position: relative!important;  
}

.social {
color: white;
}

.taxi_option div:nth-child(3) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.taxi_option div:nth-child(2) img {
    width: 100%;
}

.taxi_option div:nth-child(3) p {
    margin-top: 0;
}

.taxi_option h4 {
text-align: center;
font: 600 24px "Montserrat";  
}

#taxi_option_description {
margin-bottom: 116px;    
}

.bg-feedback {
background: url(../img/pexels-photo.png) no-repeat;
width: 100%;
height: 100%; 
position: relative;
}

.bg-feedback::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00ace4;
    top: 0;
    opacity: 0.9;
}

/*
form.feedback {
padding: 49px 97px!important;    
}
*/

form.feedback span{
color: #fff;    
}

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

.questions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;    
}

.questions h3{
color: #ffffff;
font: 700 48px/27px "Montserrat";
margin: 0;    
}

.questions p{
color: #ffffff;
font: 24px "Montserrat";
}

#call2action {
position: relative;
}

.taxipalmR {
position: absolute;
right: -147px;
top: -752px;
z-index: -3;
    
}

.bg_white i.fa {color: #262626}
nav.bg_white {
    
    background-color: #f8f8f8;
    position: relative;
}
nav.bg_white a{
    color: #262626;
}

#order_form_title {
    margin: 0;
}

.idb_order_form_title {
    text-align: center;
    font: 800 24px Montserrat;
    letter-spacing: 0.89px;
    line-height: 64.01px;
    text-transform: uppercase;
}

.idb_order_form_title span:nth-child(1){
    color: #262626;
}

.idb_order_form_title span:nth-child(2){
    color: #ff9500;
}

.order_form {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 55px 66px 82px;
    margin-bottom: 30px;
}

.mudaklabel {
    display: block;
    font: 800 16px Open Sans;
    color: #262626;
    line-height: 16px;
    letter-spacing: 0.59px;
    text-align: left;
    padding: 0 3px 12px;
}

.mudakinput, .mudaktextarea, .mudakselect {
    display: block;
    border-radius: 10px;
    background-color: #F2F2F2;
    font: 400 18px Open Sans;
    letter-spacing: 0.67px;
    line-height: 18px;
    color: #0a0a0a;
    width: 100%;
    padding: 21px 22px 18px 22px;
    margin-bottom: 35px;
    resize: none;
    border: none;
}

.order_form input::-moz-placeholder, .order_form input::-webkit-input-placeholder, 
.order_form input:-ms-input-placeholder, .order_form input::-ms-input-placeholder, .order_form input::placeholder,
.order_form textarea::-moz-placeholder, .order_form textarea::-webkit-input-placeholder, 
.order_form textarea:-ms-input-placeholder, .order_form textarea::-ms-input-placeholder, .order_form textarea::placeholder {
    font: 400 18px Open Sans;   
}

.order_form  [type="submit"] {
    -webkit-box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: red;
    color: #fff;
    font: 700 18px Montserrat;
    text-transform: uppercase;
    letter-spacing: 0.67px;
    padding: 19px 39px;
}

.order_form .form_note {
    display: block;
    font: 400 16px Open Sans;
    color: #262626;
    padding-left: 27px;
    position: relative;
}

.order_form .form_note:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../img/i.png);
}

.widget_map {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 32px 52px 52px 52px;
    text-align: center;
    margin: 0px;
}

.widget_map h5 {
    padding-bottom: 30px;
    font: 700 24px Montserrat;
    color: #262626;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.widget_auto_choice {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 52px 42px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.widget_auto_choice .car_img {
    margin: 0 auto;
}

.widget_auto_choice h5 {
    padding-top: 34px;
    font: 700 24px Montserrat;
    color: #262626;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.widget_auto_choice p {
    text-align: center;
    color: #868686;
    font: 400 14px Open Sans;
    line-height: 19px;
    padding-top: 10px;
}

.widget_auto_choice  button {
    border-radius: 10px;
    border: 2px solid red;  
    color: red;
    font: 700 12px Montserrat;
    text-transform: uppercase;
    padding: 22px 17px;
    position: relative;
    background: #ffffff;
    padding-right: calc(17px + 21px + 8px);
}

.widget_auto_choice  a{
	text-align: center;
    color: #FF4000!important;
	font: 400 26px Open Sans;
	background: #ffffff;
}

.widget_auto_choice  a&gt;span:before {
    background: url(../img/change.png);
    width: 21px;
    height: 26px;
    content: "";
    position: absolute;
    right: 17px;
    top: calc(50% - 13px);
    display: block;
}

.order_form hr {
    background-color: #e8e8e8;
    margin-top: 30px;
    margin-bottom: 26px;
}
.total {
    margin-bottom: 25px;
}
div.total span:nth-child(1) {
    display: block;
    float: left;
    color: red;
    font: 700 18px Montserrat;
}

div.total span:nth-child(2) {
    display: block;
    float: right;
    color: #262626;
    font: 700 18px Montserrat;
}

.faq {
    padding-top: 43px;
}

.faq&gt;div { /*closed*/
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 3px;
    padding: 23px 31px 19px;
    cursor: pointer;
}

.faq&gt;div .faq_question {
    font: 700 18px Montserrat;
    color: #262626;
    margin: 0;
    position: relative; 
}

.faq&gt;div .faq_question:after {
    content: "";
    width: 17px;
    height: 19px;
    position: absolute;
    background: url(../img/arrowdown.png);
    right: -15px;
    top: 0;
}

.faq&gt;div .faq_answer {
    display: none;
    font: 400 16px Open Sans;
    line-height: 27px;
    padding: 25px 0 12px 42px;  
    margin: 0;
    width: 70%;
}

.faq&gt;div.open .faq_question {
    color: #fda831;
}

.faq&gt;div.open .faq_answer {
    display: block;
}

.faq&gt;div.open .faq_question:after {
    background: url(../img/arrowup.png);
}

.order_form #children_info_wrapper .idb_child_block {
    position: relative;
    margin-bottom: 29px;
}

.order_form #children_info_wrapper .idb_child_block .idb_form_radio {
    padding-top: 49px;
}

.order_form #children_info_wrapper .idb_child_block .idb_form_radio input, .order_form #children_info_wrapper .idb_child_block .idb_form_radio label{
    display: inline;
    width: auto;
}

.order_form #children_info_wrapper .idb_child_block .idb_form_radio label {
    padding: 12px;
}

.order_form #children_info_wrapper .idb_child_block .idb_form_radio input { 
    position: relative;
}

.order_form #children_info_wrapper .idb_child_block .idb_form_radio input:before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #ebebeb;
    opacity: 1;
}

.order_form #children_info_wrapper .idb_child_block .idb_form_radio input:checked:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: red;
    opacity: 1;
}


.order_form #children_info_wrapper .idb_child_block input  {
    margin-bottom: 0;
}

.order_form .mudaklabelobr, #mudakinputobr {
    display: inline;
    width: auto;
    position: relative;
}

.order_form .mudaklabelobr {
    padding-left: 12px;
}

.order_form .idb_form_return {
    display: none;
}

#mudakinputobr:before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background: #ebebeb;
}

#mudakinputobr:checked:after {
    content: "";
    width: 15px;
    height: 13px;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/check.png");
}

#search_transfer .from_where, #search_transfer .where {
	position: relative;
}
#search_transfer .from_where&gt;div, #search_transfer .where&gt;div {
	overflow: visible!important;
}
#search_transfer .helper {
    position: absolute;
    display: none;
    background: #FFFAEE;
    border-radius: 4px;
    box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.55);
    z-Index: 100;
    width: 100%;
	overflow: visible!important;
	margin-top: -9px;
height: auto!important;
}
#search_transfer .helper div {
	overflow: visible!important;
}
#search_transfer .helper .item {
    padding: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .45);
    cursor: pointer;
	border-radius: 0;
	color: #262626;
	height: auto;
}

#search_transfer .helper .item:hover {
color: #ff9500;
}

#search_transfer .helper .item i {
    margin-right: 10px;
    font-size: 17px;
}

#search_transfer .helper .item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#search_transfer .helper .item:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: none;
}

.widget_map img,.widget_auto_choice img {width: 100%;}
.widgets&gt;div.row {
    justify-content: center;
}
.mobile {display: none;}

/*MEDIA*/

@media (min-width: 1920px) {
    #welcome {
        background-size: cover;
    }
}
@media (min-width: 992px) {
    .order_form {
        padding: 55px 96px 82px;
        margin-bottom: 0;
    }
    .faq&gt;div .faq_question:after {      
        right: 0;
        top: 0;
    }
    
}
@media (max-width: 1900px) {
    img.palmr {
        right: -187px;
        bottom: 305px;
    }

    img.palml {
        left: -150px;
        top: -275px;
    }
    
    .taxipalmR {
        right: -178px;
    }
}

@media (max-width: 1800px) {
    img.palmr {
        right: -310px;
        bottom: 305px;
    }

    img.palml {
        left: -225px;
        top: -275px;
    }

    .review.slick-slide {
        margin: 0 20px;
    }
    
    .taxipalmR {
        right: -236px;
    }
}

@media (max-width: 1700px) {
    img.palml {
        left: -280px;
        top: -275px;
    }

    img.palmr {
        right: -336px;
        bottom: 283px;
    }

    .review p {
        font-size: 14px;
    }

    h2 {
        font: 800 30px/1.2 Montserrat;
    }

    #welcome h1 {
        font: 900 51px/1.2 Montserrat;
    }

    .call_back a {
        font: 800 30px/1 Montserrat;
    }

    .call_back a:nth-child(3) {
        font: 600 16px/1 Montserrat;
    }
    
    .taxipalmR {
        right: -315px;
        top: -720px;
    }
    
    img.taxipalmL {
        top: 330px;
    }
}

@media (max-width: 1600px) {
    .how_it_works {
        background-size: contain;
    }

    img.palml {
        left: -198px;
        top: -135px;
    }

    #testimonials {
        top: -520px;
    }

    .review.slick-slide {
        margin: 0 10px;
    }

    .review {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    }
    .taxipalmR {
        right: -354px;
    }
}

@media (max-width: 1500px) {
    .call_back a {
        font: 800 26px/1 Montserrat;
    }

    .call_back a:nth-child(3) {
        font: 600 14px/1 Montserrat;
    }

    #welcome h1 {
        font: 900 41px/1.2 Montserrat;
    }

    #welcome h1 span {
        font: 400 36px/1 Montserrat;
    }

    h2 {
        font: 800 30px/1.2 Montserrat;
    }

    .slick-center span {
        font: 800 14px/1 Montserrat !important;
    }

    .carts p {
        font-size: 14px;
    }

    .carts span {
        font: 600 14px/1 Montserrat;
    }

    .nameTime h6 {
        font: 700 16px/1 Montserrat;
    }

    .nameTime span {
        font: 400 11px/1 Montserrat;
        margin-top: 23px;
    }

    .review p {
        padding: 0 15px 37px 15px;
    }    
    .taxipalmR {
        display: none;
    }    
    .taxipalmL {
        display: none;
    }
}

@media (max-width: 1400px) {
    .nameTime h6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
    }

    #testimonials {
        top: -555px;
        margin-bottom: 210px;
    }
}

@media (max-width: 1300px) {
    img.palml {
        display: none;
    }

    img.palmr {
        display: none;
    }

    section#advantages {
        position: relative;
        bottom: -200px;
    }
}

@media (max-width:1200px) {
    #nav_top {
        font: 600 12px/1 Montserrat;
    }

    .call_back a {
        font: 800 19px/2 Montserrat;
    }

    .call_back a:nth-child(3) {
        font: 600 12px/1 Montserrat;
    }

    #welcome h1 {
        font: 900 31px/1.2 Montserrat;
    }

    #welcome h1 span {
        font: 400 26px/1 Montserrat;
    }
    
    form.feedback {
        padding: 50px 7px;
    }
    
    .picture span {
        text-align: center;
    }
    
    .assembly2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .how_it_works {
        display: none;
    }
    .hiw_sm {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #testimonials {
        top: 0;
    }
    .reviewsBl {
        position: relative;
    }
    section#advantages {
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .widget_auto_choice {margin-top: 0}
    .widget_map {display: none;}
	.bg_trans {display: none;}
	.bg_white {display: none;}
	#search_form {display: none;}
    #call_btn{bottom:-100px;right:-75%;}
    #nav_top {
        display: none;
    }

    .hamburger {
        display: block !important;
        cursor: pointer;
        color: #fff;
    }

    .hamstyle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #nav_top ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav_top {
        height: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 35px;
    }

    #nav_top ul li {
        padding: 15px 0;
    }

    #nav_top {
        font: 600 16px/1 Montserrat;
    }

    #search_transfer [type="submit"] {
        font: 700 12px/1 Montserrat;
        padding: 19px 0;
    }

    #welcome {
        padding-top: 255px;
    }
    
    .wrapper .picture, .assembly, .price {
        padding: 30px 10px;
    }    
    nav.bg_white {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }    
    input.inputbox {
        width: 100%!important;
    }    
    form.feedback {
        padding: 35px 7px;
    }    
    .questions h3 {
        font: 700 32px/27px "Montserrat";
    }    
    .questions p {
        font: 15px "Montserrat";
    }
    #search_transfer .from_where, .where, .searche_transfer {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .search_transfer {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    #call_btn{bottom:-165px;right:-40px;position:relative;}
    .img-circle{background-color:red;box-sizing:content-box;-webkit-box-sizing:content-box;}
    .circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid red;width:165px;height:165px;bottom:0px;right:0px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
    .circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:red;width:100px;height:100px;bottom:31px;right:31px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
    .img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 45px;right: 45px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
    .img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
    .img-circle:hover{opacity: 1;}
    @keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
      50% {transform: scale(1); opacity: 1; }   
      100% {transform: scale(0.9);opacity: 1;}}
     @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
      50% {-webkit-transform: scale(1);opacity: 1;}   
      100% {-webkit-transform: scale(0.95);opacity: 1;}}
    @keyframes tossing {
      0% {transform: rotate(-8deg);}
      50% {transform: rotate(8deg);}
      100% {transform: rotate(-8deg);}}
    @-webkit-keyframes tossing {
      0% {-webkit-transform: rotate(-8deg);}
      50% {-webkit-transform: rotate(8deg);}
      100% {-webkit-transform: rotate(-8deg);}}
    @-moz-keyframes circle-anim {
      0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
      30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
      100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
    @-webkit-keyframes circle-anim {
      0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
      30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
      100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
    @-o-keyframes circle-anim {
      0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
      30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
      100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
    @keyframes circle-anim {
      0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
      30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
      100% {transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;}}
    @-moz-keyframes circle-fill-anim {
      0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
      50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
      100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
    @-webkit-keyframes circle-fill-anim {
      0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
      50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
      100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
    @-o-keyframes circle-fill-anim {
      0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
      50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
      100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
    @keyframes circle-fill-anim {
      0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
      50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
      100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

     .nav_top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #nav_top ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hamburger {
        display: block !important;
        cursor: pointer;
        color: #fff;
        margin-bottom: 10px;
        -ms-align-self: flex-end;
        align-self: flex-end;
    }

    #nav_top {
        font: 600 15px/1 Montserrat;
        margin-bottom: 15px;
        margin-top: 40px;
        margin-bottom: -40px;
    }

    #nav_top ul li {
        padding: 20px 0;
    }
    .desctop {display: none;}
    .mobile {display: flex;}
    #call_btn{bottom:-100px;left:-155px;}
    .navbar_logo {display: none;}
    .hamstyle {
        -ms-align-self: flex-end;
        align-self: flex-end;
        width: 100%;
        margin-top: -65px;
        margin-bottom: 65px;
    }
    #search_transfer .from_where, .where, .searche_transfer {
        flex: 0 0 90%;
        max-width: 90%;
        width: 100%;
    }
    .imgarrow {
        margin: 20px auto;
    }
    .search_transfer {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    nav.bg_white {
        background-color: transparent !important;
    }

    .home {
        position: relative;
        top: -410px;
        margin-bottom: -315px;
    }

    .abs-top {
        position: relative;
    }

    #welcome {
        background: rgba(0, 0, 0, 0.7) url(../img/welcome_bg.png) fixed 0 0 no-repeat;
        height: 100%;
        background-position: center;
        background-size: cover;
        padding: 480px 0 133px;
    }


   
    #welcome h1 {
        font: 900 26px/1.2 Montserrat;
    }

    #welcome h1 span {
        font: 400 20px/1 Montserrat;
    }

    #search_transfer {

        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 40px;
    }

    #search_transfer input {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
        padding: 10px 20px;
        width: 100%;
        margin: 5px 0;
    }

    #search_transfer [type="submit"] {
        font: 700 10px/1 Montserrat;
        padding: 19px 0;
    }

    .call_back a:nth-child(3) {
        font: 600 12px/1 Montserrat;
        padding-top: 30px;
    }

    h2 {
        font: 800 20px/1.2 Montserrat;
    }

    h2::after {
        height: 10px;
    }

    .slick-center {
        -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.05);
    }

    .hiw_sm {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hiw_sm div {
        margin-bottom: 50px;
    }

    .hiw_sm div:last-child {
        margin-bottom: 0;
    }

    .reviews_popupBtn button {
        width: 260px;
        font: 700 15px/1 Montserrat;
        margin-left: calc(50% - 130px);
    }

    footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .copyright {
        margin-bottom: 15px;
    }

    #testimonials {
        margin-bottom: 0;
    }
    
    .wrapper .picture, .assembly, .price {
        padding: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .taxi_option_tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .taxi_option_tabs div{
        margin-bottom: 15px;
    }
    
    .bg-feedback {
        background-size: cover;
    }
    
    .questions {
        padding-top: 35px;
    }
}

@media (max-width: 680px) {
    .review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }    
    h3.taxiTitle {
    font: 900 20px "Montserrat";
    }
}

@media (max-width: 580px) {
    .arrprev1 {
        margin: 0 0 0 17px;
    }

    .reviews_popupBtn button {
        margin-top: 50px;
    }

    .nameTime h6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    }
    
    span.cross {
        right: 6px;
        top: 6px;
    }
        
    button.mfp-close {
        right: 0;
        top: 0;
    }
        
        button.mfp-close:active {
        right: 0;
        top: 0;
    }
        
        .call_backPP h3 {
        font: 700 26px/1 Montserrat;
    }
        
        .call_backPP {
        width: 100%;
        height: 100%;
    }
        
        form.modalForm {
        padding: 50px 20px;
    }
}


@media (max-width: 538px) {
    .order_form {
        padding: 55px 30px;
    }
    .order_form input, .order_form textarea {
        padding: 10px 22px 10px 22px;
    }
    .faq&gt;div {
        padding: 15px 20px;
    }
    .faq&gt;div .faq_question:after {
        top: calc(50% - 9px);
    }
}
@media (max-width: 400px) {
    #call_btn {left:-80%;}
    #welcome h1 span {
        font: 400 15px/1 Montserrat;
    }

    #welcome h1 {
        font: 900 22px/1.2 Montserrat;
    }

    h2 {
        font: 800 16px/1.2 Montserrat;
        text-align: center;
    }

    h2::after {
        background: transparent;
    }

    .adv_slider {
        margin: 30px 0;
    }

    .nameTime h6 {
        font: 700 14px/1 Montserrat;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }

    .review p {
        font-size: 12px;
    }

    .copyright span {
        font: 400 13px/1 Montserrat;
    }
    #search_transfer {
        padding: 15px;
    }
    #search_transfer button {width: 100%;}
}
@media (max-width: 350px) {
    #call_btn{bottom:-135px;left:-120px;}
}

@-moz-document url-prefix() {

    .slick-slide img {
        margin: 20px;
        padding: 0;
    }

    .review img {
        margin: 37px 0 0 40px;
        width: 100%;
        padding: 0;
    }


}</pre></body></html>