diff --git a/frontend/views/object/view.php b/frontend/views/object/view.php
index e1d0bce..e23c5ed 100644
--- a/frontend/views/object/view.php
+++ b/frontend/views/object/view.php
@@ -47,6 +47,11 @@
]
);
?>
+
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css
index 4218a1a..f45d6a3 100644
--- a/frontend/web/css/main.css
+++ b/frontend/web/css/main.css
@@ -389,7 +389,7 @@ section.bar.background-gray.steps-pre:before {
.post-blog .content{margin-bottom: 50px;}
.tag-cloud li.active a {background-color: #467fbf;color: #eeeeee!important;}
.object-slider .carousel-inner{border-radius: 5px;overflow: hidden;}
-.object-slider{padding-bottom: 50px;}
+.object-slider{padding-bottom: 50px;position: relative;}
.object-slider .carousel{
width:100%;
height:550px;
@@ -671,6 +671,12 @@ section.bar.background-gray.steps-pre:before {
.top_mail, .top_phones{color:#949292;}
.top_phones a{font-weight:bold;color:#333333;}
.top_mail a{color:#0095d7;}
+.carousel_green_btn{
+ position: absolute;
+ width: 100%;
+ bottom: 50px;
+ left: 15px;
+}
@media(min-width:1201px){
.links-ses-for-wr .container .row p {margin: 7px 20px;}
--
libgit2 0.21.4