diff --git a/frontend/views/site/contact.php b/frontend/views/site/contact.php
index 5692a3b..7b5f1a9 100644
--- a/frontend/views/site/contact.php
+++ b/frontend/views/site/contact.php
@@ -39,6 +39,7 @@ JS;
= \Yii::t('app', 'contact_text1') ?>
+
diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css
index def315f..1c1021e 100644
--- a/frontend/web/css/main.css
+++ b/frontend/web/css/main.css
@@ -280,7 +280,11 @@ section.blue-fon {padding-top: 25px;}
background: rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 250px 250px -250px black, inset 0px -250px 250px -250px black;
}
-.video_main{background-color: #000;z-index: -1000;}
+.video_main {
+ background-color: #0080ca;
+ z-index: -1000;
+ background-image: url(/img/slide_two_fon.png);
+}
.share_social{width:48px;height:48px;background-image:url('../img/socnets.png');display:inline-block;margin:0;padding:0;border-radius:50%;overflow:hidden;margin-top:5px;margin-right:3px;}
.share_social.vk{background-position:0px 0px;}
.share_social.fb{background-position:-56px 0px;}
@@ -736,6 +740,18 @@ ul.list-wr span{color: #555;}
left: -20px;
top: -2px;
}
+.contacts_photo{
+ width: 100%;
+ position: relative;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: auto;
+ max-height: 520px;
+ overflow: hidden;
+ border-radius: 10px;
+}
+.contacts_photo img{width:100%;}
@media(min-width:1201px){
.links-ses-for-wr .container .row p {margin: 7px 20px;}
@@ -860,6 +876,12 @@ ul.list-wr span{color: #555;}
margin-bottom: 20px;
padding-top: 40%;
}
+ .contacts_photo {
+ width: calc(100% + 30px);
+ max-height: 230px;
+ margin-left: -15px;
+ border-radius: 0px;
+ }
}
@media(min-width:768px){
.navbar-collapse.collapse{
diff --git a/frontend/web/img/contacts_photo.jpg b/frontend/web/img/contacts_photo.jpg
new file mode 100644
index 0000000..ba0f002
Binary files /dev/null and b/frontend/web/img/contacts_photo.jpg differ
--
libgit2 0.21.4