body {
    overflow: auto !important;
}

@media (min-width: 768px) {
    body {
        padding-top: 137px;
    }
    .main_header {
        position: fixed;
        top: 0;
        z-index: 9;
        display: block !important;
    }
}

h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.service-detail__price-list a {
	/*color: #fff;*/
}

/*
.regionality-dropdown, .regionality-dropdown__list {
	display: none !important;
}
*/

a:hover {
    opacity: 1 !important;
}

.button-red {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    background: #e31e24;
    border-radius: 51px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    cursor: pointer;
    transition: box-shadow 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms!important;
}
.button-red:hover {
    box-shadow: rgb(0 0 0 / 20%) 0px 7px 3px -2px, rgb(0 0 0 / 14%) 2px 6px 4px 0px, rgb(0 0 0 / 23%) 0px 1px 8px 0px!important;
    background-color: #e31e24!important;
    border-color: #e31e24!important;
    color: #fff!important;
}

.button-red._mobile-visible {
    display: none;
}

.button-red._example {
    margin-left: auto;
}

.button-red._extra-order {
    margin-left: auto;
}
/*
.waLink {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #57d163 url("local/img/whatsapp.svg") 50% no-repeat;
}

.whatsap {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.waMobile {
    display: none;
}



@media (max-width: 768px) {
    .whatsap {
        position: fixed;
        z-index: 100;
        left: 73px;
        bottom: 97px;
    }
    .waHeader {
        display: none;
    }
    .waMobile {
        display: inline-block;
    }
}

.waHeader {
    padding-left: 65px;
}

.whatsap .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
    font-size: 11px;
    line-height: 17px;
    height: 17px;
    border-radius: 14px;
    white-space: nowrap;
    display: none;
    box-shadow: 1px 1px 0px #525252;
    background-color: #FFF;
    color: #000;
    padding: 0 7px;
    font-family: sans-serif;
    cursor: default;
}

.whatsap:hover .title {
	display: block;
}
*/
.tgLink {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #2AABEE url("local/img/telegram.svg") 50% no-repeat;
	background-size: 55%;
}

.telegram {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
    margin-left: 10px!important;
}

.tgMobile {
    display: none;
}

.tgHeader {
    padding-left: 65px;
}

.telegram .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	border-radius: 14px;
	white-space: nowrap;
	display: none;
	box-shadow: 1px 1px 0px #525252;
	background-color: #FFF;
	color: #000;
	padding: 0 7px;
	font-family: sans-serif;
	cursor: default;
}

.telegram:hover .title {
	display: block;
}

.maxLink {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4c6fff url("local/img/max.svg") 50% no-repeat;
	background-size: 60%;
}

.max {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
}

.maxMobile {
    display: none;
}

.maxHeader {
    padding-left: 65px;
}

.max .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	border-radius: 14px;
	white-space: nowrap;
	display: none;
	box-shadow: 1px 1px 0px #525252;
	background-color: #FFF;
	color: #000;
	padding: 0 7px;
	font-family: sans-serif;
	cursor: default;
}

.max:hover .title {
	display: block;
}

@media (max-width: 768px) {

    .telegram {
        position: fixed;
        z-index: 100;
        left: 133px;   /* 73 + 60 */
        bottom: 97px;
    }

    .max {
        position: fixed;
        z-index: 100;
        left: 193px;   /* ещё +60 */
        bottom: 97px;
    }

    .tgHeader,
    .maxHeader {
        display: none;
    }

    .tgMobile,
    .maxMobile {
        display: inline-block;
    }
}

/*19.09.22*/

.prices__wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
}

.prices__wrapper+.prices__wrapper {
	margin-bottom: 80px;
}

.prices__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 326px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-items: flex-start;
    border: 1px solid #00000030;
    padding: 33px 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.prices__icon {
    height: 65px;
    width: 65px;
}

.prices__icon svg {
    width: 100%;
    height: 100%;
}

.prices__title {
    color: black;
    min-width: 140px;
    width: 100%;
    margin: 10px 0 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.prices__subtitle {
    font-size: 14px;
    line-height: 17px;
    width: 188px;
}

.prices__item:last-child .prices__subtitle {
    width: 210px;
}

.prices__value {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: black;
    margin-bottom: auto;
    margin-top: 38px;
}

.prices__wrapper._links {
    grid-template-columns: repeat(3,1fr);
}

._links .prices__item {
    height: auto;
    border: unset;
    background: #F5F3F7;
    padding-left: 0;
}
._links .prices__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
}

._links .prices__top span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.prices__center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 23px;
    padding: 0 10px;
}

._links .prices__center span:first-child {}

.prices__link.button-red {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 57px;
    font-size: 24px;
}

._links .prices__bottom {
    width: 100%;
}

._links .prices__top img {
    height: 142px;
}

._links .prices__value {
    margin-top: 0;
    line-height: 0;
}

._links .prices__subtitle {
    width: auto;
}

._links .prices__item:last-child .prices__subtitle {
    width: auto;
}

._links .prices__bottom {
    width: 100%;
}

.prices__bottom {
    height: 57px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #E31E24;
}

.example {
    position: relative;
    margin: 80px 0;
}

.example-slide__content ul,
.example-slide__content ol {
    margin-left: 25px;
    padding: 0;
    font-weight: 500;
    line-height: 19px;
}

/*.example-slide__content ul li {
    margin-bottom: 25px;
}*/

.example-slide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1em 50%;
    grid-template-columns: 50% 50%;
    grid-gap: 1em;
}
.gallery-thumbs._example .swiper-slide {
    height: 173px;
}

.gallery-thumbs._example .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.example-slide__right .gallery-top .swiper-slide {
    width: 100%;
    height: 406px;
}

.example-slide__right .gallery-top._window-page .swiper-slide {
    height: 100%;
}

.example-slide__right .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-top {
    /*height: 336px;*/
    height: 398px;
    margin-bottom: 30px;
}

.swiper-container.gallery-top._window-page {
    height: 100%;
}

.example-slide__left {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.example-slide__order {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: flex-start;
    margin-top: auto;
    margin-top: 20px;
}

.example-slide__order span:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: black;
    margin-bottom: 15px;
}

.example-slide__price {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: black;
}

.example-slide__price._window-page {
    margin-right: -20px;
}

.example-slide__content {
    /*padding-right: 45px;*/
    padding-right: 95px;
}

.section__subtitle._example {
    margin-bottom: 16px;
    margin-top: 0;
}

.example-slide__left p {
    margin-bottom: 15px;
}

.example-slide__left ul li::marker {
    font-size: 10px;
}

.example-slide__left em {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

._example-arrow {
    background-image: none!important;
    width: 33px!important;
    height: 33px!important;
}

._example-arrow:after {
    content: unset;
}

.swiper-button-prev._example-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -47px;
}

.swiper-button-next._example-arrow {
    right: -47px;
}

.gallery-thumbs._example {
    height: 240px;
}

._custom-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d8d8d8;
    opacity: 1;
    margin: 0 12.5px!important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E31E24;
    position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #e31e24;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.section__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-top: 11px;
    margin-bottom: 43px;
}

section.reviews {
	margin: 80px 0;
}

.section__title {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #000;
    margin-bottom: 30px;
}


.reviews__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 24px 1fr;
    grid-template-columns: 80px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 24px;
    margin-bottom: 24px;
}

.reviews__photo {
    width: 80px;
    height: 80px;
}

.reviews__photo svg {
    width: 100%;
    height: 100%;
}

.reviews__rating span {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
}

.reviews__rating span svg {
    width: 100%;
    height: 100%;
}

.reviews__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.reviews__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    color: #000000;
}

.reviews__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.review__name {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.reviews__body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: justify;
}

.reviews__body a {
    margin-top: auto;
    margin-bottom: 5px;
    text-decoration: underline;
}

.reviews__footer{
    margin-top: 15px;
}

.reviews__footer time {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #787878;
}

.reviews__item {
	width: calc(50% - 20px);
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-items: flex-start;
}

.custome-block .row {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -15px;
}
.custome-block .row .col {
	width: 50%;
	padding: 0 15px;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	margin-bottom: 30px;
}
@media(max-width: 576px){
	.custome-block .row .col{
		width: 100%;
	}
}
.custome-block .row .col .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	padding: 15px 15px 30px 15px;
	background: #F5F3F7;
	height: 100%;
}

.custome-block .row .col .wrap .image {
	height: 173px;
	overflow: hidden;
}
.custome-block .row .col .wrap .image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.custome-block .row .col .wrap .title {
	color: #1B1B1B;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	margin-top: 16px;
}
.custome-block .row .col .wrap .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #3A3A3A;
	font-size: 14px;
	line-height: 28px;
}
.custome-block .row .col .wrap .description {
	margin: auto 0 0 0;
}

.custome-block .row .col .wrap .item + .item {
	margin-top: -5px;
}

.custome-block .row .col .wrap .item > div {
	margin-top: 2px;
}
.custome-block .row .col .wrap .item div + div {
	color: #1E1E1E;
	font-weight: 600;
	margin-left: 5px;
}

.custome-block .row .col .wrap .price {
	color: #1E1E1E;
	font-weight: 600;
	font-size: 26px;
	line-height: 37px;
	margin-top: 5px;
}


.extra-order__table {
    margin-bottom: 40px;
    border: 1px solid #b3b3b3;
    font-size: 18px;
    color: #1E1E1E;
}

.extra-order__row:not(:last-child) {
    border-bottom: 1px solid #B3B3B3;
}

.extra-order__row._header {
	background: #ede8f1;
}

.extra-order__row span:nth-child(1n+2) {
    border-left: 1px solid #B3B3B3;
}

.extra-order__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: flex-start;
}

.extra-order__row span {
    padding: 22px 40px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
}

.extra-order__row._header span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.extra-order__row._full-width {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

.extra-order__row ul {
    margin-left: 19px;
}

.extra-order__row em {
    font-size: 14px;
}
.expand-slider__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1em 50%;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 1em;
    align-item: flex-start;
}


.expand-slider__right p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.expand-slider__right {
    padding-right: 80px;
}

.expand-slider__left {
    position: relative;
}

.swiper-slide._expand-slide {
    width: 548px;
    height: 461px;
}

.side-info-navigation {
    display: none;
}

.videoWrp {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.videoWrp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media (max-width: 992px) {
	._example-arrow {
		display: none;
	}
}

@media (max-width: 768px) {
	.prices__wrapper._links {
		grid-template-columns: 1fr;
	}
	.prices__wrapper {
		grid-template-columns: repeat(2,1fr);
	}
	.example-slide {
		display: block;
	}
	.reviews__item {
		width: 100%;
	}
	.expand-slider__wrapper {
		display: block;
	}
	.expand-slider__right {
		padding-right: 0;
		margin-bottom: 30px;
	}
    .hamburger-btn {
        margin-right: 0;
    }
    .whatsapMobile {
        width: 21px;
        height: 21px;
    }
    .whatsapMobile .waLink {
        width: 21px;
        height: 21px;
        background-size: 90%;
    }
    .search-block {
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {
	.example-slide__order {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 15px;
	}
}
@media (max-width: 576px) {
	.prices__wrapper {
		grid-template-columns: 1fr;
	}
	.example-slide__order {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 15px;
	}
    .extra-order__row span {
        padding: 10px;
        font-size: 14px;
    }
    .extra-order__row._header span {
        font-size: 16px;
    }
}