html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Poppins", sans-serif;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 360px;
}
.roboto{
	font-family: "Roboto Condensed", sans-serif;
}
body.body-overflow{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 16px 0;
	font-weight: 900;
	color: #2b3139;
	line-height: 1.3;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 18px;
}
p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
	color: #502239;
	margin: 0 0 15px 0;
}
strong{
	font-weight: 500;
}
p a{
	text-decoration: underline;
	color: #ffffff;
}
p a:hover{
	text-decoration: none;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
	text-decoration: none;
	font-weight: 500;
	color: #004394;
}
ul , ol{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style: none;
}
ol{
	padding: 0 0 0 20px;
}
ol li{
	list-style: decimal;
}
/* buttons */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.green-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
	background: #3bb25d;
	transition: 0.3s;
	color: #fff;
}
.green-btn img{
	margin: 0 12px 0 0;
}
.green-btn:hover{
	background: #39d767;
}
.green-btn:active{
	background: #11a437;
}


/* inputs */
input{
	outline: none;
	border: none;
}
.input{
	position: relative;
}
.input:not(:last-child){
	margin: 0 0 36px 0;
}
.input__text{
	background: transparent;
	border-bottom: 1px solid #96868c;
	border-radius: 0px;
	width: 100%;
	height: 42px;
	padding: 0 15px 13px 38px;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #f5f2ed;
}
.input__text-name{
	background: url("../img/user.svg") left top no-repeat;
}
.input__text-phone{
	background: url("../img/phone.svg") left top no-repeat;
}
.input__text::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #96868c;
}
.input__text:-moz-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #96868c;
}

textarea{
	width: 100%;
	height: 135px;
	border-radius: 34px;
	background: #FFF;
	padding: 32px 45px 0 45px;
	border: none;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	outline: none;
	resize: none;
}
textarea::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.55);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	opacity: 0.75;
}
textarea:-moz-placeholder{
	color: rgba(0, 0, 0, 0.55);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	opacity: 0.75;
}
.b-select{
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	font-family: "Helvetica", sans-serif;
	color: #000;
	background: url("../img/select-arrow.svg") center right 10px no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select{
	outline: none;
}
.b-mobile{
	display: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	max-width: 1020px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 0;
}
.row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}
.col{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
/* End Total css ====*/
.b-container{
	overflow: hidden;
}
/* -------------- page index -------------- */
.header{
	position: relative;
	z-index: 20;
	background: #fff;
}
.header__top{
	background: #313131;
	padding: 14px 0;
}
.header__top p{
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.header__top p span{
	color: #79d694;
}
.header__content{
	padding: 22px 0;
}
.header__content .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
}
.logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.logo img{
	margin: 0 9px 0 0;
}
.logo span{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 0.922;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #383838;
}

.header__content-right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header__block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 30px 0 0;
}
.header__block-img{
	margin: 0 10px 0 0;
	max-width: 50px;
	display: none;
}
.header__block-img.show{
	display: block;
}
.header__block-img img{
	border-radius: 5px;
}
.header__block-text{
	line-height: 1.5;
}
.header__block-text b{
	display: block;
	font-weight: 700;
	font-size: 10px;
	color: #313131;
}
.header__block-text span{
	font-size: 10px;
	display: block;
	font-weight: 500;
	color: #a0a0a0;
}
.header__btn{
	width: 185px;
	height: 46px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.header__btn img{
	max-width: 21px;
}
/* -------------- promo -------------- */
.promo{
	background: url("../img/bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 100px 0 80px 0;
}
.promo .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.promo__left{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	flex-shrink: 0;
}
.promo__left:after{
	position: absolute;
	top: -430px;
	left: -454px;
	content: "";
	background: #C74343;
	width: 860px;
	height: 860px;
	border-radius: 100%;
	z-index: 1;
}
.promo__items{
	flex-shrink: 0;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 2;
}
.promo__item{
	width: 90px;
	height: 90px;
	border: 2px solid #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 600;
	font-size: 21px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}
.promo__item:not(:last-child){
	margin: 0 0 5px 0;
}
.promo__item .promo__item-text{
	font-size: 16px;
}
.promo__item .promo__item-text2{
	font-size: 12px;
}
.promo__item-3{
	font-size: 19px;
	letter-spacing: -0.01em;
}
.promo__item-3 span{
	font-size: 10px;
}
.promo__img{
	max-width: 276px;
	position: relative;
	z-index: 2;
}
.promo__right{
	flex-grow: 1;
	margin: 0 0 0 50px;
	position: relative;
	z-index: 3;
}
.promo__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #313131;
	border-radius: 4px;
	width: 100%;
	max-width: 396px;
	text-align: center;
	margin: 0 0 20px 0;
}
.promo__top.xs{
	display: none;
}
.promo__top-stars{
	background: #c74343;
	border-radius: 2px;
	width: 94px;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.promo__top-stars ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 3px;
}
.promo__top-stars ul li{
	background: url("../img/star.svg") center no-repeat;
	width: 13px;
	height: 13px;
}
.promo__top span{
	font-weight: 600;
	font-size: 11px;
	color: #fff;
	flex-grow: 1;
}
.promo__title{
	font-weight: 900;
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #313131;
	margin: 0 0 13px 0;
}
.promo__title.xs{
	display: none;
}
.promo__sub{
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #313131;
	margin: 0 0 10px 0;
}
.promo__right-wrap ul{
	margin: 0 0 35px 25px;
}
.promo__right-wrap ul li{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	color: #313131;
	list-style: disc;
}
.promo__right .green-btn{
	width: 274px;
	height: 70px;
	font-weight: 700;
	font-size: 19px;
	color: #fff;
	text-align: left;
	line-height: 1.2;
}
.promo__right .green-btn i{
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	color: #a8e6ba;
}



















/* -------------- modal -------------- */
.modal-html{
	position: fixed;
	overflow-y: scroll;
}
.modal-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(80, 34, 57, 0.9);
	z-index: 999;
	overflow: auto;
	padding:  100px 0;
	display: none;
}
.modal-overlay::-webkit-scrollbar { width: 0; }
.modal-overlay { -ms-overflow-style: none; }
.modal-overlay { overflow: -moz-scrollbars-none; }
.modal-content{
	border-radius: 10px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 0;
	position: relative;
	background: #fff;
	padding: 60px;
}
.modal-close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url("../img/close.svg") center no-repeat;
}
/* -------------- similar -------------- */
.similar{
	padding: 32px 0;
}
.similar .container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.similar__title{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #757575;
	flex-shrink: 0;
	margin: 0 0 10px 0;
}
.similar__right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 33px;
	max-width: 462px;
}
.similar__right img{

}
.similar__right img:nth-child(1){
	max-width: 36px;
}
.similar__right img:nth-child(2){
	max-width: 123px;
}
.similar__right img:nth-child(3){
	max-width: 132px;
}
.similar__right img:nth-child(4){
	max-width: 70px;
}
/* -------------- how -------------- */
.how{
	padding: 42px 0;
	background: url("../img/how-bg.jpg") center top no-repeat;
	background-size: cover;
}
.how__title{
	text-align: center;
	margin: 0 0 18px 0;
}
.how__title-item{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	color: #c74343;
}
.how__title p{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	color: #313131;
}
.how__container{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.how__item{
	border-radius: 24px;
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.18);
	background: #fff;
	overflow: hidden;
	width: 454px;
	flex-shrink: 0;
}
.how__item-top{
	text-align: center;
	background: #c74343;
	padding: 22px 0;
}
.how__item-top span{
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.how__item-top b{
	display: block;
	font-weight: 900;
	font-size: 47px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}
.how__item-top strong{
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.how__item-wrap{
	padding: 23px 25px 30px;
}
.how__item-text{
	min-height: 144px;
}

.how__item-text b{
	display: block;
	font-weight: 900;
	font-size: 26px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #313131;
}
.how__item-text b.green{
	color: #3bb25d;
}
.how__item-text p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #313131;
}
.how__container-text{
	font-weight: 900;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	color: #313131;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	flex-shrink: 0;
	margin: 0 22px;
	padding: 100px 0 0 0;
}
.how__bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0 0;
}
.how__bottom .green-btn{
	width: 188px;
	height: 55px;
	font-weight: 700;
	font-size: 19px;
	color: #fff;
	margin: 0 21px 0 32px;
}
.how__bottom .green-btn img{
	max-width: 25px;
}
.how__bottom-left{
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	color: #000;
	margin: 0 0 0 17px;
}
.how__bottom-left span{
	color: #c74343;
}
.how__bottom-right{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	color: #000;
}
.how__bottom-right img{
	max-width: 25px;
	margin: 0 4px 0 0;
}
.how__bottom-right span{
	font-weight: 500;
}
/* -------------- popular -------------- */
.popular{
	padding: 84px 0 96px 0;
}
.popular__container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.popular__img{
	max-width: 505px;
	flex-shrink: 0;
	margin: 0 30px 0 0;
}
.popular__wrapper{
	padding: 26px 0 0 0;
}
.popular__title{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #c74343;
	margin: 0 0 15px 0;
}
.popular__wrapper p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #000;
}
/* -------------- step -------------- */
.step{
	background: url("../img/use-bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 76px 0 83px 0;
}
.step__title{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	color: #c74343;
	margin: 0 0 20px 0;
}
.step__container{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.step__item{
	width: 33.333333%;
}
.step__item:not(:last-child){
	margin: 0 66px 0 0;
}
.step__item-img{
	height: 216px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 0 20px 0;
}
.step__item-text{

}
.step__item-top{
	text-align: center;
	margin: 0 0 25px 0;
}
.step__item-top p{
	font-weight: 900;
	font-size: 28px;
	line-height: 1.06;
	text-transform: uppercase;
	text-align: center;
	color: #494949;
}
.step__item-top p span{
	display: block;
	color: #3bb25d;
}
.step__item-text > p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-align: center;
	color: #000;
}
/* -------------- compare -------------- */
.compare{
	padding: 63px 0 53px 0;
}
.compare__container{
	position: relative;
}
.compare__head{
	position: absolute;
	top: 26px;
	left: 0;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #313131;
	max-width: 336px;
}
.compare__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.compare__row:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.12);
}
.compare__block.first{
	width: 145px;
	margin: 0 53px 0 0;
	background: #c74343;
}
.compare__block{
	width: 80px;
	margin: 0 50px 0 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	text-align: center;
	color: #313131;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.compare__block img{
	margin: 0 auto 0;
}
.compare__block.first{
	color: #fff;
}
.compare__block:last-child{
	margin: 0 34px 0 0;
}
.compare__title{
	width: 292px;
	flex-shrink: 0;
	margin: 0 128px 0 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	color: #313131;
}
.compare__block-img{
	padding: 20px 0 0 0;
}
.compare__block-img img{
	max-width: 100px;
}
.compare__row.first{
	align-items: flex-end;
}
.compare__row.first:after{
	display: none;
}
.compare__row.first .compare__block.first{

}
.compare__row.first .compare__block{
	height: auto;
	padding: 0 0 20px 0;
	line-height: 1.1;
}
.compare__row.first .compare__block span{
	padding: 0 0 10px 0;
}
.compare__row.big{

}
.compare__row.big:after{
	display: none;
}
.compare__row.big .compare__block{
	height: auto;
	padding: 16px 0;
}
.compare .how__bottom-left{
	margin: 0 0 0 29px;
}
/* -------------- science -------------- */
.science{
	background: url("../img/how-bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 130px 0 54px 0;
}
.science .container{
	position: relative;
}
.science__top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 40px 0;
	position: absolute;
	top: -70px;
	left: 15px;
}
.science__top-ico{
	width: 125px;
	height: 125px;
	background: #c74343;
	text-align: left;
	padding: 0 16px 0 24px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 0 20px 0 0;
	font-weight: 700;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #fff;
}
.science__top-wrap{

}
.science__top-wrap b{
	display: block;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #c74343;
	margin: 0 0 10px 0;
}
.science__top-wrap span{
	display: block;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #313131;
}
.science__container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.science__text{
	max-width: 541px;
	padding: 95px 0 0 0;
}
.science__text p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #000;
}
.science__text ul{
	padding: 0 0 0 25px;
}
.science__text ul li{
	list-style: disc;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #000;
}
.science__text ul li:not(:last-child){
	margin: 0 0 15px 0;
}

.science__block{
	width: 414px;
	height: 442px;
	background: url("../img/science__img.svg") top left no-repeat;
	position: relative;
}
.science__block-text{
	position: absolute;
	font-weight: 500;
	font-size: 9px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-align: right;
	color: #000;
}
.science__block-text:nth-child(1){
	top: 46px;
	left: 19px;
	width: 80px;
}
.science__block-text:nth-child(2){
	width: 80px;
	top: 0;
	right: 10px;
}
.science__block-text:nth-child(3){
	width: 70px;
	right: 0;
	bottom: 70px;
}
.science__block-text:nth-child(4){
	width: 50px;
	text-align: left;
	bottom: 88px;
	left: 18px;
}
/* -------------- stories -------------- */
.stories{
	padding: 60px 0;
}
.stories__title{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	color: #313131;
	margin: 0 0 46px 0;
}
.stories__top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 45px 0;
}
.stories__top-left{
	padding: 20px 0 0 0;
}
.stories__top-left b{
	display: block;
	font-weight: 800;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #c74343;
	margin: 0 0 10px 0;
}
.stories__stars{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 2px;
}
.stories__stars li{
	background: url("../img/redstar.svg") center no-repeat;
	width: 25px;
	height: 25px;
	background-size: contain;
}
.stories__top-images{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 40px;
}
.stories__top-images img{
	max-width: 260px;
	max-height: 156px;
}

.stories__top-right{
	padding: 5px 0 0 0 ;
}
.stories__rate{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}
.stories__rate:last-child{
	margin: 0;
	border: none;
}
.stories__rate-name{
	font-weight: 700;
	font-size: 11px;
	line-height: 1.52;
	letter-spacing: -0.02em;
	color: #313131;
	width: 75px;
	flex-shrink: 0;
}
.stories__rate b{
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-align: right;
	color: #313131;
	width: 21px;
	flex-shrink: 0;
	margin: 0 0 0 5px;
}
.stories__rate .stories__stars li{
	width: 13px;
	height: 13px;
}



.stories__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	padding: 0 0 30px 0;
	margin: 0 0 24px 0;
}
.stories__row-left{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	margin: 0 40px 0 0;
}
.stories__row:last-child{
	margin: 0;
}
.stories__user{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.stories__user-ico{
	background: url("../img/user__ico.png") center no-repeat;
	background-size: contain;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
}
.stories__user-name{
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #000;
	margin: 0 0 3px 0;
}
.stories__user-status{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #3bb25d;
}
.stories__user-status svg{
	margin: 0 4px 0 0;
}

.stories__block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.stories__block-left{

}
.stories__block-left span{
	display: block;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #313131;
	margin: 0 0 2px 0;
}
.stories__block-left b{
	display: block;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #313131;
}
.stories__block-img{
	width: 56px;
	flex-shrink: 0;
	position: relative;
	margin: 0 0 0 3px;
}
.stories__block-img:after{
	position: absolute;
	bottom: 2px;
	left: 50%;
	content: "";
	transform: translateX(-50%);
	border-radius: 100%;
	background: #c74343;
	width: 56px;
	height: 56px;
}
.stories__block-img img{
	margin: 0 auto 0;
	max-width: 36px;
	position: relative;
	z-index: 2;
}
.stories__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stories__text{
	max-width: 603px;
}
.stories__text p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #313131;
}
.stories__text .stories__stars{
	margin: 0 0 10px 0;
}
.stories__text .stories__stars li{
	width: 13px;
	height: 13px;
}
/* -------------- faq -------------- */
.faq{
	padding: 60px 0 90px 0;
}
.faq__title{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: center;
	color: #c74343;
	margin: 0 0 70px 0;
}
.faq__container{
	max-width: 561px;
	margin: 0 auto 0;
}
.faq__item{
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	padding: 0 0 20px 0;
}
.faq__item:not(:last-child){
	margin: 0 0 20px 0;
}
.faq__item-top{
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #313131;
	position: relative;
	cursor: pointer;
}
.faq__item-top:after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "+";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-align: right;
	color: #c74343;
}
.faq__item-wrap{
	padding: 20px 0 0 0;
}
.faq__item-wrap p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: #313131;
}
.faq__item-container{
	display: none;
}

.faq__item.active .faq__item-top:after{
	color: #000;
	content: "-";
}
/* -------------- block -------------- */
.block{
	background: url("../img/bottom-bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 46px 0 40px 0;
}
.block .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block__left{
	max-width: 306px;
}
.block__title{
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #c74343;
	margin: 0 0 10px 0;
}
.block__xs{
	display: none;
}
.block__sub{
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #313131;
	margin: 0 0 40px 0;
}
.block__items{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 13px;
}
.block__item{
	width: 80px;
	height: 80px;
	border: 1.5px solid #3bb25d;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 600;
	font-size: 19px;
	line-height: 0.94;
	letter-spacing: -0.02em;
	text-align: center;
	color: #3bb25d;
}
.block__item i{
	font-style: normal;
	display: block;
	font-size: 14px;
}
.block__item:nth-child(2) i{
	font-size: 11px;
}
.block__item:nth-child(3){
	font-weight: 600;
	font-size: 17px;
	letter-spacing: -0.01em;
	line-height: 0.96;
	text-align: center;
	color: #3bb25d;
}
.block__item:nth-child(3) i{
	font-size: 9px;
	letter-spacing: -0.02em;
}

.block__wrap{

}
.block__wrap-img{
	margin: 0 0 20px 0;
}
.block__wrap-img img{
	margin: 0 auto 0;
	max-width: 206px;
}
.block__wrap .green-btn{
	width: 186px;
	height: 46px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin: 0 auto 0;
}
.block__wrap .green-btn img{
	max-width: 21px;
}
.block__right{
	max-width: 295px;
}
/* -------------- protection -------------- */
.protection{
	padding: 10px 0;
	background: #fff;
}
.protection img{
	margin: 0 auto 0;
	max-width: 268px;
}
/* -------------- footer -------------- */
.footer{

}
.footer__container{
	background: #313131;
	padding: 40px 0 60px 0;
}
.footer__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0 30px 37px 30px;
	margin: 0 0 40px 0;
}
.footer .logo span{
	color: #fff;
}
.footer__secure{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 35px;
}
.footer__secure-ico{
	margin: 0 14px 0 0;
}
.footer__secure-wrap{

}
.footer__secure-wrap b{
	display: block;
	font-weight: 500;
	font-size: 23px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	color: #fff;
}
.footer__secure-wrap span{
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.48;
	letter-spacing: -0.02em;
	color: #fff;
}
.footer__top-right{
	max-width: 222px;
}

.footer__text{

}
.footer__text p{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}
.footer__nav{
	margin: 20px 0 0 0;
}
.footer__nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__nav ul li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__nav ul li:after{
	content: "|";
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
	margin: 0 6px;
}
.footer__nav ul li a{
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-align: center;
	color: #fff;
}
.footer__nav ul li a:hover{
	text-decoration: underline;
}
.footer__nav ul li:last-child:after{
	display: none;
}
.footer__bottom{
	background: #fff;
	padding: 27px 0;
}
.copyright{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #313131;
}
.footer__bottom .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__bottom-images{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 23px;
}
.footer__bottom-images img:nth-child(1){
	max-width: 45px;
}
.footer__bottom-images img:nth-child(2){
	max-width: 37px;
}
.swiper-pagination{
	margin: 40px 0 0 0;
	position: static;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #e5e5e5;
	border-radius: 0px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #c74343;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}