body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.roboto-serif-400 {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
    font-family: "Roboto Serif";
    font-size: 42px;
    font-weight: 600;
    line-height: 110%;
}
@media(min-width: 576px) {
	h1 {
		font-size: 50px;
	}
}
.main-info--content {
    
    justify-content: space-between;
}
@media(min-width:992px) {
    .main-info--content {
        height: 500px;
    }
}
.main-info--content h1 {
    margin: 16px 0;
}
.main-info--content--subtitle {
    margin-top:40px;
}
.main-info--right-block {
    display: flex;
    background-image: url("../images/main-right-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width:100%;
    height: 300px;
    position: relative;
    z-index: 100;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width:768px) {
    .main-info--right-block {
        height: 191px;
    }
}
@media (min-width:992px) {
    .main-info--right-block {
        height: 100%;
        background-position: -209px center;
    }
}
.main-info--right-block--title {
    font-family: "Roboto Serif";
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}
.main-info--right-block--button {
    text-align: right;
}
.diseases--list--row {

}
.diseases--list--letter h3 {
	color: rgba(81, 83, 74, 1);
    font-family: "Roboto Serif";
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
	border-bottom: 1px solid rgba(81, 83, 74, 1);
	margin-bottom:10px;
	padding-bottom:10px;
}
.diseases--list--row--view {
	padding-bottom: 26px;
}
.diseases--list--row--view a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: underline;
}
.diseases--list--row--view a:hover {
	text-decoration:none;
}

.diseases {
    padding: 20px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.diseases--list {
    display: flex;
    gap:12px;
    flex-wrap: wrap;
    
}
.diseases--list--item {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: rgba(81, 83, 74, 1);
    text-decoration: none;
    flex-shrink: 1;
}
.diseases--list--item:hover,
.diseases--list--item.active{
    color: #fff;
    background: rgba(255, 115, 50, 1);
    border-color: rgba(255, 115, 50, 1);
}
.diseases--list--view--line {
    border-top: 1px solid rgba(217, 217, 217, 1);
}
.diseases--list--view a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: underline;
}
.diseases--list--view a:hover {
    text-decoration: none
}
h3.subtitle {
    color: rgba(81, 83, 74, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
	.media--main-list {
		display: flex;
		justify-content: space-between;	
	}
}
.media--main-list--item {
    margin-bottom:24px;
    position: relative;
	min-height: 300px;
	width:100%;
	background-size: cover;
}

@media (min-width: 768px) {
	.media-column {
		width: calc(50% - 12px);
	}
}



@media (min-width: 768px) {
	.media-column--left .media--main-list--item:nth-child(1) {
		height:480px;
	}
	.media-column--left .media--main-list--item:nth-child(2) {
		height:470px;
	}
	.media-column--right .media--main-list--item:nth-child(1) {
		height:310px;
	}
	.media-column--right .media--main-list--item:nth-child(2) {
		height:400px;
	}
	/*.media--main-list--item:nth-child(1) {
		height:480px;
	}
	.media--main-list--item:nth-child(3) {
		height:310px;
	}
	.media--main-list--item:nth-child(2) {
		height:470px;
	}
	.media--main-list--item:nth-child(4) {
		height:400px;
	}*/
}
.media--main-list--item img {
    width:100%;
}
.media--main-list--item--inner {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.00deg, rgba(0, 0, 0, 0.6) 16.24%,rgba(0, 0, 0, 0.3) 47.97%,rgba(0, 0, 0, 0) 100%);
    display: flex;
    color:#fff;
    padding: 20px;
    align-items: flex-end;
    text-decoration: none;
}
.media--main-list--item--inner .category-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
}
.media--main-list--item--inner .category {
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 2%;
    text-align: left;
    text-transform: uppercase;
}
.media--main-list--item--inner:hover .category-title {
    color: rgba(255, 255, 255, 0.8 );
}
.media--expert-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.media--news--item--date {
    color: rgba(179, 179, 179, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 5px;
}
.media--news--item--title {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
    text-decoration: none;
}
.media--news--item--title:hover {
    text-decoration: underline;
    color: #000;
}
.events-calendar {
	height:300px;
	width:320px;
	border: 1px solid rgba(217, 217, 217, 1);
	border-radius: 16px;
	padding:16px;
}