*::-webkit-input-placeholder {
	color: #999;
	opacity: 0.8;
}
*:-moz-placeholder {
	color: #999;
	opacity: 0.8;
}
*::-moz-placeholder {
	color: #999;
	opacity: 0.8;
}
*:-ms-input-placeholder {
	color: #999;
	opacity: 0.8;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: Helvetica, "RobotoRegular", sans-serif;
	font-size: 14px;
	color: #666;
	
	/*background: url(../images/snowflakes.jpg);*/
	background: url(../images/ignasi_pattern_s.png);
}
h1 {
	font-size: 24px !important;
}
h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
}

h2:before {
	content: '';
	height: 2px;
	width: 120px;
	background: #2ca6d9;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.main-text h2,
.main-text p {
	float: left;
	width: 100%;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	position: relative;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-weight: normal;
	float: left;
}

h3:before {
	content: '';
	height: 2px;
	width: 120px;
	background: #304770;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

ul,
ol {
	float: left;
	width: 100%;
	margin-top: 0px;
}
a {
	transition: all 0.2s;
}
.wide {
	float: left;
	width: 100%;
}
.nopadding {
	padding: 0px;
}
.nomargin {
	margin: 0px;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
	position: relative;
}
.header,
.content,
.footer {
	background: #fff;
}
.content table {
	width: 100%;
}
.content table tr {
    background: #fff;
}
.content table tr th {
	border: 1px solid #fff;
	border-top: 1px solid #2ca6d9;
	background: #2ca6d9;
	color: #fff;
	padding: 5px;
	font-weight: 600;
}
.content table tr th:first-child {
	border-left: 1px solid #2ca6d9;
}
.content table tr th:last-child {
	border-right: 1px solid #2ca6d9;
}
.content table tr td {
	border: 1px solid #304770;
	padding: 5px;
}

.content table tr:nth-child(even) {
	background: #e9edf5;
}

.sitemap {
	float: left;
	width: 100%;
}

.sitemap ul li {
	float: left;
	width: 100%;
}

.season-corners {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -1;
}

.season-corners .sc-left {
	float: left;
	margin-left: -50px;
}

.season-corners .sc-right {
	float: right;
	margin-right: -50px;
}

/*.season-corners .sc-left:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 150px;
    background: url(../images/season-corners/summer-corner-left.png) left top no-repeat;
    background-size: 200px auto;
    z-index: 10;
}

.season-corners .sc-right:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 160px;
    background: url(../images/season-corners/summer-corner-right.png) right top no-repeat;
    background-size: 200px auto;
    z-index: 10;
}*/

/* Шапка */
.header {
	position: relative;
}

.header .logo {
	float: left;
	height: 150px;
}

.header .logo img {
	max-width: 100%;
	max-height: 100%;
}

.header .clinic {
	float: left;
	margin: 20px 0px 10px;
	font-size: 20px;
	color: #666;
}

.header .slogan {
	color: #2ca6d9;
    text-align: center;
    line-height: 35px;
	font-size: 30px;
	margin-top: 25px;
}

.header .slogan span {
	font-size: 55px;
}

.header .phone {
	font-size: 26px;
	margin-top: 15px;
}

.header .sub-phone {
	font-size: 16px;
}

.header .grafik {
	font-size: 24px;
	line-height: 20px;
}

.header .grafik span {
	font-size: 14px;
}

.header .phone i,
.header .grafik i {
	color: #2ca6d9;
}

.header-right-block {
	text-align: right;
}

.header .address {
	text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.header .address i {
	color: #2ca6d9;
}

.header .application {
	float: right;
	background: #f68b1f;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 5px;
}
/* Шапка */

/* Главное меню */
.main-menu {
	margin: 15px 0px;
}

.main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table;
	position: relative;
    width: 100%;
}

.main-menu ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.main-menu ul li a,
.main-menu ul li .lnk,
.main-menu ul li ul li span {
	display: block;
	background: #304770;
	color: #fff;
	padding: 15px 10px;
	text-transform: uppercase;
	transition: all 0.2s;
}

.main-menu ul li a:hover,
.main-menu ul li a.active,
.main-menu ul li .lnk:hover {
	background: #2ca6d9 !important;
}

.main-menu ul li a.active-o {
	background: #f68b1f;
}

.main-menu ul li .lnk {
	border-left: 1px solid #fff;
	cursor: pointer;
	min-width: 35px;
}

.main-menu ul li:first-child a {
	border-right: 1px solid #fff;
}

.main-menu ul li.home-li {
	width: 45px;
}

.main-menu ul li ul {
	display: none;
	
	background: #304770;
	/*background: rgba(255,255,255,0.9);*/
	background: rgba(48,71,112,0.95);
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	z-index: 3;
	-webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}

.main-menu ul li ul li {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
}

.main-menu ul li ul li.fourth {
	width: 25% !important;
}

.main-menu ul li ul li.tripple {
	width: 33.33333% !important;
}

.main-menu ul li ul li i {
	position: absolute;
	top: 19px;
	left: 15px;
	cursor: pointer;
	color: #fff;
}

.main-menu ul li ul li i.fa-circle-o {
	font-size: 8px;
	top: 20px;
}

.main-menu ul li ul li i.fa-plus-circle {
	font-size: 16px;
	top: 17px;
}

.main-menu ul li ul li a,
.main-menu ul li ul li span {
	display: block;
	background: none;
	color: #fff;
	padding-left: 35px;
	text-transform: none;
	transition: all 0.2s;
	border: none !important;
	text-decoration: underline;
	font-size: 16px;
}

.main-menu ul li ul li ul {
	background: none;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-menu ul li ul li ul li a {
	padding: 7px 0px;
	padding-left: 15px;
}

.main-menu ul li ul li ul li i.fa-circle-o {
	top: 13px;
}

.main-menu ul li ul li a:hover {
	background: #fff !important;
	color: #2ca6d9;
}

.main-menu ul li ul li:hover i {
	color: #cfcfcf;
}

.main-menu ul li ul li ul li a {
	padding-left: 50px;
}

.main-menu ul li ul li ul li i {
	left: 30px;
}

.main-menu ul li ul li span {
	cursor: pointer;
	text-decoration: underline;
}

.mobile-switcher {
	display: none !important;
}
/* Главное меню */

/* Хлебные крошки */
.breadcrumbs ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.breadcrumbs ul li {
	padding: 3px 2px;
	font-size: 12px;
	color: #333;
	display: inline-block;
	float: left;
}

.breadcrumbs ul li a {
	color: #999;
}
/* Хлебные крошки */

/* Левый блок */
.left-section {
	padding-left: 0px;
}

.side-block {
	margin: 8px 0px;
}

.side-block .side-button {
	color: #fff;
	background: #304770;
	padding: 15px 10px 15px 60px;
	font-size: 14px;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s;
}

.side-block .side-button:hover {
	background: #2ca6d9;
}

.side-block .reception-button span:hover {
	background: #f68b1f;
}

.side-block.unic .side-button {
	padding: 10px 10px 10px 60px;
    line-height: 15px;
}

.side-block .reception-button span i {
	background: #f68b1f;
}

.side-block .reception-button span {
	/*background: #2ca6d9;*/
	cursor: pointer;
}

.side-block .side-button i {
	background: #2ca6d9;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 20px;
	padding: 15px 0px;
	max-width: 50px;
	min-width: 50px;
	text-align: center;
	border-right: 1px solid #fff;
}

.side-block .title {
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	padding: 5px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.side-block .title:before {
	content: '';
	height: 2px;
	width: 120px;
	background: #f68b1f;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.side-menu {
	background: #eee;
	padding: 10px;
}

.side-menu .title {
	border-bottom: 1px solid #ccc;
}

.side-menu ul {
	list-style: none;
}

.side-menu ul li {
	margin: 5px 0px;
	float: left;
    width: 100%;
}

.side-menu ul li a {
	/*color: #2ca6d9;*/
	color: #666;
    position: relative;
    display: block;
    padding-left: 25px;
   
}

.side-menu ul li a i {
	font-size: 16px;
 	color: #f68b1f;
    position: relative;
    top: 5px;
	margin-right: 5px;
	position: absolute;
	left: 0px;
}

.side-block .more {
	text-transform: uppercase;
	color: #fff;
	background: #304770;
	width: 100%;
	float: left;
	padding: 10px 15px;
    text-align: center;
	border-top: 5px solid #2ca6d9;
	transition: all 0.2s;
}

.side-block .more:hover {
	background: #2ca6d9;
}
/* Левый блок */

/* Контент */
.content {
	padding-bottom: 15px;
}

.title {
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	padding: 5px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-weight: normal;
}

.title:before {
	content: '';
	height: 2px;
	width: 120px;
	background: #f68b1f;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.main-text {
	float: left;
	width: 100%;
}

.main-text img {
	max-width: 100%;
	height: auto;
	margin: 7px;
}
.main-text #map img {
    margin: auto;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 40%;
	text-indent: -9999px;
	border: 0px;
	display: block;
	height: 25px;
	width: 25px;
	outline: none;
	z-index: 10;
}

.slick-prev {
	background: url(../images/caret-left.png) left center no-repeat;
	background-size: 100% auto;
	left: 0px;
}

.slick-next {
	background: url(../images/caret-right.png) right center no-repeat;
	background-size: 100% auto;
	right: 0px;
}

.slick-dots {
	padding: 0px;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	background: #304770;
	border: 0px;
	height: 20px;
	width: 20px;
	outline: none;
	margin: 0px 5px;
	-moz-border-radius: 50px; /* Firefox */
	-webkit-border-radius: 50px; /* Safari, Chrome */
	-khtml-border-radius: 50px; /* KHTML */
	border-radius: 50px; /* CSS3 */
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background: #f68b1f;
}

#map {
	height: 350px;
	width: 100%;
}

#panorama,
#form {
	display: none;
}

.map-switches .switch1,
.map-switches .switch2,
.map-switches .switch3 {
	background: #304770;
	border: 1px solid #fff;
	border-right: 0px;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s;
}

.map-switches .switch3 {
	border-right: 1px solid #fff;
}

.map-switches .switch1:hover,
.map-switches .switch2:hover,
.map-switches .switch3:hover {
	background: #2ca6d9;
}

.map-switches .switch1.active,
.map-switches .switch2.active,
.map-switches .switch3.active {
	background: #f68b1f;
}

.contact-form-wrap {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.contact-form-wrap #contact-form {
	float: none !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column;
	overflow: visible;
}

.contact-form-wrap #contact-form input,
.contact-form-wrap #contact-form textarea {
	width: 100%;
	margin-bottom: 15px;
	height: 40px;
	padding: 0px 5px;
}

.contact-form-wrap #contact-form textarea {
	max-height: 180px;
	height: 80px;
	resize: vertical;
}

.contact-form-wrap #contact-form .contact-button {
	background: #f68b1f;
	color: #fff;
	text-transform: uppercase;
	border: 0px;
}

.blocks {
	margin: 15px 0px;
}

.blocks .col-xs-4 a {
	padding: 10px 15px;
	background: #2ca6d9;
	color: #fff;
	font-size: 18px;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	transition: all 0.2s;
}

.blocks .col-xs-4 a:hover {
	background: #f68b1f;
}
/* Контент */

/* Слайдер */
.main-slider {
	overflow: hidden;
	position: relative;
	margin: 15px 0px 30px;
}

.main-slider .slide {
	position: relative;
}

.main-slider img {
	max-width: 100%;
}

.summary {
	background: #304770;
	/*background: rgba(0,0,0,0.8);*/
	background: rgba(48,71,112,0.8);
	padding: 15px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	max-width: 40%;
	color: #fff;
}

.summary .title {
	font-size: 16px;
	color: #fff;
}

.main-slider .application {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #f68b1f;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	border-right: 2px solid #fff;
}

.main-slider .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 80px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
	background: none;
}

.application {
	transition: all 0.2s;
}

.application i {
	margin-right: 5px;
}

.application:hover {
	background: #db7209;
}

.main-slider .more {
	color: #fff;
	font-family: "Ariston";
	background: #253658;
	padding: 3px 10px;
	font-size: 24px;
}
/* Слайдер */

/* Слайдер методов */
.methods-blocks,
.methods-slider {
	float: left; 
	width: 100%;
	margin: 15px 0px 30px;
}

.methods-blocks .methods-item .methods-photo,
.methods-slider .methods-item .methods-photo {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	border: 5px solid #2ca6d9;
	-moz-border-radius: 150px; /* Firefox */
	-webkit-border-radius: 150px; /* Safari, Chrome */
	-khtml-border-radius: 150px; /* KHTML */
	border-radius: 150px; /* CSS3 */
	transition: all 0.3s;
}

.methods-blocks .methods-item img,
.methods-slider .methods-item img {
	height: auto;
	margin: 0 auto;
	min-height: 150px;
}

.methods-blocks .methods-item .methods-photo:hover,
.methods-slider .methods-item .methods-photo:hover {
	border: 5px solid #f68b1f;
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; /* Safari, Chrome */
	-khtml-border-radius: 0px; /* KHTML */
	border-radius: 0px; /* CSS3 */
}

.methods-blocks .methods-item .methods-ext,
.methods-slider .methods-item .methods-ext {
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}

.methods-blocks .methods-item .method a,
.methods-slider .methods-item .method a {
	color: #fff;
	font-size: 14px;
	display: block;
	background: #304770;
	width: 80%;
	padding: 10px 5px;
	margin: 0 auto;
	transition: all 0.3s;
}

.methods-blocks .methods-item:hover a,
.methods-slider .methods-item:hover a {
	background: #f68b1f;
}

.methods-blocks .methods-item {
	float: left;
	width: 25%;
	margin-bottom: 30px;
	min-height: 230px;
}
/* Слайдер методов */

/* Специалисты */
.specialist-item {
	text-align: center;
	outline: none;
	float: left;
	width: 30%;
	margin: 15px 1%;
}

.specialist-item .spec-photo {
	max-height: 150px;
	max-width: 150px;
	margin: 10px auto;
	overflow: hidden;
	border-radius: 150px;
	border: 2px solid #304770;
}

.specialist-item .spec-photo img {
	max-width: 150px;
	margin: 0 auto;
}

.specialist-item .name {
	font-size: 18px;
	color: #333;
}

.spec-switchs {
	margin: 15px 0px;
	border-bottom: 1px solid #ddd;
}

.spec-switchs .spec-switch {
	float: left;
	padding: 15px 30px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ddd;
	border-bottom: 0px;
}

.spec-switchs .spec-switch.active {
	background: #2ca6d9;
	color: #fff;
	border: 1px solid #2ca6d9;
}

.spec-photo img {
	max-width: 100%;
}

.specialities {
	padding: 0px 0px 0px 20px;
}

.specialists-row {
	float: left;
	width: 100%;
}

.specialists-row .specialist-item {
	text-align: center;
	outline: none;
}

.specialists-row .specialist-item .spec-photo {
	max-height: 150px;
	max-width: 150px;
	margin: 10px auto;
	overflow: hidden;
	border-radius: 150px;
	border: 2px solid #304770;
}

.specialists-row .specialist-item .spec-photo img {
	max-width: 150px;
	margin: 0 auto;
}

.specialists-row .specialist-item .name {
	font-size: 18px;
	color: #333;
}

.all-specialists .specialist {
	text-align: center;
	outline: none;
	margin-bottom: 30px;
	min-height: 300px;
}

.all-specialists .specialist .spec-photo {
	max-height: 150px;
	max-width: 150px;
	margin: 10px auto;
	overflow: hidden;
	border-radius: 150px;
	border: 2px solid #304770;
}

.all-specialists .specialist .spec-photo img {
	max-width: 150px;
	margin: 0 auto;
}

.all-specialists .specialist .name {
	font-size: 18px;
	color: #333;
}

.all-specialists .alfa .specialist .spec-photo {
	max-height: 180px;
	max-width: 180px;
}

.all-specialists .alfa .specialist {
	width: 100%;
	margin-bottom: 30px;
}
/* Специалисты */

/* Поиск */
.search {
	display: none;
	position: absolute;
	bottom: -37px;
	right: 15px;
	float: right;
	z-index: 9;
	height: 52px;
	width: 30%;
	padding: 0px;
}

.search input[type="text"] {
	float: left;
	height: 50px;
	border: 0px;
	font-size: 16px;
	width: 100%;
	padding: 0px 10px;
	border-left: 2px solid #304770;
	border-bottom: 2px solid #304770;
}

.search input[type="submit"] {
	background-color: #f68b1f;
	background-image: url(../images/search.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	border: 0px;
	float: left;
	height: 50px;
	width: 47px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all 0.3s;
}

.search input[type="submit"]:hover {
	background-color: #de740a;
}
/* Поиск */

/* Формы */
.popup-form-wrap {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 4000px;
	background: #304770;
	background: rgba(48,71,112,0.7);
	z-index: 1000;
}

.popup-form-wrap #popup-form {
	width: 400px;
	margin: 40px auto 0px;
	background: #fff;
	padding: 15px;
	position: absolute;
    left: 0px;
    right: 0px;
}

.popup-form-wrap #popup-form input,
.popup-form-wrap #popup-form textarea,
.popup-form-wrap #popup-form select {
	width: 100%;
	float: left;
	height: 30px;
	margin-bottom: 10px;
	padding: 0px 5px;
}

.popup-form-wrap #popup-form textarea {
	height: 80px;
	resize: vertical;
	max-height: 180px;
}

.popup-form-wrap #popup-form .send-button {
	background: #f68b1f;
	border: 0px;
	height: 40px;
	border-bottom: 4px solid #db7209;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s;
}

.popup-form-wrap #popup-form .send-button:hover {
	background: #db7209;
}

.popup-form-wrap #popup-form .close {
	cursor: pointer;
	position: absolute;
	top: -30px;
	right: -25px;
	font-size: 24px;
	color: #fff;
}

.popup-form-wrap #popup-form .title {
	margin-bottom: 15px;
}

.spec-form {
	display: none;
}

.spec-form .specialist-form-wrap {
	float: left;
	width: 50%;
}

.spec-form .specialist-form-wrap textarea,
.spec-form .specialist-form-wrap select,
.spec-form .specialist-form-wrap input {
	width: 100%;
	float: left;
	padding: 10px 5px;
	margin-bottom: 15px;
}

.spec-form .specialist-form-wrap textarea {
	resize: vertical;
	height: 100px;
	max-height: 250px;
}

.spec-form .specialist-form-wrap #spec-button {
	float: right;
	background: #f68b1f;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 5px;
	border: 0px;
}
/* Формы */

/* от А до Я */
.letter-pages {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}

.main-letter {
	font-size: 20px;
	font-weight: bold;
	color: #304770;
	margin-bottom: 10px;
}

.sitemap ul li a {
	font-size: 18px;
	font-weight: strong;
}

.sitemap ul li ul li a {
	font-size: 14px;
	font-weight: normal;
}
/* от А до Я */

/* Фотогалаерея */
.img-item {
	width: 23%;
	height: 120px;
	overflow: hidden;
	float: left;
	margin: 15px 1%;
}
/* Фотогалаерея */

/* Календарь */
#fullcalendar {
	position: relative;
	overflow: hidden;
}

.event-date {
	color: #b8b8b8;
	font-size: 12px;
	margin-bottom: 5px;
}
/* Календарь */

/* Статьи и публикации */
.pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

ul.pagination {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.pagination li {
	display: inline-block;
	padding: 5px 10px;
	font-size: 18px;
}

ul.pagination li a {
	color: #2ca6d9;
}

ul.pagination li.active a {
	color: #f68b1f;
}

.methods-pagination-wrap {
	float: left;
	width: 100%;
	margin-top: 28px;
	text-align: center;
}

.methods-pagination__status {
	margin: 0 0 12px;
	font-size: 15px;
	color: #666;
}

.methods-pagination .pagination {
	margin-top: 0;
}

.main-text .articles-list {
	position: relative;
}

.main-text .articles-list .article {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.main-text .articles-list .article:before {
	content: '';
	background: #337ab7;
	display: block;
	width: 2px;
	height: 300px;
	position: absolute;
	left: 5px;
	top: 0px;
}

.main-text .articles-list .article:after {
	content: '';
	
	width: 12px;
	height: 12px;
	background: #337ab7;
	border: 3px solid #f68b1f;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.2s ease;
}

.main-text .articles-list .article:hover:after {
	background: #fff;
	border: 3px solid #f68b1f;
}

.main-text .articles-list .article .a-wrap {
	float: left;
	width: 100%;
	padding-left: 30px;
}

.main-text .articles-list .article .article-title {
	font-size: 20px;
}

.main-text .articles-list .article .article-desc {
	color: #333;
}
/* Статьи и публикации */

/* Модуль Содержания */
.contents {
    position: fixed;
    right: -216px;
    top: 20%;
    width: 250px;
    z-index: 20;
}

.contents .contents-button {
    padding: 7px 10px;
    background: #304770;
    color: #fff;
    float: left;
    width: 34px;
    height: 35px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.contents .contents-list {
    background: #fff;
    float: right;
    width: 100%;
    max-width: 216px;
    padding: 7px;
    border: 1px solid #304770;
}

.contents .contents-list .title {
    font-size: 16px;
}

.contents .contents-list .contents-item {
    margin: 5px 0px;
    color: #337ab7;
    cursor: pointer;
}
/* Модуль Содержания */

/* Тест Когиати */
.test-cogiati {
	font-size: 14px;
	margin-bottom: 30px;
}

.test-cogiati .question-block {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.test-cogiati .question-block:not(.active) {
	display: none;
}

.test-cogiati .question {
	font-size: 16px;
	font-family: 'RobotoBold';
	margin-bottom: 10px;
}

.test-cogiati .question-block label {
	margin-bottom: 10px;
}

.test-cogiati .test-submit-wrap .test-submit {
	text-transform: uppercase;
	color: #fff;
	background: #304770;
	width: auto;
	float: left;
	padding: 10px 15px;
	text-align: center;
	border-top: 5px solid #2ca6d9;
	cursor: pointer;
	transition: all 0.2s;
}

.test-cogiati .prev-question,
.test-cogiati .next-question {
	color: #2ca6d9;
	font-size: 16px;
	cursor: pointer;
	float: left;
}

.test-cogiati .next-question {
	float: right;
}

.test-cogiati .result {
	display: none;
}
/* Тест Когиати */

/* Попап соглашение для страницы стоимости */
.agreement-blackout {
    display: none;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    min-height: 2000px;
    height: 100vh;
    z-index: 2; 
}

.agreement-blackout .agreement-form {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    top: 50px;
    /* left: 50%; */
    /* margin-left: -250px; */
    /* background: #fff; */
    /* padding: 15px; */
    /* border-radius: 10px; */
}

.agreement-blackout .agreement-in {
    /* position: absolute; */
    position: relative;
    display: grid;
    width: 100%;
    /*max-width: 500px;*/
    /* top: 50px; */
    /* left: 50%; */
    /* margin-left: -250px; */
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.agreement-blackout .agreement-form .fa.fa-times {
    position: absolute;
    top: -30px;
    right: 0px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.agreement-blackout .agreement-form .title {
    font-size: 17px;
    text-align: center;
}

.agreement-blackout .agreement-form .agreement-text {
    width: 100%;
    height: 300px;
    max-height: 44vh;
    overflow-y: scroll;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
@media screen and (orientation:landscape) {
  
.agreement-blackout .agreement-form .agreement-text {
    max-height: 20vh;
}
  
}

.agreement-blackout .agreement-form .agreement-text p {
    margin-top: 0px;
}

.agreement-blackout .agreement-form .agreement-doc a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.agreement-blackout .agreement-form .agreement-checkbox-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.agreement-blackout .agreement-form .agreement-checkbox {
    font-weight: bold;
    cursor: pointer;
}

.agreement-blackout .agreement-form .agreement-checkbox:hover {
    opacity: 0.8;
}

.agreement-blackout .agreement-form .agreement-checkbox span {
    border-bottom: 1px dashed;
}

.agreement-blackout .agreement-form .agreement-checkbox i {
    min-width: 15px;
}

.agreement-payment-button {
    overflow: hidden;
    height: 0px;
}

.rk-table-payment-button {
    text-align: center;
    font-size: 18px;
    color: #337ab7;
    cursor: pointer;
}

.rk-table-payment-button:hover {
    opacity: 0.8;
}

.rk-payment {
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}
/* Попап соглашение для страницы стоимости */

/* Автор страниц */
.authorship {
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin: 30px 0px;
}

.authorship .authorship-title {
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding: 5px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-weight: normal;
}

.authorship .authorship-title:before {
    content: '';
    height: 2px;
    width: 120px;
    background: #f68b1f;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.authorship .authorship-name {
    font-size: 20px;
    margin-bottom: 15px;
}

.authorship .reception-button .side-button {
    color: #fff;
    background: #304770;
    padding: 15px 10px 15px 60px;
    font-size: 14px;
    width: auto;
    float: left;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
}

.authorship .reception-button .side-button:hover {
    background: #2ca6d9;
}

.authorship .reception-button .side-button i {
    background: #2ca6d9;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    padding: 15px 0px;
    max-width: 50px;
    min-width: 50px;
    text-align: center;
    border-right: 1px solid #fff;
}
/* Автор страниц */

/* Подвал */
.footer {
	background: #313131;
	color: #adadad;
	padding-top: 15px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #2ca6d9;
}

.footer .title {
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	padding: 5px 0px;
	float: left;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #adadad;
	margin-bottom: 45px;
}

.footer .title:before {
	content: '';
	height: 2px;
	width: 120px;
	background: #f68b1f;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.footer .clinic {
	margin: 0px 0px 10px;
}

.footer .footer-block-1 div.wide {
	margin-bottom: 15px;
	position: relative;
}

.footer .footer-block-1 div.wide i {
	color: #2ca6d9;
	font-size: 20px;
	min-width: 20px;
	text-align: center;
}

.footer .footer-block-1 .subphone {
	margin-left: 25px;
}

.footer .footer-block-3 .soc-icons {
	margin-top: 150px;
}

.footer .footer-block-3 .soc-icon {
	float: left;
	font-size: 30px;
	margin-right: 10px;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	margin-bottom: 10px;
}

.footer ul li i {
	color: #adadad;
}

.footer .footer-bottom {
	background: #2a2a2a;
	color: #767676;
	padding: 15px 30px;
}

.footer .application {
	color: #fff;
	cursor: pointer;
}

.footer .application:hover {
	background: none;
	color: #2ca6d9;
}
/* Подвал */

/* Специалисты 2*/
.spec-photo-radial img{
	margin: 0px;
}

.spec-photo-radial {
	text-align: center;
	max-height: 150px;
	max-width: 150px;
	margin: 10px auto;
	overflow: hidden;
	border-radius: 150px;
	border: 2px solid #304770;
}

.reception{
	float: right;
	background: #f68b1f;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 5px;
}
.reception:hover{
	background: #db7209;
}
/* Специалисты 2*/

/* infoclinica*/
.wr-list__heading .wr-list__select-all {
	display: none;
}

.button_fast_record {
	background-color: #f68b1f;
	border-color: #f68b1f;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
}

.spec-switch-not-slide {
    float: left;
    padding: 15px 30px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.fa-telegram {width: 24px;height: 24px;background:url('/img/telegram_logo-white.svg');margin-top: 8px;float: left;}
.fa-telegram img {display:none;}
.fa-telegram:hover {background:url('/img/telegram_logo-hover.svg');}
.header-center-block.col-xs-4 {
    width: 32%;
}

.phone-n1 {}
.phone-n2 {
    margin: 0;
}
.phone-n2 span, .phone-n2 i {font-size:18px;}
.phone-n1:after {content:" многоканальный";display:block;font-size:16px;padding:0;margin: -6px 0px 0 0;position: absolute;right: 0;}
/*.phone-n2:after {content:" whatsapp";display:block;font-size:16px;padding:0;margin: -6px 0px 0 0;position: absolute;right: 0;}*/

@media only screen and (max-width : 999px) {
.methods-blocks .wide .methods-item:nth-child(3n+3) {
    clear: both;
}
.phone-n1:after {margin:auto;right:inherit;width: 100%;}
.phone-n2:after {margin:auto;right:inherit;width: 100%;}
}

/* Inline table of contents (articles, methods) */
.disease-toc,
.article-toc {
    margin: 0 0 32px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e1e8ef;
    border-radius: 8px;
}

.disease-toc__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #1a5490;
}

.disease-toc__list,
.disease-toc__sublist {
    margin: 0;
    padding-left: 1.25em;
    list-style: decimal;
}

.disease-toc__item {
    margin: 0 0 6px;
    line-height: 1.45;
}

.disease-toc__link {
    color: #1a5490;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .15s;
}

.disease-toc__link:hover {
    border-bottom-color: #1a5490;
    text-decoration: none;
}

.right-section h1.title,
.right-section .main-text h2 {
    scroll-margin-top: 90px;
}

/* SmartCaptcha: prevent submit button overlapping captcha widget */
#form.wide,
.contact-form-wrap {
    float: none !important;
    display: flow-root;
    overflow: visible;
}

.contact-form-wrap #contact-form,
.popup-form-wrap #popup-form {
    float: none !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    overflow: visible;
}

.contact-form-wrap #contact-form > .col-xs-12,
.contact-form-wrap #contact-form .form-captcha-block,
.contact-form-wrap #contact-form .form-captcha-block > *,
.contact-form-wrap #contact-form .form-submit-block,
.popup-form-wrap #popup-form > .col-xs-12,
.popup-form-wrap #popup-form .form-captcha-block,
.popup-form-wrap #popup-form .form-captcha-block > *,
.popup-form-wrap #popup-form .form-submit-block {
    float: none !important;
    width: 100% !important;
    clear: both !important;
    display: block;
    position: relative;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.contact-form-wrap #contact-form .form-captcha-block,
.popup-form-wrap #popup-form .form-captcha-block {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0;
    min-height: 220px;
    overflow: visible;
}

.contact-form-wrap #contact-form .form-submit-block,
.popup-form-wrap #popup-form .form-submit-block {
    margin-top: 12px !important;
    margin-bottom: 24px;
    padding-top: 0;
    order: 99;
}

.contact-form-wrap #contact-form .smart-captcha-wrap,
.popup-form-wrap #popup-form .smart-captcha-wrap {
    min-height: 102px;
    margin: 16px 0 36px !important;
    overflow: visible;
    flex: 0 0 auto;
}

.contact-form-wrap #contact-form .smart-captcha,
.popup-form-wrap #popup-form .smart-captcha {
    min-height: 102px;
    height: 102px;
    overflow: visible;
}

.contact-form-wrap #contact-form .pd-consent,
.contact-form-wrap #contact-form .pd-consent.wide,
.popup-form-wrap #popup-form .pd-consent,
.popup-form-wrap #popup-form .pd-consent.wide {
    float: none !important;
    width: 100% !important;
    margin-bottom: 14px !important;
}

.contact-form-wrap #contact-form .contact-button {
    width: 100%;
    min-height: 44px;
    padding: 12px 20px;
    font-size: 18px;
    display: block;
    position: static;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
}

.popup-form-wrap #popup-form .send-button {
    width: 100%;
    min-height: 44px;
    padding: 12px 20px;
    font-size: 18px;
    display: block;
    margin-top: 0 !important;
    position: static;
    float: none !important;
}