/* put your own styles to customize and override the theme */
body {
  font-family: 'Montserrat', sans-serif;
  color:#444;
}
html {font-size:16px}
img {
  max-width: 100%;
}
a {color: #444}
a:hover {color: #ffd300}
.breadcrumb i {margin-right: 5px}
.breadcrumb {background-color: transparent}
.hideMe {
  display: none !important;
}
.inputWrapper {
  margin-bottom: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #023366;
  border-color: #023366;
}
.my_price tr:first-child {
    background-color: #023366 !important;
    font-size: 18px;
    color: #fff;
}
.pageWrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.headerFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
}
.logoItem {
  width: 40%;
}
#logo a, #logo span {
    display: block;
    width: 280px;
    margin: 15px 0;
}
.rassrochka_img {
    max-width: 200px;
    margin-right: 30px;
    color: #ffd300;
}
.rassrochka_img svg {
    min-width: 200px;
}
.rassrochka {
    display: flex;
    align-items: center;
}
.rassrochka_txt {
    font-size: 20px;
}
button.rassrochka_btn {
    border: none;
    background-color: #ffd300;
    color: #444;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}
.discountItem {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.discountItem_block {
    display: flex;
    margin: 2px 0;
}
.modal-body .discountItem {display: none;}
.dIcon {
    min-width: 32px;
    max-width: 32px;
    color: #ffd300;
    margin-right: 10px;
}
.dText {
    color: #444;
    display: flex;
    align-items: center;
}
.contactItem {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
}
.contactIcon {
  width: 46px;
  height: 46px;
  background: url(/image/catalog/icons/phoneIcon.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
}
.feedback {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px dotted;
  color: #444;
  cursor: pointer;
}
.phone a {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: #444;
  text-decoration: none !important;
}
.mainMenuWrapper {
  background: #023366;
  position: absolute;
  width: 100%;
}
.mainMenuWrapper.fixed {
  position: fixed;
  top: -1px;
  z-index: 3;
}
#menu ul li a {
  display: block;
  padding: 16px;
  color: #fff;
  position: relative;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
#menu ul li a:hover {
  background: #ffd300;
}
.menuToggler {
  display: none;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(24, 70, 110, 0.9);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 19;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #023366;}
.dropdown:hover .dropdown-content {display: block; opacity: 1;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.homeBanner {
  min-height: 400px;
  background: url(/image/catalog/st.jpg) no-repeat center center;
  background: url(/image/catalog/st.webp) no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
.homeBannerSt {
    background: url(/image/catalog/sht.jpg) no-repeat center center;
    background: url(/image/catalog/sht.webp) no-repeat center center;
}
.homeBanner h1 {
    font-size: 40px;
    margin: 30px 0;
}
.homeBannerNotice {
  text-align: center;
  color: #444333;
  background: #ffd300;
  font-size: 18px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hbnPrice {
  background: #023366;
  color: #fff;
  padding: 10px;
  display: inline-block;
  position: relative;
}
.hbnPrice:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #023366;
  position: absolute;
  transform: rotate(-45deg);
  left: -6px;
  top: calc(50% - 5px);
}
.hbnText {
  padding: 10px 15px;
}
.homeBannerFlex {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: stretch;
}
.homeBannerPickup {
  width: 50%;
  padding: 5px;
}
.hbpItem {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 80%);
    height: 100%;
    min-height: 100px;
    padding: 15px;
    
}
.hbpImg {padding-right: 10px;color: #ffd300;width: 10%}
.hbpInfo {width: 90%}
.hbpTitle {
  text-transform: uppercase;
}
.homeBannerCalc {
  background: #f9f9f9;
  color: #444;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hbcTitle {
  font-size: 18px;
  padding: 10px;
  border-bottom: 2px solid #ffd300;
}
.calcRange {
  padding: 15px;
}
.calcRangeNotice {
  padding: 10px;
}
label {
  margin: 0;
}
.calcInlcude {
  padding: 10px;
}
.calcResults {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.calcResults span {
  display: block;
}
.calcResultLabel {
  font-size: 14px;
}
.calcResultDigit {
  font-size: 24px;
}
.calcResults {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #e8e8e8;
  padding: 7px 0;
}
.calcSell {
  visibility: hidden;
}
.calcSell.open {
  visibility: visible;
}
.calcResults > div {
  width: 33.3%;
  padding: 0 7px;
}
.calcSend span {
  display: block;
  color: #444;
  background: #ffd300;
  max-width: 220px;
  margin: 0 auto 15px;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 3px;
  cursor: pointer;
}
.calcOrder {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease-out;
  display: none;
}
.calcOrder.open {
  display: block;
}
.calcOrderInputs {
  padding: 15px;
}
.contentWrapper {
  margin-top: 54px;
}
.menuInner {
  position: relative;
}
.mainMenuWrapper .pageWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
.getOffer {
  max-width: 225px;
  background: #ffd300;
  padding: 8px 16px;
  line-height: 1.4;
  color: #444;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offerImg {
  display: block;
  width: 46px;
  margin-right: 10px;
}
.moduleHeading {
  font-size: 36px;
  margin-bottom: 30px;
}
.homeDiscountsWrapper {
  padding: 30px 0;
}
.homeDiscount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.discountImg {
  width: 30%;
}
.discountText {
  width: 70%;
  padding: 30px;
  font-size: 18px;
}
.dtTitle {
  font-size: 22px;
  color: #ffd300;
  margin-bottom: 20px;
}
.homeDiscountsWrapper .lSSlideWrapper {
  border-top: 3px solid #ffd300  !important;
  border-bottom: 3px solid #ffd300  !important;
  padding: 15px 0;
}
.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #444;
  border-radius: 2px;
  height: 12px;
  width: 12px;
  z-index: auto;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #ffd300;
}
.homeDiscountsWrapper .moduleHeading {
  text-align: left;
}
.extraServiceWrapper {
  background: #f4f4f4;
  padding: 40px 0;
}
.extraServiceFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.extraServiceItem {
  text-align: center;
  width: 49%;
  background: #fff;
}
.extraNotice {
  font-size: 18px;
  position: relative;
}
.extraNotice:after {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 2px;
  background: #ffd300;
  margin: 20px 0;
}
.esImg {
  padding: 20px;
}
.esImg img {
  border-radius: 50%;
}
.esTitle {
    background: #023366;
    padding: 20px;
    font-size: 20px;
    color: #fff;
}
.esPrice {
    font-size: 32px;
    color: #ffd300;
    font-weight: bold;
    padding: 20px;
}
.featuredModuleWrapper {
  background: #f2f2f2;
  padding: 40px 0;
}
.featuredModuleWrapper h3 {
  font-size: 36px;
  color: #444333;
  margin-bottom: 30px;
}
.catFlex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.catItem {
  width: 24%;
  background: #fff;
  margin-bottom: 15px;
}
.catInfoTitle a {
  display: block;
  font-size: 18px;
  padding: 15px;
  font-weight: bold;
  color: #0144aa;
}
.price {
  font-size: 24px;
  padding: 15px;
  color: #f00;
}
.price-old {
  display: inline-block;
  font-size: 20px;
  color: #999;
  position: relative;
}
.price-old:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffd300;
  top: 50%;
}
.aboutWrapper {
  padding: 40px 0;
}
.aboutStat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
.aboutText {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffd300;
}
.statItem {
  width: 24%;
  border-left: 1px solid #ddd;
  padding: 0 15px;
}
.statDigit {
  font-size: 65px;
}
.homeStepWrapper {
  padding: 40px 0;
  background: #f4f4f4;
}
.stepNotice {
  font-size: 18px;
  margin-bottom: 30px;
}
.stepFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.stepItem {
  width: 24%;
}
.stepHeading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.stepImg {
  width: 20%;
  color: #ffd300;
}
.stepTitle {
  font-size: 18px;
  padding: 15px;
  width: 80%;
}
.stepText {
  font-size: 14px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #ddd;
  position: relative;
}
.equipWrapper {
  padding: 40px 0;
}
.equipNotice {
  font-size: 18px;
  margin-bottom: 30px;
}
.equipFlex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.equipment {
  width: 50%;
  text-align: center;
  padding: 15px;
}
.equipment > div {
    font-size: 24px;
    margin-top: 10px;
}
.materials {
  width: 50%;
}
.matFlex {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.matItem {
    width: 30%;
    margin: 5px;
    padding: 10px;
    border: 2px solid #ffd300;
    border-radius: 5px;
}
.matItem > div {
    padding: 15px 15px 0 15px;
}
.matText {
    padding: 30px;
}
.reviewsWrapper {
  padding: 40px 0;
}
.reviewsFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.reviewsItem {
    display: block;
    width: 20%;
    padding: 3px;
}
.reviewsItemV {
    width: 49%;
}
.seeMore {
  text-align: center;
}
.seeMore a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background: #ffd300;
  padding: 10px 20px;
  color: #444;
  border-radius: 3px;
}
.weMadeWrapper {
  padding: 40px 0;
}
.weMadeFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.weMadeItem {
  display: block;
  width: 16%;
  margin-bottom: 10px;
}
.getConsWrapper {
  padding: 40px 0;
  background: #f2f2f2;
  text-align: center;
}
.inputFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.inputFlex input {
  width: 30%;
  margin-right: 15px;
}
.formNotice {
  margin-top: 15px;
  font-size: 12px;
}
.modalNotice {
  text-align: center;
  font-size: 11px;
  padding: 0 15px 15px;
}
.btn-primary {
    color: #fff;
    background-color: #ffd300;
    border-color: #ffd300;
}
.btn-primary:hover {
    color: #fff;
    background-color: #023366;
    border-color: #023366;
}
footer {
    background: #023366;
    padding: 30px 0;
}
footer h5, footer h4 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
footer ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
}
footer li {
    color: #fff;
    line-height:2;
    font-size: 14px;
}
.modal-dialog {
  max-width: 420px;
}
.modal-content {
  border: none;
}
.response {
  display: block;
  font-weight: bold;
  color: green;
  padding: 7px;
}
.moveTop span {display: none;}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox]:not(checked) {
  position: absolute;
  opacity: 0;
}
input[type=checkbox]:not(checked) + label {
  position: relative;
  padding: 0 0 0 45px;
}
input[type=checkbox]:not(checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 22px;
  border-radius: 11px;
  background: #c7c7c7;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
input[type=checkbox]:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s;
}
input[type=checkbox]:checked + label:before {
  background: #ffd300;
}
input[type=checkbox]:checked + label:after {
  left: 11px;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0;
}
input[type=radio]:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
input[type=radio]:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
input[type=radio]:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #74d241;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
input[type=radio]:checked + label:after {
  opacity: 1;
}
.rangeslider, .rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  height: 7px;
  width: 100%;
  cursor: pointer;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #ffd300;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:#ffd300;
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
.red_block {
    background-color: #023366;
    color: #fff;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.faqItems {
	margin-top: 30px;
}
.faqItem {
	background: #ffd300;
	margin-bottom: 7px;
	border-radius: 3px;
	border: 2px solid #ffd300;
}
.faqItem a {
	display: block;
	padding: 10px 15px 10px 45px;
	font-size: 18px;
	color: #444;
	text-decoration: none !important;
	position: relative;
}
.faqItem a:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 2px;
	background: #444;
	left: 15px;
	top: calc(50% - 1px);
	transition: all 0.2s ease-out;
	transform: rotate(45deg);
}
.faqItem a:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 16px;
	background: #444;
	left: 22px;
	top: calc(50% - 8px);
	transition: all 0.2s ease-out;
	transform: rotate(45deg);
}
.faqItem a.collapsed:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 2px;
	background: #444;
	left: 15px;
	top: calc(50% - 1px);
	transform: rotate(0);
}
.faqItem a.collapsed:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 16px;
	background: #444;
	left: 22px;
	top: calc(50% - 8px);
	transform: rotate(0);
}
.faqText {
	background: #fff;
	border-radius: 3px;
	padding: 7px 15px;
}
/* responsive style */

@media (max-width: 1200px) {
  #logo a, #logo span {
    margin: 30px 0;
  }
  .pageWrapper {padding: 0 15px;}
  .homeBanner h1 {font-size: 32px;}
  .homeBannerNotice {font-size: 15px;}
  .hbpText {font-size: 13px;}
  .hbcTitle {font-size: 16px;}
}

@media (max-width: 800px) {
  .logoItem {
    width: 40%;
  }
  .discountItem {
    display: none;
  }
  .modal-body .discountItem {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  .contactItem {
    width: 60%;
  }
  .homeBannerNotice {
    flex-wrap: wrap;
  }
  .hbnText {
    width: 80%;
  }
  .hbnPrice {
    width: 20%;
    padding: 23px 15px;
  }
  .homeBannerPickup {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .homeBannerCalc {
    width: 100%;
    background: #fff;
    color: #444;
    text-align: center;
  }
  .homeBanner {background: #eee;}
  .menuInner {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -300px;
    top: 0;
    background: #032036;
    z-index: 9;
    transition: all 0.5s cubic-bezier(0, 0, 0.6, 0.94);
  }
  .menuInner.open {
    left: 0;
  }
  .menuInner .nav li {
    width: 100%;
  }
  #menu ul li a {
    padding: 15px 20px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #020d15;
    box-shadow: 0 1px 0 0 #384f61;
  }
  .menuToggler {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: 8px;
    z-index: 9;
    position: relative;
    padding: 20px 7px;
  }
  .menuToggler span {
    display: block;
    position: relative;
    height: 2px;
    background: #fff;
    width: 28px;
    transition: all 0.2s ease-out;
  }
  .menuToggler span:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
  }
  .menuToggler span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
  }
  .menuToggler.open span {
    background: transparent;
  }
  .menuToggler.open span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .menuToggler.open span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  #mobileMenuClose {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 3px 0;
    border-bottom: 1px dotted #fff;
    color: #fff;
  }
  .dropdown-content {position: relative;}
  .discountImg {
    width: 40%;
  }
  .discountText {
    width: 60%;
    padding: 15px;
    font-size: 16px;
  }
  .catItem {width: 49%;}
  .weMadeItem {width: 24%;}
  .extraServiceItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .stepItem {
    width: 49%;
    margin-bottom: 30px;
  }
  .equipment {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
  }
  .materials {
    width: 100%;
  }
}
@media (max-width: 640px) {
.rassrochka {
    flex-wrap: wrap;
    justify-content: center;
}
.rassrochka_img {
    margin-right: 0;
    margin-bottom: 15px;
}
.rassrochka_txt {text-align: center}    
.homeBanner h1 {margin: 15px 0} 
.reviewsItem {width: 50%}
.faqItem a {font-size: inherit}
  .moveTop span {
    display: block;
    width: 42px;
    height: 42px;
    background: #ffd300;
    position: relative;
  }
  .discountImg {
    width: 100%;
  }
  .discountText {
    width: 100%;
  }
  .statItem {width: 100%; margin-bottom: 15px; text-align: center;border-left:none;}
  .matItem img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .homeBanner h1 {
    font-size: 24px;
  }
  .hbnText {
    width: 100%;
  }
  .hbnPrice {
    width: 100%;
    padding: 15px;
    font-size: 28px;
  }
  .hbnPrice:before {
    left: calc(50% - 5px);
    top: -5px;
  }
  .hbpImg {width: 20%;}
  .hbpInfo {
    width: 80%;
    padding-left: 0;
  }
  .calcResultLabel {
    font-size: 11px;
  }
  .headerFlex {
    padding: 0 15px;
  }
  .logoItem {
    width: 100%;
  }
  .contactItem {
    width: 100%;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 3;
    background: #fff;
    padding: 7px 15px;
    left: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.38);
  }
  #logo a, #logo span {
    display: block;
    width: 100%;
    background-size: 260px;
    margin: 15px 0;
  }
  .mainMenuWrapper .pageWrapper:before {
    content: none;
  }
  .moveTop span:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    transform: rotate(-45deg);
    top: 16px;
    right: 12px;
  }
  .hbsItem {width: 100%;}
  .homeBannerFacts {padding: 15px;}
  .hbFact li {
    font-size: 16px;
  }
  .moduleHeading {
    font-size: 24px;
  }
  .catItem {width: 100%;}
  .weMadeItem {width: 48%;}
  .inputFlex input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  input[type=checkbox]:not(checked) + label {font-size: 14px;}
  .stepItem {
    width: 100%;
  }
  .matItem {width: 100%;}
}

@media (max-width: 359px) {
  .calcResultLabel {
    font-size: 10px;
  }
  .calcResultDigit {font-size: 20px;}
  .calcSellResult {font-size: 14px;}
}
.lds-dual-ring {
  display: inline-block;
  padding: 4px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #cef;
  border-color: #0e9ee0 transparent #0e9ee0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px){
.container {
    max-width: 1180px;
}
}
@media (min-width: 800px) and (max-width: 1140px){
#menu ul li a {padding: 16px 8px;text-transform: none}
}
@media (min-width: 800px) and (max-width: 936px){
#menu ul li a {font-size:11px}
}