html,
body {
    min-height: 100%;
    line-height: 28px;
}

body,
html,
input,
textarea {
    font-family: "HyundaiSansText", Helvetica, Arial, sans-serif
}

a {
    font-family: "HyundaiSansHead", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HyundaiSansHeadBold";

}

h2 {
    font-size: 42px;
    line-height: 46px;
}

.bc {
    color: #35729F;
}

.txt {
    padding-top: 24px;
    margin: 0 auto;
    color: #222;
    opacity: .7;
}

.txt-black {
    padding-top: 24px;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
}

.container-fluid {
    padding: 0 64px;
}

.top-nav {
    background-color: #35719e;
}

.header .top-nav li:hover,
a:hover {
    font-weight: normal;
    text-decoration: underline;
}


.header .navigation {
    background: #ffffff;
}

.navigation li {
    font-weight: bold;
}

.navigation-item a {
    color: black;
    font-weight: 700;
    font-size: 17px;
}

.navigation-item a:hover {
    color: #35719e;
    text-decoration: none;
    font-weight: 700;
}



.footer {
    color: white;
    background: #35719e;
}


.slider-content {
    width: 100%;
    height: 100%;
}

.section {
    width: 1280px;
    max-width: 100%;
    padding: 80px 0;
}

.section-title {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
}

.news-descr {
    width: 100%;
    text-align: left;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: black;
    text-decoration: none;
}

.news-img {
    width: 100%;
    object-fit: cover;
}


.truck,
.main_video {
    background-repeat: no-repeat;
    height: 800px;
    background-size: cover;
}


.btnh {
    display: inline-block;
    min-width: 240px;
    height: 50px;
    padding: 0 10px;
    border: 2px solid #ffffff;
    background-color: transparent;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none !important;
}

.button-black {
    border: 2px solid #222;
    color: #222;
}

.btnh.button-black:hover {
    color: #ffffff;
}

.btnh:hover {
    text-decoration: none !important;
    font-weight: 600;
}

.btnh span {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.btnh:before {
    background-color: rgba(34, 34, 34, 1);
    -ms-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.btnh:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.btnh:after,
.btnh:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
}

.btnh:after {
    background-color: rgba(53, 113, 158, 1);
    -ms-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0.2s;
    -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0.2s;
    -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0.2s;
    -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0.2s;
}

.btnh:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.btnh:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
}

.yt-logo {
    width: 120px;
    transition: all 300ms;
}

.yt-logo:hover {
    transform: scale(1.2);
}


.main-banner {
    background-repeat: no-repeat;
    height: 800px;
    background-size: cover;
}

.career {
    background: url('/public/assets/site/images/about/hyundai_history.jpg');
    max-height: 500px;
}

.black_span {
    color: #000;
    font-weight: bold;
}

.features {
    background-color: #f8f8f8;
}

.features__card-icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: auto;
}

.features__card {
    display: inline-block;
    flex-basis: 0;
    flex-grow: 1;
    padding: 30px 20px 67px;
    vertical-align: top;
    min-width: 200px;
    text-decoration: none;
}


.features__card-title {
    margin-top: 38px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.cards__card::before,
.pnlm-fade-img {
    position: absolute;
    top: 0;
    left: 0
}

.cards {
    background-color: #f8f8f8
}

.cards__container {
    margin: 0 auto;
    width: 75%
}

.cards__card {
    overflow-x: hidden;
    width: 50%;
    -webkit-background-size: 0 0;
    background-size: 0 0;
    position: relative;
    height: 100%;
    vertical-align: middle;
    max-height: inherit
}

.cards__card::before {
    content: "";
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 50vw
}

.cards__card:nth-child(odd)::after,
.cards__card:nth-child(odd)::before {
    left: auto
}

.cards__card:nth-child(odd) {
    padding-right: 90px
}

.cards__card:nth-child(even) {
    padding-left: 90px
}

.cards__card_no-pl {
    padding-left: 0 !important;
    padding-right: 90px !important
}

.cards__card-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 2;
    height: inherit;
    max-height: inherit
}

.bowser-msie .cards__card-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cards__card-inner-c {
    vertical-align: middle;
    position: relative;
    /* margin: auto 0; */
    margin:  0;
    max-height: inherit;
    overflow-y: auto
}

.cards__card-inner-c::-webkit-scrollbar {
    width: 0;
    display: none
}

.bowser-firefox .cards__card-inner-c {
    overflow-y: -moz-scrollbars-none
}

.bowser-msie .cards__card-inner-c {
    -ms-overflow-style: none;
    margin-top: auto;
    margin-bottom: auto
}

.cards__card-inner-text {
    color: #222;
    font-size: 18px;
    line-height: 1.56
}

.cards__card-inner-text.cards__card-inner-text-big {
    font-size: 20px;
    line-height: 1.56;
    font-weight: 500
}

.cards__card-inner-text_mt {
    text-align: left
}

.cards__card-inner-text p {
    margin-bottom: 10px
}

.cards__card-inner-text_ar {
    text-align: right
}

.cards__card-inner-text ul,
.how-to-become-a-dealer__desc ul {
    margin-top: 14px
}

.cards__card-inner-text ul li {
    color: #000;
    font-size: 18px;
    margin-bottom: 0
}

.cards__card-inner-text ul li::before,
.how-to-become-a-dealer__desc ul li::before {
    content: "- "
}

.cards__card-inner-text ul li:last-child,
.how-to-become-a-dealer__desc ul li:last-child {
    marign-bottom: 0
}

.cards__card-inner-title {
    color: #222;
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 700
}

.cards__card-inner-title_big {
    position: relative;
    color: #af9d90;
    line-height: .93;
    text-align: left;
    font-size: 76px;
    font-weight: 700;
    padding-bottom: 14px
}

.cards__card-button-link {
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 3px #000;
    box-shadow: inset 0 0 0 3px #000;
    color: #000;
    fill: #000;
    padding: 17px 30px 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in
}

.cards__card-button-link svg,
.how-to-become-a-dealer__more-link svg,
.official-dealers__dealer-open-map-link svg {
    fill: inherit;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 18px;
    margin-top: -3px
}

.cards__card-button-link:hover {
    color: #fff;
    border: 3px;
    border-color: #35719e;
    border-style: solid;
    fill: #fff
}

.cards__card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 528px;
    max-height: 528px
}

.cards__card-box:first-child {
    height: 640px;
    max-height: 640px
}

.cards__card_left-inverse {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.cards__card_right-inverse {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.cards__card_right-inverse::before {
    left: 0 !important
}

.cards__card-inner-title_bg {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #000
}

.cards_career .cards__card .cards__card-slider {
    height: 100%;
    position: absolute;
    left: auto;
    right: 0;
    width: 100%
}

.cards__card .cards__card-inner {
    position: relative
}


/* Dropdown Button */
.dropbtn {
    color: white;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {

    padding: 20px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    font-size: 16px;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}



/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

body.opened-modal {
    overflow: hidden;
    /* filter: blur(4px); */
    transition: all .6s ease-in-out;
    position: relative;
}

.modal-wrapper {
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000;
    z-index: 99;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}

.custom-modal {

    overflow-y: scroll;
    width: 50%;
    height: 100vh;
    background-color: #fff;
    padding: 80px;

}

.modal-wrapper.show {
    visibility: visible;
    left: 0;
    transition: all 0.6s ease-in-out;
}

.modal-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.modal-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.form-input {}

.modal-form input[type=email]:hover,
.modal-form input[type=text]:hover,
.modal-form textarea:hover,
.modal-form select:hover {
    border: 1px;
    border-style: solid;
    border-color: rgba(53, 113, 158, .5);
}

.modal-form input[type=email],
.modal-form input[type=tel],
.modal-form input[type=text],
.modal-form textarea,
.modal-form select {
    position: relative;
    display: block;
    margin-bottom: 24px;
    width: 100%;
    border: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 14px 17px 12px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    resize: none;
}

input,
textarea,
select {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-closer {
    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.modal-closer svg {
    color: #000;
    width: 80px;
    height: 80px;

}

.modal-closer svg:hover {
    fill: #2586d0;
}



.carousel-inner {
    position: relative;
}

.carousel-content {
    color: white;
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

}

.main-carousel__content {
    margin-right: 200px;

}

.more-btn {
    position: relative;
    z-index: 99;
    text-decoration: none !important;

}

.more-btn span {
    color: white;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 20px;
    text-transform: uppercase;
}

.more-btn:hover {
    opacity: 80%;

}

.truck {
    background-position: center;
}

.chess-descr {
    font-size: 1.25rem;
}

.chess-img {
    min-height: 600px;
}

.options {
    background: #f8f8f8;
}

.options-card {
    display: inline-block;
    width: -webkit-calc((100% - 110px) / 3);
    width: calc((100% - 110px) / 3);
    background: #fff;
    vertical-align: top;
    cursor: default;
    margin-bottom: 36px;
    margin-left: 17px;
    margin-right: 17px;
    min-height: 600px;
}

.options-card-img {
    height: 250px;
    background-color: #000;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    object-fit: cover;
}

.options-card-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}

.options-card-descr {
    color: #777a7e;
    font-size: 18px;
    font-weight: 400;
    margin-top: 11px;
}

.about {}


.addons-card {


    max-width: 400px;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.addons-card-icon {
    display: flex;
    /* justify-content: center;
    align-items: flex-end; */
    width: 140px;
    height: 80px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: auto;

}

.download-btn {
    font-weight: bold;
    text-decoration: none;
    color: black;
    letter-spacing: 4px;
    font-size: 0.9vw;
    font-family: "HyundaiSansText", Helvetica, Arial, sans-serif;

}

.download-btn:hover {
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 0.9vw;

    text-decoration: none;
    color: #35719e;
    fill: #35719e;

}

.download-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.download-btn span {
    margin-top: 5px;
}

.mighty-title {
    letter-spacing: 1px;
}

.banner-content {
    top: 130px;
    left: 330px;
    max-width: 580px;
}

.banner-header-descr {
    color: #222;
    font-size: 18px;
    font-family: 'HyundaiSansTextRegular', 'Malgun Gothic', Dotum, '돋움', AppleGothicNeoSD, 'Apple SD 산돌고딕 Neo', Gulim, '굴림', arial, sans-serif;
    line-height: 28px;
}

.banner_descr {}

.h2_tit {
    font-size: 42px;
    line-height: 46px;

}

.h3_tit {
    font-size: 36px;
    line-height: 44px;
}

.h4_tit {
    font-size: 24px;
    line-height: 32px;
}

.stripe-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.stripe-title {
    width: 35%;
    display: inline-block;
}

.stripe-descr {
    font-size: 18px;
    width: 60%;
    display: block;
}

.cards__card-inner-title {
    /* margin-bottom: 20px; */
}

.dealers__title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #000;
    line-height: 56px;
    text-wrap: nowrap;
}

.dealers-banner {
    height: 400px;
}


.dealer-card {
    background: #f6f3f2;
    min-height: 400px;
}

.dealer-card-title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
}

.howToDealer-banner {
    /* height: 100vh; */
}

.howToDealer-title {
    color: #000;
    letter-spacing: .7px;
    line-height: 1.05;
    font-weight: 700;
    font-size: 82px;
}

.howToDealer-content {
    width: 50%;
}

.bootstrap-modal-btn {
    background: #35719e;
    color: #ffffff;
    border: unset;
    transition: all .15s ease-in;

}

.bootstrap-modal-btn:hover {
    background: #ffffff;
    color: black;
    border: 1px solid black;
    transition: all .15s ease-in;

}


.navbarNavMob-list-item {
    /* border-bottom: 1px solid black; */
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.navbar-expand-lg .navbarNavMob {
    display: none !important;
}



@media (max-width: 1300px) {

    .cards__card-inner-title_big {

        line-height: 50px;
        text-align: left;
        font-size: 50px;

    }
}

@media (max-width: 1025px) {

    .chess-descr {
        font-size: 1rem;
    }

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

    .download-btn {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cards__card-inner-title_big {

        line-height: 50px;
        text-align: left;
        font-size: 35px;

    }

    .cards__card-inner-text {
        font-size: 14px;
    }

    .cards__card-inner-text ul li {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {

    .dealers__title {

        text-wrap: wrap;
    }

}

@media (max-width: 993px) {
    .options-card {
        width: 100%;
        margin: 0;
    }

    .cards__card-inner-title {
        font-size: 18px;

    }
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbarNavMob {
        display: block !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }
}


@media (max-width: 934px) {

    .top-nav {
        display: none;
    }

    .stripe-inner {
        flex-direction: column;
        align-items: center;
    }

    .stripe-title {
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

    .stripe-descr {
        font-size: 18px;
        width: 100%;
        display: block;
    }

}

@media (max-width: 769px) {
    .more-btn {
        display: none !important;
    }

    .main-carousel__title img {
        width: 400px !important;
    }

    .trade_content {
        padding: 100px 0 !important;
    }

    .trade_descr {
        font-size: 20px;
    }

    .chess-img {
        min-height: 300px;
    }

    .banner-content {
        padding: 30px;
        width: 100%;
        height: fit-content;
        transform: none !important;

        /* top: 40%; */
        left: 0%;
        backdrop-filter: blur(4px);
        text-shadow: #fff 1px 0 10px;
    }

    h2 {
        font-size: 24px;
        line-height: 60px;
    }

    .h2_tit {
        font-size: 25px;
        line-height: 25px;
    }

    .h3_tit {
        font-size: 24px;
        line-height: 40px;
    }

    .banner-descr {
        font-size: 1rem !important;
    }

    .mighty-title {
        margin-bottom: 15px;
        padding: 20px 0;
    }

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

    /* .download-btns{
        flex-direction: row;
    } */
    .dealers__title {
        font-size: 40px;
    }

    .howToDealer-title {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .container-fluid {
        padding: 0 15px;
    }

    .truck {
        height: 600px;
    }

    .h4_tit {
        font-size: 18px;
        line-height: 32px;
    }

    .options-card-title {
        font-size: 18px;
    }

    .options-card-descr {
        font-size: 14px;
    }

}

@media (max-width: 426px) {
    .dealers__title {
        font-size: 24px;
        line-height: 30px;
    }

    .howToDealer-content {
        width: 100%;
    }
    .howToDealer-banner{
        background:  #fff !important;
    }
}


.truck.videocont::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 500px 200px #000;
    box-shadow: inset 0 0 500px 200px #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.title-f {
    font-size: 64px;
}
.variantset-img{
    width: 200px;
    height: 100px;
}
.variantset-title{
    background-color: #35719e;
    font-size: 14px !important;
}
.variantset-title:hover{
    background-color: #35719e;
    opacity: .7;
}
