/* ---- RESET START ---- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;

    /* vertical-align: baseline; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
    from YUI 3 CSS Reset
*/
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

*, 
*:before, 
*:after {
    box-sizing: border-box;
}

html {
	min-width: 100%;
    height: 100%;
    overflow-x: auto;
}

body {
    position: relative;
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
	font-family: 'Rubik', sans-serif;
    font-style: normal;
}

h2 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 700;
	color: #008dd2;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

b {
    font-weight: 700;
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.header {
	padding-top: 17px;
}

.header__container {

}

.header__row {
    position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	margin-right: 75px;
}

.header__logo-link {
	display: block;
	width: 300px;
	height: 71px;
	background-image: url('../img/logo.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.header__menu {
	margin-top: 6px;
}

.header__menu-list {
    
}

.header__menu-item {
	display: inline-block;
	margin-right: 25px;
}

.header__menu-item:last-child {
	margin-right: 0;
}

.header__menu-link {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}
.header__menu-link:hover {
	color:#008dd2;
}
/* 
.header__menu-link:after {
	content: '';
	display: none;
	position: absolute;
	left: 15%;
	top: 20%;
	width: 70%;
	height: 80%;
	border: 2px solid #90ff44;
	border-radius: 50%;
	transform: rotate(-15deg);
	z-index: -1;
}

.header__menu-link:hover:after {
	display: block;
} */

.home {
	padding-top: 35px;
	/* padding-bottom: 100px; */
}

.notice-block {
    margin-bottom: 35px;
}

.notice-block__container {
    
}

.notice-block__item {
    padding: 30px;
    border-radius: 10px;
	font-size: 18px;
	line-height: 1.25;
}

.notice-block__item p,
.notice-block__item ul,
.notice-block__item ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

.notice-block__item ul,
.notice-block__item ol {
	list-style: disc;
	padding-left: 20px;
}

.banner-block {

}

.banner-block__container {

}

.banner-block__row {
	position: relative;
}

.banner-block__dots {
	position: absolute;
	left: 75px;
	bottom: 30px;
}

.banner-block__dots ul {
	display: flex;
	column-gap: 5px;
	bottom: auto;
}

.banner-block__dots li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}

.banner-block__dots li button {
	padding: 0;
	font-size: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
}

.banner-block__dots li button:before {
	display: none;
}

.banner-block__dots li.slick-active button {
	background-color: #fff;
}

.banner-block__item {
	position: relative;
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	border-radius: 10px;
}

.banner-block__item-content {
	position: absolute;
	left: 75px;
	bottom: 50px;
	font-weight: 700;
}

.banner-block__item-price {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 72px;
	color: #008dd2;
}

.banner-block__item-price.banner-block__item-price--old {
	margin-bottom: 30px;
	font-size: 44px;
	color: transparent;
	-webkit-text-stroke: 1px #000;
}

.banner-block__item-price.banner-block__item-price--old span {
	position: relative;
}

.banner-block__item-price.banner-block__item-price--old span:before {
	content: '';
	position: absolute;
	top: 57%;
	left: -10px;
	width: calc(100% + 20px);
	height: 1px;
	background-color: #000;
}

.banner-block__item-title {
	font-size: 44px;
	line-height: 1.1;
	color: #fff;
}

.banner-block__item-note {
	margin-top: 40px;
	font-size: 21px;
	line-height: 1.15;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-weight: 400;
}



/* --- TABS --- */
.tabs {
	margin: 100px 0;
}
.tabs__container {

}
.tabs__title {
	
}
.tabs__row {

}
.tabs__head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}
.tabs__button {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
}
.tabs__button:hover  {
	color: #008dd2;
}
.tabs__button.is-active  {
	padding-bottom: 5px;
	color: #008dd2;
	border-bottom: 2px solid #b0cb1f;
}
.tabs__body {
	
}
.tabs__item {
	display: none;
}
.tabs__item.is-active {
	display: block;
}

/* --- PRICES --- */
.prices {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 30px;
}
.prices__title {
	margin-bottom: 30px;
}
.prices__row {

}
.prices__head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.prices__head .prices__col {
	font-size: 24px;
	font-weight: 600;
}
.prices__body {

}
.prices__item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 20px 0 25px;
	border-bottom: 1px solid #000;
}
.prices__item.is-hide {
	display: none;
}
.prices__col {
	font-size: 20px;
}
.prices__col_title {
	/* flex-grow: 1; */
	width: 50%;
	/* max-width: 75%; */
}
.prices__col_time,
.prices__col_price {
	padding-left: 30px;
	width: 25%;
	font-weight: 600;
}
.prices__toggle {
	margin-top: 20px;
	text-align: right;
}
.prices__toggle-button {
	font-size: 18px;
	font-weight: 600;
	color: #008dd2;
	border-bottom: 2px dashed;
	cursor: pointer;
}
.prices__toggle-button:hover {
	border-bottom-width: 0;
}
.prices__content {
	line-height: 1.2;

	p,
	ul {
		margin: 20px 0;
	}

	ul {
		padding-left: 1em;
		list-style-type: disc;
	}
}
.prices__note {
	margin-top: 40px;
	padding: 20px 30px 25px;
	background-color: #cbcbcb;
	border-radius: 10px;
}
.prices__note p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.2;
}
.prices__note p:last-child {
	margin-bottom: 0;
}

.service-block__item-content {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.31;
	color: #b0cb1f;
}


.specialists {

}
.specialists__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.specialists__item {
	
}


@media (max-width: 480px) {
	.specialists__list {
		grid-template-columns: 1fr;
	}
}
.specialist {
	position: relative;
	padding: 20px 25px;
	border-radius: 10px;
	border: 1px solid #000;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: url('/favicon.svg');
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: calc(100% - 25px) calc(100% - 20px);
}
.specialist.is-active {
	background-image: none;
}
.specialist.is-active .specialist__main {
	display: none;
}
.specialist.is-active .specialist__education {
	display: block;
}
.specialist.is-active .specialist__toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}
.specialist.is-active .specialist__button {
	display: block;
	font-size: 0;
	position: relative;
	width: 25px;
	height: 25px;
	border-bottom-width: 0;
}
.specialist.is-active .specialist__button:before,
.specialist.is-active .specialist__button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.specialist.is-active .specialist__button:before {
	transform: rotate(45deg);
}
.specialist.is-active .specialist__button:after {
	transform: rotate(-45deg);
}
.specialist__name {
	font-size: 22px;
	color: #008dd2;
	font-weight: 600;
}
.specialist__job {
	/* color: #b0cb1f; */
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}
.specialist__education {
	display: none;
	margin-top: 15px;
	height: 100%;
	overflow-y: scroll;
}
.specialist__education .type {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
}
.specialist__education .year {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
}
.specialist__education p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.33;
}
.specialist__education p:last-child {
	margin-bottom: 0;
}
.specialist__button {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px dashed;
	cursor: pointer;
}
.specialist__button:hover {
	border-bottom-width: 0;
}

.prices__title {
	font-size: 18px;
	font-weight: 500;
}
.prices__list {

}
.prices__item {

}

.service {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 20px;
	padding: 20px 0 25px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.service__title {
	width: 50%;
}
.service__time {
	width: 25%;
}
.service__cost {
	width: 25%;
	text-align: center;
	font-weight: 500;
	color: #008dd2;
}










.specialist-block {
	padding-top: 110px;
}

.specialist-block__container {

}

.specialist-block__title {

}

.specialist-block__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.specialist-block__item {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	width: 31%;
	height: 450px;
	padding: 45px 28px 28px;
	border-radius: 10px;
	border: 1px solid #000;
	background-color: #fff;
}

.specialist-block__item.specialist-block__item--hidden {
	margin-bottom: 0;
	height: 0;
	padding: 0;
	border-width: 0;
}

.specialist-block__item.specialist-block__item--hidden:before,
.specialist-block__item.specialist-block__item--hidden:after {
	display: none;
}

.specialist-block__item:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	height: 12px;
	border: 1px solid #000;
	border-radius: 6px;
	background-color: #fff;
}

.specialist-block__item:after {
	content: '';
	position: absolute;
	left: 28px;
	bottom: 28px;
	width: 140px;
	height: 140px;
	background-image: url('../img/star-transparent.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.specialist-block__item:hover {
	background-color: #cbcbcb;
	cursor: pointer;
}

.specialist-block__item:hover:after {
	background-image: url('../img/star-green.svg');
}

.specialist-block__item:hover .specialist-block__item-occupation {
	color: #fff;
	-webkit-text-stroke: 0px #000;
}

.specialist-block__item.is-active {
	background-color: #fff;
}

.specialist-block__item.is-active:after {
	display: none;
}

.specialist-block__item.is-active .specialist-block__item-top {
	border-bottom: 2px solid rgba(0, 0, 0, .2);
}

.specialist-block__item.is-active .specialist-block__item-occupation {
	color: transparent;
	-webkit-text-stroke: 1px #000;
}

.specialist-block__item.is-active .specialist-block__item-bottom {
    display: block;
}

.specialist-block__item.is-active .specialist-block__item-bottom:after {
	display: none;
}

.specialist-block__item-top {
	padding-bottom: 20px;
}

.specialist-block__item-name {
	
	font-size: 24px;
	line-height: 1.1;
	color: #008dd2;
}

.specialist-block__item-occupation {
	margin-top: 15px;
	
	font-size: 20px;
	color: transparent;
	-webkit-text-stroke: 1px #000;
}

.specialist-block__item-bottom {
    display: none;
	position: relative;
	height: 100%;
	margin-top: 20px;
	overflow-y: scroll;
}

.specialist-block__item-content {
	
}

.specialist-block__item-content p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.33;
}

.specialist-block__item-content .title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
}

.specialist-block__item-content .year {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71;
}

.contact-block {
	padding-top: 60px;
}

.contact-block__container {

}

.contact-block__title {

}

.contact-block__scheme {
    height: 560px;
    background-image: url('../img/scheme-color.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px;
    margin-top: 50px;
}

.contact-block__notice {
    margin-bottom: 50px;
    padding: 50px 75px;
    border: 1px solid #000;
	border-radius: 10px;
	background-color: #90ff44;
}

.contact-block__notice-title {
    margin-bottom: 45px;
    font-size: 36px;
    color: #007567;
}

.contact-block__notice-content {
    
}

.contact-block__notice-content p {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}

.contact-block__notice.contact-block__notice--schedule .contact-block__notice-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 35px;
}

.contact-block__notice.contact-block__notice--schedule .contact-block__notice-content:last-child {
    margin-bottom: 0;
}

.contact-block__notice.contact-block__notice--schedule .contact-block__notice-content p:first-child {
    padding-right: 30px;
    width: 40%;
    
    font-size: 36px;
    color: #fff;
    -webkit-text-stroke: 1px #000;
}

.contact-block__notice.contact-block__notice--schedule .contact-block__notice-content p:nth-child(2) {
    width: 60%;
}

.contact-block__row {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #000;
	border-radius: 10px;
}

.contact-block__row:last-child {
    margin-bottom: 0;
}

.contact-block__content {
	font-size: 18px;
	line-height: 1.25;
}

.contact-block__info {
    width: 50%;
    padding: 50px 0 50px 75px;
}

.contact-block__address {
	font-weight: 700;
}

.contact-block__address-top {
	margin-bottom: 20px;
	
	font-size: 24px;
	/* color: transparent; */
	/* -webkit-text-stroke: 1px #000; */
}

.contact-block__address-bottom {
	
	font-size: 24px;
	color: #000;
}

.contact-block__phone {
    margin-top: 50px;
}

.contact-block__phone a {
    font-weight: 700;
	font-size: 24px;
	color: #008dd2;
	text-decoration: none;
}

.contact-block__schedule {
	margin-top: 50px;
}

.contact-block__schedule-title {
	font-weight: 700;
	font-size: 24px;
	color: #008dd2;
}

.contact-block__schedule-content {
	margin-top: 20px;
	font-weight: 500;
	font-size: 24px;
	/* color: #fff; */
	/* -webkit-text-stroke: 1px #000; */
}

.contact-block__map {
    width: 50%;
    padding: 50px 75px 50px 0;
}

.footer {
	padding: 55px 0;
}

.footer__container {

}

.footer__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: end;
}

.footer__logo {
	width: 150px;
	height: 108px;
	margin-right: 75px;
	background-image: url('../img/logo-black.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.footer__content {
	padding-bottom: 5px;
	/* text-align: right; */
	/* flex: 1 0; */
}

.footer__jurist {

}

.footer__jurist p, 
.footer__jurist ol, 
.footer__jurist ul {
	font-size: 14px;
	line-height: 1.25;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 10px;
}

.footer__jurist p:last-child {
	margin-bottom: 0;
}

.footer__jurist li {
	margin-bottom: 5px;
}

.footer__jurist p a,
.footer__jurist li a {
	text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .7);
	color: rgba(0, 0, 0, .7);
}

.footer__jurist p a:hover,
.footer__jurist li a:hover {
    border-bottom-width: 0;
}

.footer__copyright {
	margin-top: 40px;
	font-size: 30px;
	font-weight: 700;
	color: #008dd2;
}

@media (max-width: 1280px) {
	h2 {
		margin-bottom: 30px;
		font-size: 36px;
	}

	.container {
		max-width: 748px;
	}

	.header {
		padding-top: 15px;
	}

	.header__row {
		
	}

	/* .header__logo {
		margin-right: 50px;
	} */

	/* .header__logo-link {
		width: 140px;
		height: 100px;
	} */

	.header__menu {
		margin-top: 0;
		padding: 5px 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.header__menu-external {
	    position: relative;
	    top: auto;
	    right: auto;
	}
	
	.header__menu-external-link { 
	     font-size: 21px;   
	}
	
	.header__menu-external-link:after { 
	    right: -50px;
	    margin-top: -14px;
	    width: 34px;
	    height: 28px;
	}

	.header__menu-item {
		margin-right: 25px;
	}

	.header__menu-link {
		font-size: 21px;
	}

	.home {
		padding-bottom: 60px;
	}

	.banner-block__item {
		height: 530px;
	}

	.banner-block__item-content {
		bottom: 70px;
		left: 50px;
	}

	.banner-block__dots {
		position: absolute;
		left: 50px;
	}

	.banner-block__item-price {
		font-size: 60px;
	}

	.banner-block__item-price.banner-block__item-price--old {
		margin-bottom: 20px;
		font-size: 36px;
	}

	.banner-block__item-title {
		font-size: 36px;
	}

	.banner-block__item-note {
		font-size: 18px;
	}

	.service-block {
		padding-top: 80px;
	}

	.service-block__head-item {
		font-size: 21px;
	}

	.service-block__head-item.service-block__head-item--time,
	.service-block__head-item.service-block__head-item--price {
		padding-left: 20px;
	}

	.service-block__item-title {
		font-size: 18px;
	}

	.service-block__item-title sup {
		font-size: 10px;
	}

	.service-block__item-content {
		font-size: 14px;
	}

	.service-block__item-time,
	.service-block__item-price {
		padding-left: 20px;
		font-size: 18px;
	}
	
	.service-block__item-price sup {
		font-size: 10px;
	}

	.service-block__note {
		margin-top: 20px;
	}

	.service-block__note p {
		margin-bottom: 3px;
	}

	.specialist-block {
		padding-top: 80px;
	}

	.specialist-block__item {
		margin-bottom: 30px;
		width: 48%;
		height: 400px;
	}
	
	.specialist-block__item:after {
		width: 100px;
		height: 100px;
	}

	.specialist-block__item-name {
		font-size: 21px;
	}

	.specialist-block__item-occupation {
		font-size: 18px;
	}

	.contact-block {
		padding-top: 50px;
	}
	
	.contact-block__notice {
        padding: 30px 50px;
    }
    
    .contact-block__notice-title {
        margin-bottom: 30px;
        font-size: 26px;
    }
    
    .contact-block__notice-content p {
        font-size: 21px;
    }
    
    .contact-block__notice.contact-block__notice--schedule .contact-block__notice-content {
        margin-bottom: 25px;
    }
    
    .contact-block__notice.contact-block__notice--schedule .contact-block__notice-content p:first-child {
        padding-right: 20px;
        font-size: 26px;
    }

	.contact-block__scheme {
	    margin-top: 30px;
	    height: 360px;
	}
	
	.contact-block__info {
	    padding: 30px 0 30px 50px;
	}

	.contact-block__address-top {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.contact-block__address-bottom {
		font-size: 26px;
	}
	
	.contact-block__phone {
	    margin-top: 30px;
	}
	
	.contact-block__phone a {
	    font-size: 26px;
	}

	.contact-block__schedule {
		margin-top: 30px;
	}

	.contact-block__schedule-title {
		font-size: 26px;
	}

	.contact-block__schedule-content {
	    margin-top: 20px;
		font-size: 26px;
	}
	
	.contact-block__map {
	    padding: 30px 50px 30px 0;
	}

	.footer {
		padding: 40px 0;
	}

	.footer__logo {
		margin-right: 50px;
		width: 200px;
		height: 100px;
	}

	.footer__content {
		padding-bottom: 5px;
	}

	.footer__jurist {
		font-size: 12px;
	}

	.footer__copyright {
		margin-top: 20px;
		font-size: 21px;
	}
}

@media (max-width: 1024px) {
    .sticky-vaccination {
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 7px 0;
        background: linear-gradient(270deg, #ed2290 0%, #00b4bd 50%,  #00b4bd 100%);
        text-align: center;
    }
    .sticky-vaccination__link {
        display: inline;
        width: auto;
        height: auto;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        background: none;
        font-weight: 700;
    }
    .sticky-vaccination__link:hover {
        color: #fff;
    }
}

@media (max-width: 768px) {
	h2 {
		margin-bottom: 25px;
		font-size: 30px;
	}

	.container {
		max-width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}

	.header {
		padding-top: 10px
	}

	.header__logo {
		margin-right: 0;
	}

	.header__logo-link {
		width: 150px;
		height: 36px;
	}
	.header__row {
		flex-direction: column;
	}
	.header__menu {
		margin-top: 10px;
	    padding: 0;
		margin-bottom: 0;
	}
	
	.header__menu-external-link {
	    font-size: 14px;
	}
	
	.header__menu-external-link:after { 
	    right: -30px;
	    margin-top: -8px;
	    width: 20px;
	    height: 16px;
	}
	
	.header__menu-item {
	    margin-top: 5px;
	}

	.header__menu-link {
		font-size: 14px;
	}

	.home {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.tabs {
		margin: 50px 0;
	}
	.tabs__button {
		font-size: 16px;
	}

	.prices__head .prices__col {
		font-size: 20px;
	}
	.prices__head .prices__col_time, .prices__head .prices__col_price {
		display: none;
	}
	.prices__col {
		width: 100% !important;
		font-size: 16px;
	}
	.prices__item {
		flex-direction: column;
		row-gap: 15px;
	}
	.prices__col_title {
		width: 100%;
	}
	.prices__col_time, .prices__col_price {
		padding-left: 0;
	}
	
	.notice-block {
	    margin-bottom: 15px;
	}
	
	.notice-block__item {
		padding: 10px;
	    font-size: 14px;
    }

	.banner-block__item {
		height: 456px;
		border-radius: 5px;
		background-position: 60% 100%;
	}

	.banner-block__item-content {
		bottom: 35px;
		left: 15px;
	}

	.banner-block__dots {
		left: 15px;
		bottom: 20px;
	}

	.banner-block__dots li button {
		width: 10px;
		height: 10px;
	}

	.banner-block__item-price {
		margin-bottom: 20px;
		font-size: 36px;
	}

	.banner-block__item-price.banner-block__item-price--old {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.banner-block__item-price.banner-block__item-price--old span:before {
		left: -5px;
		width: calc(100% + 10px);
	}

	.banner-block__item-title {
		font-size: 24px;
		line-height: 1;
	}


	.banner-block__item-note {
		margin-top: 25px;
		font-size: 12px;
	}

	.service-block {
		padding-top: 60px;
	}

	.service-block__head {
		display: none;
	}

	.service-block__item {
		flex-direction: column;
		padding: 20px 0;
		margin: 0 15px;
	}

	.service-block__item-title {
		width: 100%;
		font-size: 16px;
		line-height: 1.31;
	}

	.service-block__item-title sup {
		font-size: 8px;
	}

	.service-block__item-content {
		font-size: 14px;
		line-height: 1.28;
	}

	.service-block__item-time {
		padding-left: 0;
		margin-top: 20px;
		width: 100%;
		font-size: 18px;
	}

	.service-block__item-price {
		padding-left: 0;
		margin-top: 10px;
		width: 100%;
		font-size: 24px;
	}
	
	.service-block__item-price sup {
		font-size: 8px;
	}

	.service-block__note {
		margin-top: 25px;
		padding: 15px 15px 20px;
		border-radius: 5px;
	}

	.service-block__note p {
		margin-bottom: 3px;
	}

	.specialist-block {
		padding-top: 60px;
	}

	.specialist-block__row {
		flex-wrap: nowrap;
	}

	.specialist-block__item {
		display: flex !important;
		margin-bottom: 0;
		margin-right: 25px;
		width: 240px;
		height: 315px;
		padding: 35px 20px;
		border-radius: 5px;
	}

	.specialist-block__item:last-child {
		margin-right: 0;
	}

	.specialist-block__item.specialist-block__item--hidden {
		display: none !important;
	}

	.specialist-block__item:before {
		top: 10px;
		margin-left: -18px;
		width: 36px;
		height: 8px;
		border-radius: 4px;
	}
	
	.specialist-block__item:after {
	    left: 20px;
	    bottom: 20px;
		width: 80px;
		height: 80px;
	}

	.specialist-block__item:hover {
		background-color: #fff;
	}
	
	.specialist-block__item:hover:after {
		background-image: url('../img/star-transparent.svg');
	}

	.specialist-block__item:hover .specialist-block__item-occupation {
		color: transparent;
		-webkit-text-stroke: 1px #000;
	}

	.specialist-block__item-top {
		padding-bottom: 15px;
	}

	.specialist-block__item-name {
		font-size: 16px;
		line-height: 1.1;
	}

	.specialist-block__item-occupation {
		margin-top: 10px;
		font-size: 14px;
	}

	.specialist-block__item-bottom {
		margin-top: 15px;
	}

	.specialist-block__item-content p {
		margin-bottom: 8px;
		font-size: 10px;
		line-height: 1.4;
	}

	.specialist-block__item-content .title {
		font-size: 12px;
	}

	.specialist-block__item-content .year {
		font-size: 12px;
		line-height: 1.5;
	}

	.contact-block {
		padding-top: 60px;
	}
	
	.contact-block__scheme {
	    display: none;
	}
	
	.contact-block__row {
	    margin-bottom: 30px;
	    border-radius: 5px;
	    flex-direction: column;
	}
	
	.contact-block__content {
        font-size: 14px;
	}
	
	.contact-block__notice {
        padding: 20px 15px;
        margin-bottom: 30px;
        border-radius: 5px;
    }
    
    .contact-block__notice-title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    
    .contact-block__notice-content p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .contact-block__notice.contact-block__notice--schedule .contact-block__notice-content {
        margin-bottom: 15px;
        flex-direction: column;
    }
    
    .contact-block__notice.contact-block__notice--schedule .contact-block__notice-content p:first-child {
        width: 100%;
        padding-right: 0;
        font-size: 24px;
    }
    
    .contact-block__notice.contact-block__notice--schedule .contact-block__notice-content p:nth-child(2) {
        width: 100%;   
    }
	
	.contact-block__row:last-child {
	    margin-bottom: 0;
	}

    .contact-block__info {
        padding: 20px 15px;
        width: 100%;
    }

	.contact-block__address-top {
		font-size: 24px;
		line-height: 1.25;
	}

	.contact-block__address-bottom {
		font-size: 21px;
		line-height: 1.14
	}
	
	.contact-block__phone a {
	    font-size: 24px;
	}

	.contact-block__schedule-title {
		font-size: 24px;
	}

	.contact-block__schedule-content {
		font-size: 18px;
		line-height: 1.33;
	}
	
	.contact-block__map {
	    width: 100%;
	    padding: 20px 15px;
	    height: 250px;
	}

	.footer {
		padding: 20px 0;
	}

	.footer__row {
		flex-direction: column;
		align-items: start;
	}

	.footer__logo {
		width: 98px;
		height: 70px;
	}

	.footer__content {
		margin-top: 15px;
		padding-bottom: 0;
		text-align: left;
	}

	.footer__jurist p {
		font-size: 10px;
		margin-bottom: 3px;
	}

	.footer__copyright {
		margin-top: 15px;
		font-size: 16px;
	}
}