.service-desc-panel {margin-top: 40px;}
.service-desc-panel a {
    text-decoration: underline;
    font-weight: normal;
    color: #e68dba;
}
h2{font-size: 1.85em!important;}
h3{font-size: 1.55em!important;}
h4,h5,h6{font-size: 1.35em!important;}
.heading {
    position: relative;
    font-size: 32px;
    /* font-weight: 700; */
    padding-bottom: 19px;
    line-height: 1.066;
    margin-bottom: 26px;
}
div>.heading:after {
    content: "";
    background: var(--prv_color_bg);
    border-radius: 4px;
    width: 75px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.container.service-page__container{
    width: 100%;
    max-width: 100%;
}
.service-detail__preview{
    background-color: #F9FCFF;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    margin-bottom: 30px;
}
.service-detail__preview .align-items-center {
    margin-left: 30px;
    height: 300px;
    padding: 20px 0;
}
.service-detail__preview h1,.news-detail__main-column h1{
    color: #212121;
    font-size: 1.8571em;
    line-height: 1.5;
    margin: 0 0 17px;
}
.service-detail__preview-text{
    margin-bottom: 38px;
}
.page-content .service-detail__preview-text p{
    color: #212121;
    line-height: 1.23;
    margin: 0 0 26px;
}
.service-detail__picture{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: relative;
}

.service-detail__content ul{
    list-style: none;
    padding: 0;
    margin: 26px 0 36px;
}
.service-detail__content ul li:before {
    content: "\2014";
    margin: 0 7px 0 -21px;
}
.service-detail__content ul li:first-of-type {
    margin-top: 0;
    line-height: 1.933em;
}
.service-detail__content ul li {
    margin: 8px 0 0 21px;
    list-style-type: none;
    position: relative;
}

.service-detail__consultation-btn{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #212121;
    padding: 19px;
    text-align: center;
    line-height: 1;
    display: block;
}
.service-detail__consultation{
    border: 1px solid #EFF1F5;
        position: sticky;
        top: 87px;
        background-color: #fff;
        z-index: 8;
}
.service-detail__consultation-inner .hr{
    height: 1px;
    background-color: #EFF1F5;
}
.service-detail__consultation-inner{
    padding: 40px 10px 0;
}
.service-detail__consultation-inner > svg{
    display: block;
    margin: 0 auto;
    width: 44.85px;
    height: 35.7px;
}
.service-detail__consultation-btn:hover, .service-detail__consultation-btn:focus {
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.page-content .service-detail__consultation-title{
    font-size: 1.2857em;
    text-align: center;
    margin: 31px 0 18px;
}
.page-content .service-detail__consultation-subtitle{
    font-size: 0.8571em;
    color: #212121;
    text-align: center;
    line-height: 1.33333em;
    margin: 0 0 32px
}
.service-detail__preview > .container > .row{
        height: 483px;
        padding: 20px 0;
}
.service-detail__preview .btn{
    margin-bottom: 10px;
}
.service-detail__advantages{
    margin-top: 50px;
}

.faq_block {
	margin-top: 50px;
}
.faq_item {
	margin-top: 20px;
}
.faq_head {
	padding: 10px 10px 10px 10px;
	color: #fff;
	font-size: 10px;
	background-color: #EBA3BA;
	width: 100%;
	min-height: 70px;
	line-height: 1;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq_head h2 {margin: 0;padding-right: 10px;}
.faq_tabl_plus {
	position: relative;
	width: 30px;
	height: 30px;
	min-width: 30px;
}
.faq_tabl_plus:before, .faq_tabl_plus:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
}
.faq_tabl_plus:after {
	width: 2px;
	height: 100%;
	top: 0;
	left: 14px;
	opacity: 1;
	transition: 0.3s ease-in-out;
}
.faq_tabl_plus:before {
	height: 2px;
	width: 100%;
	top: 14px;
	left: 0;
}
.faq_head.active .faq_tabl_plus:after {
	opacity: 0;
}
.faq_cont {
	display: none;
	padding: 17px 10px 17px 45px;
}
.faq_tabl_text {
	color: #646567;
	font-size: 15px;
}





@media(min-width: 768px){
    .service-detail__preview{
        background-color: #F9FCFF;
        margin-bottom: 47px;
    }
    .service-detail__preview .btn{
        margin-bottom: 0;
    }
	.faq_head {font-size: 12px;padding: 10px 10px 10px 30px;}
}
@media(min-width: 992px){
    .service-detail__picture{
        top: 30px;
    }
    
}
@media(min-width: 1200px){
    .service-detail__picture{
        top: 62px;
    }
}


/*nav*/

.service-desc__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.service-desc__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.service-desc__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.service-desc__list-group-item.active:hover,
.service-desc__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.service-desc__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.service-desc__dropdown-tab-panel:hover,
.service-desc__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.service-desc__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.service-desc__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.service-desc__tab-panel-nav{
    margin-bottom: 30px;
}

.nav.service-desc-tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.service-desc-tabs-list>li{
    margin-right: 6px;
}
.service-desc-tabs-list>li>a,
.service-desc-tabs-list>li>a:focus{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
    background-color: transparent;
}
.service-desc-tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.service-desc-tabs-list>li:hover>a:after,
.service-desc-tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.service-desc-tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.service-desc-tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
    background-color: transparent;
}
.item_prop_container {
    margin-bottom:10px;
    display:flex;
    justify-content:stretch;
    align-items:center;
}
.item_prop_name {
    flex-grow:0;
    padding-right:12px;
}
.item_prop_border {
    flex-grow:100;
    height:1px;
    border-bottom:1px dotted #a9a9a9;
}
.item_prop_value {
    padding-left:12px;
    flex-grow:0;
    text-align: right;
}

/*table price-list*/

.service-detail__price-list{
    overflow: hidden;
    max-width: 100%;
}

.service-detail__price-list > table{
    width: 100%;
}
.service-detail__price-list > table td,
.service-detail__price-list > table th{
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}
.service-detail__price-list > table td:nth-child(n + 2),
.service-detail__price-list > table th:nth-child(n + 2){
    text-align: center;
}
.service-detail__price-list > table td:nth-child(n + 2){
    font-weight: bold;white-space: nowrap;
}
.service-detail__price-list thead > tr{
    background: var(--prv_color_bg);
}

.service-detail__price-list thead > tr > th{
    color: #fff;
}

.service-detail__price-list tbody > tr:nth-child(2n + 1){
    background-color: #F8F9FB;
}
.page-content p.service-detail__prop-title{
    font-size: 1.8571em;
    color: #212121;
    line-height: 1;
    margin: 60px 0 48px;
}
.service-detail__preview.newban {
    height: auto;
}
@media(min-width: 768px){
    .service-detail__price-list > table td,
    .service-detail__price-list > table th{
        font-size: 1.1428em;
        padding: 0 40px 0 30px;
    }
}


@media (max-width: 479px) {
	.service-detail__preview .align-items-center.row{margin: 5px;}
	.service-detail__preview h1{font-size: 1.4em;}
	.service-detail__preview p{max-height: 110px;overflow: hidden;}
	.service-detail__preview a{width: 100%;}
}


.service-detail__preview-order-btn{
    margin-right: 38px;
}

.news-detail__main-column .btn {
    margin: 30px 0;
}



.sect_service_cnt{
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 230px;
	overflow: hidden;
}
.sect_service_block {
	margin-bottom: 22px;
}
.sect_service_heading{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(33,33,33,.6);
	font-size: 1.0714285em;
	line-height: 1.2857142;
	color: #fff;
	padding: 16px 20px;
	transition: 0.9s;
    min-height: 70px;
    text-align: center;
}


.zapis_sec {
	display: flex;
	padding: 60px 60px;
	background: #fff url(/inc/custom/img/bv4otzr1k92ndlz97s3cfld9nunp43xl.png) no-repeat 0 0 / auto 100%;
	align-items: center;
}
.zapis_img {
	width: 40%;
	padding-right: 60px;
}
.zapis_img img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 3px solid #B3B3B3;
}
.zapis_img.zapis_img_noramm img {
	border: 3px solid transparent;
}
.zapis_txt {
	width: 60%;
}
.zapis_txt .h3 {
	font-size: 28px !important;
	color: #EBA3BA;
	margin: 0 0 20px;
}
a.btn.btn_pink {
	background: #EBA3BA;
	border-radius: 10px;
	border-color: #EBA3BA;
	color: #fff;
}
a.btn.btn_pink:hover {
	border-color: #EBA3BA;
	color: #EBA3BA;
	background: #fff;
}
a.btn.btn_green {
	background: #A5C597;
	border-radius: 10px;
	border-color: #A5C597;
	color: #fff;
}
a.btn.btn_green:hover {
	border-color: #A5C597;
	color: #A5C597;
	background: #fff;
}

.b_mazok b {
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	display: block;
}
.b_mazok b:after {
	content: "";
	background: url(/inc/custom/img/fg1t5mb1gtlj5kro71yas6wgs4mt20s3.png) no-repeat 0 0 / auto 100%;
	position: absolute;
	bottom: -8px;
	left: -5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.sect_podprice img {
	max-width: 100%;
	height: auto;
}


.service-detail__preview.newban .align-items-center {
	height: 350px;
	padding: 0;
	margin: 0;
}
.service-detail__preview.newban .align-items-center > .col-lg-8 {
	max-width: 100%;
	flex: auto;
	height: 100%;
}
.tizeban {
  	margin: 0 0 0 auto;
	padding: 20px 0px;
	max-width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.service-detail__preview .tizeban .h1 {
  	font-size: 1.7em;
  	line-height: 1.1;
  	margin: 0 0 25px;
  	text-align: right;
  	color: #F65D8E;
  	font-weight: 600;
}
.service-detail__preview .tizeban .h1 span {
	font-size: 0.6em;
	display: block;
}
.service-detail__preview .tizeban.tiz_bel .h1 {
	color: #fff;
}
.ban_link {
	text-align: right;
}
.ban_link a {
	margin: 20px 0 0;
}
.tizeban + a.btn {
	display: none !important;
}
.ban_ico {
	display: flex;
	margin: 0 -15px;
}
.ban_item {
	padding: 0 15px;
	text-align: center;
}
.ban_img img {
	width: 40px;
	height: 40px;
}
.ban_txt {
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 40px);*/
	line-height: 1.2;
	font-size: 13px;
}
.ban_txt b {
	font-size: 14px;
	line-height: 1.2;
	color: #F65D8E;
	display: block;
	margin: 8px 0 7px 0;
}
.ban_txt span {
	display: block;
}
.citat {
	border-radius: 10px;
	border: 2px solid #A5C597;
	padding: 10px;
	margin: 0 0 15px;
}
.ban_img .icon_svg {
	width: 40px;
	height: 40px;
	color: #F65D8E;
}
.tiz_bel .ban_img .icon_svg {
	color: #fff;
}
/*.protiv_gray {
	background-color: #E8E8E8;
	padding: 40px;
}*/
.protiv_gray h2 {
	margin-bottom: 15px;
}
.protiv_gray img {
	max-width: 100%;
	height: auto;
}

.krug_spisok {
	/*background-color: #E8E8E8;
	padding: 40px;*/
}
.krug_spisok ul {
  	list-style-type: none;
  	counter-reset: num;
  	columns: 2;
	padding: 0;
}
.krug_spisok ul li {
  	position: relative;
	padding: 0 0 0 60px !important;
	height: 64px;
}
.krug_spisok li:before {
  	content: counter(num);
  	counter-increment: num;
  	display: block;
  	position: absolute;
  	top: 0px;
  	left: 0;
  	width: 38px;
  	height: 38px;
  	color: #fff;
  	background: #EBA3BA;
  	font-size: 24px;
  	line-height: 38px;
  	border-radius: 50%;
  	text-align: center;
}
.krug_spisok li span {
  	line-height: 1.2;
}
.bigtxt {
	font-weight: bold;
	font-size: 18px;
}


.pink_cifr {
  	list-style-type: none;
  	counter-reset: num;
	padding: 0;
}
.pink_cifr li {
	padding-left: 20px;
	position: relative;
}
.pink_cifr li + li {
	margin-top: 7px;
}
.pink_cifr li:before {
  	content: counter(num)'.';
  	counter-increment: num;
	position: absolute;
	left: 0;
	top: 4px;
	font-weight: bold;
  	color: #EBA3BA;
	font-size: 15px;
	line-height: 1;
}
.pink_ul {
	list-style-type: none;
	padding-left: 30px;
}
.pink_ul li {
	padding-left: 20px;
	position: relative;
}
.pink_ul li + li {
	margin-top: 7px;
}
.pink_ul li:before {
  	content: '•';
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
  	color: #EBA3BA;
}


.pod_redact {
	max-width: 600px;
	margin: 40px auto 0;
	background: #E8E8E8;
	padding: 40px;
}
.pod_redact img {
	width: 240px;
	height: 240px;
	display: block;
	border-radius: 50%;
	object-fit: cover;
}
.pod_redact_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px 0;
}
.pod_redact_flex b {
	font-size: 18px;
	display: block;
}

.sections_sovet {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.sovet_item {
	padding: 15px;
	display: flex;
	width: 50%;
}
.sovet_item img {
	width: 40%;
	display: block;
	padding-right: 30px;
	height: 120px;
	object-fit: cover;
}
.sovet_item .sovet_heading {
	font-size: 1.0714285em;
	line-height: 1.2857142;
	width: 60%;
	font-size: 18px;
}

#reviw_slid .owl-stage {
	display: flex;
}
#reviw_slid .item {
	padding: 20px;
	background: #fff;
	height: 100%;
	transition: .5s;
}
#reviw_slid .item:hover {
	margin: -10px;
	padding: 30px;
	box-shadow: 0 0 10px #ccc;
}
#reviw_slid .item b {
	display: block;
}
#reviw_slid .owl-dots {
  bottom: auto;
}
#reviw_slid .owl-stage-outer {
  padding: 20px 0;
}
#reviw_slid .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	fill: #FF007A;
}
#reviw_slid .owl-prev  {
	left: -10px;
	position: absolute;
	background: transparent !important;
}
#reviw_slid .owl-next  {
	right: -10px;
	position: absolute;
	background: transparent !important;
}


@media(max-width: 1199px) {
	.service-detail__preview.newban .align-items-center {
  		height: 270px;
	}
	.service-detail__preview .tizeban h1 {
	  	font-size: 1.5em;
	  	margin: 0 0 10px;
	}
	.ban_ico {
		margin: 0 -10px;
	}
	.ban_item {
		padding: 0 10px;
	}
	.ban_img img {
		width: 30px;
		height: 30px;
	}
	.ban_txt b {
	  	font-size: 13px;
	  	line-height: 1;
	  	margin: 4px 0 3px 0;
	}
	.ban_txt span {
	  	font-size: 12px;
	  	line-height: 1;
	}
	.ban_link a {
  		margin: 10px 0 0;
	}
	.pod_redact {
	  	margin: 80px auto 0;
	}
}
@media(max-width: 767px) {
	.service-detail__preview.newban {
		background-position: left bottom;
		background-size: auto 240px;
		background-color: #fff;
	}
	.tizeban {
  		max-width: 100%;
	}
	.service-detail__preview .tizeban .h1 {
  		margin: 0 0 15px;
  		text-align: center;
	}
	.ban_ico {
	  	margin: 0 -10px 25px;
	}
	.service-detail__preview.newban .align-items-center {
	  	height: auto;
	  	padding-bottom: 170px !important;
	}
	.krug_spisok ul {
	  	columns: 1;
	}
	.sovet_item {
	  	width: 100%;
	}
	.col-md-6:first-child > img {
		margin-bottom: 20px;
	}
	.zapis_sec {
	  	padding: 30px;
	  	background: #fff url(/inc/custom/img/bv4otzr1k92ndlz97s3cfld9nunp43xl.png) no-repeat 0 0 / 100% auto;
	  	flex-wrap: wrap;
	}
	.zapis_img {
		width: 100%;
	  	padding: 0;
	}
	.zapis_txt {
	  	width: 100%;
	}
	.zapis_txt .h3 {
	  	font-size: 21px !important;
	  	margin: 0 0 10px;
	}
	.services-description > img
	{
		max-width: 100%;
    height: auto;
	}
}
@media(max-width: 519px) {
	.service-detail__preview.newban {
		background-size: auto 180px;
	}
	.ban_ico {
	  	margin: 0 -10px 5px;
	}
	.pink_ul {
	  	padding-left: 10px;
	}
}
.uslugsec img {
    max-width: 100%;
    height: auto;
    display: block;
}
.service-desc-panel a, .services-description a {
    text-decoration: none;
    font-weight: 400;
    color: #e68dba;
}