.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1480px;
}
.image_block{
  height: 200px;width: 70px;float: left;overflow-y: scroll;
}
.image_block::-webkit-scrollbar{
  width: 0;
  display: none;
}
.image_block-item{
  display:flex;
  justify-content: center;
  align-items: center;
  width:200px;
  height:200px;
}
.image_block-item img{
  width:100%;
  height:100%;

  object-fit: contain;
}
.main-page-ul li{
  margin-bottom: 10px;
}
.email_copy{
  width: 18px;
  height: 18px;
  background-image: url(../icons/copy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  z-index: 9;
  opacity: 0.7;
}
.emailCopy_hover{
  position: absolute;
  z-index: 10;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  padding: 3px 4px;
  color: black;
  pointer-events: none;
  border-bottom-left-radius: 0;
  opacity: 0;
  line-height: 1.1;
  bottom: 80%;
  left: 80%;
  background-color: #fff;;
}
.emailCopy_alert{
  position: absolute;
  z-index: 10;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  padding: 3px 4px;
  color: black;
  pointer-events: none;
  border-bottom-left-radius: 0;
  opacity: 0;
  line-height: 1.1;
  bottom: 80%;
  left: 80%;
  background-color: #fff;;
}
.emailCopy_alert.active{
  -webkit-animation: opsimple 1s ease;
  animation: opsimple 1s ease;
}
@keyframes opsimple {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } 
  }
.email_copy:hover{
  opacity: 1;
  filter: drop-shadow(2px 4px 6px rgba(243,127,0,0.3));
}
.email_copy:hover .emailCopy_hover{
  opacity: 1;
}
.header-contact-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-contact-container-text{
  margin-right: 5px;;
}
.phone_link{
  height: auto;
  display:flex;
  /* color: black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone_link a{
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  opacity: 0.9;
}
.phone_link a:hover{
  background: transparent;
  text-decoration: none;
  opacity: 1;
}

.navbar-brand {
  background: #f37f00;
  color: white;
  font-size: 28px;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0;
  float: none;
}

.input-group {
  margin: 10px 0;
}

.navtab {
  text-align: center;
  height: 68px;
  line-height: 68px;
  border-top: 1px solid #f37f00;
  border-left: 1px solid #f37f00;
  padding: 0;
}

.navtab>a {
  display: block;
  height: 67px;
  font-size: 18px;
}

.navtab>a:focus,
.navtab>a:hover {
  background-color: #ffe6d6
}

#phone {
  font-size: 25px;
  border-left: 0;
  line-height: 25px;
  padding: 10px;
}

#phone span {
  font-size: 15px;
}

#p-delivery,
#p-production {
  line-height: normal;
}

#p-delivery a,
#p-production a {
  padding: 12px 0 0;
}

.page_copyright {
  margin: 10px 0;
}

.sidebar {
  border-top: 1px solid #f37f00;
  border-right: 1px solid #f37f00;
  padding: 0;
}

.sales-link {
  color: red;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  display: block;
  padding: 15px;
}

.sales-link:hover,
.sales-link:focus {
  background-color: gold;
}

@media (min-width: 992px) {
  #phone.col-md-2 {
    min-width: 225px;
    max-width: 225px;
  }
}