/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.h1_home {font-size: 22px; font-weight: 700;}
.h2_home {font-size: 20px; font-weight: 600;}

#product .product-reference, #product .notabs {display: none !important;}
.page-product h1 {margin-bottom: 20px;}

.an_advantages-head {display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;flex-direction: row;max-width: 1400px;margin: 0 auto;}
.an_advantages-head-hidden {display: none;}
.an_advantages-title {font-size: 2em;font-weight: bold;text-align: center;width: 100%;margin-bottom: 20px;}
.an_advantages-img {flex: 0 0 40%;text-align: center;}
.an_advantages-img img {max-width: 100%; height: auto;padding:30px;}
.an_advantages-text {flex: 1 1 60%;text-align: left; margin-left: 20px;padding:0 20px;}
@media (max-width: 991px) {
  .an_advantages-head {flex-direction: column;}
  .an_advantages-text {margin-left: 0;margin-top: 20px;text-align: center;padding:0 20px;}
  .an_advantages-title {margin-bottom: 10px;}
}

#product .tabs {margin-bottom: 30px !important;}
#product .js-mailalert.text-center input {background: #fff;border:1px solid #ccc;width: 250px;border-radius: 5px;}
#product .js-mailalert .btn-primary {width: 250px;white-space: initial;padding: 5px 10px;font-weight: 700;line-height: 18px;border-radius: 5px;}
