.section {
	margin-bottom: 60px;
}
.section__title {
	font-family: Montserrat,sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	text-transform: uppercase;
}
.section__main-title {
	font-family: Montserrat,sans-serif;
	font-weight: 400;
	font-size: 3em;
	text-transform: uppercase;
	color: #4285f4;
	line-height: 1;
}
@media screen and (max-width: 576px){
	.section__main-title{
		font-size: 1.65em;
	}
}

.section__subtitle {
	font-family: Montserrat,sans-serif;
	font-weight: 600;
	font-size: 1.25em;
}
.pricing-item {
	border-top: 1px solid #c8c8c8;
	position: relative;
	transition: 0.3s;
	padding: 1px;
}
.pricing-bg {
	border-radius: 24px;
	transition: 0.3s;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.01, rgb(0,176,141)), color-stop(0.99, rgb(0,174,239)));
	background-image: -moz-linear-gradient(left top, rgb(0,176,141) 1%, rgb(0,174,239) 99% );
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.pricing-row {
	display: flex;
	align-items: center;
	border-radius: 24px;
	position: relative;
	padding: 16px 0;
	transition: 0.3s;
	overflow: hidden;
	z-index: 2;
	background: #ffffff;
}
.pricing-item_heading {
	font-weight: 600;
}
.pricing-col {
	width: 20%;
	min-width: 20%;
	padding: 0 15px;
}
.pricing-col_name {
	width: 60%;
	min-width: 60%;
}
.pricing-col_time,
.pricing-col_price {
	text-align: center;
}
.pricing-item_heading .pricing-col_name {
	padding-left: 6px;
}
.pricing-action {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
	width: 20%;
	text-align: center;
	transition: 0.3s;
	opacity: 0;
	background: #ffffff;
	justify-content: flex-end;
}
.pricing-link {
	font-size: 12px;
	color: #9c9b9b;
	text-decoration: underline;
	text-transform: uppercase;
}
.pricing-price {
	display: inline-block;
	color: #14161e;
}
.pricing-price-old {
	color: #00b388;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 8px;
}
.pricing {
	margin: 30px 0;
}
.pricing-link:hover {
	text-decoration: none;
}
.pricing-item:not(.pricing-item_heading):hover,
.pricing-item:not(.pricing-item_heading):hover + .pricing-item {
	border-color: transparent;
}
.pricing-item:hover .pricing-action {
	opacity: 1;
}
.pricing-item:hover .pricing-bg {
	opacity: 1;
}
.is-hidden {
	display: none;
}
.list-item {
	display: flex;
	padding-top: 30px;
}
.list-item__image {
	width: 42px;
	min-width: 42px;
	margin-right: 20px;
}
.list-item__circle {
	width: 8px;
	min-width: 8px;
	margin-right: 20px;
}
.list-item__text {
	max-width: 280px;
	margin-right: 40px;
}
.text-block {
	background: #f5f6f1;
	padding: 40px;
	margin-top: 30px;
}
.text-block__line {
	background: linear-gradient(to right, #00adee 0%,#00b08d 100%);
	height: 1px;
	width: 100px;
	margin-bottom: 48px;
}
.text-block img {
	max-width: 100%;
	height: auto;
}
.how-slide {
	padding-top: 30px;
}
.how-slide img {
	max-width: 100%;
	height: auto;
}
.results img {
	width: 100%;
	height: auto;
}
.results {
	margin-top: 30px;
}
.faq {
	margin-top: 30px;
}
.svg-icon svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	color: inherit;
}
.faq-item {
	position: relative;
	padding: 16px 0;
}
.faq-item::before {
	position: absolute;
	background: #c8c8c8;
	transition: 0.3s;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
}
.faq-item:last-child::after {
	position: absolute;
	background: #c8c8c8;
	transition: 0.3s;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
}
.faq-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.faq-top__text {
	transition: 0.3s;
	padding-right: 15px;
}
.faq-top__arrow {
	transition: 0.3s;
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.faq-item:hover .faq-top__arrow {
	color: #0056b3;
}
.faq-block {
	padding: 16px 0;
}
.faq-item.is-active::before {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.01, rgb(0,176,141)), color-stop(0.99, rgb(0,174,239)));
	background-image: -moz-linear-gradient(left top, rgb(0,176,141) 1%, rgb(0,174,239) 99% );
}
.faq-item.is-active + .faq-item::before {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.01, rgb(0,176,141)), color-stop(0.99, rgb(0,174,239)));
	background-image: -moz-linear-gradient(left top, rgb(0,176,141) 1%, rgb(0,174,239) 99% );
}
.faq-item.is-active::after {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.01, rgb(0,176,141)), color-stop(0.99, rgb(0,174,239)));
	background-image: -moz-linear-gradient(left top, rgb(0,176,141) 1%, rgb(0,174,239) 99% );
}
.faq-item.is-active .faq-top__text {
	font-weight: 600;
}
.faq-item.is-active .faq-top__arrow {
	transform: rotate(-180deg);
}
.advantages {
	position: relative;
}
.advantages::after  {
	position: absolute;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0.01, rgb(0,176,141)), color-stop(0.99, rgb(0,174,239)));
	background-image: -moz-linear-gradient(left top, rgb(0,176,141) 1%, rgb(0,174,239) 99% );
	height: 1px;
	width: 100vw;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	z-index: -1;
}
.advantages__icon {
	width: 61px;
	margin: 0 auto;
	background: #ffffff;
}
@media screen and (min-width: 992px){
	.list-slider_grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column;
	}
	.list-slider_flex {
		display: flex;
		flex-wrap: wrap;
	}
	.list-slider_flex .list-slide {
		width: 33.3333%;
		min-width: 33.3333%;
	}
	.how-slider {
		display: flex;
		margin-right: -15px;
		margin-left: -15px;
	}
	.how-slide {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.3333%;
		min-width: 33.3333%;
	}
}

@media screen and (max-width: 991px){
	.var-slider .slick-dots {
		padding-top: 20px;
	}
	.var-slider .slick-dots button {
		background-color: #8e8e8e;
	}
	.var-slider .slick-dots li.slick-active button {
		border-color: #00aec5;
		background: transparent;
	}
	.text-block {
		text-align: center;
	}
	.text-block__line {
		margin: 32px auto;
	}
}

@media screen and (max-width: 767px){
	.pricing-col_time {
		display: none;
	}
	.pricing-row {
		padding: 12px 0;
		font-size: 13px;
	}
	.pricing-col_price {
		width: 40%;
		min-width: 40%;
	}
	.list-item {
		align-items: center;
	}
	.list-item__text {
		max-width: none;
		margin-right: 0;
	}
	.section__title {
		text-align: center;
	}
	.text-block {
		padding: 32px 16px;
	}
	.advantages {
		font-size: 10px;
		line-height: 1.2;
	}
	.advantages::after  {
		top: 24px;
	}
	.advantages__icon {
		width: 48px;
	}
	.advantages__icon img {
		width: 100%;
		height: auto;
	}
}
.sign-up_smas{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px;
	display: flex;
	align-items: center;
	width: 20%;
	text-align: center;
	transition: 0.3s;
	opacity: 0;
	background: #ffffff;
	justify-content: flex-end;
}
.pricing-item:hover .sign-up_smas {
	opacity: 1;
}
@media screen and (max-width: 1080px){
	.pricing-item:hover .sign-up_smas {
	opacity: 0;
	}
}
