*{
    padding: 0;
    margin: 0;
    border: 0;
   }
   *,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   }
   :focus,:active{outline: none;}
   a:focus,a:active{outline: none;}
   
   nav,footer,header,aside{display: block;}
   
   html,body{
    height: 100%;
    width: 100%;
    font-size: 100%;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
   }
   input,button,textarea{font-family:inherit;}
   
   input::-ms-clear{display: none;}
   button{cursor: pointer;}
   button::-moz-focus-inner {padding:0;border:0;}
   a, a:visited{text-decoration: none;}
   a:hover{text-decoration: none;}
   ul li{list-style: none;}
   img{vertical-align: top;}
   
   h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}




body {
  scroll-behavior: auto;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}



.wrapper {
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
}


.content-page-not-header {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
























body.lock {
  overflow: hidden;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1111;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
    transition: all 0.2s;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  padding: 10px 100px;
  margin: 0 auto;
}
.header-logo {
  z-index: 111;
}
.logo {
    background: url('/img/17Zvir.svg');
  background-size: 100px auto;
  background-repeat: no-repeat;
  width: 100px;
  height: 61.141px;
}
.headerburger {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
  z-index: 999;
  cursor: pointer;
}
.headerburger::before,
.headerburger::after {
  content: '';
  background-color: rgb(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  z-index: 999;
  transition: all 0.4s ease 0s;
}
.headerburger::before{
  top: 0;
}
.headerburger::after {
  bottom: 0;
}
.headerburger span {
  position: absolute;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 9px;
  z-index: 999;
  transition: all 0.4s ease 0s;
}



.headerburger.active::before {
  background-color: #000;
  transform: rotate(45deg);
  top: 9px;
}
.headerburger.active::after {
  background-color: #000;
  transform: rotate(-45deg);
  bottom: 9px;
}
.headerburger.active span {
  transform: scale(0);
}
.headerburger.change span {
  background-color: #000;
}
.headerburger.change::after {
  background-color: #000;
}
.headerburger.change::before {
  background-color: #000;
}



.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  right: -100%;
  transition: all 0.5s ease 0s;
}
.header-menu.active {
  right: 0;
}
.header-list {
  display: block;
  margin-top: 150px;
  margin-left: 50px;
  position: relative;
  z-index: 999;
}
.header-list li {
  list-style: none;
  margin-bottom: 40px;
}
.header-link {
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.header-link-language{
  margin-top: 80px;
}
.header-link-language a,
.header-link-language span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  color: #000;
}
.active-text {
  font-weight: 500;
}
a.active-text {
  font-weight: 500;
}

@media (max-width:767px){
  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    right: -100%;
    transition: all 0.5s ease 0s;
    overflow: auto;
  }
}
































.title {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    font-size: 45px;
    font-weight: 500;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 150px;
    margin-bottom: 60px;
  }
  
  .title span {
    display: inline-block;
    vertical-align: middle;
  }
  
  .title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: relative;
    margin-top: 5px;
  }
  
  .title:after {
    margin-right: -100%;
    right: -50px;
  }
  .title-3 {
    height: 50px;
  }


.uppercase {
  text-transform: uppercase;
}













.container-1 {
  display: flex;
  justify-content: center;
}
.row-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 290px;
}
.img-body-1, .img-body-2, .img-body-3  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.image-0 {
  width: 390px;
  height: 390px;
  margin: 15px;
}
.image-1 {
  position: relative;
  flex: 1;
  max-width: 390px;
  max-height: 390px;
  margin: 15px;
  transition: transform 0.5 0s ease;
  -moz-transition: transform 0.5 0s ease;
  -o-transition: transform 0.5s 0s ease;
  -webkit-transition: transform 0.5s 0s ease;
}
.image-1:hover {
   transform: translateY(-10px);
}
.img-1 {
  background: url('/img/lighting/2 433.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-2 {
  background: url('/img/lighting/DSC_0800 1.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-3 {
  background: url('/img/lighting/DSC_0099 1.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
 -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-4 {
  background: url('/img/lighting/a50.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-5 {
  background: url('/img/lighting/DSC_0636.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-6 {
  background: url('/img/lighting/BEZ02569-HDR.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-7 {
  background: url('/img/lighting/DSC_0131.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
 -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-8 {
  background: url('/img/lighting/1.webp');
  background-repeat: no-repeat;
  width: 390px;
  height: 390px;
 -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.more-1 {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 0;
}
.read-more-1 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  padding: 16px;
  width: 100%;
  height: 100%;
  background-image: url('/img//Arrowfff.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 350px;
}
.image-7, .image-8 {
  justify-content: left;
}
.container-2 {
  display: none;
}























  
  
 

  
  
  
  
  
  
  
  
  
  
  
  
  
  
.btn-to-the-top {
    display: block;
    margin-bottom: 80px;
  }
  
  .btn-to-the-top > img {
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  
  
  .contact-us-title {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 50px;
    line-height: 32px;
    margin-top: 150px;
  }
  
  .button-request {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  
  .button-leave-a-requese {
    color: #000000;
    display: flex;
  }
  
  .button-leave-a-requese a {
    color: #000;
    font-size: 20px;
    outline: 0.1px solid black;
    font-weight: 500;
    padding: 20px 20px;
    width: 470px;
    background-image: url('/img/Arrowooo.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 427px;
    font-family: 'Montserrat', sans-serif;
  }
  .button-leave-a-requese a:hover {
    color: #000000;
    outline: 2px solid black;
  }
  
  .button-see-more-collection {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    margin-top: 80px;
  }
  
  .button-see-more {
    color: #000000;
    box-sizing: border-box;
    outline: 0.1px solid black;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 20px;
    width: 350px;
    background-image: url('/img/Arrowooo.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 300px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.1s ease;
  }
  
  .button-see-more:hover {
    color: #000000;
    outline: 2px solid black;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .popup {
    z-index: 11111111111;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.911);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transform: all 0.8s ease 0s;
  }
  .popup.open {
    opacity: 1;
    visibility: visible;
  }
  .popup.open .popup-content {
    opacity: 1;
  }
  .popup-body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
  }
  .popup-content {
    background-color: #fff;
    color: #000;
    max-width: 800px;
    padding: 50px 100px;
    position: relative;
  }
  .popup-close {
    position: absolute;
    right: 35px;
    top: 25px;
    font-size: 30px;
    color: #000;
    text-decoration: none;
  }
  .form {
    max-width: 450px;
    margin: 0 auto;
    color: #000;
    padding: 30px 0;
  }
  .form-body {
    position: relative;
    padding: 5px;
  }
  .form-body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url("/img/Spinner-1.4s-217px.gif") center / 150px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
  }
  .form-body.-sending::after {
    opacity: 1;
    visibility: visible;
  }
  .form-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
  }
  .form-item {
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
  .form-label {
    font-size: 18px;
    font-weight: 400;
    margin-right: 15px;
    white-space: nowrap;
  }
  .form-input {
    height: 30px;
    padding: 0px 20px;
    width: 100%;
    border-bottom: 1px solid rgb(143, 142, 142);
  }
  .form-input:focus {
    border-bottom: 1px solid #000
  }
  .form-input.-error {
    border-bottom: 1px solid rgb(219, 3, 3)
  }
  textarea.form-input {
    min-height: 30px;
    resize: vertical;
  }
  .file-item {
    position: relative;width: 100%;
    display: flex;
    flex-direction: row;
  }
  .file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-style: 0;
    cursor: pointer;
  }
  .file-button {
    display: inline-flex;
    min-height: 30px;
    align-items: flex-end;
    font-weight: 600;
    align-items: flex-start;
  }
  .file-button img {
    top: 0;
    width: auto;
    height: 15px;
    cursor: pointer;
  }
  .file-preview {
    display: inline-block;
    max-width: 100px;
    padding-top: 15px;
  }
  .file-preview img {
    max-width: 100%;
  }
  .form-btn {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .form-button {
    background-color: #fff;
    color: #000000;
    outline: 0.1px solid black;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 20px;
    width: 280px;
    background-image: url('/img/Arrowooo.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 230px;
    font-family: 'Montserrat', sans-serif;
  }
  
  .form-button:hover {
    color: #000000;
    outline: 2px solid black;
  }



















  

.footer {
    background: #FFFFFF;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.25);
    bottom: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    height: auto;
  }
  .footer-row {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    padding: 100px 100px;
  }
  .colom-1, .colom-2, .colom-3 {
    display: block;
    width: 300px;
    margin: 0 auto;
    height: auto;
  }
  .colom-1 {
    display: block;
    width: 300px;
    height: auto;
  }
  .colom-1 img {
    display: block;
    max-width: 150px;
    margin: 0 auto;
  }
  .colom-2 h3 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .footer-social {
    display: flex;
    justify-content: center;
  }
  .social-item img {
    max-width: 24px;
  }
  .social-item:not(:last-child) {
    margin-right: 15px;
  }
  .footer-contacts-a a {
    color: #000;
  }
  .footer-contacts-a a:hover {
    color: #474747;
  }
  .contacts-footer-item-phone {
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
  .contacts-footer-item-email {
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
  .contacts-footer-item-map {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
  }
  
  .footer-bottom {
    background-color: rgb(255, 255, 255);
    border-top: solid #cfcfcf 0.5px;
  }
  .footer-bottom-row {
    max-width: 1920px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .footer-bottom-row p {
    text-align: center;
    font-size: 15px;
  }
  .footer-contacts-a {
    display: flex;
    justify-content: center;
  }









  @media only screen and (max-width: 1840px){
    .row-1 {
      margin: 0 100px;
    }
  }

  @media only screen and (max-width: 1600px){
  
    .header-menu {
      width: 30%;
    }

.container-1 {
  display: flex;
  justify-content: center;
}
.row-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 290px;
}
.img-body-1, .img-body-2, .img-body-3  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.image-0 {
  width: 300px;
  height: 300px;
  margin: 15px;
}
.image-1 {
  position: relative;
  flex: 1;
  max-width: 300px;
  max-height: 300px;
  margin: 15px;
  transition: transform 0.5 0s ease;
  -moz-transition: transform 0.5 0s ease;
  -o-transition: transform 0.5s 0s ease;
  -webkit-transition: transform 0.5s 0s ease;
}
.image-1:hover {
   transform: translateY(-10px);
}
.img-1 {
  background: url('/img/lighting/2 433.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 300px;
  max-height: 300px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-2 {
  background: url('/img/lighting/DSC_0800 1.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 300px;
  max-height: 300px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-3 {
  background: url('/img/lighting/DSC_0099 1.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 300px;
  max-height: 300px;
 -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-4 {
  background: url('/img/lighting/a50.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-5 {
  background: url('/img/lighting/DSC_0636.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-6 {
  background: url('/img/lighting/BEZ02569-HDR.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-7 {
  background: url('/img/lighting/DSC_0131.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
 -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.img-8 {
  background: url('/img/lighting/1.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
 -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
  position: relative;
  vertical-align: bottom;
  transition: 0.6s;
  transition-property: all;
}
.more-1 {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 0;
}
.read-more-1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 16px;
  width: 100%;
  height: 100%;
  background-image: url('/img//Arrowfff.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 260px;
}
.image-7, .image-8 {
  justify-content: left;
}

  }


  @media only screen and (max-width: 1200px) {

  
    .header-menu {
      width: 30%;
    }

    .header-body {
      padding: 10px 70px;
    }
  
    .logo {
      width: 90px;
      background-size: 90px 51px;
      height: 51.141px;
    }
    .logo.active {
      background-size: 90px 51px;
      height: 51.141px;
    }
  
    .headerburger {
      height: 18px;
    }
  
    .headerburger span {
      top: 8px;
    }
  
    h2 {
      margin-bottom: 14px;
      font-size: 50px;
    }
  
  
    .btn-img img {
      width: 15px;
      height: 15px;
    }
  
    .title {
      font-size: 36px;
      margin-bottom: 50px;
      margin-top: 150px;
    }
    
    .who-text {
      font-size: 15px;
    }
    .who-btn {
      margin-bottom: 100px;
    }
    .contact-us-title {
      font-size: 26px;
      margin-top: 100px;
    }
    .button-see-more {
      font-size: 17px;
      padding: 19px 19px;
      width: 300px;
      background-position: 260px;
      background-size: 18px 18px;
    }
    .button-see-more-home {
      margin-bottom: 100px;
    }
  
    .button-leave-a-requese a {
      font-size: 17px;
      padding: 19px 19px;
      background-size: 18px 18px;
    }
    .button-request {
      margin-bottom: 0px;
    }
    .button-see-more-collection {
      margin-top: 50px;
      margin-bottom: 100px;
    }
  
    .form-button {
      font-size: 17px;
      padding: 19px 19px;
      background-size: 18px 18px;
      width: 250px;
      background-position: 210px;
    }
    .form-title {
      font-size: 30px;
    }
    .form-label {
      font-size: 15px;
    }
  
    .colom-1 img {
      max-width: 130px;
    }
  
    .colom-2 h3 {
      font-size: 23px;
    }
    .social-item img {
      max-width: 20px;
    }
  
    .footer-contacts-a a {
      font-size: 17px;
    }
    .contacts-footer-item-map {
      font-size: 17px;
    }
    .footer-row {
      padding: 100px 40px;
    }
  
    .btn-to-the-top {
      margin-bottom: 50px;
    }
    .who-img-photo {
      font-size: 13px;
    }
    .headerburger.active::after {
      bottom: 7px;
    }
    .header-menu {
      width: 30%;
    }
    .header-link {
      font-size: 26px;
    }
    .header-link-language a, .header-link-language span {
      font-size: 20px;
    }
    .header-list li {
      margin-bottom: 35px;
    }
    .header-link-language {
      margin-top: 70px;
    }









    .container-1 {
      display: flex;
      justify-content: center;
    }
    .row-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0px 290px;
    }
    .img-body-1, .img-body-2, .img-body-3  {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .image-0 {
      width: 250px;
      height: 250px;
      margin: 15px;
    }
    .image-1 {
      position: relative;
      flex: 1;
      max-width: 250px;
      max-height: 250px;
      margin: 15px;
      transition: transform 0.5 0s ease;
      -moz-transition: transform 0.5 0s ease;
      -o-transition: transform 0.5s 0s ease;
      -webkit-transition: transform 0.5s 0s ease;
    }
    .image-1:hover {
       transform: translateY(-10px);
    }
    .img-1 {
      background: url('/img/lighting/2 433.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      max-width: 250px;
      max-height: 250px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-2 {
      background: url('/img/lighting/DSC_0800 1.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      max-width: 250px;
      max-height: 250px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-3 {
      background: url('/img/lighting/DSC_0099 1.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      max-width: 250px;
      max-height: 250px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-4 {
      background: url('/img/lighting/a50.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 250px;
      height: 250px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-5 {
      background: url('/img/lighting/DSC_0636.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 250px;
      height: 250px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-6 {
      background: url('/img/lighting/BEZ02569-HDR.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 250px;
      height: 250px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-7 {
      background: url('/img/lighting/DSC_0131.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 250px;
      height: 250px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-8 {
      background: url('/img/lighting/1.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 250px;
      height: 250px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .more-1 {
      position: absolute;
      width: 100%;
      display: flex;
      bottom: 0;
    }
    .read-more-1 {
      color: #fff;
      font-size: 28px;
      font-weight: 400;
      padding: 16px;
      width: 100%;
      height: 100%;
      background-image: url('/img//Arrowfff.svg');
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 210px;
    }
    .image-7, .image-8 {
      justify-content: left;
    }







  }
  
  @media only screen and (max-width: 992px) {
  
    .header-body {
      padding: 5px 45px;
    }
    .logo {
      background-size: 75px 51px;
    }
    .headerburger {
      width: 26px;
    }
    .logo.active {
      background-size: 75px 51px;
    }
    .header-body {
      height: 60px;
    }
    .header-menu {
      width: 35%;
    }
    .header-link {
      font-size: 26px;
    }
    .header-list li {
      margin-bottom: 30px;
    }
    .header-list {
      margin-top: 125px;
    }
    h2 {
      font-size: 43px;
      margin-bottom: 8px;
    }
  
    .title {
      font-size: 36px;
      margin-top: 100px;
    }
    .button-see-more {
      font-size: 15px;
      padding: 16px 16px;
      width: 260px;
      background-position: 220px;
      background-size: 18px 18px;
    }
    .button-see-more-home {
      margin-bottom: 100px;
    }
  
    .button-leave-a-requese a {
      font-size: 15px;
      width: 380px;
      background-position: 340px;
      padding: 16px 16px;
      background-size: 18px 18px;
    }
  
    .form-button {
      font-size: 15px;
      padding: 16px 16px;
      background-size: 18px 18px;
      width: 250px;
      background-position: 210px;
    }
    .form-label {
      font-size: 14px;
    }
  
    .form-title {
      margin-bottom: 30px;
    }
    .colom-1 img {
      max-width: 110px;
    }
    .colom-2 h3 {
      font-size: 18px;
    }
    .social-item img {
      max-width: 17px;
    }
    .footer-contacts-a a {
      font-size: 15px;
    }
    .footer-row {
      padding: 70px 10px;
    }
    .footer-bottom-row p {
      font-size: 14px;
    }
    .contact-us-title {
      font-size: 23px;
    }
    .contacts-footer-item-map {
      font-size: 15px;
    }
  









     
    .container-1 {
      display: none;
    }
    .container-2 {
      display: flex;
      justify-content: center;
    }
    .row-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0px 290px;
    }
    .img-body-1, .img-body-2, .img-body-3, .img-body-4  {
      display: flex;
      flex-direction: row;
    }
    .image-0 {
      width: 0;
      height: 0;
      margin: 0;
      display: none;
      
    }
    .image-1 {
      position: relative;
      flex: 1;
      max-width: 300px;
      max-height: 300px;
      margin: 15px;
      transition: transform 0.5 0s ease;
      -moz-transition: transform 0.5 0s ease;
      -o-transition: transform 0.5s 0s ease;
      -webkit-transition: transform 0.5s 0s ease;
    }
    .image-1:hover {
       transform: translateY(-10px);
    }
    .img-1 {
      background: url('/img/lighting/12.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 300px;
      min-height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-2 {
      background: url('/img/lighting/22.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 300px;
      min-height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-3 {
      background: url('/img/lighting/32.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 300px;
      min-height: 300px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-4 {
      background: url('/img/lighting/42.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-5 {
      background: url('/img/lighting/52.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-6 {
      background: url('/img/lighting/62.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-7 {
      background: url('/img/lighting/72.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-8 {
      background: url('/img/lighting/82.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .more-1 {
      position: absolute;
      width: 100%;
      display: flex;
      bottom: 0;
    }
    .read-more-1 {
      color: #fff;
      font-size: 30px;
      font-weight: 400;
      padding: 16px;
      width: 100%;
      height: 100%;
      background-image: url('/img//Arrowfff.svg');
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 260px;
    }
    .image-7, .image-8 {
      justify-content: left;
    }

  
  }
  
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 35px;
    }
   
    .title {
      margin-right: 40px;
      margin-left: 40px;
      font-size: 30px;
      margin-bottom: 35px;
    }
  
    .contact-us-title {
      line-height: 25px;
      font-weight: 500;
      font-size: 20px;
      margin-right: 35px;
      margin-left: 35px;
    }
    .header-body {
      padding: 15px 45px;
    }
    .footer-row {
      display: flex;
      flex-direction: column;
    }
    .colom-1, .colom-3 {
      margin-bottom: 80px;
    }
    .colom-1 img {
      max-width: 150px;
    }
    .colom-2 h3 {
      font-size: 18px;
    }
    .social-item img {
      max-width: 30px;
    }
    .footer-contacts-a a {
      font-size: 15px;
    }
    .colom-2 {
      order: 3;
    }
    .header-menu {
      width: 55%;
    }
    .header-link {
      font-size: 26px;
    }
    .button-see-more-collection {
      margin-bottom: 100px;
      margin-top: 50px;
    }
    .slick-slider img {
      max-height: 400px;
    }










    .container-1 {
      display: none;
    }
    .container-2 {
      display: flex;
      justify-content: center;
    }
    .row-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0px 290px;
    }
    .img-body-1, .img-body-2, .img-body-3, .img-body-4  {
      display: flex;
      flex-direction: row;
    }
    .image-0 {
      width: 0;
      height: 0;
      margin: 0;
      display: none;
      
    }
    .image-1 {
      position: relative;
      flex: 1;
      width: 200px;
      height: 200px;
      margin: 15px;
      transition: transform 0.5 0s ease;
      -moz-transition: transform 0.5 0s ease;
      -o-transition: transform 0.5s 0s ease;
      -webkit-transition: transform 0.5s 0s ease;
    }
    .image-1:hover {
       transform: translateY(-10px);
    }
    .img-1 {
      background: url('/img/lighting/12.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 200px;
      min-height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
      max-height: 0px;
      max-width: 0px;
    }
    .img-2 {
      background: url('/img/lighting/22.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 200px;
      min-height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
      max-height: 0px;
      max-width: 0px;
    }
    .img-3 {
      background: url('/img/lighting/32.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 200px;
      min-height: 200px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
      max-height: 0px;
      max-width: 0px;
    }
    .img-4 {
      background: url('/img/lighting/42.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-5 {
      background: url('/img/lighting/52.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-6 {
      background: url('/img/lighting/62.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-7 {
      background: url('/img/lighting/72.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-8 {
      background: url('/img/lighting/82.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .more-1 {
      position: absolute;
      width: 100%;
      display: flex;
      bottom: 0;
    }
    .read-more-1 {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      padding: 16px;
      width: 100%;
      height: 100%;
      background-image: url('/img//Arrowfff.svg');
      background-repeat: no-repeat;
      background-size: 17px 17px;
      background-position: 165px;
    }
    .image-7, .image-8 {
      justify-content: left;
    }
  }
  
  
  @media only screen and (max-width: 488px) {
    .logo {
      background-size: 58px 51px;
    }
    .logo.active {
      background-size: 58px 51px;
    }
    .headerburger {
      width: 22px;
    }
    .header-list {
      margin-top: 150px;
    }
    .header-menu {
      width: 80%;
    }
    .header-link {
      font-size: 26px;
    }
    .header-body {
      padding: 15px 30px;
    }
    h2 {
      font-size: 30px;
    }
    
    .title {
      margin-right: 35px;
      margin-left: 35px;
      font-size: 30px;
      margin-top: 100px;
      margin-bottom: 35px;
    }
    .title:after {
      right: -25px;
    }
    
    .button-see-more {
      font-size: 14px;
      padding: 14px 14px;
      width: 200px;
      background-position: 170px;
      background-size: 16px 16px;
    }
    .button-see-more-home {
      margin-bottom: 60px;
    }
  
    .button-leave-a-requese a {
      font-size: 11px;
      width: 280px;
      background-position: 250px;
      padding: 14px 14px;
      background-size: 16px 16px;
    }
  
    .form-button {
      font-size: 14px;
      padding: 16px 16px;
      background-size: 18px 18px;
      width: 250px;
      background-position: 210px;
    }
  
    .who-btn {
      margin-bottom: 60px;
    }
  
    .contact-us-title {
      font-size: 20px;
      font-weight: 500;
      margin-right: 18px;
      margin-left: 18px;
      margin-top: 60px;
    }
    .btn-to-the-top > img {
      height: 13px;
    }
    .colom-1 img {
      max-width: 95px;
    }
    .slick-slider img {
      max-height: 300px;
    }
    .button-see-more-collection {
      margin-bottom: 60px;
      margin-top: 50px;
    }
















    .container-1 {
      display: none;
    }
    .container-2 {
      display: flex;
      justify-content: center;
    }
    .row-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0px 290px;
    }
    .img-body-1, .img-body-2, .img-body-3, .img-body-4  {
      display: flex;
      flex-direction: column;
    }
    .image-0 {
      width: 0;
      height: 0;
      margin: 0;
      display: none;
      
    }
    .image-1 {
      position: relative;
      flex: 1;
      width: 300px;
      height: 300px;
      margin: 15px;
      transition: transform 0.5 0s ease;
      -moz-transition: transform 0.5 0s ease;
      -o-transition: transform 0.5s 0s ease;
      -webkit-transition: transform 0.5s 0s ease;
    }
    .image-1:hover {
       transform: translateY(-10px);
    }
    .img-1 {
      background: url('/img/lighting/12.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 300px;
      min-height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-2 {
      background: url('/img/lighting/22.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 300px;
      min-height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-3 {
      background: url('/img/lighting/32.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 300px;
      min-height: 300px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-4 {
      background: url('/img/lighting/42.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-5 {
      background: url('/img/lighting/52.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-6 {
      background: url('/img/lighting/62.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-7 {
      background: url('/img/lighting/72.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-8 {
      background: url('/img/lighting/82.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 300px;
      height: 300px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .more-1 {
      position: absolute;
      width: 100%;
      display: flex;
      bottom: 0;
    }
    .read-more-1 {
      color: #fff;
      font-size: 25px;
      font-weight: 400;
      padding: 16px;
      width: 100%;
      height: 100%;
      background-image: url('/img//Arrowfff.svg');
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 260px;
    }
    .image-7, .image-8 {
      justify-content: left;
    }
  }
  
  
  @media only screen and (max-width: 320px) {
    .colom-1, .colom-2, .colom-3 {
      width: 150px;
    }
    .footer-contacts-a a {
      font-size: 11px;
    }















    .container-1 {
      display: none;
    }
    .container-2 {
      display: flex;
      justify-content: center;
    }
    .row-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0px 290px;
    }
    .img-body-1, .img-body-2, .img-body-3, .img-body-4  {
      display: flex;
      flex-direction: column;
    }
    .image-0 {
      width: 0;
      height: 0;
      margin: 0;
      display: none;
      
    }
    .image-1 {
      position: relative;
      flex: 1;
      width: 200px;
      height: 200px;
      margin: 15px;
      transition: transform 0.5 0s ease;
      -moz-transition: transform 0.5 0s ease;
      -o-transition: transform 0.5s 0s ease;
      -webkit-transition: transform 0.5s 0s ease;
    }
    .image-1:hover {
       transform: translateY(-10px);
    }
    .img-1 {
      background: url('/img/lighting/12.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 200px;
      min-height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-2 {
      background: url('/img/lighting/22.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 200px;
      min-height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-3 {
      background: url('/img/lighting/32.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      min-width: 200px;
      min-height: 200px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-4 {
      background: url('/img/lighting/42.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-5 {
      background: url('/img/lighting/52.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-6 {
      background: url('/img/lighting/62.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
      -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-7 {
      background: url('/img/lighting/72.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
    box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .img-8 {
      background: url('/img/lighting/82.webp');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 200px;
     -webkit-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      -moz-box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      box-shadow: inset 0px -137px 55px -69px rgba(0,0,0,0.57);
      position: relative;
      vertical-align: bottom;
      transition: 0.6s;
      transition-property: all;
    }
    .more-1 {
      position: absolute;
      width: 100%;
      display: flex;
      bottom: 0;
    }
    .read-more-1 {
      color: #fff;
      font-size: 25px;
      font-weight: 400;
      padding: 16px;
      width: 100%;
      height: 100%;
      background-image: url('/img//Arrowfff.svg');
      background-repeat: no-repeat;
      background-size: 20px 20px;
      background-position: 260px;
    }
    .image-7, .image-8 {
      justify-content: left;
    }
   
  }