﻿.contact-smart-order-area{background: #0068B7;}
.contact-smart-order-inner{
  display: flex;
  flex-wrap: wrap;
  margin: 58px auto;
  padding: 50px 25px;  
  gap: 30px 0;
}

.contact-smart-order-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-smart-order-item picture{width: 100%;}
.contact-smart-order-item p{
  position: absolute;
  left: -13px;
  top: -4px;
  z-index: 1;
  width: 100px;
  height: 40px;
}

.contact-smart-order-item img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-smart-order-item:nth-child(1){margin-bottom: 25px;}
.contactlens-fixed-btn{display: none;}
