.catalog {
  font-family: "Open Sans", Arial, sans-serif;
  max-width: 1400px;
  margin: 0 auto;
}

.catalog-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.product {
  max-width: 260px;
  margin: 30px 0;
  border: 2px solid rgb(100, 119, 133);
  border-radius: 10px;
  min-height: 350px;
  position: relative;
  text-align: center;
  padding: 10px;
}
.product__image-priv {
  height: 150px;
}

.product__title {
  font-size: 16px;
}

.catalog__navigation-buttons {
  width: 90%;
  position: absolute;
  top: 603px;
}

.product__cost {
  margin-bottom: 20px;
}
.product-card__desc .product__desc {
  font-size: 14px;
}

.btn {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  background-color: #647785;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
}

.btn.product-card__order {
  display: none;
}

.white-popup-block {
  top: -50px;
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 900px;
  margin: 63px auto;
  position: relative;
  /* height: 700px; */
  right: 0;
  left: 0;
  width: 100%;
}

.product-card {
  display: flex;
}

.product-card__title {
  font-size: 24px;
}

.product-card__cost {
  color: #647785;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}

.product-card__title,
.product-card__cost,
.product-card__order,
.product-card__desc {
  margin: 20px;
}

#gallery {
  height: 500px;
  display: flex;
}

#thumbs {
  padding-top: 10px;
  overflow: hidden;
}
#panel {
  height: 410px;
}
#largeImage {
  height: 400px;
}
#thumbs img,
#largeImage {
  border: 1px solid gray;
  padding: 4px;
  background-color: white;
  cursor: pointer;
}
#thumbs img {
  float: left;
  margin-right: 6px;
  max-width: 60px;
}
#description {
  background: black;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  margin: 5px;
}
#panel {
  position: relative;
  margin: 5px;
}
#form1,
#form3{
  margin-top: 15px;
}
#form2 input,
#form1 input {
  color: #647785;
  border: 1px solid #f5f5f5;
  background-color: transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding-left: 15px;
}

#form3 input {
  color: #647785;
  border: 1px solid;
  background-color: transparent;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding-left: 15px;
  width:100%;
  margin-top: 10px;
}

#form2 input {
  border: 1px solid #2f3c45;
}

.modal-call-req__title {
  color: #2f3c45;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.popup-modal-dismiss-container {
  text-align: right;
}

#form2 .lgx-btn,
#form1 .lgx-btn,
#form3 .lgx-btn{
  color: #f5f5f5;
  background-color: #eab018;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  width: 160px;
  height: 50px;
  padding: 0 15px;
  display: block;
  cursor: pointer;
  margin-top: 20px;
  line-height: 50px;
}

#form2 .lgx-btn {
  background-color: #eab018;
  color: #ffffff;
}
#form2 .lgx-btn:hover {
  background-color: #647785 !important;
}
#form2 .lgx-contact-inner,
#form1 .lgx-contact-inner{
  display: flex;
}

#form3 .lgx-contact-inner{
  flex-direction: column;
}
#form3 .lgx-contact-inner > div {
    margin: 10px 20px;
  }
#form2 .lgx-contact-inner {
  justify-content: space-around;
}

#form1 .lgx-contact-inner > div,
#form3 .lgx-contact-inner > div{
  margin: 0 10px;
}

.tbl_cell_form {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 1420px) {
  #form1 .lgx-contact-inner,
  #form3 .lgx-contact-inner {
    flex-direction: column;
  }

  #form1 .lgx-contact-inner > div,
  #form3 .lgx-contact-inner > div{
    margin: 10px 20px;
  }

  #rec186541926 .t396__artboard {
    height: 470px !important;
  }
}

@media screen and (max-width: 375px) {
  .catalog {
    flex-direction: column;
    align-items: center;
  }

  .product {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
  }

  .product a {
    text-align: center;
  }

  #form2 .lgx-contact-inner,
  #form1 .lgx-contact-inner,
  #form3 .lgx-contact-inner{
    flex-direction: column;
  }

  #form1 .lgx-contact-inner > div,
  #form3 .lgx-contact-inner > div{
    margin: 10px -38px;
  }

  #form1 .lgx-contact-inner input,
  #form3 .lgx-contact-inner input{
    width: 287px;
  }
}

/* .swiper-container .product {
    height: 500px !important;
    width: 250px !important;
    text-align: center;
} */

.product .btn {
  position: absolute;
  bottom: 10px;
}

.product .btn-order {
  left: 10px;
}

.product .btn-more {
  right: 10px;
}

.guarantee {
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
}

.guarantee img {
  width: 250px;
  margin: 10px;
}

.guarantee__item {
  text-align: center;
  width: 550px;
}

.guarantee__title {
  color: rgb(100, 119, 133);
  /* color: #fff; */
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 22px;
}

.guarantee__text {
  color: rgb(100, 119, 133);
  /* color: #fff; */
  font-size: 18px;
}

@media (max-width: 960px) {
  .guarantee {
    flex-direction: column;
  }
  .guarantee__item {
    width: 350px;
    margin: 30px auto;
  }

  .guarantee img {
    margin: 10px auto;
  }

  .product {
    min-height: 460px;
  }

  .product__image-priv {
    height: 250px;
      width: 100%;
  }
}

@media (max-width: 1023px) {
  .white-popup-block {
    padding: 0;
    position: relative;
    top: 0;
    margin: 0 auto;
    max-width: 90%;
  }

  .white-popup-block .product-card {
    flex-direction: column;
    padding: 20px 30px;
  }
  .white-popup-block #gallery {
    flex-direction: column;
    height: auto;
  }

  .white-popup-block #panel {
    margin: 0;
    max-width: 80%;
    height: auto;
  }

  .white-popup-block #thumbs {
    display: flex;
    overflow: auto;
  }

  .white-popup-block #panel img {
    width: 100%;
    height: auto;
    display: block;
  }

  .white-popup-block .product-card__title {
    margin: 20px 20px 20px 0;
    font-size: 18px;
  }

  .white-popup-block .product-card__cost {
    margin: 20px 20px 0 0;
    font-size: 18px;
  }

  .white-popup-block .popup-modal-dismiss-container {
    padding: 10px;
    text-align: left;
  }

  .white-popup-block .popup-modal-dismiss {
    display: inline-block;
  }

  #modal-call-req .lgx-contact-inner {
    display: block;
    text-align: center;
  }
  #modal-call-req {
    padding: 15px 0;
  }
  #modal-call-req .lgx-btn {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  #modal-call-req .popup-modal-dismiss {
    margin-left: 20px;
  }

  #modal-call-req .lgx-contact-inner input {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .guarantee {
    flex-direction: column;
    max-width: 350px;
  }
  .guarantee__item {
    margin: 30px auto;
    width: auto;
  }

  .guarantee img {
    margin: 10px auto;
  }

  .product {
    min-height: 460px;
  }

  .product__image-priv {
    height: 250px;
  }
}
.product-card{
	font-family: "Open Sans", Arial, sans-serif;
}
