footer ul {
    padding-inline-start: 0px;
    margin-bottom: 0;
    list-style: none;
}

.footerks {
    background: var( --e-global-color-primary );
	font-size: 13px;
    color:white;
}

.footerks h6 a, .footerks h6 {
    color:white!important;
    font-weight: 900;
}

.footerks__container {
    max-width:1300px;
    margin:0 auto;
    padding: 0 10px;
    display: grid;
    grid-template-columns: 65% 1fr;
}

.footerusps {
	background: #ededed;
	padding: 40px 10px;
}

.footerusps .footerks__container {
    grid-template-columns: 1fr 1fr 1fr;
}

.footerks_usp {
	display:flex;
	align-content:center;
    justify-content: center;
}
.footerks_usp svg {
	fill: var( --e-global-color-primary );
	padding-right:8px;
    width: 40px;
    height: 40px;
}

.footerks_usp span {
	font-weight: 600;
    line-height: 2;
}

.footerks__container--left {
    display: grid;
    grid-template-columns: auto 1fr;
	gap:20px;
}

.footerks__container--left img {
    margin-top:-40px;
    width: 260px;
}

.footerks__bluetext {
    align-self: center;
}

.footerks__bluetext li {
    display:inline-block;
    background:#ffffff;
    border-radius: 4px;
    transition:0.3s;
    margin-bottom: 5px;
}

.footerks__bluetext li:hover {
    background:#e5e5e5;
}
.footerks__bluetext a {
	display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    padding: 0 10px;
	gap:6px;
}

.footerks__bluetext svg {
    width: 26px;
    fill: #ED175D;
    height: 40px;
    padding: 0 10px 0 1px;
    border-right: 1px solid #262D34;
}

.footerks__bluetext a:hover {
    color: var( --e-global-color-roze-hover );
}

.footerks__container--right {
    align-self: center;
}

.footerks__blue--kiyoh {
    display:flex;
	gap: 10px;
}

.footerks__blue--kiyohtext {
    padding-top:5px;
}

.footerks__blue--kiyohtext img {
    height: 18px;
}

.footerks__blue--kiyohtext p {
    margin:0;
}

.footerks__blue--svg {
    padding-top: 15px;
}

.footerks__blue--svg svg {
    width:150px;
    height:auto;
    fill:white;
}

.footerwhite__container {
    margin: 50px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1000px;
    gap: 25px;
}

.footerwhite {
    margin: 10px;
    background: none;
    font-size: 13px;
    color:var( --e-global-color-primary );
    border:none;
}

.footerwhite li {
    padding: 5px 4px;
    margin-left:-5px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.2s;
}

.footerwhite li:hover {
    background: #E5E5E5;
}

.footerwhite a {
    color:#414042!important;
}

.footerwhite p {
	color: #414042;
	margin:25px 0 0 0;
	max-width: 240px;
}

.footerpayment__container {
    max-width: 1300px;
    margin: 10px auto 13px;
    text-align: center;
    padding: 0 25px;
}

.footerpayment__container img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}

.footerpayment ul {
    border-top: 1px solid grey;
    padding-top: 10px;
}

.footerpayment li {
    display:inline-block;
}

.footerpayment a {
    color: #1C2A33!important;
    text-decoration:none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 7px; 
	transition: 0.2s;
}

.footerpayment a:hover {
	color: var( --e-global-color-primary )!important;
}

.footerbottombar {
    background: var( --e-global-color-primary );
    padding: 5px;
}

.footerbottombar__container {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 5px auto;
    padding: 0 25px;
}

.footerbottombar__container p {
    color: #fff;
    font-size: 11px;
	margin-top:5px;
	margin-bottom: 0px;
}

.footerbottombar__container li {
    display: inline-block;
} 

.footerbottombar__container svg {
	height: 20px;
	border-radius: 3px;
}

@media screen and (max-width: 1024px){
    .footerks__container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 25px;
    }
    .footerks__container--left {
        border-bottom: 1px solid #fff;
    }
    .footerks__blue--kiyoh {
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }
}

@media screen and (max-width: 768px){
    .footerks__blue--svg svg {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 600px){
	.footerusps .footerks__container {
		display:grid;
	    grid-template-columns: 1fr;
		gap: 8px;
	    font-size: 13px;
	}
	.footerks_usp {
	    justify-content: start;
	}
	.footerusps {
		padding: 10px 0 30px 0;
	}
	.footerks__bluetext {
        margin: 10px 0 10px 10px;
    }
	.footerks__bluetext li {
        font-size: 11px;
        margin-bottom: 5px;
    }
	.footerks__container--left img {
		align-self: end;
		margin-top: -40px;
		width: 135px;
	}
	.footerks__bluetext svg {
		width: 26px;
		height: 30px;
	}
    .footerks__bluetext .mobhide {
        display:none;
    }
    .footerwhite__container {
        margin: 0;
        grid-template-columns: 1fr;
        padding: 10px;
    }
    .footerbottombar__container {
		flex-direction: column;
    	align-items: center;
}
}

@media screen and (max-width: 400px){
	.footerusps {
		padding: 10px 0;
	}
}