﻿/**********************/
/*** --- Index --- ***/
/********************/
.special_action {
  display: block;
  margin: 30px 0;
}

/* таблицы на страницах, например, Наука->Календарь */
.dtable table th {
  padding: 10px;
  text-align: center;
  background: #f0f0f0;
  color:#333;
  font: 18px 'BlissPro-Medium', Arial, sans-serif;
  font-weight: bold;
}
.dtable table td {
  padding: 10px;
  text-align: left;
  font: 14px 'BlissPro', Arial, sans-serif;
  font-weight: normal;
}

/* таблицы (небольшие) в тексте на страницах, например, Обучение->Ординатура */
.dsmalltable table th {
  padding: 10px;
  text-align: center;
  background: #f0f0f0;
  color:#333;
  font: 14px 'BlissPro-Medium', Arial, sans-serif;
  font-weight: bold;
}
.dsmalltable table td {
  padding: 10px;
  text-align: center;
  font: 13px 'BlissPro', Arial, sans-serif;
  font-weight: normal;
}

/* news aside */
.news_aside {}
  .news_aside ul {}
  .news_aside li {
    border-top: 1px #e0e0e0 solid;
    padding: 5px 0px;
    /*min-height: 60px;*/
  }
  .news_aside li:first-child {
    border-top: 0px;
    padding-top: 5px;
  }
  .news_aside li a{
    font: 20px 'BlissPro-ExtraBold', Arial, sans-serif;
    text-decoration: none;
    display: block;
  }
  .news_aside li a:hover{color:#2466b2;}
  .news_aside p {
    font: 16px/20px 'BlissPro-Medium', Arial, sans-serif;
    /**padding-bottom: 5px;
    padding-top: 5px; **/
  }
  .news_aside span {
    color:#1472e3;
    font: 16px/22px 'BlissPro-ExtraBold', Arial, sans-serif;
  }
/* /news aside */

/* important */
.important {}
  .important_list {}
  .important_item {
    float: left;
    width: 354px;
    /* height: 600px; */
    height: 510px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .important_item:first-child {
    width:740px;
    height: 313px;
    margin-bottom: 30px;
  }
  /* 3,5,7,9,11 блоки прижимаются вправо */
  .important_item:nth-child(3),
  .important_item:nth-child(5),
  .important_item:nth-child(7),
  .important_item:nth-child(9),
  .important_item:nth-child(11) {
    margin-right: 0;
  }
  /*.important_item:nth-child(4) {
    margin-right: 0;
    float: right;
    height: 423px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }*/
  .important_item .img_box {
    float: left;
    display: block;
    width: 354px;
    height: 264px;
    overflow: hidden;
  }
  .important_item:first-child .img_box {
    height: 313px;
  }
  .important_item .text_box {
    margin: 30px;
    float: left;
    width: 295px;
  }
  .important_item:first-child .text_box {
    width: 325px;
  }
  /* .important_item .text_box big { */
  .important_item .text_box big p {
    color:#063974;
    font: 24px/24px 'BlissPro-Bold', Arial, sans-serif;
    padding-bottom: 25px;
    display: inline-block;
  }
  .important_item .text_box p {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .important_item .more {
    position: absolute;
    bottom: 15px; /* 30px */
    right: 15px; /* left: 30px; */
    color:#1472e3;
    border: 1px #e0e0e0 solid;
    background: #fff;
    padding: 10px 40px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    text-wrap: nowrap;
  }
  .important_item:first-child .more {
    /* кнопка слева */
    left: 15px !important;
    right: unset;
    /* кнопка справа */
    /*left: 384px;
    right: unset; */
  }
  .important_item .more:hover {
    color:#fff;
    border: 1px #10509a solid;
    background: #10509a;
  }

    /*
      три маленьких блока
      5-й был сделан под кнопку "Запись на приём"
    */
    /*.important_item:nth-child(5),
    .important_item:nth-child(6),
    .important_item:nth-child(7) {
      width: 354px;
      height: 122px;
    }
    .important_item:nth-child(5) a,
    .important_item:nth-child(7) a {
      width: 294px;
      height: 42px;
      padding: 40px 30px;
      display: inline-block;
      color:#063974;
      text-decoration: none;
      transition: 0.3s;
    }
    .important_item:nth-child(5) a{ */
      /*background-image: url('../upload/spec1.png');*/
      /*opacity: 0.85;
      color:#fff;
    }
    .important_item:nth-child(5) a:hover {
      color:#fff;
      opacity: 1;
    }
    .important_item:nth-child(7) a:hover {
      color:#2466b2;
      opacity: 1;
    }
    .important_item:nth-child(5) big,
    .important_item:nth-child(6) big,
    .important_item:nth-child(7) big {
      font: 20px/20px 'BlissPro-Heavy', Arial, sans-serif;
      text-transform: uppercase;
      padding-bottom: 10px;
      display: block;
    }
    .important_item:nth-child(5) small,
    .important_item:nth-child(6) small,
    .important_item:nth-child(7) small {
      font: 18px/18px 'BlissPro-Heavy', Arial, sans-serif;
    }*/
    /* /три маленьких блока */

/* Анкеты */
/*.important_item .quality_rating {
  background-color: none;
  background-image: url('../upload/spec2.png');
}
  .important_item .quality_rating h5 {
    padding: 10px 25px;
    color:#063974;
    font: 14px/16px 'BlissPro-ExtraBold', Arial, sans-serif;
  }
.important_item .outpatient,
.important_item .stationary  {
  display: block;
  color:#fff;
  padding: 8px 25px;
  background-size: 18px 18px;
}*/
/* / Анкеты */

	@media only screen and (max-width: 1024px) {
		.important_item {
			width: 47.5%;
		}
		.important_item .img_box {
			width: 100%;
		}
		.important_item:first-child {
			width: 100%;
		}
		.important_item  .text_box {
			width: 80%;
		}
		.important_item:first-child  .text_box {
			width: 45%;
		}
		.important_item:first-child .img_box {
			width: 45%;
		}
		.important_item .img_box  img {
			width: 100%;
		}
		.important_item:nth-child(5),
		.important_item:nth-child(6),
		.important_item:nth-child(7) {
			width: 47.5%;
		}
	}
/* /important */


/* spec_inform */
.spec_inform {}
	.spec_inform li {
		margin-top: 28px;
	}
	.spec_inform li:first-child {margin-top: 0;}
		.spec_inform li a{
			width: 294px;
			height: 42px;
			padding: 40px 30px;
			display: inline-block;
			background-color: #fff;
			color:#063974;
			text-decoration: none;
			transition: 0.3s;
		}
		.spec_inform li:first-child a{
			background-image: url('/templates/ott/_special/doctor.jpg');
			opacity: 0.80;
			color:#fff;
		}
		.spec_inform li:nth-child(2) a{
			background-image: url('/templates/ott/_special/eagle.jpg');
			opacity: 0.85;
			color:#063974;
		}
		.spec_inform li:first-child a:hover {
			color:#fff;
		}
		.spec_inform li a:hover {
			color:#2466b2;
			opacity: 1;
		}
			.spec_inform li big {
				font: 20px/20px 'BlissPro-Heavy', Arial, sans-serif;
				text-transform: uppercase;
				padding-bottom: 10px;
				display: block;
			}
			.spec_inform li small {
				font: 18px/18px 'BlissPro-Heavy', Arial, sans-serif;
			}
/* /spec_inform */


/***********************/
/*** --- Rubric --- ***/
/*********************/
.rubrics {
	overflow: hidden;
	height: 80px;
  margin-bottom:30px;
}
	.rubrics h4 {
		color:#333;
		font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
		text-transform: uppercase;
		float: left;
    width:105px;
		height: 80px;
		border-right: 1px #ccc solid;
	}
	#rubric-nav {
		display: inline-block;
		margin-left: 30px;
		width: 943px;
	}
		#rubric-nav li {
			display: inline-block;
			width: 220px;
		font: 14px/14px 'BlissPro-Medium', Arial, sans-serif;
		}
			#rubric-nav a {				
				display: inline-block;				
				padding: 9px 20px 9px 30px;
				color:#333;
				background-position: 12px 50%;
				background-repeat: no-repeat;
			}
			#rubric-nav a.current {
				display: inline-block;
				background-color: #e5e5e5;
				border-radius: 20px;
			}

			#rubric-nav a:hover {
				background-color: #e9e9e9;
				cursor: pointer;
				border-radius: 20px;
			}

			#rubric-nav li:nth-child(4) {width: 260px;}
			#rubric-nav li:nth-child(4) a {width: 225px;}


	#all-rubric {
		width: 1200px;
		margin: 0 -50px;
		background: #fff;
	}

	#all-rubric .rubric {
		width: 1050px;
		margin-left: 50px;
		padding: 20px 0;
		border-bottom: 1px #e0e0e0 solid;
		position: relative;
	}
		.rubric .rubric_link {
			text-decoration: none;
			transition: 0.3s;
		}

			/* arrow */
			.rubric .arrow {
				background: url('/templates/ott/images/arrow_news.png') no-repeat 0 0;
				width: 36px;
				height: 36px;
				display: block;
				position: absolute;
        right:-35px;
				top: 45%;
			}
			.rubric .rubric_link:hover .arrow {
				background-position: 0 -36px;
			}
			
			/* info */
			.rubric_info {
				/* font: 16px/18px 'BlissPro-BoldItalic', Arial, sans-serif; */
        font: 16px/18px 'BlissPro-Bold', Arial, sans-serif;
			}
			.rubric_info .date {
				width: 170px;
				/*margin: 0 35px;*/
				color:#666;
			}
			.rubric_info .date:first-child {
				margin-left: 35px;
			}
			.rubric_info .rubric_topic {
				text-decoration: underline;
				margin-left: 35px;
			}
			
			
			/* text */
			.rubric .rubric_text {
				color: #666;
				/* font: 16px/18px 'BlissPro-LightItalic', Arial, sans-serif; */
        font: 16px/18px 'BlissPro-Light', Arial, sans-serif;
				padding: 0 20px;
				background-position: 0 8px;
				background-repeat: no-repeat;
			}
				.rubric .rubric_text h4 {
					color:#333;
					font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
					margin: 25px 0px 0px 0px;
					padding: 2px 15px;
					border-left: 1px #ccc solid;
				}
				.rubric .rubric_text p {
					padding: 5px 15px;
				}


      /* disc rubric */
      .alls-news .rubric_topic {color: #063974;}
      .question .rubric_topic {color: #2c6ab0;}
      .dissert .rubric_topic {color: #c45c44;}
      .society .rubric_topic {color: #cc9999;}
      .seminar .rubric_topic {color: #77a881;}
      .training .rubric_topic {color: #c7c04b;}
      .learned .rubric_topic {color: #73a7e2;}
      #rubric-nav .alls-news a,
      .alls-news .rubric_text {
        background-image: url('/templates/ott/images/disc_alls.png');
      }
      #rubric-nav .question a,
      .question .rubric_text {
        background-image: url('/templates/ott/images/disc_question.png');
      }
      #rubric-nav .dissert a,
      .dissert .rubric_text {
        background-image: url('/templates/ott/images/disc_dissert.png');
      }
      #rubric-nav .life a,
      .life .rubric_text {
        background-image: url('/templates/ott/images/disc_life.png');
      }
      #rubric-nav .akcii a,
      .akcii .rubric_text {
        background-image: url('/templates/ott/images/disc_akcii.png');
      }
      #rubric-nav .achievements a,
      .achievements .rubric_text {
        background-image: url('/templates/ott/images/disc_achievements.png');
      }
			#rubric-nav .society a,
			.society .rubric_text {
				background-image: url('/templates/ott/images/disc_society.png');
			}
			#rubric-nav .seminar a,
			.seminar .rubric_text {
				background-image: url('/templates/ott/images/disc_seminar.png');
			}
			#rubric-nav .training a,
			.training .rubric_text {
				background-image: url('/templates/ott/images/disc_training.png');
			}
			#rubric-nav .learned a,
			.learned .rubric_text {
				background-image: url('/templates/ott/images/disc_learned.png');
			}
			


/* tabs */
.tabs__caption {
  height: 40px;
  margin-left: -50px;
}
	.tabs__caption li {
		width: 380px;
		display: inline-block;
		background: #e0e0e0;
		color:#999;
		font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
		text-transform: uppercase;
		height: 40px;
		padding-left: 24px;
		line-height: 40px;
		text-indent: 27px;
		margin-left:-4px;
		cursor: pointer;
	}
	.tabs__caption li.active {
		background: #063974;
		color: #fff;
	}
	.tabs__content {
		display: none; /* по умолчанию прячем все блоки */
		min-height: 200px;
		background: #fff;
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		margin-left: -50px;
	}
	.tabs__content.active {
		display: block; /* по умолчанию показываем нужный блок */
	}

/************************/
/*** --- /Rubric --- ***/
/**********************/




/*****************************/
/*** --- /Rubric item --- ***/
/***************************/
/* block-back */
.block-back {
	position: relative;
	margin-bottom: 80px;
	margin-top: -20px;
	margin-left:5px;
	
}
	.block-back .back {
		width: 80px;
		padding:2px 0 2px 25px;
		background: url('/templates/ott/images/icons_back_news.png') no-repeat 0 7px;
	}
	
/*** news item ***/
.news-item  {
  background: #fff;
  padding:    50px;
}
  /* rubric-title */
  .rubric-title {
    margin-bottom: 40px;
  }
	.rubric-title h2 {
		color:#333;
		font: 28px/30px 'BlissPro-Bold', Arial, sans-serif;
		text-transform: none;
	}
	.rubric-title .date,
	.rubric-title .date:first-child {
		margin-left: 0;
	}

  /* block-text */
  .news-item .block-text {
    /*width: 560px;*/
    padding:0;
    box-shadow:0px 0px 0px rgba(0,0,0,.1);
  }
    .news-item .block-text p {
      color:#666;
      /* font: 16px/18px 'BlissPro-LightItalic', Arial, sans-serif; */
    }
    .news-item .block-text h3 {
      color:#063974;
      font: 20px/43px 'BlissPro-Light', Arial, sans-serif;
      /** text-indent: 50px; **/
    }

  /* ссылки у Новости (скачиваемые файлы, фотогалереии и т.п. */
  .news-item .download {
    float: right;
    margin-left: 50px;
    height: 100%;
  }
  .news-item .download .download_item {
    background: #f5f5f5;
  }
  .container .news-item .download_item {
    margin-top: 0;
    margin-bottom: 1px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  }
  .container .news-item .download_item span {
    padding: 15px;
  }

/* Download */
.download {
  max-width: 380px;
  margin-bottom: 40px;
}

.download_item {
    display: flex;
    width: 100%;
    /*background: #fff;*/
    background: #fafafa;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 5px;
}
  .download_item:not(:first-child) {
    /* margin-top: 10px; */
  }
  .download_item span,
  .download_item .load {
    display: flex;
  }
    .download_item span {
      align-items: center;
      flex-grow: 1;
      /* padding: 10px 10px; */

      /* из links_time span */
      padding: 10px 20px;
      color:#333;
      font-family: 'BlissPro-Medium', Arial;
    }
    .download_item .load {
      display: flex;
      flex-flow: column nowrap;
      flex-shrink: 0;
      width: 90px;
    }
    .download_item .load a {
      display: flex;
      align-items: center;
      flex-grow: 1;
      box-sizing: border-box;
      padding: 12px 16px;
      justify-content: center;
      position: relative;
      white-space: nowrap;
      text-decoration: none;
      color: #fff;
      transition: 0.3s;
    }
    .download_item a:before {
      content: "";
      display: inline-block;
      width:14px;
      height: 17px;
      margin-right: 8px;
      background: url('/templates/ott/images/donwload.png') no-repeat;
    }
    .download_item .pdf {background: #c45c44;}
    .download_item .pdf:hover {background: #d45b3f;}
    .download_item .odt {background: #063974;}
    .download_item .odt:hover {background: #10509a;}
    .download_item .rtf {background: #063974;}
    .download_item .rtf:hover {background: #10509a;}
    .download_item .jpg {background: #948f33;}
    .download_item .jpg:hover {background: #a69d1f;}
    .download_item .djvu {background: #553f73;}
    .download_item .djvu:hover {background: #674d8c;}
    .download_item .html {background: #948f33;}
    .download_item .html:hover {background: #a69d1f;}

    /* Убрать картинку закгрузки для HTML-ссылок */
    .download_item a.html:before {
      background: none;
      margin:0px;
      width:0px;
      height:0px;
    }

    td .download_item {
      background: none;
      box-shadow: 0px 0px 0px rgba(0,0,0,.1);
    }
    td .download_item .load {
      flex-flow: column wrap;
      flex-wrap: wrap;
    }
    td .download_item .load a {}


/******************************/
/*** --- /Rubric item  --- ***/
/****************************/

/******************************/
/*** --- Comments news --- ***/
/****************************/
.comments-content {}
.extra.comments-content {
	width: 100%;
	margin: 50px 0 0;
}
.container .comments-content .numpages {
	margin-top: 0;
}
	.comments-content h3{
		height: 43px;
		line-height: 43px;
		background: #c7c04b;
		color:#fff;
		font: 18px/43px 'BlissPro-Heavy', Arial, sans-serif;
		text-transform: uppercase;
		text-indent: 50px;
	}
		.comments-content .all-comments {
			background: #fff;
			padding: 10px 50px;
		}
	.all-comments {
		margin: 0;
		background: #fff;
	}
	.all-comments .comment {
		padding: 20px 0;
		border-top: 1px #e0e0e0 solid;
		position: relative;
	}
	.all-comments .comment:first-child {border-top: 0;}
		.comment .date {
			width: 170px;
			margin: 0;
			color:#c7c04b;
		}		
			.comment_text {
				cursor: pointer;
				padding-bottom: 30px;
			}
				.comment_text h4 {
					color:#333;
					font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
					margin: 25px 0;
					padding: 0;
				}
				.comment_text p {
					padding: 15px 0;
					color: #666;
					font: 16px/20px 'BlissPro-LightItalic', Arial, sans-serif;
					
					height: 40px;
					line-height: 20px;
					overflow: hidden;
				}
/*** --- Form review --- ***/
.form_comments {
	background: #fff;
	padding: 0;
	margin-bottom: 0px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

/*******************************/
/*** --- /Comments news --- ***/
/*****************************/




/***********************/
/*** --- Search --- ***/
/*********************/
/*** from title ***/
/* searchWrap */
.title-search_do .searchWrap{
	float: left;
	margin-top: 0px;
}
	.title-search_do .search{
		float: left;
	}	
		.title-search_do .search input{			
			color: #fff;
			font: 17px 'BlissPro', Arial, sans-serif;
			padding: 15px 25px;
			width: 650px;
			border:0;
			border-bottom: 1px rgba(255,255,255,.4) solid;
			transition: 0.3s;
			outline: 0;
			z-index: 100;
			background: url('/templates/ott/images/loupe.png') no-repeat right center;
		}
/*** /from title ***/

	.search_do .search {
		overflow: hidden;
		display: inline-block;
	}
	.search-info {
		color:#ccc;
		font: 21px/21px 'BlissPro-ExtraBold', Arial, sans-serif;
		margin-bottom: 25px;
	}
		.search-info span {
			color:#063974;
			font: 21px/21px 'BlissPro-BoldItalic', Arial, sans-serif;
		}
		.search-info small{
			font: 16px/16px 'BlissPro', Arial, sans-serif;
		}
			.search-info small b{
				color: #666;
				font: 16px/16px 'BlissPro-Bold', Arial, sans-serif;			
			}

	.search_do h3{
		font: 21px 'BlissPro-ExtraBold', Arial, sans-serif;
		height: 43px;
		line-height: 43px;
		background: #063974;
		color:#fff;
		text-transform: uppercase;
		text-indent: 50px;	
	}
	dl.search {
		background:#fff;
		padding: 25px 40px 50px;
	}
		dl.search dt {
			padding: 50px 25px 25px;
			border-top: 1px #e0e0e0 solid;
		}
			dl.search dt,
			dl.search dt a { 
				font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
				color:#333;
			}
		dl.search dt:first-child {
			border-top: 0;
			padding: 25px;
		}
		dl.search dd {
			padding:0 25px 50px;
			font: 16px/16px 'BlissPro-LightItalic', Arial, sans-serif;
			color:#666;
		}


/************************/
/*** --- /Search --- ***/
/**********************/



/************************/
/*** --- Reviews --- ***/
/**********************/
.reviews {}
	.reviews h3{
		height: 43px;
		line-height: 43px;
		background: #c7c04b;
		color:#fff;
		font: 18px/43px 'BlissPro-Heavy', Arial, sans-serif;
		text-transform: uppercase;
		text-indent: 50px;
	}
	
		.reviews .all-reviews {
			background: #fff;
			padding: 10px 50px;
		}

	.all-reviews {
		width: 570px;
		margin: 0;
		background: #fff;
	}

	.all-reviews .review {
		width: 570px;
		padding: 40px 0;
		border-top: 1px #e0e0e0 solid;
		position: relative;
	}
	.all-reviews .review:first-child {border-top: 0;}
		.review .date {
			width: 170px;
			margin: 0;
			color:#c7c04b;
		}		
			.review_text {
				cursor: pointer;
				padding-bottom: 30px;
				background-image: url('../images/bottom_hover.png'), url('../images/arrow_review.png');
				background-position: 0 100%, 100% 0;
				background-size: 21px 6px, 37px 37px;
				background-repeat: no-repeat, no-repeat;
			}
				.review_text h4 {
					color:#333;
					font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
					margin: 25px 0;
					padding: 0;
				}
				.review_text p {
					padding: 15px 0;
					color: #666;
					font: 16px/20px 'BlissPro-LightItalic', Arial, sans-serif;
					
					height: 40px;
					line-height: 20px;
					overflow: hidden;
					transition: height 200ms ease;
				}
				.review_text:focus p {
					/*height: 100%;*/
					height: 30%;
				}
				/*.review_text .arrow {
					background: url('/templates/ott/images/arrow_review.png') no-repeat 0 0;
					width: 37px;
					height: 37px;
					display: block;
					position: absolute;
					right: 20px;
					top: 75px;
				}
				.review_text:focus  .arrow {
					background-position: 0 -37px;
				}*/
			.review_text:after {
				content: "";
				position: absolute;
				top: 65%;
				left: 0;
				width: 100%;
				height: 40px;
				background:linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.0));
			} 
			.review_text:focus,
			.review_text:focus:after {
				background: none;
				padding:0;
			}
			.review_text:focus{
				background-image: none, url('../images/arrow_review_focus.png');
				background-position: 0 100%, 100% 0;
				background-size: 21px 6px, 37px 37px;
				background-repeat: no-repeat, no-repeat;
			}
		/* .review .review_link {
			text-decoration: none;
			transition: 0.3s;
			cursor:pointer;
			cursor:pointer;
		}

		 .review_body {
			 display: none;
			 width: 500px;
		}*/
			/* arrow */
			/*.review .arrow {
				background: url('/templates/ott/images/arrow_review.png') no-repeat 0 0;
				width: 37px;
				height: 37px;
				display: block;
				position: absolute;
				right: 20px;
				top: 75px;
			}
			.review .bg_color .arrow {
				background-position: 0 -37px;
			} */
						
			/* text */
/* 			.review .review_text {
				color: #666;
				font: 12px/14px 'BlissPro-MediumItalic', Arial, sans-serif;
				padding: 0 0 20px;
				width: 500px;
				background-position: 0 100%;
				background-repeat: no-repeat;
				background-image: url('/templates/ott/images/bottom_hover.png'); */

				/* overflow: hidden;
				height: 180px;
				line-height: 25px; 
			}*/
			/* .review_text:before {
				content: "";
				float: left;
				width: 5px;
				height: 180px;
			}
			.review_text:after {
				content: "\02026";
				box-sizing: content-box;
				float: left;
				position: relative;
				top: -25px;
				left: 100%; 
				width: 610px;
				margin-left: -610px;
				padding-right: 5px;	
				text-align: right;
				background-size: 100% 100%;
				background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%, white);
			}
			.review_link:hover  .review_text {
				height: 100%;
				background: none;
			}
			.review_link:hover .review_text:after {
				background: none;
			} */
			/* .review_text:after {
				content: "";
				position: absolute;
				top: 60%;
				left: 0;
				width: 100%;
				height: 50px;
				background:linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.0));
			} 
			.bg_color .review_text,
			.bg_color .review_text:after {
				background: none;
				padding:0;
			}
				.review_text .date {
					width: 170px;
					margin: 0;
					color:#c7c04b;
				}
				.review_text h4 {
					color:#333;
					font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
					margin: 25px 0;
					padding: 0;
				}
				.review_text p,
				.review_body p {
					padding: 15px 0;
					color: #666;
					font: 16px/20px 'BlissPro-LightItalic', Arial, sans-serif;
				} */
				
/*** --- Form review --- ***/
.form_review {
	background: #fff;
	padding: 0;
	margin-bottom: 40px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
/*** --- quality_rating --- ***/
.quality_rating {
	background: #fff;
}
	.quality_rating h5 {
		padding: 25px;
		color:#666;
		font: 16px/20px 'BlissPro-ExtraBold', Arial, sans-serif;
		text-transform: uppercase;
	}
	.outpatient,
	.stationary  {
		display: block;
		color:#fff;
		padding: 25px;
		text-decoration: none;
		text-transform: uppercase;
		background-image: url('/templates/ott/images/quality_rating_a.png');
		background-repeat: no-repeat;
		background-position: 95% 45%;
	}
	.outpatient {
		background-color: #c7c04b;
	}
	.outpatient:hover {
		background-color: #d5be4b;
	}
	.stationary {
		background-color: #063974;
	}
	.stationary:hover {
		background-color: #10509a;
	}
/*************************/
/*** --- /Reviews --- ***/
/***********************/


/*****************************/
/*** --- Notfound 404 --- ***/
/***************************/

.container.notfound {
	width: 100%;
	height: 783px;
	background-image: url('/templates/ott/_special/404.png'), url('/templates/ott/_special/bg_404.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 5%, 50% 50%;
	background-size: auto, cover;
	color:#fff;
	padding: 0;
	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;;
}
	.notfound .block-notfound {
		width: 35%;
		margin: 0 auto;
		text-align: center;
		margin-top: 35%;
	}
		.notfound big,
		.notfound small {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			margin-bottom: 45px;		
		}
		.notfound big {
			font: 36px/40px 'BlissPro-ExtraBold', Arial, sans-serif;
			text-transform: uppercase;
		}
		.notfound small {
			font: 18px/18px 'BlissPro-Medium', Arial, sans-serif;
		}
		.notfound a{
			color: #fff;
			background: #063974;
			font-size: 18px;
			padding: 9px 48px;
			border-radius: 25px;
			text-decoration: none;
			transition: 0.3s;
			display: flex;
			width: 100px;
			margin: 0 auto;
		}
		.notfound a:hover {
			background: #10509a;
		}
/******************************/
/*** --- /Notfound 404 --- ***/
/****************************/


/************************/
/*** --- Contact --- ***/
/**********************/
.contacts {margin:0;}
.contacts {
	width: 100%;
	margin:0;
	padding:0;
	position: relative;
	height: 785px;
}
	#map_spb {
		width: 100%;
		height: 785px;
	}
	.contacts .information h1 {
		margin-bottom: 180px;
	}
	.contacts .information{
		/*height: 420px;
    height: 580px;*/
    height: 1000px;
		overflow: hidden;
 		position: absolute;
		top: 50px;
		right: 50px;
		z-index: 500;

		opacity: 1;
		background: #fff;
		padding: 30px;
		width: 300px;
		color: rgba(102, 102, 102, 1);
		font: 18px 'BlissPro-Medium', sans-serif;
	}
		.contacts .information h2 {
			font: 24px 'BlissPro-ExtraBold', sans-serif;
			padding: 0 0px;
		}
		.contacts .information dl {
			/* padding: 15px 0 15px 80px; */
      padding: 5px 0 20px 50px;
			background-repeat: no-repeat;
			/*background-position: 20px 15px; */
      background-position: 0px 5px;
		}
			.contacts .information dt {
				color: rgba(6, 57, 116, 1);
				/*font-size: 24px;
				margin-bottom: 5px; */
				font-size: 18px;
				margin-bottom: 0px;
			}
			.contacts .information dd {
				margin-bottom: 8px;
			}
				.contacts .information dt a,
				.contacts .information dd a {
					text-decoration: underline;
					color: rgba(6, 57, 116, 1);
					/*font-size: 24px; */
          font-size: 18px;
				}
				.contacts .information dd a:hover {
					text-decoration: none;
				}

		.contacts .butSpb dl:nth-child(2) {
			background-image: url('../images/icons_address.png');
		}
		.contacts .butSpb dl:nth-child(3){
			background-image: url('../images/icons_call.png');
		}
		.contacts .butSpb dl:nth-child(4) {
			background-image: url('../images/icons_email.png');
		} 
/*************************/
/*** --- /Contact --- ***/
/***********************/


/***************************/
/*** --- Polyclinic --- ***/
/*************************/
/* tabs1 */
.tabs1 {
	width: 100%;
	margin: 0 0 30px;
}
	.tabs1__caption {
		height: 72px;
		line-height: 70px;
		list-style: none;

	}
		.tabs1__caption li {
			float: left;
			display: inline;
			margin: 0 0 -2px 0;
			color: #666;
			cursor: pointer;
			border-bottom: 1px solid #e0e0e0;
			position: relative;
			transition: 0.3s;
			background: url('/templates/ott/images/fon_tabs_caption.png') no-repeat;
			text-transform: none; /* uppercase */
			text-align: center;
			font: 18px/25px 'BlissPro-Bold', Arial, sans-serif;
			height:100%; 
			width:33%;  /* 400px; */
			display:flex;
		}
		.tabs1__caption li:hover{
			color: #063974;
			background: #fff;
			font-family: 'BlissPro-Heavy';
		}
		.tabs1__caption li span {
			margin:auto; 
		}
		.tabs1__caption .active {
			color: #063974;
			background: #fff;
			font-family: 'BlissPro-Heavy';
		}
	.tabs1__content {
		display: none;
		border-width: 0 1px 1px;
		padding: 0;
		margin-top: 1px;
		width: 100%;
		height: 600px;
		background: #fff;
	}
	.tabs1__content.active {
		display: block;
	}

/* vertical */
.tabs2.vertical {
	/*width: 100%;*/
	/* height: 600px; */
	border-left: 400px solid #FFF;
}
	.vertical .tabs2__caption {
		width: 400px;
		float: left;
		display: inline;
		margin: 35px 0 0 -400px;
		margin: 35px 0 0 -400px;
	}
		.vertical .tabs2__caption li {
			padding: 0 50px;
			/*margin: 0 0 1px;*/
			margin: 0 0 20px 0; /* 0 0 35px 0; */
			cursor: pointer;
			font: 16px/22px 'BlissPro-Medium', Arial, sans-serif;
			/*height:100%;*/
			width:230px; 
			display:flex;
		}
		.vertical .tabs2__caption li:hover {
			color: #063974;
			background: url('/templates/ott/images/arrows_active.png') no-repeat 100% 7px;
		}
		.vertical .tabs2__caption .active {
			color: #063974;
			/*margin-right: -1px;*/
			background: url('/templates/ott/images/arrows_active.png') no-repeat 100% 7px
		}
			.vertical .tabs2__caption li span {
				margin:auto 0;
			}
	.vertical .tabs2__content {
		display: none;
		background: #fff;
		padding: 30px 30px 30px 0;
		width: 770px;
		height: 540px;
	}
	
	.vertical .tabs2__content .block-text {
		padding: 0;
		box-shadow: 0px 0px 0px rgba(0,0,0,.1);
    margin-left:-20px;
    width:700px;
	}
	.tabs2__content.active {
		display: block;
	}
		.vertical .scroll-pane,
		.vertical .text-scrollbar {
			width: 780px;
			height: 540px;
			overflow: auto;
		}		
		/*.vertical .scroll-pane .jspHorizontalBar {height: 0;}*/
	
/****************************/
/*** --- /Polyclinic --- ***/
/**************************/

/**********************/
/*** --- about --- ***/
/********************/
.historyWrap{
    width: 100%;
    overflow: hidden;
}
	.historyImages{
		position: relative;
		width: 100%;
		height: 800px;
		/*height: 530px;*/
		overflow: hidden;

		background: #585858;
		margin-left: -105px;
		padding-right: 105px;
	}
		.historyImages li{
			display: inline-block;
			position: relative;
			width: 36%;
			margin-left: -4px;
			overflow: hidden;
			cursor: pointer;
			transition:  0.5s;
			transform: skew(-15deg);
			background: #585858;
		}
		.historyImages li:after{
			position: absolute;
			width: 100%;
			height: 100%;
			background: #000;
			opacity: 0.6;
			content: "";
			left: 0;
			top: 0;
			z-index: 2;
			transition: 0.5s;
		}
			.historyImages li img{
				transform: skew(15deg);
			}


.historyImages li:nth-child(2) {
	width:38%;
	z-index: 10;
}

.historyImages li:last-child{
	/*left: auto !important;*/
    position: absolute;
	right: -110px;
}
.historyImages li:hover:last-child{
	z-index: 20;
}
	.historyImages li img{
		margin-left: -110px;
	}
.historyImages li:hover{
    width: 45%;
	cursor: default;
}
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 1800px) {
		.historyImages li:nth-child(2) {
			width:43%;
		}
		
		.historyImages li:hover:nth-child(2) {
			width:55%;
		}

	}

.historyImages li:hover:after{
   /*  position: absolute;
    width: 100%;
    height: 100%; */
    background: none;
	transition: 0.3s
    content: "";
/*  opacity: 0.4;
	left: 0;
    top: 0;
    z-index: 2;
    transition: 0.5s; */
}
	.historyImages li > p {
		position: absolute;
		top: 45%;
		left: 30%;
		width: 400px;
		height: 50px;
		color: #fff;
		text-align: center;
		z-index: 3;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

/*добавка*/
.historyImages li > p span {
    display: none;
    width: 400px;
    line-height: 0.6;
    /*margin: -45px 0 20px -90px;*/
    text-align: center;
    color: #fff;
	transform: skew(15deg);
	font: 38px/38px 'BlissPro-Medium', Arial, sans-serif;
	transition: 0.3s
	
}
/*добавка*/
	.historyImages li > p .more {
		display: none;
		width: 120px;
		color:#fff;
		background:#063974;
		font-size: 18px;
		padding: 9px 48px;
		border-radius: 25px;
		text-decoration: none;
		transition: 0.3s;
		margin: 20px 0 0 100px;
		transform: skew(15deg);
	}
/*добавка*/
	.historyImages li > p .more:hover {background: #10509a;}
	.historyImages li:last-child > p {
		left: 20%;
	}
/* .historyImages li > p:before{
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.75);
    transform: skew(15deg) rotate(-45deg);
    top: -26px;
    left: -20px;
    z-index: -1;
    -webkit-transition: 0.3s ;
    -moz-transition: 0.3s ;
    -ms-transition: 0.3s ;
    -o-transition: 0.3s ;
    transition: 0.3s ;
} */
/* .historyImages li:before{
    width: 100%;
    height: 4px;
    background: url("/templates/ott/images/dots.png");
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
} */
.historyImages li:hover > p{color: #fff;}
.historyImages li:hover > p:before{
    /*background: rgba(255, 255, 255, 0.75);*/
    /*background: rgba(12, 230, 120, 0.78);
    background: rgba(0, 0, 0, 0.75);
    height: 200px;
    width: 200px;
    margin-top: -60px;
    margin-left: -60px;*/
}
/*добавка*/
.historyImages li:hover > p span {display: block;}
/*добавка*/
.historyImages li:hover > p .more {display: block;}
	
	@media only screen and (max-width : 1024px) {
		.historyImages li {
			width: 40%;
		}
		.historyImages li:nth-child(2) {
			width:45%;
		}
		.historyImages li img {
			margin-left: -250px;
		}
		.historyImages li > p {
			left: 10%;
		}
		.historyImages li:first-child > p {
			left: 15%;
		}
		.historyImages li:last-child > p {
			left: 5%;
		}
		.historyImages li > p span {
			font-size: 32px;
		}
	}
/***********************/
/*** --- /about --- ***/
/*********************/

/****************************/
/*** --- about vitae --- ***/
/**************************/
	.vitae .paramedic {
		box-shadow: 1px 1px 1px rgba(0,0,0,.1);
	}
		.vitae .img_paramedic img { 
			width: 380px;
			height: 380px;
		}
		.vitae .info_paramedic big {
			color:#333;
		}
		.vitae .info_paramedic p {
			color:#333;
			font-family: 'BlissPro-Medium', Arial;
			font-size: 16px;
			padding-bottom: 20px;
		}

  /* галерея */
  .vitae .am-wrapper{
    float:left;
    position:relative;
    overflow:hidden;
    width: 190px !important;
  }
  .vitae .am-wrapper img{
    position:absolute;
    outline:none;
    overflow: hidden;
    width: 190px !important;
  }

	
/*****************************/
/*** --- /about vitae --- ***/
/***************************/

/******************************/
/*** --- about history --- ***/
/****************************/
.content .mini_pages {
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	text-align: center;
}
.content .mini_pages li {
	height:10px;
	width: 10px;
	margin: 10px 0;
	text-align: center;
	display:flex;
}
.content .mini_pages a {
	display: block;
	width: 7px;
	height: 7px;
	margin:auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(6, 57, 116, .4);
	transition: 0.1s;
}
.content .mini_pages a:hover,
.content .mini_pages a:active {
	background: rgba(6, 57, 116, 1);
	width: 9px;
	height: 9px;
	margin:auto 0;
}

.am-container {
  width: 100%;
}
/* Мозаика галереи (история Института)*/
.history .am-wrapper{
  float:    left;
  position: relative;
  overflow: hidden;
  width:    190px !important;
}
.history .am-wrapper img {
  position: absolute;
  outline:  none;
  overflow: hidden;
  width:    190px !important;
}
.history .am-wrapper:nth-child(n+6):nth-child(3n+3),
.history .am-wrapper:nth-child(n+6):nth-child(3n+3) img,
.history .am-wrapper:first-child,
.history .am-wrapper:first-child img {
  width: 380px !important;
  height: 380px !important;
}
/* /Мозаика галереи */

/*******************************/
/*** --- /about history --- ***/
/*****************************/

/****************************/
/*** --- about today --- ***/
/**************************/
.today .banner-info {
  width: 100%;
  height: 230px;
  padding: 65px 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 100px;

  background-image: url('/templates/ott/_special/1797.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.today .banner-info .banner-title {
  width: 60%;
  margin: 0 auto 45px;
  color:#063974;
  text-transform: uppercase;
  font: normal 30px/30px 'BlissPro-ExtraBold', Arial, sans-serif;
}
.today .banner-info .banner-title big{
  font-size: 42px;
}
.today .banner-block-text{
  display: flex;
  justify-content: space-around;
}
.today .banner-text {
  width:285px;
  display: inline-block;
  color:#666;
  font: normal 24px/24px 'bodoni72c', Arial, sans-serif;
}
.today .banner-text:first-child {width: 295px;}

.today .banner-text small:first-child {float: left;}
.today .banner-text small:last-child {float: right;}
.today .banner-text span {
  color:#063974;
  font: normal 80px/80px 'bodoni72c', Arial, sans-serif;
  clear: both;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.today .banner-text span big {
  font-size: 110px;
  margin-top: 12px;
  display: inline-block;
}

/*.today .am-wrapper:first-child,
.today .am-wrapper:first-child img {
  height: 376px !important;
  width: 251px !important;
} */

  .today .am-wrapper{
    float:left;
    position:relative;
    overflow:hidden;
    width: 190px !important;
  }
  .today .am-wrapper img{
    position:absolute;
    outline:none;
    overflow: hidden;
    width: 190px !important;
  }

	.today .am-wrapper:first-child,
	.today .am-wrapper:first-child img,
	.today .am-wrapper:nth-child(6n+1),
	.today .am-wrapper:nth-child(6n+1) img,
	.today .am-wrapper:nth-child(7n+1),
	.today .am-wrapper:nth-child(7n+1) img {
		width: 440px !important;
		height: 440px !important;
	}
	.today .am-wrapper:nth-child(2n),
	.today .am-wrapper:nth-child(2n) img,
	.today .am-wrapper:nth-child(3n),
	.today .am-wrapper:nth-child(3n) img,
	.today .am-wrapper:nth-child(4n),
	.today .am-wrapper:nth-child(4n) img,
	.today .am-wrapper:nth-child(5n),
	.today .am-wrapper:nth-child(5n) img,
	.today .am-wrapper:nth-child(11n),
	.today .am-wrapper:nth-child(11n) img,
	.today .am-wrapper:nth-child(17n),
	.today .am-wrapper:nth-child(17n) img  {
		width: 220px !important;
		height: 220px !important;
	}

	@media only screen and (max-width : 1024px) {
		.today .am-wrapper:first-child,
		.today .am-wrapper:first-child img,
		.today .am-wrapper:nth-child(5n+1),
		.today .am-wrapper:nth-child(5n+1) img,
		.today .am-wrapper:nth-child(6n+1),
		.today .am-wrapper:nth-child(6n+1) img {
			width: 260px !important;
			height: 260px !important;
		}
		.today .am-wrapper:nth-child(2n),
		.today .am-wrapper:nth-child(2n) img,
		.today .am-wrapper:nth-child(3n),
		.today .am-wrapper:nth-child(3n) img,
		.today .am-wrapper:nth-child(4n),
		.today .am-wrapper:nth-child(4n) img,
		.today .am-wrapper:nth-child(5n),
		.today .am-wrapper:nth-child(5n) img,
		.today .am-wrapper:nth-child(11n),
		.today .am-wrapper:nth-child(11n) img,
		.today .am-wrapper:nth-child(17n),
		.today .am-wrapper:nth-child(17n) img  {
			width: 130px !important;
			height: 130px !important;
		}
		header.others ~ main .today .content {
			height: 1040px;
		}
	}


/*****************************/
/*** --- /about today --- ***/
/***************************/



/************************************/
/*** --- specialized centers --- ***/
/**********************************/

/*************************************/
/*** --- /specialized centers --- ***/
/***********************************/


/******************************/
/*** --- clinics_4go_2 --- ***/
/****************************/
/*methods*/
.methods {
  background: #fff;
}
/*******************************/
/*** --- /clinics_4go_2 --- ***/
/*****************************/

/**********************/
/*** --- Right --- ***/
/********************/
.paramedic {
  background: #fff;
  margin-bottom: 20px;
}
.img_paramedic {
  width: 380px;
  /* height: 330px; */
  display: block;
  overflow: hidden;
}
.img_paramedic img { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 70%;
  /* width: 250px; */
  /* width: 380px; */
  /* height: 330px; */
}

.img_paramedic_director {
  width: 300px;
  height: 450px;
  display: block;
  overflow: hidden;
  float: left;
  padding: 20px;
}
.img_paramedic_director img {
  width: 300px;
  height: 450px;
}
.info_paramedic_director {
  font-size: 25px;
  color:#000;
  padding: 300px 25px 20px;
}
.info_paramedic_director span,
.info_paramedic big {
  display: block;
  padding-bottom: 15px;
}
.info_paramedic_director span {
  font-family: 'BlissPro-Medium', Arial;
}
.info_paramedic_director big {
  font-family: 'BlissPro-ExtraBold', Arial;
  text-transform: uppercase;
}

.info_paramedic {
  font-size: 16px;
  padding: 25px 25px 10px;
}
.info_paramedic span,
.info_paramedic small,
.info_paramedic big {
  display: block;
  padding-bottom: 15px;
}
.info_paramedic span {
  color:#333;
  font-family: 'BlissPro-Medium', Arial;
}
.info_paramedic small {
  color:#999;
  font-family: 'BlissPro-Light', Arial;
}
.info_paramedic big {
  color:#063974;
  font-family: 'BlissPro-ExtraBold', Arial;
  text-transform: uppercase;
}


	@media only screen and (max-width: 1024px) {
		.img_paramedic {
			width: auto;
			height: auto;			
		}
		.paramedic .img_paramedic img {
			width: 100%;
			height: auto;
		}
	}
/* work time */
.worktime {
	background: #fff;
	margin-bottom: 20px;
	padding: 30px;
  font: normal 18px/18px 'BlissPro-Light', Arial, sans-serif;
}

.worktime big {
  color:#063974;
  text-transform: uppercase;
  font: normal 20px/20px 'BlissPro-Heavy', Arial;
  margin-bottom: 10px;
  /*float: left;*/
  display: block;
  text-align:center;
}
.worktime ul li:last-child {
  margin-bottom:0px;
}

.worktime .weekend {
  color:#c45c44;
}
	.worktime ul {
		max-width: 200px;
		padding-left: 50px;
		margin: 0;
		list-style: none;
		/*max-width: 300px;
		padding: 30px 40px;
		background: #fff;*/
	}
		.worktime li {
			position: relative;
			margin-bottom: 20px;
			padding: 0 0 2px;
			color: #063974;
			font: normal 14px/14px 'BlissPro-Medium', Arial, sans-serif;
			text-transform: uppercase;
			/*margin-bottom: 16px;
			padding: 8px 0;*/
		}

		.worktime li:nth-child(6),
		.worktime li:nth-child(7) {
			color: #c7c04b;
		}
			.worktime small {
					margin-left: -50px;
					margin-top: -2px;
					display: inherit;
					float: left;
					font: normal 18px/18px 'BlissPro-ExtraBold', Arial, sans-serif;
					text-transform: uppercase;
				}
			.worktime span {
				width: 0;
				height: 6px;

				position: absolute;
				top: 100%;

				background: #063974;

				transition: width 1s ease-in-out;
			}
			.worktime li:nth-child(6) span,
			.worktime li:nth-child(7) span {
				background: #c7c04b;
			}
			.worktime li span.range2 {margin-left: 10px;}
/* /work time */

/* appointment */
.appointment {
	background: #fff;
	margin-bottom: 20px;
	padding: 30px;
	font: normal 18px/18px 'BlissPro-Light', Arial, sans-serif;
}
	.appointment big {
		color:#063974;
		text-transform: uppercase;
    font: normal 20px/20px 'BlissPro-Heavy', Arial;
		margin-bottom: 25px;
		/*float: left;*/
		display: block;
	}
	.appointment ul {
		color:#333;
	}
		.appointment li {
			padding-left: 10px;
			margin-bottom: 25px;
		}
			.appointment li a {
				color:#333;
				text-decoration: none;
			}
			.appointment li .tel a {color:#063974;}
			.appointment li a:hover {
				text-decoration: underline;
			}
			.appointment li .tel {
				display: block;
				background: url('/templates/ott/images/icons_call.png') no-repeat 0 5px;
				color:#063974;
				font-size: 24px;
				font-family: 'BlissPro-Medium', Arial;	
        line-height:1.5;
				padding-left: 55px;
				width: 205px;
				margin-top: 20px;
				margin-left: -10px;
        min-height:45px;
			}
			.appointment li .email {
				display: block;
				background: url('/templates/ott/images/icons_email.png') no-repeat 0 5px;
				color:#063974;
				font-size: 24px;
				font-family: 'BlissPro-Medium', Arial;	
        line-height:1.5;
				padding-left: 55px;
				width: 205px;
				margin-top: 20px;
				margin-left: -10px;
        min-height:45px;
			}
	.appointment p {
		font-size: 16px;
		color:#666;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	/* .appointment p:before{
		content: "";
		background: #063974;
		width: 24px;
		height: 3px;
		display: block;
		margin-bottom: 25px;
	} */
		.appointment p .tel {
			display: block;
			color:#063974;
			font-size: 18px;
			font-family: 'BlissPro-Medium', Arial;	
			line-height: 2;
			width: 155px;
			margin-top: 15px;
		}
			.appointment .tel small,
			.appointment li > small {
				display: block;
				padding: 10px 0;
				color:#333;
				font-family: 'BlissPro-ExtraBold', Arial;
				font-size: 16px;
			}
			.appointment li > small {
				margin-left: 45px;
			}
			.appointment li > small + a {
				color:#063974;
				margin-left: 45px;
				font-size: 24px;
				font-family: 'BlissPro-Medium', Arial;
			}
/* /appointment */
		
/* Staff */
.staff {
  margin-bottom: 10px; /* 20px; */
}
.staff .cbp-ntcontent ul {
  margin: 10px 0;
}
  .staff .cbp-ntcontent ul li{
    margin-bottom: 5px; /* 25px; */
  }
  .staff .cbp-ntcontent ul li:last-child {
    margin-bottom: 5px;
  }
  .staff .cbp-ntcontent ul big {
    color:#333;
    font-size: 16px;
    font-family: 'BlissPro-Medium', Arial;
    display: block;
    /* margin: 7px 0; */
    margin-top: 5px;
  }
  .staff .cbp-ntcontent ul small {
    color:#999;
    font-size: 16px;
    font-family: 'BlissPro-Light', Arial;
    display: block;
  }
/* /Staff */

/* Links */
.links {
  // max-width: 320px;
  max-width:760px;
  margin-bottom: 20px;
}
  .links_item {
    display: flex;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  }
  .links_item:not(:first-child) {
    margin-top: 5px;
  }
  .links_item span,
  .links_item .load {
    display: flex;
  }
  .links_item span {
    align-items: center;
    flex-grow: 1;
    padding: 10px 20px;
    color:#333;
    font-family: 'BlissPro-Medium', Arial;
  }
  .links_item .load {
    display: flex;
    flex-flow: column nowrap;
    flex-shrink: 0;
    width: 90px;
  }
  .links_item .load a {
    display: flex;
    align-items: center;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 16px 16px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
  }
  .links_item .html {background: #c45c44;}
  .links_item .html:hover {background: #d45b3f;}
  td .links_item {
    background: none;
    box-shadow: 0px 0px 0px rgba(0,0,0,.1);
  }
  td .links_item .load {
    flex-flow: column wrap;
    flex-wrap: wrap;
  }
  td .links_item .load a { }

/* specialized */
.specialized  {
	display: block;
	background: url('/templates/ott/images/fon_block_title.png') no-repeat 90% 0;
	padding: 15px 20px;
	height: 40px;
	width: 340px;
	color: #fff;
	font: normal 18px/18px 'BlissPro-bold', Arial, sans-serif;
}
/* specialized */

/* visit_payment */
aside .visit_payment  {
	background:#fff;
	padding: 30px 30px 10px;
	margin-bottom: 50px;
}
.container aside .visit_payment h5 {
	color: #333;
	font: 16px 'BlissPro-Bold', Arial, sans-serif;
	text-transform: uppercase;
}
.container aside .visit_payment h5 + p {
	padding-bottom:10px;
	font: 16px 'BlissPro-LightItalic', Arial, sans-serif;
}
.container aside .visit_payment h5 + p + p {
	color: #c45c44;
    font: 24px 'BlissPro-BoldItalic', Arial, sans-serif;
    padding-bottom: 30px;
}
/* visit_payment */



/***********************/
/*** --- /Right --- ***/
/*********************/




/*********************/
/*** --- Form --- ***/
/*******************/
.form {}
	.form legend {
		text-align: left;
		font: 18px 'BlissPro-Heavy', Arial, sans-serif;
		text-transform:uppercase;
		color:#fff;
		height: 72px;
		line-height: 72px;
		padding-left: 25px;
		background: url('/templates/ott/images/fon_block_title.png') no-repeat 100% 50%;
		width: 100%;
	}
	.form fieldset {
		padding: 25px;
	}
	.form fieldset:last-child {
		padding: 0 25px 25px;
	}
		.form input,
		.form textarea {
			width: 90%;
			color: rgba(16, 35, 40, .8);
			font: 16px 'BlissPro-Italic', Arial, sans-serif;
			border: 1px #f0f0f0 solid;
			padding: 15px;
			margin-bottom: 20px;
			border-radius: 0 ;
		}
		.form textarea {margin-bottom: 0;}
		.form input.button {
			width: 100% !important;
			cursor: pointer;
			text-transform: uppercase;
			font: 18px 'BlissPro-Heavy', Arial, sans-serif;
			letter-spacing: 2px;
			border: 2px #063974 solid !important;
			background: #fff;
			margin: 0;
			border-radius: 30px;
			transition: 0.3s;
			color:#063974;
			padding: 15px !important;
		}
		.form_comments .form input.button {
			width: 20% !important;
			
		}
		.form input.button:hover {
			color:#fff;
			border: 2px #10509a solid;
			background: #10509a;
		}
		.form .captcha {
			width: auto;
			margin-right: 10px;
		}

	/*** ---  anketa --- ***/
	.anketa {
		width: 705px;
		padding: 40px 30px 20px;
	}
		.anketa fieldset {
			padding: 25px 10px;
			position: relative;
		}
		.anketa > legend:first-child{
			overflow: hidden;
			width: 450px;
			height: auto;
			margin: 0 auto;
			padding: 0;
			text-align: center;
			background: none;
			color:#666;
			font: 18px/22px 'BlissPro-Medium', Arial, sans-serif;
			border-bottom: 1px #e0e0e0 solid;
		}
		.anketa legend,
		.anketa .jspPane > legend{
			height: auto;
			width: 100%;
			margin: 0 auto;
			padding: 20px 0 0;
			background: none;
			text-align: left;
			color: #666;
			font: 16px/20px 'BlissPro-LightItalic', Arial, sans-serif;
			text-transform: none;
			border-bottom: 0;
		}
			.anketa legend span {
				display: block;
				color:#c7c04b;
				font: 18px/22px 'BlissPro-ExtraBold', Arial, sans-serif;
				padding: 20px 0;		
			}
			.anketa label {
				float: left;
				margin-bottom: 10px;
			}
			.anketa input.button {
				width: 301px !important;
				display: block;
				margin: 0 auto;
				/*margin-right: 40px;
				float: right;*/
			}
			.anketa input.reset {
				color:#999;
				font: 12px/12px 'BlissPro-ExtraBold', Arial, sans-serif;
				background: #fff;
				text-transform: uppercase;
				border: 1px #999 solid;
				border-radius: 5px;
				width: 140px;
				float: right;
				margin-right: 15px;
				cursor: pointer;
				transition: 0.3s;
				z-index: 50;
			}
			.anketa input.reset:hover {
				background:#f0f0f0;
			}
	
	/* tooltip */
	.tool {
		cursor: help;
		position: relative;
	}

	.tool::before,
	.tool::after {
		left: 50%;
		opacity: 0;
		position: absolute;
		z-index: -100;
	}

	.tool:hover::before,
	.tool:focus::before,
	.tool:hover::after,
	.tool:focus::after {
		opacity: 1;
		z-index: -100;
	}
	.tool::before {
		/* border-style: solid;
		border-width: 1em 0.75em 0 0.75em;
		border-color: #c45c44 transparent transparent transparent;
		content: "";
		bottom: 100%;
		margin-left: -0.5em;
		top: -2em;
		transition: opacity 3s ease, top 1s ease; */
	}
	.tool:hover::before,
	.tool:focus::before {
		top: -1em;
	}
	.tool::after {
		background: #c45c44;
		border-radius: 0.25em;
		/* bottom: 178%;
		width: 17.5em;
		margin-left: -8.75em; */
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		content: attr(data-tool);
		padding: 1em;
		transition: opacity 0.15s ease;
		bottom: -84px;
		margin-left: 480px;
		width: 112px;
	}
	/* /tooltip */
	
	
	
		/*checkbox & radio*/
		.checkbox,
		.radio {
			display: none;
		}
		.checkbox-custom,
		.radio-custom {
			width: 18px;
			height: 18px;
			border: 2px solid #ccc;
			border-radius: 5px;
			position: relative;
		}
		.checkbox-custom,
		.radio-custom,
		.label {
			display: inline-block;
			vertical-align: middle;
			margin: 0 3px;
			font: 14px 'BlissPro-Light', Arial, sans-serif;
			color: #666;
		}
		.checkbox-custom + .label {
			width: 120px;
		}
		.radio-custom + .label {
			width: 560px;
		}
		.checkbox:checked + .checkbox-custom::before,
		.radio:checked + .radio-custom::before {
			content: "";
			display: block;
			position: absolute;
			top: 2px;
			right: 1px;
			bottom: 2px;
			left: 1px;
			border-radius: 5px;
			/*background: #413548;*/
			background-image:url(/templates/ott/images/formelements.png);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		.radio:checked + .radio-custom::before {
			background-image: none;
			background: #413548;
			top: 4px;
			right: 4px;
			bottom: 4px;
			left: 4px;
		}
		.radio-custom,
		.radio:checked + .radio-custom::before {
			border-radius: 50%;
		}
		/*checkbox & radio*/
			
	/*** ---  /anketa --- ***/
	.anketa .scroll-pane,
	.anketa .scrollbar {
		width: 715px;/*100%*/
		height: 550px;
		overflow: auto;
		/*padding-right: 35px;*/
	}
	.popup .scroll-pane div {margin-bottom: 0;}
	.popup .scrollbar div {margin-bottom: 0;}
		.jspCap {
			display: block;
			background: #eeeef4;
		}
		.jspVerticalBar .jspCap {
			height: 20px;
		}
		.jspHorizontalBar .jspCap {
			width: 50px;
			height: 100%;
		}
	
		
/**********************/
/*** --- /Form --- ***/
/********************/

div.photos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0px;
  flex-wrap: wrap;
  justify-content: center; /* отцентрировать */
}
.photo_block {
  margin-bottom: 10px;
}
.photo_block_img {
  display: block;
  overflow: hidden;
}
.photo_block_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.photo_block_descr {
  font-size: 16px;
  padding: 15px 15px 10px;
  text-align:center;
  display:block;
  color:#333;
  font-family: 'BlissPro-Medium', Arial;
}

.action_button {
  color:#000;
  background: #f5f5f5;
  border: 1px #e0e0e0 solid;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}
.action_button:hover {
  color:#fff;
  background: #10509a;
  /* background: #d45b3f; */
  border: 1px #10509a solid;
}
.banner_sidebar {
  background: #f5f5f5;
}