.fs-70 > * {
	font-size: 70px;
}
.fs-52 > * {
	font-size: 52px;
}
.fs-36 > * {
	font-size: 36px;
}
.fs-32 > * {
	font-size: 32px;
}
.fs-24 > * {
	font-size: 24px;
}

.lh-15 > * {
	line-height: 1.5;
}
.lh-11 > * {
	line-height: 1.1;
}

.fw-600 > * {
	font-weight: 600;
}

.uppercase {
    letter-spacing: 0 !important;
}

li {
    margin-bottom: 0 !important;
}

.mb-60 {
	margin-bottom: 60px;
}

#main a.button {
    max-width: fit-content !important;
    margin: 0;
    padding: 15px 20px !important;
}

.st-kviz-hero-section .section-bg {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 9.85%, #F2F2F2 104.33%);
}
.st-kviz-5-icons-stack .box-image {
    width: 67px;
    height: 67px;
    border-radius: 67px;
    background-color: var(--fs-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
	margin:0;
}
.st-kviz-5-icons-stack .box-image img {
	width: auto;
}
.st-kviz-product-col .col-inner {
    background: #fff;
    box-shadow: 0px 0px 30px 0px #0000001A;
    padding: 15px;
}
.st-kviz-product-title {
    min-height: 80px;
    margin-bottom: 10px;
}
.st-kviz-product-stock p {
    font-size: 12px;
    font-weight: 400;
}
#main a.button.st-kviz-product-button {
    max-width: 100% !important;
    color: #000 !important;
    border-color: var(--fs-color-primary);
}
section .section-bg img {
	object-fit: contain;
	height: auto;
}
.st-kviz-hero-section .section-bg img {
	top: unset;
    bottom: 0;
}
#st-kviz-reset {
    color: #585858;
    font-weight: 500;
    text-decoration: underline;
    font-size: 18px;
	cursor: pointer;
	text-align: center;
}
#st-kviz-email-form {
    max-width: 555px;
    margin: 30px auto;
}
#name, #email {
    font-weight: 400;
    height: 60px;
    box-shadow: none;
    border: 1px solid #000;
    font-family: 'FranklinGothicATF';
    color: #000;
}
.consent {
	font-family: 'FranklinGothicATF';
	font-weight: 400;
	color: #585858;
}
#st-kviz-email-form button {
    width: 100%;
    background: #585858;
    height: 60px;
}
#st-kviz-qa {
    max-width: 920px;
    margin: 50px auto;
}
.qa-wrapper  {
    flex-wrap: nowrap;
    gap: 25px;
	margin-bottom: 40px;
}
.qa-content-num {
    font-size: 32px;
    font-weight: 600;
    background: var(--fs-color-primary);
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 54px;
    color: #fff;
    margin-bottom: 20px;
}
.qa-content-question {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
.qa-content-answers label {
    font-family: 'FranklinGothicATF';
    font-weight: 400;
    line-height: 1.5;
}
.qa-content-answers > div {
    display: flex;
    align-items: flex-start;
}
.qa-wrapper > div {
    flex-basis: calc(50% - 12px);
}
#st-kviz-qa .qa-wrapper:nth-child(odd) {
	flex-direction: row-reverse;
}
.st-kviz-response-title > div {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}
.st-kviz-response-coupon  {
    font-size: 36px;
    line-height: 1.2;
    width: 260px;
    height: 260px;
    text-align: center;
    background: #ED1C24;
    border-radius: 260px;
    color: #fff;
    padding: 45px;
	margin: 20px auto;
	text-transform: uppercase;
}
.st-kviz-response-coupon p {
    font-size: 28px;
}
@media screen and (max-width:1440px) {
	.st-kviz-hero-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.st-kviz-hero-section .row > .col.large-3 {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
	.st-kviz-hero-section .row > .col.large-9 {
        flex-basis: 66.6666%;
        max-width: 66.6666%;
    }
	.fs-70 > * {
		font-size: 60px;
	}
	.st-kviz-product-title {
		min-height: 106px;
	}
}
@media screen and (max-width:850px) {
	.st-kviz-hero-section .row > .col.large-3,
	.st-kviz-hero-section .row > .col.large-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
	.center-ul ul {
		list-style-position: inside;
		text-align: center;
	}
	.button-center {
		display: block !important;
		margin: auto !important;
	}
	.fs-70 > * {
        font-size: 32px;
    }
}
@media screen and (max-width:850px) {
	.st-kviz-hero-section .slider .flickity-slider > .img {
		min-height: 100%;
		display: grid;
	}
	.fs-52 > * {
		font-size: 42px;
	}
	.center-ul ul li {
		margin-left: 0 !important;
	}
	.st-kviz-5-icons-stack {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	.st-kviz-5-icons-stack > div.box {
		width: 33%;
	}
	#main a.button {
		max-width: fit-content !important;
		padding: 15px 15px !important;
        letter-spacing: 0;
	}
	.mb-60 {
		margin-bottom: 30px;
	}
	.qa-wrapper {
		flex-direction: column !important;
	}
	.qa-content-answers > div {
		display: flex;
    	align-items: flex-start;
	}
	.st-kviz-product-title p {
		font-size: 20px;
	}
}
