.mm-close-row {
    margin-bottom: 50px;
}
.menu.fixed .header_top_line {
    opacity: 0;
    position: absolute;
    transition: .3s;
}
.menu {
    width: 100%;
    left: 5px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.header_top_line {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.search {
    width: 100%;
    opacity: 0.8;
}
.y_map_wrap {
    margin: 0 0 30px;
}
.logo_min {
    display: none;
}
.fixed_mobile_phone {
    display: none;
}
.menu_multi_nav {
    display: flex;
    align-items: center;
    gap: 3px;
}
.menu_multi {
    background: #fff;
    padding: 5px 17px;
    border-radius: 20px;
    border: 5px solid #00477826;
    cursor: pointer;
    position: relative;
}
.addr_item_pdomenu {
    position: absolute;
    left: 0;
    top: 44px;
    padding-top: 10px;
    z-index: 325;
    padding: 10px 15px;
    width: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: #fff;
    border-radius: 10px;
    color: var(--text);
    box-shadow: 0 14px 23px -15px #0b143454;
}
.addr_item_pdomenu a {
    width: 100%;
    display: block;
    padding: 5px 0;
    font-size: 15px;
}
.addr_item_pdomenu a:hover {
    color: #4192cd;
}
.menu_multi:hover .addr_item_pdomenu {
    opacity: 1;
    transform: scaleY(1);
}
.addr_item_pdomenu li {
    border-bottom: 1px solid #ebeced;
}
.addr_item_pdomenu li:last-child {
    border-bottom: 0;
}
.y_map iframe {
    border: 0;
    width: 100%;
}


/* yandex rating */
.btn_rate_index .yandex_re {
    background-color: #e4f4ff;
}
.btn_rate.btn_rate_index {
    max-width: 350px;
    width: 100%;
}
.ystar img {
    width: 17px!important;
    min-height: auto!important;
    object-fit: contain!important;
}
.ylogo img {
    width: 20px!important;
    min-height: auto!important;
    object-fit: contain!important;
}
.yname img {
    width: 20px!important;
    min-height: auto!important;
    object-fit: contain!important;
}
.reting {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.ylogo img {
    width: 26px;
    border-radius: 8px;
}
.btn_rate {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin: 20px 0 0 0;
    align-items: flex-start;
}
.yandex_re {
    background-color: #ffffff91;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 34px rgb(120 144 156 / 15%);
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.ylogo {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 20px;
}
.yname {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #205c88;
	transition: all .2s;
}

.yname img {
    width: 17px;
}
.ystar {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    flex-direction: row;
    flex-wrap: wrap;
}
.ystar img {
    width: 17px;
}
.ystar img:last-child {
    margin: 0 7px 0 0;
}
.yandex_re:hover {
    box-shadow: 0px 10px 40px -10px rgb(120 144 156 / 45%);
    background-color: #ffffff96;
    transform: translateY(-3px);
}
.yandex_re:hover .yname {
    color: #4192cd;
	transition: all .3s;
}
.tugis .yname img {
    width: 15px;
}
.numrate {
    margin: 0 7px 0 5px;
}
.ystar .numcen {
    font-weight: 400;
}
.yandex_re::before {
    content: "";
    position: absolute;
    background: url(/img/yarew.webp) no-repeat;
    width: 100px;
    height: 73px;
    background-size: contain;
    right: 2rem;
    opacity: 0.04;
}


a.btn {
    display: inline-block;
}
.hide {
    display: none;
}
.price-list table tr td:nth-child(1) {
    width: 70%;
}
.price-list table tr td:nth-child(2), .price-list table tr th:nth-child(2) {
    text-align: center;
}
.price-list hr {
    background: #ffcf00;
    height: 2px;
    border: 0;
    margin: 40px 0 30px 0;
}
.msgs.sdd-rew {
    margin: 0 0 30px 0;
}
.rvs-outer {
    padding: 0 0 30px 0;
}
.uslug-gallery {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.uslug-gallery a img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.faq-list {
    padding: 0 0 10px 0;
}
.faq-list.active .faq-name {
    background: #e4f4ff;
    padding: 10px 20px;
}
.faq-list .faq-name {
    background: #f3f3f3;
    padding: 10px 20px;
    cursor: pointer;
}
.faq-list.active>.faq-text {
    display: block;
}
.faq-items .faq-text {
    padding: 20px 20px 20px 20px;
    display: none;
    background: #fbfbfb;
}
.faq-name {
    font-size: 20px;
}
.spec-index .spec-item {
    width: 33.333%;
}
.price-table-rehub-block {
    margin: 40px 0 0 0;
}
.price-table-rehub {
    width: 25%;
}
.side_menu ul li.active a, ul.submenu li.active a  {
    color: #4192cd;
}
.content_txt a, .faq-text a {
    text-decoration: underline;
}
.content_txt a:hover, .faq-text a:hover {
    text-decoration: none;
}
.top_menu_wrap {
	padding: 150px 0 0 0;
}
.top_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.top_menu .top_menu_ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -10px;
}
.top_menu ul li {
	list-style: none;
	margin: 0 10px;
}
.top_menu .top_menu_ul li a {
	padding: 3px 5px;
	font-size: 16px;
	font-weight: 500;
	transition: all .2s;
}
.top_menu .top_menu_ul li a:hover {
	color: #4192cd;
}
.header_btn {
	padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
}
.organize{
    padding: 30px;
    background: #e4f4ff;
    border-radius: 10px;
}
.organize h2{
    margin-bottom: 15px;
}
.organize ul{
    margin-bottom: 15px;
}
.organize li{
    position: relative;
    padding-left: 25px;
    margin: 7px 0;
}
.organize li:after{
    content: '';
    width: 10px;
    height: 10px;
    background: #ffcf00;
    position: absolute;
    left: 0;
    top: 6px;
}
.why{
	padding: 40px 0 20px;
}
.why h2{
	text-align: center;
}
.why_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.why_box .item{
	display: flex;
	align-items: center;
	width: 47%;
	-webkit-box-shadow: 0 4px 10px rgb(229 229 229);
    -moz-box-shadow: 0 4px 10px rgb(229 229 229);
    box-shadow: 0 4px 10px rgb(229 229 229);
    border-radius: 10px;
    margin-bottom: 18px;
}
.why_box .item .img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	min-width: 64px;
	height: 64px;
	margin-right: 6%;
	padding: 15px;
	border-radius: 10px;
	background: #205c88;
}
.why_box .item .img img{
	display: block;
	width: 100%;
	height: auto;
}
.why_box .item .descr{
	display: flex;
	align-items: center;
}
.why_box .item .descr p{
	margin: 0;
}
.help .why_box .item .img{
	padding: 0;
	background: transparent;
	height: auto;
}
.menu {
	width: 100%;
	left: 5px;
}
.submenu_wrapp {
	position: relative;
}
.submenu_wrapp ion-icon {
	position: absolute;
    margin: 3px 0 0 0;
    right: -14px;
}
.submenu {
	position: absolute;
    width: 320px;
    margin: 10px 0 0 -15px;
    background: #fff;
    z-index: 3;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 20px -5px rgb(0 0 0 / 20%);
    display: none;
}
.top_menu ul.submenu li {
	margin: 10px 0;
}
.page_wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sidebar {
	width: 23%;
    padding-top: 75px;
}
.page_r {
	width: 70%;
}
.page_r .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.side_menu h2 {
	margin-bottom: 20px;
}
.side_menu ul {
	margin: 0 -3px;
}
.side_menu li {
	margin: 5px 0;
}
.side_menu li a {
	padding: 3px;
	display: block;
	font-weight: 500;
	font-size: 18px;
	transition: all .2s;
}
.side_menu li a:hover {
	color: #4192cd;
}
.side_oficial {
	margin-top: 50px;
}
.oficial_it {	
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 18px;
}
.oficial_it img {
    width: 24px;
    margin-right: 10px;
}
.side_sert {
	margin-top: 15px;
}
.side_img {
	width: 100%;
    margin-top: 65px;
    cursor: pointer;
}
.prpr {
	margin: -10px 0 15px;
}
.page_r .srv {
	background: none;	
    padding-bottom: 15px;
}
.page_r .feedback_1 {
	background: #e4f4ff;
    border-radius: 10px;	
}
.page_r .feedback_1 .container {
	padding: 30px;
	background-size: contain;
}
.page_r .stage {
    background-size: contain;
}
.content_txt {
	padding: 20px 0 20px;
}
.decor_txt, .decor, blockquote {
	padding: 40px 40px 40px 120px;
    background: #e4f4ff url(../img/info_ico3.png) no-repeat;
    background-position: 30px center;
    margin: 25px 0;
    line-height: 1.5;
    border-radius: 10px;
}
.decor_txt p:last-child, .decor p:last-child, blockquote p:last-child {
	margin-bottom: 0;
} 
.content_block {
	padding: 10px 0 20px;
}
.content_txt h2, .content_block h2,
.content_txt h3, .content_block h3 {
	margin-bottom: 15px;
}
.inner_page_r_top {
	padding-top: 70px;
}
header {
	padding-bottom: 30px;
}
.usl_cards_wrap .srv-items {
	justify-content: flex-start;
}
.usl_cards_wrap {
	padding-top: 0;
    margin-top: 40px;
}
.content_txt ul, .content_block ul {
	margin: 0 0 15px;
}
.content_txt li, .content_block li {
	position: relative;
	padding-left: 25px;
	margin: 7px 0;
}
.content_txt li:after, .content_block li:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #ffcf00;
	position: absolute;
	left: 0;
	top: 6px;
}
.breadcrumbs {
    padding: 0;
    margin: 20px 0 -10px;
    display: flex;
    align-items: center;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.breadcrumbs li {
    margin-right: 5px;
    color: #303030;
    font-size: 14px;
}
.breadcrumbs li a {
    color: #303030;
}
.breadcrumbs span {
    margin-right: 5px;
    display: block;
}
.uslugi_prev_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -1.5% 15px;
}
.uslugi_prev {
	width: 30.3333%;
	margin: 15px 1.5%;
	transition: all .5s;
}
.uslugi_prev:hover {
	transform: translateY(-5px);
}
.uslugi_prev_title {
    height: 100%;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 4px 20px -5px rgb(0 0 0 / 20%);
    flex-direction: column;
}
.uslugi_prev_img {
    margin: 0 0 15px 0;
}
.uslugi_prev_intro {
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.inner_page_r_top .title {
	margin-bottom: 20px;
}
.content_block table {
	width: 100%;
}
.content_block table th {
    background: #e4f4ff;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    vertical-align: middle;
    border: 1px solid #e4f4ff;
    border-right-color: #e4f4ff;
}
.content_block table td {
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 15px;
}
.fs-item {	
    padding: 70px 0 40px;
}
.fs-btn {
	font-size: 20px;
    padding: 18px 40px;
}
.blog_img {
	height: 250px !important;
}
.block_title {
	font-size: 18px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.blog_it .inner {
	position: relative;
}
.icons_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px 50px;
    padding: 40px 30px;
    background: #e4f4ff;
    border-radius: 10px;
    position: relative;
}
.icons_wrap:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/vyvod-iz-zapoya.jpg);
    background-size: cover;
    background-position: 0 20%;
    opacity: 0.15;
}
.icons_it {
    flex: 0 0 33.3333%;
    padding: 0 20px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}
.icons_it img {
	width: 80px;
    height: 80px;
    object-fit: contain;
    background: #fff;
    margin-right: 18px;
    padding: 7px;
    border-radius: 10px;
}
.icons_title {
	font-weight: 800;
	font-size: 18px;
}
.side_rev {
	margin: 30px -15px 0;	
}
.side_rev h2 {
	margin-left: 15px;
}
.side_rev .slick-track {
	padding: 15px 0;
}
.side_rev .rvs-item {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: 0 15px;
}
.nav_slide_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 10px 0 0 5px;
}
.nav_slide {
    font-size: 20px;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7cc4e6;
    border: solid 1px #7cc4e6;
    border-radius: 50%;
    cursor: pointer;
}
.fast_call {
	text-align: center;
    background: #e4f4ff;
    margin: 20px 0 50px;
    padding: 60px 0;
}
.fast_call_title {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}
.fast_call a {
	font-size: 30px;
	font-weight: 800;
	display: block;
}
.fast_call img {
	width: 60px;
    margin: 20px 0;
}
.med {
    position: relative;
    width: 100%;
    padding: 25px 0 25px;
    background-color: #fff;
}
.med__wrapper {
    width: 100%;
    max-width: 100%;
}
.med__top {
    display: flex;
    width: 100%;
    max-width: 100%;
    color: #fff;
    background-color: #5aa7c9;
    align-items: stretch;
    justify-content: space-between;
}
.med__tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.med__col {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    width: 20%;
    height: auto;
    padding: 10px;
    text-align: center;
    border-left: 1px solid #e2e4ec;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.med__col span {
    font-weight: 600;
    display: block;
    min-height: 26px;
    margin-bottom: 5px;
}
.med__link {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    border: 1px solid #e2e4ec;
    background-color: #f7f8fc;
    align-items: stretch;
    justify-content: space-between;
}
.med__link-col {
	width: 20%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.med__link-col--left {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    width: 40%;
    padding: 20px;
    transition: all .35s ease;
    color: #282828;
    border-left-width: 0;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 1;
}
.med__link-col .i-m {
    margin: 0 2px;
}
.med__link-col--left .i-m {
    margin: 0 10px -4px 0px;
    -webkit-transform: scale(1, -1) rotate(90deg);
    transform: scale(1, -1) rotate(90deg);
    transition: all .4s;
}
.med__link-col--left .i-m.open {
    transform: scale(1, -1) rotate(0deg);
}
.i-m {
    display: inline-block;
    transition: all .35s ease;
    background-color: #282828;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
}
.i-m-med-arrow {
    width: 20px;
    height: 20px;
    background-color: #5aa7c9;
    -webkit-mask-image: url(../img/icons/med-arrow.svg);
    mask-image: url(../img/icons/med-arrow.svg);
}
.med__col-left {
    width: 40%;
    padding: 20px;
    text-align: left;
    border-left-width: 0;
    align-items: flex-start;
    flex-grow: 1;
    flex-shrink: 1;
}
.med__line {
    display: flex;
    display: flex;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    border: 1px solid #e2e4ec;
    border-top-width: 0;
    background-color: #fff;
    align-items: stretch;
    justify-content: space-between;
    align-items: stretch;
    justify-content: space-between;
}
.med__line .med__link-col--left {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 15px 20px;
}
.i-m-med-plus {
    width: 16px;
    height: 16px;
    background-color: #46931e;
    -webkit-mask-image: url(../img/icons/med-plus.svg);
    mask-image: url(../img/icons/med-plus.svg);
}
.i-m-med-minus {
    width: 16px;
    height: 2px;
    background-color: #ff270b;
    -webkit-mask-image: url(../img/icons/med-minus.svg);
    mask-image: url(../img/icons/med-minus.svg);
}
.med__inner {
	display: none;
}
.last_a {
	padding-top: 10px;
}
.last_a .btn {
	display: block;
    width: 90%;
    padding: 12px 0;
    margin: 10px 0 20px;
}
.spec_sv .spec-items{
    margin: -15px -200px;
}

.rvs-item {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

.button_disabled:disabled {
    background: #878787;
    cursor: default;
    color: #fff;
    box-shadow: none;
}
.srvm {
    right: -750px;
}




#quiz_modal,
#quiz_modal_kod{
	display: none;
	border-radius: 10px;
}

.quiz_modal .btn_quiz_inner{
	position: absolute;
    bottom: -4.7rem;
    left: 9rem;
}

.form_step, .form_step_kod {
    display: none;
}
.quiz_form_wrap  input[type=checkbox], .quiz_form_wrap  input[type=radio] {
    cursor: pointer;
}
.quiz_modal{
	display: flex;
}
.quiz_modal .test_left{
	width: 60%;
    margin-right: 6%;
}
.quiz_modal .test_right{
	width: 34%;
}

.quiz_modal .step_num{
	margin-bottom: 2rem;
	font-size: 1.2rem;
}
.quiz_modal .form_title{
	font-size: 1.7rem;
    line-height: 1;
    font-weight: 500;
	margin-bottom: 1.5rem;
}
.quiz_modal .tiem{
	display: block;
    margin: 0 0 1rem;
	cursor: pointer;
	
	border: none;
    border-bottom: solid 2px #ddd;
    padding: 15px;
}
.quiz_modal .input{
	display: block;
	width: 100%;
    margin: 0 0 1rem;
	cursor: pointer;
	
    border: none;
    border-bottom: solid 2px #ddd;
    border-radius: 0;
    padding: 15px;
}
.quiz_modal textarea.input{
	max-width: 100%;
	min-height: 200px;
	max-height: 200px;
	
	border-top: solid 2px #ddd;
}
.quiz_arrows{
	display: flex;
	margin-top: 2rem;
}
.quiz_modal .btn{
	padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
	cursor: pointer;
}
.quiz_arrows .quiz_back, .quiz_arrows .quiz_back_kod{
	margin-right: 2%;
}

.serv_btn{
	width: 100%;
	margin: 0;
}
.quiz_modal .sale_quiz{
	padding: 1rem;
	background: #e4f4ff;
	border-radius: 6px;
}
.quiz_modal .sale_quiz .title{
	font-size: 1rem;
	margin: 0;
}
.quiz_modal .sale_quiz .sale{
	font-weight: 800;
}
.quiz_modal .manager{
	margin-top: 2rem;
}
.quiz_modal .manager .info{
	display: flex;
	align-items: center;
}
.quiz_modal .manager .info .img{
	width: 70px;
	min-width: 70px;
	height: 70px;
	margin-right: 4%;
	border-radius: 50%;
}
.quiz_modal .manager .info .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 50%;
}
.quiz_modal .manager .info .name{
	font-size: 12px;
}
.quiz_modal .manager .info .name b{
	font-size: 16px;
}
.quiz_modal .talk{
	font-size: 13px;
	padding: 1rem;
	background: #e4f4ff;
	border-radius: 6px;
	margin-top: 1.5rem;
	position: relative;
}
.quiz_modal .talk a{
	font-weight: 700;
	font-size: 0.8rem;
    padding: 0 5px;
}
.quiz_modal .talk:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    background: #e4f4ff;
    transform-origin: bottom left;
    transform: rotate(45deg);
    bottom: 100%;
    left: 1em;
}
.btn.header_btn.quiz_modal{
	padding: 18px 54px;
	margin-top: 10px;
	justify-content: center;
    text-align: center;
    display: inline-block;
}
.btn.quiz_serv_btn.quiz_modal{
	padding: 18px 54px;
	margin: 10px 0 20px;
}
.quiz_wrap .form-success{
	
}
.form-content.success{
	
}
.quiz_form{
	position: relative;
}
.quiz_form_wrap_kod.success .quiz_nav_wrap,
.quiz_form_wrap_kod.success form,
.quiz_form_wrap_kod.success .quiz_arrows{
	opacity: 0;
}
.quiz_form_wrap.success .quiz_nav_wrap,
.quiz_form_wrap.success form,
.quiz_form_wrap.success .quiz_arrows{
	opacity: 0;
}
.manager .name p {
    margin: 0;
}

.way_title {
    margin-bottom: 20px;
}
.way_title h2 {
    margin-bottom: 0;
}
.way_h3 {
    margin-bottom: 40px;
    font-size: 1.7em;
    font-weight: 500;
    padding-top: 15px;
    position: relative;
}
.way_h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background: #f9cf3d;
}
.content_txt iframe {
    border: none;
}
.alk_quiz_form {
    margin-top: 30px;
    padding: 20px 30px;
    background: #e4f4ff;
    border-radius: 10px;
}
.form_column_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -2%;
}
.form_column {
    width: 46%;
    margin: 10px 2%;
}
.alk_quiz_form .form_row + .form_row {
    margin: 30px 0 0;
}
.alk_quiz_form .row_label {
    font-weight: 500;
    font-size: 1em;
    margin: 0 0 10px;
}
.alk_quiz_form .form_control {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
}
.alk_quiz_form .radio {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 5px 10px 5px 0;
    cursor: pointer;
}
.alk_quiz_form .radio [type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
}
.alk_quiz_form .radio .radio_title {
    padding: 0 0 0 30px;
    display: inline-block;
    vertical-align: top;
}
.alk_quiz_form .radio .radio_title::before {
    display: block;
    content: '';
    position: absolute;
    border: 1px solid #D6E6F2;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background-position: center;
    background-repeat: no-repeat;
}
.alk_quiz_form .radio .radio_title::after {
    display: block;
    content: '';
    position: absolute;
    background: #ffcf00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 6px;
    top: 50%;
    margin-top: -4px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s;
}
.alk_quiz_form .radio [type="radio"]:checked + .radio_title::after {
    opacity: 1;
}
.alk_quiz_form .btn {
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
}
.alk_quiz_form .agree {
    font-size: 0.8em;
    margin-top: 15px;
}
.serv_etap_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px -0.5%;
}
.serv_etap_it {
    width: 30%;
    margin: 20px 0.5%;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    border: solid 2px #f9cf3d;
}
.serv_etap_it:nth-child(3n+1)::before,
.serv_etap_it:nth-child(3n+2)::before {
    content: '>';
    position: absolute;
    right: -10%;
    top: 50%;
    margin-top: -0.7em;
    font-size: 1.5em;
    font-family: monospace;
    color: #f3cf54;
}
.serv_etap_it img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 10px 0 0;
    background: #ffe795;
    padding: 10px;
    border-radius: 10px;
}
.etap_it_title {
    font-size: 0.9em;
    width: calc(100% - 80px);
}
.spoiler_btn {
    display: inline-flex;
    align-items: center;
    background: #f9cf3d;
    padding: 12px 20px;
    width: 250px;
    margin-bottom: 20px;
    justify-content: center;
    border-radius: 150px;
    cursor: pointer;
}
.spoiler_btn span {
    display: block;
    margin: 0 0 2px 5px;
}
.content_txt_spoiler {    
    display: none;
}
.foot_logo_575 {
    display: none;
}

.slider-arrow button {
    position: relative;
    z-index: 2;
}
.slider-arrow button img {
    width: 15px;
    height: 15px;
    padding: 0px;
    margin: 8px;
}
.slider-arrow .slider-arrow-l img {
    transform: rotate(175deg);
}
.slider-pd {
    position: relative;
    padding: 0 50px;
}
.slider-arrow {
    position: absolute;
    display: flex;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    z-index: 0;
}
.slider-service {
    z-index: 1;
}

.slider-service .slick-slide {
    opacity: 0;
}
.slider-service .slick-slide.slick-active {
    opacity: 1;
}
.slider-arrow .slick-disabled {
    background: #e0e0e0;
}

/* healt */

.healt {
    display: flex;
    margin: 40px 0 10px;
}
.healt .content_txt {
    padding: 0;
}
.healt-text {
    margin: 0 0 0 12%;
}
.healt-images {
    position: relative;
    width: 31%;
    margin: auto;
}
.healt-images a {
    display: inline-block;
    position: relative;
}
.healt-images a:nth-child(1) {
    box-shadow: 0 20px 80px 30px #dddddd;
}
.healt-images a:nth-child(2) {
    position: absolute;
    right: -50px;
    top: -15%;
    width: 150px;
    height: 150px;
}
.healt-images a:nth-child(2) img {
    width: 100%;
}
.healt-images a:nth-child(3) {
    position: absolute;
    left: -20%;
    top: 55%;
    width: 180px;
    height: 180px;
}
.healt-images a:nth-child(3) img {
    width: 100%;
}
.healt-images a img {
    border-radius: 5px;
}
.healt-images a::before {
    position: absolute;
    content: "+";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background: #00000054;
    width: 50px;
    color: #fff;
    height: 50px;
    margin: auto;
    border-radius: 5px;
    opacity: 0;
}
.healt-images a:hover::before {
    opacity: 1;
}
.srv-text.srvm-text li {
    margin-bottom: 3px;
}


/* srv banner */

.srv_banner {
    margin: 32px 0 50px;
}
.srv_banner_item::before {
    content: "";
    position: absolute;
    background: #ffffff5e;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.srv_banner_item {
    border-radius: 10px;
    width: 100%;
    background-size: cover!important;
    padding: 30px;
    position: relative;
}
.srv_banner_info {
    position: relative;
    width: 467px;
    bottom: 0;
    background: rgb(211 237 255 / 80%);
    border-radius: 10px;
    padding: 30px;
}
.srv_banner_text p:last-child {
    margin: 0;
}
.srv_banner_text {
    margin: 0 0 30px 0;
}
.srv_banner_wr {
    display: flex;
    align-items: center;
}
.srv_banner_price {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0 0 0 30px;
}

.spec .inner {
    padding-top: 0;
}
.spec-name {
    margin-bottom: 12px;
    font-weight: 500;
}
.spec-img.img img {
    border-radius: 10px 10px 0 0;
}


/* price page */

.tr-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.td-name {
    font-weight: 400;
}
.td-price {
    font-weight: 500;
}
.td-name-check {
    background: #ffcf0012;
    color: #333333;
    font-weight: 500;
}
.price-list hr:nth-child(1) {
    display: none;
}
.btn-ptice {
    font-size: 14px;
    padding: 7px 20px;
}
.price_row_arr {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background: #eef8ff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 30px;
    transition: all .3s;
}
.price_row_arr img {
    width: 12px;
    margin: 3px 0 0 1px;
}
.price_row_arr.rotate180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.price_header {
    position: relative;
    cursor: pointer;
}

.price_inner_header {
    display: flex;
}

.price_inner_header {
    position: relative;
    cursor: pointer;
}
.price_table_row_wrap  .price_row_arr {
    background: #edf0f1;
    right: 10px;
}
.price_inner_row {
    border-bottom: 1px solid #cfe2ef;
    padding: 15px 0 0 0;
}
.price-name {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.price_row .price_header:hover .price-name, .price_row .price_inner_row:hover .price-name {
    color: #4192cd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.price_inner_row:last-child {
    border-bottom: 1px solid #cfe2ef00;
}
.phone-table-icon {
    display: none;
}
.feedback_1 .container {
    background: none;
    position: relative;
}
.feedback_1-content_img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.fs-img {
    max-width: 517px;
    width: 100%;
    right: -16%;
}
.fs-title {
    font-size: 50px;
}
.fs-subtitle {
    font-size: 35px;
    margin-top: 40px;
}
.fs-content {
    padding-right: 360px;
}
.fs-text p {
    font-size: 23px;
    line-height: 1.3;
}
.btn-blue {
    border-radius: 7px;
    background: #B7E1FF;
    display: inline-flex;
    padding: 20px 30px;
}
.sf-btn-block {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}
.feedback_1 .input {
    min-width: 50%;
}








@media only screen and (max-width: 1280px) {
.fs-content {
    padding-right: 300px;
}
.fs-img {
    max-width: 430px;
    right: -13%;
}
.feedback_0-btn {
    padding: 12px 20px;
}
}




@media only screen and (max-width: 1240px) {
.healt {
    margin: 30px 0 -40px;
    flex-direction: column;
}
.healt-images {
    position: relative;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 90px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.healt-text {
    margin: 0;
}


}
@media only screen and (max-width: 1199px) {
.feedback_1-content {
    width: 100%;
}
.feedback_1-content_img {
    display: none;
}
.fs-img {
    display: none;
}
.fs-content {
    padding-right: 0;
}
	.srv-item  {
		width: 50%;
	}
	.usl_cards_wrap .srv-items {
		justify-content: center;
	}
	.icons_it {
		flex: 0 0 50%;
	}
    .serv_etap_it {
        width: 47%;
        margin: 20px 0.5%;
    }
    .serv_etap_it::before {
        display: none;
    }
    .serv_etap_it:nth-child(2n+1)::before {
        display: block;
        content: '>';
        position: absolute;
        right: -8%;
        top: 50%;
        margin-top: -0.7em;
        font-size: 1.5em;
        font-family: monospace;
        color: #f3cf54;
        z-index: 3;
    }
}
@media only screen and (max-width: 991px) {
.header_top_line {
    display: none;
}
.top_menu_wrap {
    padding: 100px 0 0 0;
}
    .logo_max {
        display: none;
    }
    .logo_min {
        display: block;
    }
	.page_wrap {
		flex-wrap: wrap;
	}
	.sidebar  {
		width: 100%;
		order: 2;
		padding-top: 0;
	}
	.page_r {
		width: 100%;
		order: 1;
	}
	.side_menu {
		display: none;
	}
	.side_img {
		display: none;
	}
	.side_sert {
		justify-content: flex-start;
	}
	.side_rev {
		display: none;
	}
    .mm-nav li {
        text-align: left;
    }
    .mm-nav a {
        text-align: left;
    }
    .mm-bottom {
        text-align: left;
    }
    .callbackkiller-mobile {
        right: 5px !important;
        bottom: 10px !important;
    }
}
@media only screen and (max-width: 875px) {
	.quiz_modal {
		flex-wrap: wrap;
	}
	.quiz_modal .test_left {
		width: 100%;
		margin-right: 0;
		order: 1;
	}
	.quiz_modal .test_right {
		width: 100%;
		margin-bottom: 2rem;
		order: 0;
	}
	.quiz_modal .name{
		display: flex;
		align-items:center;
		flex-wrap: wrap;
	}
	.quiz_modal .name br{
		display: none;
	}
	.quiz_modal .name b{
		padding-right: 5px;
	}
	.quiz_modal .talk{
		margin-top: 0.5rem;
		padding: 0.2rem;
		background: transparent;
	}
	.quiz_modal .manager_talk{
		padding: 1rem;
		background: #dbe7ef;
		border-radius: 6px;
		margin-top: 1rem;
	}
	.quiz_modal .manager{
		margin-top: 0;
	}
	
	.quiz_modal .form_title {
		font-size: 1.6rem;
		line-height: 1;
		font-weight: 500;
		margin-bottom: 1rem;
	}
	.spec_box{
		width: 106%;
		overflow: hidden;
	}
	.spec_box .spec-items{
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		padding-bottom: 20px;
		box-sizing: content-box;
		padding-left: 3%;
	}
	.spec_box .spec-items .spec-item{
		flex: 0 0 290px;
	}
.spec_box .spec-items {
    justify-content: flex-start;
}

.price-list hr {
    margin: 20px 0 20px 0;
}
}
@media only screen and (max-width: 767px) {
    .header-phone {
        display: none;
    }
	.icons_it {
	    flex: 0 0 100%;
	}
	.med__wrapper {
		max-width: 800px;
    	width: 800px;
	}
	.med__scroll {
		overflow-x: scroll;
	}
    .form_column {
        width: 100%;
        margin: 10px 2%;
    }
.slider-pd {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.uslugi_prev_wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    box-sizing: content-box;
}
.slider-arrow {
    display: none;
}
.srv-item {
    width: 50%;
    min-width: 300px;
}
.srv_banner_info {
    width: auto;
} 
.srv_banner_item {
    padding: 0;
}
.uslugi_prev {
    width: 100%;
}
.uslugi_prev_title {
    min-width: 260px;
}
.price-table-order {
    display: none;
}
.phone-table-icon {
    display: flex;
}
.btn-ptice {
    padding: 7px 7px;
}
.phone-table-icon svg {
    width: 13px;
    height: 13px;
}
.price-list table tr td:nth-child(1) {
    width: 67%;
}
.content_block table td {
    padding: 7px 10px;
}
}
@media only screen and (max-width: 575px) {
.btn_rate.btn_rate_index {
    max-width: 100%;
}
.sf-btn-block {
    gap: 20px;
    align-items: center;
    flex-direction: column;
}
.sf-btn-block .btn-blue {
    width: 100%;
}
    .serv_etap_wrap {
        margin: 15px -0.5%;
    }
    .serv_etap_it {
        width: 100%;
        margin: 5px 0.5%;
    }
    .serv_etap_it::before {
        display: none;
    }
    .serv_etap_it:nth-child(2n+1)::before {
        display: none;
    }
    .srv-text {
        display: none;
    }
    .srv-link > .srv-price {
        margin-top: 0 !important;
    }
    .fast_call_title {
        font-size: 24px;
    }
    .blog_it {
        width: 100%;
    }
    .foot_logo_575 {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .foot_logo_575 img {
        width: 250px;
        max-width: 95%;
        margin: 0 auto;
    }
    .footer-list li a {
        display: block;
        text-align: center;
    }
    .footer-btn {
        margin: 0 auto 30px;
        font-size: 14px;
    }
    .footer .top {
        text-align: center;
    }
    .footer .bottom {
        text-align: center;
    }
    .footer-col.col3 {
        text-align: center;
        align-items: center;
    }
    .footer-col.col3 .footer-logo {
        display: none;
    }
    .copy {
        display: block;
        text-align: center;
    }
    /*.burger {
        position: absolute;
        left: 55px;
    }*/
    .menu {
        padding-bottom: 0;
    }
    .top_menu_wrap {
        padding: 75px 0 0 0;
    }
    .top_menu {
        justify-content: flex-end;
    }
    .mm-close{
        margin-left: 0;
    }
    .mm-menu .mm-inner {
        justify-content: flex-start;
    }
    .mm-menu .mm-bottom {
        margin-top: 10px;
    }
    .price-list table tr td:nth-child(1) {
        width: 50%;
    }
    .content_block table td {
        padding: 8px 10px;
    }
    .slider-arrow button img {
        width: 10px;
        height: 10px;
    }
}
.y_map_link {
    margin: 20px 0 0 0;
    display: inline-flex;
    align-items: center;
    color: #db5050;
    font-size: .9rem;
}
.y_map_link img {
    height: 20px;
    border-radius: 0;
    width: auto;
    min-height: 1px;
    object-fit: contain;
    margin-right: 5px;
}
@media only screen and (max-width: 490px) {
    .menu_multi {
        padding: 4px 12px;
        border: 4px solid #00477826;
        font-size: 14px;
    }
	.btn.quiz_serv_btn.quiz_modal, .btn.header_btn.quiz_modal{
		display: none;
	}
    .srv_banner_item {
        display: flex;
        flex-direction: column-reverse;
    }
    .srv_banner_info {
        position: relative;
        margin: 0;
        padding: 15px 25px;
    }
    .srv_banner_item img {
        border-radius: 0 0 10px 10px;
        min-height: auto;
    }
    .srv_banner_wr {
        flex-direction: column-reverse;
    }
    .srv_banner_price {
        margin: 0 0 15px 0;
    }
    .healt-images {
        max-width: 100%;
        width: 100%;
        margin: 0 0 70px 0;
        justify-content: flex-start;
    }
    .healt-images a:nth-child(2) {
        right: 0;
        top: -12%;
        width: 180px;
        height: 180px;
    }
    .healt-images a:nth-child(3) {
        left: auto;
        right: 0;
        top: 52%;
    }
    h2.price-name {
        font-size: 20px;
    }
    h3.price-name {
        font-size: 18px;
    }
    .price-name {
        padding: 0 65px 0 0;
    }
    .price-list hr {
        margin: 15px 0 20px 0;
        height: 1px;
    }
    .y_map_link {
        display: flex;
        justify-content: center;
    }
    .inner_page_r_top {
        padding-top: 40px;
    }
    .srv_banner_text.resp_m {
        margin: 0 0 10px 0;
    }
    .y_map {
        height: 350px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 450px) {
    .srv-item {
        width: 100%;
    }
}
@media screen and (max-width: 374px) {	
	.quiz_modal .btn_quiz_inner{
		position: relative;
		bottom: auto;
		left: auto;
	}
    .burger {
        margin-left: 2px;
    }
}
@media only screen and (max-width: 991px) {
	.spec_sv .spec-items {
		margin: 0;
	}
    .top_menu .top_menu_ul {
        margin: 0 -10px 20px;
    }
.fs-title {
    font-size: 40px;
}
}
@media only screen and (max-width: 767px) {
    .btn.header_btn {
        display: none;
    }
.fs-btn {
    font-size: 16px;
    padding: 13px 20px;
}
.btn-blue {
    padding: 13px 20px;
}
.fs-item {
    padding: 40px 0 40px;
}
header {
    padding-bottom: 0;
}
.fs-title {
    font-size: 32px;
}
.fs-subtitle {
    font-size: 28px;
    margin-top: 20px;
}
    .fixed_mobile_phone {
        position: fixed;
        background-color: #d3edff7d;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 20px;
        font-size: 16px;
        justify-content: center;
        backdrop-filter: blur(42px);
        font-weight: 500;
        line-height: 0;
    }
    .fixed_mobile_phone svg {
        animation: 3s ease-in-out 0s normal none infinite running trambling-animation;
    }
    .fixed_mobile_phone .callibri {
        color: #4192cd;
    }
    
    .srv-item {
        width: 100%;
    }
	.top_menu .top_menu_ul {
		display: none;
	}
	.why_box .item{
		width: 100%;
	}
	.spec-img {
		max-height: 270px;
	}
	.spec-img img{
		display: block;
		max-height: 100%;
		width: auto;
		object-fit: cover;
	}
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1410px;
	}
}

@media (max-width: 380px) {

}



.puls:hover {
    background: #f2434b;
}
.puls{
	
    position: fixed;
    z-index: 40;
    bottom: 30px;
    right: 30px;
    background: #f45b62;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 500;
    padding: 5px;
    -webkit-box-shadow: 0 0 44px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 44px rgba(0,0,0,.15);
    box-shadow: 0 0 44px rgb(0 0 0 / 15%);
	transition: 0.4s;
	color: #f45b62;
}

.puls.wa {
    background: transparent;
    width: 50px;
    height: 50px;
    bottom: 140px;
    right: 30px;
    display: flex;
    color: #2cb742;
    align-items: center;
    justify-content: center;
}

.send_m {
     background: #2cb742;
     color: #fff;
     padding: 5px 10px;
     position: absolute;
     top: -45px;
     right: 0;
     white-space: nowrap;
}

.send_m:before{
       content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
    right: 10px;
    bottom: -6px;
    background-color: #2cb742;
}


@media (max-width: 768px) {
    .puls {
        right: 10px;
    }
    .puls.wa {
        right: 10px;
    }
}
.puls.wa:before {
    border: solid 2px #2cb742;
}
.puls:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 4px #f45b62;
    opacity: 0.6;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: puls 1.4s infinite;
    -moz-animation: puls 1.4s infinite;
    -o-animation: puls 1.4s infinite;
    animation: puls 1.4s infinite;
}
.puls span{
    position: relative;
    z-index: 1;
    color: #fff;
}
.puls .mobile{
    width: 60%;
    height: auto;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@-o-keyframes puls{0%{-o-transform:scale(1);transform:scale(1);opacity:.6;background:currentColor}100%{-o-transform:scale(1.2);transform:scale(1.2);border-width:8px;opacity:0}}@keyframes puls{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.6;background:currentColor}100%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);border-width:8px;opacity:0}}.perms-item{width:20%}.perms .img{width:70px;height:70px;margin:0 auto 12px}.perms-title{text-align:center;text-transform:uppercase;font-weight:600;color:#004f94;font-size:12px}.srv-content{padding-left:30px;width:-webkit-calc(100% - 260px);width:-moz-calc(100% - 260px);width:calc(100% - 260px)}
@keyframes a{to{transform:rotate(1turn)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1!important}}
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-30px,0,0)}to{opacity:1!important;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(30px,0,0)}to{opacity:1!important;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1!important;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp;opacity:1}
/* Pulse */
.callbackkiller {
    right: 20px !important;
    bottom: 20px !important;
}

