@charset "UTF-8";
[data-modal] {
	cursor:pointer;
}
.page-static ol:not([start]){
	counter-reset: listCounter;
	counter-increment: listCounter;
}
.page-static ol,
.page-static ul,
.page-static li,
.page-static p
{
	margin-bottom:20px;
	line-height:18pt;
}
.page-static p {
	margin-bottom:20px;
}
.page-static p br {
    margin-bottom: 15px;
    content: "";
    display: block;
}
.page-static ol[start] > li{
	counter-increment: listCounter;
}
.page-static ol > li:before {
	content: counter(listCounter) ". ";
	margin-right: 10px;
}
.page-static h2 {
    margin-bottom: 30px;
}
.page-static h5 {
    font-size: 14pt;
    margin: 30px 0px;
}
.page-static ul > li {
    /* margin-left: 45px; */
	list-style: circle;
}
.page-static ul > li > ul > li{
	list-style: disc;
}
.page-static ol > li  ul {
	margin-top:20px;
}
.page {
	max-width:100%;
}
.content-over2__rignt .content-over2__content:before {
    display: none;
}
.with-promo .content-over2__content {
	padding:6px;
}
.menu3__item a { padding-left: 0; }
@media (min-width:1000px) {
    .content-over2__rignt .content-over2__content {
        right: 0px;
        max-width: 40%;
        position: absolute;
        top: 0px;
        transform: translateY(60%);
        background: none;
        padding-right: 0px;
    }
}
@media (max-width:1000px) {
    .with-promo .content-over2__content iframe {
        height:320px;
    }
}
@media (max-width:768px) {
    .with-promo .content-over2__content iframe {
        height:230px;
    }
}

@media (min-width:1000px) and (max-width:1239px) {
   .content-over2__rignt .content-over2__content {
		transform: translateY(70%);
   }
}


/* validator fixes */
.carousel-review1__stars { display: inline-block; }
.content-over1__title1,
.content-over1__title2,
.content-over1__title3 {
  display: block;
}
/* / validator fixes */

.js-callback-form-success span {
	font-size: 16pt;
	display: block;
}
.js-callback-form-success b.popup-phone {
    display: block;
    margin-top: 10px;
}


/* восстанавливаем меню для города, у которого нет VR и Дней Рождения */
.old-menu .header1__phone {
    float: left;
    padding-left: 32px;
    font-size: 22px;
    line-height: 26px;
    margin-right: 25px;
}
.old-menu .header1__whatsapp {
	float: left;
    padding-left: 36px;
    font-size: 12px;
    line-height: 18px;
    margin-right: 57px;
	margin-top: 0px;
}
.old-menu .header1__whatsapp:before { top: 5px; }
.old-menu .header1__callback {
	float: left;
    font-size: 12px;
    line-height: 18px;
    margin-right: 57px;
    margin-left: auto;
}
@media only screen and (max-width: 760px) {
  .old-menu .header1__right {
    top: 0;
    float: none;
  }
  .old-menu .header1__whatsapp {
    float: right;
    top: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-right: 0px;
    padding-left: 26px;
    z-index: 1;
  }
  .old-menu .header1__whatsapp:before { top: 0; }
	.old-menu .header1__phone {
    top: 0;
    color: #ffe922;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 24px;
    padding-left: 26px;
    /* z-index: 1; */
    margin: 0;
  }
	.head__hdr--main .link-contact1.old-menu { padding-bottom: 10px; }
	.head__hdr--main .content-over1__time-work.old-menu {
    display: block;
    transform: translateY(90px);
    text-align: left;
  }
}


/* ХИТ на тарифах VR */
.b_price__h {
    position: relative;
}
.b_price__h b {
	/* display: block; */
    position: absolute;
    top: -35px;
    right: 50px;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    /* background: url(/images/i34.svg?71c9f5a…) no-repeat 0 0; */
    /* background-size: 53px 43px; */
    background: url(../img/sprite_stack.svg#i34) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 53px;
    height: 43px;
    /* display: inline-block; */
}

@media only screen and (max-width: 760px) {
	.b_price__h b {
		right: 80px;
	}
}

/* social widget */
.sw {
	--sw-btn_size: 62px;
	--sw-itm_size: 50px;
	--sw-btn_clr: 255, 0, 4; /* #ff0004 */

	z-index: 99;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.sw__btn {
	position: relative;
	width: 1em;
	height: 1em;
	border: none;
	padding: 0;
	color: #fff;
	background: url("../img/sw/sw__btn.svg") rgb(var(--sw-btn_clr)) center no-repeat;
	background-size: 80%;
	font-size: var(--sw-btn_size);
	border-radius: 100%;
	box-shadow: 0 0 0 0 rgba(var(--sw-btn_clr), 1);
	cursor: pointer;
	transition: background 0.2s;
}
.sw__btn:hover {
	box-shadow: 0 0 0 20px rgba(var(--sw-btn_clr), 0);
	transition:
		background 0.2s,
		box-shadow 0.5s;
}
.sw.is-active .sw__btn {
	background-size: 0 0;
}
.sw__btn:before {
	content: "";
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 0.5em;
	height: 0.5em;
	margin: auto;
	stroke: #fff;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDFMMSAxMU0xIDFMMTEgMTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
	transform: rotate(90deg) scale(0);
	transition:
		opacity 0.3s,
		transform 0.3s;
}
.sw.is-active .sw__btn:before {
	opacity: 1;
	transform: rotate(0deg) scale(1);
}
.sw__in {
	opacity: 0;
	position: absolute;
	bottom: 90%;
	margin-bottom: 15px;
	left: -200vw;
	right: auto;
	transition:
		bottom 0.3s,
		opacity 0.3s;
}
.sw.is-active .sw__in {
	opacity: 1;
	left: 0;
	right: 0;
	bottom: 100%;
}
.sw__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sw__itm {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	background: #fff;
	font-size: var(--sw-itm_size);
	border-radius: 100%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	transition: background 0.2s;
}
.sw__itm:hover { background: #eee; }
.sw__icon {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
}
.sw__icon--vk { background-image:url(../img/sw/sw__icon--vk.svg); }
.sw__icon--wa {
	background-image:url(../img/sw/sw__icon--wa.svg);
	background-position: 50% 48%;
}
.sw__icon--tg {
	background-image:url(../img/sw/sw__icon--tg.svg);
	background-position: 40% 50%;
}
/* / */
