html, body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 700px) {
    main {
        width: 90%;
    }

    main h1 {
        font-size: 3rem !important;
    }

    main h2, main p, main i {
        width: 100% !important;
        margin-left: 0 !important;
    }

    main p a, main ol a, main ul a {
        display: inline;
        padding: 0 !important;
    }

    main img {
        margin: auto !important;
    }

    main .quote {
        box-sizing: border-box;
        width: 100%;
    }

    .features-wrapper .order-block {
        flex-direction: column;
    }

    .features-wrapper .order-block > img {
        max-width: 400px;
    }
}

@media screen and (max-width: 520px) {
    main h1 {
        font-size: 2.4rem !important;
        margin: 2rem auto !important;
    }

    main h2 {
        font-size: 1.8rem !important;
    }

    main p {
        font-size: 1rem !important;
        letter-spacing: 0 !important;
    }

    main i {
        font-size: 0.9rem !important;
        letter-spacing: 0.02em;
    }

    main a {
        display: block;
        font-size: 0.8rem !important;
        line-height: 1.4;
        padding: 0.8rem !important;
    }

    main p a, main ol a, main ul a {
        font-size: 1rem !important;
    }

    main .button-wrapper {
        margin:  0.6rem !important;
    }

    main .button-wrapper.top {
        margin-top: 1.8rem !important;
    }

    .summary {
        max-width: 100% !important;
        padding: 0 1rem;
        margin: 2rem 0;
    }
    
    .summary h3 {
        text-align: center;
        margin-top: 0.8rem;
    }
    
    .summary ol {
        width: inherit;
        padding-left: 1.4rem;
    }
    
    .summary li {
        font-size: 1rem !important;
        margin-top: 0.7rem !important;
    }

    .summary a {
        font-size: 1rem !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 430px) {
    header h3, header div {
        font-size: 0.9rem !important;
    }

    header .logo {
        width: 140px !important;
    }
}

@media screen and (max-width: 380px) {
    main h1 {
        font-size: 2rem !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #431A10;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1.6rem;
}

header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.2rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: black;
}

header .logo {
    width: 200px;
}

main {
    max-width: 660px;
    margin: auto;
}

main h1 {
    font-size: 3.5rem;
    text-align: center;
    margin: 4.5rem auto;
}

main .article-info {
    line-height: 1.8;
    margin-bottom: 1rem;
}

main .author-img {
    border-radius: 100%;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0 !important;
}

main .author {
    color: #B88059;
    font-weight: 600;
    margin-right: 8px;
    margin-left: 2px;
}

main .center {
    text-align: center;
}

main h2 {
    font-size: 2rem;
    margin-top: 4rem;
    margin-left: 1rem;
}

h3 {
    margin-left: 1rem;
}

main p, main i, main ol {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    width: 90%;
    margin: 1rem auto;
}

main p {
    line-height: 1.4;
    letter-spacing: 0.02em;
}

main i {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.02em;
    color: #464646;
    margin-top: 2rem;
}

main li {
    margin-top: 0.8rem;
    padding-left: 0.6rem;
}

main a {
    display: inline-block;
    line-height: 1.6;
    border-radius: 5px;
    color: white;
    background-color: #B88059;
    text-decoration: none;
    font-weight: 500;
    padding: 1rem 1.6rem;
}

main p a, main ol a, main ul a, main i a, main .c-item a {
    border-radius: 0px;
    color: #B88059;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
}

main img {
    border-radius: 5px;
    width: 100%;
}

.summary {
    border: 1px solid #B88059;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fefeff;
    max-width: 300px;
    padding: 0 1rem;
    margin: 2rem 0;
}

.summary h3 {
    margin-top: 0.8rem;
}

.summary ol {
    width: inherit;
    padding-left: 1.4rem;
}

.summary li {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0.4rem;
}

.summary a {
    font-weight: 400;
}

main .button-wrapper {
    text-align: center;
    margin-top: 2rem;
}

main .button-wrapper.top {
    margin-top: 3.5rem;
}

main .intro {
    text-align: center;
    margin: 1rem auto;
}

main .quote {
    border-left: 4px solid darkgray;
    background-color: #f3f3f3;
    padding: 1rem 1.2rem;
}

main .quote .customer {
    display:block;
    max-width: 300px;
    margin: auto;
    margin-bottom: 2.4rem;
}

main .quote i {
    margin-top: 1rem;
}

main .quote i.name {
    color: black;
    font-weight: 500;
    font-style: normal;
}

footer {
    margin: auto;
    margin-top: 48px;
}

.testimonial {
    font-family: system-ui,  BlinkMacSystemFont, 'Segoe UI', Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 95%;
    max-width: 850px;
    margin: auto;
    margin-top: 48px;
    padding-bottom: 24px;
}

.testimonial h2 {
    text-align: center;
}

.testimonial .testimonial-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.testimonial-item {
    border: 1px solid #B88059;
    border-radius: 5px;
    padding: 20px;
    width: 25%;
    min-width: 160px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
    font-weight: 600;
}

.profile img {
    width: 48px;
    border-radius: 100%;
    border: 1px solid #e1e8e7;
}

.testimonial p {
    font-size: 1rem;
    margin: 12px 0 0;
}

.stateImage {
    fill: #B88059;
}

#stateNames path {
    fill: white;
    pointer-events: none;
}

.stateButton path {
    fill: #B88059;
}

.stateImage,
.stateButton path {
    transition: 250ms;
}

.stateImage:hover,
.stateButton path:hover {
    fill: #37579b;
}

footer .copy {
    font-size: 0.8rem;
    font-weight: 300;
    text-align: center;
    margin-top: 0.8rem;
}

footer .main-footer {
    color: white;
    background-color: #282928;
    text-align: center;
    padding: 1rem;
}

footer .main-footer .privacy-terms {
    display: flex;
    justify-content: center;
    gap: 1.4rem;
}

footer .main-footer a {
    text-decoration: none;
    color: #999;
    font-size: 0.8rem;
}

footer hr {
    opacity: 50%;
    width: 90%;
    margin: 1rem auto 0.8rem;
}

footer p {
    font-size: 0.7rem;
    font-weight: 300;
}

/* koleso.css Style */

.spin-wrapper, .order-block {
	border: 3px solid #B88059;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.spin-wrapper img {
	max-width: 100%;
}

#align .spin-wrapper p {
	text-align: center;
	font-size: 21px !important;
	line-height: 1.4 !important;
	margin-bottom: 15px
}

.wheel-wrapper {
	text-align: center
}

.wheel {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 400px;
}

.wheel-cursor {
	position: absolute;
	width: 150px !important;
	height: 150px;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.cursor-text {
	font-family: "Montserrat", sans-serif;
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 70px !important;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #ccc;
	top: 50%;
	left: 50%;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
	box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
	background: #fff;
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%)
}

.wheel-img {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s
}

.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("urn:scrapbook:download:error:");
	background-size: 100%;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: -40px;
	cursor: pointer
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
	box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, .7) !important;
	z-index: 99 !important
}

.pop-up-layer-show {
	display: block
}

.pop-up-window {
	position: relative;
	width: 100%;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 50%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	animation: .7s ease 0s normal none 1 running pop-up-appear;
	transform: translateY(-50%);
}

.pop-up-window::before {
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #B88059;
	border-radius: 50%;
	animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #fff #fff;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transform: rotate(-45deg);
	transition: opacity 1s ease 0s;
	animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.spin-result-wrapper {
	display: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	top: 0;
	z-index: 999;
	left: 0;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	text-align: center
}

.super-rotation {
	-webkit-animation-name: super-rotation;
	animation-name: super-rotation;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg)
	}
	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg)
	}
}

@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg)
	}
	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg)
	}
}

.pop-up-heading {
	font-size: 37px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Roboto Condensed';
}

.pop-up-text {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	display: block;
}

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px;
	font-size: 20px;
	border-radius: 5px;
	background-color: #B88059;
	color: #fff !important;
	border: medium none;
	cursor: pointer;
	outline: medium none;
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
}

.pop-up-button:hover {
	color: #fff;
	text-decoration: none
}

.features-wrapper .order-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-wrapper .order-block .note {
    font-size: 0.8rem;
}

.features-wrapper .link-rd {
    color: #B88059;
    font-size: 0.9rem;
    font-weight: 700;
}

.features-wrapper #link-offer {
    color: white;
}
