.ulcon li{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}

.ya-share2 {
    margin: 20px 0;
}

.text-red {
	color: rgb(221, 49, 54);
}

.banner {
	display: none;
}

.banner.up {
	display: block;
	background: #fff;
	max-width: 392px;
	min-height: 332px;
	text-align: center;
	padding: 3px;
	position: fixed;
	z-index: 1002;
	bottom: 0;
}

.banner.up .banner__up {
	display: none;
}

.banner.down {
	background: url('/images/share/banner_down.png') no-repeat left;
	width: 100%;
	min-height: 70px;
	border: 3px solid #fff;
	background-size: cover;
}

.banner.down .banner__up {
	display: block;
}

.banner.down:hover {
	cursor: pointer;
}

.banner.up .banner__text {
	font-size: 15px;
	color: #000;
	margin-top: 20px;
}

.banner.up .banner__wrap {
	position: relative;
}

.banner.up .banner__close,
.banner.up .banner__up {
	position: absolute;
	right: 6px;
	top: 6px;
}

.banner.up .banner__close:hover {
	cursor: pointer;
}

.banner.up .banner__img {
	width: 100%;
}

.banner.up .banner__button {
	display: inline-block;
	text-decoration: none;
	background: #003349;
	width: 155px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.banner.up .banner__button:hover {
	color: #fff;
	background: rgb(221, 49, 54);
	transition: 0.3s;
}

.banner.down .banner__text,
.banner.down .banner__button,
.banner.down .banner__img,
.banner.down .banner__close {
	display: none;
}

.action-wrapper {
	display: flex;
}

.action-wrapper__form {
	width: 35%;
}

.action-wrapper__text {
	width: 65%;
}

.action-wrapper table {
	width: 100%;
}

.action-wrapper tr {
	border-bottom: 1px solid;
}

.action-wrapper tr td {
	padding: 5px;
}

.action-form {
	margin-top: 30px;
}

.action-form__input {
	display: block;
	margin-bottom: 25px;
	max-width: 400px;
	width: 100%;
	height: 35px;
	padding: 10px;
	box-shadow: none;
	border: 1px solid #ccc;
}

.action-form__wrap {
	position: relative;
}

.form-action-send {
	display: block;
}

.action-form label {
	position: absolute;
	top: -20px;
	color: rgb(221, 49, 54);
	visibility: hidden;
}

.action-form label.visible {
	visibility: visible;
}

.action-form__input.no-valid {
	border: 1px solid rgb(221, 49, 54);
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

@media screen and (max-width: 990px) {
	.action-wrapper {
		flex-direction: column;
	}

	.action-wrapper__form {
		width: 100%;
	}

	.action-wrapper__text {
		width: 100%;
	}
}

@media (min-width: 401px) and (max-width: 767px) {
	.action-form__wrap .form-action-send {
		max-width: 300px;
	}
}

.main-advantages__title--label {
	max-width: 1280px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
}

.main-advantages__title--padding-bottom {
	padding-bottom: 30px;
}


@media (max-width: 768px) {
	.main-advantages__title--label {
		font-size: 18px;
		line-height: 30px;
	}
}
