@import url(https://fonts.googleapis.com/css?family=Poppins:regular,500,600&display=swap);


*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	min-width: 320px;
	background-image: url('../img/bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body {
	line-height: 1;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 400;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
/* ---------------------------------------- */
.wrapper {
	overflow: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
/* ------------------------------------------- */

.title{
	font-family: 'CalSans', sans-serif;
	color: rgba(236, 236, 236, 1);
	text-align: center;
	font-size: 44px;
	line-height: 1.2;
}
.title span{
	color: #FF6428;
}
@media (max-width: 767.98px){
	.title {
		font-size: 38px;
	}
}

/* ---------------------------------------- */
.page {
	flex: 1 1 auto;
}
.page__main {
    padding:50px 0 50px 0;;
    background-image: url('../img/bg.webp');
}
.page__store {}
.page__categories {}
.page__brands {}
.page__why {}
.page__reviews {}
.page__favorite{}
/* ---------------------------------------- */
[class*="__container"] {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 15px;
}

/* ---------------------------------------- */
.header {
	background-color: #505ab6;
}

.header__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	min-height: 106px;
}
.header__logo {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 33px;
	line-height: 33px;
	color: #fff;
	letter-spacing: 0.25em;
}
.header__menu {
}
.menu {
}
.menu__list {
	display: flex;
}
.menu__item {
	padding: 0 10px;
}
.menu__link {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
.main {
	background: linear-gradient(180deg, #101010 0%, #313131 100%);
}
.page {
}
.page__main {
	display: flex;
	justify-content: center;
	align-items: center;

}
.main__container {
	text-align: center;
}
.main__container h1 {
	text-align: center;
	color: #1b1b1e;
	font-size: 90px;
	line-height: 81px;
	font-weight: 700;
	padding-bottom: 50px;
}
.main__container h2 {
	color: #ffffff;
	font-size: 90px;
	font-weight: 700;
	line-height: 81px;
	padding-bottom: 50px;
}
.main__container h4 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.25em;
    margin-top: 50px;
}
.main__form {
    margin: 0 auto;
    max-width: 601px;
	background: #fff;
	border-radius: 15px;
}
.main__form h3 {
	text-align: center;
}
.main__form label {
	font-size: 13px;
	color: #373b4d ;
}
.main__form h3 {
	color: #000;
	font-size: 30px;
}
.form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.grid__item {
	display: flex;
	flex-direction: column;
}
.services {
	background-color: #3c3c4e;
	padding: 100px 0 50px 0;
}
.services__container {
}
.services__container h2 {
	text-align: left;
	font-size: 80px;
	font-weight: 700;
	line-height: 72px;
	color: #fff;
}
.services__container h2 span {
	position: relative;
   text-align: center;
}
.services__container h2 span::before {
	content: "";
   position: absolute;
   top: -10px;
   left: 40%;
   width: 40px;
   border-top: 10px solid white;
   margin-left: -15px;
}
.services__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 57px;
}
.services__list h4 {
	font-size: 16px;
}
.services__list h4 span {
	position: relative;
   text-align: center;
}
.services__list h4 span::before {
	content: "";
   position: absolute;
   top: -15px;
	left: 35%;
	width: 45px;
   border-top: 10px solid #4e5ac3;
   margin-left: -15px;
}
.about {
	background: url('../img/white-bg.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 50px 0;
}
.about__container {
}
.about__container h2 {
	text-align: left;
	font-size: 80px;
	font-weight: 700;
	line-height: 72px;
	color: #000;
}
.about__container h2 span {
	position: relative;
   text-align: center;
}
.about__container h2 span::before {
	content: "";
   position: absolute;
   top: -10px;
	left: 20%;
	width: 80px;
   border-top: 10px solid #4e5ac3;
   margin-left: -15px;
}

.about__container p {
	font-size: 16px;
	color: #1b1b1e;
	max-width: 75%;
	line-height: 1.6em;
	margin-top: 50px;
}
.work {
	padding: 100px 0 50px 0;
}
.clients {
	padding: 100px 0 50px 0;
}
.comments__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 50px;
	gap: 20px;
}
.comments__item {
	padding: 30px;
	border: 1px solid black;
	border-radius: 16px;
   filter: drop-shadow(0 0 0.75rem grey);
}
.comments__item p {
	margin: 0;
}
.comments__item span {
	font-size: 10px;
	color: #000;
}
.team {
	background: #dadada;
	padding: 100px 0 50px 0;
}
.facts {
	padding: 100px 0 50px 0;
	background-image: url('../img/bg.webp');
}
.statistic__row {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.get__touch {
	background: #FFF;
	padding: 100px 0 50px 0;
}
.get__touch label {
	font-size: 14px;
	color: #1b1b1e;
	margin-bottom: 7px;
}
.get__touch input {
	width: 100%;
	border: 2px solid black;
	padding: 3px 3px 3px 12px;
}
.statistic__item {
}
.form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	vertical-align: baseline;
	gap: 40px;
}
.form__column label {
	margin-bottom: 7px;
}
.form__column textarea {
	border: 2px solid black;
	padding: 3px 3px 3px 12px;
}
.right__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.right__content p {
	margin: 0;
}
.form__column {
	display: flex;
	flex-direction: column;
}
.footer {
	background: #3c3c4e;
	padding: 20px;
}
.footer p {
	font-size: 14px;
	text-align: center;
}
.burg {
    display: none;
    width: 32px;
    height: 30px;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    transition: all .25s;
    position: relative;
}
.burg span {
    display: inline-block;
    width: 100%;
    height: 3.5px;
    background-color: #fff;
    transition: all .5s;
}
#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(78,90,195);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.showMenu {
    display: flex!important;
    z-index: 999999999999!important;
}
#mobile-menu__close {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 40px;
    color: white;
}
.mob-menu-list__item {
    margin-bottom: 24px;
}
.mob-menu-list__item>a {
    color: white;
    font-size: 26px;
}
.statistic__item h5 {
    font-size: 22px;
}
.statistic__item h6 {
    font-size: 22px;
}
button#mobile-menu__btn {
	display: flex;
}
@media (max-width: 991.98px){
	.main {padding-bottom: 50px;}
}
@media (max-width: 767.98px) {
	.main {
		padding-bottom: 30px;
	}
    .header__menu {
        display: none;
    }
    .burg {
        display: inline-flex;
    }
    .comments__row {
        grid-template-columns: 1fr;
    }
    .form__row { 
        grid-template-columns: 1fr;
    }

    /* .main__form {
        max-width: 350px ;
    } */
}
@media (max-width: 576px) {
	.main__container h1 {
		font-size: 68px;
	}
	.main__container h2 {
		font-size: 60px;
	}
	.services__container h2 {
		font-size: 60px;
	}
	.about__container h2 {
		font-size: 60px;
	}
}

