@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "RobotoRegular";
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/Roboto-Light.ttf");
}

* {
    margin: 0;
    padding: 0;
    font-family: RobotoRegular, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #404040;
}

html {
    min-height: 100%;
    position: relative;
    position: relative;
    padding-bottom: 239px;
    box-sizing: border-box;
}
html body {
    height: 100%;
    /* position: relative;
    padding-bottom: 239px;
    box-sizing: border-box; */
}

h1 {
    font-size: 30px;
    color: white;
    letter-spacing: 1px;
    margin-top: 12px;
    font-weight: 100;
}

h2 {
    font-size: 50px;
    color: white;
    letter-spacing: 2.5px;
}

h3 {
    color: #222;
    font-size: 30px;
    font-weight: 100;
    margin-top: 100px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

ul {
    list-style: none;
  }

li {
    color: #fff;
}

.text-about-main-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-about-center li::before {
    content: "\2022";
    color: #489FE1; /* Change the color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.logo_position {
    /* float: left; */
    width: 360px;
    margin: auto auto;
    margin-top: 70px;
    /* margin-left: 420px;*/
}

.slogan {
    margin-top: -8px;
    font-size: 14px;
    color: #818181;
    letter-spacing: 0.3px;
    text-align: center;
    font-family: "RobotoLight";
}

.language-container {
    position: relative;
    /* margin-left: 378px;
    margin-top: 107px;
    display: inline-block; */
    float: right;
    top: -50px;
    right: 42px;
}

.language {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border:1px #707070 solid;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    transition: height .3s;
}

.language:hover {
    height: 101px;
}

.language p {
    margin-top: 11px;
    font-weight: bold;
}

.language p:hover {
    color: #45A6EF;
}

.menu-wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.main-left-menu {
    /* width: 713px;
    list-style-type: none; */
    width: 52%;
    margin-right: 8%;
}

.main-left-menu ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.main-left-menu li {
    display: inline-block;
    margin: 67px 0px;
    /* margin-right: 99px; */

}

.main-left-menu a {
    color: #606060;
}

.main-left-menu a:hover {
    color: #45A6EF;
}

.main-right-menu {
    width: 32%;
    margin-left: 8%;
}

.main-right-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.main-right-menu li {
    display: inline-block;
    margin: 67px 0px;
    /* margin-left: 10%; */
}

.main-right-menu a {
    color: #606060;
}

.pointer span:hover,
.main-right-menu a:hover {
    color: #45a6ef;
}

.menubar {
    display: inline-block;
}


#qoutes-owl .owl-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#qoutes-owl .owl-nav .owl-prev, #qoutes-owl .owl-nav .owl-next {
    font-size: 28px;
    margin-left: 15px;
    margin-right: 15px;
}

#qoutes-owl .owl-nav .owl-prev > span , #qoutes-owl .owl-nav .owl-next > span {
    color: #4EA2E2;
}

.menu {
    display: flex;
}

ul.menu li {
    list-style-type: none;
    flex-basis: auto;
    flex-grow: 1;
}

.menu li a {
    font-size: 16px;
    color: #606060;
    display: block;
    padding: 70px 0;
    margin-left: 51px;
    margin-right: 46px
}

.vertical-line {
    width: 1px;
    height: 20px;
    background-color: #b9b9b9;
    margin: 70px 0px;
}

.slider_pic {
    width: 100%;
    height: 595px;
    margin: 0 auto;
    background-image: url(../img/slider_1.jpg);
    background-position: center;
    background-color: #606060;
    background-size: cover;
    text-align: center;
    display: table;
}

/* @media (min-width: 320px) and (max-width: 480px) {

    .slider_pic {
      width: 123vw;
      height: 105vh;
    }
    .text-about-secondary-left {
        font-size: 50em;
    }
  } */

.main-content {
    min-height: 400px;
}
.slider-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.slider-buttons-wrapper {
    margin-top: 30px;
}

.slider-left-button {
    background-color: rgba(0, 0, 0, 0.2);
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    padding: 18px 68px;
    transition: background-color .2s, border .2s, color .2s;
}

.slider-left-button:hover {
    background-color: #fff;
    color: #45A6EF;
}

/* .slider-right-button {
    background-color: white;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #45a6ef;
    font-size: 17px;
    padding: 18px 43px;
    margin-left: 30px;
    transition: background-color .2s, color .1s;
} */

.slider-right-button {
    background-color: #45a6ef;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #45a6ef;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 17px;
    padding: 18px 43px;
    margin-left: 30px;
    transition: background-color .2s, color .1s;
}

.slider-right-button:hover {
    background-color: #fff;
    color: #45A6EF;
}

.white-bg {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 70px;
    padding-bottom: 70px;

}

.black-headline-white-background {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.black-headline {
    font-size: 19px;
    font-family: 'RobotoLight';
    color: #fff;
    padding-top: 1px;
}

.black-one-corporate-value-text {
    color: #000;
    font-size: 19px;
    font-family: "RobotoLight";
}



.text-about {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.text-about p {
    margin-bottom: 15px;
}

.text-about-center {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 30px;
    color: #222;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.text-about-secondary-left {
    width: 47%;
    text-align: left;
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
    color: #404040;
    font-family: 'RobotoLight';
    text-align: justify;
}

.text-about-secondary-right {
    width: 47%;
    text-align: left;
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
    color: #404040;
    font-family: 'RobotoLight';
    text-align: justify;
}

.value {
    width: 20%;
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
    /* margin-right: 46px; */
}

.value_icon {
    margin-top: 27px;

}

.circle-icon {
    height: 85px;
    width: 85px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #606060;
    background-color: transparent;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.value-name {
    font-size: 30px;
    text-align: center;
    padding-bottom: 15px;
}

.value-list {
    padding-left: 20px;
    font-size: 16px;

}

.value-list li {
    color: #404040;
    line-height: 22px;
}

.clients {
    background-color: #FAFAFA;
    height: auto;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 100px;
    margin-top: 45px;
}

.clients h3 {
    margin-top: 100px;
    margin-bottom: 15px;
}

.customer-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.customer-logos .slide {
    height: 100px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.customer-logos .slide img{
    width: auto;
    height: auto;
    margin: auto;
}

/* .slide {
    display: inline-block;
    margin: 30px;
} */

.analytics {
    width: 100%;
    background: url(../img/bg_analytics.jpg) ;
    background-size: cover;
    text-align: center;
    padding-top: 58px;
    padding-bottom: 190px;
}

.analytics_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center

}

.analytics_section {
    margin-top: 40px;
    width: 200px;
    display: inline-block;
    padding: 0 70px;
}

.analytics_headline {
    color: #45A6EF;
    font-size: 30px;
}

.analytics_text {
    padding-top: 2px;
    color: #45A6EF;
    font-size: 19px;
}

.client_quotes {
    padding-top: 1px;
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 60px;
}

.client_quotes .client_quotes_list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.quote_author {
    text-align: right;
    font-family: "RobotoLight";
    font-weight: bold;
}

.one_client_quote {
    /*width: 30%;*/
    text-align: left;
    margin-top: 50px;
}

.speech-bubble-ds {
    background: #fff;
    border: 1px solid #4EA2E2;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 auto 40px;
    max-width: 330px;
    padding: 25px;
    position: relative;
}

.speech-bubble-ds p {
    margin-bottom: 10px;
    font-size: 19px;
}

.speech-bubble-ds-arrow {
    border-left: 21px solid transparent;
    bottom: -25px;
    position: absolute;
    right: 15px;
}
.speech-bubble-ds-arrow::before {
    border-left: 23px solid transparent;
    border-top: 23px solid #4EA2E2;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 5px;
}
.speech-bubble-ds-arrow::after {
    border-left: 21px solid transparent;
    border-top: 21px solid #fff;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}

.contacts {
    background: url(../img/bg_contacts.jpg);
    width: 100%;
    height: 186px;
}

.contacts_content {
    width: 1200px;
    margin: 0 auto;
    height: 186px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contacts_content_item {
    width: 30%;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
}

.contacts_content_item_icon {
    height: 93px;
    width: 93px;
    float: left;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #45A6EF;

    box-shadow: 0 8px 10px #33709f;
    text-align: center;
}

.contacts_content_icon {
    margin: 27px;
}

.contacts_content_text {
    /* float: left; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

.contacts_content_headline {
    font-size: 16px;
    color: #CEDFEC;
}

.contacts_content_headline_last {
    font-size: 19px;
    color: #CEDFEC;
}

.contacts_content_tel {
    max-width: 220px;
    font-size: 19px;
    color: #fff;
}

.calltoaction {
    background: url(../img/bg_cta.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1004px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calltoaction_text {
    font-size: 30px;
    color: white;
    letter-spacing: 1px;
    font-weight: 100;

    text-shadow: 0px 3px 5px black, 0px 3px 7px black;
}

.cta-button {
    background-color: #45A6EF;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    padding: 18px 60px;
    margin: 20px;
    width: 270px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    transition: background-color .3s;
    border: 1px #45a6ef solid;
    text-align: center;
}

.cta-button:hover {
    background-color: #fff;
    color: #45A6EF;
    border: 1px #45a6ef solid;
}

.docs_card .footer_social_button {
    background-color: #45A6EF;
    color: #fff;
}

.footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fafafa;
    z-index: 1;
}

footer {
    width: 1200px;
    height: 239px;
    margin: 0 auto;
    background-color: #fafafa;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    float: left;
    /* padding-top: 55px; */
}

.footer_address {
    font-size: 14px;
    color: #222;
    padding-top: 5px;
    max-width: 300px;
    font-family: "RobotoLight";
}

.footer_social {
    float: left;
    width: 175px;
    /* padding-top: 90px; */
}

.footer_social_button {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    padding: 8px 50px;
    color: #45A6EF;
    border: 1px solid #45A6EF;
    transition: background-color .3s;
}

.footer_social_button:hover {
    background-color: #45A6EF;
    color: #fff;
    border: 1px solid #45A6EF;
}

.footer_menu {
    /* width: 725px; */
    float: left;
    /* padding: 10px 0px; */
}

.footer_menu li {
    float: left;
    margin: 110px 39px;
}

.footer_menu li a {
    color: #606060;
}

.footer_menu li a:hover {
    color: #45A6EF;
}

.breadcrumbs_panel {
    width: 100%;
    height: 80px;
    background-image: url(../img/slider_1.jpg);
    background-size: cover;
    margin: 0 auto;
    display: table;
}


.breadcrumbs_panel_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.page_name {
    width: 600px;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 30px;
    padding-top: 20px;
}

.breadcrumbs {
    width: 600px;
    float: left;
    text-align: right;
    padding-top: 30px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    color: #45A6EF;
}


.breadcrumb {
    color: #fff;
    font-size: 17px;
}

.secondary_horizontal_menu {
    width: 100%;
    height: 110px;
    display: table;
    text-align: center;
}

.secondary_horizontal_menu_flex {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    flex-direction: row;
    flex-grow: 1;
}

.secondary_horizontal_menu_flex div {
    width: 600px;
}

.secondary_horizontal_menu li {
    display: inline-block;
    margin: 0px 40px;
    margin-top: 45px;
}

.secondary_horizontal_menu a {
    color: #606060;
}

.secondary_horizontal_menu a:hover {
    color: #45A6EF;
}

.first_info_block {
    width: 100%;
    display: block;
    padding-top: 87px;
    padding-bottom: 87px;
    background-image: url(../img/info_block_bg.jpg);
    background-size: cover;
    background-position: center;
}

.info_block_dark_background {
    width: 1200px;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.headline_dark_background {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.text_dark_background {
    font-size: 19px;
    color: #fff;
    list-style-type: disc;
    font-weight: 100;
    font-family: RobotoLight;
}

.text_dark_background li {
    margin-left: 20px;
}

.one_type_truck_block {
    width: 32%;
    height: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #45a6ef;
    text-align: center;
    color: #fff;
    overflow: hidden;
}


.safety_system_block {
    width: 350px;
    height: 150px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #45a6ef;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.blue_bg_safety_system_block {
    width: 350px;
    height: 150px;
    background-color: rgba(69, 166, 239, 0.8);
    padding-top: 1px;
    position: relative;
}

.blue_bg {
    width: 100%;
    height: 100px;
    background-color: rgba(69, 166, 239, 0.8);
    padding-top: 1px;
    position: relative;
}

.one_type_truck_block_text {
    width: 300px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* margin-top: 40px; */
}

.service_parking_info {
    margin-top: 20px;
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    background-image: url(../img/parking_lines.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.europe_map {
    margin-top: 20px;
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    background-size: contain;
}

.europe_map .europe_map_text > h3 {
    margin-top: 0;
}

.europe_map_text {
    width: 450px;
    padding: 10px;
    padding-left: 0;
    font-size: 16px;
    color: #404040;
    background-color: rgba(255, 255, 255,0.6);
}

.second_info_block {
    width: 100%;
    display: block;
    margin-top: 75px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/international_transportation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.info_block_dark_background_left {
    width: 920px;
    padding: 50px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
}

.centered_block {
    width: 1200px;
    margin: 0 auto;
}

.padding_bottom {
    padding-bottom: 20px;
}

.centered_block_team {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.centered_block_docs {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-basis: 100px;
}

.distribution {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}

.distribution_main {
    padding-top: 1px;
    width: 1200px;
    height: auto;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 70px;
}

.truck_modification {
    width: 260px;
    height: 260px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    transition: box-shadow .3s;
    background-size: cover;
}

.truck_modification:hover {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.25);
}

.black_transparent {
    width: 260px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 195px;
    padding-top: 15px;
}

.regional_transportation {
    padding-top: 100px;
    width: 100%;
    height: 850px;
    background-image: url(../img/bg_truck.jpg);
    background-size: cover;
}

.info_block_dark_background_regional {
    width: 1200px;
    padding: 50px;
    height: 720px;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    box-sizing: border-box;
}

.regional_transportation_wrapper {
    width: 1100px;
    margin: 0px auto;
}
.regional_transportation_left {
    width: 500px;
    float: left;
    height: 141px;
    text-align: right;
    margin-right: 30px;
}

.regional_transportation_right {
    width: 500px;
    height: 141px;
    float: left;
    text-align: left;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.regional_transportation_right h4 {
    color: #fff;
    font-family: "RobotoRegular";
    font-size: 19px;
}

.forwarding_services_bg {
    background-image: url(../img/bg_pattern.jpg);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 100px;

}

.forwarding_services_headline {
    font-size: 30px;
    color: #222;
    padding-bottom: 20px;
    padding-top: 40px;
}

.forwarding_services {
    padding-top: 1px;
    padding-left: 50px;
    padding-right: 50px;
    width: 1200px;
    height: 400px;
    margin: 0px auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}

.feedback_form {
    width: 950px;
    height: 545px;
    margin: 0 auto;
    border: 1px #45A6EF solid;
    text-align: center;
    position: relative;
}

.feedback_form .form_headline {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    font-size: 30px;
    color: #222;
}

/* input {
    width: 390px;
    height: 50px;
    border: 1px #A8D2E6 solid;
    outline: none;
} */

input:focus {
    width: 390px;
    height: 50px;
    border: 1px #45A6EF solid;
    outline: none;
}

.feedback_form label {
    text-align: left;
}

.feedback_form textarea {
    width: 780px;
    height: 120px;
    border: 1px solid #A8D2E6;
    padding: 10px;
}

.feedback_form textarea:focus {
    outline: none;
    border: 1px #45A6EF solid;
}

.feedback_form .formfield_name {
    width: 375px;
    position: absolute;
    top: 140px;
    left: 75px;
    text-align: left;
}

.feedback_form .formfield_name input {
    padding-left: 15px;
    width: 375px;
}

.feedback_form .formfield_tel {
    width: 375px;
    position: absolute;
    right: 90px;
    top: 140px;
    text-align: left;
}

.feedback_form .formfield_tel input {
    padding-left: 15px;
    width: 375px;
}

.feedback_form .text_textarea {
    position: absolute;
    left: 75px;
    top: 240px;
}

.feedback_form .center_formfields {
    position: absolute;
    top: 260px;
    width: 770px;
    left: 75px;
    /*padding: 15px;*/
}

.feedback_form .cta-button {
    position: absolute;
    top: 430px;
    left: 315px;
}

.about_company_text {
    height: 350px;
    width: 1200px;
    margin: 0 auto;
}

.mission_text {
    float: left;
    width: 500px;
}

.strategy_text {
    float: right;
    width: 500px;
}

.mission_text, .strategy_text {
    width: 50%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission_text h3, .strategy_text h3 {
    margin-top: 0;
    transition: all 0.2s ease;
    text-shadow: rgba(0,0,0,0) 0px 0px 4px;
    font-size: 36px;
}

.mission_text:hover h3, .strategy_text:hover h3 {
    color: rgba(69, 166, 239, 1);
    text-shadow: rgba(0,0,0,0.2) 0px 10px 10px;
}

.strategy_text p, .mission_text p {
    font-family: 'RobotoLight';
    font-size: 19px;
}

.about_company_new_car {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg_new_cars.jpg);
    background-size: cover;
    display: block;
}

.corporate_values {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    margin-top: 120px;
    background-image: url(../img/corporate_values_bg.jpg);
    background-size: cover;
    text-align: center;
}

.corporate_values_icons_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.corporate_values_bg {

}

.alignleft {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.one_corporate_value {
    /* width: 22%; */
    /* float: left; */
    /* margin-top: 95px;
    margin-left: 4%; */
    display: inline-block;
    vertical-align: top;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.one_corporate_value_headline {
    font-size: 30px;
    color: #fff;
    padding-top:1px;
}

.one_corporate_value_text {
    color: #fff;
    font-size: 19px;
    font-family: "RobotoLight";
}

.company_principles {
    height: 610px;
    background-image: url(../img/principles-background.jpg);
    padding-top: 1px;
    text-align: center;
}

.company_principles_round {
    width: 150px;
    height: 150px;
    background-color: rgba(214, 214, 214, 0.5);
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.company_principles_round > img {
    margin-top: 53px;
}

.principles_all {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.principles_all > div {
    margin: 70px;
    width: 210px;
    height: 220px;
    text-align: center;
}

.principles_all > div > p {
    font-family: 'RobotoLight';
    font-size: 19px;
}

.about_service_center {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg_sto.jpg);
    background-size: cover;
}

.about_company_cta {
    height: 600px;
    background-image: url(../img/about_bg_cta.jpg);
    background-size: cover;
}

.about_company_cta_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_company_cta_content p {
    margin-top: 200px;
    color: #222222;
    width: 1000px;
    text-align: center;
    font-size: 30px;
}

.about_company_cta_content a {
    width: 145px;
}

.team_card {
    width: 250px;
    height: 380px;
    text-align: center;
    margin: 20px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
    transition: box-shadow .3s;
}
.team_card:hover {
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.25);
}

.docs_card {
    text-align: center;
    margin: 20px;
    margin: 0 70px;
    margin-bottom: 75px;
}
.docs_card .pdf-container{
    width: 360px;
    height: 540px;
}

.overlay_view {
    position: fixed;
    top: 80px;
    z-index: 150;
    margin: 0;
}

.docs_card.overlay_view .pdf-container{
    width: 800px;
    height: 800px;
}

.docs_card.overlay_view button {
    display:none;
}

.docs_card h4 {
    font-family: RobotoLight;
    font-weight: 100;
    margin: 10px;

}

.docs_card.overlay_view h4 {
    color: #b9b9b9;
    font-weight: lighter;
}



.shade {
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity ease 0.5s;
    /*z-index: 100;*/
}

.shade.overlay_view {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.8;
    z-index: 100;
    transition: opacity ease 0.5s;
}

.docs_card .close_button{
    display: none;
}

.docs_card .print_button {
    display: none;
}


.overlay_view .close_button{
    display: flex;
    position: absolute;
    top: -30px;
    right: 0;
    padding: 8px;
    width: 10px;
    height: 10px;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transform: rotate(45deg);
}

.overlay_view .print_button {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -30px;
    right: 40px;
    color: #000;
    font-size: 12px;
    height: 26px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
}

.docs_card img {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.55);
    transition: box-shadow .3s;
}

.docs_card img:hover {
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.65);
}

.documents .docs_card {
    /* width: 250px; */
    height: 360px;

}
.documents .docs_card .overlay_view {
    height: 90vh;
    top: 20px;
    position: fixed;
    /* height: 90vh;
    width: 60vh;
    top: 20px;
    position: absolute;
    margin-top: 20px; */
}

.documents .centered_block_docs .overlay_view img {
    height: auto;
    width: auto;
    max-height: 90vh;
}

.documents .docs_card img{
    max-width: 100%;
    height: 100%;
}

.team_card > img {
    margin-top: 47px;
    object-fit: cover;
    max-width: 150px;
}

.headline_team {
    color: #222;
    font-size: 30px;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.centered_block_team_name {
    font-size: 19px;
    margin-top: 17px;
}

.centered_block_team_position {
    font-size: 14px;
    margin-top: 5px;
}

.centered_block_team_tel {
    font-size: 16px;
    margin-top: 40px;
}

.centered_block_team_email {
    font-size: 16px;
}

.login_items {
    width: 500px;
    height: 55vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.login_form {
    width:392px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.login_form input {
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
}

.login_form:nth-child(2) {
    margin-top: 40px;
}


.login_items .login_form label {
    float: left;
}

.login_form .form-group {
    width: 100%;
    display: flex;
    justify-content: center;
}


.login_form .form-group .form-control {
    width: 100%;
}

.login_form .field-clientlogin-login, .login_form .field-clientlogin-password {
    flex-direction: column;
}

.field-clientlogin-password {
    margin-top: 20px;
    margin-bottom: 20px;
}


.flex-grow {
    flex-grow: 3;
}

.wrap {
    min-height: 100%;
}

.pre_footer {
    /* height: 265px; */
}

.overlap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 20000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.thank_you_message {
    min-width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.thank_you_message p {
    font-size: 19px;
}

.thank_you_message .cta-button {
    margin-top: 80px;
}

.transportation_request {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    /* top: 20px; */
    /* width: 805px; */
    padding-left: 140px;
    padding-right: 140px;
    /* padding-top: 1px; */
    background-color: #fff;
}

.wrap .overlap .transportation_request h3 {
    margin: 50px;
    text-align: center;
}

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_left_column {
    width: 385px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_left_column input {
    margin-top: 3px;
    margin-bottom: 25px;
    padding-left: 15px;
    width: 367px;

}

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_right_column {
    width: 385px;
    float: right;
    overflow: hidden;
    margin-bottom: 30px;
}

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_right_column input {
    margin-top: 3px;
    margin-bottom: 25px;
    padding-left: 15px;
    width: 367px;
}

.wrap .overlap .transportation_request .transportation_request_form .cta-button {
    margin-left: 297px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.wrap .overlap .transportation_request .transportation_request_form .cta-button {
    border: 0;
}

.wrap .overlap .transportation_request .close_button {
    position: relative;
    left: 776px;
    top: 20px;
    width: 40px;
    height: 40px;
    font-weight: bolder;
    color: #ccc;
    font-size: 40px;
}

.wrap .overlap .transportation_request .close_button:hover {
    color: #45A6EF;
}

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_checkbox {
    width: 804px;
    /* height: 150px; */
    float: left;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
}
/*
.form-group {
    display: flex;
    justify-content: center;
} */

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_checkbox input {
    width: 16px;
    height: 16px;
}

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_checkbox label {
    vertical-align: top;
}

.wrap .overlap .transportation_request .transportation_request_form .transportation_request_checkbox div {
    display: inline-block;
    margin: 15px 50px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    cursor: pointer;
}

input[type="checkbox"] + label::before {
    content:'';
    display: inline-block;
    height: 22px;
    width: 22px;
    margin: 0 5px 0 0;
    background-image: url(../img/checkbox_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.transportation_request_checkbox input:checked + label::before {
    background-position: 0px -23px;
}

.map_container {
    max-width: 1200px;
    width: 100%;
    height: 643px;
    margin-top: 55px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;

}
.map-wrap {
    overflow: hidden;
    width: 72%;
}
.map-iframe {
    width: 100%;
    height: 100%;
}

.centered_block .map_container #map {
    height: 100% !important
}

.contacts_info {

    width: 350px;
    /* height: 50vh; */
     height: 643px;
    min-height: 350px;
    padding: 36px;
    background-color: rgba(69, 166, 239, 0.8);
    box-sizing: border-box;
}

.contacts_info a {
    color: white;
}

.contacts_headline {
    font-size: 30px;
    color: #222;
}

.contacts_headline_address {
    margin-top: 27px;
    color: #fff;
    line-height: 22px;
}

.contacts_text_address {
    color: #fff;
    line-height: 22px;
}

.services {
    position: relative;
    /* height: 920px; */
    display: flex;
    flex-direction: row;
}

.service_left_block {
    width: 49%;
    height: 590px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50px;
    left: 0;
    z-index: 2;
    margin-bottom: 9vh;
    overflow: hidden;
}

.service_left_block img {
    height: 100%;
    position: absolute;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 1s ease;
}

.service_left_block:hover img {
    height: 105%;
    /*filter: grayscale(0%);*/
    /*filter: gray;*/
    -webkit-filter: grayscale(0%);
    filter: none;
    transition: 1s ease;
}

.service_right_block {
    width: 49%;
    height: 590px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50px;
    right: -17px;
    z-index: 2;
    overflow: hidden;
}

.service_right_block img {
    height: 100%;
    position: absolute;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 1s ease;
}

.service_right_block:hover img {
    height: 105%;
    /*filter: grayscale(0%);*/
    /*filter: gray;*/
    -webkit-filter: grayscale(0%);
    filter: none;
    transition: 1s ease;
}


.centered_block .service_left_block .cta-button, .centered_block .service_right_block .cta-button {
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    text-align: center;
    /* padding: 18px 18px; */
    border-radius: 50px;
}

.blue_block_left {
    position: absolute;
    width: 50px;
    height: 570px;
    background-color: #45a6ef;
    left: 0;
    top: 60px;
    margin-left: -10px;
    z-index: 1;
    overflow: hidden;
}

.blue_block_right {
    position: absolute;
    width: 50px;
    height: 570px;
    background-color: #45a6ef;
    right: 0;
    top: 60px;
    margin-right: -10px;
    z-index: 1;
}

.service_left_block:hover .blue_block_left {
    margin-left: -20px;
}

.ac-container {
    max-width: 1200px;
}

.ac-container label {
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: 1px;
    padding-bottom: 5px;
    border-bottom: #777;
}

.ac-container label p {
    margin: 0;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    color: #666;
    /* box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 0px 0px rgba(0,0,0,0.1); */
    height: auto;
    font-size: 16px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

.ac-container input:checked ~ article.ac-small {
    height: 140px;
}

.ac-container input:checked ~ article.ac-medium {
    height: auto;
    padding: 5px 0px;
    margin-top: 1px;
}

.ac-container input:checked ~ article.ac-large {
    height: 230px;
}

article.ac-medium p{
    padding: 0;
    font-size: 16px;
    color: #404040;
}

article.ac-medium ul li {
    font-size: 16px;
    color: #404040;
    line-height: 22px;
}

.job_additional_info {
    font-size: 12px;
    color: #797979;
}

label div {
    border-top: 1px solid #efefef;
    padding: 10px 0px;
}

.resume_button {
    background-color: #fff;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    padding: 5px 30px;
    color: #45A6EF;
    border: 1px solid #45A6EF;
    transition: background-color .3s;
    position: absolute;
    top: 14px;
    right: 0;
}

.resume_button:hover {
    background-color: #45A6EF;
    color: #fff;
    border: 1px solid #45A6EF;
}

body .hide-modal {
    display: none;
}

.pointer {
    cursor: pointer;
}

.main-page-slider-container {
    position: relative;
    width: 100%;
    height: 600px;
}
.main-page-slider {
    position: relative;
    width: 100%;
}
.main-page-slider img{
    position: relative;
    width: 100%;
}
.main-page-slider-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 100;
    margin-top: 155px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0,0,0,0.6);
}

.contact_form {
    width: 70%;
    border: 1px #45A6EF solid;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.centered_block .contact_form .contactform_headline {
    font-size: 30px;
    color: #222;
    padding: 40px;
    text-align: center;
}

.centered_block .contact_form .input_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
}

.centered_block .contact_form .input_wrapper .one_input_block {
    display: flex;
    flex-direction: column;
    width: 45%;
    padding-top: 10px;
}

.centered_block .input_wrapper .one_input_block .form-group .form-control {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: 1px #A8D2E6 solid;
}

.centered_block .input_wrapper .one_input_block .input_label_field {

}

.centered_block .input_wrapper .one_input_block .help-block-error {

}

.centered_block .contact_form .textarea_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.centered_block .contact_form .textarea_block .textarea_label_text {

}

.centered_block .contact_form .textarea_block .contact_form_text .form-group .form-control {
    border: 1px #A8D2E6 solid;
    resize: none;
    width: 100%;
    height: 120px;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.centered_block .contact_form .textarea_block .help-block-error {

}

.vacancy-input {
    width: 90%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;

}
.vacancy-input .form-group input:focus {
    width: 100%;
}

.form-control {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: 1px #A8D2E6 solid;
}
label {
    display: block; /* або .form-label вже має це в Bootstrap */
}
@media screen and (min-width: 800px) {

    .reports .desktop {
        display: block;
    }
    .reports .mobile {
        display: none;
    }
}
@media screen and (max-width: 799px) {

    .reports .desktop {
        display: none;
    }
    .reports .mobile {
        display: block;
    }
    .map_container{
        flex-direction: column;
        height: 100%;
    }
    .contacts_info {
        width: 100%;
        height: fit-content;
    }
    .map-wrap{
        width: 100%;
        aspect-ratio: 1 / 1;
    }
}
.reports .mobile a{
    text-decoration: underline dashed;
}
