/* стилизация скролла */
/* W3C standard сейчас только для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #49575a #bdbdbd;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #bdbdbd;
}

*::-webkit-scrollbar-thumb {
  background-color: #49575a;
  border-radius: 3px;
}

.d-none {
    display: none !important;
}
.p-y-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.p-x-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.p-y-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.p-l-0 {
	padding-left: 0 !important;
}
.p-r-0 {
	padding-right: 0 !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.page {
	min-height: auto;
}
.w-100 {
	width: 100% !important;
}
.max-w-100 {
	max-width: 100% !important;
}
p:last-of-type {
	margin-bottom: 1em;
}
a,
button {
	cursor: pointer;
}
img {
	max-width: 100%;
}
.bread-crumbs {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;	
}
#main-nav > ul > li:hover > span {
	color: #49575a;
}
#main-nav > ul > li > span {
	font-weight: 300;
	color: #616365;
	transition: color .3s;
	text-decoration: none;
	min-height: 64px;
	display: inline-flex;
	align-items: center;
	position: relative;
	white-space: nowrap;
}
.root-item-selected::before {
	opacity: 1 !important;
}
.root-item-selected > a,
.root-item-selected > span {
	color: #49575a !important;
}
.item-selected a {
	background-color: #49575a !important;
	border-bottom: 1px solid #49575a !important;
	color: #fff !important;
}
.list-free-numbers__item--hidden {
	display: none;
}
.modalblock {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: -1;
	width: 100%;
	min-width: 290px;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	display: block;
}
.modalblock.open {
	opacity: 1;
	visibility: visible;
	z-index: 1000;
}
.modalblock.open .modalblock__content {
	transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
	opacity: 1;
}
.modalblock__body {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 15px;
}

.modalblock__content {
	/* max-width: 915px; */
	/* min-height: 500px; */
	/* width: 100%; */
	position: relative;
	transition: all 0.8s ease 0s;
	opacity: 0;
	transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
	position: relative;
	/* overflow: hidden; */
}
/**
* Пагинация
*/
.pagination__item.item-text .pagination__disabled {
	margin: 0 15px;
}
/**
* Статьи
*/
.know-more__title {
	text-decoration: none;
}
.know-more--list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
@media (max-width: 575.98px) {
	.know-more--list {
		margin-left: 0;
		margin-right: 0;
	}
}
.know-more--list .know-more__item {
	width: calc(33.333333% - 20px);
	max-width: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
@media (max-width: 991.98px) {
	.know-more--list .know-more__item {
		width: calc(50% - 20px);
	}	
}
@media (max-width: 575.98px) {
	.know-more--list .know-more__item {
		width: 100%;
	}	
}
/**
* Контакты
*/
.accardion.v4 .sctn-map__wrap-map {
	height: 440px;
}
/**
* FAQ
*/
.aside-menu__link--active {
	background-color: var(--primary-color);
	color: #fff;
}
/**
* Доп. услуги
*/
.transition__circle--active {
	color: #49575a;
}
/**
* Тарифы
*/
.tarif-container {
	padding-top: 35px;
}
.tarif-item {
	display: flex;
	flex-wrap;
	align-items: center;
	margin-bottom: 35px;
}
@media (max-width: 767.98px) {
	.tarif-item {
		flex-direction: column;
		align-items: flex-start;
	}
}
.tarif-pic {
	width: 35%;
}
@media (max-width: 991.98px) {
	.tarif-pic {
		width: 50%;
	}	
}
@media (max-width: 767.98px) {
	.tarif-pic {
		width: 100%;
	}	
}
.tarif-text {
	padding-left: 10px;
	width: 65%;
}
@media (max-width: 991.98px) {
	.tarif-text {
		width: 50%;
	}	
}
@media (max-width: 767.98px) {
	.tarif-text {
		width: 100%;
	}	
}
.tarif-text h2 {
	color: #000;
	font-size: 16px;
	padding-left: 21px;
}
@media (max-width: 767.98px) {
	.tarif-text h2 {
		padding-left: 0;
	}
}
.tarif-text .theads {
	font-size: 30px;
	color: #585858;
	text-transform: uppercase;
}
.tarif-text .tdescr {
	margin-top: 30px;
	margin-left: 20px;
	line-height: 1.3;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767.98px) {
	.tarif-text .tdescr {
		margin-left: 0;
	}
}
.tarif-text .tprice_block {
	margin-top: 35px;
	margin-left: auto;
}
@media (max-width: 575.98px) {
	.tarif-text .tprice_block {
		margin-left: 0;
	}
}
.tarif-item .tprice {
	font-size: 19pt;
}
.tarif-item .tbuy {
	margin-left: 30px;
}
.tarif_more {
	margin-left: 20px;
}
@media (max-width: 575.98px) {
	.tarif_more {
		display: block;
		margin-left: 0;
		margin-top: 20px;
		max-width: 165px;
		text-align: center;
	}
}
/**
* Красивый номер
*/
.choose-number__wrap-form {
	display: none;
}
.choose-number__wrap-form.active {
	display: block;
}

/**
* Услуги
*/
.cart-service__head .title {
	text-decoration: none;
}

/**
* Особое оформление таблиц в контенте
*/
.table_title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #52B8E0;
    margin-bottom: 5px;
}
.table_subtitle {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #636363;
    margin-bottom: 22px;
}
.table_hr {
    color: #636363;
    margin-bottom: 28px;
}
.table_wrap {
    overflow-x: auto;
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.table_wrap * {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;	
	margin: 0;
    padding: 0;
    border: none;
    outline: none;
    line-height: 1;
}
.main_colored {
    width: 100%;
}
.main_colored div.all {
    max-width: 236px;
    height: 59px;
    position: relative;
    background-image: url(../images/trig.jpg);
    background-size: 100% 100%;
}
.main_colored div.top {
    position: absolute;
    top: 7px;
    font-size: 18px;
    right: 8px;
}
.main_colored div.bot {
    position: absolute;
    bottom: 14px;
    left: 25px;
    font-size: 18px;
}
.main_colored thead td {
    color: #fff;
}
.main_colored thead tr td:nth-child(3) {
    padding: 0 33px;
}
.main_colored tbody tr.table_tr_hl_frst {
    background-color: #BACE31;
    color: #fff;
}
.table_tr_hl_frst td {
    padding: 12px 25px !important;
}
.main_colored tbody td {
    padding: 11px 33px;
    color: #000;
}
.main_colored tbody tr td.longCol {
    background-image: url(../images/bg_gray.png);
    background-repeat: repeat-y;
    background-size: 72% 100%;
    background-position-x: center;
    text-align: center;
    background-color: #fff !important;
}
.main_colored tbody tr td.longCol2 {
    background-image: url(../images/bg_gray.png);
    background-color: #fff !important;
    background-size: 80% 100%;
    background-position-x: right;
    text-align: center;
}
.main_colored tbody td:nth-child(2) {
    white-space: nowrap;
}
.main_colored tbody tr:nth-child(odd) td {
    background-color: #F5F5F5;
}
.main_colored tbody tr.table_tr_hl_frst td {
    background-color: #BACE31 !important;
    color: #fff !important;
}
.main_colored thead tr {
    background-color: #52B8E0;
    font-size: 15px;
    line-height: 18px;
}
.bigDig {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
}
.bigDig+div {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}
.main_colored .colorFirst td {
    background-color: #52B8E0 !important;
    color: #fff;
}
.main_colored .colorSecond td {
    background-color: #BACE31 !important;
    color: #fff;
}
.main_colored .mid {
    font-size: 24px;
    line-height: 29px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.main_colored .sub {
    font-size: 12px;
    line-height: 14px;
}
.spoiler {
    display: none;
}
.spoiler.show {
    display: block;
}
.spoiler-btn {
    background-color: #35a9d2;
    color: #fff;
    width: 200px;
    height: 50px;
    font-family: "PF DinDisplay Pro",sans-serif;
    font-size: 14pt;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
	cursor: pointer;
}
.spoiler .leftCol, .spoiler .rightCol {
    width: 50%;
}
@media screen and (max-width: 767.98px) {
	.spoiler .leftCol, .spoiler .rightCol {
		width: 100%;
	}	
}
.spoiler .row {
    display: flex;
	flex-wrap: wrap;
	padding: 5px;
}
.spoiler .leftCol .row, .spoiler .rightCol .row {
    margin-bottom: 10px;
}
.spoiler .leftCol .title {
    background-color: #52B8E0;
    min-height: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spoiler .rightCol .title {
    background-color: #BACE31;
    min-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spoiler .contry {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
}
.spoiler .leftCol .letter {
    color: #52B8E0;
}
.spoiler .rightCol .letter {
    color: #BACE31;
}
.region {
    background-color: #bace31;
    padding: 8px;
}
.region select {
	background-color: #35a9d2;
    color: #fff;
}
.reg_tab {
    display: none;
}
.reg_tab.active {
    display: block;
    overflow-x: scroll;
}
.spoiler-head .h2,
.spoiler-head h2,
.text-2 h2,
.text-2 .h2 {
	padding: 20px 0 10px 0;
}
.edit-param-date {
    color: #ff0000;
}
.spoiler-head {
	cursor: pointer;
}
.spoiler-wrap.disabled .spoiler-body {
	display: none;
}
.spoiler-wrap .p-head {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 15px;
}
.spoiler-wrap .spoiler-head h2,
.spoiler-wrap .spoiler-head .h2 {
	background-image: url(../svg/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 25px;
}
.spoiler-wrap.active .spoiler-head h2,
.spoiler-wrap.active .spoiler-head .h2 {
	background-image: url(../svg/arrow-top.svg);
	background-repeat: no-repeat;
	background-position: right 25px;
	border-bottom-color: transparent;
}

.tarif-page .spoiler-head__text {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
}

.tarif-page .spoiler-wrap .spoiler-head h2,
.tarif-page .spoiler-wrap .spoiler-head .h2,
.tarif-page .spoiler-wrap.active .spoiler-head h2,
.tarif-page .spoiler-wrap.active .spoiler-head .h2 {
	background-position: right 18px;
  background-size: 18px;
}
  
.tarif-page .p-head {
	padding-bottom: 0;
}
/* .spoiler-wrap.active .p-head { */
	/* display: none; */
/* } */
.spoiler-wrap{
	margin-bottom: 20px;
}
.spoiler-body {
	padding-top: 15px;
}
.spoiler-body > * {
	margin: 0 0 20px;
}
.spoiler-body span {
	border-bottom: 1px solid #585858;
    width: auto;
    line-height: 33px;
}
.spoiler-wrap.active .spoiler-body {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 10px;
}
.spoiler-wrap .spoiler-body .left {
	float: left;
	width: 40%; 
	margin-right: 20px;
}
.spoiler-wrap .spoiler-body .right {
	float: right;
}
.spoiler-wrap .clear {
	clear: both;
}
.button_knp {
	font-size: 22px;
    background: #35a9d2;
    color: #fff!important;
    text-transform: uppercase;
    border: 3px solid #35a9d2;
    text-decoration: none!important;
    padding: 6px 16px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    transition: all 0.5s ease-out;
}
.button_knp:hover {
	color: #35a9d2!important;
}
.button_knp:after {
	content: "";
	background: #fff;
	position: absolute;
	z-index: -1;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.button_knp:hover:after {
	display: block;
}
.form__changenumber {
	min-height: inherit;
}
/**
* Форма корпоративным клиентам
*/
.form--corp {
	max-width: 500px;
	margin-top: 30px;
	margin-bottom: 40px;
}
/**
* Блок с картой
*/
.sctn-map__wrap-map .map {
	min-height: inherit;
}
/**
* Кнопка очистки полей подбора номеров
*/
.choose-number__clear {
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: none;
}
.choose-number__clear::before {
	content: "";
	width: 20px;
	height: 2px;
	background: #ea5400;
	position: absolute;
	top: 5px;
	left: 0;
	transform: rotate(45deg);
}
.choose-number__clear::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #ea5400;
	position: absolute;
	top: 5px;
	left: 0;
	transform: rotate(-45deg);
}
.choose-number__help {
	margin: 0 7px 10px;
	display: none;
}
/**
* Карта покрытия
*/
.map__coverage {
	width: 100%;
	height: 530px;
}
@media screen and (max-width: 640px) {
	.map__coverage {
		height: 380px;
	}	
}
/**
* скрытие/показ длинных текстов на мобильном
*/
@media screen and (max-width: 640px) {
	.toggle__text-mobile {
		overflow: hidden;
		position: relative;
	}
	.toggle__text-mobile:not(.opened)::before {
		content: "";
		width: 100%;
		height: 30px;
		background: linear-gradient(0, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.toggle__text-more {
		width: 100%;
		font-size: 0.875rem;
		padding-left: 20px;
		padding-right: 20px;
	}
}
/**
* Таблица сравнения тарифов
*/
.tarifs__table {
	background-color: #77959f;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 12px 12px;
	border-top: 5px solid #c3df55;
	margin-bottom: 50px;
}
.tarifs__row {
	background-color: #fff;
	font-weight: 200;
	font-size: 15px;
	line-height: 18px;
	color: #231f20;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	min-height: 120px;
}
@media screen and (max-width: 767.98px) {
	.tarifs__row {
		/* grid-template-columns: repeat(4, 1fr); */
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 575.98px) {
	.tarifs__row {
		/* grid-template-columns: repeat(2, 1fr); */
	}
}
.tarifs__row--th {
	font-weight: 200;
	font-size: 14px;
	line-height: 17px;
	color: #616365;
	min-height: 60px;
}
@media screen and (max-width: 767.98px) {
	.tarifs__row--th {
		display: none;
	}
}
.tarifs__row--gartel {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #36afd6;
	background-color: #ecf1f7;
}
@media screen and (max-width: 767.98px) {
	.tarifs__row--gartel {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 15px;
	}
}
.tarifs__cell {
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767.98px) {
	.tarifs__cell {
		flex-direction: column;
		width: 25%;
	}
	.tarifs__cell:first-of-type {
		/* grid-column: span 4; */
		border-right: none !important;
		width: 100%;
	}
	.tarifs__cell:nth-child(5) {
		border-right: none !important;
	}
}
@media screen and (max-width: 575.98px) {
	.tarifs__cell {
		width: 50%;
	}
	.tarifs__cell:first-of-type {
		/* grid-column: span 2; */
	}
	.tarifs__cell:nth-child(3) {
		border-right: none !important;
	}
}
.tarifs__cell:not(:last-of-type) {
	flex-direction: column;
}
.tarifs__cell:not(:last-of-type):not(.tarifs__cell--gartel) {
	border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 767.98px) {
	.tarifs__cell:not(:first-of-type):not(.tarifs__cell--gartel) {
		border-top: 1px solid #e5e5e5;
	}
	.tarifs__cell--gartel:last-of-type {
		flex-direction: row;
	}
}
.tarifs__cell:last-of-type {
	grid-column: span 2;
}
@media screen and (max-width: 767.98px) {
	.tarifs__cell:last-of-type {
		/* grid-column: span 4; */
		width: 100%;
	}
}
@media screen and (max-width: 575.98px) {
	.tarifs__cell:last-of-type {
		/* grid-column: span 2; */
	}
}
.tarifs__cell:last-of-type:not(.tarifs__cell--th):not(.tarifs__cell--gartel) {
    font-weight: 200;
    font-size: 13px;
	line-height: 16px;
	text-align: left;
}
.tarifs__cell-logo {
    margin-bottom: 4px;
    max-width: 82px;
}
.tarifs__cell-name {
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #73b3b3;
}
.tarifs__cell-name--gartel {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
}
.tarifs__cell-label {
	display: none;
}
@media screen and (max-width: 767.98px) {
	.tarifs__cell-label {
		display: block;
		margin-bottom: 3px;
	}
	.tarifs__cell--gartel:last-of-type .tarifs__cell-label {
		margin-bottom: 0;
		margin-right: 5px;
	}
}
.tarifs__cell-value {
	white-space: nowrap;
}
.tarifs__cell-loc {
	white-space: nowrap;
	font-size: 11px;
}
.tarifs__cell-infinity {
	margin-bottom: 4px;
}
.tarifs__table-note {
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 10px 30px;
}
@media screen and (max-width: 767.98px) {
	.tarifs__slider {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 15px;
		background: #fff;
	}
}
.tarifs__slider .slick-arrow {
	width: 60px;
	height: 90px;
	background-color: rgba(236, 241, 247, 0.2);
}
@media screen and (max-width: 991.98px) {
	.tarifs__slider .slick-arrow {
		width: 45px;
	}
}
@media screen and (max-width: 767.98px) {
	.tarifs__slider .slick-arrow {
		width: 30px;
		background: none;
	}
}
.tarifs__slider .slick-arrow::before {
	display: none;
}
.tarifs__slider .slick-arrow.slick-disabled {
	opacity: 0.5;
}
.tarifs__slider .slick-prev {
	border-radius: 12px 0 0 12px;
	left: -60px;
}
@media screen and (max-width: 991.98px) {
	.tarifs__slider .slick-prev {
		left: -45px;
	}
}
@media screen and (max-width: 767.98px) {
	.tarifs__slider .slick-prev {
		left: 0;
	}
}
.tarifs__slider .slick-prev svg {
	transform: translate(5px, 0);
	fill: #fff;
}
@media screen and (max-width: 991.98px) {
	.tarifs__slider .slick-prev svg {
		transform: none;
	}
}
@media screen and (max-width: 767.98px) {
	.tarifs__slider .slick-prev svg {
		fill: #36afd6;
	}
}
.tarifs__slider .slick-next {
	border-radius: 0 12px 12px 0;
	right: -60px;
}
@media screen and (max-width: 991.98px) {
	.tarifs__slider .slick-next {
		right: -45px;
	}
}
@media screen and (max-width: 767.98px) {
	.tarifs__slider .slick-next {
		right: 0;
	}
}
.tarifs__slider .slick-next svg {
	transform: translate(-5px, 0);
	fill: #fff;
}
@media screen and (max-width: 991.98px) {
	.tarifs__slider .slick-next svg {
		transform: none;
	}
}
@media screen and (max-width: 767.98px) {
	.tarifs__slider .slick-next svg {
		fill: #36afd6;
	}
}
.tarifs__slider .slick-dots {
	left: 0;
}
.tarif-page__banner-cont {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.tarif-page__banner-link {
	display: inline-block;
}
.tarif-page__banner {
	
}
@media screen and (max-width: 767.98px) {
	.tarif-page__banner {
		display: none;
	}
}
.tarif-page__banner--mobile {
	display: none;
}
@media screen and (max-width: 767.98px) {
	.tarif-page__banner--mobile {
		display: block;
	}	
}
/**
* для скрытия верхней панели Google Translate
*/
body {
	top: 0 !important;
}
.skiptranslate {
	display: none;
	height: 0;
}
/**
* Подгрузка видео youtube
*/
.youtube__video {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	cursor: pointer;
}
.youtube__video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-left: 30px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/**
* Перейти из
*/
.changeop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #36afd6 url(../images/changeop-bkg.png) center left no-repeat;
	background-size: contain;
	border-radius: 8px;
	min-height: 64px;
	padding-left: 50px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
	.changeop {
		flex-direction: column;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 15px;
		padding-bottom: 15px;
		background-size: auto 100%;
	}
}
.changeop__header {
	font-size: 28px;
	font-weight: 900;
	font-family: "Gilroy";
	color: #fff;
}
@media screen and (max-width: 991.98px) {
	.changeop__header {
		margin-bottom: 15px;
	}
}
.changeop__list {
	border-left: 2px solid #bcdcf5;
	border-right: 2px solid #bcdcf5;
	min-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
@media screen and (max-width: 991.98px) {
	.changeop__list {
		margin-bottom: 15px;
		text-align: center;
	}
}
.changeop__list::before {
	content: "";
	width: 40px;
	height: 2px;
	background: #bcdcf5;
	position: absolute;
	top: 0;
	left: -40px;
	bottom: 0;
	margin: auto;
}
.changeop__list::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #bcdcf5;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	margin: auto;
}
.changeop__item {
	font-size: 18px;
	font-weight: 700;
	color: #bcdcf5;
	padding-left: 10px;
	padding-right: 10px;
}
.changeop__link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	background: #bbd034;
	min-height: inherit;
	padding-left: 25px;
	padding-right: 50px;
	position: relative;
}
@media screen and (max-width: 991.98px) {
	.changeop__link {
		border-radius: 8px;
		padding: 10px 30px;
		min-height: auto;
		white-space: nowrap;
	}
}
.changeop__link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -128px;
	border-right: 64px solid #bbd034;
	border-top: 64px solid transparent;
	border-left: 64px solid transparent;
}
@media screen and (max-width: 991.98px) {
	.changeop__link::before {
		display: none;
	}
}
.header__newyear-bkg {
	position: absolute;
  top: -50px;
  left: -15px;
	width: 159px;
	height: 206px;
}
@media screen and (max-width: 480px) {
	.header__newyear-bkg {
		display: none;
	}
}
.footer__newyearbkg {
	width: 139px;
	height: 191px;
	position: absolute;
	top: 0;
	right: -16px;
}
@media screen and (max-width: 640px) {
	.footer__newyearbkg {
		display: none;
	}
}

/**
* Форма заказа доп. услуги
*/
.form__buttons {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 400px) {
	.form__buttons {
		flex-direction: column;
	}
}
.form__buttons-title {
	margin-top: 20px;
}
.form__button {
	width: calc(50% - 10px);
	min-width: auto;
	white-space: nowrap;
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media screen and (max-width: 400px) {
	.form__button {
		width: 100%;
		margin-bottom: 10px;
	}
}
.form__button-icon {
	fill: currentColor;
	margin-right: 10px;
	min-width: 20px;
	max-width: 20px;
}
.form__button:hover .form__button-icon {
	fill: currentColor;
}
/**
* Форма регистрации
*/
.registration {
	margin-bottom: 40px;
}
.registration__success {
	text-align: center;
}
.form.regform {
	padding: 0;
	min-height: inherit;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	filter: none;
}
.form.regform .form__row {
	margin-bottom: 20px;
}
.regform__requirements,
.regform__errors {
	text-align: center;
}
.srvs-cart__active {
	color: #bbd034;
	border: 1px solid #bbd034;
	background-color: transparent;
	text-decoration: none;
	min-width: 165px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	border-radius: 4px;
	padding: 10px 19px;
	font-weight: 900;
	font-size: 14px;
	line-height: 121.5%;
	margin-right: 10px;
}
@media screen and (max-width: 640px) {
	.srvs-cart__active {
		margin-right: 0;
		margin-bottom: 15px;
	}
}
/**
* Личный кабинет
* обновление верстки от 2023-07-12
*/
.tarif__number {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tarif__number-chosen {
	padding: 20px 30px;
}
@media (max-width: 998.98px) {
	.tarif__number-chosen {
		padding: 20px;
	}
}
@media (max-width: 767.98px) {
	.tarif__number-chosen {
		width: 100%;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 480px) {
	.tarif__number-chosen {
		flex-direction: column;
		align-items: flex-start;
	}
}
.tarif__number-title {
	font-size: 18px;
	margin-bottom: 5px;
}
@media (max-width: 767.98px) {
	.tarif__number-title {
		margin-bottom: 0;
		margin-right: 10px;
		line-height: 26px;
	}
}
.tarif__number-value {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	color: #36afd6;
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.tarif__number-value {
		font-size: 26px;
		line-height: 26px;
	}	
}
@media (max-width: 575.98px) {
	.tarif__number-value {
		font-size: 22px;
		line-height: 22px;
	}	
}
.tarif__number-search {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 20px 30px 20px 0;
	margin-left: auto;
}
@media (max-width: 991.98px) {
	.tarif__number-search {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0;
	}	
}
@media (max-width: 767.98px) {
	.tarif__number-search {
		padding: 0 20px 20px;
		width: 100%;
		align-items: flex-start;
	}
}
.tarif__number-showall {
	color: #36afd6;
	font-size: 16px;
	padding: 0;
	margin-bottom: 15px;
	text-decoration: underline;
	text-align: left;
}
@media (max-width: 767.98px) {
	.tarif__number-showall {
		font-size: 14px;
	}
}
.tarif__number-showall:hover {
	text-decoration: none;
}
.tarif__number-showall-qty {
	white-space: nowrap;
}
.tarif__number-search-cont {
	display: flex;
	align-items: center;
	border: 1px solid #cad0d4;
	height: 28px;
	border-radius: 14px;
	max-width: 180px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 450px) {
	.tarif__number-search-cont {
		max-width: none;
		width: 100%;
	}
}
.tarif__number-search-icon {
	margin-right: 10px;
}
input[type='number'].tarif__number-search-input {
	border: none;
	background-color: #fff;
	width: calc(100% - 28px);
	padding: 0;
	font-size: 16px;
	color: #849fa9;
	-moz-appearance: textfield;
}
input[type='number'].tarif__number-search-input::-webkit-outer-spin-button,
input[type='number'].tarif__number-search-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'].tarif__number-search-input::placeholder {
	color: #849fa9;
}
.tarif__number-list {
	border-top: 1px solid #cad0d4;
	padding: 30px 0 20px;
	display: none;
	width: 100%;
}
.tarif__number-list.opened {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media (max-width: 575.98px) {
	.tarif__number-list {
		border-top: none;
		padding-top: 0;
	}
}
.tarif__number-item {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}
.tarif__number-item.visible {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 991.98px) {
	.tarif__number-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 576px) {
	.tarif__number-item--bordered {
		border-right: 1px solid #cad0d4;
	}
}
@media (max-width: 575.98px) {
	.tarif__number-item {
		width: 100%;
	}
}
.tarif__number-item-value {
	font-size: 18px;
	line-height: 22px;
}
.tarif__number-item-choose {
	padding: 0;
	color: #36afd6;
	font-size: 18px;
	text-decoration: underline;
	height: 22px;
}
.tarif__number-item-choose:hover {
	text-decoration: none;
}
.tarif__number-pagination {
	display: none;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.tarif__number-pagination.opened {
	display: flex;
}
@media (max-width: 575.98px) {
	.tarif__number-pagination.opened {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.tarif__number-viewed {
	width: 50%;
	font-size: 16px;
}
@media (max-width: 575.98px) {
	.tarif__number-viewed {
		width: 100%;
		margin-bottom: 10px;
		color: #cad0d4;
	}
}
.tarif__number-showmore {
	max-width: 50%;
	font-size: 16px;
}
@media (max-width: 575.98px) {
	.tarif__number-showmore {
		max-width: none;
	}
}
.tarif__number-paginator {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 575.98px) {
	.tarif__number-paginator {
		display: none;
	}
}
.tarif__number-paginator-prev,
.tarif__number-paginator-next {
	background: #b1d34a;
	width: 22px;
	height: 22px;
	display: block;
	position: relative;
	transition: 0.3s linear;
}
.tarif__number-paginator-prev:hover,
.tarif__number-paginator-next:hover {
	background-color: #99bc2e;
}
.tarif__number-paginator-prev::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 9px;
	height: 2px;
	transform: translateY(-3px) rotate(-45deg);
}
.tarif__number-paginator-prev::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 9px;
	height: 2px;
	transform: translateY(3px) rotate(45deg);
}
.tarif__number-paginator-next::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 9px;
	height: 2px;
	transform: translateY(-3px) rotate(45deg);
}
.tarif__number-paginator-next::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 9px;
	height: 2px;
	transform: translateY(3px) rotate(-45deg);
}
.tarif__number-paginator-pages {
	line-height: 22px;
	padding-left: 11px;
	padding-right: 11px;
	color: #231f20;
}