*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}


body {
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 160%;
	color: #2b2d42;
	font-weight: 500;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
button {
	cursor: pointer;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
*:link,
*:visited,
*:hover,
*:focus,
*:active {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
a, button, input, img {
	transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 141px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}

.header {
	padding: 15px 0;
	font-size: 14px;
	line-height: 140%;
	box-shadow: 0 10px 15px 0 #f6f9fb;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
.header__top {
	color: #2b2d42;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__links {
	gap: 75px;
	display: flex;
	align-items: center;
}
.header__info a,
.header__links a {
	color: inherit;
}
.header__info {
	gap: 92px;
	color: #2b2d42;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.header__contacts {
	gap: 24px;
	display: flex;
	align-items: center;
}
.phone-main {
	font-size: 16px;
	gap: 15px;
	line-height: 140%;
	color: #2b2d42;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}
.socials-list {
	/* gap: 25px; */
	gap: 12px;
	font-size: 18px;
	display: flex;
	align-items: center;
}
.socials-list a {
	color: #2b2d42;
}
.header__bottom {
	padding-top: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-wrap {
	gap: 29px;
	display: flex;
	align-items: center;
}
.logo img {
	width: 76px;
	height: auto;
}
.logo-descr {
	width: 176px;
	line-height: 140%;
	color: #2b2d42;
}
.menu__list {
	gap: 29px;
	display: flex;
	align-items: center;
}
.footer__nav a,
.menu__list a {
	padding: 12px 16px;
	font-size: 16px;
	color: #2b2d42;
	font-weight: 600;
}
.btn-main {
	font-size: 16px;
	height: 54px;
	padding: 0 20px;
	border-radius: 10px;
	line-height: 140%;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	background: #d80032;
	font-family: "Montserrat";
	cursor: pointer;
	transition: all 0.3s;
}
.location-main__value {
	gap: 3px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.location-main i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.location-main .fa-chevron-down {
	font-size: 12px;
}
.location-main .fa-map-marker-alt {
	font-size: 16px;
	margin-right: 7px;
}

.billbord {
	padding-top: 27px;
	padding-bottom: 86px;
}
.billbord__main {
	padding: 69px 106px;
	margin-bottom: 34px;
	border-radius: 24px;
	background: #ecf0f1;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.billbord__title {
	font-size: 64px;
	max-width: 762px;
	margin-bottom: 26px;
	line-height: 140%;
	font-weight: 600;
}
.billbord__descr {
	font-size: 24px;
	max-width: 355px;
	margin-bottom: 75px;
	line-height: 140%;
}
.billbord .btn-main {
	height: 70px;
	padding: 0 28px;
}
.billbord__image {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	height: 100%;
}
.billbord__image img {
	max-width: 100%;
	max-height: 100%;
}
.row>div {
	padding: 0 12px;
}
.row {
	margin: 0 -12px;
}
.row.row--main>div {
	margin-bottom: 24px;
}
.row.row--main {
	margin-bottom: -24px;
}
.item-advantage {
	padding-right: 40px;
	background: #edf2f4;
	border-radius: 24px;
	display: flex;
	align-items: center;
}
.item-advantage__image {
	height: 162px;
	width: 283px;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-advantage__image img {
	max-width: 298px;
	max-height: 298px;
}
.title-small {
	font-size: 24px;
	line-height: 140%;
	font-weight: 600;
}

.tariffs__main {
	padding-top: 72px;
	padding-bottom: 254px;
	margin-bottom: -185px;
	border-radius: 100px 100px 0 0;
	background: #edf2f4;
}
.tabs-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs {
	margin-bottom: 42px;
	padding: 4px;
	gap: 5px;
	border-radius: 80px;
	background: #e0e7ea;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs a {
	padding: 12px 20px;
	border-radius: 60px;
	background: #edf2f4;
	color: #2b2d42;
	display: block;
}
.tabs .active a {
	background: #2b2d42;
	color: #fff;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.item-tariff {
	border-radius: 36px;
	min-height: 100%;
	box-shadow: 0 6px 20px 0 rgba(43, 45, 66, 0.1);
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.item-tariff__head {
	height: 204px;
	padding: 29px 33px;
	margin-bottom: -87px;
	position: relative;
	width: 100%;
}
.item-tariff__image {
	border-radius: 36px 36px 0 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: -1;
}
.item-tariff__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 36px 36px 0 0;
	transition: all 1s;
}
.item-tariff__content {
	padding: 36px;
	border-radius: 28px 28px 0 0;
	background: #fff;
	position: relative;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 2;
}
.item-tariff__title {
	font-size: 36px;
	line-height: 140%;
	font-weight: 800;
	color: #fff;
}
.item-tariff .title-small {
	margin-bottom: 24px;
	font-weight: 700;
}
.item-tariff__text p {
	margin-bottom: 12px;
}
.item-tariff__text p:last-child {
	margin-bottom: 0;
}
.item-tariff__text {
	width: 100%;
}
.item-tariff__prices {
	padding-top: 64px;
	gap: 50px;
	width: 100%;
	margin-top: auto;
	display: flex;
	align-items: center;
}
.price-main {
	font-size: 48px;
	line-height: 140%;
	font-weight: 600;
}
.price-main span {
	font-size: 30px;
}
.price-default {
	font-size: 24px;
	line-height: 140%;
}
.item-tariff__descr {
	font-size: 18px;
	line-height: 140%;
	color: #8d99ae;
	font-weight: 400;
}
.item-tariff .btn-main {
	margin-top: 36px;
	min-width: 216px;
}
.row.row-big>div {
	padding: 0 40px;
	margin-bottom: 66px;
}
.row.row-big {
	margin: 0 -40px;
	margin-bottom: -66px;
}

.advantages {
	padding-top: 39px;
	margin-bottom: -157px;
	padding-bottom: 213px;
	border-radius: 150px 150px 0 0;
	background-color: #2b2d42;
	background-image: url(../img/text_avd.svg);
	background-repeat: no-repeat;
	background-position: 6% -30px;

	color: #fff;

	/* animation: moveBackground 20s linear infinite alternate; */
}
@keyframes moveBackground {
	0% {
		background-position: 6% -30px;
	}
	100% {
		background-position: 97% -30px;
	}
}
.advantages__head {
	margin-bottom: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advantages__title {
	font-size: 64px;
	line-height: 140%;
	color: #8d99ae;
	font-weight: 500;
}
.advantages .item-advantage {
	max-width: 607px;
	background: #42445d;
}
.advantages .item-advantage__image {
	width: 207px;
	left: -19px;
	position: relative;
}
.advantages__item {
	max-width: 463px;
	margin-bottom: 60px;
	gap: 32px;
	display: flex;
	align-items: center;
}
.advantages__item:last-child {
	margin-bottom: 0;
}
.advantages__icon {
	width: 78px;
	height: 78px;
	flex: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D80032;
}
.advantages__icon img {
	width: 24px;
	height: auto;
}
.row>div:nth-child(2) .advantages__list {
	margin-top: 152px;
}
.consultation-form__main {
	padding: 41px 259px;
	gap: 54px;
	margin-top: 83px;
	padding-bottom: 32px;
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #42445d;
	color: #fff;
}
.consultation-form__title {
	font-size: 32px;
	line-height: 140%;
	font-weight: 700;
}
.consultation-form__descr {
	margin-top: 10px;
}
.item-form {
	margin-bottom: 18px;
}
.item-form textarea,
.item-form input {
	height: 70px;
	padding: 0 16px;
	border-radius: 10px;
	font-size: 14px;
	border: none;
	line-height: 140%;
	color: #000;
	font-weight: 400;
	font-family: "Montserrat";
	width: 100%;
}
.consultation-form__line {
	gap: 16px;
	flex: 1;
	display: flex;
	align-items: center;
}
.consultation-form__line .item-form {
	margin: 0;
	flex: 1;
}
.consultation-form__line .btn-main {
	height: 70px;
	padding: 0 53px;
}
.checkbox {
	font-size: 14px;
	margin-top: 26px;
	line-height: 140%;
	color: #8d99ae;
}
.checkbox a {
	color: inherit;
}
.checkbox label {
	gap: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	cursor: pointer;
}
.checkbox label input {
	width: 20px;
	height: 20px;
	border: none;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #8D99AE;
	position: relative;
	flex: none;
	cursor: pointer;
}
.checkbox label input::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	background-image: none;
	color: #8D99AE;
	font-size: 11px;
	opacity: 0;
	transition: .2s;
}
.checkbox input:checked:before {
	opacity: 1;
}

.bottom-page {
	height: 647px;
	margin-bottom: -140px;
	border-radius: 100px 100px 0 0;
	background: #fff;
}

.footer {
	padding-top: 70px;
	font-size: 14px;
	line-height: 140%;
	background: #edf2f4;
}
.footer .logo-wrap {
	display: block;
}
.footer .logo-descr {
	margin-top: 23px;
}
.footer__nav {
	margin-top: 10px;
	gap: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer__menu {
	margin-top: 12px;
}
.footer__menu li {
	margin-bottom: 24px;
}
.footer__menu a {
	font-weight: 400;
	color: #2b2d42;
}
.footer__info {
	margin-top: 24px;
	color: #2b2d42;
	font-weight: 400;
}
.footer__info p {
	margin-bottom: 9px;
}
.footer__info p:last-child {
	margin-bottom: 0;
}
.footer__info a {
	color: inherit;
}
.footer__contacts .phone-main {
	margin-bottom: 24px;
}
.footer__contacts .socials-list {
	margin-top: 18px;
}
.col-contacts {
	display: flex;
	justify-content: flex-end;
}
.footer .row>div:nth-child(3) .footer__nav {
	margin-left: 55px;
}
.footer__bottom {
	padding: 20px 0;
	margin-top: 80px;
	color: #8d99ae;
	border-top: 1px solid #8D99AE;
}
.footer__wrapper {
	gap: 105px;
	display: flex;
	align-items: center;
}
.footer__links a {
	color: #8d99ae;
	border-bottom: 1px #8d99ae solid;
}
.footer__links {
	gap: 15px;
	display: flex;
	align-items: center;
}
.create img {
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
}

.tariffs.tariffs--page {
	padding-top: 30px;
}
.title-section {
	font-size: 48px;
	margin-bottom: 25px;
	line-height: 140%;
	font-weight: 500;
}

.sale {
	padding-bottom: 72px;
}
.sale__main {
	padding: 16px 35px;
	padding-bottom: 49px;
	padding-right: 68px;
	border-radius: 28px;
	color: #fff;
	background: #2b2d42;
}
.sale__top {
	gap: 61px;
	margin-bottom: 17px;
	display: flex;
	align-items: center;
}
.sale__title {
	font-size: 64px;
	margin-top: 26px;
	line-height: 120%;
	color: #8d99ae;
	font-weight: 500;
}
.sale__title strong {
	margin-top: 15px;
	line-height: 140%;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
.sale__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sale__bottom .title-small {
	max-width: 529px;
	font-weight: 500;
}
.sale__bottom .btn-main {
	width: 307px;
	height: 70px;
}
.sale__head {
	gap: 29px;
	display: flex;
	align-items: flex-start;
}
.sale__image img {
	width: 278px;
	height: auto;
}
.sale__badge {
	padding: 30px 48px;
	border-radius: 24px;
	margin-top: 40px;
	font-size: 36px;
	padding-left: 136px;
	line-height: 140%;
	color: #fff;
	font-weight: 600;
	background: #42445d;
	position: relative;
}
.sale__badge img {
	top: -14px;
	left: -22px;
	width: 171px;
	position: absolute;
}

.steps {
	padding-bottom: 99px;
}
.steps .title-section {
	margin-bottom: 55px;
}
.row.row--steps>div {
	padding: 0 74px;
	margin-bottom: 40px;
}
.row.row--steps {
	margin: 0 -74px;
	margin-bottom: -40px;
}
.item-step {
	padding: 36px;
	border-radius: 24px;
	font-size: 18px;
	line-height: 160%;
	font-weight: 400;
	background: #edf2f4;
	min-height: 100%;
	position: relative;
}
.item-step::after {
	position: absolute;
	display: block;
	content: " ";
	width: 113px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 100%;
	margin-left: 19px;
	background-image: url(../img/arrow_step.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-step__head {
	margin-bottom: 27px;
	gap: 27px;
	display: flex;
	align-items: center;
}
.item-step__count {
	width: 78px;
	height: 78px;
	font-size: 32px;
	line-height: 140%;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex: none;
	background: #D80032;
}
.row--steps>div:nth-child(3n) .item-step::after {
	display: none;
}

.questions {
	padding-top: 61px;
	padding-bottom: 125px;
	border-radius: 100px 100px 0 0;
	background: #8d99ae;
}
.title-main {
	font-size: 64px;
	line-height: 140%;
	font-weight: 500;
}
.questions .title-main {
	margin-bottom: 48px;
	text-align: center;
}
.item-question {
	max-width: 1099px;
	border-radius: 24px;
	margin: 0 auto;
	margin-bottom: 11px;
	background: #fff;
}
.item-question__head {
	padding: 20px 24px;
	gap: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-question__head i {
	width: 42px;
	height: 42px;
	font-size: 90%;
	color: #fff;
	background: #2b2d42;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex: none;
	transition: all 0.3s;
}
.item-question__content {
	padding: 20px 24px;
	font-size: 18px;
	line-height: 160%;
	padding-top: 0;
	display: none;
}
.item-question.active .item-question__head i {
	background: #57719b;
}
.item-question.active .item-question__head i::before {
	content: "\f068";
}

.billbord--business .billbord__main {
	padding-top: 34px;
	padding-bottom: 40px;
	margin: 0;
}
.billbord--business .billbord__title {
	max-width: 810px;
	margin-bottom: 17px;
}
.billbord--business .billbord__descr {
	margin-bottom: 28px;
	max-width: 500px;
}
.tags {
	gap: 6px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tags__item {
	padding: 16px 22px;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 60px;
	color: #42445d;
	box-shadow: 0 3px 15px 0 #e0e7ea;
	background: #fff;
	font-weight: 400;
	display: block;
}
.billbord__main .tags {
	margin-bottom: 34px;
	max-width: 795px;
}
.item-tariff .title-small+.item-tariff__prices {
	padding-top: 10px;
}
.row--main .item-tariff__head {
	padding-top: 36px;
}
.tariffs .title-section {
	margin-bottom: 65px;
}

.billbord-page {
	padding-bottom: 100px;
}
.billbord-page__main {
	padding: 47px 77px;
	padding-bottom: 67px;
	border-radius: 28px;
	color: #fff;
	background: #8d99ae;
	position: relative;
	z-index: 1;
}
.billbord-page__main .title-main {
	margin-bottom: 22px;
	line-height: 120%;
}
.billbord-page__main .title-main span {
	display: block;
	line-height: 140%;
	text-transform: uppercase;
}
.billbord-page__main .title-small {
	max-width: 558px;
	margin-bottom: 89px;
	font-weight: 500;
}
.billbord-page__image {
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.billbord-page__image img {
	max-width: 100%;
	max-height: 100%;
}
.billbord-page__main .btn-main {
	height: 70px;
	width: 307px;
	max-width: 100%;
}
.why-us {
	padding-top: 108px;
	border-radius: 150px 150px 0 0;
	background: #2b2d42;
	color: #fff;
}
.why-us .title-main {
	color: #8d99ae;
}
.why-us__image {
	margin-top: -60px;
	margin-bottom: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why-us__image img {
	width: 960px;
}
.item-box {
	padding: 36px;
	min-height: 322px;
	font-size: 18px;
	border-radius: 24px;
	line-height: 160%;
	font-weight: 400;
	height: 100%;
	background: #42445d;
}
.item-box__head {
	gap: 27px;
	margin-bottom: 27px;
	display: flex;
	align-items: center;
}
.why-us .row--main {
	padding-top: 16px;
}

.page-services {
	padding-top: 36px;
	padding-bottom: 94px;
	margin-top: 44px;
	border-radius: 100px 100px 0 0;
	background: #edf2f4;
}
.line-service {
	font-size: 18px;
	gap: 27px;
	margin-bottom: 8px;
	padding: 16px 24px;
	border-radius: 12px;
	line-height: 160%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}
.line-service__value {
	font-weight: 700;
}
.page-services .title-section {
	margin-bottom: 40px;
}
.services-about {
	padding: 49px;
	border-radius: 28px;
	background: #2b2d42;
	min-height: 100%;
	color: #fff;
}
.services-about__head {
	margin-bottom: 40px;
	padding-right: 30px;
	gap: 14px;
	display: flex;
	align-items: flex-start;
}
.services-about__title {
	font-size: 32px;
	line-height: 140%;
	font-weight: 600;
}
.services-about__image {
	width: 141px;
	margin-left: -19px;
	flex: none;
}
.services-about__image img {
	max-width: 100%;
	height: auto;
}
.services-about ul {
	padding-left: 20px;
}
.services-about ul li {
	margin-bottom: 23px;
	list-style-type: disc;
}
.services-about ul li:last-child {
	margin-bottom: 0;
}
.services-about ul li::marker {
	font-size: 70%;
}
.providers {
	padding-top: 70px;
	padding-bottom: 100px;
}
.item-provider {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-provider__head {
	height: 268px;
	padding: 36px 33px;
	margin-bottom: -65px;
	border-radius: 24px;
	width: 100%;
	position: relative;
}
.item-provider__title {
	font-size: 36px;
	line-height: 140%;
	color: #fff;
	font-weight: 800;
}
.item-provider__image {
	margin-bottom: -65px;
	border-radius: 24px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.item-provider__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}
.item-provider__content {
	padding: 24px;
	border-radius: 28px;
	background: #edf2f4;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-provider__content ul li {
	margin-bottom: 20px;
	list-style-type: disc;
}
.item-provider__content ul {
	padding-left: 20px;
}
.item-provider__content ul li::marker {
	font-size: 70%;
}
.item-provider__info {
	padding: 16px 20px;
	border-radius: 16px;
	background: #fff;
	width: 100%;
	margin-top: auto;
}
.item-provider__info a {
	color: #d80032;
	text-decoration: underline;
	font-weight: 600;
}

.equipment {
	padding-top: 38px;
	padding-bottom: 247px;
	margin-top: 42px;
	border-radius: 100px 100px 0 0;
	background: #edf2f4;
}
.item-catalog {
	padding: 20px;
	border-radius: 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	background: #fff;
}
.item-catalog__image {
	height: 310px;
	margin-bottom: 36px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-catalog__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-catalog .title-small {
	margin-bottom: 20px;
	display: block;
	color: #2b2d42;
	width: 100%;
}
.item-catalog__prices {
	width: 100%;
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-old,
.item-catalog .price-main {
	font-size: 30px;
	line-height: 140%;
	font-weight: 600;
}
.price-old {
	font-weight: 500;
}
.item-catalog__buttons {
	padding-top: 36px;
	gap: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-catalog__buttons .btn-main {
	flex: 1;
}
.equipment .title-section:not(:first-child) {
	margin-top: 60px;
}
.btn-main.btn-main--page {
	background: #2b2d42;
}
.equipment+.billbord-page {
	margin-top: -130px;
}
.billbord-page--router .billbord-page__image {
	top: -30px;
	right: -80px;
}
.billbord-page--router .billbord-page__image img {
	width: 898px;
	max-width: initial;
	max-height: initial;
}
.billbord-page--router .billbord-page__main .title-main {
	max-width: 760px;
	margin-bottom: 12px;
}

.sales {
	padding-top: 32px;
	padding-bottom: 100px;
}
.sales__main {
	padding-top: 38px;
	padding-bottom: 100px;
	border-radius: 100px 100px 0 0;
	background: #edf2f4;
}
.item-sale {
	display: block;
}
.item-sale__image {
	height: 357px;
	margin-bottom: 17px;
	border-radius: 24px;
	background-color: #2b2d42;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/bg_sale.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.item-sale__image img {
	max-width: 100%;
	max-height: 100%;
	transition: all 1s;
}
.item-sale .title-small {
	display: block;
	color: #2b2d42;
}
.slick-arrow {
	width: 42px;
	height: 42px;
	font-size: 14px;
	border-radius: 50%;
	color: #4D4842;
	background: #EDF2F4;
	border: 1px solid #2B2D42;
	top: 50%;
	position: absolute;
	transition: all 0.3s;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}
.item-news {
	padding: 24px;
	border-radius: 28px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	transition: all 0.3s;
}
.item-news__date {
	font-size: 18px;
	margin-bottom: 28px;
	line-height: 140%;
	color: #57719b;
	width: 100%;
}
.item-news__title {
	font-size: 32px;
	margin-bottom: 24px;
	line-height: 140%;
	color: #2b2d42;
	font-weight: 600;
	display: block;
	width: 100%;
}
.item-news__text {
	color: #2b2d42;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.item-news__bottom {
	padding-top: 28px;
	border-top: 1px solid #8d99ae;
	margin-top: auto;
	width: 100%;
}
.item-news__link {
	color: #d80032;
	font-weight: 600;
	text-decoration: underline;
}
.sales__main .title-section {
	margin-bottom: 40px;
}
.sales__main .slider-three {
	margin-bottom: 60px;
}
.slider-three:not(.slick-initialized)>*:not(:first-child),
.slider-three:not(.slick-initialized)>*:not(:first-child) {
	display: none;
}
.slider-four .slick-track,
.slider-three .slick-track {
	display: flex !important;
}
.slider-four .slick-slide,
.slider-three .slick-slide {
	height: inherit !important;
}
.slick-dots {
	gap: 7px;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0;
	transition: all 0.3s;
}
.slick-dots li button {
	width: 8px;
	height: 8px;
	background: #2b2d42;
	border-radius: 50%;
	padding: 0;
	border: none;
	transition: all 0.3s;
	opacity: 1;
	display: block;
	font-size: 0;
	color: transparent;
}
.slick-dots li.slick-active button {
	background: #d80032;
}
.slick-dots li button::before {
	display: none;
}

.page-about {
	padding-top: 27px;
	padding-bottom: 90px;
}
.about-main {
	border-radius: 24px;
	overflow: hidden;
	background: #ecf0f1;
}
.about-main .title-main {
	margin-bottom: 39px;
	font-weight: 600;
}
.about-main__image img {
	width: 924px;
	height: auto;
}
.about-main__content {
	padding-right: 50px;
	padding-top: 67px;
	padding-left: 20px;
}
.about-main__content p {
	margin-bottom: 15px;
}
.about-services {
	padding-top: 41px;
	padding-bottom: 272px;
	margin-bottom: -110px;
	border-radius: 150px 150px 0 0;
	background: #2b2d42;
	color: #fff;
}
.about-services .title-main {
	color: #8d99ae;
	text-align: center;
}
.about-services__content {
	width: 555px;
	margin: 0 auto;
	position: relative;
}
.about-services__image img {
	width: 100%;
	height: auto;
}
.about-services__item {
	width: 501px;
	gap: 32px;
	padding: 24px;
	border-radius: 24px;
	background: #42445d;
	display: flex;
	align-items: center;
	position: absolute;
}
.about-services__item--1 {
	top: 97px;
	left: -388px;
}
.about-services__item--2 {
	top: 97px;
	right: -436px;
}
.about-services__item--3 {
	top: 338px;
	margin-right: 28px;
	right: 100%;
}
.about-services__item--4 {
	top: 338px;
	margin-left: 75px;
	left: 100%;
}
.about-services__item--5 {
	left: 51px;
	bottom: -91px;
}
.about-cooperation {
	padding-top: 50px;
	padding-bottom: 140px;
	border-radius: 100px 100px 0 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.about-cooperation .title-section {
	margin-bottom: 45px;
	text-align: center;
}
.item-cooperation {
	padding: 36px 33px;
	height: 348px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.unit-payment__image,
.item-cooperation__image {
	border-radius: 24px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.unit-payment__image img,
.item-cooperation__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}
.unit-payment__title,
.item-cooperation__title {
	font-size: 36px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 800;
}
.item-cooperation .tags {
	margin-top: auto;
}
.item-cooperation .tags__item {
	padding: 18px 28px;
	font-size: inherit;
	box-shadow: none;
}

.page-payment {
	padding-top: 38px;
	margin-top: 42px;
	padding-bottom: 76px;
	margin-bottom: 90px;
	border-radius: 100px 100px 0 0;
	background: #edf2f4;
}
.item-payment {
	padding: 20px;
	border-radius: 28px;
	line-height: 140%;
	font-weight: 400;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
}
.item-payment__image {
	height: 310px;
	margin-bottom: 24px;
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-payment__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-payment .title-section {
	margin-bottom: 10px;
}
.item-payment p {
	margin-bottom: 24px;
}
.item-payment .btn-main {
	padding: 0 47px;
	margin-top: auto;
}
.unit-payment {
	height: 348px;
	padding: 36px 33px;
	position: relative;
	z-index: 1;
	display: block;
	color: #fff;
}
.page-payment .row--main+.title-section {
	padding-top: 70px;
}
.page-payment .title-section {
	margin-bottom: 37px;
}

.page-tv {
	padding-top: 27px;
	padding-bottom: 90px;
}
.billbord-tv {
	padding-top: 14px;
	padding-bottom: 36px;
	border-radius: 24px;
	background: #edf2f4;
}
.billbord-tv .title-small {
	margin-bottom: 37px;
	font-weight: 500;
}
.billbord-tv__title {
	font-size: 50px;
	margin-bottom: 79px;
	line-height: 140%;
	font-weight: 700;
}
.billbord-tv__buttons {
	gap: 24px;
	display: flex;
	align-items: center;
}
.billbord-tv__buttons .btn-main {
	height: 70px;
	padding: 0 28px;
}
.billbord-tv__image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.billbord-tv__image img {
	width: 1148px;
}
.billbord-tv__content {
	padding-left: 76px;
	padding-top: 58px;
	padding-right: 20px;
}
.tv-subscription,
.tv-archive {
	padding: 62px 0;
	border-radius: 150px 150px 0 0;
	background: #2b2d42;
	color: #fff;
}
.tv-subscription .title-section,
.tv-archive .title-section {
	margin-bottom: 50px;
	color: #8d99ae;
	text-align: center;
}
.tv-archive__item {
	position: relative;
}
.tv-archive__image img {
	width: 100%;
	height: auto;
}
.tv-archive--1 {
	width: 1005px;
	margin: 0 auto;
}
.tv-archive--2 {
	width: 647px;
	margin-top: -170px;
	margin-left: auto;
}
.tv-archive--2 .tv-archive__advantage {
	top: 262px;
	left: -237px;
	width: 358px;
}
.tv-archive__advantage {
	top: 29px;
	left: -188px;
	padding: 24px;
	gap: 32px;
	width: 338px;
	border-radius: 24px;
	background: #42445d;
	position: absolute;
	display: flex;
	align-items: center;
}
.tv-archive__advantage .title-small {
	font-weight: 500;
}
.tv-devices {
	padding: 90px 0;
}
.tv-devices .title-section {
	margin-bottom: 50px;
}
.row-devices {
	gap: 9px;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}
.item-device {
	padding: 36px;
	font-size: 18px;
	border-radius: 24px;
	line-height: 160%;
	background: #42445d;
	text-align: center;
	color: #fff;
}
.item-device__image {
	height: 116px;
	margin-bottom: 66px;
	border-bottom: 1px solid #8d99ae;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-device__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-device .title-small {
	margin-bottom: 8px;
	font-weight: 700;
}
.tariffs.tariffs--main {
	margin: 0;
}
.tariffs--main .item-tariff__prices {
	padding-top: 36px;
}
.tariffs--main .item-tariff__head {
	height: 227px;
	margin-bottom: -40px;
}
.slider-four .slick-slide,
.slider-three .slick-slide {
	padding: 30px 12px;
}
.slider-four .slick-list,
.slider-three .slick-list {
	margin: -30px -12px;
}
.item-subscription {
	height: 632px;
	padding: 36px;
	border-radius: 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}
.item-subscription__image {
	border-radius: 28px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.item-subscription__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 28px;
	transition: all 1s;
}
.item-subscription__title {
	font-size: 36px;
	margin-bottom: 16px;
	line-height: 140%;
	color: #fff;
	font-weight: 800;
	display: block;
}
.item-subscription .price-main {
	margin: 28px 0;
}
.item-subscription .btn-main {
	min-width: 216px;
}
.item-subscription__text {
	min-height: 64px;
}

.page-contacts {
	padding-top: 38px;
	margin-top: 42px;
	padding-bottom: 141px;
	border-radius: 100px 100px 0 0;
	background: #edf2f4;
}
.on-map {
	padding-bottom: 100px;
	margin-top: -170px;
	position: relative;
}
.on-map .title-section {
	margin-bottom: 33px;
}
#map {
	height: 500px;
	border-radius: 28px;
	width: 100%;
	background: #ddd;
	overflow: hidden;
}
.form-page {
	padding: 27px 41px;
	border-radius: 26px;
	background: #42445d;
	color: #fff;
}
.form-page__title {
	font-size: 32px;
	margin-bottom: 8px;
	line-height: 140%;
	font-weight: 700;
}
.form-page__descr {
	margin-bottom: 24px;
	line-height: 140%;
	font-weight: 400;
}
.form-page .row>div {
	padding: 0 8px;
}
.form-page .row {
	margin: 0 -8px;
}
.form-page .item-form input {
	height: 56px;
}
.item-form textarea {
	height: 94px;
	padding-top: 18px;
	resize: none;
}
.form-page .btn-main {
	height: 70px;
	width: 100%;
}
.item-contact {
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.item-contact__title {
	margin-bottom: 24px;
}
.item-contact__content {
	font-size: 24px;
	line-height: 140%;
	font-weight: 600;
	margin-top: auto;
}
.item-contact__phone {
	font-size: 36px;
	line-height: 140%;
	font-weight: 600;
	color: inherit;
}
.item-contact a {
	color: inherit;
}
.page-contacts .title-section {
	margin-bottom: 40px;
}
.grid-contacts+.grid-contacts {
	margin-top: 18px;
}
.grid-contacts {
	gap: 18px;
	grid-template-columns: 1fr 1.8fr;
	display: grid;
}
.grid-contacts--three {
	grid-template-columns: 1fr 0.8fr 1fr;
}
.sidebar-news {
	padding: 45px;
	margin-left: 50px;
	border-radius: 32px;
	background: #edf2f4;
}
.page-article {
	padding-bottom: 60px;
	padding-top: 20px;
}
.breadcrumbs {
	font-size: 14px;
	padding-top: 22px;
	padding-bottom: 45px;
	line-height: 160%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a {
	color: #2b2d42;
	border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
	border-color: #2b2d42;
}
.breadcrumbs li::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.article-date {
	margin-bottom: 22px;
	display: block;
	color: #57719b;
}
.article-content {
	font-size: 18px;
	line-height: 140%;
	font-weight: 400;
}
.article-content h1 {
	font-size: 42px;
	margin-bottom: 15px;
	line-height: 140%;
	font-weight: 600;
}
.article-content h2 {
	font-size: 32px;
	margin: 20px 0;
	line-height: 140%;
	font-weight: 600;
}
.article-content img {
	margin: 32px 0;
	border-radius: 24px;
	max-width: 100%;
	height: auto;
	display: block;
}
.article-content p,
.article-content li {
	margin-bottom: 20px;
}
.article-content strong {
	font-weight: 500;
}
.article-content a {
	color: inherit;
	border-bottom: 1px #2b2d42 solid;
}
.article-content a:hover {
	border-color: transparent;
}


/***/
.socials-list img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.cookies-modal {
display: none;
position: fixed;
z-index: 1000000000;
bottom: 0px;
left: 0px;
transform: translateX(-50%);
margin: 0px -50% 15px 50%;
padding: 9px 43px 9px 14px;
font-size: 12px;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
text-align: left;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.95);
pointer-events: auto;
max-width: 1280px;
box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
color: #5c5c5c;
}

.cookies-modal a {
text-decoration: none;
cursor: pointer;
outline: none;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
color: #1557AE;
}

.cookies-modal .cookie-policy-button {
margin: 0px;
padding: 0px;
background: none;
border: none;
font: inherit;
cursor: pointer;
position: absolute;
top: 9px;
right: 7px;
display: inline-block;
width: 28px;
color: rgb(92, 99, 112);
text-align: center;
}

.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
}

.cookies-modal .cookies-btns .cookies-btn {
  border: 1px solid #1557AE;
  color: #1557AE;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
}

.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
  margin-left: 0px;
  color: #fff;
  background-color: #1557AE;
}

.cookies-modal .cookies-btns .cookies-btn:hover {
  opacity: 0.8;
}

form .btn-main {
	cursor: pointer;
  }
  
  div.wpcf7-validation-errors {
	border: 0px;
	font-size: 0px;
	opacity: 0;
	position: absolute;
  }
  
  span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 14px !important;
	font-weight: normal;
	display: block;
	position: relative;
	top: -10px;
	display: none !important;
  }
  
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
	border: 1px solid #ffb400 !important;
	background-color: #ccc;
  }
  
  
  form .wpcf7-response-output {
  display: none !important;
  }
  div.wpcf7-mail-sent-ok {
	font-size: 0px;
	border: 0px !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 17px;
  }
  
  img.alignright { float: right; margin: 0 0 1em 1em; }
  img.alignleft { float: left; margin: 0 1em 1em 0; }
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft { float: left; }
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }


  .row_items-news > div {
	margin-bottom: 30px;
  }

    .pager {
	height: 48px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.page-numbers {
	font-size: 18px;
	margin: 0 18px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #17333F;
}
.page-numbers.current,
.page-numbers:hover {
	color: #de0d0d;
}
.page-numbers.current {
	font-weight: 500;
}
.prev.page-numbers,
.next.page-numbers {
	width: 48px;
	height: 48px;
	border-radius: 0.83vw;
    bottom: 0;
    right: 0;
    background-color: #de0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	color: #fff;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	color: #000;
	background: #ffb400;
}
.prev.page-numbers {
	left: 0px;
}
.next.page-numbers {
	right: 0px;
}

.page-mockup {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* .page-mockup_thanks {
	background-image: url(../img/bg_thanks.jpg);
} */
.content-mockup {
	/* height: 366px; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 0px 30px;
}
.page-mockup .title-middle {
	max-width: 395px;
}
.content-mockup .btn-main {
	margin-top: 95px;
}
/* .page-mockup_error {
	background-image: url(../img/bg_error.jpg);
} */
.page-mockup_error .title-middle {
	max-width: 561px;
}

.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}
.modal-wrap {
    padding: 15px;
    width: 100%;
    border-radius: 0.83vw;
	color: #fff;
	max-width: 570px;
}
.descr-modal {
	margin-bottom: 2.19vw;
	font-weight: 500;
	text-align: center;
	color: rgba(255, 255, 255, 0.72);
}
.modal-wrap .title-small {
	margin-top: 1.35vw;
	margin-bottom: 0.83vw;
	color: #fff;
}
.modal-wrap .item-form {
	margin-bottom: 0.83vw;
}
.modal-wrap .title-section {
	margin-bottom: 1.04vw;
	color: #fff;
	text-align: center;
}
.modal-wrap .btn-main {
	width: 100%;
}
.modal-wrap .row > div {
	padding: 0 8px;
}
.modal-wrap .row {
	margin: 0 -8px;
}
.modal-block .fancybox-close-small {
	background-color: #fff !important;
}


/*****/
.location-main {
	max-width: 200px;
}
.dropdown-city__title{
font-size: 18px;
line-height: 24px;
margin: 0 0 20px;
}
.dropdown-city .btn{
margin: 0 auto 20px;
}
/* .close-dropdown{
position: absolute;
width: 10px;
height: 10px;
cursor: pointer;
right: 10px;
top: 5px;
} */
.dropdown-city .link-page {
color: #373c3d;
cursor: pointer;
border-bottom: 1px solid #373c3d;
}

.select-city__value i {
font-size: 14px;
margin-left: 10px;
color: #176a74;
}
.select-city__value span {
color: #373c3d;
border-bottom: 1px solid #cdcdcd;
transition: all 0.3s;
}
.select-city__value {
cursor: pointer;
}
.dropdown-city__title {
font-size: 14px;
line-height: 160%; 
letter-spacing: 0.7px;
}

.dropdown-city {
padding: 15px;
padding-bottom: 23px;
width: 282px;
position: absolute;
top: 100%;
margin-top: 20px;
display: none;
z-index: 90;
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.15);
}
.dropdown-city__buttons {
display: flex;
align-items: center;
margin: 0 -6px;
}
.dropdown-city .btn-main {
padding: 0;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.2px;
text-transform: uppercase;
   flex-grow: 1;
border-radius: 6px;
height: 40px;
margin: 0 6px;
box-shadow: none;
}
.btn-main.btn-main_block {
color: #0C3264;
background: #EEF5FF;
}
.btn-main.btn-main_block:hover {
background: #d8e2ef;
}
.dropdown-city .link-page {
color: #373c3d;
cursor: pointer;
border-bottom: 1px solid #373c3d;
}
.dropdown-city .link-page:hover {
border-color: transparent;
}
.close-dropdown {
top: 9px;
right: 9px;
font-size: 16px;
color: #0C3264;
position: absolute;
cursor: pointer;
}
.title-modal {
font-size: 20px;
line-height: 24px;
margin-bottom: 23px;
font-weight: 700;
}
.modal-city {
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
z-index: 90;
position: fixed;
}
.modal-city__wrappper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}
.modal-city__content {
padding: 22px 25px;
padding-bottom: 38px;
width: 648px;
margin: auto;
   border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.15); 
position: relative;
}
.list-cities {
display: flex;
align-items: center;
flex-wrap: wrap;
list-style: none;
}
.list-cities a {
height: 42px;
padding: 0 14px;
color: #292929;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.98px;
margin-right: 10px;
margin-top: 15px;
border: 1px solid #D9D9D9;
display: flex !important;
align-items: center;
border-radius: 40px;
justify-content: center;
text-align: center;
transition: all 0.3s;
}
.list-cities li:last-child a {
margin-right: 0;
}
.list-cities a:hover,
.list-cities .active a {
background-color: #d80032;
color: #fff;
border-color: #d80032;
}
.form-city {
margin-bottom: 8px;
position: relative;
} 
.form-city input {
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
width: 100%;
height: 50px;
padding: 0 62px;
padding-right: 15px;
font-family: 'Montserrat';
color: #292929;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.98px;
}
.form-city__button {
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
background: transparent;
border: none;
position: absolute;
left: 0;
top: 0;
color: #d80032;
font-size: 19px;
}
.search-sity {
margin-top: 26px;
position: relative;
}
.search-sity input {
height: 48px;
padding: 0 55px;
background-color: #ffffff;
box-shadow: inset 0px 3px 3px 0px rgba(200,201,204,0.34);
border-radius: 8px;
border: none;
font-size: 14px;
line-height: 21px;
font-weight: 400;
color: #373c3d;
font-family: 'Proxima Nova';
width: 100%;
}
.form-city *::-webkit-input-placeholder {
color: #8699B1;
}
.form-city *:-moz-placeholder {
color: #8699B1;
}
.form-city *::-moz-placeholder {
color: #8699B1;
}
.form-city *:-ms-input-placeholder {
color: #8699B1;
}
.clear-search {
height: 48px;
width: 48px;
font-size: 16px;
color: #373c3d;
position: absolute;
top: 0;
right: 0;
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border: none;
cursor: pointer;
}
.icon-search {
width: 55px;
height: 48px;
top: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
border: none;
color: #000;
}

.select-city.mobile {
display: none;
}
.mobile_geolocation {
display: none;
}
.mobile_geolocation .dropdown-city,
.mobile_geolocation .modal-city {
top: 0;
width: 90%;
max-width: 100%;
left: 50%;
transform: translateX(-50%);
}

.wi-fi-row {
	background: #EDF2F4;
}

.wi-fi-row .title-main,
.wi-fi-row .title-small {
	color: #2B2D42;
}

.wi-fi-row .billbord-page__image {
	top: auto;
    bottom: -66px;
    right: auto;
    left: -75px;
}
form .checkbox {
	 border: 1px solid transparent;
}
form .btn-main:disabled {
    pointer-events: none;
}
/* Стиль для подсветки блока с ошибкой */
.checkbox.error-highlight {
    border: 1px solid #ff4d4d !important; /* Насыщенный красный */
    border-radius: 8px;
    /* padding: 10px; */
    background-color: rgba(255, 77, 77, 0.05); /* Легкий красноватый фон */
    animation: shakeAccept 0.4s ease-in-out;
    transition: all 0.3s ease;
}

/* Анимация тряски для привлечения внимания */
@keyframes shakeAccept {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}

/* Вертикальный скролл для списка городов */
.list-cities {
align-content: flex-start;
max-height: 55vh;
overflow-y: auto;
overflow-x: hidden;
padding-right: 5px;
}
.list-cities::-webkit-scrollbar {
width: 5px;
}
.list-cities::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}
.list-cities::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}
.list-cities::-webkit-scrollbar-thumb:hover {
background: #a8a8a8;
}

.soc_title {
	color: #2b2d42;
	display: flex;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.form-page .item-form input[type="checkbox"] {
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
	width: 20px;
    height: 20px ;
}

.ya-rating {
	display: flex;
    gap: 10px;
    padding-left: 10px;
}
.ya-rating span {
	color: #2B2D42;
	font-size: 16px;
}
.sale-modal ul {
	padding-left: 20px;
}
.sale-modal ul li {
    list-style-type: unset;	
	padding-top: 5px;
}

.page-documents .line-service__title {
	color: #2B2D42;
	text-decoration: underline;
	transition: all .6s;
}

.page-documents .line-service:hover > .line-service__title {
	color: #d80032;
}

.logo-descr a {
	color: #2B2D42;
	text-decoration: underline;
}

.info-txt {
	margin-top: 40px;
}