body .promo-text__small {
	margin-bottom: 26px;
}
.promo-list .promo-list__item {
	vertical-align: top;
	background: white;
	padding: 2px;
	border-radius: 3px;
	margin-bottom: 14px;
	margin-right: 4.25%;
	position: relative;
	width: 30.5%;
}
@media screen and (max-width: 960px) {
	.promo-list .promo-list__item {
		width: 48%;
	}
}
@media screen and (max-width: 479px) {
	.promo-list .promo-list__item {
		width: 90%;
	}
}
.promo-list__item img {
	background: #00086f;
}
.promo-list__item .result-item-yandex-list li,
.promo-list__item .result-item-yandex-list li:nth-child(3n) {
	width: auto;
	color: #000;
	display: block;
	margin: 0 18px 0 33px;
	padding-left: 0;
	border: 0 none;
	line-height: 25px;
	background: url('../images/dot.png') repeat-x 0 17px;
}
.promo-list__item .result-item-yandex__title {
	background: #e4fb49;
	color: #414141;
	font-size: 14px;
	padding: 7px 0 7px 20px;
	margin: -5px 0 0 0;
	border-bottom: 0 none;
	position: relative;
}
.promo-list__item .promo-list__image p {
}
.promo-list__item .result-item-yandex__title span {
	bottom: 0px;
}
.promo-list__item .result-item-yandex__title b {
}
.promo-list__item .result-item-yandex__title i {
	width: 8px;
	height: 11px;
	background-size: contain;
}
.result-item-yandex {
	padding-bottom: 10px;
}
.promo-list__item .result-item-yandex-list li:before {
	background-image: url('../images/checkbox-promo.png');
	width: 13px;
	height: 11px;
	top: 8px;
	left: -15px;
}
.promo-list__item .result-item-yandex-list li span {
	color: #17b5ea;
	font-weight: bold;
	background: #fff;
	padding: 0 0 0 5px;
}
.promo-item-hover {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	box-shadow: inset 0px 0px 200px black;
	transition: all 0.4s;
}
.promo-item-hover-left,
.promo-item-hover-right {
	width: 35%;
	padding: 10px 5px 10px 0;
	background-color: #df1997;
	position: relative;
	top: 130px;
	position: absolute;
	left: 0;
	z-index: 1;
	text-transform: uppercase;
	opacity: 0.0;
	transition: all 0.4s;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-align: right;
}
.promo-item-hover-right {
	right: 0;
	left: auto;
	padding: 10px 0px 10px 5px;
	width: 20%;
	text-align: left;
}
.promo-list__item:hover .promo-item-hover {
	opacity: 1;
}
.promo-list__item:hover .promo-item-hover-left {
	opacity: 1;
	left: 22%;
}
.promo-list__item:hover .promo-item-hover-right {
	opacity: 1;
	right: 23%;
}
.promo-list__item i {
	font-style: normal;
	line-height: 25px;
	background: #fff;
	padding: 0 5px 0 0;
}
@media screen and (max-width: 1140px) {
	.promo-item-hover-left,
	.promo-item-hover-right {
		font-size: 14px;
	}
}
@media screen and (max-width: 960px) {
	.promo-list__item .result-item-yandex {
		display: none;
	}
	.promo-item-hover-left, .promo-item-hover-right {
		top: 45%;
	}
}
@media screen and (max-width: 590px) {
	.promo-list__item .result-item-yandex-list li span {
		top: 0px;
	}
}
@media screen and (max-width: 479px) {
	.promo-list__item .result-item-yandex {
		display: block;
	}
	.promo-item-hover-left, .promo-item-hover-right {
		top: 140px;
	}
	.promo-list__item .result-item-yandex-list li,
	.promo-list__item .result-item-yandex-list li:nth-child(3n) {
		margin-left: 15px;
	}
}

.faq{
	position:relative;
}
.faq-item{
	border-radius:5px;
	padding-right:50%;
}
.faq-item .faq-text{
	position:absolute;
	top:0;
	left:50%;
	padding:120px 90px 90px 90px;
	min-height:100%;
	width:50%;
	font-size:18px;
	z-index:2;
	border-radius:10px;
	opacity:0;
	background-color:#F5F5F5;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	text-align: justify;
}
.faq-item.active .faq-name{
	background-color:#F5F5F5;
}
.faq-item.active .faq-text{
	opacity:1;
}
.faq-item.active .faq-name{
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	
	font-weight:700;
}
.faq-name{
	cursor:pointer;
	position:relative;
	padding:15px 17px;
	font-size:20px;
	border-radius:5px;
	margin-bottom:15px;
}
.faq-name span{
	position:relative;
	z-index:1;
}
.faq-name:after{
	content:'';
	border-radius:5px;
	height:100%;
	display:block;
	width:120%;
	opacity:0;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	top:0;
	position:absolute;
	left:0;
	background-color:#f6f7f9;
}
.faq-item.active .faq-name:after{
	opacity:1;
}
.faq-text p {
	line-height: 1.5em;
}
@media screen and (max-width: 960px) {
	.faq-item {
		padding-right: 0;
	}
	.faq-item .faq-text {
		position: static;
		width: 100%;
		padding: 0 20px 0 40px;
		border-radius: 0 0 5px 5px;
		display:none;
	}
	.faq-name {
		margin-bottom: 0;
		border-radius: 5px 5px 0 0;
		padding-left: 40px;
	}
	.faq-name:after {
		display: none;
	}
	.faq-item.active .faq-name{
		background: #F5F5F5 url('../styles/images/rightPanelArrow.png') no-repeat 0 50%;
		background-size: 15px 23px;
	}
	.faq-item.active .faq-text{
		display:block;
	}
}

.number {
    letter-spacing: 0.05em;
}
.number-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1500px;
	margin: 0 auto 20px auto;
}
.number-col {
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
    width: 166px;
    height: 180px;
}
#write .number-col {
    box-shadow: 0 0 0 3px rgb(247 247 247);
    width: 188px;
    height: auto;
}
.number-col-arrow1 {
	background: linear-gradient(90deg, #14D6C2 -30.77%, #36F298 100%);
}
.number-col-arrow2 {
	background: linear-gradient(90.05deg, #DB40A2 0.05%, #FFA6BB 99.96%);
}
.number-col-arrow3 {
	background: linear-gradient(89.7deg, #0D81D8 0.29%, #1EBDFE 99.77%);
}
.number-col-arrow {
	position: relative;
}
.number-col-arrow:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 83px;
	border-color: transparent transparent transparent #ffffff;
}
.number-col-arrow:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 83px;
	border-color: transparent transparent #ffffff transparent;
}
.number-colname {
	margin-top: 13px;
	margin-bottom: -20px;
	font-weight: 700;
	font-size: 39px;
	line-height: 53px;
	text-align: center;
}
.number-text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
}

.number-pic {
	max-width:100%;
    object-fit: contain;
    height: 8vw;
}
#agregators {
	margin-top: 270px;
}
#agregators .number-row {
	margin-top: 60px;
	justify-content: space-between;
}
@media screen and (max-width: 960px) {
	#agregators {
		margin-top: 0;
	}
	#agregators .number-row {
		margin-top: 20px;
	}
}
#agregators .number-col {
	width: auto;
	text-decoration: none;
	margin-bottom: 20px;
}
#agregators .number-stars {
	background-image: url('../images/stars.png');
	background-size: contain;
	width: 104px;
}
#agregators .number-pic {
	height: auto;
}
.number-stars {
	background: url('/landing/src/img/stars.png') 50% 50% no-repeat;
	display: block;
	height: 29px;
}
.number-rating-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.number-rating {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 -3px 0;
	color: #000;
}
#agregators .number-rating {
	margin: 0 10px 0 0;
	font-size: 25px;
	color: #fff;
}
@media screen and (max-width: 920px) {
	#agregators .number-rating {
		margin-right: 5px;
		font-size: 17px;
		line-height: 1em;
	}
	.number-rating-wrap {
		justify-content: center;
	}
}
@media screen and (max-width: 900px) {
	#agregators .number-col {
		width: 125px;
		height: auto;
	}
	#agregators .number-stars {
		width: 50px;
		height: 9px;
	}
	#agregators .number-pic {
		height: 8vw;
	}
}
@media screen and (max-width: 650px) {
	#agregators .number-col {
		width: 100px;
	}
}
@media screen and (max-width: 525px) {
	#agregators .number-row {
		margin-top: 0;
	}
	#agregators .number-row {
		justify-content: space-around;
	}
	#agregators .number-col {
		width: 130px;
	}
	#agregators .number-pic {
		height: 70px;
	}
	#agregators .number-rating {
		font-size: 12px;
	}
}
@media screen and (max-width: 479px) {
	.promo-dots {
		height: 180px;
	}
}
@media screen and (max-width: 410px) {
	#agregators {
		margin-top: 20px;
	}
	#agregators .number-col {
		width: 100px;
	}
	#agregators .number-pic {
		height: 60px;
	}
}
.number-link {
    color: #7ca2be;
    font-size: 18px;
    text-transform: uppercase;
}
.number-row2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1300px;
	margin: 0 auto;
}
@media screen and (min-width: 1087px) {
	.number-row2 {
		justify-content: space-between;
		margin-top: 0;
	}
}
.number-col2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
@media screen and (min-width: 350px) {
	.number-col2 {
		width: 360px;
	}
}
.number-row3 {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: 70px auto 0 auto;
	justify-content: space-between;
}
.number-col3 {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.number-col3 {
		width: 48%;
	}
}
.number-num {
	width: 135px;
	margin-right: 30px;
	font-weight: 700;
	font-size: 58px;
	line-height: 79px;
	text-align: right;
	background: linear-gradient(89.7deg, #0D81D8 0.29%, #1EBDFE 99.77%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.number-descr {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #4D5264;
}
.number-yandex {
	font-weight: 700;
	font-size: 21px;
	line-height: 100%;
}
.number-yandex span {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #DB40A2;
}
@media screen and (min-width: 1087px) {
	.number-col2:nth-child(3) .number-num {
		width: auto;
	}
}
