/*******************************************/
/* Статья МСКТ */
.article-item.news-item-34{}
.article-item.news-item-34 .images{
    float: none;
    width: 100%;
    margin: 0 0 10px;
}
.article-item.news-item-34 .images img{
	display: block;
}
.news-item-34 .price .list-val{}
.news-item-34 .price .list-val strong{
    color: var(--clr-greenlight);
    margin-right: 5px;
    font-size: 20px;
}
.news-item-34 .price .list-val strike{
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
    color: red;
	display: inline-block;
}

/* Статья директор */
.director-item .images{
    margin: 0 0 15px;
    float: none;
    width: 100%;
}
.director-item .image img{
    display: block;
}
.director-item .text{
    font-size: 22px;
    font-style: italic;
    text-align: center;
    background-color: var(--clr-1);
    padding: 30px 40px;
    position: relative;
}
.director-item blockquote{
    background-color: transparent;
    color: var(--clr-black);
    position: relative;
    z-index: 10;
}
.director-item blockquote:before,
.director-item blockquote:after{
    content: "";
    background: url(../images/blockquote.svg) no-repeat center / contain;
    width: 70px;
    height: 70px;
    z-index: -1;
    display: block;
	position: relative;
}
.director-item blockquote:before{
	margin-bottom: -60px;
}
.director-item blockquote:after{
    transform: rotate(180deg);
    margin-left: auto;
    margin-top: -60px;
}
.director-item blockquote p{
    line-height: 28px !important;
    margin-bottom: 20px;
}
.director-item blockquote p:last-child{
    margin-bottom: 0;
}
.director-item iframe{
	width: 100%;
	margin-top: 15px;
	height: calc(595px / (1060 / var(--width)));
	margin-top: 0;
	margin-bottom: 15px;
}

#director{
    margin-top: 15px;
    background-color: var(--clr-1);
    text-align: center;
    padding: 30px;
}
#director h3{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
}
#director .inputs{
    max-width: 600px;
    margin: 0 auto 20px;
}
#director .inputs input{}
#director textarea{
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    height: 140px;
}
#director textarea,
#director .inputs input{
    border: 1px solid #dedede;
    box-sizing: border-box;
    background: var(--clr-3);
    font-size: 14px;
    padding: 10px;
}
#director textarea:hover,
#director textarea:focus,
#director .inputs input:hover,
#director .inputs input:focus{
	background-color: var(--clr-white);
}
#director .accord{
    font-size: 12px;
    margin: 15px 0 15px;
}
#director .accord input{
    top: 2px;
    margin-right: 2px !important;
}
#director .accord a{
	font-weight: 600;
    color: var(--clr-4);
    border-bottom: 1px dashed var(--clr-4);
    transition: border-color .15s linear;
}
#director .accord a:hover{
	border-color: transparent;
}
#director button{
    padding: 7px 20px;
}

/* Новость 16 */
.news-item-16 .doctors-item{
    --margin-top: 30px;
}
.news-item-16 .doctors iframe{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}
.news-item-16 .doctors-spec{
    margin-top: 5px;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.news-item-19 .doctors{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-item-19 .doctors-item{
    margin-bottom: 30px;
}
.news-item-19 .doctors-item:last-child{
    margin-bottom: 0;
}
.news-item-19 .doctors-image{
    height: 300px;
    width: 240px;
    margin-bottom: 10px;
}
.news-item-19 .doctors-name{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
}
.news-item-19 .doctors ul{
    margin: 0;
}
.news-item-19 .doctors li{
    margin-left: 0;
}

.news-item-29{}
.news-item-29 .images{
	display: none;
}
.news-item-29 .text h2:first-of-type{
    margin-top: 15px;
	margin-bottom: 0 !important;
}
.news-item-29 h2{
    text-align: center;
    margin-bottom: 20px !important;
}
.news-item-29 h3{
    margin-top: 20px !important;
}
.news-item-29 ul{}
.news-item-29 li{
	margin-left: 0 !important;
}
.news-item-29 .doctor{
	padding: 0 200px;
	text-align: center;
	margin-bottom: 30px !important;
}
.news-item-29 .doctor .item{
    overflow: hidden;
}
.news-item-29 .doctor .img{
    width: 200px;
    display: inline-block;
}

/* Заполненые поля врачей */
.fields{
    font-size: 14px;
    line-height: 20px;
}
.fields .titles{
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #bbb;
    display: flex;
}
.fields .values{
    border: 1px solid #bbb;
    border-top: none;
}
.fields .value{
    display: flex;
    border-bottom: 1px solid #bbb;
}
.fields .item{
    border-left: 1px solid #bbb;
    padding: 7px;
    box-sizing: border-box;
}
.fields .item-1{
    width: 30px;
    border-left: none;
    font-weight: bold;
    text-align: center;
}
.fields .item-2{
    width: 170px;
    line-height: 18px;
}
.fields .item-3{
    width: 88px;
    display: none;
}
.fields .item-4{
    width: 200px;
}
.fields .item-5{
    width: 200px;
}
.fields .item-6{
    width: 120px;
    display: none;
}
.fields .item-7{
    width: 150px;
}
.fields .item-8{
    width: 120px;
    display: none;
}
.fields .item-9{
    width: 120px;
    display: none;
}
.fields .item-7 label{
    display: flex;
    align-items: center;
    line-height: 24px;
}
.fields .item-7 input{
    margin: 0;
    margin-left: auto;
    width: 16px;
    height: 16px;
}




/* Адаптив */
@media only screen and (max-width: 1170px){



} /* 1240 */

@media only screen and (max-width: 1023px){

.news-item-29 .doctor{
	padding: 0 100px;
}

} /* 1023 */

@media only screen and (max-width: 767px){

.news-item-16 .doctors iframe{
	height: 160px;
}

.news-item-29 .doctor {
    padding: 0;
}
.news-item-29 .list h3 {
    margin-top: 0 !important;
}
.news-item-29 .text h2:first-of-type {
    margin-bottom: 15px !important;
}
.news-item-29 ul {
    margin-bottom: 0;
}

/* КТ статья */
.news-item-34 .price .list-val strong {
    font-size: 16px;
}

/* Директор */
.director-item .text{
    padding: 30px 60px;
    font-size: 18px;
}
.director-item blockquote p{
    line-height: 24px !important;
    margin-bottom: 10px;
}
.director-item blockquote:before{
	margin-bottom: -40px;
	margin-left: -30px;
}
.director-item blockquote:after{
    margin-top: -40px;
    margin-right: -20px;
}
.director-item blockquote:before, 
.director-item blockquote:after{
    width: 40px;
    height: 40px;
}

} /* 767 */

@media only screen and (max-width: 425px){
	
/* КТ статья */
.news-item-34 .price .list-val strong {
    margin-right: 0px;
}

/* Директор */
.director-item .text{
    padding: 20px 30px;
    font-size: 18px;
}
.director-item blockquote p{
    line-height: 24px !important;
    margin-bottom: 10px;
}
.director-item blockquote:before{
	margin-bottom: -40px;
	margin-left: 0px;
}
.director-item blockquote:after{
    margin-top: -30px;
    margin-right: 0;
}
.director-item blockquote:before, 
.director-item blockquote:after{
    width: 40px;
    height: 40px;
    opacity: 0.5;
}
#director .inputs{
    --margin-top: 10px;
    margin-bottom: 10px;
}
#director .accord{
	margin: 10px 0 15px;
}

} /* 425 */

@media only screen and (max-width: 375px){



} /* 375 */

@media only screen and (max-width: 360px){



} /* 360 */

@media only screen and (max-width: 320px){

/* Директор */
#director {
	padding: 20px 15px;
}
#director h3{
	text-transform: initial;
}

} /* 320 */