|
|
@@ -1687,6 +1687,41 @@ body {
|
|
|
display: inline-block;
|
|
|
color: #a2a1a1; }
|
|
|
|
|
|
+.full-news__gallery {
|
|
|
+ position: relative; }
|
|
|
+ .full-news__gallery-img {
|
|
|
+ overflow: hidden;
|
|
|
+ border-radius: 10px 0 0 0; }
|
|
|
+ .full-news__gallery-preview {
|
|
|
+ width: 140px; }
|
|
|
+ .full-news__gallery-prevs-left, .full-news__gallery-prevs-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; }
|
|
|
+ .full-news__gallery-prevs-left {
|
|
|
+ margin-right: 15px; }
|
|
|
+ .full-news__gallery-prevs-left:hover {
|
|
|
+ background: url("../img/slider/sliderLeft-hover.png"); }
|
|
|
+ .full-news__gallery-prevs-right {
|
|
|
+ background: url("../img/slider/sliderRight.png");
|
|
|
+ right: 0; }
|
|
|
+ .full-news__gallery-prevs-right:hover {
|
|
|
+ background: url("../img/slider/sliderRight-hover.png"); }
|
|
|
+
|
|
|
+.full-news .fotorama__nav-wrap {
|
|
|
+ width: -moz-calc(100% - 80px);
|
|
|
+ width: -webkit-calc(100% - 80px);
|
|
|
+ width: calc(100% - 80px);
|
|
|
+ margin-left: 40px !important;
|
|
|
+ position: relative; }
|
|
|
+
|
|
|
.maintitle {
|
|
|
background: #ebebeb;
|
|
|
border-radius: 10px 0 0 0 / 10px 0 0 0;
|