﻿.contact-smart-order-area{background: #0068B7;}
.contact-smart-order-inner{
  width: 1200px;
  margin: 58px auto;
  padding: 100px 0;  
  display: grid;
  grid-template-columns: 56fr 44fr;
  gap: 50px 50px;
}

.contact-smart-order-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-smart-order-item picture{width: 100%;}
.contact-smart-order-item p{
  position: absolute;
  left: -60px;
  top: -30px;
  z-index: 1;
  width: 250px;
  height: 130px;
}

.contact-smart-order-item img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-smart-order-item:nth-child(1){
  margin-bottom: 50px;
  padding: 0 0 0 10%;
}

.contact-smart-order-item:nth-child(1),
.contact-smart-order-item:nth-child(2),
.contact-smart-order-item:nth-child(5){grid-column: span 2;}

.contactlens-fixed-btn{display: none;}
