@font-face {
  font-family: iransanlight;
  src: url('../fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2');
}
@font-face {
  font-family: iransanmedium;
  src: url('../fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2');
}
@font-face {
  font-family: iransanbold;
  src: url('../fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2');
}
@font-face {
  font-family: iran1;
  src: url('../fonts/IRANSansXFaNum-Regular.woff') format('woff2');
}
@font-face {
  font-family: iran2;
  src: url('../fonts/IRANSansXFaNum-Thin.woff') format('woff2');
}
@font-face {
  font-family: vazir;
  src: url('../fonts/Vazir.woff2') format('woff2');
}
body{
  font-family: iran1; 
}
a{ 
  text-decoration: none; 
}
img{
  max-width: 100%;
}

.mainpage .top_content{
  background-image: url("../images/2.png");
  background-position: 0px 90%;
  background-repeat: repeat;
  background-size: 400px;
  background-attachment: scroll;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  padding: 20px 0px 50px;
  position: relative;
}
.mainpage .top_content:before{
  content: '';
  background: rgba(66, 40, 27, 0.8);
  box-shadow: inset 0 0 53px 32px rgba(66, 40, 27, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.header {
  position: relative;
  z-index: 1;
}
.header > div {
  padding: 0 20px;
  display: flex; 
  align-items: center;
}
.header img.logo {
  width: 100px;
}
.header .nav-item {
  margin: 0 12px;
}
.header .nav-item span,
.header .nav-item a {
  color: #fff; 
  line-height: 40px; 
  display: block;
  border-bottom: solid 2px transparent;
  transition: all .4s ease; 
}
.header .nav-item span:hover,
.header .nav-item.active span,
.header .nav-item a:hover,
.header .nav-item.active a{
  border-bottom:solid 2px #fff ; 
}
.otherpages .header {
  margin: 0 0 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.otherpages .header .nav-item span,
.otherpages .header .nav-item a {
  color: #cd6803; 
  border-bottom: none ;  
}
.otherpages .header .nav-item span:hover,
.otherpages .header .nav-item.active span,
.otherpages .header .nav-item a:hover,
.otherpages .header .nav-item.active a{
  color: #ad5c14; 
  border-bottom: none ;  
}

.header .MobileMenu{
  display: none;  
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 35px;
}
.header .MobileMenu .bi{
  display: flex;
  align-items: center;
}
.otherpages .header .MobileMenu{
  color: #ad5c14; 
}
.offcanvas-header img {
  width: 75px;
}
.offcanvas .nav{
  flex-direction: column;
}
.offcanvas .btn-close { 
  box-shadow: none;
}
.offcanvas .nav-item span,
.offcanvas .nav-item a {
  color: #cd6803;
  line-height: 35px;
  transition: all .4s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.offcanvas .nav-item span:hover,
.offcanvas .nav-item.active span,
.offcanvas .nav-item a:hover,
.offcanvas .nav-item.active a{
  color: #ad5c14;    
} 
.offcanvas .nav-item span:before,
.offcanvas .nav-item a:before{
  content: '';
  content: "\f284";
  font-family: bootstrap-icons !important;
}

/*********************************************/

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  width: 100%;
  direction: ltr;
  margin-right: auto;

}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  width: 100%;
  direction: ltr;
  display: flex;
  flex-flow: column nowrap;
  /* height: 90vh;  */
  height: 550px; 
  padding: 0 20px;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #000;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  /* background-color: #fff; */
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
  direction: rtl;
} 

.gallery-top {
  position: relative;
  width: 100%;
  height: 75vh;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 87%;
    /* height: 90vh;  */
    height: 550px; 
    margin-left: 10px;
  } 
}

.gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}
.gallery-thumbs img{
  width: 160px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 13%; 
    /* height: 90vh;  */
    height: 550px; 
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
  overflow: hidden;
  background: rgba(0,0,0,0.6);
  border: solid 2px #8a6555;
  border-radius: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: solid 2px #fff;
}
.swiper-container-wrapper .center_circle{
  position: relative;  
}
.swiper-container-wrapper .center_circle img{
  width: 450px;
  position: relative;
}
.swiper-container-wrapper .center_circle:before {
  content: '';
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0,0.5);
  border-radius: 50%;
  border: dashed 2px rgb(253, 55, 12);
  bottom: 0;
}
.swiper-container-wrapper .title {
  color: rgb(253, 55, 12);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px;
}
.swiper-container-wrapper .description {
  color: #fff;
  font-size: 18px;
}
.swiper-container-wrapper .buttons {
  display: flex;
  gap: 10px;
}
.swiper-container-wrapper .buttons a.readmore {
  background: rgb(253, 55, 12);
  color: #fff; 
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 15px;
}
.swiper-container-wrapper .buttons a.buy {
  background:#404040;
  /* border: solid 1px rgb(253, 55, 12); */
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 15px;
}
.swiper-container-wrapper .swiper-button-next{
  right: 20%;
}
.swiper-container-wrapper .swiper-button-prev{
  left: 20%;
}
.swiper-container-wrapper .swiper-button-next, 
.swiper-container-wrapper .swiper-button-prev {
  color: rgb(253, 55, 12);
}
/*********************************************/
/* 
.mainpage .header{
  margin-top: 0px;
  margin-bottom: -130px;
  padding: 20px 0px 0px 0px;
  z-index: 99;
  position: relative;
}
.otherpages .header {
  padding: 20px 0;
  border-bottom: solid 1px #eee;
  margin: 0 0 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.otherpages .header .nav-item span,
.otherpages .header .nav-item a {
  color: #000;  
}
.otherpages .header .nav-item span:hover,
.otherpages .header .nav-item.active span,
.otherpages .header .nav-item a:hover,
.otherpages .header .nav-item.active a{
  border-bottom:solid 2px rgb(253, 55, 12);  ;
}
.header .nav_buttons {
  transform: skew(-20deg);  
  padding: 3px;
  display: flex;
  border: solid 1px #e9e9e9;
  box-shadow: 0 0px 10px  rgba(0,0,0,0.15);
}
.header .contactus{
  background: transparent;
  font-size: 14px;
  display: flex;
  height: 100%;
  padding: 10px 20px;
  border: none;
  transform: skew(20deg);
}  
.header .calculate{
  background: rgb(253, 55, 12);
  color: #fff;
  font-size: 14px;
  display: flex;
  height: 100%;
  padding: 10px 20px;
}
.header .calculate span{
  transform: skew(20deg);
}
.modal-content{
  border-radius: 0;
}
.modal-content .modal-header h3{
  font-size: 16px;
  margin: 0;
}
.modal-content .modal-header .btn-close{
  opacity: 0.5;
  width: 20px;
  height: 20px;
  padding: 0;
  background-size: 12px;
}
#contactus .modal-body > div {
  font-size: 13px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  color: #666;
}
#contactus .modal-body > div:last-child{
  margin: 0;
}
#contactus .modal-body > div .bi {
  font-size: 19px;
  margin-left: 5px;
  color: #666;
  line-height: 0;
}
/*****************************************/
/*
.top_content{
  background-image: url("../images/urban.webp");
  background-position: 0px 90%;
  background-repeat: repeat;
  background-size: 400px;
  background-attachment: scroll;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  padding: 170px 0px 50px 0px;
  position: relative;
}
.top_content .background-overlay{
  background-color: transparent;
  background-image: linear-gradient(-110deg, rgba(253, 55, 12, 0.97) 60%, rgb(255, 255, 255) 60%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
} 
.top_content .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
} 
.top_content .elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  height: 250px;
  transform: translateX(-50%) rotateY(180deg) rotateX(-180deg);
} 
.top_content .elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.about_us {
  color: #fff;
  margin: 70px 0 0;
}
.about_us h6{
  margin: 0px 0px 25px 0px;
  padding: 5px 31px 5px 12px;
  background-color: #FFFFFF40;
  display: inline-block;
  line-height: normal; 
  letter-spacing: 1px;
  position: relative;
}
.about_us h6::before {
  content: '';
  width: 13px;
  height: 13px;
  border: solid 2px #fff;
  border-radius: 50%;
  right: 12px;
  top: 11px;
  position: absolute;
}
.about_us h6::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  right: 16px;
  top: 15px;
  position: absolute;
}
.about_us h1{
  line-height: 58px;
  margin: 0 0 25px;
}
.about_us p{
  line-height: 30px;
  margin: 0 0 30px;
}
.about_us a{
  padding: 13px 28px 20px 28px;
  background: #fff;
  display: inline-block;
  color: rgb(253, 55, 12); 
  height: 54px;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 14% 100%, 0 80%, 0% 60%, 0 1%);
  transition: all .3s ease-in-out 0s;
}
.about_us a:hover {
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 80%, 0% 60%, 0 1%);
  transition: all .3s ease-in-out 0s;
}
#brickSlider {
  margin-right: 70px;
}
#brickSlider .swiper-button-next, 
#brickSlider .swiper-button-prev{
  color: #fff;
}

/*******************************************/
.products_row {
  padding: 50px 0; 
}
.products_row h6 {
  margin: 0 0 8px;
  padding: 3px 25px 3px 8px;
  background: rgba(253, 55, 12, 0.05);
  color: rgb(253, 55, 12);
  display: inline-block;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
  font-size: 12px;
}
.products_row h6::before {
  content: '';
  width: 13px;
  height: 13px;
  border: solid 2px rgb(253, 55, 12);
  border-radius: 50%;
  right: 7px;
  top: 7px;
  position: absolute;
} 
.products_row h6::after {
  content: '';
  width: 5px;
  height: 5px;
  background: rgb(253, 55, 12);
  border-radius: 50%;
  right: 11px;
  top: 11px;
  position: absolute;
}
.module_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.module_head a{
  font-size: 14px;
  color: rgb(253, 55, 12);
  display: flex;
  align-items: center;
}
.module_head a span{
  font-size: 16px;
  margin-right: 6px;
}
.module_head h3{
  font-size: 20px;
  margin: 0 ;
}
.module_head h3::after {
  content: '';
  background: url("../images/yellow-bg.png") no-repeat;
  width: 154px;
  height: 12px;
  display: block;
  margin-top: 5px;
  background-size: contain;
}

.products_row .each_product { 
  overflow: hidden;
  margin: 0 0 30px;
  border-radius: 5px ;
}
.products_row .each_product img{
  margin-bottom: -65px;
  height: auto;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.products_row .each_product .info{
  background: #404040;
  /* clip-path: polygon(calc(100% - 40px) 0,100% 40px,100% 100%,0 100%,0 0); */
  padding: 28px 40px 35px;
  position: relative;
  transition: all .3s ease;
  width: 100%;
  clip-path: polygon(11% 0px, 80% 0%, 100% 0px, 100% 80%, 100% 100%, 20% 100%, 0px 100%, 0px 17.95%);
  position: relative;
  top: 15px;
  border-radius:0 0  5px 5px;
}
.products_row .each_product:hover .info {
  background: #e36f1e;
  background: rgb(253, 55, 12);
  transition: all .3s ease;
  top: 0;
}
.products_row .each_product .category {
  background: rgba(253, 55, 12, 0.11);
  color: rgb(253, 55, 12);
  font-size: 12px;
  display: inline-block;
  padding: 3px 6px;
  margin: 0 0 11px;
}
.products_row .each_product h2{
  font-size: 16px;
  margin: 0 0 20px;
}
.products_row .each_product h2 a{
  color: #fff;
}
.products_row .each_product .details {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgb(202, 202, 202);
}
.products_row .each_product:hover .details {
  color: #fff;
}
.products_row .each_product .foot {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 15px 0;
  align-items: center;
}
.products_row .each_product .foot img{
  width: 90px;
  margin: 0;
  position: relative;
  top: 7px;
}
.products_row .each_product .foot a {
  color: #fff;
  border-bottom: solid 2px rgb(253, 55, 12);
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
}
.products_row .each_product:hover .foot a {
  border-color: #fff;
}
 


/*******************************************/
.categories_row {
  padding: 50px 0;
  background-color: #fff;
}  

.categories_row .each_category {
  margin:0 0 30px;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden; 
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
}
.categories_row .each_category::after {
  background-color: rgba(82,82,82,.46);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 210px;
  transition: .5s ease;
  width: 100%;
  z-index: auto;
  border-radius: 0 0 5px 5px;
}
.categories_row .each_category:hover::after {
  transform: translatey(-100%);
  top: 100%;
  border-radius: 5px;
}
.categories_row .each_category > a{
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: end;
  transition: .5s;
  z-index: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  border-radius: 5px;
}
.categories_row .each_category:hover > a{
  transform: translatey(-25%);
}
.categories_row .each_category h3 { 
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}
.categories_row .each_category .desc {
  height: 0;
  opacity: 0;
  transition: .5s ease;
  visibility: hidden;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  font-size: 14px;
  line-height: 25px;
}
.categories_row .each_category:hover .desc {
  opacity: 1;
  transition: .5s ease;
  visibility: visible !important;
  height: auto;
}
.categories_row .each_category > a > span{
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0;
  position: relative;
  font-size: 12px;
}
.categories_row .each_category:hover > a > span{
   color: rgb(253, 55, 12);
}
.categories_row .each_category > a > span::after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.categories_row .each_category:hover > a > span::after {
  background-color: rgb(253, 55, 12) !important;
  height: 3px;
  bottom: -6px;
}



/*******************************************/
.com-content-category-blog.blog h1 {
  font-size: 24px;
  margin: 25px 0;
}
.com-content-category-blog.blog .products_row  {
  padding: 0;
} 
/*******************************************/
.pagination  {
  justify-content: center;
}
.pagination .page-link {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  color: #333;
  box-shadow: none !important;
  background: #fff;
  padding: 5px; 
}
.pagination .disabled > .page-link, 
.pagination .page-link.disabled {
  background-color: #fff;
}
.pagination .active > .page-link, 
.pagination .page-link.active { 
  background-color: #333;
  border-color: #3333;
  color:#fff;
}
.pagination .page-link .icon-angle-double-right:after{
  content: "\f280";
  font-family: bootstrap-icons !important;
}
.pagination .page-link .icon-angle-double-left:after{
  content: "\f27f";
  font-family: bootstrap-icons !important;
}
.pagination .page-link .icon-angle-right:after{
  content: "\f285";
  font-family: bootstrap-icons !important;
}
.pagination .page-link .icon-angle-left:after{
  content: "\f284";
  font-family: bootstrap-icons !important;
}
/*******************************************/
footer{
  background: #0C1D25;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
footer .row{
  align-items: center;
}
footer .footer_logo {
  width: 90px;
  margin: 0 auto 10px;
}
footer h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 21px;
}
footer h6{
  color: #b6b6b6;
  font-size: 13px;
}
footer .contacts_address {
  overflow: hidden;
  margin: 50px 0;
  line-height: 24px;
  letter-spacing: normal;
  font-size: 14px;
}
footer .contacts_address .address_right {
  width: 48.8%;
  text-align: left;
  float: right;
}
footer .contacts_address .address_left {
  width: 48.8%;
  text-align: right;
  float: left;
}
footer .contacts_address a{
  color: rgb(253, 55, 12);
}
footer .socials a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-size: 17px;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 3px;
}
.copyright {
  background: #00121b;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
}


/***************************/
.about_company {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;  
}
.about_company::before {
  background: linear-gradient(-225deg,transparent 15%, rgb(253, 55, 12) 0);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  -webkit-animation: reveal 2s forwards;
  animation: reveal 2s forwards;
}
.about_company::after {
  background: linear-gradient(-225deg,transparent 15%,#fff 0);
  content: "";
  height: 100%;
  right: -2px;
  position: absolute;
  left: 0;
  top: 2px;
  width: calc(100% - 104px);
  z-index: 1;

}

@-webkit-keyframes reveal {
  0% {
      width: -104px
  }
  to {
      width: calc(100% - 104px)
  }
}

@keyframes reveal {
  0% {
      width: -104px
  }
  to {
      width: calc(100% - 104px)
  }
}
.about_block{
  padding-bottom: 100px;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.about_block .about-images {
  width: 52%;
}
.about_block .about-images .top {
  padding-right: 50px;
  position: relative;
  text-align: right;
  top: auto;
  z-index: 1;
}
.about_block .about-images .top img {
  height: 460px;
  width: 100%;
}
.about_block .about-images .bot {
  margin-top: -250px;
  position: relative;
  z-index: 2;
}
.about_block .about-images .bot img {
  border: 4px solid #fff;
  box-sizing: border-box;
  height: 300px;
  max-width: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.about_block .about-contents {
  position: relative; 
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 45%;
}
.about-contents h2{
  margin: 0 0 30px;
}
.about-contents .details {
  color: #404040;
  line-height: 30px;
  font-size: 16px;
}
.about-contents .link a{
  background: #404040;
  padding: 14px 25px;
  transition: all .3s ease-in-out 0s;
  display: block;
  color: #fff;
  margin: 30px 0 0;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 14% 100%, 0 80%, 0% 60%, 0 1%);
}
.about-contents .link a:hover{
  background: rgb(253, 55, 12);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 80%, 0% 60%, 0 1%);
  transition: all .3s ease-in-out 0s;
}

/********************************/
.item-page h1{
  font-size: 24px;
  margin: 25px 0 10px ;
}
.item-page .mySwiper2 {
  margin: 0 0 20px;
}
.item-page .top_row img,
.item-page .mySwiper2 img{
  border-radius: 5px;
}
.item-page .product-info{
  margin: 0 0 25px;
  display: flex;
}
.item-page .category-name {
  margin-left: 10px;
  display: flex;
  align-items: center;
  color: #424242;
  font-size: 13px;
}
.item-page .category-name a { 
  margin-right: 5px;
  color: #888;
  font-size: 13px;
  display: flex;
  align-items: center;
} 
.item-page .category-name a:hover{
  color: rgb(253, 55, 12);
}
.item-page .product-code {
  color: #424242;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
}
.item-page .product-code span{
  color: #888;
  margin-right: 5px;
}
.item-page .product-code:before{
  content: '';
  height: 15px;
  width: 1px;
  display: inline-block;
  background: #666;
  margin-left: 10px;
} 
.item-page .price_alert {
  margin: 20px 0;
  border-radius: 0;
  border: none; 
  font-size: 14px;
  background: rgba(8, 121, 144,0.07);
  border-right: solid 3px rgb(8, 121, 144);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(8, 121, 144);
  border-radius: 5px 5px 5px 0;
}
.item-page .out_alert {
  margin: 20px 0;
  border-radius: 0;
  border: none; 
  color: rgb(253, 55, 12);
  font-size: 14px;
  background: rgba(253, 55, 12,0.07);
  border-right: solid 3px rgb(253, 55, 12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-page .out_alert i,
.item-page .price_alert i{
  font-size: 21px;
  line-height: 4px;
}
.item-page .com-content-article__body {
  font-size: 15px;
  line-height: 30px;
  color: #333;
  margin: 0 0 25px;
}
.item-page .buttons a.calculate{
  padding: 14px 25px;
  transition: all .3s ease-in-out 0s;
  display: inline-block;
  color: #fff;
  margin: 0 0 0 10px !important;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 11% 100%, 0 80%, 0% 60%, 0 1%);
  background: #404040;
  border-radius: 5px 5px 5px 0;
}
.item-page .buttons a.calculate:hover{
  background: rgb(253, 55, 12);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 80%, 0% 60%, 0 1%);
  transition: all .3s ease-in-out 0s;
}
.item-page .buttons a.order{
  padding: 14px 25px;
  transition: all .3s ease-in-out 0s;
  display: inline-block;
  color: #fff;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 14% 100%, 0 80%, 0% 60%, 0 1%);
  background: rgb(253, 55, 12);
  border-radius: 5px 5px 5px 0;
  margin-left: 0;
}
.item-page .buttons a.order:hover{
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 80%, 0% 60%, 0 1%);
  transition: all .3s ease-in-out 0s;
}
.item-page .price_box {
  margin: 0 0 30px;
}
.item-page .price_box span {
  display: inline-block;
  color: rgb(253, 55, 12);
  font-size: 20px;
}
.item-page .bottom_row  {
  padding-bottom: 100px;
  padding-top: 100px;
}
.item-page .information h3 { 
  box-shadow: inset 0 -2px #191919;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 18px;
}
.item-page .information .technical-information-item {
  background-color: #fff;
  line-height: 28px;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
  font-size: 15px;
}
.item-page .information .technical-information-item:nth-child(2n) {
  background-color: #f2f2f2;
}
.item-page .information .technical-information-item .label {
  color: #8c8c8c;
}
.item-page .information .technical-information-item .value {
  color: #404040;
}
.field-desc-text {
  font-size: 12px !important;
  color: #8c8c8c !important;
}

.blink {
  animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;   
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}
/***************************************************/
.com-contact__container .col-lg-3 {
  margin: 0 0 30px;
}
.com-contact__container > h3 {
  text-align: center;
  margin: 30px 0;
}
.com-contact__container .each {
  border: solid 1px #eee;
  text-align: center;
  padding: 24px;
  height: 100%;
  transition: all linear 0.3s;
  border-radius: 5px;
}
.com-contact__container .each .bi {
  font-size: 38px;
  margin: 0 0 14px;
  display: block;
}
.com-contact__container .each h4 {
  font-size: 20px;
  margin: 0 0 20px;
}
.com-contact__container .each .value {
  display: block;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  transition: all linear 0.3s;
}
.com-contact__container .each.dark,
.com-contact__container .each:hover{
  border: solid 1px #444;
  background: #444;
  color: #fff;
  border-radius: 5px;
}
.com-contact__container .each.dark .value,
.com-contact__container .each:hover .value{
  color: #fff;
}
.contact_map {
  margin: 50px 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/*******************************/

@media (max-width : 1200px) {
  .mainpage .top_content{
    padding: 20px 0 ;
  }
  .gallery-top,
  .gallery-thumbs{
    width: 100%;
    height: auto !important;
    min-height: auto !important;
  }
  .swiper-container-wrapper { 
    flex-direction: column-reverse;
    height: auto !important;
    min-height: auto !important;
    gap: 35px;
  } 
  .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }

}
@media (max-width : 780px) {
  .header img.logo {
    width: 80px;
  }
  .header .nav{
    display: none;
  }
  .header .MobileMenu{
    display: block;
  }
  .header > div { 
    justify-content: space-between;  
  } 
  
  
  footer {
    padding: 20px 0;
  }
  footer h2{
    font-size: 18px;
  }
  footer .contacts_address .address_left,
  footer .contacts_address .address_right{
    width: 100%;
    text-align: center;
    float: right;
    margin: 0 !important;  
  }
  footer .contacts_address {
    margin: 30px 0;
  }
  footer .footer_logo {
    width: 57px; 
  }

  .gallery-thumbs img {
    width: 100px;
  }
  .swiper-container-wrapper .center_circle img {
    width: 250px;
  }
  .swiper-container-wrapper .center_circle::before {
    width: 200px;
    height: 200px;
  }
  .swiper-container-wrapper .swiper-button-prev {
    left: 0px;
  }
  .swiper-container-wrapper .swiper-button-next {
    right: 0px;
  }
  .swiper-button-next::after, 
  .swiper-button-prev::after { 
    font-size: 30px !important;
  }
}
@media (max-width : 560px) {
  .gallery-thumbs img {
    width: 80px;
  } 
}