| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394 |
- .full-news {
- &__details {
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- flex-direction: row;
- font-size: 13px;
- width: 100%;
- justify-content: space-between;
- height: 14px;
- line-height: 14px;
- margin-bottom: 20px;
- }
- &__left {
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- flex-direction: row;
- height: 14px;
- line-height: 14px;
- }
- &__date {
- margin-right: 20px;
- color: #929292;
- }
- &__category {
- color: #e65e26;
- text-decoration: none;
- margin-right: 20px;
- height: 14px;
- line-height: 14px;
- background: url("../img/icon_category@2x.png") 0 -7px / 30px 60px no-repeat;
- padding-left: 23px;
- &:hover {
- color: #eb914e;
- background: url("../img/icon_category@2x.png") 0 -37px / 30px 60px no-repeat;
- }
- }
- &__region {
- color: #e65e26;
- text-decoration: none;
- margin-right: 20px;
- background: url("../img/icon_regionmark.png") 0 0 / 10px 28px no-repeat;
- padding-left: 15px;
- height: 14px;
- line-height: 14px;
- position: relative;
- z-index: 1;
- &:hover {
- color: #eb914e;
- background-position: 0 -14px;
- }
- }
- &__right {
- display: -webkit-flex;
- display: -ms-flex;
- display: flex;
- flex-direction: row;
- color: #929292;
- height: 14px;
- line-height: 14px;
- }
- &__views {
- margin-right: 20px;
- background: url("../img/icon_views@2x.png") left center / auto 12px no-repeat;
- padding-left: 23px;
- height: 14px;
- line-height: 14px;
- }
- &__comments {
- background: url("../img/icon_comments@2x.png") left center / auto 15px no-repeat;
- padding-left: 18px;
- height: 14px;
- line-height: 14px;
- }
- &__slideritem {
- text-align: center;
- }
- &__sliderimg {
- display: block;
- width: 100%;
- max-width: 710px;
- height: 100%;
- max-height: 360px;
- border-radius: 10px 0 0 0 / 10px 0 0 0;
- margin: auto;
- }
- .lSPager.lSGallery {
- li {
- margin: 5px 0;
- img {
- margin: auto;
- filter: grayscale(0.75) saturate(75%) contrast(75%) brightness(0.75);
- &:hover {
- filter: none;
- }
- }
- &.active img {
- filter: none;
- }
- }
- }
- &__block-title {
- font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
- font-size: 20px;
- color: #004d7b;
- font-weight: 600;
- padding: 10px 0;
- display: block;
- }
- &__announce {
- font-size: 18px;
- font-family: $fontcuprum;
- margin: 20px 0;
- }
- &__text {
- margin-bottom: 40px;
- padding-bottom: 10px;
- border-bottom: 1px solid #ebebeb;
- &:before,
- &:after {
- display: block;
- clear: both;
- content: '';
- }
- h2 {
- font-family: $fontcuprum;
- font-size: 25px;
- margin: 20px 0;
- font-weight: 600;
- }
- h3 {
- font-family: $fontcuprum;
- font-size: 20px;
- margin: 20px 0;
- font-weight: 600;
- }
- p {
- font-family: $fontopensans;
- font-size: 15px;
- margin: 20px 0;
- img {
- float: left;
- margin-right: 20px;
- margin-bottom: 23px;
- margin-top: 6px;
- }
- }
- ul {
- margin: 0;
- padding: 0;
- list-style-type: none;
- li {
- padding-left: 12px;
- position: relative;
- font-size: 16px;
- font-family: $fontopensans;
- color: #404040;
- line-height: 1.5;
- margin-bottom: 10px;
- &:before {
- content: '';
- display: block;
- position: absolute;
- left: 0;
- top: 10px;
- background: #265e86;
- border-radius: 50%;
- width: 6px;
- height: 6px;
- }
- }
- }
- ol {
- margin: 0;
- padding: 0;
- list-style-type: none;
- li {
- counter-increment: step-counter;
- font-size: 16px;
- font-family: $fontopensans;
- color: #404040;
- line-height: 1.5;
- &:before {
- content: counter(step-counter) ".";
- font-size: 11px;
- font-family: $fontopensans;
- color: #004d7b;
- font-weight: bold;
- }
- }
- }
- table {
- width: 100%;
- border-spacing: 0;
- border: 1px solid #e6e6e6;
- margin-top: 20px;
- th {
- background: #e6e6e6;
- font-size: 11px;
- font-family: $fontopensans;
- color: #004d7b;
- text-transform: uppercase;
- line-height: 1.2;
- padding: 17px 0 17px 12px;
- border: 1px solid #e6e6e6;
- text-align: left;
- &:nth-child(1) {
- width: 19%;
- }
- &:nth-child(2) {
- width: 23%;
- }
- }
- td {
- font-size: 14px;
- font-family: $fontopensans;
- color: #404040;
- line-height: 1.714;
- padding: 14px 0 14px 12px;
- border: 1px solid #e6e6e6;
- vertical-align: top;
- &:nth-child(1) {
- width: 13%;
- }
- &:nth-child(2) {
- width: 23%;
- }
- }
- .mobileth {
- display: none;
- }
- }
- blockquote {
- padding: 5px 25px 5px 60px;
- background: #ebebeb url('../img/cite.png') 20px 30px no-repeat;
- p {
- font-size: 25px;
- font-family: $fontcuprum;
- small {
- font-size: 15px;
- }
- }
- }
- .col3__item {
- display: inline-block;
- width: calc(33% - 0.25em - 10px);
- margin-right: 20px;
- &:last-child {
- margin-right: 0;
- }
- }
- .col2__item {
- display: inline-block;
- width: calc(50% - 0.25em - 10px);
- margin-right: 20px;
- &:last-child {
- margin-right: 0;
- }
- }
- }
- &__other-materials {
- margin: 20px 0;
- &-read-all {
- color: #fff;
- background-color: #eb914e;
- display: block;
- text-align: center;
- padding: 10px 0;
- text-decoration: none;
- font-size: 13px;
- &:hover {
- background-color: #d46818;
- }
- }
- }
- &__source {
- display: block;
- &-item {
- margin: 10px 0;
- display: block;
- font-size: 15px;
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
- line-height: 1.4;
- a {
- font-size: inherit;
- color: #004d7b;
- font-family: inherit;
- }
- }
- &-title {
- font-size: 13px;
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
- display: inline-block;
- color: #a2a1a1;
- }
- }
- &__gallery {
- position: relative;
- &-img {
- overflow: hidden;
- border-radius: 10px 0 0 0;
- }
- &-preview {
- width: 140px;
- }
- &-prevs {
- &-left,
- &-right {
- display: inline-block;
- background: url('../img/slider/sliderLeft.png');
- cursor: pointer;
- width: 25px;
- height: 45px;
- vertical-align: top;
- transform: translate(0, -50%);
- position: absolute;
- bottom: 15px;
- top: auto;
- }
- &-left {
- margin-right: 15px;
- &:hover {
- background: url('../img/slider/sliderLeft-hover.png');
- }
- }
- &-right {
- background: url('../img/slider/sliderRight.png');
- right: 0;
- &:hover {
- background: url('../img/slider/sliderRight-hover.png');
- }
- }
- }
- }
- .fotorama__nav-wrap {
- width: -moz-calc(100% - 80px);
- width: -webkit-calc(100% - 80px);
- width: calc(100% - 80px);
- margin-left: 40px !important;
- position: relative;
- }
- }
|