*{
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
}
body.covered {
  overflow: hidden;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.h1, h1 {margin-bottom: 2rem}
label {
  font-size: 13px;
  font-weight: bold;
  color: #013380;
  margin: 0 0 5px;
}
.pagination {flex-wrap: wrap}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.btn-default {
  border: 1px solid #ddd;
  background: #efefef;
}
.btn-group-justified {
  display: flex;
  justify-content: center;
}
.btn-group-justified .btn-group {
  width: 50%;
}
.alert {
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 0px;
  width: 320px;
  font-size: 13px;
  font-weight: bold;
}
.pageInner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.headerFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
}
.logoItem {
  width: 22%;
  border-right: 1px solid #ddd;
}
#logo {
  max-width: 160px;
}
.searchItem {
  width: 24%;
  padding: 15px;
  transition: all 0.3s ease-out;
}
.iSearchBoxWrapper {
  position: relative;
}
#search input {
  border: 1px solid #999;
  font-size: 14px;
  padding: 10px 15px;
}
.searchTip {
  font-size: 13px;
}
.iSearchBox {
  position: absolute;
  z-index: 99;
  background: #fff;
  top: 45px;
  box-shadow: 0 4px 15px -7px #000;
  border-radius: 5px;
}
.isearchProducts {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.isearchProducts li {
  padding: 7px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #ddeaff;
  cursor: pointer;
}
.iSearchViewAllResults {
  background: #fd0900;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-weight: bold;
}
ul.isearchProducts li img {
  width: 20%;
  height: 100%;
}
.iSearchItem {
  width: 80%;
  padding-left: 15px;
}
.iSearchItem h3 {
  font-size: 16px;
  width: 100% !important;
}
.iSearchHeading {
  padding: 7px 15px !important;
  border-bottom: 1px solid #ddeaff;
  display: block;
}
.contactItem {
  width: 17%;
}
.phone a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
}
.location {
  display: inline-block;
  border-bottom: 1px dotted;
  color: #1048a2;
}
.customerItem {
  width: 19%;
}
ul.list-unstyled {
  margin: 0;
}
.customerItem a {
  display: inline-block;
  font-size: 14px;
  padding: 1px 0;
  color: #1048a1;
  text-decoration: none !important;
  transition: all 0.3s ease-out;
  border-bottom: 1px dotted;
}
.customerItem a span {
  display: inline-block;
  position: relative;
  background: #fd0900;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-left: 5px;
}
.customerItem a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #f60;
  left: -2px;
  top: calc(50% - 2px);
}
.customerItem a:hover {
  color: #fd0900;
}
.cartItem {
  width: 18%;
  padding: 0 0 0px 30px;
}
.cartWrapper {
  text-align: center;
  cursor: pointer;
}
.cartIcon {
  width: 50px;
  height: 50px;
  background: url(/image/catalog/icons/shopping-cart.svg) no-repeat center center;
  background-size: 100%;
  margin-right: 10px;
  margin: 0 auto;
  position: relative;
}
.cartText {
  font-weight: bold;
  color: #013380;
  padding-left: 15px;
}
#cartQuantity {
  background: #fd0900;
  font-weight: bold;
  line-height: 1.1;
  padding: 4px;
  right: -12px;
  position: absolute;
  top: -6px;
  min-width: 29px;
  color: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
}
.mainMenuWrapper {
  background: #013380;
  clear: both;
  position: absolute;
  width: 100%;
  box-shadow: 0 4px 5px -4px #000;
  z-index: 9;
  min-height: 50px;
}
.mainMenuWrapper.fixed {
  position: fixed;
  top: 0;
  z-index: 7;
  left: 0;
}
.mainMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.measureCall {
  background: #fd0900;
  color: #fff;
  padding: 13px 20px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.measureCall span {
  width: 23px;
  margin-right: 14px;
}
.mainMenuList {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
.mainMenuList li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 15px;
  text-decoration: none !important;
  background:transparent;
  position: relative;
  overflow: hidden;
  transition: all 1s ease-out;
  text-transform: uppercase;
}
.mainMenuList li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.mainMenuList li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fd0900;
  bottom: 0;
  left: -100%;
  transition: all 0.3s ease-out;
}
.mainMenuList li a:hover:before {
  left: 0;
}
.mainMenuList li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fd0900;
  top: 0;
  right: -100%;
  transition: all 0.3s ease-out;
}
.mainMenuList li a:hover:after {
  right: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.99);
  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: #013380 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #18466e;}
.dropdown:hover .dropdown-content {display: block; opacity: 1;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.mainMenuCatalogItem {
  position: relative;
}
.mainMenuCatalogItem:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 16px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: calc(50% - 8px);
  left: 15px;
}
.mainMenuCatalogItem:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #fff;
  top: 24px;
  left: 15px;
}
.mainMenuCatalogItem > a {
  padding-left: 52px !important;
}
.mainMenuCatalogItem .dropdown-content > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mainMenuCatalogItem .dropdown-content > ul li {
  width: 20%;
}
.catalogSubitem li {
  width: 100% !important;
  position: relative;
}
.catalogSubitem li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 5px;
  border-bottom: 1px solid rgba(0,0,0, 0.3);
  border-left: 1px solid rgba(0,0,0, 0.3);
  top: calc(50% - 4px);
  left: 16px;
}
.catalogSubitem li a{
  width: 100% !important;
  padding: 10px 10px 10px 30px;
  position: relative;
  font-size: 13px;
  text-transform: initial;
  font-weight: normal;
}
.breadcrumb {
  position: relative;
  padding: 12px 0;
  background: transparent;
}
ul.breadcrumb li {
  position: relative;
  overflow: hidden;
}
ul.breadcrumb li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  right: 1px;
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
ul.breadcrumb li:before {
  content: "";
}
.breadcrumb li {
  font-size: 13px;
  padding: 0 15px;
  color: #5f9eff;
  display: inline-block;
}
.contentWrapper {
  margin-top: 50px;
}
.homeBannerWrapper {
  width: 100%;
  background: linear-gradient(120deg, #323d4b, #415893);
  background-size: cover;
  padding: 30px 0;
  min-height: 300px;
  color: #fff;
}
.homeBannerWrapper .pageInner {

}
.homeBannerDiscount {
      position: absolute;
    right: 7px;
    top: 0;
    background: #fd0900;
    padding: 21px 20px;
    border-radius: 15px;
    font-size: 24px;
    font-weight: bold;
}
.homeBannerDiscount:before {
  content: "";
  display: block;
  position: absolute;
  border: 20px solid transparent;
  border-bottom: 20px solid #f00;
  left: -20px;
  bottom: 0;
}
.homeBannerFlex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 35px;
}
.homeBannerWrapper h1 {
  position: relative;
  font-weight: bold;
  font-size: 36px;
}
.hbFact {
  display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}




.hbFacts {
  width: 43%;
}
.hbImg {
  width: 7%;
  padding: 8px;
}
.hbText {
  padding: 10px;
    width: 90%;
    font-size: 18px;
}
.hbPromo {
  width: 57%;
  margin-top: 30px;
}
.homeBannerNotice {
  clear: both;
  display: inline-block;
  border-bottom: 2px solid #f60;
  padding: 3px 0;
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}
.homeBannerFree {
  text-align: center;
  font-size: 24px;
  background: #fd0900;
  padding: 10px;
  font-weight: bold;
}
.homeCatalogWrapper {
  background: #ddeaff;
  padding: 40px 0;
}
.homeCatalogFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homeCatalogCategories {
  width: 49%;
}
.hcImg {
  width: 23%;
  padding: 7px;
}
.hcText a {
  display: inline-block;
  padding: 2px 0;
  border-bottom: 1px dotted;
  color: #013380;
}
.hcTitle {
  font-weight: bold;
  font-size: 18px;
  color: #444;
}
.hcText {
  padding: 0 15px;
  width: 45%;
}
.hcFrom {
  position: relative;
  text-align: center;
  width: 30%;
  font-size: 22px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
}
.hcFrom:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background: #fd0900;
  top: calc(50% - 7px);
  transform: rotate(45deg);
  left: -6px;
}
.homeCatalogCategory {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
  margin: 25px 0;
  border-radius: 5px;
  align-items: center;
  min-height: 136px;
}
.homeCatalogConfig {
  width: 38%;
  background: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0;
  border-radius: 5px;
  box-shadow: 0 3px 19px -10px #000;
}
.homeConfigImg {
  width: 100%;
  padding: 20px;
}
.homeConfigImg img {
  width: 90px;
}
.hcConfigNotice {
  padding: 0px 30px;
  font-size: 18px;
}
.openConfig {
  width: 100%;
  padding: 22px;
}
.openConfig span {
  display: inline-block;
  color: #fff;
  background: #1f9d00;
  font-size: 24px;
  padding: 12px 20px;
  border-radius: 5px;
  margin: 0 auto;
  cursor: pointer;
}
.homeAboutWrapper {
  padding: 40px 0;
}
.aboutFlex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.aboutText {
  width: 60%;
  padding-right: 30px;
}
.aboutFacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
.aboutFact {
  width: 25%;
  padding-right: 10px;
  text-align: center;
}
.aboutImg img {
  max-width: 60px;
}
.aboutValues {
  padding-top: 15px;
  color: #183455;
}
.digits {
  font-size: 28px;
  font-weight: bold;
  color: #183455;
}
.digitMeans {
  font-size: 13px;
}
.what {
  font-size: 13px;
}
.aboutVideo {
  width: 40%;
}
.aboutVideo a {
  display: inline-block;
}
.aboutVideo img {
  display: block;
  box-shadow: 0 15px 50px -7px rgba(0, 0, 0, 0.49);
  transition: all 0.3s ease-out;
}
.aboutVideo img:hover {
  box-shadow: 0 20px 60px -8px rgba(0, 0, 0, 0.57);
}
.lSPager.lSpg {
  padding: 15px !important;
}
.lSSlideOuter .lSPager.lSpg>li a {
  background-color: transparent;
  height: 15px;
  width: 15px;
  border: 2px solid #fd0900;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #fd0900;
}
.lSSlideOuter .lSPager.lSpg>li a {z-index: 1;}
ul.lSPager.lSGallery {
  margin: 15px auto !important;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
  border: 2px solid #fd0900;
}
.homePdiWrapper {
  padding: 30px 0;
}
.moduleHeading {
  font-size: 36px;
  margin-bottom: 30px;
}
.pdiNotice {
  font-size: 20px;
  margin-bottom: 30px;
}
.pdiFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pdiItem {
  width: 24%;
}
.pdiHeading {
  display: flex;
  align-items: center;
}
.pdiImg {
  width: 60px;
}
.pdiTitle {
  font-size: 18px;
  font-weight: bold;
  color: #013380;
  padding: 15px;
}
.pdiText {
  font-size: 14px;
  padding: 15px 0;
  border-top: 2px solid #f60;
  margin-top: 15px;
}
.howToWrapper {
  padding: 40px 0;
  background: #ebf3ff;
}
.howToFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.howToVideo {
  width: 40%;
  cursor: pointer;
}
.howToInfo {
  width: 60%;
  padding-left: 30px;
}
.howToVideo.fw {
    width: 100%;
}
.howToVideo.fw img {
    width: 100%;
}
.howToConsult span {
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 25px;
  cursor: pointer;
}
.feedbackWrapper {
  background: #ebf3ff;
  padding: 40px 0;
}
.feedbackFlex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.fbContacts {
  width: 38%;
}
.fbEmail {
  width: 62%;
}
#fbForm .modalNotice {
  font-size: 10px;
  padding: 0;
  border-top: none;
  text-align: left;
}
.fbContacts ul li {
  padding: 7px 0;
}
.fbPhone {
  font-size: 24px;
}
.fbPhone a {
  color: #333;
}
.onMap {
  border-bottom: 1px dotted;
  text-decoration: none !important;
  color: #013380;
  cursor: pointer;
}
.fbContacts ul li i {
  color: #013380;
}
.socialTitle {
  padding: 10px 0;
}
.socialLinks a {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}
footer {
  background: linear-gradient(120deg, #333, #000);
  color: #fff;
  padding: 30px 0;
}
footer h5 {
  font-size: 16px;
  font-weight: bold;
}
footer a {
  color: #999;
  font-size: 13px;
}
.footerFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerItem {
  width: 24%;
}
.noOffer {
  font-size: 13px;
}
.mobileMenuWrapper {display: none;}
.modal-header {
  font-size: 18px;
  font-weight: bold;
  color: #09377b;
}
#callMeasModal .modal-body {
  padding: 0 15px;
}
.measureFlex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
}
.measureWhy {
  width: 60%;
}
.measureForm {
  width: 40%;
  background: #e9ecef;
  padding: 15px;
}
.measuerQuest {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  padding: 15px 0;
}
.mwItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
.mwImg {
  width: 12%;
  padding: 15px;
  padding-left: 0;
}
.mwText {
  width: 88%;
  font-size: 14px;
  padding-right: 15px;
}
.measureAction {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.modalNotice {
  font-size: 12px;
  padding: 10px 15px;
  border-top: 1px solid #e9ecef;
  text-align: center;
}
.response {
  display: block;
  font-weight: bold;
  color: green;
  padding: 7px 0;
}
.hideMe {
  display: none !important;
}
.inputWrapper {
  margin-bottom: 10px;
}
.inputFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inputFlex input {
  width: 49%;
}
.latestWrapper {
  padding: 40px 0;
}
.pageInner.categoryInner {
  margin-bottom: 15px;
}
.categoryFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.categoryFlex.lightSlider {
  display: block;
  justify-content: initial;
}
.categoryItem {
  width: 32%;
  background: #fff;
  border: 1px solid #ecf3fd;
  margin-bottom: 20px;
}
.catItemOnNews {
  width: 24%;
}
.image {
  padding: 15px;
  position: relative;
  text-align: center;
}
.corner_0 {
  position: absolute;
  max-width: 100px;
  top: 10px;
  left: 0;
  z-index: 1;
}
.corner_1 {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 100px;
  z-index: 1;
}
.corner_2 {
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: 1;
}
.corner_3 {
  position: absolute;
  bottom: 30%;
  right: 0;
  z-index: 1;
}
.catItemTitle a {
  padding: 0 15px;
  color: #013380;
  display: block;
  height: 42px;
  font-size: 16px;
  overflow: hidden;
      font-weight: 500;
	  margin-bottom: 10px;
}
.catItemActions {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #ecf3fd;
}
.catItemActions a {
  display: inline-block;
  padding: 0 5px;
  color: #013380 !important;
  cursor: pointer;
}
.tprice {padding: 0 15px 15px 15px;
font-size: 24px;
    overflow: hidden;
    font-weight: 800;}
.price {
  padding: 0 15px 15px;
  font-size: 20px;
  font-weight: bold;
}
.price span {
  display: inline-block;
  position: relative;
}
.price-old {
  color: #666;
  font-weight: lighter;
  margin-right: 7px;
}
.price-old:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f00;
  top: 45%;
  left: 0;
}
.specialWrapper {
  padding: 40px 0;
  background: #ebf3ff;
}
.lds-dual-ring {
  display: inline-block;
  width: 38px;
  height:38px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #f60;
  border-color: #f60 transparent #f60 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reviewsWrapper {
  padding: 40px 0;
  border-top: 2px solid #ddd;
}
.reviewsFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.reviewsItem {
  display: block;
  width: 24%;
  margin-bottom: 20px;
}
.seeMore {
  text-align: center;
}
.seeMore a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background: #fd0900;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.faqWrapper {
  padding: 40px 0;
}
.faqInner .card-header {
  cursor: pointer;
  font-weight: bold;
}
.faqInner .card {
  margin-bottom: 3px;
}
.latestNewsWrapper {
  padding: 40px 0;
  background: #ebf3ff;
}
.latestNewsItem {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.latestNewsItem {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  min-height: 200px;
  background: #fff;
}
.lnImg {
  width: 38%;
  padding: 15px;
}
.lnText {
  width: 62%;
}
.lnDate {
  position: absolute;
  font-size: 12px;
  background: #ddd;
  color: #434040;
  line-height: 1;
  padding: 2px 5px;
  bottom: 0;
  left: 0;
}
.lnTitle a {
  display: block;
  font-weight: bold;
  color: #013380;
  padding: 10px 0;
}
.lnDesc {
  font-size: 14px;
  max-height: 105px;
  overflow: hidden;
}
.lnMore a {
  display: inline-block;
  border-bottom: 1px dotted;
  text-decoration: none !important;
}
.fab.fa-facebook-square {
  color: #3b5998;
}
.fab.fa-twitter {
  color: #1da1f2;
}
.fab.fa-youtube {
  color: #ff0000;
}
.fab.fa-instagram {
  color: #111;
}
.fab.fa-vk {
  color: #4a76a8;
}
.fab.fa-whatsapp {
  color: #3eb700;
}
.fab.fa-viber {
  color: #7b519c;
}
.whatsapp {
  font-size: 14px;
  color: #3eb701 !important;
}
.viber {
  font-size: 14px;
  color: #7b519c !important;
}
.telegram {
  font-size: 14px;
  color: #1e96c8 !important;
}
.callMeBackMsgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.cmbItem a span {
  font-weight: bold;
}
.cmbItem {
  width: 33%;
  text-align: center;
}
.cmbTitle {
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
  clear: both;
  text-align: center;
}
.cmbItem a {
  text-decoration: none !important;
  display: block;
  padding: 4px 10px;
  border: 2px solid;
  border-radius: 20px;
  margin: 7px;
}
.compareWrapper {
  padding: 40px 0;
  background: #ebf3ff;
}
.pageInner.compareFlex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.compareHeading {
  font-size: 32px;
  margin-bottom: 30px;
}
.compareItem {
  width: 50%;
  padding: 0 20px;
}
.compareItem:first-child {
  text-align: right;
}
.compareItem:first-child i {
  color: red;
}
.compareItem:last-child i {
  color: green;
}
.compareWrapper ul li {
  font-size: 20px;
  padding: 10px 0;
}
.partnerWrapper {
  padding: 40px 0;
  border-top: 2px solid #fd0900;
}
.partnerNotice {
  font-size: 18px;
  margin-bottom: 30px;
}
.partnerTypeFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.partnerTypeItem {
  width: 19%;
}
.ptImg {
  position: relative;
}
.ptImg:after {
  content: "";
  display: block;
  position: relative;
  width: 75px;
  height: 2px;
  background: #fd0900;
  margin: 15px 0;
}
.ptImg img {
  max-width: 75px;
}
.ptTitle {
  font-weight: bold;
  color: #013380;
}
.parntersInvite {
  font-size: 18px;
  margin: 30px 0;
}
.partnersFeedback span {
  display: inline-block;
  font-size: 18px;
  color: #013380;
  font-weight: bold;
  border-bottom: 1px dotted;
  cursor: pointer;
}
.moveTop {
  width: 40px;
  height: 40px;
  background: url(/image/catalog/icons/arrowTop.svg) no-repeat center center #fd0900;
  background-size: 28px;
  right: 15px;
  bottom: -40px;
  position: fixed;
  border-radius: 7px;
  cursor: pointer;
  transition: bottom 0.3s ease-out;
}
.moveTop.shown {
  bottom: 15px;
}
.hiddenFilter {
  display: none;
}
.noUi-connect {background: #013380;}
.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -12px;
  top: -11px;
  cursor: pointer;
}
.noUi-handle {
  border: 2px solid #fd0900;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
  box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
  content: none;
}
.noUi-target {
  border: none;
  box-shadow: none;
}
.noUi-horizontal {
  height: 3px;
}
.scale {
  margin-bottom: 35px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 20px;
}
#ocfilter {
  margin-bottom: 15px;
}
.ocfilter-option label {font-size: 13px;line-height: 1.3;}
.ocf-offcanvas .ocfilter-mobile-handle {
  position: absolute;
  left: 100%;
  top: initial;
  bottom: 65px;
}
.ocf-offcanvas {width: 275px; left: -275px;}
.list-group-item.ocfilter-option {
  padding: 15px;
}
.filterHeading {
  font-weight: bold;
  color: #0a3372;
}
.ocfilter-option label input {
  vertical-align: middle;
}
.newsListWrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.newsItem {
  width: 49%;
  border: 1px solid #ebf3ff;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.newsDate {
  position: absolute;
  top: 0;
  left: 0;
  background: #ebf3ff;
  font-size: 12px;
  padding: 2px 10px;
}
.newsImage {
  width: 38%;
  text-align: center;
}
.newsCaption {
  width: 62%;
  padding-left: 15px;
}
.newsTitle a {
  display: block;
  padding: 8px 0px;
  font-weight: bold;
  color: #013380;
}
.newsDesc {
  font-size: 14px;
}
.newsAction {
  display: inline-block;
  border-bottom: 1px dotted;
  color: #013380;
  cursor: pointer;
}
.relatedHeading {
  font-size: 28px;
  margin: 0;
  padding: 20px 0;
}
.productImagesWrapper {
  border: 1px solid #ecf3fd;
  position: relative;
  padding: 15px;
  text-align: center;
}
.productImagesWrapper.fixed {
  position: fixed;
  top: 62px;
}
.productImages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.productVideoLink {
  display: block;
  background: #0b7f00;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  border-radius: 22px;
  width: 200px;
  bottom: 35%;
  left: calc(50% - 100px);
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 9px -4px #000;
  border: 2px solid;
  font-weight: bold;
  z-index: 2;
}
.productConsulting {
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}
.lSAction>a {z-index: 6;}
.productPriceFlex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
#product {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#product > div {
    width: 49%;
    margin-top: 15px;
}
.productActionFlex {
    width: 100% !important;
    margin: 15px 0;
}
.productModelValue {
  font-size: 14px;
  font-weight: bold;
}
.productModel span {
  display: inline-block;
  font-size: 13px;
}
.productPrice {
  font-size: 36px;
  font-weight: bold;
  color: #013380;
  width: 45%;
}
.productPriceFor {
  width: 55%;
  text-align: right;
  color: #0b7e01;
  font-weight: bold;
}
.productPrice .price-old {
  font-size: 24px;
  position: relative;
}
.configFlex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 10px 0;
}
#product .radio {
  min-width: 24%;
  margin-right: 10px;
}
#product .form-group.required {width: 100%}
#product .radio label {
  background: #d9e7fe;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  border: 2px solid #bbd0f3;
  transition: all 0.3s ease-out;
  margin-bottom: 10px;
}
#product .radio input {
  position: absolute;
  opacity: 0;
}
#product .radio input:checked + label {
  background: #dfffdc;
  border-color: #709f6c;
  color: green;
}
#product .radio label span {
  font-weight: bold;
  font-size: 15px;
}
.configMore {
  font-weight: normal;
}
.configMore a {
  display: inline-block;
  font-size: 13px;
  color: #444;
  border-bottom: 1px dotted;
  text-decoration: none !important;
}
.reviewMark input {
  opacity: 0;
  position: absolute;
}
.reviewStars span {
  font-size: 10px;
  color: #fc0;
}
.reviewStars {
  margin-bottom: 7px;
}
#review p {
  font-size: 14px;
}
.pkrw {
  margin-bottom: 7px;
}
.uploadNotice {
  font-size: 12px;
  margin-bottom: 15px;
}
.pekeupload-btn-file {
  box-shadow:inset 0px -3px 7px 0px #29bbff;
  background-color:#2dabf9;
  border-radius:3px;
  border:1px solid #0b0e07;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:15px;
  font-weight:normal;
  padding:9px 23px;
  text-decoration:none;
  text-shadow:0px 1px 0px #263666;
}
.pekeupload-btn-file:hover {
  background-color:#0688fa;
  text-decoration: none;
  color:#fff;
}
.pekeupload-btn-file:active {
  position:relative;
  top:1px;
}
.progress-pekeupload{
  width:100%;
  height:16px;
  margin:0 auto 20px auto;
  padding:0px;
  background:#cfcfcf;
  border-width:1px;
  border-style:solid;
  border-color: #aaa #bbb #fff #bbb;
  box-shadow:inset 0px 2px 3px #bbb;
}

.progress-pekeupload,
.bar-pekeupload{
  border-radius:4px;
}
.bar-pekeupload{
  height:100%;
  background:#999;
  background-size:18px 18px;
  background-color:#7ce;
  text-align: center;
}
.alert-pekeupload {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.alert-pekeupload .close{
  margin-top: 2px;
}
.pekeitem_preview{
  float:left;
  width:20%;
}
.pekerow .file{
  float:left;
  width:80%;
}
.pekerow{
  overflow: hidden;
  width: 100%;
}
.pekeupload-drag-area{
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#f0f0f0;
}
.productActionFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.pab {
  display: block;
  text-align: center;
  width: 24%;
  font-size: 13px;
  background: #fd0900;
  margin-bottom: 7px;
  padding: 10px;
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}
.pab.configInit {
  background: #0b7f00;
}
#product .form-group {
  margin-bottom: 0;
}
.radio label {
  margin-bottom: 0;
}
.table td, .table th {padding: 5px 10px;}
.productInfoFlex {
  border: 1px solid #ddd;
  margin-top: 15px;
}
.productInfoFlex .nav {
  background: #f2f3f2;
}
.productInfoFlex .tab-content {
  padding: 15px;
}
.productInfoFlex .nav-link {
  font-size: 14px;
  font-weight: bold;
  color: #013380;
}
.reviewQt {
  display: inline-block;
  position: relative;
  color: #fff;
  background: #fd0900;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 4px;
}
.reviewQt:before {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid transparent;
  border-right: 3px solid #fd0900;
  left: -6px;
  top: calc(50% - 3px);
}
.nav-link.active {
  background: #d9e7fe;
}
.imProduct {
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
  color: #0a377b;
}
.viewsFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.viewsItem {
  display: block;
  width: 12%;
  padding: 3px;
  text-align: center;
}
.reviewImageWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.reviewImageWrapper a {
  display: block;
  margin-right: 7px;
  margin-bottom: 7px;
}
.fullConsNotice {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #1a4483;
  margin-bottom: 15px;
}
.doorFormsNotice {
  margin-bottom: 20px;
  font-size: 20px;
}
.doorFormsWrapper {
  border: 1px solid #ecf3fd;
  padding: 40px 0;
  margin-top: 30px;
}
.doorFormsItem {
  border: 1px solid #ecf3fd;
  text-align: center;
}
.doorFormImg {
  padding: 15px;
}
.doorFormsItem img {
    width: auto;
    height: 170px;
}
.doorFormTitle {
  font-size: 13px;
  font-weight: bold;
  color: #013380;
  padding: 5px;
  border-top: 1px solid #ecf3fd;
}
.relatedLandingContainer {
  background: #ecf3fd;
  padding: 40px 0;
}
.orderStepsWrapper {
  padding: 40px 0;
}
.orderStepsFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.orderStepItem {
  width: 24%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.orderStepNum {
  width: 20%;
  border: 2px solid #fd0900;
  text-align: center;
  font-size: 36px;
  position: relative;
  border-radius: 3px;
  font-weight: bold;
  color: #013380;
}
.orderStepDesc {
  width: 80%;
  font-size: 14px;
  padding: 0 15px;
}
.orderStepNum:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-left: 10px solid #fd0900;
  top: 17px;
  right: -21px;
}
.orderStepCall {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  background: #fd0900;
  border-radius: 4px;
  margin-top: 35px;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
}
.orderStepCall img {
  width: 24px;
  margin-right: 10px;
}
#container {
  margin-bottom: 15px;
}
.cartCommentTooltip {
  margin-top: 15px;
}
.productCallMeasWrapper {
  padding: 40px 0;
  background: #ecf3fd;
}
.productCallMeasNotice {
  font-size: 28px;
  font-weight: bold;
  color: #013380;
}
.productCallMeasFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 30px 0;
}
.pcmItem {
  width: 24%;
}
.pcmImg {
  position: relative;
}
.pcmImg:after {
  display: block;
  content: "";
  width: 75px;
  height: 3px;
  background: #013380;
  margin: 15px 0;
}
.pcmText {
  font-size: 14px;
  color: #013380;
}
.pcmImg img {
  width: 75px;
}
#pcmForm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pcmFormNotice {
  font-size: 11px;
  margin: 15px 0;
}
.inputInline {
  padding-right: 10px;
}
.card {
  margin-bottom: 15px;
}
.card-header {
  font-weight: bold;
  color: #013380;
}
.accountContent ul li a {
  display: block;
  color: #013380;
  padding: 7px 0px;
}
.prmn-cmngr {
  position: relative;
  font-size: 14px;
}
.prmn-cmngr .prmn-cmngr__popup {
  top: 35px;
  left: 0;
  padding: 15px;
  border: none;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.76) !important;
  border-radius: 5px;
  border: 1px solid #ddeaff;
}
.prmn-cmngr__confirm.prmn-cmngr__popup:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-top: 1px solid #ddeaff;
  border-left: 1px solid #ddeaff;
  transform: rotate(45deg);
  left: 15px;
}
.is-countdown {
  border: 1px solid #ccc;
  background-color: #eee;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown-amount {
  font-size: 200%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.countDownContainer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0px;
  background: #fd0900;
  color: #fff;
  border: none;
  padding: 5px;
}
.countDownContainer:before {
  content: "До конца акции осталось:";
  display: block;
  font-weight: bold;
  font-size: 14px;
}
#content h1 {
  margin: 0;
  padding: 15px 0;
}
.payAttention {
  position: relative;
  background: #d3e5ff;
  padding: 15px 20px;
  margin: 20px 0;
  border-left: 2px solid #013380;
  clear: both;
}
.payAttention:before {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-left: 10px solid #013380;
  left: 0;
  top: 20px;
}
.catConfigStart {
  background: #1f9d00;
  color: #fff !important;
  font-weight: bold;
}
.btn-xs {
  font-size: 12px;
}
.configWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 9999;
  display: none;
  transition: all 0.3s ease-out;
  overflow: auto;
}
.configWrapper.open {
  display: block;
}
.configHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #0144aa;
  margin-bottom: 15px;
}
.configLogo {
  width: 12%;
  padding: 12px;
}
.configTitle {
  font-size: 24px;
  color: #013380;
}
.configClose span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  background: #f00;
  padding: 1px 7px;
  border-radius: 14px;
  font-weight: bold;
}
.configInner {
  text-align: center;
}
.galleryFlex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.galleryItem {
  width: 25%;
  text-align: center;
  margin-top: 20px;
  padding: 15px;
}
.galleryLink a {
  display: block;
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
}
.galleryImg a {
  display: block;
  position: relative;
  cursor: zoom-in;
}
.albumFlex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.albumItem {
  display: block;
  width: 20%;
  padding: 5px;
  cursor: zoom-in;
}
.select-image-wr {
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
}
.select-image-wr img {
  max-height: 400px;
}
.customTooltip {
  display: inline-block;
  position: relative;
  color: #013480;
}
.tooltipContent {
  position: absolute;
  display: block;
  width: 300px;
  background: #4f77b3;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.03);
  text-align: center;
  z-index: 99999;
  left: calc(50% - 150px);
}
.customTooltip.active:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-top: 7px solid #4f77b3;
  top: -6px;
  z-index: 99999
}
.callMeBack {
  position: fixed;
  bottom: 80px;
  right: 55px;
  width: 60px;
  height: 60px;
  background: #f55;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  z-index: 99;
}
.callMeBack:before, {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fd0900;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
}
.callMeBack:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fd0900;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
}
.callMeBack:before, .callMeBack:after {
  animation: animate 1.5s linear infinite;
}
@keyframes animate
{
  0%
  {
    transform: scale(0.5);
    opacity: 0;
  }
  50%
  {
    opacity: 1;
  }
  100%
  {
    transform: scale(1.2);
    opacity: 0;
  }
}
.callMeBackNotice {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.list-group.categoryModule a {
  font-size: 13px;
  padding: 7px 12px;
}
.lg-backdrop {background-color: rgba(0, 0, 0, 0.5);}
.modalLink a {
  display: inline-block;
  color: #09377b;
  font-size: 14px;
  border-bottom: 1px dotted;
  cursor: pointer;
  text-decoration: none !important;
}
.yaShare {
  float: right;
}
.blog-article #content img {
  margin: 15px;
}
.productReviewsFlex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 3px;
}
.riImg {
  width: 25%;
  padding: 15px;
}
.riInfo {
  width: 75%;
}
.riTitle a {
    display: block;
    padding: 15px 15px 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #01337f;
}
.riSign {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
        margin-bottom: 15px;
}
.riAuthor {
    font-weight: bold;
    padding-right: 15px;
}
.riText {
    padding: 0 15px 15px 0;
}

.riInfo .reviewImageWrapper {
  margin-bottom: 15px;
}
.ancorLink {
    color: #01337f !important;
    display: inline-block;
    border-bottom: 1px dotted;
    cursor: pointer;
    text-decoration: none !important;
}
.table_Ral {
	display: flex;
	width: 147px;
	height: 147px;
	text-align: center;
	align-items: center;
	font-size: 14px;
	margin: 1px;
	padding: 5px;
	justify-content: center;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000;
}
.ral7 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width:1200px) {
  #logo {
    max-width: 140px;
  }
  .contactItem {
    width: 20%;
    padding: 15px 15px 15px 30px;
  }
  .cartItem {
    width: 15%;
    padding: 15px 0 15px 0;
  }
  .mainMenuList li a {
    font-size: 12px;
    padding: 18px 7px;
  }
  .hbText {
    font-size: 16px;
  }
  .breadcrumb:before, .breadcrumb:after {
    content: none;
  }
  .pageInner {
    padding: 0 15px;
  }
  .pageInner.mainMenu {
    padding: 0;
  }
  .homeBannerDiscount {
    position: absolute;
    right: 15px;
    top: 0;
    background: #fd0900;
    padding: 20px;
    border-radius: 15px;
    font-size: 22px;
    font-weight: bold;
  }
  .homeBannerDiscount:before {
    border: 20px solid transparent;
    border-bottom: 20px solid #f00;
    left: -20px;
  }
  .breadcrumb {
    margin: 0 -15px 15px;
  }
  .hcFrom {font-size: 24px;}
  .hcConfigNotice {font-size: 16px;}
  .catItemActions {font-size: 12px;}
  .breadcrumb {
    overflow: hidden;
  }
}

@media (max-width: 800px) {
  .moveTop {
    display: none;
  }
  .headerFlex {
    padding: 0 15px;
  }
  .logoItem {
    width: 35%;
  }
  .searchItem {
    width: 35%;
  }
  .contactItem {
    width: 30%;
    text-align: right;
  }
  .customerItem {
    display: none;
  }
  .cartItem {
    display: none;
  }
  .mainMenuList li {
    width: 100%;
  }
  .mainMenuList li a {
    font-size: 14px;
    padding: 15px 15px;
  }
  .homeBannerDiscount {
    right: 15px;
    top: 66px;
    font-size: 20px;
    padding: 15px;
  }
  .hbFacts {
    width: 54%;
  }
  .hbImg {
    width: 13%;
  }
  .hbText {
    width: 79%;
  }
  .hbPromo {
    width: 46%;
  }
  footer .row > div {
    margin-bottom: 20px;
  }
  .footerItem {
    width: 50%;
    margin-bottom: 25px;
  }
  footer {margin-bottom: 52px;}
  .mobileMenuWrapper {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 52px;
    background: #484848;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #6f6f6f;
    box-shadow: 0 -1px 0 0 #000;
    z-index: 9;
  }
  .mobileMenuItem {
    width: 20%;
    background: transparent;
    text-align: center;
    height: 52px;
    transition: all 0.3s ease-out;
    position: relative;
  }
  #menuToggler {
    background: url(/image/catalog/icons/menu.svg) no-repeat center center;
    background-size: 28px;
  }
  #menuToggler.open {
    background: url(/image/catalog/icons/closeIcon.svg) no-repeat center center rgba(0, 0, 0, 0.66);
    opacity: 1;
    background-size: 32px;
  }
  .mainMenuCatalogItem:after {top: 21px;}
  .mainMenuCatalogItem .dropdown-content > ul li {
    width: 100%;
  }
  .catalogSubitem li a {padding: 10px 10px 10px 30px !important;}
  .dropdown-content {position: relative;}
  #accountLink {
    background: url(/image/catalog/icons/user.svg) no-repeat center center;
    background-size: 32px;
  }
  #accountLink span {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #484848;
    border: 3px solid #484848;
    border-radius: 9px;
    top: 6px;
    left: calc(50% + 6px);
  }
  .unlogged {
    background: #f00 !important;
  }
  .logged {
    background: #00cf00 !important;
  }
  #moveTop {
    background: url(/image/catalog/icons/arrowTop.svg) no-repeat center center;
    background-size: 34px;
  }
  #compareLink {
    background: url(/image/catalog/icons/compare.svg) no-repeat center center;
    background-size: 34px;
  }
  #cartLink {
    background: url(/image/catalog/icons/cartWhite.svg) no-repeat center center;
    background-size: 34px;
  }
  #cartLink span {
    display: block;
    position: absolute;
    right: calc(50% - 28px);
    top: 4px;
    background: #f60;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 20px;
    min-width: 19px;
  }
  #mobileCompareItems {
    display: block;
    position: absolute;
    right: calc(50% - 28px);
    top: 4px;
    background: #f60;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 20px;
    min-width: 19px;
    text-align: center;
  }
  .mainMenuMobile {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #3f3f3f;
    transition: left 0.3s ease-out;
    overflow: scroll;
  }
  .mainMenuMobile.open {
    left: 0;
  }
  .aboutText {
    width: 100%;
    padding-right: 0;
  }
  .aboutVideo {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  h2 {
    font-size: 24px;
    font-weight: bold;
    color: #062349;
  }
  .modal-dialog.modal-lg {
    max-width: 740px;
  }
  .homeCatalogCategories {
    width: 100%;
  }
  .homeCatalogConfig {
    width: 100%;
    padding-bottom: 20px;
  }
  .pdiItem {
    width: 48%;
  }
  .howToVideo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .howToInfo {
    width: 100%;
    padding: 0;
  }
  .compareHeading {font-size: 28px;}
  .compareWrapper ul li {font-size: 14px;}
  .ptImg img {
    max-width: 60px;
  }
  .ptImg:after {
    width: 60px;
  }
  .hiddenFilter {
    display: block;
  }
  .newsItem {width: 100%;}
  .productPriceFlex {
    padding: 15px 0;
  }
  .orderStepItem {
    width: 49%;
    margin-bottom: 20px;
  }
  .pcmItem {
    width: 49%;
    margin-bottom: 20px;
  }
  .albumItem {width: 25%;}
  .callMeBack {right: 35px;}
}
@media (max-width: 768px) {
  .mobileSearch {
    visibility: hidden;
  }
  .categoryContent {
    width: 100% !important;
    max-width: 100% !important;
    flex: auto;
  }
  #column-left {
    display: none;
  }
  .mainMenuMobileContainer {
    padding-bottom: 56px;
  }
  .prmn-cmngr .prmn-cmngr__popup {
    left: initial;
    right: 0;
  }
  .prmn-cmngr__confirm.prmn-cmngr__popup:before {
    left: 90%;
  }
  .configTitle {font-size: 18px;}
  .productVideoLink {bottom: 40%;}
  #product > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
	.table_Ral {
	width: 72px;
	height: 72px;
	font-size: 7px;
}
  .measureWhy {
    width: 100%;
  }
  .measureForm {
    width: 100%;
    margin: 15px 0px;
  }
  .measuerQuest {font-size: 16px;}
  .measureFlex {margin-right: 0;}
  .mwText {
    padding: 5px;
  }
  .compareItem {
    width: 100%;
    text-align: left !important;
    padding: 0;
  }
  .compareItem:first-child {
    margin-bottom: 30px;
  }
  .categoryItem {width: 49%;}
  .configLogo {
    display: none;
  }
  .configTitle {
    font-size: 16px;
    width: 75%;
    padding: 7px 0;
    font-weight: bold;
  }
  .riImg {width: 100%;}
  .riInfo {
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .moduleHeading {font-size: 24px;}
  .headerFlex {
    padding: 15px;
  }
  .logoItem {
    width: 60%;
    padding-right: 15px;
  }
  .contactItem {
    width: 40%;
    padding: 0 0 0 5px;
  }
  .prmn-cmngr a {
    font-size: 12px;
  }
  .phone a {font-size: 13px;}
  .footerItem {
    width: 100%;
  }
  .mobileSearch {
    width: 50px;
    height: 50px;
    background: url(/image/catalog/icons/searchIcon.svg) no-repeat center center;
    background-size: 24px;
    visibility: visible;
    transition: all 0.3s ease-out;
  }
  .mobileSearch.open {
    background: url(/image/catalog/icons/closeIcon.svg) no-repeat center center #fd0900;
    background-size: 24px;
  }
  .searchItem {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 10;
    top: -95px;
    left: 0;
    box-shadow: 0 0px 10px -3px #000;
  }
  .searchItem.fixed {
    z-index: 10;
    top: 0;
    left: 0;
  }
  #search input {
    width: 100%;
  }
  .homeBannerWrapper h1 {
    position: relative;
    font-weight: bold;
    font-size: 28px;
  }
  .homeBannerNotice {
    font-size: 16px;
  }
  .hbFacts {
    width: 100%;
  }
  .hbPromo {
    width: 100%;
    margin: 30px 0;
  }
  .homeBannerDiscount {
        display: none;
  }
  .homeBannerFree {font-size: 20px;}
  .hbFact {margin-bottom: initial; display: flex
;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;}
  .aboutFact {
    width: 50%;
    padding: 15px;
  }
  .mwImg {width: 15%;}
  .mwText {
    width: 85%;
    font-size: 13px;
  }
  .hcText {
    padding: 0 15px;
    width: 70%;
  }
  .hcImg {width: 100%;
        text-align: center;}
  .hcTitle {font-size: 15px;}
  .hcFrom {
    width: 100%;
    font-size: 24px;
    border-radius: 0 0 5px 5px;
    margin-top: 15px;
  }
  .hcFrom:before {
    top: -6px;
    left: calc(12% - -3px);
  }
  .hcConfigNotice {
    font-size: 15px;
  }
  .openConfig span {font-size: 20px;}
  .pdiItem {
    width: 100%;
  }
  .reviewsItem {width: 48%;}
  .fbContacts {
    width: 100%;
    margin-bottom: 30px;
  }
  .fbEmail {
    width: 100%;
  }
  .inputFlex input {
    width: 100%;
  }
  .inputFlex input:first-child {
    margin-bottom: 10px;
  }
  .partnerTypeItem {
    width: 49%;
    margin-bottom: 30px;
  }
  .categoryItem {
    width: 100%;
  }
  .row.catTools > div:first-child {
    margin-bottom: 15px;
  }
  h1 {
    font-size: 28px;
  }
  .relatedHeading {font-size: 24px;}
  .iSearchBox {width: 100% !important;}
  .productImagesWrapper {padding: 0 0 15px 0;}
  .productConsulting {padding: 8px 12px;}
  .productPrice {
    font-size: 28px;
    width: 100%;
    text-align: center;
  }
  .productPrice .price-old {
    font-size: 16px;
  }
  .productPriceFor {
    width: 100%;
    text-align: center;
    color: #013380;
    padding: 10px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
  }
  #product .radio {
    width: 100%;
    margin-bottom: 7px;
  }
  .pab {width: 100%;}
  .viewsItem {width: 25%;}
  .orderStepItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .pcmItem {width: 100%;}
  .productCallMeasNotice {font-size: 22px;}
  .inputInline {
    width: 100%;
    padding: 0 0 8px;
  }
  .galleryItem {width: 50%;}
  .albumItem {width: 50%;}
  .catConfigStart {
    margin-top: 15px;
  }
  .cmbItem {width: 100%;}
  .yaShare {
    float: none;
    margin-top: 10px;
  }
}

@media (max-width: 339px) {
  .phone a {
    font-size: 11px;
  }
  .prmn-cmngr a {
    font-size: 9px;
  }
  .galleryItem {width: 100%;}
  .configTitle {width: 72%;}
}
.vds {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vds iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
/* 2025 */
.doorFormsCarousel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.doorFormsItem {
  flex: 0 0 calc(33.333% - 10px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
.doorFormsItem {
  flex: 0 0 calc(50% - 10px);
}
}