@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body {
	color: #000;
	font-weight: 500;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #000;
	transition-duration: 0.2s;
	text-decoration: none !important;
}
a:hover {
	color: #4cab57;
}
img {
	max-width: 100%;
}
input,
button {
	border: none;
	outline: none !important;
	font-family: 'Montserrat', sans-serif;
}
button {
    cursor: pointer;
    background: transparent;
}
.header {
	color: #fff;
	height: 64px;
	padding: 0 30px;
    margin-bottom: 42px;
	background-color: #4cab57;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.header .buttons {
	display: flex;
	width: 87px;
	position: relative;
	justify-content: flex-end;
}
.header a {
	color: #fff;
	font-weight: 600;
}
.header a img {
    margin-right: 10px;
}
.header .small-size {
	font-size: 13px;
}
.header .navbar-brand {
    margin: 0;
    padding: 0;
	font-size: 32px;
	font-weight: 700;
}
.header .search-btn {
    margin-right: 22px;
    width: 30px;
}
.header span img {
	width: 100%;
}
.header .menu,
.header .search-btn {
	cursor: pointer;
}
.header .menu {
	width: 35px;
	background-image: url('/resources/site/img/layout/menu.svg');
	background-size: 23px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.header .dropdown-toggle:after {
	content: none;
}
.header .toggle {
    display: flex;
    align-items: center;
}
.header .toggle a:not(.active) {
	opacity: 0.7;
	font-weight: 500;
}
.header .toggle .trigger {
    width: 26px;
    height: 12px;
    background: #fff;
    border-radius: 25px;
    margin: 0 9px;
    position: relative;
}
.header .toggle .trigger:before {
	content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #4cab57;
    border-radius: 100%;
    top: 2px;
    position: absolute;
    left: 3px;
}
.blue-theme .header .toggle .trigger:before {
    background-color: #2877b4;
    right: 3px;
    left: unset;
}
.blue-theme .row-19 .thumbnail .social {
    background-color: #2877b4;
}
#search-wrap {
	width: 30px;
    height: 26px;
    transition-duration: 0.2s;
    background-image: url(/resources/site/img/layout/search.svg);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    background-size: 18px;
    margin-right: 22px;
    position: absolute;
    left: 0;
}
#search-wrap.active {
    background-image: none;
    width: 640px;
    left: unset;
    right: 40px;
}
#search-wrap.active .field {
	opacity: 1;
	visibility: visible;
}
#search-wrap.active .submit {
	opacity: 1;
	visibility: visible;
    background-color: transparent;
    width: 30px;
    height: 26px;
}
#search-wrap .field {
	width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    height: 100%;
}
#search-wrap input {
	opacity: 0;
    visibility: hidden;
}
#search-wrap .submit {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/resources/site/img/layout/black-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.wrap {
    margin: auto;
    width: 1670px;
    max-width: 100%;
    padding: 0 15px;
}
.row-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 4.8px;
	text-transform: uppercase;
}
.row-1 {
    margin-bottom: 80px;
    justify-content: space-between;
}
.row-1 .col-3 .tab-content,
.row-1 .col-3 .tab-pane {
    height: 100%;
}
.row-1 .col-3 .specialists .desc {
    background-color: #526988;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: none;
    padding: 54px 35px;
}
.row-1 .col-title {
	width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.row-1 .large-item {
	margin-right: 25px;
}
.row-1 .large-item img {
    margin-bottom: 40px;
}
.row-1 .large-item .item-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
}
.row-1 .large-item .date {
    margin-bottom: 8px;
}
.row-1 .col-4 .col-6:nth-child(2) {
	padding-left: 0;
}
.row-1 .col-4 .col-6:nth-child(3) {
	padding-right: 0;
}
.row-1 .col-6 .date {
	font-size: 13px;
    margin-bottom: 9px;
}
.row-1 .col-6 .item-title {
	font-weight: 600;
    line-height: 22px;
}
.row-1 .col-6 .item {
	margin-bottom: 48px;
}
.row-1 .col-3 ul {
    margin-bottom: 30px;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.row-1 .col-3 ul,
.row-1 .col-3 ul a {
    border: none;
}
.row-1 .col-3 ul a {
	font-size: 18px;
	padding: 0 0 4px 0;
	display: block;
}
.row-1 .col-3 ul .active {
	color: #000;
	font-weight: 600;
    border-bottom: 4px solid #000;
}
.row-1 .col-3 ul a:not(.active) {
	color: #afafaf;
}
.row-1 .col-3 ul li:first-child {
    margin-right: 40px;
}
.row-1 .col-3 .navigator {
    color: #fff;
    height: calc(100% - 64px);
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    align-items: flex-end;
    letter-spacing: 4.8px;
    background-size: cover;
    text-transform: uppercase;
    padding: 0 10px 50px 20px;
    background-repeat: no-repeat;
}
.row-2 {
    margin-bottom: 70px;
    align-items: stretch;
}
.row-2 .item {
	color: #fff;
    padding: 40px;
    display: flex;
	border-radius: 3px;
    flex-direction: column;
	background-color: #4cab57;
	position: relative;
    overflow: hidden;
    height: 100%;
}
.row-2 .item:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2877b4;
    left: 0;
    top: 100%;
    transition-duration: 0.3s;
}
.row-2 .item:hover:before {
	top: 0;
}
.row-2 .item .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
    margin-bottom: 19px;
    position: relative;
}
.row-2 .item .col-9 {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
    padding-left: 0;
}
.row-2 .item .col-3 {
	text-align: right;
	padding: 0;
}
.row-2 .item .row {
	margin: 0;
}
.row-3 {
    padding-top: 90px;
	position: relative;
    margin-bottom: 60px;
}
.row-3:before {
    top: 0;
	content: '';
    width: 100%;
    height: 83%;
    display: block;
    position: absolute;
	background-color: #f2f2f2;
}
.row-1 .col-3 .specialists {
    align-items: end;
    flex-direction: column;
    padding: 0;
    color: #fff;
}
.row-3 .col-3 .title,
.row-3 .col-4 .title {
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 16px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.row-3 .col-3.title-item .title {
	font-size: 24px;
}
.title-item .row-title {
	margin-bottom: 30px;
}
.title-item {
	position: relative;
}
.title-item p {
	line-height: 26px;
}
.title-item:after {
	content: '';
	width: 65px;
	height: 9px;
	display: block;
	margin-top: 16px;
	background-color: #afafaf;
}
.row-3 .col-3 {
	margin-bottom: 40px;
	height: 190px;
}
.row-3 .navigator {
    height: 100%;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 3.4px;
    background-size: cover;
    text-transform: uppercase;
    background-repeat: no-repeat;
}
.row-3 a {
	color: #fff;
    height: 100%;
    display: flex;
    padding: 25px 20px;
    flex-direction: column;
}
.row-3 .blue-1 a {
	background-color: #00517a;
}
.row-3 .blue-2 a {
	background-color: #007ac8;
}
.row-3 .blue-3 a {
	background-color: #0078e6;
}
.row-3 .blue-4 a {
	background-color: #25d2e8;
}
.row-3 .blue-5 a {
	background-color: #154476;
}
.row-3 .gradient a {
	background-image: linear-gradient(to right, #5dc32e 0%, #2877b5 100%);
}
.row-3 .orange a {
	background-color: #f88400;
}
.row-3 .orange-2 a {
	background-color: #f87200;
}
.row-3 .purple a {
	background-color: #6b48c9;
}
.row-3 .green a {
	background-color: #74c948;
}
.row-3 .green-2 a {
	background-color: #2ebf2d;
}
.row-3 .green-3 a {
	background-color: #399133;
}
.row-3 .col-9 {
    margin: 0;
    padding: 0;
}
.row-4 {
    margin-bottom: 60px;
}
.row-4 .item-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}
.row-4 .tag {
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
}
.row-4 .row .col-3 {
	height: 111px;
    padding-right: 30px;
	margin-bottom: 40px;
}
.row-4 .row .col-3 a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row-5 {
	margin-bottom: 100px;
}
.row-5 .col-3:not(.title-item) {
	height: 380px;
}
.row-5 .col-3 a {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.row-5 .col-3.purple a {
    background-color: #2a1b5f;
    justify-content: space-between;
}
.row-5 .col-3.purple a p {
    display: flex;
    align-items: center;
    height: calc(100% - 95px);
}
.row-5 .col-3 a p {
    z-index: 1;
	padding: 44px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	position: relative;
}
.row-5 .col-3 a {
	position: relative;
    justify-content: center;
}
.row-5 .col-3.green a:before,
.row-5 .col-3.blue a:before {
	background-size: cover;
    background-repeat: no-repeat;
}
.row-5 .col-3.green a:before {
	background-image: url('/resources/site/img/layout/conference.jpg');
}
.row-5 .col-3.green a:after {
	opacity: 0.9;
	background-color: #58bd38;
}
.row-5 .col-3.green a:before,
.row-5 .col-3.green a:after,
.row-5 .col-3.blue a:before,
.row-5 .col-3.blue a:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.row-5 .col-3.blue a:before {
	background-image: url('/resources/site/img/layout/healthy_lifestyle.jpg');
}
.row-5 .col-3.blue a:after {
	opacity: 0.8;
	background-color: #2877b4;
}
.row-6 {
	margin-bottom: 100px;
    /*flex-direction: column;*/
}
.search input {
    width: 75%;
    height: 78px;
	font-size: 24px;
	padding: 0 0 0 40px;
}
.search input::-webkit-input-placeholder,
#search-wrap .field::-webkit-input-placeholder,
.appointment .make-appointment .number::-webkit-input-placeholder {
	color: #000;
}
.search input::-moz-placeholder,
#search-wrap .field::-moz-placeholder,
.appointment .make-appointment .number::-moz-placeholder {
	color: #000;
}
.search input:-ms-input-placeholder,
#search-wrap .field:-ms-input-placeholder,
.appointment .make-appointment .number:-ms-input-placeholder {
	color: #000;
}
.search input:-moz-placeholder,
#search-wrap .field:-moz-placeholder,
.appointment .make-appointment .number:-moz-placeholder {
	color: #000;
}
.appointment .make-appointment .date::-webkit-input-placeholder {
	color: #afafaf;
}
.appointment .make-appointment .date::-moz-placeholder {
	color: #afafaf;
}
.appointment .make-appointment .date:-ms-input-placeholder {
	color: #afafaf;
}
.appointment .make-appointment .date:-moz-placeholder {
	color: #afafaf;
}
.specialists-list .row-3 {
    padding-top: 0;
}
.specialists-list-1 .row-6 {
	margin-bottom: 0;
}
.search {
    height: 80px;
    display: flex;
    padding: 0 40px 0 0;
    align-items: center;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    justify-content: space-between;
}
.search button {
    margin-left: 22px;
}
.search span {
	color: #afafaf;
	font-size: 18px;
}
.row-6 .doctors .item img {
	margin-bottom: 23px;
}
.row-6 .doctors:not(.owl-carousel) {
    display: flex;
    flex-wrap: wrap;
}
.row-6 .doctors:not(.owl-carousel) .item {
	margin-bottom: 80px;
	width: 100%;
}
.row-6 .doctors .item .item-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 14px;
}
.row-6 .doctors .item p {
	font-weight: 300;
	line-height: 22px;
}
.row-6 .row-title {
    margin-bottom: 24px;
}
.row-7 {
	margin-bottom: 90px;
}
.row-7 .row .col-3 {
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
}
.row-7 .row a {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}
.row-7 .row p {
	font-size: 13px;
	margin-top: 20px;
	line-height: 14px;
	position: relative;
}
.row-7 .row p:before {
	content: '';
	height: 1px;
	width: 240px;
	display: block;
	max-width: 100%;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.row-7 .title-item .row-title {
    line-height: 34px;
}
.row-8 {
	margin-bottom: 100px;
}
.row-8 .row-title {
    margin-bottom: 64px;
}
.row-8 .img-wrap {
    display: flex;
	min-height: 150px;
    margin-bottom: 44px;
}
.row-8 .img-wrap img {
	margin: auto;
}
.row-8 .item-title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}
.row-8 p {
	font-size: 15px;
	line-height: 21px;
}
.row-8 .owl-nav button {
    top: 75px;
    position: absolute;
    transform: translateY(-50%);
}
.row-8 .owl-nav .owl-prev {
	left: -55px;
}
.row-8 .owl-nav .owl-next {
	right: -55px;
}
.row-9 .news {
	width: 100%;
	background-color: #f3f5f7;
	padding: 50px 0;
}
.row-9 .row-title {
	margin-bottom: 30px;
}
.row-11 .item-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 30px;
}
.row-11 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	border-top: 1px solid #f2f2f2;
	padding-top: 10px;
}
.row-11 ul li {
	display: flex;
    align-items: center;
}
.row-11 ul li:before {
	content: '';
	width: 14px;
	height: 14px;
	background-color: #d8d8d8;
	display: block;
	border-radius: 100%;
	margin-right: 17px;
}
.row-10 ul {
	list-style-type: none;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 42px;
    margin: 0;
}
.row-12 .item img {
	width: 100%;
}
.row-12 .item .num {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.row-12 .item .title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2.6px;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.row-12 .item .count {
	font-size: 13px;
	line-height: 14px;
}
.row-12 .item .count span {
	font-weight: 600;
}
.row-12 .item .item-img {
    max-height: 213px;
}
.row-12 .item .item-content {
	height: 168px;
	background: linear-gradient(180deg, #5dc32e 0%, #2877b5 100%);
	color: #fff;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 14px;
}
.row-12 .item .item-content .stats {
    position: absolute;
    top: 11px;
}
.row-13 {
    margin-top: 100px;
    margin-bottom: 65px;
}
.row-13 .item {
	margin-bottom: 25px;
}
.row-13 .item a {
    display: flex;
    padding: 24px 42px;
    background-color: #fcfcfc;
    color: #000;
    justify-content: space-between;
    transition-duration: 0.2s;
    position: relative;
}
.row-13 .item a:hover {
	box-shadow: 0 50px 69px #becbd9;
	background-color: #ffffff;
}
.row-13 .item .item-title {
    max-width: 86%;
    font-weight: 600;
    line-height: 26px;
}
.row-14 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.row-14 ul li {
	margin-bottom: 10px;
}
.row-15 {
    flex-direction: row-reverse;
}
.row-15 .vacancies .item {
	background-color: #fcfcfc;
	margin-bottom: 26px;
	transition-duration: 0.2s;
	position: relative;
}
.row-15 .vacancies .item:hover {
	box-shadow: 0 50px 69px #becbd9;
}
.row-15 .vacancies .item a {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000;
    padding: 23px 20px 40px 42px;
}
.row-15 .vacancies .item .description {
	line-height: 22px;
}
.row-15 .banner {
	border-radius: 3px;
	background-color: #f2f2f2;
	padding: 40px 40px 60px;
}
.row-15 .banner .col-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4.8px;
	line-height: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.row-15 .request {
	margin-bottom: 40px;
}
.row-15 .request form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-15 .request form input:not(.submit) {
	width: 100%;
	margin-bottom: 30px;
	height: 80px;
	border: 1px solid #eaeaea;
	padding: 0 42px;
	font-size: 24px;
}
.row-15 .request form input:not(.submit)::-webkit-input-placeholder {
	color: #000;
}
.row-15 .request form input:not(.submit)::-moz-placeholder {
	color: #000;
}
.row-15 .request form input:not(.submit):-ms-input-placeholder {
	color: #000;
}
.row-15 .request form input:not(.submit):-moz-placeholder {
	color: #000;
}
.row-15 .request form .submit,
.big-btn {
	width: 463px;
	transition-duration: 0.2s;
	height: 80px;
	border-radius: 3px;
	background-color: #2877b4;
	max-width: 100%;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
..big-btn a {
	color: #fff;
}
.row-15 .request form .submit:hover,
.big-btn:hover {
	box-shadow: 0 50px 69px #becbd9;
}
.row-15 .information p {
	line-height: 22px;
	width: 660px;
	max-width: 100%;
	margin: 0;
}
.row-15 .information .phone {
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 45px;
}
.row-15 .information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.row-15 .information .link {
	text-decoration: underline !important;
}
.row-15 .information .third {
	margin-top: 45px;
}
.row-15 .vacancies .item ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 13px;
	line-height: 30px;
	border-top: 1px solid #f2f2f2;
	padding-top: 10px;
	margin-top: 20px;
}
.row-15 .vacancies .item ul li {
	position: relative;
    display: flex;
    align-items: center;
}
.row-15 .vacancies .item ul li:before {
	content: '';
	width: 14px;
	height: 14px;
	background-color: #d8d8d8;
	display: block;
	border-radius: 100%;
	margin-right: 17px;
}
.row-15 .vacancies .item .item-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 12px;
}
.row-15 .vacancies .item .salary {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 18px;
}
.row-16 .title-item .title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4.8px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.row-16 .item {
	background-color: #fcfcfc;
	padding: 23px 20px 23px 42px;
	margin-bottom: 25px;
	transition-duration: 0.2s;
	position: relative;
}
.row-16 .item a {
	color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.row-16 .item .item-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 16px;
}
.row-16 .item p {
	line-height: 22px;
}
.row-16 .row {
	margin-bottom: 75px;
}
.row-16 .item .notice {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
	font-size: 13px;
	line-height: 30px;
}
.row-16 .item .notice img {
	margin-right: 12px;
}
.row-16 .item:hover {
	box-shadow: 0 50px 69px #becbd9;
}
.row-17 {
    justify-content: space-between;	
}
.row-17 .col-6 {
    padding: 40px 40px 60px;
    border-radius: 3px;
	background-color: #fcfcfc;
    width: calc(50% - 20px);
	flex: 0 0 calc(50% - 20px);
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.row-17 .big-btn {
    display: block;
    margin: 0 auto;
}
.row-17 .subtitle {
    max-width: 85%;
}
.row-17 .row-title {
	margin-bottom: 35px;
}
.row-18 {
	margin-top: 55px;
	margin-bottom: 60px;
}
.row-18 .col-6 {
    line-height: 26px;
    padding: 35px 40px;
}
.row-18 .col-6:first-child {
	background-color: #fcfcfc;
	border-radius: 3px;
}
.row-18 .col-6 a {
	text-decoration: underline !important;
	color: #000;
}
.row-19 .first .thumbnail {
    height: 67vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}
.row-19 {
    align-items: baseline;
    justify-content: flex-end;
}
.row-19 .col-1 {
    flex-direction: column;
    display: flex;
    align-items: center;
}
.row-19 .col-1 a {
	margin-bottom: 70px;
}
.row-19 .title-item.fixed,
.row-19 .col-1.fixed {
    position: sticky;
    position: -webkit-sticky;
    top: 100px !important;
}
.row-19 .thumbnail {
	position: relative;
	overflow: hidden;
}
.row-19 .thumbnail .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
    transform: scale(1.2);
}
.row-19 .title-item:after {
	content: none;
}
.row-19 .title-item p {
	position: relative;
	margin-bottom: 54px;
}
.row-19 .title-item p:after {
    content: '';
    width: 65px;
    height: 9px;
    display: block;
    margin-top: 16px;
    background-color: #afafaf;
}
.row-19 .item .date {
	margin-bottom: 10px;
}
.row-19 .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 65px;
}
.row-19 .item.without-pic a {
    flex-direction: column;
}
.row-19 .item.without-pic .col-9 {
    margin: 0;
    max-width: 100%;
}
.row-19 #load-more {
	width: 463px;
}
.row-19 .item .col-9 {
    margin-top: 34px;
}
.row-19 .item .col-9 .title {
	font-size: 24px;
	font-weight: 600;
    margin-bottom: 20px;
}
.row-19 .item .col-9 p {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}
.row-19 .first .date {
	margin-bottom: 10px;
}
.row-19 .first h1 {
	line-height: 48px;
}
.row-19 .notice {
	padding: 40px;
	border-radius: 3px;
	background-color: #fcfcfc;
	margin-bottom: 40px;
}
.row-19 .notice p {
	margin: 0;
	font-size: 24px;
	line-height: 36px;
}
.row-19 .notice .title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
.row-19 .content {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
}
.row-19 .thumbnail .social {
    width: 100px;
    height: 100%;
    float: right;
    background-color: #4cab57;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.row-19 .thumbnail .social a:not(:last-child) {
	margin-bottom: 70px;
}
.row-19 .content p {
	margin-bottom: 20px;
}
.row-20 {
    flex-direction: row-reverse;
    margin-bottom: 80px;
}
.row-20 .subtitle {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
.row-20 .quote {
    margin: 80px 40px;
    color: #707070;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 4.8px;
    line-height: 42px;
    text-transform: uppercase;
}
.row-22 .item {
	border-radius: 3px;
	background-color: #4cab57;
	color: #fff;
	height: 190px;
	padding: 40px 30px 40px 40px;
}
.row-22 .item .col-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}
.row-22 .item a {
	color: #fff;
	text-decoration: underline !important;
}
.row-22 .item .col,
.row-22 .item a {
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
}
.row-22 .item .col:last-child {
    display: flex;
    justify-content: flex-end;
}
.row-23 .list-item {
    background-color: #fcfcfc;
    margin-bottom: 25px;
}
.row-23 .list-item .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	position: relative;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    padding: 40px;
}
.row-23 .list-item .title.active:before {
	transform: rotate(180deg);
}
.row-23 .list-item .title:before {
	content: '';
	transition-duration: .2s;
	margin-right: 40px;
	background-image: url('/resources/site/img/layout/list-arrow.svg');
	width: 34px;
	height: 18px;
	display: block;
}
.row-23 .list-item .content {
    padding: 0 40px 24px;
    display: none;
}
.row-24 .col-9 .date {
	font-size: 13px;
	font-weight: 500;
	line-height: 14px;
	margin-bottom: 11px;
}
.row-24 .col-9 .title {
	font-weight: 600;
	line-height: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
}
.row-25 .col-3 {
    margin-top: 140px;
}
.row-25 .col-3 .row-title {
	margin-bottom: 40px;
}
.row-25 .col-3 .item-title {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 17px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.row-25 .col-3 .item {
	margin-bottom: 32px;
}
.row-25 .col-3 li {
    position: relative;
    display: flex;
    align-items: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
}
.row-25 .event-header {
    border-radius: 3px;
    background-color: #fcfcfc;
    padding: 40px 40px 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
.row-25 .content {
	margin: 40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 80px;
}
.row-25 .documents .row-title {
    margin-left: 40px;
}
.row-25 .documents .row-13 {
	margin-top: 40px;
}
.row-25 .social {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.row-25 .social a {
	margin-bottom: 70px;
}
.row-25 .col-3 li:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #d8d8d8;
    display: block;
    border-radius: 100%;
    margin-right: 17px;
}
.row-25 .col-3 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.event #content > .wrap:nth-child(2) {
    margin-top: 65px;
}
.event .subtitle {
	margin-bottom: 11px;
}
.mrgn-btm-2 {
	margin-bottom: 80px;
}
.doctor .row-title,
.doctor-2 .row-title {
	margin-bottom: 40px;
}
.doctor-2 .col-3 .row-title,
.doctor-2 .col-3 .title {
	margin-bottom: 30px;
}
.doctor-2 .row-20 .subtitle {
	margin-bottom: 80px;
}
.doctor-2 .education {
    padding-right: 10px;
}
.navigation .row.col-12 {
    display: flex;
    justify-content: space-between;
    padding-right: 115px;
    margin-bottom: 40px;
}
.navigation .breadcrumbs {
	font-size: 13px;
	letter-spacing: 1.3px;
	line-height: 12px;
}
.navigation .breadcrumbs a {
	color: #afafaf;
	position: relative;
}
.navigation .breadcrumbs a:hover,
.navigation .links-wrap a:hover {
    color: #4cab57;
}
.navigation ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: flex-end;
}
.navigation .links-wrap li:first-child {
	margin-right: 40px;
}
.navigation .links-wrap a {
	font-size: 18px;
	color: #afafaf;
}
.navigation .links-wrap a.active {
	color: #000000;
	border-bottom: 4px solid #000;
    padding-bottom: 5px;
}
.navigation .breadcrumbs a:after {
	content: '';
    width: 1px;
    height: 15px;
    border-right: 1px solid #afafaf;
    margin: 0 18px;
}
.navigation .breadcrumbs span {
	color: #ff3333;
}
h1 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 6.4px;
	line-height: 30px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.subtitle {
	line-height: 22px;
	width: 800px;
	max-width: 100%;
    margin-bottom: 40px;
}
.row-10,
.blue-theme .row-2,
.row-11,
.row-12,
.row-14,
.row-15,
.mrgn-btm {
	margin-bottom: 100px;
}
footer {
    color: #fff;
    padding: 60px 0 30px;
    background-color: #2877b4;
}
footer a,
footer a:hover {
	color: #fff;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer .logo-dzm {
	display: flex;
    flex-direction: column;
}
footer .logo-dzm a {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: -0.57px;
}
footer .logo-dzm span {
	font-size: 12px;
	line-height: 18px;
}
footer .companies {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
footer .companies img:first-child {
	margin-bottom: 30px;
}
footer .col-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .col-12,
footer .col-3 > a {
	font-size: 12px;
	line-height: 18px;
}
footer .col-12 {
    margin-top: 35px;
    align-items: center;
}
footer .social {
    display: flex;
	padding-right: 0;
	text-align: right;
    justify-content: flex-end;
}
footer .social a:not(:last-child) {
    margin-right: 25px;
}
footer .col-title {
	font-weight: 700;
	margin-bottom: 30px;
}
footer .col-title:not(:first-child) {
	margin-top: 50px;
}
footer ul a {
	font-size: 12px;
	font-weight: 600;
}
footer ul li {
	margin-bottom: 6px;
}
#modal-menu .modal-content {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(180deg, #5dc32e 0%, #2877b5 100%);
    border: none;
    border-radius: 0;
    padding: 89px 118px;
}
#modal-menu a {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
#modal-menu nav > ul > li {
	margin-bottom: 30px;
}
#modal-menu nav > ul > li:first-child > a {
	font-weight: 700;
}
#modal-menu .sub-menu {
	padding-left: 30px;
    margin-top: 10px;
}
#modal-menu .sub-menu a {
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 40px;
}
#modal-menu .modal-dialog {
    width: 520px;
    max-width: 100%;
}
#modal-menu ul {
	list-style-type: none;
	padding: 0;
}
#modal-error .modal-content {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 0;
    padding: 89px 80px;
    background-color: #f2f2f2;
}
#modal-error .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#modal-error p {
    line-height: 22px;
}
#modal-error a {
	text-decoration: underline !important;
}
#modal-error textarea {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid rgb(234, 234, 234);
    padding: 10px 0px 0px 15px;
    font-size: 16px;
    margin-top: 20px;
    height: 150px;
}
#modal-error .submit {
    width: 100%;
    transition-duration: 0.2s;
    height: 80px;
    border-radius: 3px;
    background-color: #2877b4;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
#modal-error .submit:hover {
    box-shadow: 0 50px 69px #becbd9;
}
.modal .close {
    opacity: 1;
    position: absolute;
    padding: 8px;
    line-height: 0;
    right: 22px;
    top: 19px;
}
.blue-theme .header {
	background-color: #2877b4;
}
.blue-theme .header .visually-impaired,
.blue-theme .header .find-clinic {
	display: none;
	position: absolute;
}
.blue-theme .row-3 .col-4 {
	margin-bottom: 37px;
	min-height: 190px;
}
.blue-theme .row-3:before,
.appointment .row-3:before,
.examination .row-3:before,
.doctor .row-3:before,
.doctor-2 .row-3:before {
	content: none;
}
.appointment.blue-theme .subtitle {
	margin-bottom: 60px;
}
.blue-theme .row-10 .col-9,
.blue-theme .row-11 .col-9 {
    padding: 0;
    margin: 0;
}
.blue-theme .row-3 {
	padding-top: 0;
}
.appointment .row-14 ul li {
	margin-bottom: 20px;
}
.appointment .navigation .row.col-12 {
	padding-right: 0;
}
.return {
	font-weight: 600;
	line-height: 12px;
}
.appointment .make-appointment {
	margin-bottom: 40px;
	height: 80px;
    border: 1px solid #2877b4;
    display: flex;
    align-items: center;
    border-radius: 0 3px 3px 0;
    justify-content: space-between;
}
.appointment .make-appointment input::-webkit-inner-spin-button,
.appointment .make-appointment input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.appointment .make-appointment .submit {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    background-image: linear-gradient(270deg, #2877b4 0%, #4cab57 100%);
    width: 366px;
}
.appointment .make-appointment .date {
	width: 144px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}
.appointment .make-appointment input {
	height: 100%;
}
.appointment .make-appointment .number {
	font-size: 24px;
	font-weight: 500;
	padding-left: 40px;
    flex-grow: 1;
}
.examination .col-12 .subtitle {
	margin-bottom: 20px;
}
.examination .row-14 {
	margin-bottom: 40px;
}
.age {
    color: #4cab57;
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 12.8px;
    cursor: grab;
    margin-top: 30px;
    padding-left: 70px;
    margin-bottom: 60px;
}
.age:before {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    left: 0;
}
.age:after {
	background-image: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	right: 0;
}
.age:before,
.age:after {
	content: '';
    display: block;
    position: absolute;
    width: 26vw;
    height: 100px;
    z-index: 1;
    top: 0;
}
.age .item {
	transition-duration: 0.2s;
}
.age .item:hover {
	color: #2877b4;
}
#content {
    padding-top: 106px;
}
#load-more {
    width: 300px;
    transition-duration: 0.2s;
    height: 80px;
    border-radius: 3px;
    background-color: #2877b4;
    max-width: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 50px auto 100px;
}
#load-more:hover {
    box-shadow: 0 50px 69px #becbd9;
}

.feed {

}
.feed .feed_section:nth-child(even) {
	background: #f6f6f8;
}
.feed .feed_section:nth-child(even) .feed_category:before {
	color: #fff;
}
.feed .feed_category {
	padding: 50px 0 0 0;
	position: relative;
	overflow: hidden;
}
.feed .feed_category:before {
    content: attr(data-title);
    font-size: 300px;
    font-weight: 600;
    line-height: 210px;
    color: #f6f6f8;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    text-transform: uppercase;
}
.feed .widget {
	padding-bottom: 40px;
}
.feed .feed_category .widget:last-child {
	padding-bottom: 50px;	
}
.feed .widget__title-block {
	padding-right: 100px;
	position: relative;
}
.feed .widget__title-block.is_national_project:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 78px;
	background: url(/resources/site/img/national_project_logo.png) no-repeat;
	display: block;
	background-size: contain;
    top: 0;
    right: 0;
    z-index: 0;
}
.feed .widget__title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.feed .widget__title.main_title {
	font-size: 36px;
}
.feed .widget__p {
	color: #333;
}
.feed .widget_elem_item {
	margin-bottom: 30px;
}
.feed .landings .widget_elem_item.is_national_project .landing_link {
	position: relative;
	display: inline-block;
}
.feed .landings .widget_elem_item.is_national_project .landing_link:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 78px;
	background: url(/resources/site/img/national_project_logo.png) no-repeat;
	display: block;
	background-size: contain;
    top: -18px;
    right: -18px;
}
.feed .news__item .date {
	color: #333;
	font-size: 13px;
    line-height: 30px;
    font-weight: 400;
}
.feed .news__item .item-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding-right: 45px;
}

@media (max-width: 1800px) {
	.row-8 .owl-nav .owl-next {
	    right: -10px;
	}
	.row-8 .owl-nav .owl-prev {
	    left: -10px;
	}
}
@media (min-width: 1700px) {
	.row-3 .col-12 {
	    padding: 0;
	    margin: 0;
	}
}
@media (max-width: 1670px) {
	.row-1 .col-3 .navigator {
	    letter-spacing: 0;
	}
    .row.col-12 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .row-3 .col-3 .title,
    .row-3 .col-4 .title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .row-4 .item-title {
        font-size: 16px;
    }
}
@media (max-width: 1600px) {
	.row-17 .row-title {
		letter-spacing: 0;
	}
}
@media (max-width: 1550px) {
    .row-5 .col-3 a p {
        padding: 30px;
    }
    .row-6 .doctors .item .item-title {
        font-size: 18px;
        line-height: 1.4;
    }
    .row-3 a p {
        font-size: 14px;
    }
    .search input {
        width: 70%;
    }
    .row-8 .owl-carousel {
        padding: 0 30px;
    }
    .appointment .make-appointment .number,
    .appointment .make-appointment .date {
	    font-size: 16px;
    }
    .appointment .make-appointment .date {
    	width: 124px;
    }
}
@media (max-width: 1500px) {
	.row-16 .col-3,
	.row-16 .col-9,
	.row-23 .col-9,
	.row-24 .col-9 {
		max-width: 100%;
		flex: 100%;
	}
	.row-16 .col-3 {
	    margin-bottom: 30px;
	}
	.row-22 .col-3.title-item,
	.row-23 .col-3.title-item,
	.row-24 .col-3.title-item {
	    max-width: 100%;
	    flex: 100%;
	    margin-bottom: 30px;
	}
	.row-22 .col-3:not(.title-item) {
	    max-width: 33%;
    	flex: 33%;
	}
}
@media (max-width: 1420px) {
    .row-1 .col-3 .navigator {
        font-size: 18px;
        line-height: 1.8;
    }
    .row-1 .col-4 {
    	width: 100%;
    }
    /*.row-1 .col-4 .col-6:nth-child(2) {
        display: none;
    }*/
    .row-1 .col-4 .col-6 {
        padding: 0;
        flex: 100%;
        max-width: 100%;
    }
    .row-1 .col-4 .col-6:nth-child(3) .item:nth-child(2),
    .row-1 .col-4 .col-6:nth-child(3) .item:nth-child(3) {
    	display: none;
    }
    .row-2 .item .title {
        font-size: 17px;
    }
    .row-2 .item {
        padding: 25px;
    }
    .row-4 .row .col-3 {
        padding-right: 15px;
    }
    .row-5 .col-3 a p {
        font-size: 16px;
    }
    .row-4 .row .col-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .row-4 .row .col-3:nth-child(4n + 4) {
        display: none;
    }
    .blue-theme .row-10 .col-9,
    .blue-theme .row-11 .col-9 {
    	max-width: 100%;
    	flex: 100%;
	    margin-top: 30px;
    }
    .blue-theme .row-10 .col-3,
    .blue-theme .row-11 .col-3 {
    	max-width: 100%;
    	flex: 100%;
    }
    .blue-theme .row-11 .col-4 {
        display: flex;
	    flex-direction: column;
	    justify-content: space-between;
    }
    .blue-theme .row-11 {
    	margin-bottom: 50px;
    }
    .row-19 .item {
	    padding-bottom: 20px;
	    margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
	.row-6 .doctors:not(.owl-carousel) .item {
        width: 30%;
		margin-right: 5%;
	}
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(3n + 3) {
		margin-right: 0;
	}
}
@media (min-width: 1024px) {
	.row-6 .doctors:not(.owl-carousel) .item {
        width: 22%;
        margin-right: 4%;
	}
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(3n + 3) {
		margin-right: 4%;
	}
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(4n + 4) {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	.row-6 .doctors:not(.owl-carousel) .item {
	    width: 17%;
        margin-right: 3.75%;
	}
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(3n + 3),
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(4n + 4) {
		margin-right: 3.75%;
	}
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(5n + 5) {
		margin-right: 0;
	}
}
@media (min-width: 1400px) {
	.row-6 .doctors:not(.owl-carousel) .item {
	    width: 15%;
	    margin-right: 2%;
	}
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(3n + 3),
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(4n + 4),
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(5n + 5) {
		margin-right: 2%;
	}
	.row-6 .doctors:not(.owl-carousel) .item:nth-child(6n + 6) {
		margin-right: 0;
	}
}
@media (max-width: 1360px) {
	.row-1 .col-3 ul li:first-child {
		margin-right: 20px;
	}
	.row-5 .col-3:last-child {
		display: none;
	}
	.row-5 .col-3:not(.title-item) {
		max-width: 37.5%;
		flex: 0 0 37.5%;
	}
}
@media (max-width: 1300px) {
	footer .col-2,
	footer .col-1 {
		display: none;
	}
	footer .logo,
	footer .companies {
	    margin-bottom: 40px;
	}
	.row-3 .navigator {
	    letter-spacing: 0;
    	font-size: 15px;
	}
	.row-3 .col-3 {
	    max-width: 33%;
    	flex: 0 0 33%;
	}
	.title-item p {
	    font-size: 14px;
    	line-height: 1.5;
	}
	.row-1 {
	    display: inline-block;
	}
	.row-1 > div {
	    float: left;
	    max-width: 50%;
	    flex: 0 0 50%;
	}
	.row-1 .col-4 {
		margin: 0 0 30px 0;
	}
	/*.row-1 .col-4 .col-6 .item:last-child {
		display: none;
	}*/
	.row-1 .col-4 .col-6:nth-child(3) .item:nth-child(2) {
    	display: block;
    }
	.row-1 .col-3 .navigator {
	    padding-bottom: 0;
	    min-height: 120px;
	    align-items: center;
	}
	.row-1 .col-6 .item {
	    margin-bottom: 20px;
	}
	.row-1 .col-3 .specialists img {
		display: none;
	}
	.row-1 .col-3 .specialists {
		padding: 0;
	}
	.blue-theme .row-2 > .col-3 {
		max-width: 50%;
		flex: 0 0 50%;
		margin-bottom: 20px;
	}
	.blue-theme .row-3 .col-9 {
		max-width: 100%;
		flex: 100%;
	}
	.blue-theme .row-3 .title-item {
	    max-width: 100%;
	    flex: 100%;
	    height: auto;
	}
	.blue-theme .row-12 .title-item,
	.row-14 .title-item {
		max-width: 100%;
		flex: 100%;
		margin-bottom: 40px;
	}
	.blue-theme .sites,
	.row-14 .col-9 {
		max-width: 100%;
		flex: 100%;
	}
	.appointment .make-appointment {
	    flex-wrap: wrap;
	    border: none;
	    justify-content: center;
	    height: auto;
	}
	.appointment .make-appointment .number {
	    font-size: 16px;
	    height: 80px;
	    border: 1px solid #2877b4;
	    border-right: none;
	}
	.appointment .make-appointment .date {
	    border-top: 1px solid #2877b4;
    	border-bottom: 1px solid #2877b4;
    	height: 80px;
    	width: 17%;
	}
	.appointment .make-appointment .date:nth-child(4) {
	    border-right: 1px solid #2877b4;
	}
	.appointment .make-appointment .submit {
	    height: 80px;
    	margin-top: 30px;
	}
}
@media (max-width: 1200px) {
	.row-1 .col-3 .navigator {
    	font-size: 14px;
	}
	.header > a:not(.navbar-brand) {
		display: none;
		position: absolute;
	}
	.row-2 > .col-3 {
	    max-width: 50%;
    	flex: 0 0 50%;
    	margin-bottom: 30px;
	}
	.row-2 .item {
	    height: 158px;
	}
	.blue-theme .row-11 .col-4 {
	    max-width: 50%;
	    flex: 0 0 50%;
	    margin-bottom: 50px;
	}
	.search input {
	    width: 60%;
        font-size: 18px;
	}
	.row-14 ul {
	    font-size: 16px;
	}
	.age {
		letter-spacing: 6px;
	}
	.row-6 .doctors:not(.owl-carousel) .item {
	    margin-bottom: 40px;
	}
	.row-20 {
	    flex-direction: column;
	}
	.row-20 .col-6 {
		max-width: 100%;
		flex: 100%;
	}
	.row-20 .col-6:first-child {
	    margin-bottom: 40px;
	}
	.doctor .breadcrumbs {
		display: none;
	}
}
@media (max-width: 1100px) {
	.row-1 .large-item .item-title {
		font-size: 20px;
	}
	.row-1 .col-4 .col-6 .item:nth-child(3),
	.row-22 .item .col:last-child {
		display: none;
	}
	.row-22 .item .col-8 {
		max-width: 100%;
	    flex: 100%;
	}
	.row-3 {
		margin-left: 0;
		margin-right: 0;
	}
	.row-10 ul {
	    font-size: 17px;
	    line-height: 2;
	}
	.row-15 .col-6 {
		max-width: 100%;
		flex: 100%;
	}
	.row-15 .vacancies {
		margin-top: 40px;
	}
	.row-24 .col-9 .col-3 {
		max-width: 33%;
		flex: 33%;
	}
}
@media (min-width: 1024px) {
	.row-19 .title-item:not(.fixed),
	.row-19 .col-1:not(.fixed) {
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-width: 1024px) {
	.row-2 {
	    margin-bottom: 30px;
	}
	.row-3 {
	    padding-top: 50px;
	}
	.row-3 .col-12 {
	    padding: 0;
    	justify-content: space-between;
	}
	.row-4 .title-item,
	.row-5.wrap .col-3 {
	    max-width: 33%;
    	flex: 0 0 33%;
	}
	.row-4 .col-9 {
	    max-width: 67%;
    	flex: 0 0 67%;
	}
	.row-4 .row .col-3:nth-child(3n + 3) {
		display: none;
	}
	.row-4 .row .col-3 {
	    max-width: 50%;
	    flex: 0 0 50%;
	    height: auto;
	}
	.row-7 .title-item .row-title {
	    font-size: 20px;
    	line-height: 1.4;
	}
	.row-13 {
		margin-top: 50px;
	}
	.row-17 .col-6 {
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.row-17 .subtitle {
	    max-width: 100%;
	}
	.appointment .make-appointment .date {
		width: 13%;
	}
	.appointment h1 {
		letter-spacing: 0;
	}
	.row-21 {
	    flex-direction: column;
	}
	.row-21 .col-6 {
		max-width: 100%;
		flex: 100%;
	}
	.row-21 .col-6:first-child {
		margin-bottom: 40px;
	}
	.doctor-2 .breadcrumbs {
		display: none;
	}
	.doctor-2 .return {
	    margin-left: 15px;
	}
}
@media (max-width: 768px) {
	.row-3 .col-3 {
	    max-width: 50%;
    	flex: 0 0 50%;
	}
	.row-5.wrap .title-item,
	.row-4 .title-item,
	.row-7 .title-item,
	.row-7 .col-9,
	.row-14 .col-4 {
	    max-width: 100%;
	    flex: 100%;
	    margin-bottom: 30px;
	}
	.row-5.wrap .col-3:not(.title-item) {
	    max-width: 50%;
    	flex: 0 0 50%;
	}
	.row-4 .col-9 {
		max-width: 100%;
	    flex: 100%;
	}
	.row-4 .item-title {
	    margin-bottom: 15px;
	}
	.search input {
	    width: 80%;
	}
	.row-6,
	.row-14 {
	    margin-bottom: 50px;
	}
	.row-7 {
	    margin-bottom: 20px;
	}
	.row-2 .item {
	    height: 100%;
	}
	.blue-theme .row-10 .col-9 .col-4 {
	    max-width: 50%;
	    flex: 0 0 50%;
	    margin-bottom: 30px;
	}
	.blue-theme .row-10 {
		margin-bottom: 70px;
	}
	.blue-theme .row-11 .col-4 {
		max-width: 100%;
	    flex: 100%;
	    margin-bottom: 40px;
	}
	.blue-theme .row-11 .item-title {
	    margin-bottom: 15px;
	}
	.blue-theme .row-3 .col-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.navigation .row.col-12 {
		padding-right: 0;
	}
	.navigation .breadcrumbs,
	.return {
		margin-top: 7px;
	}
	.search {
		margin-bottom: 60px;
	    position: relative;
	}
	.search span {
	    position: absolute;
	    top: 90px;
	    width: 100%;
	    left: 40px;
	}
	.row-13 .item a {
	    flex-direction: column;
    	align-items: flex-end;
	}
	.row-13 .item .item-title {
	    max-width: 100%;
	}
	.blue-theme .row-3 .col-9 {
		padding: 0;
		margin: 0;
	}
	.blue-theme .row-3.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-15 {
		margin-bottom: 40px;
	}
	.appointment h1 {
		font-size: 30px;
	}
	.appointment .make-appointment .date {
	    width: 11%;
	}
	.row-18 .col-6 {
	    max-width: 100%;
    	flex: 100%;
	}
	.row-18 .col-6:first-child {
		background: transparent;
		padding-bottom: 0;
	}
	.row-19 .first .thumbnail {
	    height: 30vh;
	}
	.row-19 .first h1 {
	    letter-spacing: 0;
	}
	.row-19 {
	    flex-direction: column;
	}
	.row-19 .title-item,
	.row-19 > .content-row {
	    max-width: 100%;
	}
	.row-19 .col-1 {
		display: none;
	}
	.single-news .row-19 {
		margin-bottom: 0;
	}
	h1 {
		letter-spacing: 0;
	}
	.row-20 {
	    margin-bottom: 40px;
	}
	.row-22 .item {
	    padding: 20px;
    	height: 175px;
	}
	.row-25 .col-3 {
	    max-width: 100%;
	    flex: 100%;
	    margin-top: 30px;
	}
	.row-25 .col-8 {
	    max-width: 85%;
    	flex: 85%;
	}
	.row-25 .col-1 {
	    max-width: 15%;
    	flex: 15%;
	}
	.row-25 .documents .item-title {
	    width: 100%;
	}
	.row-25 .col-1 {
		display: none;
	}
	.row-25 .col-8 {
	    max-width: 100%;
	    flex: 100%;
	}
	.row-25 .event-header {
	    padding: 15px;
	    font-size: 18px;
	    line-height: 1.4;
	}
	.row-25 .content {
	    margin: 40px 0 60px;
	    font-size: 16px;
	    line-height: 1.4;
	}
	.row-25 .documents .row-title {
	    margin-left: 0;
	}
	.row-25 .documents .row-13 {
    	margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.row-1 > div,
	.row-3 .col-3,
	footer .col-3,
	.row-2 > .col-3,
	.row-4 .row .col-3,
	footer .col-12 .col-6,
	.row-24 .col-9 .col-3,
	.blue-theme .row-3 .col-4,
	.blue-theme .row-2 > .col-3,
	.row-5.wrap .col-3:not(.title-item),
	.blue-theme .row-10 .col-9 .col-4,
	.row-22 .col-3:not(.title-item) {
		max-width: 100%;
	    flex: 100%;
	}
	.row-22 .item {
	    height: auto;
    	margin-bottom: 20px;
	}
	.row-22 .item .col-8 {
	    flex-direction: column;
    	display: flex;
	}
	.row-23 .list-item .title {
	    padding: 15px;
	}
	.row-23 .list-item .title:before {
	    width: 25px;
	    height: 15px;
	    background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: center;
	    margin-right: 20px;
	}
	.row-23 .list-item .content {
    	padding: 0 20px 10px;
	}
	.header .navbar-brand {
	    font-size: 22px;
	}
	.row-1 .large-item {
		margin-right: 0;
	    margin-bottom: 40px;
	}
	.row-1 .large-item img {
	    margin-bottom: 20px;
	}
	.row-1 .large-item .item-title {
		font-size: 18px;
	    line-height: 1.4;
	}
	.row-1 {
	    margin-bottom: 50px;
	}
	.row-2 {
	    margin-bottom: 0;
	}
	.row-3 .col-3 {
	    height: auto;
	    margin-bottom: 30px;
	}
	.row-3,
	.row-5 {
		margin-bottom: 40px;
	}
	.row-4 .row .col-3,
	.row-4,
	.row-7 .row .col-3 {
	    margin-bottom: 30px;
	}
	.row-5 .col-3:not(.title-item) {
		margin-bottom: 30px;
	}
	.row-title {
	    letter-spacing: 1px;
	}
	.search {
		padding-right: 15px;
	    height: 50px;
	    margin-bottom: 60px;
	}
	.search input {
	    width: 75%;
        font-size: 16px;
	    padding-left: 15px;
	    height: 48px;
	}
	.search span {
		position: absolute;
	    width: 100%;
	    left: 0;
	    top: 5px;
		padding-left: 15px;
	    margin-top: 50px;
	    font-size: 16px;
	}
	.row-6 {
	    margin-bottom: 20px;
	}
	.row-7 .row p {
		margin: 0;
	}
	.row-7 .row .col-3 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.row-7 .col-9 {
	    margin: 0;
    	padding: 0;
	}
	.title-item .row-title {
	    margin-bottom: 15px;
	    letter-spacing: 0;
	}
	.row-16 .title-item .title {
	    letter-spacing: 0;
    	font-size: 22px;
	}
	.row-16 .item {
	    background: transparent;
	    padding: 0;
	}
	.row-16 .item p {
	    font-size: 14px;
    	line-height: 1.4;
	}
	.row-16 .item .notice {
		line-height: 1.5;
	}
	.row-16 .row {
	    margin-bottom: 25px;
	}
	.row-7 .row a {
	    font-size: 17px;
	}
	.row-8 .row-title {
	    margin-bottom: 20px;
	}
	.row-8 {
	    margin-bottom: 50px;
	}
	.row-9 .news {
		padding: 0;
	}
	footer .col-12 {
		flex-wrap: wrap;
		padding: 0;
	}
	footer .social {
	    justify-content: end;
    	margin-top: 30px;
	}
	#modal-menu .modal-content {
	    padding: 69px 50px;
	}
	.modal .modal-dialog {
	    margin: 0;
	}
	.blue-theme .row-2 .item .col-9 {
	    font-size: 12px;
	}
	.blue-theme .row-2,
	.blue-theme .row-10,
	.row-12 {
		margin-bottom: 40px;
	}
	.blue-theme .row-11 {
		margin-bottom: 20px;
	}
	.row-11 ul li:before {
	    width: 10px;
    	height: 10px;
	    margin-right: 10px;
	}
	.row-11 ul {
		font-size: 12px;
	}
	.blue-theme .row-3 .col-4 {
		min-height: 0;
		margin-bottom: 20px;
	}
	.row-3 .col-4:nth-child(3n + 3) {
		padding-right: 15px;
	}
	.header .search-btn {
	    margin-right: 0;
	}
	.header {
		padding: 0 24px 0 30px;
	}
	.header .buttons {
	    width: 80px;
	}
	.navigation .breadcrumbs,
	.header .toggle {
		display: none;
	}
	.navigation ul {
	    justify-content: end;
    	margin-bottom: 30px;
	}
	.row-13 .item a {
	    padding: 15px;
	}
	.row-13 .item .item-title {
	    font-size: 14px;
    	line-height: 1.4;
	}
	.row-14 .title-item {
	    margin-bottom: 30px;
	}
	.row-14 ul {
	    font-size: 15px;
	}
	.row-14 .col-4 {
	    margin-bottom: 15px;
	}
	.row-15 .banner .col-title {
		letter-spacing: 0;
	    font-size: 21px;
	}
	.row-15 .request form input:not(.submit) {
	    padding: 0 15px;
	    font-size: 18px;
	    height: 60px;
	    margin-bottom: 15px;
	}
	.row-15 .request form .submit,
	.big-btn {
	    height: 60px;
    	font-size: 18px;
	}
	.row-15 .banner {
	    padding: 20px 20px 30px;
	    margin-bottom: 30px;
	}
	.row-15 .vacancies {
	    margin-top: 15px;
	}
	.row-15 .vacancies .item a {
	    padding: 20px;
	}
	.row-15 .vacancies .item ul li:before {
		content: none;
	}
	.row-15 .vacancies .item ul li {
	    line-height: 1.4;
    	margin-bottom: 10px;
	}
	.row-15 {
	    margin-bottom: 20px;
	}
	h1 {
		letter-spacing: 0;
    	font-size: 27px;
	    margin-bottom: 20px;
	}
	.mrgn-btm {
		margin-bottom: 40px;
	}
	.blue-theme .row-3 .col-4,
	.row-3 .col-3:not(.title-item) {
		min-height: 223px;
	}
	#load-more {
	    width: 200px;
    	height: 60px;
	}
	.return {
		margin-left: 15px;
	}
	.appointment h1 {
		font-size: 25px;
	}
	.appointment .make-appointment .number {
	    border-right: 1px solid #2877b4;
	    border-bottom: none;
	    padding-left: 20px;
	    height: 60px;
	    font-size: 14px;
	    width: 100%;
	}
	.appointment .make-appointment .date {
	    width: 33.333%;
	    border-top: 1px solid #f2f2f2;
	    height: 60px;
	    font-size: 14px;
	}
	.appointment .make-appointment .date:nth-child(2) {
	    border-left: 1px solid #2877b4;
	}
	.row-17 .col-6 {
	    padding: 20px;
	}
	.row-17 .row-title {
	    font-size: 21px;
    	margin-bottom: 20px;
	}
	.row-17 .subtitle {
		margin-bottom: 20px;
	}
	.row-5 .col-3:last-child {
		display: block;
		margin-bottom: 0;
	}
	.examination .row-title {
		font-size: 21px;
	}
	.age {
	    padding-left: 0;
        letter-spacing: 0;
        font-size: 40px;
        margin-bottom: 0;
	}
	.row-18 .col-6 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row-18 {
		margin-bottom: 30px;
	}
	#search-wrap.active {
	    width: 260px;
	}
	#search-wrap.active .field {
		font-size: 12px;
	}
	#modal-error .modal-content {
		padding: 69px 30px;
	    min-height: 100vh;
	}
	#modal-error .title {
		font-size: 20px;
	    margin-bottom: 15px;
	}
	.row-19 .first h1 {
	    font-size: 20px;
    	line-height: 1.2;
	}
	.row-19 .title-item .row-title {
	    font-size: 18px;
    	margin-top: 20px;
	}
	.row-19 .item a {
		flex-direction: column;
	}
	.row-19 .col-3,
	.row-19 .col-9,
	.row-19 .content-row {
		max-width: 100%;
	}
	.row-19 .title-item p {
		margin-bottom: 25px;
	}
	.row-19 > .content-row {
		margin-top: 20px;
	}
	.row-19 .item .col-9 .title {
	    font-size: 19px;
    	line-height: 1.2;
	}
	.row-19 .item .col-9 p {
	    line-height: 1.2;
    	font-size: 17px;
	}
	.news .return,
	.single-news .return {
		margin-left: 0;
	}
	.row-19 .thumbnail .social a:not(:last-child) {
	    margin-bottom: 15px;
	}
	.row-19 .thumbnail .social {
		width: 50px;
	}
	.row-19 .thumbnail .social a img {
	    transform: scale(.7);
	}
	.row-19 .notice {
	    padding: 20px;
	}
	.row-19 .notice p {
	    font-size: 16px;
    	line-height: 1.2;
	}
	.row-19 .content {
	    font-size: 16px;
    	line-height: 1.4;
	}
	.row-20 .subtitle {
	    font-size: 18px;
    	line-height: 1.4;
	}
	.row-20 .quote {
	    margin: 40px 0;
	    font-size: 20px;
	    letter-spacing: 0;
	    line-height: 1.4;
	}
	.doctor .row-title,
	.doctor-2 .row-title {
	    margin-bottom: 20px;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.row-5 .col-3.purple a {
	    align-items: center;
	}
	.row-7 .row .col-3 {
	    max-width: 33%;
	    flex: 0 0 33%;
	}
	.blue-theme .row-2 .item .col-9 {
	    font-size: 14px;
	}
	.blue-theme .row-10 .col-9 .col-4,
	.blue-theme .row-3 .col-4 {
		max-width: 50%;
		flex: 0 0 50%;
	}
}
@media (max-width: 320px) {
	#modal-menu .modal-content {
	    padding: 49px 30px;
	}
	.header {
	    padding: 0 15px;
        height: 50px;
	}
	.header .navbar-brand {
	    font-size: 20px;
	}
	.row-1 .col-3 ul a {
	    font-size: 16px;
	}
	.row-2 .item .col-9 {
	    font-size: 12px;
	}
	.row-5 .col-3 a p {
	    font-size: 15px;
	}
	.row-title {
	    font-size: 22px;
        letter-spacing: 0;
	}
	.row-7 .row .col-3,
	.blue-theme .row-2 .item .col-9 {
	    flex: 100%;
    	max-width: 100%;
	}
	.row-1 .large-item .item-title {
	    font-size: 16px;
	}
	.row-1 .col-3 .specialists .desc {
	    font-size: 16px;
    	padding: 20px;
	}
	.blue-theme .row-2 .item .title {
	    margin-bottom: 10px;
	}
	.blue-theme .row-2 .item .col-3 {
	    max-width: 100%;
    	flex: 100%;
	}
	.row-10 ul {
	    font-size: 16px;
	}
	#content {
	    padding-top: 80px;
	}
	.links-wrap {
		padding: 0;
	}
	.navigation ul {
		justify-content: space-between;
	}
	.navigation .links-wrap li:first-child {
	    margin-right: 0;
	}
	h1 {
		letter-spacing: 0;
	    margin-bottom: 20px;
	}
	.wrap .col-12,
	.wrap .col-9,
	.wrap .col-3,
	.wrap .col-4,
	.wrap .col-5 {
		padding-left: 0;
		padding-right: 0;
	}
	.wrap .row {
		margin-left: 0;
		margin-right: 0;
	}
	.wrap .col-12.row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row-3 .col-4:nth-child(3n + 3) {
	    padding-right: 0;
	}
	.navigation .row.col-12 {
		padding: 0;
	}
	.row-3 .wrap .row.col-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.row-15 .banner .col-title {
	    font-size: 18px;
	}
	.row-15 .information p {
		font-size: 14px;
	}
	.row-15 .banner .col-title {
		margin-bottom: 10px;
	}
	h1 {
		font-size: 24px;
	}
}