body {
  font-family: PFDinCond-Regular;
  font-display: swap;
  font-size: 16px;
  color: #231f20;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description {
  box-shadow: none;
  webkit-box-shadow: none;
  display: block !important;
}
a {
  outline: none;
}
a:focus,
a:active,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #c62828;
  outline-offset: 1px;
}
#compare h3,
#safety-block .bordered p span,
#utp p.h1,
.advant-item .a-title,
.attention p.h3,
.counter p,
.modal-title,
.navbar-nav > li > a,
.scope-item .scope-title,
.spec-price-1,
.submit-btn,
.submit-btn:hover,
.top-phone,
.units,
.utp-form .form-title,
.red-bg {
  text-transform: uppercase;
}
.btn,
.btn:hover,
.top-phone,
.wp-pagenavi *,
ul.phone-number a {
  text-decoration: none;
}
#advants h3.red,
#safety-block .bordered,
#products .ttx .h3,
#products table,
#utp p.h1,
.advant-item,
.attention,
.blog-item,
.order-modal .modal-body p,
.plus-minus,
.scope-item span,
.small-text,
.subtitle,
.testimonial-item .text *,
.top-phone,
.utp-form input[type="tel"],
.utp-form input[type="text"],
.utp-form select,
.ww-item,
.yellow-bg ul li,
.red-bg {
  font-family: PFDinCond-Light;
  font-display: swap;
}
#content-pay-form .variants-of-delivery label:hover,
.item_count .minus:hover,
.item_count .plus:hover,
ul.phone-number li {
  cursor: pointer;
}
header {
  padding: 12px 0 0;
  border-bottom: 5px solid #ed9722;
  background: url(imgs/navbar-bg.png) 48% 80px no-repeat;
}
header .col-md-7 {
  width: 63.5%;
}
header .col-md-3 {
  width: 19.5%;
}
@media screen and (max-width: 480px) {
  header {
    padding-top: 0 !important;
    margin-top: -10px;
  }
}
@media (max-width: 1171px) {
  #info-header-block {
    display: none;
  }
  .search-form-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  #searchsubmit.search-form-submit {
    display: none !important;
  }
}
@media (min-width: 1172px) {
  header {
    padding: 0 !important;
  }
  #info-header-block {
    min-height: auto;
    padding: 6px 0;
    margin-bottom: 10px;
    background-color: #500606;
    font-size: 14px;
    font-weight: 300;
    overflow-x: visible !important;
  }
  #info-header-block .container {
    padding: 0 5px !important;
  }
  .header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
  }
  .header-info-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #dddddd !important;
  }
  .header-info-block .item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dddddd !important;
  }
  .header-info-block .item:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 3px;
  }
  .header-info-block .item.item-work-time {
    align-items: center;
  }
  .header-info-block .item.item-work-time svg,
  .header-info-block .item.item-work-time img {
    margin-right: 10px;
  }
  .header-search-block {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header-search-block input[type="text"] {
    padding: 2px 10px !important;
    background-color: #eaeaea;
  }
  .header-search-block .nice-select {
    display: none;
  }
  .header-search-block #searchsubmit {
    display: flex !important;
    padding: 5px !important;
    color: #444444 !important;
    background-color: #dddddd !important;
    font-size: 14px !important;
  }
  .header-search-block #searchsubmit:hover,
  .header-search-block #searchsubmit:focus {
    color: #dddddd !important;
    background-color: #444444 !important;
    outline: 1px solid #dddddd;
  }
  .header-search-text {
    margin-right: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #dddddd;
  }
  .header-search-form {
    position: unset !important;
  }
  .search-form-wrapper {
    display: none;
  }
  /* Additional styles for cross-browser compatibility */
  @supports (-webkit-appearance: none) or (-moz-appearance: none) or
    (appearance: none) {
    .header-search-block input[type="text"] {
      border: 1px solid #ccc;
      border-radius: 4px;
    }
  }
}
@media screen and (max-width: 480px) {
  .site-lang-popup__content-block > ul {
    padding: 1px 1px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.red {
  color: #c10500 !important;
}
.top-nav .navbar {
  margin: 38px 0 0;
  height: 39px;
  overflow: hidden;
}
.navbar-collapse {
  padding-right: 2px;
  padding-left: 9px;
}
.navbar-nav > li > a {
  padding: 9px 9px 10px 8px;
  color: #fff;
}
.navbar-nav > li:last-child > a {
  padding-right: 0;
}
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-post-parent > a,
.navbar-nav > li > a:hover {
  color: #231f20;
}
@media screen and (min-width: 769px) {
  header .logo-wrapper {
    padding-left: 0;
  }
  .top-nav:lang(ru) {
    padding: 0;
  }
  .top-nav:lang(uk) {
    padding: 0 0 0 12px;
  }
  .callback {
    padding-right: 0;
  }
  .navbar-collapse {
    padding-left: 0;
  }
}
.btn,
.woocommerce button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button,
.woocommerce .cart .button,
#searchsubmit {
  border: 0;
  border-radius: 5px;
  font-size: 18px !important;
  text-decoration: none;
  display: inline-block !important;
  background-color: #c10500 !important;
  text-align: left;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.single_add_to_cart_button {
  padding: 8px 20px 7px 20px !important;
}
.add_to_cart_button {
  padding: 6px 30px 6px 30px;
}
.callback .btn.callback-btn img {
  width: 20px;
  height: 20px !important;
}
.article {
  font-size: 18px !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 5px !important;
}
#searchsubmit {
  padding: 6px 15px 7px !important;
  font-size: 17px !important;
}
.btn:hover,
.woocommerce button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.button:hover,
#searchsubmit:hover {
  background-color: #979797 !important;
  border: 0 solid #901a16;
  color: #fff;
}
.place-order {
  background: #ebe9eb;
  border-radius: 5px;
  padding: 1em;
  margin-top: 35px;
  clear: both;
  padding: 10px 20px 15px !important;
}
.woocommerce-privacy-policy-text {
  font-size: 15px;
}
.woocommerce-additional-fields__field-wrapper {
  margin-bottom: 25px;
}
.order-modal .modal-body p,
.top-phone {
  text-align: center;
}
.btn .btn-icon {
  padding: 1px 16px 0 8px;
}
.readmore-btn .btn-icon {
  padding: 0 15px 0 0;
}
.readmore-btn {
  padding-top: 7px;
}
.callback-btn {
  font-size: 16px !important;
  float: right;
  margin-top: 8px;
}
.callback-btn .btn-icon {
  padding: 0;
  margin-right: 6px;
  vertical-align: top;
}
#utp,
#utp .container {
  background-repeat: no-repeat;
}
.search-block {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.search-block .shop-sub-menu.hide_modal.active {
  display: block !important;
  top: 0;
}
.search-block .search-form {
  position: initial;
}
.search-block .search-form input[type="text"] {
  padding: 5px 18px !important;
}
.btn-search {
  border: 1px solid #c10500 !important;
  color: #c10500 !important;
  background-color: transparent !important;
  font-size: 16px !important;
}
.btn-search:hover,
.btn-search:focus {
  border: 1px solid #c10500 !important;
  background-color: transparent !important;
}
.btn-search img {
  width: 20px;
  height: 20px;
  padding: 0 !important;
  margin-right: 5px;
}
@media screen and (max-width: 414px) {
  .search-block #searchform {
    display: block;
  }
  .search-block .search-form input[type="text"] {
    width: 100% !important;
    margin: 0 0 5px !important;
  }
  .search-block #searchsubmit {
    width: 100px;
    margin: 0;
    text-align: center;
  }
  .nice-select.post_type {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .search-block .container {
    margin-top: 0 !important;
  }
  .btn-search {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .search-block #searchform {
    justify-content: center;
  }
  .search-block .podmenu {
    cursor: pointer;
  }
  .search-block .shop-arrow {
    margin-left: 5px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .search-block .shop-arrow.active {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }
  .search-block .woocommerce.columns-4 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .search-block .woocommerce.columns-4.active {
    max-height: 1000px;
    transition: max-height 0.3s ease;
  }
}
@media screen and (min-width: 1025px) {
  .search-block #searchform {
    justify-content: right;
    margin-right: 15px;
  }
  .search-block .shop-arrow {
    display: none;
  }
}
@media screen and (min-width: 1172px) {
  .search-block {
    width: 0px !important;
    height: 0px !important;
    opacity: 0 !important;
  }
}
.order-modal .modal-body p {
  font-size: 18px;
  padding: 0 40px;
}
.order-modal .modal-body p.red {
  margin-top: 40px;
  margin-bottom: 20px;
}
.top-phone {
  font-size: 24px;
  color: #231f20;
  margin-top: 2px;
  margin-left: 0;
  display: inline-block;
  font-family: PFDinCond-Medium;
  font-display: swap;
  line-height: 1;
}
.lang-widget {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .lang-widget {
    top: 46px;
  }
  .lang-widget:lang(uk) {
    right: 37px;
  }
  .lang-widget:lang(ru) {
    right: 30px;
  }
}
.lang-widget span.left,
.lang-widget span.right {
  position: absolute;
  top: 1px;
}
.lang-widget span.left {
  left: 3px;
}
.lang-widget span.right {
  right: 3px;
}
.lang-widget:lang(ru) span.left {
  display: none;
}
.lang-widget:lang(uk) span.right {
  display: none;
}
#qtranslate-chooser {
  list-style: none;
  padding-left: 0;
}
#qtranslate-chooser li {
  list-style: none;
  float: left;
  padding-right: 4px;
}
.qtranxs_widget ul li {
  position: relative;
  z-index: 2;
}
a.qtranxs_image {
  width: 19px;
  height: 18px;
  background: #c30202;
  display: inline-block;
  border-radius: 15px;
  margin-top: 2px;
}
a.qtranxs_image img {
  display: none;
}
.qtranxs_widget ul li {
  opacity: 0 !important;
  margin: 0 !important;
}
.qtranxs_widget ul li.active {
  opacity: 1 !important;
}
.lang-widget .qtranxs_widget {
  display: inline-block;
  float: none;
}
.lang-widget #qtranslate-2-chooser {
  background: #fff;
  border-radius: 10px;
  padding: 0 2px 0;
  margin: 0;
  height: 22px;
}
@media screen and (max-width: 480px) {
  .lang-widget {
    width: 48px;
    top: -33px;
    right: 100px;
  }
  .lang-widget #qtranslate-2-chooser {
    border: 1px solid #ed9722;
    height: 24px;
  }
  .lang-widget span.left {
    top: 5px;
    left: 4px;
    line-height: 1;
  }
  .lang-widget span.right {
    top: 5px;
    right: 7px;
    line-height: 1;
  }
}
@media screen and (max-width: 360px) {
  .lang-widget {
    right: 75px;
  }
}
#utp {
  background-position: 50% 100%;
  background-size: cover;
  margin: -5px 0 2px;
}
#utp .container,
.advants-wrapper {
  background-position: 0 0;
  padding-top: 10px;
}
#utp .container {
  background-position: 0 100%;
  padding-bottom: 30px;
}
.advants-wrapper {
  padding-bottom: 25px;
}
#utp p.h1 {
  font-size: 43px;
  font-family: PFDinCond-Medium;
  font-display: swap;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: right;
  letter-spacing: 1.3px;
}
#compare h3,
#safety-block .bordered,
.counter,
.units span,
.utp-form,
.red-bg {
  text-align: center;
}
.red-bg {
  font-size: 28px;
  color: #fff;
  padding: 20px 0 18px;
  background: url(imgs/red_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 3px;
  line-height: 1;
}
.utp-form {
  width: 360px;
  height: 360px;
  background: url(imgs/utp-form-bg.webp) no-repeat;
  background-size: 100%;
  padding-top: 64px;
  float: right;
  color: #231f20;
  margin-right: -20px;
  margin-top: 35px;
}
body:not(.home) aside .utp-form {
  margin-right: 0;
}
.utp-form .form-title {
  font-size: 19px;
  line-height: 1.2em;
  margin-top: 4px;
  margin-bottom: 4px;
}
.utp-form input[type="tel"],
.utp-form input[type="text"],
.utp-form select {
  width: 70%;
  margin: 5px auto 5px;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid #000;
  background: 0 0;
  color: #000;
  font-size: 16px;
}
.utp-form input[type="submit"] {
  margin-top: 5px;
}
.action-wrapper {
  width: 100%;
  max-width: 810px;
  float: left;
  text-align: right;
  margin-left: 10px;
}
.spec-price-1,
.spec-price-2 {
  color: #c10500;
  display: inline-block;
}
.spec-price-1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.spec-price-2 {
  font-size: 52px;
  letter-spacing: -1.5px;
  margin-left: 7px;
}
.spec-price-3 {
  font-size: 20px;
  line-height: 1.1em;
  width: 100px;
  display: inline-block;
  text-align: left;
  margin: 15px 40px 0 25px;
  float: right;
}
.counter {
  margin-top: 10px;
  width: 320px;
  display: inline-block;
}
.units {
  font-size: 17px;
}
#advants h3.red,
.subtitle {
  font-size: 28px;
  text-align: center;
}
.units span {
  display: inline-block;
  width: 83px;
}
.units span:first-child {
  padding-right: 4px;
}
.units span:last-child,
.units span:nth-child(2) {
  padding-right: 5px;
}
.subtitle {
  line-height: 1.2em;
}
.advants-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 15px;
  margin-top: 20px;
  text-align: center;
}
.advants-wrapper h2 {
  color: #ec8902;
  margin-bottom: 35px;
}
#advants h3.red {
  margin-top: 20px;
}
#advants .row {
  margin-left: 0;
  margin-right: 0;
}
.yellow-bg {
  background: linear-gradient(to right, #ed9621, #ffbd00, #ed9621);
  border-radius: 20px 20px 0 0;
  padding: 30px 0 15px;
  font-size: 18px;
}
.yellow-bg ul {
  width: 90%;
  margin: 0 auto;
  max-width: 705px;
}
.yellow-bg ul li {
  list-style: none;
  background: url(imgs/list-check.png) no-repeat;
  padding: 0 0 13px 40px;
}
#compare {
  background: #f6f6f6;
  border-bottom: 8px solid #f1b629;
}
#compare .h2 {
  background: linear-gradient(to right, #460000, #b20202, #530000);
  color: #fff;
  margin-top: 0;
  padding: 15px 0 13px;
}
#compare h3 {
  color: #ec8902;
  font-size: 28px;
  margin-bottom: 30px;
}
#composite {
  background: url(imgs/triangle_big.svg) right 43% no-repeat;
  background-size: 22px 140px;
}
#steel .col-md-6:last-child {
  background: url(imgs/triangle_small.svg) left 12% no-repeat;
  background-size: 13px 50px;
}
#steel .steel-img {
  margin-top: 53px;
  margin-left: 25px;
}
.plus-minus {
  padding: 5px 0 0 30px;
  font-size: 18px;
}
.plus-minus img {
  float: left;
  margin-right: 10px;
}
.plus-minus ul {
  padding-left: 28px;
  margin-bottom: 23px;
}
.plus-minus hr {
  border-color: #b2b2b2;
}
#safety-block .bordered {
  border: 2px solid #c10500;
  border-radius: 12px;
  background: #f6f6f6;
  font-size: 28px;
  margin-bottom: 20px;
}
#safety-block .bordered p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4em;
}
#safety-block .prices-block {
  float: right;
  margin-top: 42px;
  margin-right: 35px;
}
#sertif,
#products .ttx .h3,
.attention,
.photo-gallery,
.photo-gallery .pg-img,
.scope-item {
  text-align: center;
}
#sertif {
  margin-bottom: 50px;
  padding-top: 30px;
}
#products .bx-wrapper img {
  margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 10;
}
#safety-block .bordered p span {
  font-size: 44px;
}
#safety-block .bordered img {
  margin: 0 25px;
}
#safety-block .h2 {
  margin: 32px 0;
}
#safety-block .order-form {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 57px;
  text-align: center;
  color: #fff;
}
#safety-block .order-form .form-title {
  font-size: 28px;
}
.order-form input[type="tel"],
.order-form input[type="text"],
.order-form select {
  width: 80%;
  max-width: 220px;
  margin: 5px 5px 10px;
  padding: 5px 12px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: PFDinCond-Light;
  font-display: swap;
  border: 0;
}
.order-form input[type="submit"] {
  margin-top: 10px;
}
.small-text {
  font-size: 14px;
}
#scope {
  background-color: #fff;
  padding-bottom: 25px;
}
#scope .h2 {
  margin: 30px 0 35px;
}
.scope-item .scope-title {
  font-size: 20px;
  color: #c10500;
  margin-top: 10px;
  margin-bottom: 0;
}
.scope-item span {
  font-size: 18px;
}
.attention {
  font-size: 22px;
}
.attention p.h3 {
  font-size: 28px;
}
#products .ttx .h3 {
  font-size: 36px;
  font-family: PFDinCond-Medium;
  font-display: swap;
  text-transform: uppercase;
}
#products .ttx .h4,
.woocommerce-product-details__short-description .h4 {
  font-size: 28px;
  font-family: PFDinCond-Light;
  font-display: swap;
  margin-top: 25px;
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description .h4 a {
  font-size: 18px;
}
.links-block {
  margin: -8px 0 25px;
}
#products .ttx .h3 span {
  font-size: 24px;
  color: #231f20;
}
.attention img {
  margin: -5px 3px 0 0;
}
#products {
  text-align: center;
}
#products .h2 {
  background: linear-gradient(to right, #460000, #b20202, #530000);
  color: #fff;
  margin-top: 0;
  padding: 15px 0 13px;
}
#products .subtitle {
  padding: 25px 0 30px;
}
#sertif img {
  height: 305px;
  width: 225px;
  border: 1px solid #666;
  margin: 8px 8px 0 0;
}
#sertif .content-certs {
  margin-bottom: 10px;
}
#products.photo-gallery img {
  border: 0;
  display: inline-block;
}
#products .bx-prev {
  top: 45%;
  left: 0 !important;
}
#products .bx-next {
  right: 0 !important;
  top: 45%;
}
.photo-gallery {
  margin-top: 0;
}
.bx-viewport {
  margin: 0 auto;
}
#we-work {
  margin-top: 20px;
}
#products .ttx {
  border-bottom: 1px solid #c10500;
  padding: 30px 0 50px;
}
#products .ttx:last-child {
  border-bottom: 0;
}
#products table {
  text-align: left;
}
#we-work {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 0;
}
#we-work .h2 {
  margin: 35px 0;
}
#we-work .container {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.ww-item {
  text-align: center;
  font-size: 18px;
  line-height: 1.1em;
}
.ww-item img {
  margin-bottom: 15px;
}
.ww-item:after {
  content: url(imgs/arrow.png);
  position: absolute;
  top: 34px;
  right: -30px;
}
.clearfix:after,
.clearfix:before,
.ww-item:last-child:after {
  content: " ";
}
#testimonials {
  padding-top: 30px;
  border-top: 8px solid #f1b629;
}
#testimonials .bx-wrapper {
  padding: 0 20px;
}
#products .bx-wrapper {
  margin-top: 10px !important;
}
#product-tabs {
  margin-top: 25px;
}
#product-tabs li {
  transform: scale(1);
  transition: transform 0.3s ease;
}
#product-tabs li:hover,
#product-tabs li:focus {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
#product-tabs li.active {
  transform: scale(1.05);
}
.nav-tabs {
  border-bottom: 1px solid #c10500;
}
.nav-tabs li {
  width: 50%;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  background-color: transparent;
}
.nav-tabs li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  margin: 0;
  border: 0;
}
.nav-tabs li.active a,
.nav-tabs li:hover a {
  opacity: 1;
}
.nav-tabs li a img {
  height: 80px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 5px;
}
.nav-tabs .sc-item .info-block {
  left: 0;
  top: 15px;
  margin: 0;
  background: url(imgs/price-block-bg-nav-tabs.png) no-repeat 0 0;
  width: 73px;
  height: 30px;
}
.nav-tabs .sc-item .info-block hr {
  width: 45px;
}
.nav-tabs .sc-item .info-block .volume {
  font-size: 23px;
  top: -19px;
}
.nav-tabs .sc-item .info-block .volume sup {
  font-size: 16px;
}
.photo-gallery .swiper-button-next,
.photo-gallery .swiper-button-prev {
  color: #c10500;
}
.photo-gallery .pg-item img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .nav-tabs li {
    width: 25%;
  }
}
.testimonial-item {
  background: #f1b629;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
#testimonials .bx-viewport {
  margin: 0 0 20px;
}
.testimonial-item div {
  box-shadow: 0 0 7px #333;
  border-radius: 6px;
  padding: 10px 20px;
  background-color: #fff;
  background-position: 97% 15px;
  background-repeat: no-repeat;
}
.testimonial-item .title {
  color: #c10500;
  font-size: 28px;
  margin-bottom: 0;
}
.testimonial-item .subtitle {
  color: #c10500;
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
}
#information .row,
.advant-item,
.blog-item,
.modal-title {
  text-align: center;
}
.testimonial-item hr {
  margin: 10px 0;
  border-color: #b2b2b2;
}
.testimonial-item .text * {
  font-size: 16px;
}
.bx-wrapper .bx-prev {
  background: url(imgs/prev.png) no-repeat;
  width: 24px;
  height: 46px;
}
.bx-wrapper .bx-next {
  background: url(imgs/next.png) no-repeat;
  width: 24px;
  height: 46px;
}
#testimonials .bx-wrapper .bx-prev {
  top: 41%;
  left: -40px;
}
#testimonials .bx-wrapper .bx-next {
  top: 41%;
  right: -20px !important;
}
#information .row a.btn {
  margin: 0 0 40px;
  margin-top: 20px;
}
#information {
  background: url(imgs/grey-pattern.jpg);
  padding: 25px 0;
  margin-top: 25px;
}
#contacts .h2 {
  margin: 45px 0 25px;
}
.blog-item {
  margin: 20px 0 5px;
  padding-top: 10px;
  margin: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 16px;
  text-align: center !important;
}
.blog-item a {
  color: rgb(37, 37, 37);
  text-decoration: none;
}
.wpcf7-select {
  width: 70% !important;
}
.blog-item a:hover {
  color: #c10500;
}
.blog-item a img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  border-radius: 7px;
  border: 2px solid #d10000;
}
.list-title {
  font-size: 20px;
  padding-top: 5px;
  color: #6c6c6c;
}
.advant-item {
  margin: 0 3px 45px;
  width: 100%;
  max-width: 220px;
  float: left;
}
.advant-item .a-title {
  color: #ec8902;
  font-size: 18px;
  margin-top: 10px;
  font-family: PFDinCond-Regular;
  font-display: swap;
  padding: 0;
}
.advant-item p {
  color: #fff;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: PFDinCond-Light;
  font-display: swap;
  line-height: 1.3em;
  padding: 0 15px;
}
.modal-header .close,
.modal-title {
  color: #c10500;
}
.modal-header .close {
  margin-top: -15px;
  margin-right: 20px;
}
.callbackbtn .modal-header {
  padding-bottom: 0;
}
.callbackbtn .modal-header .close,
.send-review .modal-header .close,
.order-modal .modal-header .close {
  margin-top: -10px;
  margin-right: -5px;
}
.close {
  opacity: 0.8 !important;
}
.counter p {
  font-size: 22px;
  margin-right: 3px;
  margin-bottom: 5px;
}
#stage_jbeeb_3 {
  margin-left: 37px !important;
}
#container_jbeeb_13,
#container_jbeeb_5,
#container_jbeeb_9 {
  background: url(imgs/count-bg.png) no-repeat !important;
  width: 68px !important;
  height: 50px !important;
}
#textbox_jbeeb_10,
#textbox_jbeeb_14,
#textbox_jbeeb_6 {
  font-family: PFDinCond-Regular !important;
  font-display: swap;
  font-size: 43px !important;
  letter-spacing: 13px !important;
  width: 80px !important;
}
#box_jbeeb_11,
#box_jbeeb_15,
#box_jbeeb_7,
#textbox_jbeeb_12,
#textbox_jbeeb_16,
#textbox_jbeeb_8 {
  display: none;
}
.modal-title {
  font-size: 22px;
}
.modal-header {
  padding-bottom: 8px;
  border-bottom: 0 !important;
}
.modal-dialog {
  width: 345px;
  margin: 60px auto 0;
}
.modal-content {
  border: 0;
  box-shadow: none;
}
.modal-dialog .utp-form {
  padding-top: 30px;
  background-size: cover;
  background-position: 50% 50%;
  width: 325px;
  height: 325px;
  margin-right: 0;
  float: none;
}
.modal-body input[type="email"],
.modal-body input[type="tel"],
.modal-body input[type="text"],
.modal-body textarea {
  width: 85%;
  margin: 7px auto 10px;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid #000;
  background: 0 0;
  color: #000;
  font-size: 16px;
  font-family: PFDinCond-Light;
  font-display: swap;
  display: block;
}
.article .exerpt,
.blog-title {
  border-bottom: 1px solid #b2b2b2;
}
.modal-body input[type="submit"] {
  display: block !important;
  margin: 10px auto 0;
  float: none;
}
a.btn.order-modal-btn {
  margin-top: 20px;
}
.modal-body img {
  position: absolute;
  left: 75px;
  top: 96px;
}
.article h1,
.article h2 {
  color: #585858;
  text-align: left;
  font-size: 28px;
  font-family: PFDinCond-Regular;
  font-display: swap;
  text-transform: none;
}
.article h2,
.article h1 {
  margin-bottom: 20px;
}
.article,
.article p,
.wp-pagenavi * {
  font-family: PFDinCond-Light;
  font-display: swap;
}
.article img {
  margin-bottom: 20px;
}
.article img.btn-icon {
  margin: 0;
  width: auto;
}
aside {
  margin-top: 60px;
}
.article .exerpt {
  padding: 10px 0 25px;
}
.article .exerpt h2:first-child {
  margin-top: 0;
}
.blog-title {
  font-size: 28px;
  color: #ec8902;
  padding-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.wp-pagenavi {
  margin-top: 25px;
}
.wp-pagenavi * {
  font-size: 20px;
  display: inline-block;
  padding: 3px 12px;
  color: #fff;
  background: #c8c6c6;
  margin: 0 3px;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #fff;
  background: #c10500;
}
.wp-pagenavi .nextpostslink {
  float: right;
}
.blog-btn,
.readmore-btn {
  font-family: PFDinCond-Regular;
  font-display: swap;
  margin-top: 15px;
  display: block !important;
  width: 280px;
  text-align: center;
}
.blog-btn {
  padding: 8px 5px 7px !important;
  margin-top: 30px;
}
.blog-btn .btn-icon {
  padding: 0 18px 0 8px;
}
body.blog #contacts {
  margin-top: 45px;
}
.article .date {
  color: #b0afaf;
  font-size: 16px;
  margin: 5px 0 20px;
}
.article .date img {
  margin: -2px 7px 0 0;
  width: auto;
  height: auto;
}
#content-pay-form input[type="email"],
#content-pay-form input[type="tel"],
#content-pay-form input[type="text"],
#content-pay-form select,
.woocommerce form .form-row select {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 4px 10px;
  margin-bottom: 7px;
}
#content-pay-form input[type="text"].count {
  width: 50px;
  display: inline-block;
  text-align: center;
}
#content-pay-form .plusminus {
  cursor: pointer;
  font-size: 20px;
}
#content-pay-form .itogo {
  color: #c10500;
  font-size: 20px;
}
#content-pay-form .order-modal-btn {
  margin-top: 20px;
  font-family: PFDinCond-Regular;
  font-display: swap;
}
footer {
  background: #393536;
  color: #fff;
  padding-top: 15px;
}
footer .contact-box {
  text-align: center;
  font-size: 18px;
  font-family: PFDinCond-Light;
  font-display: swap;
}
footer .contact-box .address {
  margin-top: 25px;
}
footer .contact-box .email {
  margin-bottom: 10px;
}
footer .contact-box .phone {
  font-size: 30px;
  margin-bottom: 0;
}
footer .container {
  position: relative;
}
footer .container .footer-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-img span {
  position: absolute;
  bottom: 10px;
  left: 115px;
}
footer span a,
footer span a:hover {
  color: #fff !important;
}
footer .container .utp-form {
  position: absolute;
  bottom: 0;
  right: 0;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
}
img.alignright {
  margin: 0 0 10px 10px;
}
.aligncenter {
  text-align: center;
}
img.aligncenter {
  margin: 10px 0;
}
.wp-caption {
  max-width: 100% !important;
}
.wp-caption img {
  width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 0.7em;
}
.item_count .minus,
.item_count .plus {
  display: inline-block;
  padding: 0 3px;
}
#content-pay-form .article,
.delivery-department_wrapper {
  position: relative;
}
#content-pay-form .article .ajax-loading,
#content-pay-form .article .mini-ajax-loading,
.hide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
#content-pay-form .article .ajax-loading {
  background-color: rgba(255, 255, 255, 0.65);
  background-image: url(imgs/bx_loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1000;
}
#content-pay-form .article .mini-ajax-loading {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  z-index: 1000;
}
#content-pay-form div[delivery_id="delivery_type_2"] {
  display: none;
}
#content-pay-form #result-pay-form {
  padding: 20px 0;
}
.send-review-btn-wrapper {
  text-align: center;
  margin-top: 15px;
}
.offer-acceptance-wrapper {
  padding: 5px 0 0;
}
.offer-acceptance-wrapper > * {
  display: inline-block;
  vertical-align: top;
}
.offer-acceptance-wrapper label {
  margin: 0 0 0 10px;
}
.hide {
  background: rgba(200, 200, 200, 0);
  top: 0;
  display: none;
}
ul.phone-number {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}
ul.phone-number li {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  z-index: 12;
  transform: scale(1);
  transition: transform 0.3s ease;
}
ul.phone-number li:hover,
ul.phone-number li:focus {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
ul.phone-number li div {
  position: absolute;
  width: 270px;
  height: 80px;
  background: #f3ba6e;
  top: 0;
  right: 43px;
  border-radius: 50px 0 0 50px;
  display: none;
  z-index: -1;
  font-size: 25px;
  padding: 23px 15px 24px 5px;
}
ul.phone-number a {
  color: #424242;
}
.prices-block {
  display: inline-block;
}
.prices-block .pb-item {
  width: 113px;
  height: 55px;
  background: url(imgs/price-block-bg.png) no-repeat 0 0;
  float: left;
  position: relative;
  margin-right: 8px;
  text-align: center;
  transform: scale(1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.prices-block .pb-item:hover,
.prices-block .pb-item:focus {
  transform: scale(1.05);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.pb-item a {
  text-decoration: none;
}
.prices-block .pb-item:last-child {
  margin-right: 0;
}
.prices-block .pb-item .volume {
  top: -17px;
  font-size: 24px;
  position: absolute;
  left: 14px;
}
.prices-block .pb-item .price,
.woocommerce-Price-amount {
  font-size: 34px;
  color: #c10500;
  margin-top: 10px;
}
.woocommerce-cart-form .woocommerce-Price-currencySymbol,
.products.columns-4 .woocommerce-Price-currencySymbol,
.product-total .woocommerce-Price-currencySymbol,
.single-product .woocommerce-Price-currencySymbol {
  font-size: 27px;
}
ul.glide__slides {
  padding-bottom: 10px !important;
}
ul.glide__slides li.product {
  padding: 5px !important;
}
ul.products li.product {
  transition: box-shadow 0.3s ease;
}
ul.products li.product:hover,
ul.products li.product:focus {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
}
li.product .sku {
  color: #231f20;
  display: block;
}
.related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px !important;
  font-family: "DIN Pro Bold";
  font-display: swap;
  padding: 0 0 0.3em !important;
}
.prices-block .pb-item .price span {
  font-size: 21px;
}
#short-cards {
  background: url(imgs/ballons-geometry.svg) no-repeat 0 0;
  background-size: cover;
  padding: 25px 0 40px;
}
#short-cards h2,
#short-cards .h2 {
  color: #c10500;
  font-size: 40px;
  font-family: PFDinCond-Medium;
  font-display: swap;
  letter-spacing: 1.5px;
  margin-bottom: 35px;
  position: relative;
}
#short-cards h2:before,
#short-cards .h2:before {
  content: url(/wp-content/themes/hpcresearch/imgs/check-before.png);
  margin-right: 15px;
}
.sc-item {
  height: auto;
  position: relative;
  padding: 0 15px;
  text-align: center;
}
.sc-item .info-block {
  background: url(/wp-content/themes/hpcresearch/imgs/price-block-bg-2.png) 0 0
    no-repeat;
  width: 122px;
  height: 124px;
  position: relative;
  left: 50%;
  margin-left: -61px;
  margin-bottom: 25px;
  bottom: 0;
  z-index: 10;
  color: #4b4b4b;
  text-align: center;
}
.sc-item .info-block .volume {
  top: -25px;
  font-size: 40px;
  position: relative;
  left: 3px;
}
.sc-item .info-block .volume sup {
  font-size: 27px;
  right: 0.15em;
}
.sc-item .info-block .weight {
  font-size: 36px;
  line-height: 1.1em;
}
.sc-item .info-block > span {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  line-height: 1em;
}
.sc-item .info-block hr {
  margin-bottom: 10px;
  margin-top: -20px;
  border-top: 1px solid #4b4b4b;
  width: 71px;
}
.sc-item .info-block .weight > span {
  font-size: 27px;
  display: inline-block;
  margin-left: 5px;
}
.sc-item img {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
#advants {
  padding-top: 25px;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.clearfix:after,
.clearfix:before {
  display: table;
}
.clearfix:after {
  clear: both;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before,
  :first-letter,
  :first-line {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.wpcf7,
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.order-form .wpcf7-form-control-wrap {
  display: inline-block !important;
}
.wpcf7-response-output {
  margin: 0 !important;
  border: 0 !important;
  text-align: center;
}
.wpcf7-mail-sent-ok {
  color: green;
}
.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  right: 26px;
  top: 0;
  display: block;
  font-size: 12px;
}
.wpcf7 .ajax-loader {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #c10500;
}
.utp-form .wpcf7 span.wpcf7-not-valid-tip {
  right: 16%;
  top: 5px;
}
.utp-form .wpcf7 .ajax-loader {
  bottom: 12px;
}
#safety-block .wpcf7 .wpcf7-mail-sent-ok,
.utp-form .wpcf7 .wpcf7-mail-sent-ok {
  display: none !important;
}
#safety-block .order-form form > span {
  display: inline-block !important;
}
#safety-block .order-form .ajax-loader {
  bottom: auto;
  left: 0;
  top: 0;
}
#safety-block .order-form input[type="tel"],
#safety-block .order-form input[type="text"],
#safety-block .order-form select {
  box-sizing: border-box;
  width: 94% !important;
}
#safety-block .order-form select {
  padding-bottom: 7px;
}
#safety-block .wpcf7 span.wpcf7-not-valid-tip {
  right: 10px;
  top: 4px;
}
.send-review .ajax-loader {
  bottom: 14px;
  top: auto;
}
.ya-map {
  height: 420px;
}
.map-overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 420px;
  top: 420px;
  margin-top: -420px;
}
.breadcrumbs {
  margin-top: 15px;
  max-width: 750px;
}
.woocommerce-page .date,
.woocommerce-page aside,
.woocommerce-page .article > img,
.woocommerce-page .posted_in,
.woocommerce-product-gallery__trigger,
#billing_company_field,
#billing_country_field,
#tab-title-additional_information,
#tab-additional_information,
.cart-subtotal,
.additional_information_tab,
.woocommerce-result-count,
.woocommerce-customer-details,
.form-row .optional {
  display: none;
}
.woocommerce-page .col-md-8 {
  width: 100%;
}
.woocommerce-page .col-md-8.top-nav {
  width: 66.66666667%;
}
@media screen and (max-width: 480px) {
  .woocommerce-page .col-md-8.top-nav {
    width: 100% !important;
  }
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none !important;
}
#ship-to-different-address {
  padding-left: 25px;
}
.woocommerce-page .product_meta {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #231f20;
  font-family: PFDinCond-Medium;
  text-transform: uppercase;
  font-display: swap;
}
.product_meta .tagged_as {
  display: none;
}
.woocommerce div.product div.images img {
  width: auto !important;
  margin: 0 auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-top: 35px;
}
.woocommerce-Price-currencySymbol {
  font-weight: 400;
  display: inline-block;
  font-family: "Arial";
  font-display: swap;
}
.woocommerce-product-details__short-description .table {
  margin-bottom: 15px;
}
.woocommerce-product-details__short-description .table tr td:first-child {
  width: 240px;
}
.woocommerce-product-details__short-description h4 {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  background-color: #37a951;
  font-family: "DIN Pro Cond Medium";
  font-display: swap;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
}
.woocommerce-product-details__short-description ul {
  margin: 0 0 20px;
  padding: 0;
}
.woocommerce-product-details__short-description ul li {
  list-style: none;
  padding-left: 26px;
  position: relative;
  font-family: "DIN Pro Cond Medium";
  font-display: swap;
  font-size: 18px;
}
.woocommerce-product-details__short-description ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 6px;
  background-image: url(imgs/li-check-bullet.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.woocommerce .quantity .qty {
  padding: 4px 0;
}
.woocommerce-message {
  border-top-color: #ed9722 !important;
  margin: 1em 0 2em !important;
}
.woocommerce-message:before {
  color: #3c763d !important;
}
form.woocommerce-checkout {
  position: relative;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 48% !important;
  float: left !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}
.order_review_wrapper {
  width: 48% !important;
  float: right;
}
.s-header__basket-wr {
  position: fixed;
  top: 10px;
  right: 15px;
  width: 77px;
  height: 43px;
}
.basket-btn {
  display: inline-block;
  max-width: 100%;
  background-color: #77787b;
  font-size: 15px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 25px 25px;
  background-image: url(imgs/icon-cart.png);
  border-radius: 20px;
  padding-left: 43px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 19px;
  z-index: 9999;
}
.basket-btn:hover {
  color: #fff;
}
body.home .woocommerce-message {
  position: absolute;
  width: 100%;
  top: 0;
  max-width: 700px;
  left: 50%;
  margin: 0 0 0 -367px !important;
}
.woocommerce-billing-fields {
  position: relative;
}
.woocommerce ul.order_details {
  padding-top: 20px;
}
.woocommerce .woocommerce-ordering select {
  padding: 3px 5px 6px 5px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  text-align: center;
}
.payment_method_liqpay img {
  width: auto !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 4px 10px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
  background-color: #eaffda !important;
}
.cart_item td.product-total {
  min-width: 120px;
}
.spoiler-wrap {
  background: #fff;
}
.spoiler-head {
  padding: 10px;
  line-height: 1.5;
  cursor: pointer;
  background: #b20202;
  color: #fff;
  font-size: 21px;
}
.folded:before {
  content: "+";
  margin-right: 5px;
}
.unfolded:before {
  content: "–";
  margin-right: 5px;
}
.spoiler-body {
  padding: 10px;
}
@media screen and (min-width: 1920px) {
  header {
    background: url(imgs/navbar-bg.png) 48.7% 80px no-repeat;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .navbar-collapse {
    padding-left: 12px;
  }
  .logo.pull-left {
    margin-left: 11px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1171px) {
  header {
    background-size: cover;
  }
  header .col-sm-2 {
    position: absolute;
    top: 5px;
  }
  header .col-md-3 {
    width: 25%;
  }
  header .col-md-7 {
    width: 75%;
  }
  .navbar-nav > li > a {
    padding: 7px 9px 13px;
  }
  .logo img {
    width: 140px;
    height: auto;
  }
  .advant-item .a-title {
    font-size: 20px;
  }
  #sertif .fancybox img {
    width: 220px;
    height: auto;
  }
  .plus-minus {
    padding: 5px 0 0 55px;
    font-size: 16px;
  }
  #steel .col-md-6:last-child {
    background-position: 10% 12%;
  }
  #safety-block .order-form {
    background-position: 43% 0;
  }
  #utp.utp-index {
    background: url(/wp-content/uploads/2016/11/2-ballons.png) 98% 100%
      no-repeat #f4f4f4 !important;
    border-bottom: 2px solid #ddd;
    min-height: 610px;
  }
  body.blog #utp {
    background: 0 0 !important;
    min-height: auto;
  }
  #utp p.h1,
  .action-wrapper {
    padding-left: 0;
    margin-left: 0;
  }
  #utp p.h1 {
    font-size: 37px;
    font-weight: 700;
  }
  #utp-offset {
    margin-left: 0 !important;
  }
  .spec-price-1 {
    margin-left: 13px;
  }
  .spec-price-2 {
    font-size: 49px;
  }
  .spec-price-3 {
    width: 100%;
  }
  .blog-item {
    height: 220px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #utp.utp-index {
    background: url(/wp-content/uploads/2016/11/2-ballons.png) 98% 100%
      no-repeat #f4f4f4 !important;
    border-bottom: 2px solid #ddd;
    min-height: 610px;
  }
  body.blog #utp {
    background: 0 0 !important;
    min-height: auto;
  }
  #utp p.h1,
  .action-wrapper {
    padding-left: 0;
    margin-left: 0;
  }
  #utp p.h1 {
    font-size: 37px;
    font-weight: 700;
  }
  aside .utp-form {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1171px) {
  header {
    padding: 12px 0 7px;
    background-image: none;
  }
  .ww-item:after,
  footer .container .footer-img img {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    color: #231f20;
    font-size: 13px;
    padding: 7px 0 9px 12px;
  }
  .navbar-collapse,
  .top-nav .navbar {
    padding-left: 0;
    height: auto !important;
  }
  .navbar-nav {
    float: right;
  }
  .navbar-collapse {
    padding-right: 0;
  }
  #testimonials .bx-wrapper .bx-prev {
    left: 10px !important;
  }
  #testimonials .bx-wrapper .bx-next {
    right: 10px !important;
  }
  #sertif .fancybox img {
    width: 190px;
    height: auto;
  }
  #safety-block .bordered p,
  header .col-md-3,
  header .col-md-7 {
    width: 100%;
    text-align: center;
  }
  .top-phone {
    float: left;
    margin-top: 4px;
  }
  .callback .callback-btn {
    float: right;
  }
  .navbar-toggle {
    margin-top: 0;
    margin-right: 5px;
  }
  #composite,
  #steel .col-md-6:last-child {
    background: 0 0;
  }
  .scope-item {
    margin-bottom: 30px;
  }
  #safety-block .order-form {
    background: #403e3f;
    background-image: none !important;
    height: auto;
    padding: 20px;
    border-radius: 5px;
  }
  #we-work .container {
    background-image: none !important;
  }
  #testimonials .bx-wrapper {
    padding: 0 40px;
  }
  .contact-box {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1171px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 7px 15px 9px !important;
  }
  #utp p.h1 {
    margin-left: 0;
  }
  .navbar-nav {
    float: none;
  }
  .article img {
    width: 100%;
    height: auto;
  }
  .compare-box .compare-img {
    text-align: center;
    border-bottom: 1px solid #cea7a7;
  }
  .blog-item a img {
    width: auto;
  }
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 100% !important;
  }
  .order_review_wrapper {
    width: 100% !important;
    position: static;
  }
  aside .col-md-4.utp-form {
    display: none !important;
  }
  #contacts .h2 {
    margin: 25px 0 25px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  #utp.utp-index {
    background-position: 0 22% !important;
    background-size: 50% !important;
  }
  #utp p.h1 {
    font-size: 31px;
  }
  .action-wrapper img {
    width: 120px;
    height: auto;
  }
  #utp .utp-form {
    margin: 170px auto 0;
    float: none;
  }
  .utp-form {
    margin: 20px auto 0;
    float: none;
  }
  .counter {
    margin-top: 40px;
    width: 320px;
    position: absolute;
    left: 50%;
    margin-left: -160px;
  }
  .footer-img span,
  footer .container .footer-img,
  footer .container .utp-form {
    position: static;
    margin-bottom: 10px;
  }
  .contact-box {
    padding-bottom: 15px;
  }
  .footer-img span {
    display: block;
    text-align: center;
  }
  footer .contact-box,
  footer .container .footer-img {
    margin-bottom: 0;
  }
}
@media (max-width: 667px) {
  header {
    background-image: none;
  }
  .h2,
  h2 {
    font-size: 31px;
  }
  .red-bg {
    font-size: 24px;
    padding: 30px 15px 28px;
  }
  .action-wrapper {
    padding-left: 0;
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .sc-item .info-block {
    right: 0;
  }
  .sc-item img {
    width: 220px;
    margin-bottom: 30px;
  }
  .yellow-bg ul {
    padding-left: 20px;
  }
  .action-wrapper img {
    margin-right: 14px;
  }
  .prices-block .pb-item {
    width: 85px;
    background-size: contain;
    margin-right: 5px;
  }
  .prices-block .pb-item .price {
    font-size: 23px;
  }
  .prices-block .pb-item .volume {
    top: -11px;
    font-size: 17px;
  }
  .spec-price-1 {
    font-size: 19px;
  }
  #short-cards h2,
  #short-cards .h2 {
    font-size: 27px;
  }
  .sc-item {
    height: auto;
    margin-bottom: 35px;
  }
  #utp .container {
    background-size: 100%;
  }
  .yellow-bg ul {
    margin-left: 0;
    font-size: 16px;
  }
  .top-nav .navbar {
    margin-top: 75px;
    overflow: visible;
  }
  .callback .callback-btn {
    margin: 10px 0;
  }
  .top-phone {
    margin-top: 10px;
  }
  .navbar-nav > li > a {
    color: #231f20;
  }
  .navbar-header {
    margin-top: -40px;
  }
  .nav > li {
    background: #fcfcfc;
    border-bottom: 1px solid #ccc;
  }
  header .col-md-3,
  header .col-md-7 {
    width: 100%;
    text-align: center;
  }
  .plus-minus {
    padding: 20px 0 0 30px;
  }
  #compare h3 {
    margin-bottom: 20px;
  }
  #steel .steel-img {
    margin-top: 0;
  }
  #sertif img {
    margin: 0 8px 15px 0;
  }
  #sertif .fancybox img {
    width: 130px;
    height: auto;
  }
  #products table {
    font-size: 14px;
  }
  #composite,
  #steel .col-md-6:last-child {
    background-image: none;
  }
  .utp-form {
    margin: 0 auto;
    float: none;
  }
  #utp p.h1 {
    padding-top: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 33px;
  }
  #we-work .container {
    background-image: none !important;
  }
  footer .container .footer-img,
  footer .container .utp-form {
    position: static;
    margin-bottom: 40px;
  }
  footer .container .utp-form {
    margin-bottom: 20px;
  }
  footer .contact-box,
  footer .container .footer-img {
    margin-bottom: 0;
  }
  .offer-acceptance-wrapper label {
    width: 300px;
  }
  input[type="submit"].btn {
    font-weight: 700;
  }
  a.btn {
    padding-top: 8px;
  }
  #products .h2 {
    padding-top: 16px;
  }
  #short-cards h2,
  #short-cards .h2 {
    margin-bottom: 0;
  }
  #short-cards {
    padding: 25px 0 15px;
  }
  #safety-block .bordered img {
    margin: 0 auto;
  }
}
#safety-block .icon_btn {
  width: 220px;
  background-position-x: 50px !important;
}
#safety-block .btn {
  padding: 8px 120px 7px 80px !important;
}
@media (max-width: 768px) {
  .top-phone {
    float: none;
    width: 100%;
    margin-left: 0;
    font-size: 23px;
  }
  .callback {
    text-align: center;
  }
  .callback .callback-btn {
    float: none;
    margin: 10px auto;
  }
  #utp .container {
    background-position: 0 0;
  }
  #sertif .fancybox img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  #safety-block .bordered img {
    margin: 0;
  }
  #safety-block .prices-block {
    float: none;
    margin-right: 0;
  }
  #safety-block .prices-block .pb-item {
    width: 88px;
  }
  #safety-block .prices-block .pb-item .volume {
    top: -10px;
    font-size: 17px;
    left: 15px;
  }
  .woocommerce-product-details__short-description .table tr td:first-child {
    width: 160px;
  }
  .woocommerce-page .article h1 {
    font-size: 24px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery,
  .woocommerce div.product div.images.woo-product-gallery-slider {
    margin-top: 120px !important;
  }
  .under-price-descr {
    position: absolute;
    top: -10px;
  }
  .woocommerce-page .product_meta {
    top: 30px;
  }
  #wooswipe {
    padding-top: 70px;
  }
  .woocommerce div.product form.cart {
    width: 160px;
    margin: 0 auto 2em;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-top: 10px !important;
  }
  .woocommerce-product-details__short-description img {
    width: auto !important;
  }
  .woocommerce-shipping-totals.shipping th {
    width: 60%;
  }
  .cart_totals h2 {
    margin-bottom: 10px;
  }
  .woocommerce-checkout #payment ul.payment_methods li input {
    margin-right: 5px !important;
  }
  .woocommerce-checkout .woocommerce-Price-amount {
    font-size: 20px;
  }
  .woocommerce-checkout .woocommerce-Price-currencySymbol {
    margin: 0;
    font-size: 18px;
  }
  label {
    max-width: 90%;
  }
  input#payment_method_liqpay {
    vertical-align: top;
    margin-top: 8px !important;
  }
  .woocommerce-shipping-methods li label {
    display: inline-block !important;
    width: 80px;
    text-align: left;
  }
  .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-message {
    min-height: 60px;
    margin: 1em 0 4em !important;
  }
  .woocommerce-notices-wrapper .woocommerce-message a.button {
    position: absolute !important;
    top: 87px;
    left: 50%;
    margin-left: -94px;
  }
  .return-to-shop {
    text-align: center;
  }
  .woocommerce-page table.cart td.actions .button {
    width: auto !important;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: inline-block;
  }
  .woocommerce-page table.cart td.actions {
    text-align: center !important;
  }
  .table-striped > tbody > tr > td {
    width: 50% !important;
  }
  .woocommerce a.button {
    font-size: 15px !important;
    padding: 8px 15px 7px 15px !important;
  }
  .utp-form {
    width: 345px;
  }
  .advant-item {
    float: none;
    display: inline-block;
  }
  .footer-img span {
    padding-bottom: 35px;
  }
  #safety-block .prices-block .pb-item {
    width: 100px;
    display: inline-block;
    float: none;
  }
  #safety-block .prices-block {
    margin-top: 25px;
    width: 250px;
  }
  #safety-block .prices-block .pb-item .price {
    font-size: 27px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  #utp .container {
    background-size: 50%;
    background-position: 0 0;
  }
  #utp p.h1 {
    padding: 0 10px 0 0 !important;
    font-size: 20px;
    text-align: right;
  }
  .spec-price-1 {
    font-size: 17px;
    padding: 0 10px;
    margin-left: 50%;
  }
  .prices-block {
    margin-left: 30px;
    width: 40%;
    margin-left: 56%;
  }
  .prices-block .pb-item {
    width: 115px;
    margin-bottom: 10px;
  }
  .prices-block .pb-item .price {
    font-size: 23px;
  }
  .prices-block .pb-item .volume {
    top: -11px;
    font-size: 17px;
  }
  .gift-text {
    margin-bottom: 65px;
  }
  .action-wrapper img {
    float: right;
    width: 70px;
    height: auto;
  }
  .spec-price-3 {
    font-size: 19px;
    width: 160px;
    margin: 0 15px 0 10px;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: 300px !important;
    margin: 0 auto 15px;
    float: none;
    display: block !important;
  }
}
@media (max-width: 480px) {
  .footer-img span {
    position: static;
    display: inline-block;
  }
}
@media (max-width: 360px) {
  .prices-block .pb-item {
    width: 75px;
  }
  .prices-block .pb-item .price {
    font-size: 20px;
  }
  .prices-block .pb-item .price span {
    font-size: 17px;
  }
  .prices-block .pb-item .volume {
    font-size: 14px;
    top: -10px;
  }
  .sc-item img {
    width: 180px;
  }
  .utp-form {
    width: 320px;
    height: 360px;
    background-size: cover;
    background-position: 50% 50%;
  }
  #advants h3.red,
  .subtitle {
    font-size: 25px;
  }
  footer .container .utp-form {
    margin-left: -15px;
  }
}
.container.search-container {
  padding: 0 15px !important;
  position: relative;
}
.search-form {
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 10;
}
body.single-post .search-form,
body.category .search-form {
  right: 0;
}
.search-no-results .container.search-container {
  display: none;
}
.search-no-results .search-form {
  position: static;
}
.search-form input[type="text"] {
  width: 250px;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
}
.search-results h1 {
  margin-top: 75px;
}
.search-results article {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.search-results article h2.entry-title {
  font-size: 27px;
  font-family: PFDinCond-Medium;
  font-display: swap;
  text-align: left;
  margin: 30px 0 20px;
}
.search-thumb-wrapper img {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}
.search-no-results .page-content {
  text-align: center;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .search-results h1 {
    margin-top: 20px;
    font-size: 34px;
  }
  .search-form {
    position: static;
    text-align: center;
  }
  .search-form input[type="text"] {
    width: auto;
  }
  .search-results article h2.entry-title {
    font-size: 22px;
  }
}
.page-id-701 .article > .woocommerce.columns-4:last-child,
.page-id-701 .article > h2:nth-child(2) {
  display: none;
}
.shop-info-block {
  position: relative;
  font-size: 18px;
  text-align: justify;
  color: #555353 !important;
  padding: 20px 0 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  border-top: 2px solid #810404;
  line-height: 1.4em;
}
.shop-info-block p {
  font-family: "DIN Pro Cond Medium" !important;
  font-display: swap;
}
.shop-info-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 32px;
  top: -18px;
  left: 50%;
  margin-left: -65px;
  background-image: url(imgs/info-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shop-info-block h3,
.shop-info-block .h3 {
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .shop-cat-menu .woocommerce ul.products {
    column-count: 2;
    column-gap: 0;
    border-right: 1px solid #c5c5c5;
  }
  .shop-cat-menu .woocommerce ul.products {
    border-bottom: 1px solid #c5c5c5;
  }
}
.article .shop-cat-menu {
  margin-top: 10px;
}
.shop-cat-menu .woocommerce ul.products li.product {
  float: none;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 15px;
  border-left: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .shop-cat-menu .woocommerce ul.products li.product {
    border-right: 1px solid #c5c5c5;
  }
  .shop-cat-menu .woocommerce ul.products li.product:last-child {
    border-bottom: 1px solid #c5c5c5;
  }
}
.shop-cat-menu .woocommerce ul.products li.product a {
  display: flex;
  align-items: left;
}
.shop-sub-menu .shop-cat-menu .woocommerce ul.products li.product:hover,
.shop-cat-menu .woocommerce ul.products li.product:hover {
  background-color: #dadada;
}
.shop-cat-menu .woocommerce ul.products li.product a img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  margin-bottom: 0;
}
.shop-cat-menu .col-md-6 {
  padding: 0;
}
.shop-cat-menu .col-md-6 > h3 {
  color: #810404;
  font-size: 43px;
  font-family: "DIN Pro Cond Medium";
  font-display: swap;
  border-bottom: 2px solid;
  margin: 0px 15px 40px 15px;
  padding-left: 24px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .shop-cat-menu .col-md-6 > h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .article .shop-cat-menu .col-md-6 > h3:before {
    width: 18px;
    height: 58px;
    top: -2px;
    left: 21px;
    background-size: cover;
  }
  .woocommerce ul.products li.product .woocommerce-Price-amount,
  .woocommerce ul.products li.product .woocommerce-Price-currencySymbol {
    font-size: 22px;
    margin-left: 0;
  }
}
.shop-cat-menu
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-category__title {
  font-size: 22px;
  text-align: left;
  font-weight: 500;
  text-transform: none;
  font-family: "DIN Pro Cond Medium";
  font-display: swap;
  color: #810404;
}
.shop-cat-menu .mark,
.shop-cat-menu mark {
  background-color: transparent;
  padding: 0;
  font-size: 18px;
}
.shop-sub-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 145px;
  left: 0;
  background-color: #f0f0f0;
  padding: 7px 25px 35px;
  box-shadow: 0 5px 10px #909090;
}
@media screen and (max-width: 1170px) {
  .shop-sub-menu {
    top: 365px;
  }
}
@media screen and (max-width: 900px) {
  .shop-sub-menu {
    top: 355px;
  }
}
.shop-sub-menu .shop-cat-menu .woocommerce ul.products,
.shop-sub-menu .shop-cat-menu .woocommerce ul.products li.product {
  background-color: transparent;
  border: none;
}
.shop-sub-menu
  .shop-cat-menu
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-category__title {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 15px;
  width: 100%;
}
.shop-cat-menu .mark,
.shop-cat-menu mark {
  display: none;
}
@media screen and (max-width: 768px) {
  .shop-sub-menu {
    top: 356px;
  }
}
@media (max-width: 670px) and (min-width: 480px) {
  .shop-sub-menu {
    top: 368px;
  }
}
.shop-sub-menu:hover,
.shop-sub-menu.active {
  display: block !important;
}
.shop-sub-menu .shop-cat-menu .col-md-6 > h3 {
  padding-left: 0;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
header .shop-sub-menu .shop-cat-menu .col-md-6 h3,
header .shop-sub-menu .shop-cat-menu .col-md-6 h4 {
  margin: 20px 10px 15px 10px !important;
}
header .shop-sub-menu .shop-cat-menu .container .row .col-md-6 .podmenu {
  margin: 20px 10px 15px 10px;
}
.shop-sub-menu .shop-cat-menu .woocommerce ul.products li.product a img {
  width: 43px;
  height: 43px;
  margin-right: 15px;
}
.shop-sub-menu .shop-cat-menu .woocommerce ul.products li.product {
  padding: 5px 25px 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .woocommerce div.product p.price {
    display: inline-block;
    float: left;
  }
  .woocommerce div.product form.cart {
    float: right;
    margin-top: 5px;
    margin-bottom: 0 !important;
  }
}
.under-price-descr {
  text-transform: uppercase;
  font-size: 13px;
  clear: both;
  padding-bottom: 0;
  font-family: "DIN Pro Cond Regular";
  font-display: swap;
  letter-spacing: 0.3px;
  margin-bottom: 25px;
}
.under-price-descr a {
  color: #c10500;
}
.under-price-descr span {
  display: inline-block;
  margin-right: 20px;
}
.under-price-descr span.links {
  color: #c10500;
  font-weight: 600;
}
.under-price-descr span.links a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .under-price-descr {
    margin-top: 5px;
  }
  .under-price-descr span.links a {
    margin-top: 2px;
  }
}
.hot-line {
  margin-bottom: 30px;
  font-family: "DIN Pro Cond Medium";
  font-display: swap;
}
.hot-line p {
  margin-bottom: 5px;
  font-size: 21px;
  font-family: "DIN Pro Cond Regular";
  font-display: swap;
  padding-left: 8px;
}
.hot-line p:last-child {
  color: #fff;
  background: #c10500;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 3px;
  font-family: "DIN Pro Cond Medium";
  font-display: swap;
}
.woocommerce strong img {
  margin-bottom: 7px;
}
.product-advants {
  width: 98%;
  background-color: #f9f9f9;
  padding: 10px 0 20px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.product-advants .item {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0 5px;
}
.product-advants .item p {
  font-family: "DIN Pro Cond Bold";
  font-display: swap;
  color: #2c2c2c;
  font-size: 13px;
}
.product-advants .item img {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  max-width: max-content;
}
.woocommerce .callback img,
.woocommerce-page .callback img {
  max-width: inherit;
}
@media screen and (min-width: 769px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 48% !important;
  }
  .left-product-column {
    width: 50%;
    float: left;
  }
  .hot-line p {
    font-size: 29px;
    margin-bottom: 5px;
  }
  .product-advants {
    margin-bottom: 0;
    width: 100%;
  }
  .product-advants .item {
    font-size: 16px;
  }
  .product-advants .col-md-4:nth-child(2),
  .product-advants .col-md-4:nth-child(5),
  .product-advants .col-md-4:nth-child(8) {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
  }
  .product-advants .col-md-4:nth-child(1),
  .product-advants .col-md-4:nth-child(2),
  .product-advants .col-md-4:nth-child(3),
  .product-advants .col-md-4:nth-child(7),
  .product-advants .col-md-4:nth-child(8),
  .product-advants .col-md-4:nth-child(9) {
    background: url(imgs/dashed.png) repeat-x 50% 100%;
  }
  .product-advants .item p {
    font-size: 17px;
  }
  .under-price-descr span.links a {
    margin: 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product p.price {
    position: absolute;
    top: -50px;
  }
}
#wooswipe {
  margin-top: 50px;
}
body.page-id-701 .article > h2,
.shop-actions-wrapper h2,
.related.products > h2,
.upsells.products > h2 {
  font-family: "DIN Pro Cond Medium";
  font-display: swap;
  font-size: 25px;
  text-transform: uppercase;
  color: #810404;
}
.related.products > h2,
.upsells.products > h2 {
  clear: both;
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 25px !important;
  color: #b33437;
  margin-top: 40px;
}
.related.products {
  margin-top: 25px;
  clear: both;
}
@media (max-width: 768px) {
  .related.products ul.products li.product .button {
    margin-top: 5px !important;
  }
  .related.products ul.products li.product {
    margin-bottom: 15px !important;
  }
}
h2.popular-h2 {
  text-decoration: underline;
}
.shop-actions-wrapper .item {
  text-align: center;
  margin-bottom: 35px;
}
.shop-actions-wrapper .item h3 {
  margin: 0;
}
.shop-actions-wrapper .item h3 a {
  display: block;
  background-color: #c10500;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 15px;
  font-size: 19px;
  letter-spacing: 1px;
  border-radius: 0 0 3px 3px;
  border-top: 2px solid #fff;
}
.shop-actions-wrapper .item .thumb img {
  margin-bottom: 0;
}
.xoo-wsc-basket {
  display: block !important;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.xoo-wsc-basket:hover,
.xoo-wsc-basket:focus {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
body.woocommerce-checkout .xoo-wsc-basket {
  display: none !important;
}
div.xoo-wsc-sum-col > div > span:nth-child(3) > span,
.xoo-wsc-subtotal > span {
  display: block;
  margin-top: 0;
}
.xoo-wsc-subtotal {
  font-weight: 400 !important;
}
.xoo-wsc-price {
  font-size: 20px;
}
.woocommerce form .form-row .input-checkbox {
  position: static;
}
.woocommerce form .form-row label {
  line-height: 1 !important;
}
.carusel_block {
  position: relative;
}
.carusel_block:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 450px;
  top: 0;
  right: 40px;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
@media screen and (max-width: 768px) {
  .carusel_block:after {
    right: -10px;
  }
}
.glide {
  max-width: 1060px;
  margin: 0 auto;
}
.menu-item-5006 a {
  color: #b20202 !important;
  border: dashed 1px rgb(255, 255, 255);
  border-radius: 5px;
  padding: 5px 9px 3px 8px !important;
  margin-top: 3px;
}
.menu-item-4934 a {
  color: #b20202 !important;
  border: dashed 1px rgb(255, 255, 255);
  border-radius: 5px;
  padding: 5px 9px 3px 8px !important;
  margin-top: 3px;
}
.glide__arrow {
  width: 30px !important;
  height: 60px !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  top: 40% !important;
  opacity: 1 !important;
}
.thumbnails .slick-next,
.thumbnails .slick-prev,
.thumbnails .slick-next:hover,
.thumbnails .slick-prev:hover {
  width: 12px;
  height: 87px;
  background-color: transparent !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  top: 10%;
}
.thumbnails .slick-next,
.thumbnails .slick-prev {
  opacity: 0.15;
}
.thumbnails .slick-next:hover,
.thumbnails .slick-prev:hover {
  opacity: 1;
}
.thumbnails .slick-prev,
.thumbnails .slick-prev:hover {
  background-image: url(imgs/glide-prev.png) !important;
  left: 0;
}
.thumbnails .slick-next,
.thumbnails .slick-next:hover {
  background-image: url(imgs/glide-next.png) !important;
  right: 0;
}
.glide__arrows img {
  display: none;
}
.glide__arrow.glide__arrow--left {
  background: url(imgs/arrow-prev2.svg) no-repeat 0 0 transparent !important;
  left: -35px !important;
}
.glide__arrow.glide__arrow--right {
  background: url(imgs/arrow-next2.svg) no-repeat 0 0 transparent !important;
  right: -35px !important;
}
@media screen and (max-width: 768px) {
  .glide__arrow.glide__arrow--left {
    left: 0 !important;
  }
  .glide__arrow.glide__arrow--right {
    right: 0 !important;
  }
}
.thumbnails .slick-next:before,
.thumbnails .slick-prev:before {
  content: "";
  color: transparent;
}
body.single-product.woocommerce-page #fancybox-wrap,
body.single-product.woocommerce-page #fancybox-overlay {
  display: none !important;
  opacity: 0 !important;
}
.video-wrap .product-video,
.video-wrap .product-video > p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.video-wrap .product-video > p:first-child {
  display: none;
}
.video-wrap .product-video .wp-video,
.video-wrap .product-video iframe {
  margin: 0 auto 35px;
  width: 100%;
}
@media (max-width: 768px) {
  .wpgs-nav .slick-arrow {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .video-wrap .product-video .wp-video,
  .video-wrap .product-video iframe {
    max-width: 48%;
    width: 550px;
    margin-left: 1%;
  }
  #wooswipe .thumbnails {
    width: 90%;
    margin: 15px auto 0;
  }
}
::-webkit-inner-spin-button {
  opacity: 1;
}
::-webkit-outer-spin-button {
  opacity: 1;
}
input[type="number"],
.woocommerce .quantity .qty {
  transform: scale(1.14);
  width: 40px !important;
  height: 27px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #9e9d9d;
  outline: none;
  margin: 3px;
}
.modal-cookie_agreement {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  background: #3c3c3c;
  padding: 15px;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 30%);
  position: fixed;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  box-sizing: border-box !important;
  overflow: hidden;
  bottom: 0;
  max-width: 100%;
  z-index: 9999;
}
.modal-cookie_agreement__w {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
.modal-cookie_agreement__text {
  font-size: 14px;
  color: #fff;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
.cookie_agreement-button-ok {
  align-self: center;
  padding: 0 15px;
}
.cookie_agreement-button-ok .btn.btn-lg.btn-info {
  outline: 0;
  border-radius: 3px;
  cursor: pointer;
  min-width: 50px;
}
.cookie_agreement-button-ok .btn.btn-lg.btn-info:active,
.cookie_agreement-button-ok .btn.btn-lg.btn-info:focus {
  background-color: #df5c39;
}
@media (max-width: 580px) {
  .modal-cookie_agreement__w {
    width: 100%;
    flex-wrap: wrap;
  }
  .modal-cookie_agreement {
    padding: 10px 15px;
  }
  .cookie_agreement-button-ok {
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  .modal-cookie_agreement__text {
    font-size: 13px;
    line-height: 1.25;
  }
  .cookie_agreement-button-ok .btn.btn-lg.btn-info {
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .h2,
  h2 {
    font-size: 34px;
  }
  header {
    padding: 0 0 7px;
  }
  .lang-widget {
    top: 49px;
    right: 210px !important;
  }
  .lang-widget #qtranslate-2-chooser {
    border: 1px solid #ed9722;
    height: 24px;
  }
  .red-bg {
    padding: 15px;
  }
  #utp p.h1 {
    font-size: 32px;
    text-align: center;
  }
  .action-wrapper {
    float: none;
    text-align: center;
  }
  .gift-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sc-item {
    margin-bottom: 35px;
  }
  .advants-wrapper h2 {
    font-size: 29px;
  }
  .advant-items-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  #safety-block .order-form .form-title {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .woocommerce-page .col-md-8.top-nav {
    width: auto;
  }
  .woocommerce-page .col-sm-2.logo-wrapper {
    width: 25%;
  }
  .breadcrumbs {
    width: 50%;
  }
  .video-wrap .product-video .wp-video,
  .video-wrap .product-video iframe {
    width: 100%;
    max-width: 100%;
    height: 350px;
  }
  aside .col-md-4.utp-form {
    display: none;
  }
  footer {
    padding-bottom: 70px;
  }
  footer .container .footer-img {
    bottom: -65px;
    left: 5px;
  }
}
@media (min-width: 568px) and (max-width: 736px) and (max-height: 414px) {
  .lang-widget {
    top: 49px;
    right: 20px !important;
  }
  #utp .container {
    background-position: 0 10%;
  }
  .action-wrapper {
    margin-top: 35px;
  }
  .gift-text {
    justify-content: flex-end;
  }
  .scope-item,
  .sc-item {
    width: 49%;
    float: left;
  }
  #safety-block .prices-block .pb-item {
    width: 111px;
  }
  #safety-block .bordered img {
    margin-top: -50px;
  }
  .woocommerce-page .col-md-8 {
    width: 100% !important;
  }
  footer {
    padding-bottom: 0;
  }
  .footer-img span {
    display: block;
    position: static;
    text-align: center;
  }
}
@media (min-width: 568px) and (max-width: 768px) and (max-height: 414px) {
  #safety-block .prices-block {
    margin-left: 0 !important;
    width: 100%;
  }
  .single .article span.onsale {
    background-position-y: 80px;
  }
}
@media (width: 736px) and (height: 414px) {
  .spec-price-1,
  .prices-block {
    width: 70%;
    margin-left: 0;
  }
  .spec-price-1 {
    margin-left: -40px;
  }
  .gift-text {
    margin-right: 20%;
  }
  .prices-block .pb-item {
    width: 115px;
    margin-bottom: 15px;
  }
}
.cert-content {
  width: 315;
  height: 225;
  transform: scale(1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.cert-content:hover,
.cert-content:focus {
  transform: scale(1.05);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.category-seo-text {
  width: 100%;
  margin-top: 30px;
}
.single p .entered {
  max-width: 100%;
}
.menu-item a {
  text-decoration: none;
}
.w100 {
  width: 100%;
}
select.post_type {
  min-height: 32px !important;
  top: -3px;
  position: relative;
  font-family: "PFDinCond-Regular" !important;
}
.dropbtn {
  padding: 1px;
  cursor: pointer;
  color: #fff;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 48px;
  position: absolute;
  border-radius: 0 0 6px 6px !important;
  text-align: center;
  height: 25px;
}
.dropbtn {
  width: 48px;
  padding: 1px 10px;
  height: 25px;
}
.dropbtn::after {
  background: rgba(0, 0, 0, 0) url("imgs/arrow_down.png") no-repeat scroll
    center center;
  content: "";
  height: 16px;
  position: absolute;
  right: 1px;
  top: 3px;
  width: 16px;
}
.dropdown-content a {
  color: #000000;
  padding: 2px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 0 0 6px 6px !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media (max-width: 1168px) {
  .dropbtn {
    color: #000;
  }
  .dropbtn::after {
    background: rgba(0, 0, 0, 0) url("imgs/arrow_down_b.png") no-repeat scroll
      center center;
  }
  .dropdown {
    padding-left: 5px;
  }
}
.dropdown:hover .dropbtn {
  background-color: #edae59;
}
.dropdown:hover .dropdown-content {
  background-color: #fff;
}
.xoo-wsc-footer .xoo-wsc-shiptxt {
  display: none !important;
}
#searchform {
  display: flex;
  align-items: center;
}
#searchform input[type="text"],
#searchform select {
  margin-right: 4px;
  padding: 5px;
}
#searchsubmit {
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
#searchsubmit:hover {
  background-color: #0056b3;
}
.nice-select {
  height: 33px !important;
  line-height: 30px !important;
  font-size: 16px !important;
  margin-right: 4px !important;
  border: 1px solid #b7b7b7 !important;
  border-radius: 3px !important;
}
.nice-select.open .list {
  z-index: 50;
}
.rotatediscount {
  left: 10px;
  position: absolute;
  z-index: 50;
  color: #fff;
  font-style: normal;
  transform-origin: left center;
  transform: rotate(316deg);
  top: 19px;
  font-size: 22px;
}
#short-cards .rotatediscount {
  font-size: 28px;
  top: 27px;
  left: 17px;
}
li.sale .price::before {
  display: none !important;
}
.shop-sub-menu {
  z-index: 100000;
}
@media screen and (max-width: 1168px) {
  .breadcrumbs {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .wpgs-for .slick-list {
    height: 600px !important;
  }
}
@media screen and (max-width: 768px) {
  .rotatediscount {
    top: 16px;
  }
  .single-product .single-product .rotatediscount {
    top: 119px;
  }
  #short-cards .rotatediscount {
    font-size: 28px;
    top: 58px;
    left: 36px;
  }
  .lang-widget {
    border: 0 !important;
  }
  .breadcrumbs {
    width: 100% !important;
  }
  .woocommerce-product-details__short-description p img {
    width: 36px !important;
    height: 32px !important;
  }
  .woocommerce ul.products li.sale .woocommerce-loop-product__title {
    min-height: 95px !important;
  }
  #carusel_poduct_sells .product .rotatediscount {
    top: 12px !important;
    font-size: 18px !important;
    left: 7px !important;
  }
  .single-product .single-product .rotatediscount {
    top: 12px;
    left: 6px;
    font-size: 18px;
  }
  .single-product .single-product .rotatediscount.sing {
    top: 122px;
    left: 12px;
    font-size: 26px;
  }
  .wpgs-for .slick-list {
    margin-top: 40px;
  }
}
.dropdown {
  padding-left: 0 !important;
  margin-top: -1px;
}
.search-form input[type="text"] {
  width: 150px !important;
}
.lang-widget {
  border: none !important;
}
#helpful-information {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
#helpful-information .col-md-4.col-sm-6 .row {
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px;
}
#helpful-information .row .col-md-12 {
  padding: 0px;
  margin: 0px;
}
#helpful-information .row .col-md-12 .col-md-5.col-sm-5.col-xs-4 {
  padding-left: 0px;
}
@media screen and (max-width: 400px) {
  #helpful-information .row .col-md-12 .col-md-7.col-sm-7.col-xs-8 {
    padding-left: 40px;
  }
}
#helpful-information .row > div {
  padding: 0 10px 20px;
}
#helpful-information .subtitle {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#helpful-information .subtitle span {
  color: #c10600;
}
#helpful-information .large-blog-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px -6px 13px 1px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
#helpful-information .large-blog-item:hover,
#helpful-information .large-blog-item:focus {
  box-shadow: 0 3px 9px rgba(255, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  #helpful-information .large-blog-item img {
    width: 160px;
    min-height: 90px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #helpful-information .large-blog-item .title {
    font-size: 16px;
  }
}
#helpful-information .large-blog-item img {
  width: 100%;
  height: 233px;
  object-fit: cover;
}
#helpful-information .large-blog-item .inner {
  padding: 20px;
}
#helpful-information p.desc {
  font-family: PFDinCond-Light;
}
#helpful-information .small-blog-item,
#helpful-information .large-blog-item {
  position: relative;
}
#helpful-information .small-blog-item {
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  #helpful-information .small-blog-item:focus,
  #helpful-information .small-blog-item:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease;
  }
}
#helpful-information .small-blog-item > a,
#helpful-information .large-blog-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#helpful-information .small-blog-item .title,
#helpful-information .large-blog-item .title {
  text-transform: uppercase;
  font-size: 14px;
}
#helpful-information .small-blog-item .title {
  padding: 5px 5px 0 0;
}
#helpful-information .small-blog-item {
  position: relative;
  padding-left: 170px;
  min-height: 90px;
}
#helpful-information .small-blog-item img {
  width: 160px;
  height: 100%;
  min-height: 90px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
#helpful-information .date {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 11px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #helpful-information .date {
    padding-bottom: 5px;
  }
}
#helpful-information .date span {
  font-family: PFDinCond-Light;
  font-size: 14px;
  color: #911915;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 20px;
  background: #f5f5f5 url("imgs/new-images/calendar.png") no-repeat left center;
}
#helpful-information p.small {
  font-family: PFDinCond-Light;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .tablet-hidden {
    display: none;
  }
  #helpful-information .large-blog-item.tablet-small {
    position: relative;
    padding-left: 170px;
    min-height: 90px;
    box-shadow: none;
  }

  #helpful-information .large-blog-item.tablet-small img {
    width: 160px;
    height: 100%;
    min-height: 90px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #helpful-information .large-blog-item.tablet-small .inner {
    padding: 0;
  }
  #helpful-information .large-blog-item.tablet-small .desc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
  #helpful-information .large-blog-item.mobile-small {
    position: relative;
    padding-left: 170px;
    min-height: 90px;
    box-shadow: none;
    border-radius: 8px;
  }
  #helpful-information .large-blog-item.mobile-small img {
    width: 160px;
    height: 100%;
    min-height: 90px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #helpful-information .large-blog-item.mobile-small .inner {
    padding: 0;
  }
  #helpful-information .large-blog-item.mobile-small .desc {
    display: none;
  }
}
#hpcr {
  padding-top: 130px;
  padding-bottom: 50px;
  overflow: hidden;
}
#hpcr .subtitle {
  font-size: 26px;
}
#hpcr .inner-hpcr {
  background: #f5f5f5 url(imgs/new-images/bg-hpcr.png);
  border-radius: 20px;
  padding: 0 80px 50px 80px;
}
#hpcr .top-inner-hpcr {
  background: linear-gradient(179.58deg, #252020 -9.47%, #af0302 132.48%);
  padding: 50px 50px 50px 80px;
  border-radius: 20px 20px 20px 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: -80px;
  margin-left: -80px;
}
#hpcr .top-inner-hpcr * {
  text-align: left;
}
#hpcr .img-box {
  margin-top: -50%;
}
#hpcr .img-number {
  height: 160px;
}
#hpcr .img-box img {
  max-width: 100%;
  height: auto;
}
.number-box {
  padding: 30px 0 20px;
}
.number-box.border {
  overflow: hidden;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.06);
}
.number-box.margin {
  margin-right: 40px;
}
.number-box .number {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.number-box .number img {
  margin-right: 15px;
}
.number-box p {
  font-family: PFDinCond-Light;
}
@media screen and (min-width: 992px) {
  #hpcr .first-number {
    clear: both;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1169px) {
  #hpcr .img-box {
    margin-top: -60%;
  }
  #hpcr .img-box img {
    max-width: 130%;
  }
}
@media screen and (max-width: 1023px) {
  #hpcr {
    padding-top: 95px;
  }
  #hpcr .inner-hpcr {
    padding: 0 45px 45px;
  }
  #hpcr .top-inner-hpcr {
    padding: 25px 25px 25px 45px;
    margin-top: -45px;
    margin-left: -45px;
  }
  #hpcr .subtitle {
    text-transform: none;
    font-size: 20px;
  }
  #hpcr .img-box {
    margin-top: -50%;
    margin-left: -40px;
  }
  #hpcr .img-box img {
    max-width: 200%;
  }
  #hpcr .inner-hpcr .row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #hpcr {
    padding-top: 75px;
    border-radius: 0;
  }
  #hpcr .container {
    padding: 0;
  }
  #hpcr .inner-hpcr {
    padding: 0 15px 15px;
  }
  #hpcr .top-inner-hpcr {
    padding: 25px 15px 25px 15px;
    margin-top: -25px;
    margin-left: -15px;
    border-radius: 0 20px 20px 0;
    margin-right: 30px;
  }
  #hpcr .img-box {
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-top: -30%;
    margin-left: 0;
  }
  #hpcr .img-box img {
    max-width: 200%;
  }
  .number-box.margin {
    margin: 0;
  }
  .number-box {
    overflow: hidden;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.06);
  }
  .inner-hpcr .col-md-6:first-child .number-box,
  .inner-hpcr .first-number .number-box,
  .inner-hpcr .img-number .number-box {
    box-shadow: none;
  }
  #hpcr .img-number {
    height: auto;
  }
  #hpcr .first-number {
    padding-right: 34%;
  }
  #hpcr .img-number + div {
    padding-right: 34%;
  }
}
#advantages {
  background: #2b2626 url(imgs/new-images/bg-advantages.png) no-repeat center
    center / cover;
  padding: 50px 0 80px;
}
#advantages * {
  color: #fff;
}
#advantages .row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#advantages .row > div {
  padding: 5px;
  float: none;
}
#advantages .h2 {
  margin-bottom: 30px;
}
#advantages .adv-first {
  display: flex;
  align-items: center;
}
#advantages .adv-first img {
  margin-right: 30px;
}
#advantages .adv-first .subtitle {
  text-align: left;
}
#advantages .adv-first .subtitle .name {
  font-size: 51px;
  line-height: 100%;
  background: #540907;
  background: linear-gradient(
    to bottom,
    #540907 0%,
    rgb(154 29 24) 70%,
    rgb(36 31 31) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: PFDinCond-Regular;
  display: block;
}
#advantages .adv-item {
  background-color: #272424;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 25px;
  position: relative;
  height: 100%;
  min-height: 202px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#advantages .adv-item .inner {
  width: 50%;
}
#advantages .adv-item .icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
#advantages .adv-item .title {
  font-size: 16px;
  color: #c52621;
  text-transform: uppercase;
  font-family: PFDinCond-Regular;
}
#advantages .adv-item p {
  color: rgba(255, 255, 255, 0.8);
  font-family: PFDinCond-Light;
}
#advantages .adv-item p span {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #advantages .h2 {
    margin-bottom: 15px;
  }
  #advantages .adv-first img {
    display: none;
  }
  #advantages .adv-first .subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    width: 100%;
  }
  #advantages .adv-first .subtitle .name {
    display: inline;
    font-size: 31px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  #advantages {
    background: #2b2626 url(imgs/new-images/bg-advantages.png) no-repeat center
      center / cover;
    padding: 30px 0;
  }
  #advantages .h2 {
    text-align: left;
  }
  #advantages .adv-first img {
    display: block;
    width: 20%;
    height: auto;
    margin: 0;
    margin-left: 10px;
  }
  #advantages .adv-first {
    flex-direction: row-reverse;
  }
  #advantages .adv-first .subtitle {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }
  #advantages .adv-first .subtitle .name {
    display: block;
  }
  #advantages .adv-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#how-we-work {
  background: #2a2525 url(imgs/new-images/bg-hww.png) no-repeat center center /
    cover;
}
#how-we-work .inner-how-we-work {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#how-we-work .inner-how-we-work::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 40px;
  width: 311px;
  height: 178px;
  background: url(imgs/new-images/bg-inner-hww.png) no-repeat center center;
}
#how-we-work .h2 {
  color: #fff;
  text-align: left;
  display: inline-block;
  margin-right: 20px;
}
#how-we-work .subtitle {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.2);
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}
#how-we-work .vector {
  margin-top: 50px;
  background: url(imgs/new-images/vector-4.png) no-repeat center bottom;
}
#how-we-work .hww-item {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 0 25px 20px;
  font-family: PFDinCond-Light;
}
#how-we-work .hww-item img {
  margin-bottom: 20px;
}
#how-we-work .vector > div:nth-child(even) .hww-item {
  padding-top: 65%;
}
@media screen and (min-width: 992px) and (max-width: 1169px) {
  #how-we-work .vector {
    background-size: 120%;
  }
  #how-we-work .hww-item {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #how-we-work .vector {
    padding-top: 50px;
    margin: 0;
    background: none;
  }
  #how-we-work .inner-how-we-work {
    padding-top: 50px;
    padding-bottom: 95px;
    overflow: hidden;
    background: url(imgs/new-images/vector-mobile.png) no-repeat center 40px /
      100% auto;
    max-width: 390px;
    margin: auto;
  }
  #how-we-work .inner-how-we-work::before {
    transform: rotate(180deg);
    top: auto;
    bottom: -35px;
    left: 16%;
  }
  #how-we-work .vector .hww-item {
    width: 149px;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
  #how-we-work .vector > div:nth-child(even) {
    text-align: right;
  }
  #how-we-work .vector > div:nth-child(even) .hww-item {
    padding: 0;
    text-align: right;
  }
  #how-we-work .hww-item img {
    margin-bottom: 10px;
    width: 55px;
    height: auto;
  }
  #how-we-work .hww-item p {
    line-height: 21px;
    margin: 0;
  }
  #how-we-work .vector > div:nth-child(3) .hww-item {
    margin-top: -25px;
  }
  #how-we-work .vector > div:nth-child(4) .hww-item {
    margin-top: -35px;
  }
}
body .woocommerce ul.products,
body.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -20px; */
}
body .woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
  float: none;
  margin: 0;
  padding: 20px;
  width: 25%;
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
body .woocommerce ul.products li.product a,
body.woocommerce-page ul.products li.product a {
  position: relative;
  display: block;
}
body .woocommerce ul.products li.product a.add_to_cart_button,
body.woocommerce-page ul.products li.product a.add_to_cart_button {
  margin-top: auto;
}
body .woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.woocommerce-page ul.products li.product a.woocommerce-loop-product__link {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body .woocommerce ul.products li.product,
  body.woocommerce-page ul.products li.product {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  body .woocommerce ul.products[class*="columns-"] li.product,
  body.woocommerce-page ul.products[class*="columns-"] li.product {
    width: 50%;
    margin: 0;
  }
}
body,
section:not(#contacts):not(#utp) {
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .product.type-product h2 {
    max-height: 95px;
    overflow: hidden;
  }
  .woocommerce ul.products li.sale .woocommerce-loop-product__title {
    min-height: 94px !important;
  }
}
@media screen and (max-width: 767px) {
  #hpcr .first-number {
    padding-right: 34%;
  }
  #hpcr .img-number + div {
    padding-right: 34%;
  }
  .product.type-product h2 {
    max-height: 85px;
    overflow: hidden;
  }
}

/* =============================================
   Базові стилі для елементів слайдера
============================================= */
.n2-ss-slider .n2-ow,
.n2-ss-slider .n2-ow:before,
.n2-ss-slider .n2-ow:after,
.n2-ss-slider .n2-ow-all *,
.n2-ss-slider .n2-ow-all :before,
.n2-ss-slider .n2-ow-all :after {
  box-sizing: inherit !important;
  font-size: normal !important;
  line-height: normal !important;
}

/* =============================================
   Контейнери форм
============================================= */
.form_cont_fl.hero-form2,
#mainly-block.hero-form1 .form_cont_fl,
#mainly-block.hero-form2 .form_cont_fl {
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* =============================================
   Заголовки форм
============================================= */
.hero-form1 .title_mob_akcija,
.hero-form2 .title_mob_akcija {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  text-align: left !important;
  font-weight: 100 !important;
  letter-spacing: 1.3px !important;
  font-size: 39px !important;
  color: #231f20 !important;
  line-height: 41px !important;
  text-transform: uppercase !important;
}
.hero-form1 .title_mob_akcija {
  font-family: "PFDinCond-Regular" !important;
}
.hero-form2 .title_mob_akcija {
  font-family: "PFDinCond-Light" !important;
}

#mainly-block.hero-form2 .title_mob_akcija {
  margin: 0 !important;
  font-size: 35px !important;
}

@media screen and (min-width: 451px) {
  #mainly-block.hero-form2 .title_mob_akcija {
    line-height: 22px !important;
  }
}

@media screen and (max-width: 600px) {
  #mainly-block.hero-form2 .title_mob_akcija {
    padding: 0 !important;
  }
}

/* =============================================
   Додаткові заголовки з фоном
============================================= */
#mainly-block.hero-form2 .title_text_focus,
#mainly-block.hero-form2 .title_text_focus_last {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 35px !important;
}

#mainly-block.hero-form2 .title_text_focus {
  margin: 0 !important;
  padding: 0 4px !important;
}

#mainly-block.hero-form2 .title_text_focus_last {
  margin: -7px 0 5px !important;
  padding: 0 4px !important;
}

@media screen and (max-width: 600px) {
  #mainly-block.hero-form2 .title_text_focus {
    padding: 4px 4px 0 !important;
  }
}

/* =============================================
   Зображення доставки
============================================= */
.hero-form1 .delivery_form img,
.hero-form2 .delivery_form img {
  margin: 8px 8px 0 0 !important;
}

/* =============================================
   Стиль для блоку термінів
============================================= */
.hero-form2 .termin_dii {
  padding: 5px !important;
  background-color: #fff !important;
}

/* =============================================
   Банери
============================================= */
.banner-new,
.banner-20 {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: auto;
}

/* =============================================
   Загальні стилі блоків hero
============================================= */
#mainly-block.hero-form1,
#mainly-block.hero-form2 {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-position: center !important;
  min-height: 450px !important;
}

/* ---------------------------------------------
   Фонові зображення (дефолт)
--------------------------------------------- */
#mainly-block.hero-form1 {
  background-image: url(/wp-content/uploads/2025/02/bg_ballon.jpg) !important;
}

#mainly-block.hero-form2 {
  background-image: url(/wp-content/uploads/2025/02/bg_ballon-b2.jpg) !important;
}

/* ---------------------------------------------
   Фонові зображення для мобільних (max-width: 1171px)
--------------------------------------------- */
@media screen and (max-width: 1171px) {
  #mainly-block.hero-form1 {
    background-image: url(/wp-content/uploads/2025/02/bg_mob_vert-min.jpg) !important;
  }
  #mainly-block.hero-form2 {
    background-image: url(/wp-content/uploads/2025/02/bg_mob_vert-min-b.jpg) !important;
  }
}

/* ---------------------------------------------
   Фонові зображення для мобільних (max-width: 600px)
--------------------------------------------- */
@media screen and (max-width: 600px) {
  #mainly-block {
    height: 965px;
    position: relative;
  }
  #mainly-block.hero-form1 {
    background-image: url(/wp-content/uploads/2025/02/bg_mob.jpg) !important;
  }
  #mainly-block.hero-form2 {
    background-image: url(/wp-content/uploads/2025/02/bg_mob-b.jpg) !important;
  }
}

/* =============================================
   Адаптивні налаштування
============================================= */
@media screen and (min-width: 1172px) {
  #mainly-block.hero-form1,
  #mainly-block.hero-form2 {
    padding: 35px 0 0 0 !important;
  }
  .hero-form1 .ballon_akcija,
  .hero-form2 .ballon_akcija {
    height: 426px;
    width: 350px;
  }
  .hero-form2 .text_mob_akcija {
    margin: 10px 0 !important;
  }
}

@media screen and (min-width: 941px) and (max-width: 1171px) {
  .hero-form1 .wpcf7,
  .hero-form2 .wpcf7 {
    z-index: 1;
  }
  .hero-form1 .ballon_akcija,
  .hero-form2 .ballon_akcija {
    width: 350px;
    -webkit-transform: scale(1.5) !important;
    -moz-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    -o-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 940px) {
  .hero-form1 .wpcf7,
  .hero-form2 .wpcf7 {
    z-index: 1;
  }
  .hero-form1 .ballon_akcija,
  .hero-form2 .ballon_akcija {
    width: 310px;
    -webkit-transform: scale(1.5) !important;
    -moz-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    -o-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

@media screen and (max-width: 600px) {
  .hero-form1 .ballon_akcija,
  .hero-form2 .ballon_akcija {
    position: absolute;
    bottom: 10px;
    width: auto;
    max-height: 400px !important;
    margin-top: 0px !important;
    -webkit-transform: scale(1.25) !important;
    -moz-transform: scale(1.25) !important;
    -ms-transform: scale(1.25) !important;
    -o-transform: scale(1.25) !important;
    transform: scale(1.25) !important;
  }
  .hero-form1 .contact-form,
  .hero-form2 .contact-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn_form_flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .hero-form2 .delivery_form {
    margin: 0 auto !important;
    padding-top: 20px;
    text-align: left;
    -webkit-transform: scale(1.25) !important;
    -moz-transform: scale(1.25) !important;
    -ms-transform: scale(1.25) !important;
    -o-transform: scale(1.25) !important;
    transform: scale(1.25) !important;
  }
  #mainly-block.hero-form2 .delivery_form span {
    margin: 0px !important;
  }
}

/* =============================================
   Додаткові стилі для hero-form2
============================================= */
.hero-form2 .delivery_form {
  color: #c10500 !important;
}

.hero-form2 .btn {
  background-color: #c10500 !important;
}

.hero-form2 .form_cont_fl select {
  color: #c10500 !important;
}

.hero-form2 .title_mob_akcija,
.hero-form2 .delivery_form span {
  color: #fff !important;
  margin-bottom: 5px !important;
}
.hero-form2 .title_mob_akcija b {
  font-family: "PFDinCond-Regular" !important;
  white-space: nowrap;
}

.hero-form2 .title_mob_akcija_span {
  margin: 0 !important;
  padding: 0 7px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  background-color: #c10500;
  font-size: 35px !important;
  font-family: "PFDinCond-Regular" !important;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .hero-form2 .title_mob_akcija_span {
    padding: 5px 7px 0 !important;
  }
}
@media screen and (min-width: 451px) {
  .hero-form2 .title_mob_akcija_span {
    margin: 0 0 10px !important;
  }
}

.hero-form2 .text_mob_akcija {
  color: #fff !important;
  font-size: 16px !important;
}

.hero-form2 input:not([type="submit"]),
.hero-form2 select {
  background-color: #e5e5e5 !important;
}

.hero-form2 .wpcf7-response-output {
  color: #fff !important;
}
