footer {
  background: #282d34;
  color: #fff;
  padding: 30px 0;
}
.service {
  text-align: center;
  border-radius: 8px;
  padding: 32px 0 20px;
  max-width: 262px;
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #282d34;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#discount {
  padding: 30px 0;
}
#discount h2 {
  color: #da291c;
}
.consent {
  float: left;
  color: #da291c;
  margin-left: 48px;
  margin-top: 0px;
}
#discount .btn:hover,
#discount .btn:active:hover,
#discount .btn:active:focus,
#discount .btn:active,
#discount .btn,
#discount .btn,
#discount .btn:focus {
  background-color: #da291c;
  color: #eee;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 15px 0 !important;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 2px 2px 2px #222, 0px 0px 2px #2f2f2f;
  background: #e22726;
  border-radius: 5px;
  border: 1px solid #e22726;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid white;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #f0efea;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 2px 2px 2px #222, 0px 0px 2px #2f2f2f;
  background: #e22726;
  border-radius: 5px;
  border: 1px solid #e22726;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid white;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #f0efea;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #080101;
  border: 1px solid #e22726;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #222, 0px 0px 2px #2f2f2f;
}
input[type=range]::-ms-fill-upper {
  background: #e22726;
  border: 1px solid #e22726;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #222, 0px 0px 2px #2f2f2f;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #111, 0px 0px 1px #1e1e1e;
  border: 1px solid white;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #f0efea;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e22726;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.buttons-spin {
  display: flex;
  justify-content: space-between;
}
.buttons-spin i {
  border: 1px solid #b8a471;
  padding: 10px;
  border-radius: 50%;
  color: #b8a471;
  cursor: pointer;
  margin: 5px;
  width: 36px;
}
.buttons-spin i:hover {
  color: #e22726;
}
.buttons-spin #spin-pause {
  display: none;
}
.calculator-name-wrapper {
  position: relative;
  padding: 10px 80px 10px 20px;
  text-decoration: none;
  font-weight: lighter;
  color: #282d34;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  border-top: 4px solid #e2e2e3;
  border-bottom: 4px solid #e2e2e3;
  border-left: 4px solid #e2e2e3;
  transform-origin: 50% 100% 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .calculator-name-wrapper {
    font-size: 16px;
  }
}
.calculator-name-wrapper:after {
  position: absolute;
  content: '';
  width: 90px;
  height: 27px;
  right: -35px;
  top: -4px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.calculator-name-wrapper .corner {
  position: absolute;
  width: 0;
  height: 76px;
  transform: rotate(-45deg);
  bottom: -12px;
  right: 27px;
  border-right: 4px solid #e2e2e3;
  z-index: 2;
}
.top-searcher {
  justify-content: space-between;
  display: flex;
  align-items: baseline;
}
.top-searcher .search-button {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 25px;
  color: #ffffff;
}
.news .page-title {
  color: #333;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}
.search-form {
  margin-bottom: 10px;
}
.search-form .input-group {
  display: flex;
}
.search-form .input-group-btn {
  width: unset;
}
.search-form .searchword {
  height: 46px;
  min-width: calc(100% - 88px);
  border: 1px solid #282d34;
}
.search-form .btn:hover {
  background-color: #ffffff;
  color: #282d34;
  background-position: 0;
}
.page-header h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0;
}
.akciya-top-container {
  display: flex;
  justify-content: space-between;
}
#comp_d2864c614f31efb3412fc38681eb3521 {
  color: #fff;
}
#comp_d2864c614f31efb3412fc38681eb3521 .ten-first {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
#comp_d2864c614f31efb3412fc38681eb3521 .ten-first input {
  width: 30%;
  margin: 0;
}
#comp_d2864c614f31efb3412fc38681eb3521 .ten-second {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
#comp_d2864c614f31efb3412fc38681eb3521 .ten-second input {
  width: 47%;
  margin: 0;
  max-width: unset;
}
#comp_d2864c614f31efb3412fc38681eb3521 .ten-third {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#comp_d2864c614f31efb3412fc38681eb3521 .ten-third .consent {
  margin-left: 26px;
  margin-bottom: 0;
}
#comp_d2864c614f31efb3412fc38681eb3521 .ten-third .btn {
  padding: 10px 18px;
}
@media (max-width: 480px) {
  .tovar-container .tags {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .tovar-container .tags .tag-link {
    width: unset;
    float: unset;
    white-space: nowrap;
    padding: 5px 10px;
  }
  .tovar-container .img-desc {
    flex-wrap: wrap;
  }
  .tovar-container .img-desc .images,
  .tovar-container .img-desc .descriptions {
    width: 100%;
  }
  .tovar-container .tabs-nav {
    flex-wrap: wrap;
  }
  .owl-carousel .owl-stage {
    display: flex;
  }
  .owl-carousel .owl-stage .owl-item {
    min-height: 100%;
  }
  .owl-carousel .owl-stage .owl-item .item {
    height: 100%;
  }
  .owl-carousel .owl-stage .owl-item .item section {
    height: 100%;
  }
}
.our_services_nav > li > a {
  padding: 7px 15px;
}
@media (max-width: 767px) {
  #preview .subheading {
    font-size: 1.2em !important;
    margin-top: 10px !important;
  }
  .header_xs .navbar_fh.display_flex_imp {
    justify-content: space-between;
  }
  .header_xs .num2 {
    display: flex!important;
    flex-direction: column;
  }
  .header_xs .num2 a {
    color: #fff;
  }
  .header_xs .akciya-top-container {
    display: none;
  }
  .header_xs .phone_cnt {
    display: none;
  }
}
.recalca {
  display: none;
}
@media (min-width: 992px) {
  .header_xs .col-md-2 {
    width: 15%;
  }
  .header_xs .navbar_fh {
    max-width: 390px;
    padding: 0;
    margin-left: 10px;
  }
  .header_xs .phonenum {
    grid-area: phonerka;
    margin-top: 16px;
    font-size: 20px;
  }
  .header_xs .topmail {
    grid-area: emailkar;
  }
  .header_xs .recalca {
    grid-area: recalca;
  }
  .header_xs .socialblock {
    grid-area: socials;
    width: 65px;
    margin-left: auto;
  }
  .header_xs .col-lg-3.col-md-4.col-sm-5.navbar_fh.display_flex.nopadding_left {
    width: 321px;
  }
  .header_xs .col-lg-3.col-md-4.col-sm-5.navbar_fh.display_flex.nopadding_left .phone_cnt {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "phonerka recalca" "emailkar socials";
  }
  .header_xs .col-lg-3.col-md-4.col-sm-5.navbar_fh.display_flex.nopadding_left .phone_cnt .address {
    display: none;
  }
  .header_xs .col-lg-3.col-md-4.col-sm-5.navbar_fh.display_flex.nopadding_left .phone_cnt .recalca {
    height: 29px;
    padding: 0;
    margin-top: 16px;
    width: 120px;
    margin-left: auto;
    display: block;
  }
}
/*# sourceMappingURL=super.css.map */