@font-face{
    font-family: "opensans-light";
    src: url("../fonts/OpenSans-Light.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "opensans-regular";
    src: url("../fonts/OpenSans-Regular.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "opensans-medium";
    src: url("../fonts/OpenSans-Medium.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "opensans-semibold";
    src: url("../fonts/OpenSans-SemiBold.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "opensans-bold";
    src: url("../fonts/OpenSans-Bold.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: "opensans-extrabold";
    src: url("../fonts/OpenSans-ExtraBold.ttf");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Font Awesome\6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: Font Awesome\6 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/fa-light-300.woff2) format("woff2"), url(../fonts/fa-light-300.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: Font Awesome\6 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); 
    font-display: swap;
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
         url("../fonts/flaticon.woff") format("woff"),
         url("../fonts/flaticon.ttf") format("truetype"),
         url("../fonts/flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --main-fs: 17px;
    --title-color-dark: #002448;
    --title-color-white: #fff;
    --first-txt-color: #161616;
    --second-txt-color: #fff;
    --third-txt-color: #2281df;
    --fourth-txt-color: #bebebe;
    --first-back-color: #fff;
    --second-back-color: #161616;
    --third-back-color: #2281df;
    --fourth-back-color: #ebf4fe;
    --placeholder-color: #949494;

    --font-family-OpenSans-light: "opensans-light", sans-serif;
    --font-family-OpenSans-regular: "opensans-regular", sans-serif;
    --font-family-OpenSans-medium: "opensans-medium", sans-serif;
    --font-family-OpenSans-semibold: "opensans-semibold", sans-serif;
    --font-family-OpenSans-bold: "opensans-bold", sans-serif;
    --font-family-OpenSans-extrabold: "opensans-extrabold", sans-serif;
}
  
*, ::after, ::before{
    box-sizing: border-box 
}

html{
    font-size: var(--main-fs);
    overflow-x: hidden;
}

body {
    font-family: var(--font-family-OpenSans-regular);
    font-size: inherit;
    color: var(--first-txt-color);
    background-color: var(--first-back-color);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
    font-weight: 400;
    margin: 0;
}

input, textarea, button, select, a, i, svg{
    -webkit-tap-highlight-color: rgba(255, 255, 255,0) !important;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, a, span, b, strong, ul, ol, li, i, textarea, figure, label, input{
    margin: 0;
    padding: 0;
    font-weight: inherit;
}

h1, h2, h3{
    font-family: var(--font-family-OpenSans-bold);
    letter-spacing: -0.03em !important;
    word-spacing: 0.05em;
}

h1{
    line-height: 1.4;
}

h2{
    line-height: 1.4;
}

h3{
    line-height: 1.5;
}

ul, ol{
    list-style-type: none;
}

a, button{
    cursor: pointer;
    font-family: var(--font-family-OpenSans-medium);
}

a{
    text-decoration: none;
}

input, button{
    outline: 0;
    border: 0;
}
  
textarea{
    overflow: hidden;
}

.container{
    width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    margin-left: auto;
	margin-right: auto;
    position: relative;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.1rem;
    margin-left: -1.1rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6,
.col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12,
.col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, 
.col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12{
	padding-left: 1.1rem;
	padding-right: 1.1rem;
	position: relative;
	width: 100%;
	min-height: 0.0625rem;
}

.wrapper-title h1{
    font-size: 2.1em;
}

.wrapper-title h1 strong, .wrapper-title h1 b{
    font-family: var(--font-family-OpenSans-bold);
}

.wrapper-title h2{
    font-size: 1.9em;
}

.wrapper-title h2 strong, .wrapper-title h2 b{
    font-family: var(--font-family-OpenSans-bold);
}

.wrapper-title h3{
    font-size: 1.6em;
}

.wrapper-text{
    margin-top: 1.5em;
}

.wrapper-text p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1em;
    letter-spacing: -0.03em;
    word-spacing: 0.08em;
}

.wrapper-text p:last-child{
    margin-bottom: 0;
}

.wrapper-text p a{
    display: inline-block;
    color: var(--third-txt-color);
    font-family: var(--font-family-OpenSans-bold);
}

.wrapper-img{
    display: -webkit-box;
}

.wrapper-img img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wrapper-list li:last-child{
    margin-bottom: 0 !important;
}

.wrapper-btn{
    margin-top: 1.2em;
}

.btn{
    position: relative;
    padding: 1.2em 1.5em;
    margin-top: 1em;
    margin-right: 0.7em;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.85em;
    border-width: 0.1em;
    border-style: solid;
    border-radius: 0.2em;
    cursor: pointer;
    line-height: 1.3;
    font-family: var(--font-family-OpenSans-semibold);
    transition: all 0.3s ease;
}

.btn:last-child{
    margin-right: 0;
}

.wrapper-btn.phone a{
    font-size: 1.4em;
    font-family: var(--font-family-OpenSans-bold);
}

.wrapper-btn.phone a i{
    width: 2.3em;
    height: 2.3em;
    border-radius: 50%;
    margin-right: 0.5em;
    background-color: var(--third-back-color);
    color: var(--second-txt-color);
}

.btn.btn-blue{
    background-color: var(--third-back-color);
    border-color: var(--third-back-color);
}

.btn.btn-white{
    background-color: var(--first-back-color);
    border-color: var(--first-back-color);
}

.btn.btn-black{
    background-color: var(--second-back-color);
    border-color: var(--second-back-color);
}

.btn.transparent{
    background-color: transparent;
}

.btn.btn-transparent.blue{
    border-color: var(--third-back-color);
    color: var(--third-txt-color);
}

.btn.btn-transparent.white{
    border-color: var(--first-back-color);
    color: var(--second-txt-color);
}

.btn.btn-blue.blue:hover{
    background-color: transparent;
    border-color: var(--third-back-color);
    color: var(--third-txt-color);
}

.btn.btn-blue.white:hover{
    background-color: transparent;
    border-color: var(--first-back-color);
    color: var(--second-txt-color);
}

.btn.btn-transparent.blue:hover{
    color: var(--second-txt-color);
    background-color: var(--third-back-color);
}

.btn.btn-transparent.white:hover{
    color: var(--second-txt-color);
    background-color: var(--third-back-color);
    border-color: var(--third-back-color)
}

.wrapper-btn .blue-shadow{
    box-shadow: 0 2px 10px 2px rgb(194 223 255);
}

h1.before, h2.before, h3.before{
    padding-top: 0.5em;
}

h1.after, h2.after, h3.after{
    padding-bottom: 0.7em;
}

h1.before::before, h2.before::before, h3.before::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0.1em;
    width: 2em;
    background-color: var(--third-back-color);
}

h1.after::after, h2.after::after, h3.after::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.1em;
    width: 2em;
    background-color: var(--third-back-color);
}

h1.before-center::before, h2.before-center::before, h3.before-center::before{
    left: 50%;
    transform: translateX(-50%)
}

h1.after-center::after, h2.after-center::after, h3.after-center::after{
    left: 50%;
    transform: translateX(-50%)
}

.black-text{
	color: var(--first-txt-color);
}

.white-text{
	color: var(--second-txt-color);
}

.blue-text{
    color: var(--third-txt-color);
}

.gray-text{
	color: var(--fourth-txt-color) !important;
}

.lighter-text{
    font-family: var(--font-family-OpenSans-light);
}

.direction-column{
    flex-direction: column;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.fixed{
    position: fixed;
}

.block{
    display: block;
}

.flex{
    display: flex;
}

.inline-flex{
    display: inline-flex;
}

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

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

.align-content-center{
    align-content: center;
}

.justify-right{
    justify-content: flex-end;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.justify-evenly{
    justify-content: space-evenly;
}

.justify-around{
    justify-content: space-around;
}

.align-center{
    align-items: center;
}

.align-start{
    align-items: flex-start;
}

.align-end{
    align-items: flex-end;
}

.text-center{
    text-align: center;
}

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

.overflow-hidden{
    overflow: hidden;
}
  
::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.main-section, .about-us-section, .services-section, .why-we-section,
.promotion-section, .testimonials-section, .faq-section, .container-pricelist,
.footer, .container-order-transfer{
    --parent-fs: 1.2rem;
    font-size: var(--parent-fs);
}

.aside{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    background-color: #212324;
    padding: 2em 3em;
    height: 100%;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.aside .wrapper-aside{
    width: 100%;
}

.wrapper-aside .fa-xmark{
    color: var(--second-txt-color);
    top: 0;
    right: 0;
    font-size: 3em;
    cursor: pointer;
}

.aside .wrapper-aside .nav-aside ul li{
    margin: 1em 0;
}

.aside .wrapper-aside .nav-aside ul li a{
    color: var(--second-txt-color);
    font-size: 1.4em;
}

.main-header{
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 99999;
    background-color: var(--first-back-color);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.main-header .top-header{
    padding: 0.5em 0;
    background-color: var(--first-back-color);
}

.main-header .top-header .social-media-items a{
    width: 2em;
    height: 2em;
}

.main-header .top-header .social-media-items a i{
    color: var(--third-back-color);
    font-size: 1.1em;
}

.main-header .top-header .header-phone{
    margin-left: 2em;
}

.main-header .top-header .header-phone .wrapper-btn,
.main-header .top-header .header-phone .wrapper-btn a{
    margin-top: 0;
}

.main-header .top-header .header-phone .wrapper-btn a{
    font-size: 1.05em;
    padding: 0;
    border-radius: unset;
    border: unset;
    font-family: var(--font-family-OpenSans-semibold);
}

.main-header .top-header .header-phone .wrapper-btn a i{
    margin-right: 0.5em;
    transform: rotateY(180deg);
}

.wrapper-main-nav .fa-bars{
    display: none;
    font-size: 2.5em;
    margin-left: 1em;
    cursor: pointer;
}

.main-header .bottom-header{
    border-bottom: 0.07em solid #ebebeb;
    background-color: #f9f9f9;
}

.main-header .bottom-header .wrapper-logo a{
    display: block;
    max-width: 8em;
    width: 100%;
}

.main-header .bottom-header .language-box{
    margin-left: 3em;
}

.main-header .bottom-header .language-box a{
    width: 1.85em;
    margin-left: 0.7em;
}

.bottom-header .main-menu .navigation li{
    margin-left: 1.5em;
}

.bottom-header .main-menu .navigation li a{
    font-size: 1.05em;
    padding: 1.8em 0;
    display: inline-block;
    color: var(--first-txt-color);
    letter-spacing: 0.005em;
    position: relative;
    font-family: var(--font-family-OpenSans-semibold);
    transition: all 0.3s ease;
}

.bottom-header .main-menu .navigation li.current a,
.bottom-header .main-menu .navigation li:hover a{
    color: var(--third-txt-color);
}

.bottom-header .main-menu .navigation li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.2em;
    width: 0;
    background-color: var(--third-back-color);
    transition: all 0.5s ease;
}

.bottom-header .main-menu .navigation li.current a::after{
    width: 50%;
}

.bottom-header .main-menu .navigation li a:hover::after{
    width: 50%;
}

.main-section{
    height: 100vh;
    background-color: #f9f9f9;
}

.main-section #wrapper-road-image,
.main-section #wrapper-patter-1{
    z-index: -1;
}

.main-section #wrapper-road-image{
    left: -30%;
    top: -30%;
}

.main-section #wrapper-road-image img{
    width: 120%;
    max-width: 120%;
}

.main-section #wrapper-patter-1{
    left: -11em;
    top: 0em;
}

.main-section #wrapper-patter-1 img{
    width: 130%;
    max-width: 130%;
    transform: rotateZ(90deg);
}

.main-section .icon-travel img{
    width: 2.5em;
}

.main-section h1{
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    opacity: 0;
    transform: translateY(-0.8em);
}

.main-section #main-home-text{
    transform-origin: top;
    -webkit-transition: all 1000ms ease 0.5s;
    -moz-transition: all 1000ms ease 0.5s;
    -ms-transition: all 1000ms ease 0.5s;
    -o-transition: all 1000ms ease 0.5s;
    transition: all 1000ms ease 0.5s;
    opacity: 0;
    transform: translateY(-1em);
    margin-top: 0.7em;
}

.main-section #main-home-text .promo-txt{
    font-size: 1.2em;
    line-height: 1.5;
}

.main-section #main-home-text .promo-txt b{
    font-size: 1.5em;
    font-family: var(--font-family-OpenSans-semibold);
}


.main-section #main-home-buttons{
    transform-origin: top;
    -webkit-transition: all 900ms ease 0.7s;
    -moz-transition: all 900ms ease 0.7s;
    -ms-transition: all 900ms ease 0.7s;
    -o-transition: all 900ms ease 0.7s;
    transition: all 900ms ease 0.7s;
    opacity: 0;
    transform: translateY(1em);
}

.main-section #image-slider-1 {
    position: relative;
    width: 135%;
    max-width: 135%;
    left: 7%;
    -webkit-transition: all 1000ms 0.2s ease;
    -moz-transition: all 1000ms 0.2s ease;
    -ms-transition: all 1000ms 0.2s ease;
    -o-transition: all 1000ms 0.2s ease;
    transition: all 1000ms 0.2s ease;
    opacity: 0;
    transform: translateX(20em) scale(0.7);
}

.main-section .scroll-to-down{
    position: absolute;
    bottom: 1.1em;
    left: 0;
    right: 0;
    text-align: center;
	margin-top: 0.5rem;
}

.main-section .scroll-to-down #scroll-down{
    animation-name: go_down;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    transform: translateX(0) translateY(-0.7em);
    cursor: pointer;
}

.main-section .scroll-to-down #scroll-down span{
    font-size: 0.8em;
    margin-bottom: 0.3em;
}

.main-section .scroll-to-down #scroll-down img{
    width: 2rem;
    height: 100%;
    object-fit: cover;

}

@keyframes go_down{
	0%{
		transform: translateX(0) translateY(-0.7em);
	}
	50%{
		transform: translateX(0) translateY(0.3rem);
	}
	100%{
		transform: translateX(0) translateY(-0.7em);
	}
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900);
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-brands, .fab{
    font-family: Font Awesome\6 Brands;
    font-weight: 400;
}

.fa-light, .fal{
    font-family: Font Awesome\6 Pro;
    font-weight: 300;
}

.fa-solid, .fas{
    font-family: Font Awesome\6 Pro;
    font-weight: 900;
}

.fa-xmark:before {
    content: "\f00d";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-viber:before {
    content: "\f409";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-phone:before {
    content: "\f095";
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-car:before{
    content: "\f1b9";
}
.fa-person:before {
    content: "\f183";
}
.fa-money-check-dollar:before{
    content: "\f53d";
}
.fa-computer-mouse-scrollwheel:before{
    content: "\f8cd";
}
.fa-minus:before{
    content: "\2212";
}
.fa-plus:before {
    content: "\2b";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073";
}
.fa-clock-four:before,
.fa-clock:before {
    content: "\f017";
}
.fa-city:before {
    content: "\f64f";
}
.fa-mailbox:before {
    content: "\f813";
}
.fa-road:before {
    content: "\f018";
}
.fa-house:before {
    content: "\f015";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-male:before,
.fa-person:before {
    content: "\f183";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-person-walking-luggage:before {
    content: "\e554";
}
.fa-loveseat:before {
    content: "\f4cc";
}
.fa-person-seat-reclined:before {
    content: "\e21f";
}
.fa-baby:before {
    content: "\f77c";
}
.fa-credit-card-front:before {
    content: "\f38a";
}
.fa-comment:before {
    content: "\f075";
}
.fa-signature:before {
    content: "\f5b7";
}
.fa-phone-rotary:before {
    content: "\f8d3";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-tower-control:before {
    content: "\e2a2";
}
.fa-plane-up:before {
    content: "\e22d";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "\f08d";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "\f0a9";
}
.fa-duotone:before,.fad:before {
    position: absolute;
    color: var(--fa-primary-color,inherit);
    opacity: var(--fa-primary-opacity,1)
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
 	font-family: Flaticon;
	font-style: normal;
}
.flaticon-arrow-pointing-to-right:before {
    content: "\f10f";
}
.flaticon-avatar:before {
    content: "\f125";
}
.flaticon-envelope:before {
    content: "\f12d";
}
.flaticon-multiply:before {
    content: "\f131";
}
.flaticon-search:before {
    content: "\f132";
}
.flaticon-maps-and-flags:before {
    content: "\f147";
}
.flaticon-map:before {
    content: "\f152";
}
.flaticon-email-2:before {
    content: "\f160";
}
.flaticon-bar-chart-1:before {
    content: "\f169";
}
.flaticon-send:before {
    content: "\f17d";
}
.flaticon-time:before {
    content: "\f18d";
}
.flaticon-call-2:before {
    content: "\f1a1";
}
.flaticon-send-1:before {
    content: "\f1bb";
}
.flaticon-clipboard-1:before {
    content: "\f1d0";
}
.flaticon-trophy-1:before {
    content: "\f1da";
}
.flaticon-charity:before {
    content: "\f1ab";
}
.flaticon-up-arrow:before{
    content: "\f158";
}
.flaticon-menu-2:before {
    content: "\f15b";
}

.about-us-section, .why-we-section, .testimonials-section,
.faq-section, .services-section, .container-pricelist, .container-order-transfer{
    padding: 4.5em 0;
}

.about-us-section{
    background-color: #ffffff;
}

.about-us-section .wrapper-img img{
    border-radius: 0.5em;
}

.about-us-section .wrapper-btn{
    margin-top: 2em;
}

.services-section{
    padding-top: 2em;
}

.services-section .column-service{
    margin-top: 3em;
}

.services-section .column-service .service-item .wrapper-img{
    padding: 0.4em;
    margin-bottom: 1.3em;
    background-color: var(--first-back-color);
    border-radius: 0.4em;
    box-shadow: 0 0 15px 5px rgb(230 238 246);
}

.services-section .column-service .service-item .wrapper-img img{
    width: 4em;
}

.service-item .service-description .wrapper-title h3{
    font-size: 1.35em;
    line-height: 1.4;
    font-family: var(--font-family-OpenSans-bold);
}

.service-item .service-description .wrapper-text{
    margin-top: 0.7em;
}

.service-item .service-description .wrapper-text p{
    line-height: 1.6;
}

.promotion-section{
    background-color: #212324;
    padding: 4.5em 0;
}

.promotion-section .wrapper-img{
    top: -10em;
    right: 0;
    display: flex;
    justify-content: flex-end;
}

.promotion-section .wrapper-img img{
    width: 95%;
    max-width: 95%;
}

.why-we-section{
    background-color: var(--second-back-color);
    background-image: url("../images/flughafen-wien-mit-koffern.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
}

.why-we-section .wrapper-list{
    margin-top: 3em;
}

.why-we-section .wrapper-list li{
    margin-bottom: 1em;
    font-family: var(--font-family-OpenSans-semibold);
    padding-left: 2.5em;
    line-height: 1.5;
    position: relative;
    font-size: 18px;
}

.why-we-section .wrapper-list li img{
    width: 1.7em;
    left: 0;
}

.why-we-section .wrapper-list li a{
    color: var(--third-txt-color);
}

.why-we-section .column-wy-we-card .why-we-card{
    background-color: var(--first-back-color);
    padding: 2em 1.5em;
    border-radius: 0.5em;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.why-we-section .column-wy-we-card-3,
.why-we-section .column-wy-we-card-4{
    margin-top: 2em;
}

.why-we-section .column-wy-we-card-1 .why-we-card::before{
    content: "01";
}

.why-we-section .column-wy-we-card-2 .why-we-card::before{
    content: "02";
}

.why-we-section .column-wy-we-card-3 .why-we-card::before{
    content: "03";
}

.why-we-section .column-wy-we-card-4 .why-we-card::before{
    content: "04";
}

.why-we-section .column-wy-we-card .why-we-card::before{
    position: absolute;
    right: -0.5em;
    top: -0.5em;
    background-color: var(--third-back-color);
    border-radius: 50%;
    height: 2.7em;
    width: 2.7em;
    display: flex;
    color: #fff;
    align-items: center;
    padding-right: 0.5em;
    padding-top: 0.2em;
    font-size: 1.45em;
    justify-content: center;
    font-family: var(--font-family-OpenSans-bold);
}

.why-we-section .column-wy-we-card .wrapper-title h3{
    font-size: 1.4em;
    line-height: 1.3;
    padding-right: 2.7em;
}

.why-we-section .why-we-card .wrapper-text{
    margin-top: 1em;
}

.why-we-section .why-we-card .wrapper-text p{
    font-family: var(--font-family-OpenSans-medium);
    line-height: 1.6;
}

/* .our-fixed-prices{
    background-color: #f9f9f9;
}

.our-fixed-prices .wrapper-text{
    margin-top: 1em;
}

.our-fixed-prices .column-price-tariff{
    margin-top: 3em;
}

.our-fixed-prices .fixed-price-tariff{
    padding: 2em 1.5em;
    box-shadow: 0 0 0.65em 0.3em #ededed;
    background-color: var(--first-back-color);
    border-radius: 0.5em;
}

.our-fixed-prices .fixed-price-tariff .wrapper-img img{
    padding: 1em;
}

.our-fixed-prices .car-tariff{
    margin-top: 2em;
    margin-bottom: 1.5em;
    border-bottom: 0.07em solid #ebebeb;
    padding-bottom: 1em;
}

.our-fixed-prices .car-tariff p,
.our-fixed-prices .car-tariff span{
    font-size: 1.3em;
    font-family: var(--font-family-OpenSans-bold);
}

.our-fixed-prices .car-tariff p{
    margin-right: 1em;
} */

.price-tariff-spec .tariff-spec-item{
    margin-bottom: 0.5em;
}

.price-tariff-spec .tariff-spec-item:last-child{
    margin-bottom: 0;
}

.price-tariff-spec .tariff-spec-item .tariff-icon p,
.price-tariff-spec .tariff-spec-item .tariff-sum{
    font-size: 1em;
}

.price-tariff-spec .tariff-spec-item .tariff-icon i{
    margin-right: 0.7em;
    width: 1.9em;
    height: 1.9em;
    background-color: var(--third-back-color);
    color: var(--second-txt-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2em;
}

.testimonials-section{
    background-color: #f9f9f9;
}

.testimonials-section .testimonials-row-1{
    margin-bottom: 2em;
}

.testimonials-section .testimonials-row-1 .wrapper-text{
    margin-top: 1em;
}

.testimonials-section .owl-carousel .owl-stage,
.testimonials-section .owl-carousel .owl-item{
    display: flex;
}

.testimonials-section .owl-carousel .owl-stage{
    padding: 1.2em 0;
}

.testimonials-slider .testimonial-column{
    display: flex;
}

.testimonials-slider .testimonial-item{
    padding: 1.2em;
    background-color: var(--first-back-color);
    box-shadow: 0 0 0.65em 0.3em #ededed;
    height: 100%;
    border-radius: 0.5em;
}

.testimonials-slider .testimonial-item .testimonial-person .wrapper-img{
    margin-right: 1em;
}

.testimonials-slider .testimonial-item .testimonial-person .wrapper-img img{
    border-radius: 50%;
    width: 4em;
}

.testimonials-slider .testimonial-item .testimonial-name .wrapper-text{
    margin-top: 0.3em;
}

.testimonials-slider .testimonial-item .testimonial-name .wrapper-text p.person-name{
    font-size: 1.2em;
    line-height: 1.3;
    color: var(--first-txt-color);
}

.testimonials-slider .testimonial-item .testimonial-name i{
    display: inline-block;
}

.testimonials-section .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
}

.testimonials-section .owl-carousel .owl-nav button.owl-next,
.testimonials-section .owl-carousel .owl-nav button.owl-prev{
    width: 1.2em;
    height: 1.2em;
    font-size: 1.8em;
    border: 0.02em solid var(--second-back-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0.15em;
}

.testimonials-section .owl-carousel .owl-nav button.owl-next:hover,
.testimonials-section .owl-carousel .owl-nav button.owl-prev:hover{
    border-color: var(--third-back-color);
}

.testimonials-section .owl-carousel .owl-nav button.owl-next span,
.testimonials-section .owl-carousel .owl-nav button.owl-prev span{
    position: relative;
    line-height: 0.8;
    width: auto;
    height: auto;
    transform: translateY(-10%);
}

.testimonials-section .owl-carousel .owl-nav button.owl-next:hover span,
.testimonials-section .owl-carousel .owl-nav button.owl-prev:hover span{
    color: var(--third-txt-color);
}

.testimonials-section .owl-carousel .owl-nav button.owl-next,
.testimonials-section .owl-carousel .owl-nav button.owl-prev,
.testimonials-section .owl-carousel .owl-nav button.owl-next span,
.testimonials-section .owl-carousel .owl-nav button.owl-prev span{
    transition: all 0.3s ease;
}

.testimonials-section .owl-dots{
    display: none;
}

.faq-section .row-answers, .container-pricelist .row-pricelist-item{
	margin-top: 3em;
}

.faq-section .container-answers .answer-wrapper{
	margin-bottom: 1em;
}

.faq-section .container-answers .answer-wrapper:last-child{
    margin-bottom: 0;
}

.faq-section .container-answers .answer-wrapper .question-item{
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0.5em;
	padding: 1em 1.2em;
	cursor: pointer;
}

.container-answers .answer-wrapper .question-item .question-item-part{
	position: relative;
}

.container-answers .answer-wrapper .question-item .question-item-part p{
	padding-right: 2em;
	font-size: 1.2em;
	font-family: var(--font-family-OpenSans-bold);
}

.container-answers .answer-wrapper .question-item .question-item-part i{
	position: absolute;
	right: 0;
	top: 0.3em;
	font-size: 1em;
	color: var(--third-txt-color);
    transform: rotateZ(90deg);
	transition: transform 0.2s linear;
}

.faq-section .container-answers .answer-wrapper .answer-item{
	display: none;
}

.faq-section .container-answers .answer-wrapper .answer-item p{
	padding-top: 0.8em;
	padding-right: 2em;
	padding-bottom: 0.3em;
	font-size: 0.95em;
    line-height: 1.5;
}

.faq-section .container-answers .answer-wrapper .answer-item p a{
    font-family: var(--font-family-OpenSans-bold);
    color: var(--third-txt-color);
}

.container-pricelist{
    padding-bottom: 9em;
}

.container-pricelist .inner-container{
    padding: 4em 1.5em;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px 10px hsla(0, 0%, 95%, 1);
}

.container-pricelist .sec-title{
    margin-bottom: var(--margin-bottom-30);
}

.container-pricelist .wrapper-text h3{
    margin-bottom: 0.7em;
}
.container-pricelist .wrapper-text p{
    margin-bottom: 0;
} 

.container-pricelist .row-pricelist-item .col-pricelist {
    text-align: center;
}

.container-pricelist .wrapper-table-pricelist .wrapper-table {
    overflow-x: auto;
    border-radius: 0.5em;
}

.container-pricelist .wrapper-table-pricelist .table-pricelist {
    width: 100%;
    border-collapse: collapse;
}

.container-pricelist .wrapper-table-pricelist .table-pricelist tr {
    border-bottom: 1px solid #e9e9e9;
}

.container-pricelist .wrapper-table-pricelist .table-pricelist tr:nth-child(even) {
    background-color: #f7f7f7;
}

.container-pricelist .wrapper-table-pricelist .table-pricelist tr th,
.container-pricelist .wrapper-table-pricelist .table-pricelist tr td {
    text-align: left;
    padding: 10px 15px;
    white-space: nowrap;
}

.container-pricelist .wrapper-table-pricelist .table-pricelist tr th {
    font-size: 17px;
    font-family: var(--font-family-OpenSans-bold);
}

.container-pricelist .wrapper-table-pricelist .table-pricelist tr td {
    font-size: 0.9em;
}

.container-pricelist .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.container-pricelist .pagination li {
    display: flex;
}

.container-pricelist .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7em;
    height: 2.7em;
    background-color: transparent;
    font-size: 1.05em;
    font-family: var(--font-family-OpenSans-semibold);
    border-right: 1px solid rgb(231, 231, 231);
    color: var(--main-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.container-pricelist .pagination li:last-child span {
    border-right: 0;
}

.container-pricelist .pagination li span.active {
    background-color: var(--third-back-color);
    color: #fff;
}

.container-pricelist .pagination li span:hover {
    background-color: var(--third-back-color);
    color: #fff;
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 3em;
    height: 3em;
    color: var(--first-txt-color);
    font-size: var(--font-16);
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background-color: var(--first-back-color);
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
  
.scroll-to-top:hover {
    color: var(--second-txt-color);
    background-color: var(--third-back-color);
    border-radius: 50%;
}
   
.scroll-to-top div{
    height: 100%;
}

.wrapper-btn .loading-icon{
    display: none;
    margin-left: 2em;
    position: relative;
    width: 2em;
    transform: translateX(-50%) rotateZ(0deg);
    animation: rotate_loader 2s linear infinite;
}

@keyframes rotate_loader {
    0%{
        transform: translateX(-50%) rotateZ(0deg);
    }
    100%{
        transform: translateX(-50%) rotateZ(360deg);
    }
}

.footer{
    background-color: #212324;
    padding: 5em 0 2.2em 0;
}

.footer-row-1 .footer-column-info .inner-column span.icon{
    background-color: var(--third-back-color);
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
}

.footer-row-1 .footer-column-info .inner-column > div{
    margin-top: 0.8em;
}

.footer-row-1 .footer-column-info .inner-column p{
    margin-bottom: 0.2em;
    font-family: var(--font-family-OpenSans-semibold);
}

.footer-row-1 .footer-column-info .inner-column > div a,
.footer-row-1 .footer-column-info .inner-column > div span{
    font-size: 0.9em;
    font-family: var(--font-family-OpenSans-regular);
}

.footer .footer-hr-1,
.footer .footer-hr-2{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

.footer .footer-hr-1{
    margin: 3em 0;
}

.footer .footer-hr-2{
    margin: 1em 0 2em 0;
}

.footer-row-2 .footer-column-info{
    margin-bottom: 3em;
}

.footer-row-2 .footer-column-info .logo-footer .logo img{
    max-width: 11em;
    width: 100%;
    height: auto;
}

.footer-row-2 .footer-column-info .logo-footer .wrapper-text p{
    color: var(--fourth-txt-color);
    font-size: 16px;
    padding-right: 1.5em;
}

.footer-row-2 .footer-column-info .footer-quick-links .wrapper-text,
.footer-row-2 .footer-column-info .social-media-items .wrapper-text{
    margin-top: 0;
    margin-bottom: 1em;
}

.footer-row-2 .footer-column-info .footer-quick-links .wrapper-text p,
.footer-row-2 .footer-column-info .social-media-items .wrapper-text p{
    font-size: 19px;
    font-family: var(--font-family-OpenSans-semibold);
}

.footer-row-2 .footer-column-info .footer-quick-links ul li,
.social-media-items ul li{
    margin-bottom: 0.8em;
}

/* .footer-row-2 .footer-column-info .footer-quick-links ul li a,
.footer-row-2 .footer-column-info .social-media-items ul li a{
    font-size: 0.9em;
} */

.footer-row-2 .footer-column-info .footer-quick-links ul li a{
    color: var(--fourth-txt-color) !important;
    font-family: var(--font-family-OpenSans-regular);
    font-size: 16px;
}

.social-media-items ul li{
    margin-right: 0.7em;
    margin-bottom: 0;
}
  
.social-media-items ul li a{
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    font-size: 1em;
    background-color: var(--third-back-color);
    border: 0.07em solid var(--third-back-color);
}

.footer .footer-bottom .wrapper-text p{
    font-size: 0.9em;
}

.footer .footer-bottom .wrapper-text p a{
    font-family: var(--font-family-OpenSans-bold);
}

@media(min-width: 100px) {
    :root{
		--main-fs: 12px;
	}
	.col-xs-1{
		max-width: 8.33%;
		flex-basis: 8.33%;
	}
	.col-xs-2{
		max-width: 16.66%;
		flex-basis: 16.66%;
	}
	.col-xs-3{
		max-width: 25%;
		flex-basis: 25%;
	}
	.col-xs-4{
		max-width: 33.33%;
		flex-basis: 33.33%;
	}
	.col-xs-5{
		max-width: 41.66%;
		flex-basis: 41.66%;
	}
	.col-xs-6{
		max-width: 50%;
		flex-basis: 50%;
	}
	.col-xs-7{
		max-width: 57.47%;
		flex-basis: 57.47%;
	}
	.col-xs-8{
		max-width: 66.66%;
		flex-basis: 66.66%;
	}
	.col-xs-9{
		max-width: 75%;
		flex-basis: 75%;
	}
	.col-xs-10{
		max-width: 83.33%;
		flex-basis: 83.33%;
	}
	.col-xs-11{
		max-width: 91.74%;
		flex-basis: 91.74%;
	}
	.col-xs-12{
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media(min-width: 576px) {
    :root{
		--main-fs: 12.2px;
	}
	.container{
		max-width: 560px;
	}
	.col-sm-1{
		max-width: 8.33%;
		flex-basis: 8.33%;
	}
	.col-sm-2{
		max-width: 16.66%;
		flex-basis: 16.66%;
	}
	.col-sm-3{
		max-width: 25%;
		flex-basis: 25%;
	}
	.col-sm-4{
		max-width: 33.33%;
		flex-basis: 33.33%;
	}
	.col-sm-5{
		max-width: 41.66%;
		flex-basis: 41.66%;
	}
	.col-sm-6{
		max-width: 50%;
		flex-basis: 50%;
	}
	.col-sm-7{
		max-width: 57.47%;
		flex-basis: 57.47%;
	}
	.col-sm-8{
		max-width: 66.66%;
		flex-basis: 66.66%;
	}
	.col-sm-9{
		max-width: 75%;
		flex-basis: 75%;
	}
	.col-sm-10{
		max-width: 83.33%;
		flex-basis: 83.33%;
	}
	.col-sm-11{
		max-width: 91.74%;
		flex-basis: 91.74%;
	}
	.col-sm-12{
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media screen and (min-width: 768px){
    :root{
		--main-fs: 12.5px;
	}
	.container{
		max-width: 740px;
	}
	.col-md-1{
		max-width: 8.33%;
		flex-basis: 8.33%;
	}
	.col-md-2{
		max-width: 16.66%;
		flex-basis: 16.66%;
	}
	.col-md-3{
		max-width: 25%;
		flex-basis: 25%;
	}
	.col-md-4{
		max-width: 33.33%;
		flex-basis: 33.33%;
	}
	.col-md-5{
		max-width: 41.66%;
		flex-basis: 41.66%;
	}
	.col-md-6{
		max-width: 50%;
		flex-basis: 50%;
	}
	.col-md-7{
		max-width: 57.47%;
		flex-basis: 57.47%;
	}
	.col-md-8{
		max-width: 66.66%;
		flex-basis: 66.66%;
	}
	.col-md-9{
		max-width: 75%;
		flex-basis: 75%;
	}
	.col-md-10{
		max-width: 83.33%;
		flex-basis: 83.33%;
	}
	.col-md-11{
		max-width: 91.74%;
		flex-basis: 91.74%;
	}
	.col-md-12{
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media screen and (min-width: 992px) {
    :root{
		--main-fs: 12px;
	}
	.container{
		max-width: 920px;
	}
	.col-lg-1{
		max-width: 8.33%;
		flex-basis: 8.33%;
	}
	.col-lg-2{
		max-width: 16.66%;
		flex-basis: 16.66%;
	}
	.col-lg-3{
		max-width: 25%;
		flex-basis: 25%;
	}
	.col-lg-4{
		max-width: 33.33%;
		flex-basis: 33.33%;
	}
	.col-lg-5{
		max-width: 41.66%;
		flex-basis: 41.66%;
	}
	.col-lg-6{
		max-width: 50%;
		flex-basis: 50%;
	}
	.col-lg-7{
		max-width: 57.47%;
		flex-basis: 57.47%;
	}
	.col-lg-8{
		max-width: 66.66%;
		flex-basis: 66.66%;
	}
	.col-lg-9{
		max-width: 75%;
		flex-basis: 75%;
	}
	.col-lg-10{
		max-width: 83.33%;
		flex-basis: 83.33%;
	}
	.col-lg-11{
		max-width: 91.74%;
		flex-basis: 91.74%;
	}
	.col-lg-12{
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media(min-width: 1200px) {
    :root{
		--main-fs: 13.5px;
	}
	.container{
		max-width: 1120px;
	}
	.col-xl-1{
		max-width: 8.33%;
		flex-basis: 8.33%;
	}
	.col-xl-2{
		max-width: 16.66%;
		flex-basis: 16.66%;
	}
	.col-xl-3{
		max-width: 25%;
		flex-basis: 25%;
	}
	.col-xl-4{
		max-width: 33.33%;
		flex-basis: 33.33%;
	}
	.col-xl-5{
		max-width: 41.66%;
		flex-basis: 41.66%;
	}
	.col-xl-6{
		max-width: 50%;
		flex-basis: 50%;
	}
	.col-xl-7{
		max-width: 57.47%;
		flex-basis: 57.47%;
	}
	.col-xl-8{
		max-width: 66.66%;
		flex-basis: 66.66%;
	}
	.col-xl-9{
		max-width: 75%;
		flex-basis: 75%;
	}
	.col-xl-10{
		max-width: 83.33%;
		flex-basis: 83.33%;
	}
	.col-xl-11{
		max-width: 91.74%;
		flex-basis: 91.74%;
	}
	.col-xl-12{
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media screen and (min-width: 1440px){
    :root{
		--main-fs: 16.5px;
	}
	.container{
		max-width: 1280px;
	}
    .col-xxl-1{
		max-width: 8.33%;
		flex-basis: 8.33%;
	}
	.col-xxl-2{
		max-width: 16.66%;
		flex-basis: 16.66%;
	}
	.col-xxl-3{
		max-width: 25%;
		flex-basis: 25%;
	}
	.col-xxl-4{
		max-width: 33.33%;
		flex-basis: 33.33%;
	}
	.col-xxl-5{
		max-width: 41.66%;
		flex-basis: 41.66%;
	}
	.col-xxl-6{
		max-width: 50%;
		flex-basis: 50%;
	}
	.col-xxl-7{
		max-width: 57.47%;
		flex-basis: 57.47%;
	}
	.col-xxl-8{
		max-width: 66.66%;
		flex-basis: 66.66%;
	}
	.col-xxl-9{
		max-width: 75%;
		flex-basis: 75%;
	}
	.col-xxl-10{
		max-width: 83.33%;
		flex-basis: 83.33%;
	}
	.col-xxl-11{
		max-width: 91.74%;
		flex-basis: 91.74%;
	}
	.col-xxl-12{
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media screen and (min-width: 1920px){
	:root{
		--main-fs: 17px;
	}
	.container{
		max-width: 1450px;
	}
    .col-xxxl-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-xxxl-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-xxxl-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-xxxl-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-xxxl-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-xxxl-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-xxxl-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-xxxl-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-xxxl-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-xxxl-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-xxxl-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-xxxl-12{
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (min-width: 2300px){
	
	.container{
		max-width: 1700px;
	}
}

@media screen and (min-width: 2560px){
	
	.container{
		max-width: 2000px;
	}
}

@media screen and (min-width: 2800px){
	
	.container{
		max-width: 2400px;
	}
}

@media screen and (min-width: 3440px){

	.container{
		max-width: 2700px;
	}
}

@media screen and (min-width: 3800px){

	.container{
		max-width: 3100px;
	}
}

@media screen and (max-width: 1439px){
    .why-we-section .wrapper-list{
        margin-bottom: 2em;
    }
    .why-we-section .column-wy-we-card-1,
    .why-we-section .column-wy-we-card-2{
        margin-top: 2em;
    }

}

@media screen and (max-width: 1199px) and (orientation: portrait){
    .main-section{
        padding: 10.5em 0 8em 0;
        height: 100vh;
    }
}

@media screen and (max-width: 1199px){
    .wrapper-text p, .why-we-section .wrapper-list li{
        font-size: 16px;
    }
    .footer-row-1 .footer-column-info:nth-child(1),
    .footer-row-1 .footer-column-info:nth-child(2){
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 991px){
    .bottom-header{
        padding: 0.7em 0;
    }
    .main-menu{
        display: none;
    }
    .wrapper-main-nav .fa-bars{
        display: block;
    }
    .main-section #image-slider-1{
        margin-top: 2.5em;
        max-width: 100%;
        width: 100%;
    }
    .container-pricelist{
        padding-bottom: 18em;
    }
    .col-about-us{
        margin-bottom: 5em;
    }
    .promotion-section{
        padding-top: 11em;
    }
    .promotion-section .container,
    .promotion-section .container .row > div:nth-of-type(2){
        position: static;
    }
    .promotion-section .container .row > div:nth-of-type(1){
        margin-top: 15em;
    }
    .promotion-section .container .row > div:nth-of-type(2){
        order: -1;
        position: relative;
        top: -5em;
    }
    .promotion-section .wrapper-img{
        left: 50%;
        top: 0;
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
    }
    .promotion-section .wrapper-img img{
        margin-left: auto;
        margin-right: auto;
    }
    .footer-row-1 .footer-column-info{
        font-size: 1.1em;
    }
    .footer-row-1 .footer-column-info .inner-column{
        text-align: left;
        flex-direction: row;
        align-items: center;
    }
    .footer-row-1 .footer-column-info:nth-child(1),
    .footer-row-1 .footer-column-info:nth-child(2),
    .footer-row-1 .footer-column-info:nth-child(3){
        margin-bottom: 1.5em;
    }
    
    .footer-row-1 .footer-column-info .inner-column > div{
        margin-top: 0;
        margin-left: 1em;
    }
    .footer-row-1 .footer-column-info .inner-column span.icon{
        width: 3em;
        height: 3em;
    }
    .footer .footer-bottom .wrapper-text p{
        text-align: left;
    }
}

@media screen and (max-width: 767px){
    .main-header{
        font-size: 1.1em;
    }
    .container-pricelist{
        padding-bottom: 14em;
    }
    .promotion-section{
        padding-top: 11em;
    }
    .promotion-section .container .row > div:nth-of-type(1){
        margin-top: 11em;
    }
}

@media screen and (max-width: 575px){
    .wrapper-title h1{
        font-size: 2em;
    }
    .wrapper-title h2{
        font-size: 1.7em;
    }
    .wrapper-text p{
        font-size: 15px;
    }
    .main-section #image-slider-1{
        max-width: 85%;
    }
    .container-pricelist{
        padding-bottom: 38%;
    }
    .promotion-section{
        padding-top: 33%;
    }
    .promotion-section .container .row > div:nth-of-type(1){
        margin-top: 24%;
    }
    .footer-row-2 .footer-column-info .footer-quick-links ul li a
    .footer-row-2 .footer-column-info .social-media-items ul li a{
        font-size: 1.1em;
    }
}

@media screen and (max-width: 450px){
    
}

@media screen and (max-width: 390px){
    .wrapper-title h1{
        font-size: 1.9em;
    }
    .wrapper-title h2{
        font-size: 1.6em;
    }
    .service-item .service-description .wrapper-title h3{
        font-size: 1.3em;
    }
    .why-we-section .wrapper-list li{
        font-size: 16px;
    }
    .container-answers .answer-wrapper .question-item .question-item-part p{
        font-size: 1.1em;
    }
}

@media screen and (max-width: 370px){
    
}

@media screen and (max-width: 360px){
    
}

@media screen and (max-width: 350px){
    
}