body {
    font: normal 15px/22px "kiam",Tahoma,sans-serif;
    color: #05141f;
    background-color: #f7f8f8;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family: "kiab",sans-serif;
    line-height: 100%;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.eut_header_utilityBar {
    height: 32px;
    width: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
    background-color: #05141f;
    padding: 0 40px;
}

.menu_top_min{
    width: 50%;
    flex-grow: 1;
    font-size: 0;
    text-align: right;
}
.name_dealer {
	
}
ul.nav_temp {
    padding: 0px;
    margin: 0px;
}
.nav_temp li {
    font-size: 11px;
    float: left;
    line-height: 31px;
    list-style: none;
}
.nav_temp li a {
    color: #9ba1a5;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "kiab", sans-serif;
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
    font-weight: 600;
}



.nav_temp li a:hover, .nav_temp li a:active, .nav_temp li a:focus {
    color: white;
	text-decoration: underline;
}


.nav_temp li:before {
    content: '';
    float: left;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background-color: #f7f8f8;
    opacity: .7;
    margin: 11px 12px 0;
}
.nav_temp li:first-child:before{display:none}

.name_dealer {
	display: list-item;
    list-style-type: none;
    padding-left: 32px;
    line-height: 26px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    color: #9ba1a5;
    padding-top: 1px;
}

.name_dealer:hover {
	color: white;
}

header.headerinhomepage {
    transition: background .25s ease-in-out;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #f7f8f833;
    z-index: 99;
}
header.headerinhomepage:not(.hovered) {
    background: transparent;
    border-bottom: 1px solid #f7f8f833;
}
header.headerinhomepage.hovered {
    background: #fff;
}






.eut_header_navigation {
    padding: 0 40px;
    align-items: flex-start;
    position: relative;
}




.gnbNavigation {
    width: 100%;
    align-items: flex-start;
    position: relative;
}

#eut_gnb {
    padding: 25px 0;
    margin: 0;
    height: 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#eut_gnb>li {
    position: relative;
    margin: 0 10px;
}
#eut_gnb>li {
    height: 80px;
    display: flex;
    align-items: center;
}
#eut_gnb>li:first-child {
    margin-left: 0;
}






.gnbListItem--filler {
    flex: 1;
}
#eut_gnb>li>a:not(.ctaButton) {
    font-family: "kiab",sans-serif;
    display: inline-block;
    line-height: 17px;
    font-size: 17px;
    vertical-align: top;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

.hovered #eut_gnb>li>a {
    color: #05141f;
}

.hovered #eut_gnb>li>a:active, .hovered #eut_gnb>li>a:focus, .hovered #eut_gnb>li>a:hover {
    text-decoration: underline;
}

.hovered #eut_gnb>li:hover>a {
    text-decoration: underline;
}

#eut_gnb>li .eut_nav_dth2>li:hover a {
    text-decoration: underline;
}

.eut_nav_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: -11px;
    will-change: position,top;
}
.eut_nav_logo {
    top: 50%;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.eut_nav_logo .header_logo a {
    display: block;
}
.eut_nav_logo .header_logo a img {
    margin-top: -7px;
}
.eut_nav_logo .header_logo a img {
    width: 100px;
    height: 25px;
}


.headerinhomepage:not(.hovered) .eut_nav_logo .eut_nav_logo__blackLogo {
    display: none;
}
.headerinhomepage.hovered .eut_nav_logo .eut_nav_logo__whiteLogo {
    display: none;
}





.eut_nav_dim {
    position: absolute;
    display: none;
    z-index: 12;
    top: 112px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.eut_nav_dim.active {
    display: block;
}



#eut_gnb>li.active .eut_nav_dth2 {
    display: block;
}

#eut_gnb>li .eut_nav_dth2 {
    display: none;
    position: absolute;
    top: 80px;
    left: -20px;
    width: 240px;
    background-color: #fff;
    z-index: 2001;
    list-style: none;
    padding: 0px;
}

#eut_gnb>li:hover .eut_nav_dth2 {
    display: block;
}
#eut_gnb>li .eut_nav_dth2>li {
    border-top: 1px solid #dfdfdf;
    padding: 20px 20px 23px 20px;
}

#eut_gnb>li .eut_nav_dth2>li a {
    display: block;
    font-family: "kiab",sans-serif;
    line-height: 20px;
    color: #05141f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.model_cars {
    position: absolute;
    background: #fff;
    left: 0;
    margin-top: 0px;
    width: 100%;
    display: none;
    min-height: 600px;
}
.model_cars.active {
    display: block;
}
.model_cars:hover {
    display: block;
}

.newcar_category {
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.newcar_category li {
    margin-bottom: -1px;
    margin-left: 15px;
}
.newcar_category li>a {
    display: block;
    height: 50px;
    padding: 0 5px 0 30px;
    position: relative;
    border: 0;
    font-size: 13px;
    line-height: 50px;
    color: #05141f;
    text-decoration: none;
    text-transform: uppercase;
}

.newcar_category li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url(/assets/kia/img/svg/icon-medium-radio-off.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}



.newcar_category li:hover a:before, 
.newcar_category li:focus a:before, 
.newcar_category li:active a:before, 
.newcar_category li.active a:before {
    background: url(/assets/kia/img/svg/icon-medium-radio-on.svg) 0 0 no-repeat;
}

.plit_car {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: default;
    padding: 0 40px;
}
.car_nav {
    width: 20%;
    text-align: center;
}
.car_nav img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.car_nav a {
    display: block;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 1px 17px;
}
.car_nav a:hover, 
.car_nav a:focus, 
.car_nav a:active {
    background-color: #f7f8f8;
}
div#eut_container img {
    width: 100%;
}


/* -------------------------  */

.headerinhomepage+#eut_container {
    margin-top: -82px;
}
#eut_container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
body.no_scrol {
    overflow: hidden;
}	






















































































	
.content {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    margin-top: 10px;
}
.filter_content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.filter_content .filter {
    width: 24%;
    padding-right: 1%;
}
.filter_content .catalog_car {
    width: 75%;
}
label.new_label {
    display: flex;
    width: 100%;
    justify-content: space-between;
}	
input.fn_form_url_value {
  position: absolute;
  z-index: -1;
  opacity: 0;
}		
			
			
input.fn_form_url_value+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
input.fn_form_url_value+label::before {
  content: '';
  display: inline-block;
    width: 1.1em;
    height: 1.1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}		
			
input.fn_form_url_value:checked+label::before {
    border-color: #05141f;
    background-color: #05141f;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}			
input.fn_form_url_value:hover+label::before {
    content: '';
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000000;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}			
label.new_label span.label_text.label_text_caps {
    color: #7e7e7e;
}		
label.new_label:hover span.label_text.label_text_caps {
    color: #000;
}	
.item_car {
    width: calc(100% - 40px);
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding: 20px;
}	
.item_car:hover {
    border: 1px solid #05141f4a;
}
.pagination {
    text-align: center;
    padding: 90px 0px;
}
.pagination ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    /* display: inline-block; */
    color: #a6a6a6;
    font-size: 1.22vw;
    vertical-align: middle;
    text-decoration: none;
}
.pagination ul li {
    width: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.pagination ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 2px;
    color: #464646;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
	font-size: 12px;
}


.pagination ul li.active a {
	background: #05141f;
	color: #fff;
}	
.pagination ul li:hover a {
    text-decoration: underline;
}
.name_page {
    font-size: 36px;
    color: #000;
    line-height: 30px;
    text-transform: none;
}
	
.name_page:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #05141f;
    margin-top: 18px;
}
font.color_point {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #444;
}
	
.item_car {
    display: flex;
    /* border: 1px solid #e6e6e6; */
    margin-bottom: 10px;
}

.img_info img {
    width: 100%;
}

a.red_botton {
    background: #05141f;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    margin-right: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}	
	
.img_info, .text_info {
    width: 48%;
    padding: 1%;
}
.btnType1:hover {
    opacity: .8;
    text-decoration: underline;
}
.filter_mobile {
    display: none;
}













.btnType1 {
    background-color: #05141f !important;
    color: #fff;
}
.btnMedium {
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
}
.btnIcon:before, .btnIcon:after {
    content: '';
    display: inline-block;
    background-image: url(/assets/kia/img/spr_button.png) !important;
    background-repeat: no-repeat;
    vertical-align: top;
}
.btnMedium .arrow_r:after {
    background-position: -25px -32px;
    width: 24px;
    height: 24px;
    margin: 3px 0 0 -2px;
    position: relative;
    right: -12px;
}


.btnMedium .arrow_r:after {
    background-position: -25px -32px;
    width: 24px;
    height: 24px;
    margin: 3px 0 0 -2px;
    position: relative;
    right: -12px;
}
.btnIcon:before, .btnIcon:after {
    background-image: url(/assets/kia/img/spr_button_x2.png);
    background-size: 124px 80px;
}
.btnMedium {
    display: inline-block;
    text-transform: uppercase;
}






.form_wrp .input_box {
    width: 100%;
    min-height: 18px;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 5px 12px;
    border-radius: 2px;
}
.form_wrp.corect_form .input_box {
    width: calc(100% - 26px);
    margin-bottom: 20px;
}




.name_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name_form img {
    width: 100px;
    margin-bottom: 20px;
}
.name_form h4 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 25px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: calc(50% - 40px);
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-header {
    width: 100%;
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: #999;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.dn {
    margin-top: 30px;
}
 .harak p {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0px;
}
.harak p img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.harak p font.color_point {
    margin-left: 3px;
}
a.text_zaster {
    display: block;
    margin-top: -5px;
    color: #3e62ee;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 100;
}
.price_item p b {
    font-size: 20px;
}
.price_item p b {
    font-size: 20px;
    position: relative;
    display: block;
    margin-left: 10px;
}
.price_item p {
    display: flex;
}
p.info_trxt_g {
    color: #c0bebe;
    font-size: 0.9vw;
}
.color_model_filtr label {
    display: none;
}
.color_model_filtr.model_true label {
    display: flex;
}
.color_model_filtr.model_true p.info_trxt_g {
    display: none;
}
button#clearFilterButton {
    background-color: #05141f !important;
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
}
.mod_car label.new_label span.label_text.label_text_caps font {
  /*   color: #000;
   font-size: 10px;*/
}
.name_dealer p {
    display: list-item;
    list-style-type: none;
    padding-left: 32px;
    line-height: 26px;
    font-size: 11px;
    color: #9ba1a5;
    padding-top: 1px;
    margin: 0;
    font-weight: 600;
    font-family: "kiab", sans-serif;
}
.footer_content {
    position: relative;
    background: #05141f;
    padding: 80px 40px 45px;
    display: flex;
    justify-content: space-around;
    color: #939a9e;
    flex-wrap: wrap;
}
.f_navi .info_sns {
    text-align: left;
}
.info_sns div {
    float: left;
    margin-right: 15px;
    display: block;
}
.sns_spr {
    margin-right: 10px;
	background-image: url(/assets/kia/img/spr_sns.png);
	display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    white-space: nowrap;
    color: transparent;
    vertical-align: top;
    text-indent: -999px;
}
.spr_facebook {
    background-position: 0 0;
    width: 24px;
    height: 24px;
}
.spr_youtube {
    background-position: -75px 0;
    width: 24px;
    height: 24px;
}
.spr_instagram {
    background-position: -150px 0;
    width: 24px;
    height: 24px;
}
.info_sns {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
}
.footer_content div ul {
    list-style: none;
    padding: 0;
    margin: auto;
}
.Copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .4);
}
.footer_content div p {
    padding: 0;
    margin: 0;
}
.galery_one.open_galery {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 9999999999;
    align-items: center;
}
p.close_menu {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 999999;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 3px 19px -5px #b8b5b5;
}
.galery_one {
    display: none;
}
.img_info .galery img+img {
    width: 50%;
}
.flex_img div {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.galery {
    cursor: pointer;
}
.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}
.mobi_see {
    display: none;
}
.footer_content div img {
    margin-left: 10px;
}








