|
@@ -0,0 +1,542 @@
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/* Менял-start */
|
|
|
|
|
+.left-side {
|
|
|
|
|
+ font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ width: 22%; }
|
|
|
|
|
+
|
|
|
|
|
+/* Менял-end */
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/* Менял-start */
|
|
|
|
|
+
|
|
|
|
|
+.left-side .value {
|
|
|
|
|
+ font-size: 15px;
|
|
|
|
|
+ margin-bottom: 5px; }
|
|
|
|
|
+
|
|
|
|
|
+.left-side .value img {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ top: -3px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* Менял-end */
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/* Менял-start */
|
|
|
|
|
+.left-side .spec .spec-avatar {
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ margin-left: -10px;
|
|
|
|
|
+ z-index: 10;
|
|
|
|
|
+ left: 15px;
|
|
|
|
|
+ top: 5px; }
|
|
|
|
|
+
|
|
|
|
|
+.left-side .spec .text {
|
|
|
|
|
+ margin-left: 60px;
|
|
|
|
|
+ padding-top: 5px; }
|
|
|
|
|
+/* Менял-end */
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/* Менял-start */
|
|
|
|
|
+.main-container .col-lg-10 {
|
|
|
|
|
+ width: 78%; }
|
|
|
|
|
+/* Менял-end */
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/* Добавил-start */
|
|
|
|
|
+
|
|
|
|
|
+.flat-links--pc {
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ padding-left: 0;
|
|
|
|
|
+ margin-bottom: 30px;
|
|
|
|
|
+ margin-top: 45px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.flat-links--pc .flat-links__item {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding: 5px 0 5px 10px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.flat-links--pc .flat-links__item img {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ width: 44px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.flat-links--pc .flat-links__item-description {
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ line-height: 18px;
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ font-family: "Open Sans";
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.left-side .specializations .spec-header img {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ top: -3px;
|
|
|
|
|
+ -webkit-transform: rotate(90deg);
|
|
|
|
|
+ -ms-transform: rotate(90deg);
|
|
|
|
|
+ transform: rotate(90deg);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.left-side .spec .text .subtitle,
|
|
|
|
|
+.left-side .spec .text .title {
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+}
|
|
|
|
|
+.left-side .spec .text .title {
|
|
|
|
|
+ color: #3b434d;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.logo-top-margin {
|
|
|
|
|
+ margin-top: -30px;
|
|
|
|
|
+position: relative;
|
|
|
|
|
+z-index: 99999999;
|
|
|
|
|
+background: #fff;
|
|
|
|
|
+padding: 20px 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+header .menu ul li:first-child {
|
|
|
|
|
+ margin-left: 65px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.swiper-container-big {
|
|
|
|
|
+ min-height: 580px;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.banner-anons {
|
|
|
|
|
+ margin: 20px auto;
|
|
|
|
|
+ max-height: 162px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.banner-anons img {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ max-width: 469px;
|
|
|
|
|
+ margin: 0px auto;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-right .banner-anons {
|
|
|
|
|
+ padding-left: 15px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.min-title-blue {
|
|
|
|
|
+ color: #3b434d;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ margin-top: 15px;
|
|
|
|
|
+font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
|
|
+font-size: 20px;
|
|
|
|
|
+font-weight: 700;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.text-page__text p.subtitle-blue {
|
|
|
|
|
+ font-size: 17px;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ line-height: 22px;
|
|
|
|
|
+ color: #3b434d;
|
|
|
|
|
+ font-family: "Open Sans";
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.text-page__text .more a {
|
|
|
|
|
+font-size: 13px;
|
|
|
|
|
+color: #929292;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+header.v9 .menu ul li:first-child {
|
|
|
|
|
+ margin-left: 0px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+header.v9 .menu ul {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+header.v9 .circles {
|
|
|
|
|
+ text-align: right;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+header.v9 .circles .circle, header.v9 #searchToggle {
|
|
|
|
|
+ margin: 8px 0 4px 2px;
|
|
|
|
|
+ float: none;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+header.v9 .soc {
|
|
|
|
|
+ position: initial;
|
|
|
|
|
+ margin-top: 11px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+}
|
|
|
|
|
+header.v9 .soc .social {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ float: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+.left-sidebar-v9,
|
|
|
|
|
+.right-sidebar-v9 {
|
|
|
|
|
+ width: 230px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
+ margin: 0 15px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.right-sidebar-v9 {
|
|
|
|
|
+ width: 200px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.center-sidebar-v9 {
|
|
|
|
|
+ width: calc(100% - 430px - 1em - 85px);
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
+ margin: 0 15px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.left-sidebar-v9 .logo {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ padding: 20px 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-fluid {
|
|
|
|
|
+ padding-left: 0;
|
|
|
|
|
+ padding-right: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.swiper-container-big .arrow {
|
|
|
|
|
+ width: 10px;
|
|
|
|
|
+ height: 16px;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ z-index: 10;
|
|
|
|
|
+ top: 50%;
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.swiper-container-big .arrow-left {
|
|
|
|
|
+ background: url(../img/style/slide-arrow-left.png);
|
|
|
|
|
+ left: 10%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.swiper-container-big .arrow-right {
|
|
|
|
|
+ background: url(../img/style/slider-arrow-right.png);
|
|
|
|
|
+ right: 10%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.flat-links--pc-v9 {
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center {
|
|
|
|
|
+ padding-right: 15px;
|
|
|
|
|
+ padding-left: 15px;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .today,
|
|
|
|
|
+.content-center .news {
|
|
|
|
|
+ padding-left: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item-content {
|
|
|
|
|
+ padding: 0px 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-images,
|
|
|
|
|
+.content-center .today .special-items__container .special-items__title--school .special-items__dates {
|
|
|
|
|
+ width: 200px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-images .entity-badge__badge {
|
|
|
|
|
+ bottom: initial;
|
|
|
|
|
+ top: 15px;
|
|
|
|
|
+ left: 0px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__top {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-text,
|
|
|
|
|
+.content-center .today .special-items__container .special-items__title--school .special-items__type {
|
|
|
|
|
+ width: calc(100% - 200px - .5em);
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
+ padding: 0 0px 0 30px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-text .special-items__description {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-text .special-items__organization-name {
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ padding: 5px 0px;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ line-height: 16px;
|
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-text .special-items__organization-address {
|
|
|
|
|
+ text-align: left;
|
|
|
|
|
+ padding: 5px 10px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-text .special-items__horizontal-rule {
|
|
|
|
|
+ margin: 5px 0px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__container {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center .today .special-items__container .special-items__title--school {
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ color: #929292;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ padding: 10px 10px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+.content-center .news .shortnews__list,
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ border-top-left-radius: 14px;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__imgcase {
|
|
|
|
|
+ max-width: 230px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__textpos {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ vertical-align: top;
|
|
|
|
|
+ width: calc(100% - 230px - .5em);
|
|
|
|
|
+ position: initial;
|
|
|
|
|
+ background: transparent;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__title {
|
|
|
|
|
+ color: #004d7b;
|
|
|
|
|
+ font-size: 17px;
|
|
|
|
|
+ background: transparent;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__description {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__details {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ padding: 0 10px;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__textpos .shortnews__details .shortnews__date {
|
|
|
|
|
+ font-family: 'Open Sans';
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-center h2 {
|
|
|
|
|
+ color: #3b434d;
|
|
|
|
|
+ font-size: 25px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
|
+ margin-top: 30px;
|
|
|
|
|
+}
|
|
|
|
|
+.personals__tile-v9 .personals__title {
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|
|
|
|
|
+.personals__tile-v9 .personals__item {
|
|
|
|
|
+ border: 1px solid #ebebeb;
|
|
|
|
|
+ border-radius: 0;
|
|
|
|
|
+}
|
|
|
|
|
+.personals__tile-v9 .personals__details {
|
|
|
|
|
+ border: 0px;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|
|
|
|
|
+.personals__tile-v9 .personals__photo {
|
|
|
|
|
+ margin-left: -31px;
|
|
|
|
|
+ top: -6px;
|
|
|
|
|
+}
|
|
|
|
|
+.personals__tile-v9 .personals__name {
|
|
|
|
|
+ padding-left: 42px;
|
|
|
|
|
+ min-height: 33px;
|
|
|
|
|
+}
|
|
|
|
|
+.personals__tile-v9 .personals__description {
|
|
|
|
|
+ padding: 0px 10px 25px 42px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.personals__tile-v9 {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 50%;
|
|
|
|
|
+ padding-left: 30px;
|
|
|
|
|
+ padding-right: 30px;
|
|
|
|
|
+ height: 150px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.swiper-spec {
|
|
|
|
|
+ margin-left: auto;
|
|
|
|
|
+ margin-right: auto;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ z-index: 1;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+.content-left .swiper-spec .arrow-right {
|
|
|
|
|
+ background: url(../img/style/slider-arrow-right-grey.png);
|
|
|
|
|
+ right: 10px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.content-left .swiper-spec .arrow-left {
|
|
|
|
|
+ background: url(../img/style/slider-arrow-left-grey.png);
|
|
|
|
|
+ left: 10px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.left-side .doctor {
|
|
|
|
|
+ font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
|
|
+ font-weight: 400; }
|
|
|
|
|
+
|
|
|
|
|
+.left-side .doctor .doctor-avatar {
|
|
|
|
|
+ margin-bottom: 8px;
|
|
|
|
|
+ text-align: center; }
|
|
|
|
|
+
|
|
|
|
|
+.left-side .doctor .doctor-avatar img {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ border-radius: 50%; }
|
|
|
|
|
+
|
|
|
|
|
+.left-side .doctor .doctor-name {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ color: #004d7b;
|
|
|
|
|
+ line-height: 22px;
|
|
|
|
|
+ margin-bottom: 4px; }
|
|
|
|
|
+.left-side .doctor .doctor-desc {
|
|
|
|
|
+ line-height: 15px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ color: #929292; }
|
|
|
|
|
+
|
|
|
|
|
+.left-side .doctor .doctor-link {
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ margin-top: 15px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ background: #ebebeb; }
|
|
|
|
|
+.left-side .doctor .doctor-link a {
|
|
|
|
|
+ color: #929292;
|
|
|
|
|
+ text-decoration: underline;
|
|
|
|
|
+ padding: 9px 0;
|
|
|
|
|
+ display: block; }
|
|
|
|
|
+.left-side .doctor .doctor-link a:hover {
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ background: #004d7b; }
|
|
|
|
|
+
|
|
|
|
|
+ @media(max-width: 1250px) {
|
|
|
|
|
+ header.v9 .menu ul li a {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+}
|
|
|
|
|
+.flat-links--pc .flat-links__item img {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ width: 32px;
|
|
|
|
|
+}
|
|
|
|
|
+.flat-links--pc .flat-links__item-description {
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ line-height: 16px;
|
|
|
|
|
+}
|
|
|
|
|
+.main-title .title {
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+}
|
|
|
|
|
+.banner-anons {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-container-big {
|
|
|
|
|
+ min-height: 420px;
|
|
|
|
|
+}
|
|
|
|
|
+}
|
|
|
|
|
+@media(max-width: 991px) {
|
|
|
|
|
+ header.v9 .menu>ul{
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+.left-sidebar-v9 {
|
|
|
|
|
+ width: 100px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .right-sidebar-v9 {
|
|
|
|
|
+ width: 130px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .center-sidebar-v9 {
|
|
|
|
|
+ width: calc(100% - 230px - 1em - 85px);
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-container-big {
|
|
|
|
|
+ min-height: 320px;
|
|
|
|
|
+}
|
|
|
|
|
+.flat-links--pc .flat-links__item-description {
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ line-height: 14px;
|
|
|
|
|
+}
|
|
|
|
|
+.personals__tile-v9 {
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding-left: 30px;
|
|
|
|
|
+ padding-right: 30px;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+}
|
|
|
|
|
+.content-left .slider {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ margin-bottom: 50px;
|
|
|
|
|
+}
|
|
|
|
|
+}
|
|
|
|
|
+@media(max-width: 767px) {
|
|
|
|
|
+ header.v9 .col-2 {
|
|
|
|
|
+ width: 16.6666%;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ }
|
|
|
|
|
+ header.v9 .col-5 {
|
|
|
|
|
+ width: 41.6666%;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+ }
|
|
|
|
|
+ .content-right .banner-anons {
|
|
|
|
|
+ padding-left: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ .content-center .today .special-items__item .special-items__item-images, .content-center .today .special-items__container .special-items__title--school .special-items__dates {
|
|
|
|
|
+ width: 200px;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .today .special-items__item .special-items__item-text, .content-center .today .special-items__container .special-items__title--school .special-items__type {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ padding: 0 0px 0 0;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__imgcase {
|
|
|
|
|
+ max-width: 230px;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+}
|
|
|
|
|
+.content-center .news .shortnews__list .shortnews__item .shortnews__textpos {
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+}
|
|
|
|
|
+.center-sidebar-v9 {
|
|
|
|
|
+ margin: 0 0px;
|
|
|
|
|
+}
|
|
|
|
|
+.swiper-container-big {
|
|
|
|
|
+min-height: initial;
|
|
|
|
|
+}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+/* Добавил-end */
|