#main-menu, .background, article, aside, 
details, figcaption, figure, footer,
header, menu, nav, section {
    display: block;
}
#background-outer,
#logo,
#motto,
#page {
    overflow: hidden;
}
#logo,
#main-menu .element-content,
.navbar-toggle {
    cursor: pointer;
}
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
}
@font-face {
    font-family: OpenSans;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/OpenSans-LightItalic.woff2) format("woff2"), url(../fonts/OpenSans-LightItalic.woff) format("woff");
}
@font-face {
    font-family: OpenSans;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/OpenSans-SemiboldItalic.woff2) format("woff2"), url(../fonts/OpenSans-SemiboldItalic.woff) format("woff");
}
@font-face {
    font-family: OpenSans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/opensans-italic-webfont.woff2) format("woff2"), url(../fonts/opensans-italic-webfont.woff) format("woff");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
    font-family: OpenSans, serif;
    font-size: 16px;
    position: relative;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#page {
    transition: margin 0.4s;
    transition-timing-function: ease-out;
}
#page.page-main-page {
    height: 1500px;
}
#page.page-about-us {
    height: 1630px;
}
#page.page-transport {
    height: 2000px;
}
#page.page-cool-transport {
    height: 1830px;
}
#page.page-gallery {
    height: 1860px;
}
#page.page-work {
    height: 980px;
}
#page.page-contact {
    height: 1630px;
}
#background-inner,
#background-outer,
.background {
    position: absolute;
    height: 100%;
}
#background-outer {
    width: 100%;
    top: 0;
    left: 0;
    background: #aaa59a;
    z-index: -1;
}
#background-inner {
    width: calc(100vw * 3);
    animation: slide-background 20s infinite linear;
}
.background {
    width: 100vw;
    top: 0;
    z-index: -1;
    background-size: 100% auto;
}
#main-menu,
#main-page {
    position: relative;
    box-sizing: border-box;
}
#logo:before,
#main-page {
    width: 100%;
    transform: skewY(-32deg);
}
#logo,
#logo:before {
    top: 0;
    height: 220px;
    position: absolute;
}
.bg-1 {
    background: url(../images/bg1b.png) top center no-repeat;
    left: 0;
    background-size: 100% auto;
}
.bg-2 {
    background: url(../images/bg2b.png) top center no-repeat;
    left: 100vw;
    background-size: 100% auto;
}
.bg-3 {
    background: url(../images/bg3b.png) top center no-repeat;
    left: calc(100vw * 2);
    background-size: 100% auto;
}
.bg-4 {
    background: url(../images/bg4b.png) top center no-repeat;
    left: calc(100vw * 3);
    background-size: 100% auto;
}
.bg-5 {
    background: url(../images/bg1b.png) top center no-repeat;
    left: calc(100vw * 4);
    background-size: 100% auto;
}
@keyframes slide-background {
    0%,
    20% {
        left: 0;
    }
    25%,
    45% {
        left: -100vw;
    }
    50%,
    70% {
        left: -200vw;
    }
    75%,
    95% {
        left: -300vw;
    }
    100% {
        left: -400vw;
    }
}
#logo {
    left: calc(50% - 500px);
    width: 295px;
    pointer-events: none;
    z-index: 100;
}
#logo:before {
    content: "";
    left: 0;
    z-index: -1;
    pointer-events: all;
    background-color: #00324b;
    transform-origin: 0 0;
}
#logo:after {
    content: "";
    pointer-events: all;
    background: url(../images/logo_biale.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 198px;
    height: 48px;
    z-index: 1;
}
#main-page {
    min-width: 1000px;
    margin: 0 auto;
    z-index: 10;
    padding-top: 50px;
    transform-origin: calc(50% + 500px) 0;
}
#main-menu {
    width: 650px;
    margin: 0 calc(50% - 500px) -1px auto;
    height: 80px;
    font-size: 0;
    text-align: left;
    z-index: 1;
}
#main-menu .menu-elements-container {
    display: inline-block;
    background-color: rgba(0, 50, 75, 0.8);
    height: 75px;
    padding-top: 5px;
}
#main-menu .element {
    display: inline-block;
    width: 60px;
    height: 75px;
    background-clip: content-box;
}
#main-menu .element:not(.bottom):after {
    display: none;
    content: "";
    width: 2px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 74px;
    left: calc(50% - 1px);
}
#main-menu .element .name {
    display: none;
    position: absolute;
    top: -58px;
    transform: skewY(32deg);
    transform-origin: 100% 0;
    left: -340px;
    height: 40px;
    width: 300px;
    text-indent: 25px;
    background-color: #86ab34;
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    border-left: 5px solid #fff;
}
#main-menu .element:hover .name,
#main-menu .element:hover:after {
    display: block;
}
#main-menu .element .name::before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: 295px;
    width: 65px;
    height: 2px;
    background-color: #86ab34;
}
#main-menu .element .name::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 357px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #86ab34;
}
#content,
#main-menu .element,
#motto {
    position: relative;
}
#main-menu .element[data-id="main-page"]::after {
    height: 50px;
}
#main-menu .element[data-id="main-page"] .name {
    left: -340px;
    top: -58px;
}
#main-menu .element[data-id="main-page"] .name::before {
    width: 65px;
}
#main-menu .element[data-id="main-page"] .name::after {
    left: 357px;
}
#main-menu .element[data-id="about-us"]::after {
    height: 90px;
}
#main-menu .element[data-id="about-us"] .name {
    left: -400px;
    top: -95px;
}
#main-menu .element[data-id="about-us"] .name::before {
    width: 125px;
}
#main-menu .element[data-id="about-us"] .name::after {
    left: 417px;
}
#main-menu .element[data-id="transport"]::after {
    height: 125px;
}
#main-menu .element[data-id="transport"] .name {
    left: -460px;
    top: -132px;
}
#main-menu .element[data-id="transport"] .name::before {
    width: 185px;
}
#main-menu .element[data-id="transport"] .name::after {
    left: 477px;
}
#main-menu .element[data-id="cool-transport"]::after {
    height: 160px;
}
#main-menu .element[data-id="cool-transport"] .name {
    left: -520px;
    top: -169px;
}
#main-menu .element[data-id="cool-transport"] .name::before {
    width: 245px;
}
#main-menu .element[data-id="cool-transport"] .name::after {
    left: 537px;
}
#main-menu .element[data-id="gallery"]::after {
    height: 235px;
}
#main-menu .element[data-id="gallery"] .name {
    left: -580px;
    top: -206px;
}
#main-menu .element[data-id="gallery"] .name::before {
    width: 305px;
}
#main-menu .element[data-id="gallery"] .name::after {
    left: 597px;
}
#main-menu .element[data-id="work"]::after {
    height: 275px;
}
#main-menu .element[data-id="work"] .name {
    left: -640px;
    top: -243px;
}
#main-menu .element[data-id="work"] .name::before {
    width: 365px;
}
#main-menu .element[data-id="work"] .name::after {
    left: 657px;
}
#main-menu .element[data-id="contact"]::after {
    height: 342px;
}
#main-menu .element[data-id="contact"] .name {
    left: -700px;
    top: -280px;
}
#main-menu .element[data-id="contact"] .name::before {
    width: 425px;
}
#main-menu .element[data-id="contact"] .name::after {
    left: 717px;
}
#main-menu .element[data-id="warehouse"]::after {
    height: 195px;
}
#main-menu .element[data-id="warehouse"] .name {
    left: -580px;
    top: -144px;
    width: 400px;
}
#main-menu .element[data-id="warehouse"] .name::before {
    width: 205px;
    left: 400px;
}
#main-menu .element[data-id="warehouse"] .name::after {
    left: 597px;
}
#main-menu .element[data-id="complaints"]::after {
    height: 306px;
}
#main-menu .element[data-id="complaints"] .name {
    left: -580px;
    top: -144px;
    width: 400px;
}
#main-menu .element[data-id="complaints"] .name::before {
    width: 205px;
    left: 400px;
}
#main-menu .element[data-id="complaints"] .name::after {
    left: 597px;
}
#main-menu .element {
    background-color: rgba(0, 50, 75, 0);
}
#main-menu .element.active,
#main-menu .element.active:hover,
#main-menu .element:not(.bottom):hover {
    background-color: #fff;
}
#main-menu .element.not-active {
    position: relative;
    background-color: rgba(0, 50, 75, 0) !important;
}
#main-menu .element .icon {
    width: 60px;
    height: 37px;
    transform: skewY(32deg);
    transform-origin: 0 0;
    background: url(../images/homeWhite.png) center center no-repeat;
}
#content-container:before,
#content:before {
    content: "";
    width: 0;
    right: 0;
    top: -50px;
    z-index: -1;
}
#main-menu .element:not(.bottom):hover .element.active[data-id="main-page"]:not(:hover) .icon,
#main-menu .element[data-id="main-page"] .icon {
    background-image: url(../images/homeWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="about-us"]:not(:hover) .icon,
#main-menu .element[data-id="about-us"] .icon {
    background-image: url(../images/aboutWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="transport"]:not(:hover) .icon,
#main-menu .element[data-id="transport"] .icon {
    background-image: url(../images/truckWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="cool-transport"]:not(:hover) .icon,
#main-menu .element[data-id="cool-transport"] .icon {
    background-image: url(../images/snowflakesWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="gallery"]:not(:hover) .icon,
#main-menu .element[data-id="gallery"] .icon {
    background-image: url(../images/galleryWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="work"]:not(:hover) .icon,
#main-menu .element[data-id="work"] .icon {
    background-image: url(../images/jobWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="contact"]:not(:hover) .icon,
#main-menu .element[data-id="contact"] .icon {
    background-image: url(../images/contactWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="warehouse"]:not(:hover) .icon,
#main-menu .element[data-id="warehouse"] .icon {
    background-image: url(../images/warehouseWhite.png);
}
#main-menu .element:not(.bottom):hover .element.active[data-id="complaints"]:not(:hover) .icon,
#main-menu .element[data-id="complaints"] .icon {
    background-image: url(../images/complaintsWhite.png);
}
#main-menu .element.active[data-id="main-page"] .icon,
#main-menu .element[data-id="main-page"]:hover .icon {
    background-image: url(../images/homeGreen.png);
}
#main-menu .element.active[data-id="about-us"] .icon,
#main-menu .element[data-id="about-us"]:hover .icon {
    background-image: url(../images/aboutGreen.png);
}
#main-menu .element.active[data-id="transport"] .icon,
#main-menu .element[data-id="transport"]:hover .icon {
    background-image: url(../images/truckGreen.png);
}
#main-menu .element.active[data-id="cool-transport"] .icon,
#main-menu .element[data-id="cool-transport"]:hover .icon {
    background-image: url(../images/snowflakesGreen.png);
}
#main-menu .element.active[data-id="gallery"] .icon,
#main-menu .element[data-id="gallery"]:hover .icon {
    background-image: url(../images/galleryGreen.png);
}
#main-menu .element.active[data-id="work"] .icon,
#main-menu .element[data-id="work"]:hover .icon {
    background-image: url(../images/jobGreen.png);
}
#main-menu .element.active[data-id="contact"] .icon,
#main-menu .element[data-id="contact"]:hover .icon {
    background-image: url(../images/contactGreen.png);
}
#main-menu .element.active[data-id="warehouse"] .icon,
#main-menu .element[data-id="warehouse"]:hover .icon {
    background-image: url(../images/warehouseGreen.png);
}
#main-menu .element.active[data-id="complaints"] .icon,
#main-menu .element[data-id="complaints"]:hover .icon {
    background-image: url(../images/complaintsGreen.png);
}
.element.not-active[data-id="main-page"] .icon {
    background-image: url(../images/homeWhite.png) !important;
}
.element.not-active[data-id="about-us"] .icon {
    background-image: url(../images/aboutWhite.png) !important;
}
.element.not-active[data-id="transport"] .icon {
    background-image: url(../images/truckWhite.png) !important;
}
.element.not-active[data-id="cool-transport"] .icon {
    background-image: url(../images/snowflakesWhite.png) !important;
}
.element.not-active[data-id="gallery"] .icon {
    background-image: url(../images/galleryWhite.png) !important;
}
.element.not-active[data-id="work"] .icon {
    background-image: url(../images/jobWhite.png) !important;
}
.element.not-active[data-id="contact"] .icon {
    background-image: url(../images/contactWhite.png) !important;
}
.element.not-active[data-id="warehouse"] .icon {
    background-image: url(../images/warehouseWhite.png) !important;
}
.element.not-active[data-id="complaints"] .icon {
    background-image: url(../images/complaintsWhite.png) !important;
}
#main-menu #language.element {
    background-color: rgba(0, 50, 75, 0.8);
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 80px;
    vertical-align: top;
    margin-left: 10px;
}
#motto,
#motto span {
    color: #fff;
    font-weight: 300;
}
#main-menu #language.element:after {
    height: 0;
}
#main-menu #language.element .icon {
    background: 0 0;
    line-height: 42px;
}
#main-menu #language.element .options {
    display: none;
    margin-top: 42px;
}
#motto {
    width: 690px;
    height: 430px;
    font-size: 20px;
    line-height: 35px;
    background-color: #86ab34;
    margin: 0 calc(50% - 500px) 0 calc(50% - 190px);
}
#motto span {
    display: block;
    white-space: nowrap;
    font-style: italic;
    text-align: left;
    transform: skewY(32deg);
    transform-origin: 260px 0;
    text-indent: 140px;
}
#motto span.line1 {
    padding-left: 22%;
}
#motto span.line2 {
    padding-left: 15%;
    font-size: 183%;
}
#motto span.line3 {
    padding-left: 8%;
}
#content-container {
    transform: skewY(32deg);
    transform-origin: calc(50% + 500px) 0;
    padding-bottom: 50px;
}
#content-container:before {
    position: absolute;
    height: 0;
    border-top: 0;
    border-bottom: calc(31.2435vw - 115px) solid #86ab34;
    border-right: calc(50vw + 180px) solid #86ab34;
    border-left: calc(50vw - 187px) solid transparent;
}
#content-container:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: calc(31.2435vw - 166px);
    bottom: 0;
    background-color: #86ab34;
    z-index: -1;
}
#content {
    width: 750px;
    background-color: #fff;
    font-style: italic;
    font-weight: 300;
    color: #00324b;
    box-sizing: border-box;
    border-top-width: 0;
    margin: 50px calc(50% - 500px) 0 auto;
    padding: 0 50px 50px;
}
#content:before {
    position: absolute;
    height: 0;
    border-top: 0;
    border-bottom: 285px solid #fff;
    border-right: 687px solid #fff;
    border-left: 455px solid transparent;
}
#content .container {
    padding-right: 15px;
    color: #00324b;
}
#content.loading > * {
    opacity: 0;
}
#content .container h1 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #00abbe;
    margin-bottom: 20px;
}
#content .container p {
    text-indent: 35px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 0 20px;
    text-align: justify;
}
#content .container p.no-indent {
    text-indent: 0;
}
#content .container img {
    display: inline-block;
    padding-bottom: 20px;
    max-width: 100%;
}
#content .container .gallery {
    font-size: 0;
}
#content .container .gallery img {
    width: 32%;
    margin-left: 1%;
    vertical-align: top;
}
#content .container table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
#content .container table th,
.navbar-toggle {
    font-weight: 600;
}
#content .container table td,
#content .container table th {
    height: 30px;
    vertical-align: middle;
    text-align: left;
}
#content .container .strong,
#content .container strong {
    font-style: italic;
    font-weight: 600;
}
#content .container .bright {
    color: #00abbe;
}
#content .container a {
    color: #00324b;
    text-decoration: none;
}
#content .container #map {
    margin: 0 -50px -50px;
    width: calc(100% + 115px);
    height: 450px;
    overflow: hidden;
}
#map iframe {
    width: 100%;
    height: 100%;
}
#content .container ol {
    margin-top: -15px;
    padding-bottom: 20px;
    list-style-type: decimal;
}
#content .container ol li {
    line-height: 25px;
}
#main-body.wider-content #motto {
    width: calc(33vw + 1px);
    font-size: calc(8px + 1vw);
    line-height: 40px;
}
.mobile-menu .back,
.mobile-menu .language-box a,
.mobile-menu a.element,
.navbar-toggle .text {
    font-size: 20px;
    font-style: italic;
}
#main-body.wider-content #content {
    width: calc(45vw + 100px);
}
#content .container table p {
    padding: 0;
    text-indent: 0;
}
#main-menu .options a {
    display: block;
    background: #00324b;
    color: #fff;
    margin-top: 1px;
    text-decoration: none;
}
#main-menu .options span {
    transform: skewY(32deg);
    transform-origin: 0 0;
    display: block;
    height: 52px;
}
.navbar-toggle {
    display: none;
    position: absolute;
    top: 300px;
    height: 55px;
    width: 110px;
    right: 20px;
    z-index: 99;
    color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    margin-top: 4px;
    margin-left: 75px;
}
.navbar-toggle .text {
    display: block;
    float: left;
    margin-top: 5px;
    padding-left: 16px;
}
.mobile-menu {
    position: fixed;
    left: 100%;
    width: 80%;
    top: 0;
    z-index: 3000;
    height: 100%;
    box-shadow: 5px 0 15px 0 #000 inset;
    overflow: auto;
    transition: left 0.4s;
    transition-timing-function: linear;
    background: #00324b;
}
.toggled,
.toggled #page {
    overflow: hidden;
}
.mobile-menu a.element {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: right;
    border-top: 1px solid #335b6f;
    padding: 20px 0 20px 20px;
    font-weight: 400;
}
.mobile-menu a.element:last-of-type {
    border-bottom: 1px solid #335b6f;
}
.mobile-menu a.active {
    color: #86ab34 !important;
}
.mobile-menu a .icon {
    background: url(../images/homeWhite.png) center center no-repeat;
    float: right;
    margin-left: 15px;
    width: 27px;
    height: 27px;
}
.mobile-menu .element[data-id="main-page"] .icon {
    background-image: url(../images/homeWhite.png);
}
.mobile-menu .element[data-id="about-us"] .icon {
    background-image: url(../images/aboutWhite.png);
}
.mobile-menu .element[data-id="transport"] .icon {
    background-image: url(../images/truckWhite.png);
}
.mobile-menu .element[data-id="cool-transport"] .icon {
    background-image: url(../images/snowflakesWhite.png);
}
.mobile-menu .element[data-id="gallery"] .icon {
    background-image: url(../images/galleryWhite.png);
}
.mobile-menu .element[data-id="work"] .icon {
    background-image: url(../images/jobWhite.png);
}
.mobile-menu .element[data-id="contact"] .icon {
    background-image: url(../images/contactWhite.png);
}
.mobile-menu .element[data-id="warehouse"] .icon {
    background-image: url(../images/warehouseWhite.png);
}
.mobile-menu .element[data-id="complaints"] .icon {
    background-image: url(../images/complaintsWhite.png);
}
.mobile-menu .back {
    font-weight: 600;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.mobile-menu .back .icon {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/back.png) center no-repeat;
}
.mobile-menu .back .name {
    margin-left: 60px;
}
.mobile-menu .wrapper-mobile {
    margin: 15px;
}
.mobile-menu .language-box {
    vertical-align: bottom;
    margin-top: 70px;
    text-align: center;
}
.mobile-menu .language-box .title {
    border-bottom: 1px solid #335b6f;
    text-align: right;
    font-size: 20px;
    font-style: italic;
    padding-bottom: 15px;
    color: #fff;
    padding-right: 40px;
}
.mobile-menu .language-box a {
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    color: #fff;
}
.toggled .mobile-menu {
    left: 20%;
}
.toggled #page {
    position: relative;
    height: 100vh;
    margin-left: -100%;
    margin-right: 80%;
    transition-timing-function: ease-in;
}
.contact {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
.contact .box {
    display: inline-block;
    width: 95%;
    padding: 5px;
    min-width: 120px;
}
.contact .box-outer {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.contact .box .row {
    padding: 8px;
}
.contact .box .row.head {
    font-weight: 600;
}
#background-mobile {
    display: none;
}
.header-content {
    border-top: 1px #86ab34;
    position: relative;
    height: 100%;
    margin: 20px 0;
    border-style: dotted;
}
.header-content .text {
    position: absolute;
    padding: 10px;
    background: #86ab34;
    color: #fff;
    min-width: 100px;
    font-weight: 700;
    top: -21px;
    left: 20px;
    font-size: 20px;
}
.skype-icon {
    position: relative;
    color: #fff !important;
}
.skype-icon::after {
    content: "";
    background: url(../images/skype.png) no-repeat;
    width: 25px;
    height: 25px;
    font-size: 0;
    display: block;
    float: left;
    position: absolute;
    top: -3px;
    right: 0;
}
.map-wrapper {
    width: calc(100% + 115px);
    margin: 0 -50px -50px;
}
.map-wrapper iframe {
    width: calc(100% - 5px);
    height: 100%;
}
.map-wrapper .left-map,
.map-wrapper .right-map {
    float: left;
    width: 50%;
    height: 350px;
    margin-bottom: -50px;
}
.map-wrapper .right-map iframe {
    float: right;
}
@media all and (min-width: 1600px) {
    .background img {
        background-size: 100% auto;
    }
}
@media (max-width: 1020px) {
    #logo {
        left: 0;
        z-index: -1;
    }
    #main-page {
        padding: 0;
        min-width: 0;
    }
    #motto {
        margin-top: 80px;
    }
    #main-menu {
        position: absolute;
        top: -80px;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 990px) {
    #motto {
        margin-left: calc(100vw - 690px);
    }
    .contact .box {
        min-height: auto !important;
    }
}
@media (max-width: 930px) {
    #main-menu {
        width: auto;
    }
    #main-menu .element[data-id="main-page"]::after {
        height: 114px;
    }
    #main-menu .element[data-id="about-us"]::after {
        height: 154px;
    }
    #main-menu .element[data-id="transport"]::after {
        height: 189px;
    }
    #main-menu .element[data-id="cool-transport"]::after {
        height: 224px;
    }
    #main-menu .element[data-id="gallery"]::after {
        height: 259px;
    }
    #main-menu .element[data-id="work"]::after {
        height: 299px;
    }
    #main-menu .element[data-id="complaints"]::after {
        height: 299px;
    }
    #main-menu .element[data-id="contact"]::after {
        height: 339px;
    }
}
@media (min-width: 860px) and (max-width: 930px) {
    #content .container {
        width: 95%;
    }
}
@media (min-width: 800px) and (max-width: 860px) {
    #content .container {
        width: 88%;
    }
}
@media (max-width: 800px) {
    #content .container #map,
    #content .container .map-wrapper {
        width: calc(100% + 30px);
        margin: 0 -15px -15px;
    }
    .map-wrapper .left-map,
    .map-wrapper .right-map {
        width: 100%;
        margin-bottom: 10px !important;
    }
    .map-wrapper iframe {
        width: 100%;
    }
    .map-wrapper .right-map iframe {
        float: none !important;
    }
    #main-menu,
    #motto span {
        display: none;
    }
    #main-page {
        min-width: 0;
        padding: 0;
        overflow: hidden;
    }
    #motto {
        width: auto;
        margin: 0;
    }
    #content {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        padding: 55px 15px 15px;
    }
    #content .container .gallery img {
        width: 100%;
        display: block;
    }
    #content .container h1 {
        border-top: 2px solid #fff;
        padding-top: 30px;
        background: #86ab34;
        position: absolute;
        top: -90px;
        right: 0;
        color: #fff;
        border-bottom: none;
        text-align: right;
        width: 100%;
        font-size: 25px;
    }
    #content:before {
        top: 0;
        border: none;
    }
    .navbar-toggle {
        display: block;
    }
    #content .container {
        padding-right: 0;
    }
    #content .container p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 600px) {
    #background-mobile,
    .contact .box,
    .contact .box-outer {
        display: block;
        width: 100%;
    }
    .contact .box-outer {
        margin-bottom: 40px;
    }
    #main-page {
        transform-origin: calc(50% + 330px) 0;
    }
    .navbar-toggle {
        top: 160px;
    }
    #logo {
        width: 170px;
        height: 220px;
    }
    #logo:before {
        height: 130px;
    }
    #logo:after {
        left: 10px;
        width: 115px;
        height: 30px;
        background-size: 100% auto;
    }
    #content-container {
        transform-origin: calc(50% + 600px) 0;
    }
    #background-outer {
        display: none;
    }
    #background-mobile {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: -1;
        background: url(../images/bg1b.png) top center no-repeat #aaa59a;
        background-size: 100% auto;
        left: 0;
    }
}
@media (max-width: 400px) {
    #content .container h1 {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: -40px;
    }
    #main-page {
        transform-origin: calc(50% + 270px) 0;
    }
    .navbar-toggle {
        top: 140px;
        right: 10px;
    }
    #content {
        margin-top: 0;
    }
}
@media (max-width: 300px) {
    .navbar-toggle .text {
        font-size: 18px;
        padding-left: 20px;
        margin-top: 5px;
    }
}
@media (min-width: 600px) {
    .navbar-toggle .text {
        font-size: 25px;
        padding-left: 0;
        margin-top: 0;
    }
}
@media (max-width: 400px) {
    #ue_flags {
        position: relative;
        bottom: 0px;
        width: 300px;
        padding: 10px;
        margin: auto;
        background: #fff;
        text-align: center;
        font-size: 9px;
    }
    #img_ue {
        width: 280px !important;
    }
}
@media (min-width: 400px) {
    #ue_flags {
        position: absolute;
        bottom: 0px;
        z-index: 1000;
        width: 410px;
        padding: 10px;
        margin: 20px;
        background: #fff;
        text-align: center;
        font-size: 9px;
    }
}
