@font-face {
	font-family: 'Gilroy Medium';
	src: url('Gilroy-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Gilroy Bold';
	src: url('Gilroy-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Gilroy Heavy';
	src: url('Gilroy-Heavy.woff') format('woff');
}
html {
	scroll-behavior: smooth;
}
body {
	max-width: 480px;
	margin: auto;
	background: white;
	font-family: 'Gilroy Medium', sans-serif;
	font-size: 15px;
	font-weight: 500;
}
h1 {
	font-family: 'Gilroy Heavy', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #232323
}
h2 {
	font-family: 'Gilroy Bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin: 40px auto 20px;
}
b {
	font-family: 'Gilroy Bold', sans-serif;
	font-weight: 700;
}
p {
	line-height: 21px;
}
img {
	flex-shrink: 0;
}
.container {
	margin: 0 20px;
}

.top-slider div img {
	display: block;
	margin: auto;
	width: 80%;
}

.top-slider {
	position: relative;
}
.arrow {
	width: 22px;
	position: absolute;
	z-index: 10;
	top: 40%;
	cursor: pointer;
}
.arrow-left {
	left: 10px;
}
.arrow-right {
	right: 10px;
}
.slick-dots li button:before {
	font-size: 11px;
}
.slick-dots li button:before {
	opacity: 0.1
}
.slick-dots li.slick-active button:before {
    opacity: 0.25;
}
.slick-dots {
	position: unset;
}
.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.title {
	color: #3F4045;
}
.stars span {
	color: #232323;
	opacity: 0.5;
	vertical-align: text-top;
	padding-left: 3px;
}
.stars img {
	height: 16px;
}

.price {
	margin-top: 5px;
}
.new-price {
	color: #EA1919;
	font-size: 18px;
}
.old-price {
	color: #232323;
	opacity: 0.5;
	padding-left: 8px;
	text-decoration: line-through;
}

.toform {
	background: #F9D748;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #232323;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px auto;
    text-transform: uppercase;
}

.icons img {
	width: 64px;
}

.icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
}
.icons div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 33%;
    font-size: 13px;
}
.icons img {
	padding-bottom: 12px;
}
.icons-2 {
	padding: 0 10px;
}

.icons2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 30px;
}
.icons2 img {
	height: 42px;
	padding-bottom: 10px;
}
.icons2 div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 48%;
    font-size: 15px;
    padding: 20px 0;
}
.icons2 div:nth-child(odd) {
	padding-right: 2%;
}
.icons2 div:nth-child(even) {
	padding-left: 2%;
}

.thefamily img:first-child {
	width: 100%;
}
.family-proj {
	width: 50%;
    display: block;
    margin: -20% auto 0;
}
.thefamily {
	background: #303030;
	color: #ffffff;
}
.thefamily h2 {
	margin-top: 0;
}
.thefamily p {
	text-align: center;
	padding-bottom: 40px;
	padding-top: 25px;

}
.stripe {
	width: 30px;
	height: 2px;
	background: #F9D748;
	margin: auto;
}

.features {
	padding: 25px 0 0;
}
.features p {
	margin: 0;
}
.features img {
	width: 45px;
	height: 100%;
	padding-right: 20px;
}
.features div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
}
.features div:last-child {
	padding-bottom: 0;
}
.proj-features {
	width: 100%;
}

.chars {
	padding-top: 20px;
}
.chars img {
	width: 100%;
}
.chars h2 {
	margin-top: 20px;
}
.chars .icons2 {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.chars .icons2 img {
	width: 40px;
	height: auto;
	margin-top: auto;
}
.chars .icons2 div div {
	height: 40px;
}
.chars .icons2 div div {
	height: 40px;
}
.chars .icons2 div {
	padding: 15px 0;
}
.grey {
	font-size: 11px;
	opacity: 0.5;
	padding-top: 5px;
}

.use {
	background: #f5f5f5;
    padding-bottom: 15px;
}
.use h2 {
	margin: 0;
	padding: 30px 0;
}
.use .container {
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 15px;
}
.use img {
	height: 65px;
}

.card h1 {
	font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin: 40px auto 0;
}
.card img {
	width: 100%;
}
.card .toform {
	margin-top: 0;
}

.card .icons {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.card .icons div {
	width: 35%;
	padding-bottom: 25px;
}

.card h2:last-child {
	margin-top: 20px;
	margin-bottom: 30px;
}

.ava {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin-right: 20px;
}
.user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 70%;
    margin: auto;
}
.user span {
	display: block;
}
.city {
	font-size: 11px;
	opacity: 0.5;
	padding: 2px 0 8px;
}
.name img {
	width: 75px;
}
.rev-slider p {
	width: 70%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.rev-slider .arrow {
	top: 50%;
}

#form {
	padding-bottom: 30px;
}
#form p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
#form h2 {
	margin-bottom: 0;
}
input[name="name"] {
	margin-bottom: 15px;
}
input {
	display: block;
	padding: 15px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	outline: none;
	margin: 7px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#form span {
	color: #3F4045;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
}
.policy {
    text-align: center;
    margin-bottom: 30px;
}
.policy a {
	color: unset;
}