@font-face {
    font-family: "HelveticaNCBlack";
    src: url("../fonts/HelveticaNeueCondensedBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "HelveticaNCBold";
    src: url("../fonts/HelveticaNeueCondensedBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    background: #ffffff;
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.flex-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 576px) {
    .container.custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container.custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container.custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container.custom-container {
        max-width: 1140px;
    }
    .custom-container {
        padding: 0 15px;
    }
}

@media (min-width: 1500px) {
    .container.custom-container {
        max-width: 1460px;
    }
    .custom-container {
        padding: 0 30px;
    }
}

.inside-container {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
}

/* #region Header */

.header {
    padding: 25px 0 10px;
}

.header .header-logo-wrapper {
    margin: 0 auto 0 0;
}

.header .header-text-wrapper {
    margin: 0 0 0 auto;
    padding: 20px 10px 0 0;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #278c99;
    text-align: right;
}

.header .header-phone-wrapper {
    padding: 0 10px 0 25px;
}

.header .header-phone {
    margin: 0 0 15px;
    padding: 5px 35px;
    border-radius: 35px;
    font-family: "HelveticaNCBlack", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background: #278c99;

    -webkit-box-shadow: -15px 10px 0px 0px rgba(253,190,0,1);
    -moz-box-shadow: -15px 10px 0px 0px rgba(253,190,0,1);
    box-shadow: -15px 10px 0px 0px rgba(253,190,0,1);
}

.header .header-days {
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #278c99;
    text-align: center;
}

@media (max-width: 767px) {
    .header .header-text-wrapper {
        display: none;
    }
}

@media (max-width: 575px) {
    .header {
        flex-wrap: wrap;
    }
    .header .header-logo-wrapper {
        width: 100%;
        text-align: center;
    }
    .header .header-phone-wrapper {
        max-width: 260px;
        margin: 0 auto;
        padding: 15px 10px 0;
    }
    .header .header-phone {
        margin: 0 0 15px 15px;
    }
}

/* #endregion Header */

/* #region Main */

.s-header {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 72px;
    line-height: 1;
    color: #000000;
    text-align: center;
}

@media (max-width: 767px) {
    .s-header {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .s-header {
        padding: 0 5px;
        font-size: 42px;
    }
}

/* #region Welcome Block */

.welcome {
    height: 580px;
    margin: 0 0 230px;
    background: #278c99 url(../img/main_bg.png) 0 0 no-repeat;
    background-size: cover;
}

.welcome > .custom-container,
.welcome > .custom-container > .row,
.welcome > .custom-container > .row > .col {
    height: 100%;
}

.welcome .custom-col {
    position: relative;
}

.start-col .start-item {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 100%;
    max-width: 760px;
}

.start-col .start-item img {
    width: 100%;
}

.start-col .more-info-btn {
    display: block;
    padding: 7px 30px;
    position: absolute;
    right: 73px;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    background: #278c99;
    border-radius: 35px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.start-col .car-wrapper {
    display: block;
    width: 100%;
    position: absolute;
    right: 110px;
    bottom: -105px;
}

.start-col .car-wrapper img {
    width: 120%;
    max-width: 920px;
}

.welcome .soc-nav {
    position: relative;
    z-index: 100;
    margin: 0;
    float: right;
    padding: 30px 15px 0 0;
    list-style: none;
}

.soc-nav > li {
    float: left;
    margin: 0 35px 0 0;
}

.info-col .info-col-content {
    padding: 85px 0 0 16.66666%;
    text-align: center;
}

.info-col-content .info-col-header {
    margin: 0 0 125px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 48px;
    color: #ffffff;
}

.info-col-content .info-col-btn {
    display: inline-block;
    margin: 0 0 25px;
    padding: 7px 25px;
    border-radius: 35px;
    background: #fdbe00;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    color: #000000;
    transition: all 0.3s;
}

.info-col-content .info-col-btn:hover {
    color: #278c99;
    background: #ffffff;
}

.info-col-content .info-col-desc {
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
}

@media (max-width: 1499px) {
    .welcome {
        height: 500px;
    }
    .info-col .info-col-content {
        padding: 75px 0 0 16.66666%;
    }
    .info-col-content .info-col-header {
        margin: 0 0 90px;
        font-size: 40px;
    }
    .start-col .car-wrapper {
        right: 85px;
    }
    .start-col .car-wrapper img {
        width: 110%;
    }
    .start-col .more-info-btn {
        right: 60px;
        top: calc(50% - -15px);
    }
}

@media (max-width: 1199px) {
    .welcome {
        height: 400px;
    }
    .start-col .start-item {
        right: 10px;
    }
    .start-col .car-wrapper {
        right: 45px;
        bottom: -80px;
    }
    .start-col .car-wrapper img {
        width: 110%;
    }
    .info-col .info-col-content {
        padding: 40px 0 0 16.66666%;
    }
    .info-col-content .info-col-header {
        margin: 0 0 85px;
        font-size: 32px;
    }
    .start-col .more-info-btn {
        right: 20px;
        top: calc(50% - 5px);
    }
}

@media (max-width: 991px) {
    .welcome {
        height: 320px;
        margin: 0 0 130px;
    }
    .welcome .soc-nav {
        padding: 20px 0 0;
    }
    .start-col .start-item {
        right: 25px;
    }
    .start-col .more-info-btn {
        right: 27px;
        top: calc(50% - -16px);
        padding: 5px 20px;
        font-size: 16px;
    }
    .start-col .car-wrapper {
        bottom: -65px;
    }
    .info-col .info-col-content {
        padding: 30px 0 0 20px;
    }
    .info-col-content .info-col-header {
        margin: 0 0 50px;
        font-size: 24px;
    }
    .info-col-content .info-col-btn {
        margin: 0 0 15px;
    }
    .info-col-content .info-col-desc {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .welcome {
        height: auto;
        margin: 0 0 100px;
    }
    .welcome .soc-nav {
        padding: 20px 0;
        width: 100%;
        text-align: center;
    }
    .soc-nav > li {
        float: none;
        display: inline-block;
    }
    .soc-nav > li:last-child {
        margin: 0;
    }
    .start-col .start-item {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 0 100px;
    }
    .start-col .car-wrapper {
        right: 40px;
        bottom: -10px;
    }
    .start-col .more-info-btn {
        right: 21px;
        top: calc(50% - 40px);
    }
    .info-col .info-col-content {
        padding: 50px 0 30px;
    }
    .info-col-content .info-col-header {
        margin: 0 0 30px;
    }
    .info-col-content .info-col-desc {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .start-col .start-item {
        max-width: 80%;
        margin: 0 auto 100px;
    }
    .start-col .car-wrapper {
        max-width: 80%;
        right: auto;
        left: 50%;
        bottom: 35px;
        transform: translateX(-50%);
    }
    .start-col .car-wrapper img {
        width: auto;
        max-width: 100%;
    }
    .start-col .more-info-btn {
        right: 12%;
        top: calc(50% - 30px);
    }
}

@media (max-width: 415px) {
    .start-col .more-info-btn {
        right: 11%;
        top: calc(50% - 15px);
        font-size: 12px;
    }
    .info-col-content .info-col-desc {
        font-size: 14px;
    }
}

/* #endregion Welcome Block */

/* #region Why Us */

.why-us {
    padding: 0 0 300px;
}

.why-us .why-us-content {
    margin: 0 0 0 auto;
}

.why-us .why-us-list {
    background-color: #278c99;
}

.why-us-list .why-us-content {
    position: relative;
}

.why-us-list .why-car-wrapper {
    width: 50%;
    position: absolute;
    left: 85%;
    top: 50%;
    transform: translateY(-50%);
}

.why-car-wrapper .why-car img {
    width: 100%;
    max-width: 500px;
}

.why-us-list .wh-list-wrapper {
    padding: 90px 0 90px 35%;
} 

.why-us-list .wh-list {
    position: relative;
}

/* .why-us-list .wh-list::before {
    content: "";
    width: 0;
    position: absolute;
    left: 14px;
    top: 1px;
    border-left: 8px solid #fdbe00;
    -webkit-animation-name: fadeInWhyListLine;
    animation-name: fadeInWhyListLine;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
} */

.wh-list > .wh-list-item {
    margin: 0 0 110px;
    padding: 0 0 0 65px;
    position: relative;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
}

.wh-list-item .item-style-image-before {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    background: #ffffff;
    border: 8px solid #fdbe00;
    border-radius: 50%;
    /* animation-fill-mode: forwards; */
}

.wh-list-wrapper .item-style-text {
    opacity: 0;
}

.why-us-list .wh-list-border {
    width: 0;
    height: 0;
    position: absolute;
    left: 14px;
    top: 1px;
    border-left: 8px solid #fdbe00;
    border-radius: 50px;
}

.wh-list-wrapper.animated .wh-list-border {
    -webkit-animation-name: fadeInWhyListLine;
    animation-name: fadeInWhyListLine;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 2.5s;
    animation-delay: 1s;
}

.wh-list-wrapper.animated .wh-list-item .item-style-image-before {
    -webkit-animation-name: fadeInWhyWe;
    animation-name: fadeInWhyWe;
    animation-timing-function: linear;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.wh-list-wrapper.animated .wh-list-item .item-style-image-before.si-1,
.wh-list-wrapper.animated .wh-list-item .item-style-text {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.wh-list-wrapper.animated .wh-list-item .item-style-image-before.si-2 {
    animation-delay: 1s;
}

.wh-list-wrapper.animated .wh-list-item .item-style-image-before.si-3 {
    animation-delay: 2s;
}

.wh-list-wrapper.animated .wh-list-item .item-style-image-before.si-4 {
    animation-delay: 3s;
}

.wh-list-wrapper.animated .wh-list-item .item-style-text.st-1 {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
}

.wh-list-wrapper.animated .wh-list-item .item-style-text.st-2 {
    animation-delay: 1.5s;
    animation-duration: 0.5s;
}

.wh-list-wrapper.animated .wh-list-item .item-style-text.st-3 {
    animation-delay: 2.5s;
    animation-duration: 0.5s;
}

.wh-list-wrapper.animated .wh-list-item .item-style-text.st-4 {
    animation-delay: 3.5s;
    animation-duration: 0.5s;
}

.wh-list-item .item-style-image-before img {
    width: 100%;
}

.wh-list > .wh-list-item:last-child {
    margin: 0;
}

.why-us .why-us-header {
    padding: 0 0 70px;
}

@media (max-width: 1499px) {
    .why-us {
        padding: 0 0 250px;
    }
}

@media (max-width: 1199px) {
    .why-us-list .wh-list-wrapper {
        padding: 45px 0 45px 20%;
    }
}

@media (max-width: 991px) {
    .why-us {
        padding: 0 0 150px;
    }
    .why-us-list .wh-list-wrapper {
        padding: 30px 0 30px 50px;
    }
    .wh-list > .wh-list-item {
        margin: 0 0 70px;
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .why-us-list .wh-list-wrapper {
        padding: 20px 0 20px 10px;
    }
    .wh-list > .wh-list-item {
        margin: 0 0 30px;
        padding: 0 0 0 40px;
        font-size: 16px;
        line-height: 20px;
    }
    .wh-list-item .item-style-image-before {
        width: 25px;
        height: 25px;
        border: 6px solid #fdbe00;
    }
    /* .why-us-list .wh-list::before {
        left: 9px;
    } */
    .why-us-list .wh-list-border {
        left: 9px;
    }
    .why-us .why-us-header {
        padding: 0 0 50px;
    }
}

@media (max-width: 575px) {
    .why-us {
        padding: 0 0 100px;
    }
    .why-us-list .wh-list-wrapper {
        padding: 20px;
    }
    .why-us-list .why-car-wrapper {
        display: none;
    }
    .why-us-list .wh-list {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 405px) {
    .why-us-list .wh-list-border {
        height: calc(100% - 40px);
    }
}

@media (max-width: 380px) {
    .wh-list-item .item-style-image-before.si-1 {
        top: 12.5px;
    }
}

/* #endregion Why Us */

/* #region Services */

.our-services .services-list {
    margin: 0 0 180px;
    padding: 100px 0 80px;
}

.our-services .services-item {
    max-width: 310px;
    margin: 0 auto 40px;
    border: 6px solid #278c99;
    border-radius: 22px;
}

.services-item .services-item-logo {
    min-height: 150px;
    text-align: center;
}

.choice-of-car .services-item-logo {
    padding: 60px 0 0;
}

.call-car .services-item-logo {
    padding: 40px 0 0;
}

.registration-car .services-item-logo {
    padding: 50px 0 0;
}

.travell-car .services-item-logo {
    padding: 55px 0 0;
}

.services-item .services-item-header {
    position: relative;
    min-height: 100px;
    padding: 35px 0;
    background: #fdbe00;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #000000;
    text-align: center;
}

.travell-car .services-item-header {
    padding: 20px 0;
}

.services-item .services-item-desc {
    min-height: 170px;
    padding: 20px 15px 10px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 24px;
    color: #278c99;
    text-transform: uppercase;
    text-align: center;
}

.border-arrow {
    position: absolute;
    left: 0;
    top: 36px;
}

.border-arrow-inside-1 {
    position: absolute;
    top: -5px;
    left: -21px;
    z-index: 5;
    width: 0;
    height: 0;
    border: 40px solid #278c99;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
    transform: rotate(-90deg);
}

 .border-arrow-inside-2 {
    position: absolute;
    top: -5px;
    right: -50px;
    z-index: 10;
    width: 0;
    height: 0;
    border: 40px solid #ffffff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
    transform: rotate(-90deg);
} 

.border-arrow-inside-3 {
    position: absolute;
    top: -0px;
    right: -35px;
    z-index: 15;
    width: 0;
    height: 0;
    border: 30px solid #278c99;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
    transform: rotate(-90deg);
}

.test-border {
    position: relative;
    width: 0;
    height: 0;
    border: 20px solid #278c99;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .our-services .services-list {
        margin: 0 0 90px;
    }
    .choice-of-car .services-item-logo {
        padding: 45px 0 0;
    }
    .call-car .services-item-logo {
        padding: 35px 0 0;
    }
    .registration-car .services-item-logo {
        padding: 41px 0 0;
    }
    .travell-car .services-item-logo {
        padding: 45px 0 0;
    }
    .services-item .services-item-header {
        min-height: auto;
        padding: 27px 0;
        font-size: 24px;
    }
    .travell-car .services-item-header {
        padding: 15px 0;
    }
    .border-arrow {
        top: 25px;
    }
    .services-item .services-item-desc {
        min-height: 130px;
        padding: 10px;
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .services-list .row {
        justify-content: center;
    }
    .our-services .services-item {
        margin: 0 10px 40px;
    }
}

@media (max-width: 991px) {
    .our-services .services-list {
        margin: 0 0 40px;
    }
    .our-services .services-item {
        margin: 0 auto 40px;
    }
}

@media (max-width: 767px) {
    .our-services .services-list {
        margin: 0;
        padding: 30px 0 120px;
    }
    .our-services .services-item {
        position: relative;
        max-width: 240px;
        margin: 0 auto 30px;
        border: 5px solid #278c99;
        border-radius: 25px;
    }
    .our-services .border-arrow {
        transform: scale(0.7);
        top: 30px;
    }
    .services-item .services-item-logo {
        min-height: 110px;
        padding: 30px 0 0;
    }
    .services-item .services-item-header {
        min-height: 80px;
        padding: 25px 0;
        font-size: 24px;
    }
    .services-item .services-item-desc {
        min-height: 140px;
        font-size: 18px;
    }
    .choice-of-car .services-item-logo img {
        max-width: 72px;
    }
    .our-services .border-arrow {
        transform: scale(0.7);
        top: 30px;
    }
    .our-services .travell-car .border-arrow {
        top: 38px;
    }
}

/* #endregion Services */

/* #region Buy Car */

.buy-car .buy-car-list {
    margin: 35px 0 50px;
    padding: 15px 0;
    background: #f2f2f2;
}

.buy-car-list .buy-car-item {
    max-width: 290px;
    margin: 40px auto;
    border: 3px solid #fdbf06;
    border-radius: 24px;
    background: #ffffff;
}

.buy-car-item .bc-image img {
    width: 100%;
    border: none;
    border-radius: 22px 22px 0 0;
}

.buy-car-item .bc-desc {
    padding: 20px 10px 25px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    text-align: center;
}

.buy-car-item .bc-name,
.buy-car-item .bc-price {
    color: #278c99;
}

.buy-car-item .bc-year,
.buy-car-item .bc-km,
.buy-car-item .bc-tr {
    color: #000000;
}

/* #endregion Buy Car */

/* #region Other Question */

.other-questions {
    padding: 50px 0 70px;
    background: url(../img/qestion_bg.png) center no-repeat;
    background-size: cover;
    text-align: center;
}

.other-questions h3 {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    text-align: center;
}

.other-questions .oq-link {
    display: inline-block;
    margin: 20px 0 0;
    padding: 15px 30px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: #278c99;
    border-radius: 35px;
    transition: all 0.3s;
}

.other-questions .oq-link:hover {
    color: #278c99;
    background: #ffffff;
}

@media (max-width: 575px) {
    .other-questions .oq-link {
        padding: 10px 20px;
        font-size: 20px;
    }
}

/* #endregion Other Question */

/* #region Reviews */

.reviews {
    padding: 100px 0 130px;
}

.reviews .rev-list {
    padding: 120px 0;
}

.rev-list .rev-item {
    position: relative;
    max-width: 290px;
    min-height: 430px;
    margin: 0 auto;
    padding: 60px 20px 20px;
    background: #e6e6e6;
    border-radius: 70px;
}

.rev-item .r-logo {
    position: absolute;
    left: -55px;
    top: -50px;
}

.rev-item .rev-header {
    padding: 0 0 35px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #278c99;
    text-align: center;
}

.rev-item .rev-text p {
    margin: 0 0 25px;
    min-height: 132px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    color: #000000;
}

.rev-item .rev-car {
    text-align: center;
}

.rev-car .rc-name {
    display: inline-block;
    padding: 11px 54px;
    border-radius: 25px;
    background: #278c99;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

.rev-car .rc-desc {
    margin: 10px 0 0;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 14px;
    color: #000000;
}

@media (min-width:992px) and (max-width: 1199px) {
    .rev-list .rev-item {
        max-width: 260px;
        padding: 25px 15px;
        min-height: auto;
    }
    .rev-item .rev-header {
        padding: 0 0 25px;
        font-size: 36px;
    }
    .rev-item .rev-text p {
        font-size: 16px;
        min-height: 95px;
    }
    .rev-item .r-logo {
        left: -35px;
         top: -40px;
     }
    .rev-item .r-logo img {
        max-width: 100px;
    }
}

@media (max-width: 991px) {
    .reviews {
        padding: 100px 0 0;
    }
    .reviews .rev-list {
        padding: 120px 0 70px;
    }
    .rev-list .rev-item {
        margin: 0 auto 70px;
    }
}

@media (max-width: 767px) {
    .reviews .rev-list {
        padding: 90px 0 70px;
    }
}

@media (max-width: 450px) {
    .rev-list .rev-item {
        max-width: 260px;
        padding: 25px 15px;
        min-height: auto;
    }
    .rev-item .rev-header {
        padding: 0 0 25px;
        font-size: 36px;
    }
    .rev-item .rev-text p {
        font-size: 16px;
    }
    .rev-item .r-logo {
        left: -35px;
         top: -40px;
     }
    .rev-item .r-logo img {
        max-width: 100px;
    }
}

@media (max-width: 350px) {
    .rev-item .r-logo {
        left: -25px;
        top: -35px;
     }
    .rev-item .r-logo img {
        max-width: 90px;
    }
}

/* #endregion Reviews */

/* #region Offen Question */

.offen-question {
    position: relative;
    padding: 70px 0 100px;
    background: #e6e6e6;
}

.offen-question .oq-header {
    max-width: 80%;
    padding: 0 0 0 50px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #000000;
}

.offen-question .oq-header-left {
    margin: 0 auto 20px 0;
}

.offen-question .oq-header-right {
    margin: 0 0 20px auto;
}

.offen-question .oq-line {
    margin: 0 0 90px;
    background: #278c99;
}

.oq-line .oq-content {
    display: flex;
    align-items: center;
    position: relative;
    padding: 45px 220px 45px 100px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    background: url(../img/yellowcircle.png) 20px center no-repeat;
    min-height: 112px;
    text-align: justify;
}

.oq-content a {
    color: #fdbe00;
    display: inline-block;
}

.oq-content a:hover {
    text-decoration: underline;
}

.offen-question .oq-right {
    float: right;
    border-radius: 75px 0 0 75px;
}

.oq-right .oq-content {
    float: left;
    padding: 45px 220px 45px 195px;
    background: url(../img/yellowcircle.png) 100px center no-repeat;
}

.offen-question .oq-left {
    float: left;
    border-radius: 0 75px 75px 0;
}

.oq-left .oq-content {
    float: right;
}

.oq-line .oq-text {
    position: relative;
    padding: 20px 0 20px 120px;
    background: #278c99;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
}

.oq-left .oq-text {
    border-radius: 0 55px 55px 0;
}

.offen-question .line-header {
    margin: 0 0 155px;
    position: relative;
    z-index: 100;
    border-radius: 55px 0 0 55px;
    background-color: #278c99;
}

.line-header.oq-right .oq-content {
    padding: 20px 0 20px 115px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 72px;
    line-height: 1;
    color: #ffffff;
    background-image: none;
}

.offen-question .line-header-shadow {
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 55px 0 0 55px;
    -webkit-box-shadow: -40px 25px 0px 0px rgba(253,190,0,1);
    -moz-box-shadow: -40px 25px 0px 0px rgba(253,190,0,1);
    box-shadow: -40px 25px 0px 0px rgba(253,190,0,1);
}

@media (max-width: 1499px) {
    .oq-line .oq-content {
        padding: 45px 235px 45px 100px;
    }
    .oq-right .oq-content {
        padding: 45px 130px 45px 195px;
    }
}

@media (max-width: 1199px) {
    .offen-question .oq-header {
        font-size: 24px;
    }
    .offen-question .line-header {
        margin: 0 0 100px;
    }
    .oq-line .oq-content {
        padding: 25px 140px 25px 100px;
        font-size: 22px;
    }
    .oq-right .oq-content {
        padding: 25px 60px 25px 140px;
        background: url(../img/yellowcircle.png) 60px center no-repeat;
    }
    .line-header.oq-right .oq-content {
        font-size: 64px;
    }
}

@media (max-width: 991px) {
    .offen-question {
        padding: 70px 0 30px;
    }
    .line-header.oq-right .oq-content {
        font-size: 52px;
    }
    .oq-line .oq-content {
        padding: 25px 30px 25px 60px;
        background: url(../img/yellowcircle.png) 0 center no-repeat;
    }
    .oq-right .oq-content {
        padding: 25px 10px 25px 80px;
        background: url(../img/yellowcircle.png) 20px center no-repeat;
    }
    .offen-question .oq-header {
        max-width: 90%;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .oq-line .oq-content {
        min-height: auto;
    }
    .offen-question .oq-line {
        margin: 0 0 60px;
    }
    .line-header.oq-right .oq-content {
        padding: 20px 0 20px 80px;
        font-size: 44px;
    }
    .offen-question .oq-header {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .offen-question .line-header {
        border-radius: 0;
    }
    .offen-question .line-header-shadow {
        border-radius: 0;
    }
    .line-header.oq-right .oq-content {
        padding: 20px 10px;
        font-size: 36px;
        justify-content: center;
    }
    .offen-question .oq-header {
        padding: 5px 10px;
        font-size: 18px;
    }
    .offen-question .oq-left {
        border-radius: 0;
    }
    .oq-line .oq-content {
        background-image: none;
        padding: 20px;
        font-size: 18px;
    }
    .offen-question .oq-right {
        border-radius: 0;
    }
    .oq-right .oq-content {
        background-image: none;
        padding: 20px;
        font-size: 18px;
    }
    .offen-question .oq-line {
        margin: 0 0 40px;
    }
    .offen-question .line-header.oq-line {
        margin: 0 0 80px;
    }
}

/* #endregion Offen Question */

/* #endregion Main */

/* #region Footer */

.footer {
    background: #278c99;
}

.footer .f-logo img {
    max-width: 150px
}

.footer .f-nav-wrapper {
    padding: 20px 0 25px;
    background: #278c99;
    border-bottom: 3px solid #fdbe00;
}

.f-nav-wrapper .row {
    -ms-flex-pack: center;
    justify-content: center;
}

.f-nav-wrapper .f-nav-link {
    display: block;
    margin: 0 10px;
    padding: 5px 20px;
    background: #ffffff;
    border-radius: 20px;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    color: #278c99;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s;
}

.f-nav-wrapper .f-nav-link:hover {
    color: #000000;
    background: #fdbe00;
}

.footer-bot {
    padding: 25px 0;
    background: #278c99;
}

.footer-bot .container.custom-container {
    padding: 0;
}

.footer-bot .f-main-link {
    display: block;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
}

.footer-bot .f-phone-block {
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    justify-content: flex-end;
}

.footer .bot-bar {
    padding: 4px 0;
    font-family: "HelveticaNCBold", sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    background: #fdbe00;
}

.f-phone-block .f-soc-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    align-self: center;
}

.f-soc-nav > li {
    margin: 0 10px 0 0;
}

@media (max-width: 1499px) {
    .f-nav-wrapper .f-nav-link {
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .f-nav-wrapper .f-nav-link-wrapper {
        padding: 0 5px;
    }
    .f-nav-wrapper .f-nav-link {
        padding: 5px 14px;
    }
}

@media (max-width: 991px) {
    .f-nav-wrapper .f-nav-link {
        padding: 5px 7px;
    }
    .f-nav-wrapper .f-nav-link {
        font-size: 14px;
    }
    .footer-bot .f-bot-item {
        text-align: center;
        margin: 0 0 30px;
    }
    .footer-bot .f-phone-block {
        justify-content: center;
        flex-wrap: wrap;
    }
    .f-phone-block .f-soc-nav {
        width: 100%;
        justify-content: center;
        margin: 0 0 30px;
    }
    .footer-bot .f-phone-block {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .footer {
        border-top: 30px solid #fdbe00;
    }
    .f-nav-wrapper .f-nav-link-wrapper {
        padding: 0 15px;
    }
    .f-nav-wrapper .f-nav-link {
        max-width: 250px;
        margin: 0 auto 10px;
        font-size: 16px;
    }
}

/* #endregion Footer */

/* #region Form */

.form-popup-block {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.form-popup-block .form-wrapper,
.form-popup-block  .success-wrapper {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 95%;
    max-width: 450px;
    padding: 60px 10px;
    background: #278c99;
    border: #ffffff solid 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: "HelveticaNCBold", sans-serif;
    color: #000000;
}

.form-popup-block .form-wrapper.opened,
.form-popup-block  .success-wrapper.opened {
    display: block;
}

.form-wrapper .close-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    padding: 3px;
    background: #fdbe00;
    color: #000000;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}

.form-wrapper h3 {
    margin: 0 0 20px;
    color: #ffffff;
}

.form-wrapper .input-wrapper input {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 40px;
    margin: 0 auto 20px;
    padding: 0 15px;
    line-height: 32px;
    color: #000000;
    background: #ffffff;
    border-radius: 2px;
    border: none;
    outline: none;
}

.form-wrapper .input-wrapper textarea {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
    padding: 5px 15px;
    line-height: auto;
    color: #000000;
    background: #ffffff;
    border-radius: 2px;
    border: none;
    outline: none;
}

.form-wrapper .btn-wrapper {
    margin: 30px 0 0;
}

.form-wrapper .btn-wrapper .custom-btn {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 42px;
    margin: 40px auto 15px;
    background: #fdbe00;
    border-radius: 2px;
    border: none;
    outline: none;
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s;
}

.form-wrapper .btn-wrapper .custom-btn:hover {
    background: #ffffff;
    color: #278c99;
}

.form-popup-block  .success-wrapper {
    font-size: 18px;
    color: #ffffff;
}

/* #endregion Form */

/* #region Custom Animation */

@-webkit-keyframes fadeInUpCus {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
  
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
  
@keyframes fadeInUpCus {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
  
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
  
    .fadeInUpCus {
        -webkit-animation-name: fadeInUpCus;
        animation-name: fadeInUpCus;
        /* animation-duration: 1.5s; */
        animation-duration: 1s;
}

.our-services .call-car {
    animation-delay: 0.25s;
}

.our-services .registration-car {
    animation-delay: 0.5s;
}

.our-services .travell-car {
    animation-delay: 0.75s;
}

@media (max-width: 767px) {
    .our-services .registration-car {
        animation-delay: 0.5s;
    }
    
    .our-services .travell-car {
        animation-delay: 0.5s;
    }
}

@-webkit-keyframes fadeInWhyWe {
    0% {
        opacity: 0;
        top: -127.5px;
    }

    1% {
        opacity: 1;
        top: -127.5px;
    }
  
    100% {
        top: 50%;
      
    }
  }
  
@keyframes fadeInWhyWe {
    0% {
        opacity: 0;
        top: -127.5px;
    }

    1% {
        opacity: 1;
        top: -127.5px;
    }
  
    100% {
        opacity: 1;
        top: 50%;
    }
}

@media (max-width: 991px) {
    @-webkit-keyframes fadeInWhyWe {
        0% {
            opacity: 0;
            transform: translateY(-50%);
            top: -79px;
        }
    
        1% {
            opacity: 1;
            transform: translateY(-50%);
            top: -79px;
        }
      
        100% {
            transform: translateY(-50%);
            top: 50%;
        }
      }
      
    @keyframes fadeInWhyWe {
        0% {
            opacity: 0;
            transform: translateY(-50%);
            top: -79px;
        }
    
        1% {
            opacity: 1;
            transform: translateY(-50%);
            top: -79px;
        }
      
        100% {
            opacity: 1;
            transform: translateY(-50%);
            top: 50%;
        }
    }
}

@media (max-width: 767px) {
    @-webkit-keyframes fadeInWhyWe {
        0% {
            opacity: 0;
            transform: translateY(-50%);
            top: -39px;
        }
    
        1% {
            opacity: 1;
            transform: translateY(-50%);
            top: -39px;
        }
      
        100% {
            transform: translateY(-50%);
            top: 50%;
        }
      }
      
    @keyframes fadeInWhyWe {
        0% {
            opacity: 0;
            transform: translateY(-50%);
            top: -39px;
        }
    
        1% {
            opacity: 1;
            transform: translateY(-50%);
            top: -39px;
        }
      
        100% {
            opacity: 1;
            transform: translateY(-50%);
            top: 50%;
        }
    }
}
  
.fadeInWhyWe {
    -webkit-animation-name: fadeInWhyWe;
    animation-name: fadeInWhyWe;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-delay: 3s;
}

@-webkit-keyframes fadeInWhyListLine {
    0% {
        height: 0px;
    }

    20% {
        height: calc(33% - 4px);
    }

    40% {
        height: calc(33% - 4px);
    }

    60% {
        height: calc(66% - 12px);
    }
  
    80% {
        height: calc(66% - 12px);
    }

    100% {
        height: calc(100% - 22px);
    }
  }
  
@keyframes fadeInWhyListLine {
    0% {
        height: 0px;
    }

    20% {
        height: calc(33%);
    }

    40% {
        height: calc(33%);
    }

    60% {
        height: calc(66%);
    }
  
    80% {
        height: calc(66%);
    }

    100% {
        height: calc(100% - 2px);
    }
}


/* .fadeInWhyListLine {
    -webkit-animation-name: fadeInWhyListLine;
    animation-name: fadeInWhyListLine;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
} */

/* #endregion Custom Animation */

