.search-results .nc_search_range {
    color: #8a8a8a;
    margin: 16px 0;
}
.search-results li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
}
.search-results li:last-child {
    border-bottom: none;
}
.search-results li .search-link {
    font-size: 16px;
    font-weight: bold;
}
.search-results li .nc_search_context {
    margin-top: 8px;
}

.nc_search {
    display: flex;
    margin-bottom: 32px;
    flex-wrap: nowrap;
}
.nc_search .form-group{
    flex-grow: 1;
}
.nc_search .form-control {
    width: 100%;
}
.nc_search .btn-search{
    width: 120px;
    flex: 0 0 auto;
}
.pagination-custom .page-link.disable i{
    opacity: 0.2;
}
.pagination-custom .page-link.pagination-link_active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    pointer-events: none;
}
.price-item__button {
	width: 100%;
    height: 35px;
    border: 1px solid #30c0b4;
    text-transform: uppercase;
    color: #30c0b4;
    border-radius: 24px;
    background: #fff;
}
.b-price-grid {
	padding: 80px 0;
}
.programs-with-h2 .tpl-block-list-objects {
	width: 100%;
}
.simple-list-wrapper.programs-with-h2 {
    margin-bottom: 80px;
}
.primary-btn {
    height: 35px;
    border: 1px solid #30c0b4;
    text-transform: uppercase;
    color: #30c0b4;
    border-radius: 24px;
	padding: 0 20px;
    background: #fff;
}
.primary-btn:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#30c0b4), to(#20a7b9));
    background: linear-gradient(to right, #30c0b4, #20a7b9);
    border: 0;
}	
.under-text {
    display: flex;
    margin-top: 32px;
	justify-content: center;
}
.b-expand-text {
	padding: 80px 0;
}
.b-expand-text .text-block *:not(ol, ol li) {
	display: none;
}
.b-expand-text .text-block *:nth-child(1):not(ol, ol li), .b-expand-text .text-block *:nth-child(2):not(ol, ol li), .b-expand-text .text-block *:nth-child(3):not(ol, ol li) {
	display: block;
}

.b-expand-text .text-block.expanded *:not(ol, ol li) {
	display: block;
}
.price-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 32px;
}

.price-item {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
	grid-gap: 16px;
    box-shadow: rgb(1 1 1 / 14%) 0 0 10px;
    border-radius: 12px;
	transition: all .3s;
	cursor: pointer;
}
.price-item:hover {
	box-shadow: 0 16px 32px -10px #30c0b4;
}
.price-item__name {
    font-size: 20px;
    font-weight: 600;
}
.price-item__price {
    font-weight: 600;
    font-size: 16px;
}
.service-banner {
	padding: 80px 0;
    text-align: center;
}
.simple-list-wrapper {
	display: block;
}
.review__name {
	font-weight: 600;
    font-size: 18px;
	text-align: left;
    margin-bottom: 10px;
}
.review__top {
    display: grid;
	grid-template-columns: auto auto;
    align-items: center;
    grid-gap: 16px;
    margin-bottom: 16px;
}
.review__top.without-city {
	display: flex;
}
.review__text {
	text-align: left;
}
.index-smi.index-reviews .list .item {
	margin-top: 0;
}
.review__img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
	background-position: center;
    background-size: cover;
}

.block-name h2 {
	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
}
.name h2 {
	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
}

.faq-services {
	display: block;
}
.popup.p3 .window {
	width: 570px;
}
.city-result {
    overflow-y: scroll;
    width: 100%;
    max-height: 600px;
}
.city-result__wrap {
    columns: 5;
    margin-top: 16px;
    grid-gap: 16px;
}
span.city-letter-column__letter {
    color: #30c0b4;
    font-size: 32px;
}
.main-banner-form__label:not(:last-child) {
    /* margin-right: 3.2rem; */
    width: 100%;
}
.city-search {
    margin: 15px 0;
}
.main-banner-form__label.city-search {
    width: 100%;
    border: 1px solid #30c0b4;
    padding: 10px;
    border-radius: 25px;
}
section.regions-page.inner__page {
    padding-bottom: 70px;
}
.popup.p3 .window input {
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

@media (min-width: 992px){
    .top-menu ul.flex{
        position: relative;
    }

    .top-menu ul li{
        position: static;
    }

    .top-menu ul li ul{
        width: 100%;
        flex-wrap: wrap;
        background: #fff;
        padding: 10px 15px 15px;
    }

    .top-menu ul li:hover ul{
        display: flex;
    }

    .top-menu ul li ul li{
        flex: 0 0 auto;
        width: 33.333333%;
        padding: 12px 20px;
    }

    .top-menu ul li ul li a{
        display: inline;
        font-size: 15px;
        padding: 0;
    }

    .top-menu ul li a{
        position: relative;
    }

    .top-menu > .container > ul > li:hover > a:after{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        display: block;
        content: "";
        background-color: #20a7b9;
    }
}

.top-menu ul li.search{
    position: relative;
    width: 24px;
}
.top-menu ul li.search .show-search{
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.top-menu ul li.search .search-form{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    overflow: hidden;
    width: 0;
    transition: all 0.3s ease-in-out;
}
.top-menu ul li.search .search-form.active{
    width: 236px;
}
.top-menu ul li.search .search-form .form-control{
    padding: 0.25rem 0.75rem;
    line-height: 25px;
    font-size: 14px;
    border-radius: 24px 0 0 24px;
    border-right: none;
    box-shadow: none;
    border-color: #ced4da;
}
.top-menu ul li.search .search-form button{
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    background: transparent;
    padding: .375rem .625rem .375rem .625rem;
}
.top-menu ul li.search .search-form i{
    margin-left: 12px;
    font-size: 16px;
    margin-right: 12px;
}
.top-menu ul li.search .search-form .input-group{

}
.top-menu ul li.search .search-form .input-group-text{
    padding: 0;
}
.top-menu ul li.search .search-form .input-group-text:first-child{
    background-color: #fff;

}
.top-menu ul li.search .search-form .input-group-text:last-child{
    border-radius: 0 24px 24px 0;
    padding: .375rem .75rem .375rem .5rem;
    cursor: pointer;
}
.top-menu ul li.search .search-form .input-group-text i{
    margin: 0;
}

/* преимущества */
.advantage .item{width: 40%}
@media all and (max-width: 991px){
    .advantage .item{width: 100%}
	.price-grid {
		grid-template-columns: repeat(2, 1fr);
	}	
}

/* Поиск */
@media all and (max-width: 991px){
    .custom_search{
        width: 100%!important;
        border-top: 2px solid #30c0b4;
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .custom_search .search-form{
        width: 100%!important;
        border-radius: 0 24px 24px 0;
    }
    .custom_search .input-group-text.hide-search{display: none}
}

@media(max-width: 550px){
	.price-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.tpl-area-main{min-height: auto;}
.custom_margin{margin-top: 25px!important;}


.service-navi {
	margin-bottom: 16px;
}