.activated {
opacity: 100%;
}
.body{
overflow-x:hidden;
}
.w-slider-dot {
    width: 10px!important;
    height: 10px!important;
    background-color: transparent !important;
    transition: 300ms !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 2px solid #000 !important;
 }
.w-slider-dot:hover {
    border: 2px solid #fee140 !important;
 }
.w-slider-dot.w-active {
    border: 2px solid #fee140 !important;
    background-color: #fee140 !important;
 } 

.card-table-core{
  -webkit-overflow-scrolling: touch;
  }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1300px) and (orientation : landscape) {
  .block-ab {
  display:inline;
  }}
 .button-core, .standart-button {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
  }
.body {
overflow-x: hidden;
}
.fixed {
overflow:hidden; /*позицианируем чтобы исчез скролл*/
width:100%; /*что бы верстка не складывалась по ширине*/
}
.remodal-overlay {
  /*background: #fff;*/
}
.remodal {
  overflow-x:hidden;
  background: transparent;
  max-width: 100vw;
  height:auto;
  padding-top:0px;
  padding-bottom:0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.remodal-close {
  background: rgba(0, 0, 0, 0.0);
  position: fixed !important;
  top: 0px !important;
  right: 0px !important;
}
.remodal-wrapper {
  overflow-x: hidden;
  padding: 0 0 0 0;
}
 .w-dropdown-toggle, .w-dropdown-toggle *{
white-space: normal;
}


.wrap_img {
	height: 180px;
}

.catalog-img {
	height: 460px;
}

.block_btn_catalog {
  margin: 30px auto 0;
  text-align: center;
}


.standart-button.new_color_btn {
  background-color: #ed5400;
  box-shadow: 0 5px 30px 0 #ed5400;

}


@media only screen and (max-width : 768px) {
	.wrap_img {
		height: 150px;
	}

	.catalog-img {
		height: 400px;
	}
  .block_btn_catalog .button-ab {
    padding: 0 30px;
  }

}


@media only screen and (max-width : 500px) {
	.wrap_img {
		height: auto;
	}

	.catalog-img {
		height: auto;
	}
  .block_btn_catalog {
    width: 90%;
  }
}

/* Mobile phone button & contact modal */
.mobile-phone-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}

.mobile-phone-btn img {
  width: 24px;
  height: 24px;
  display: block;
}

.contact-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  padding: 70px 16px 16px;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.contact-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.contact-modal {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 24px 20px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transform: translateY(-12px);
  transition: transform 0.25s ease;
}

.contact-modal-overlay.is-open .contact-modal {
  transform: translateY(0);
}

.contact-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #999;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.contact-modal-phone-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.contact-modal-phone-row:last-of-type {
  margin-bottom: 0;
}

.contact-modal-phone-row .operator-icon {
  flex-shrink: 0;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.contact-modal-tel {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.contact-modal-tel:hover {
  color: #ed5400;
}

.contact-modal-hours {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  color: #ed5400;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.contact-modal-callback-btn {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 14px 20px;
  border: none;
  border-radius: 50px;
  background-color: #ed5400;
  box-shadow: 0 5px 20px 0 rgba(237, 84, 0, 0.35);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.contact-modal-callback-btn:hover {
  background-color: #d44a00;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mobile-phone-btn {
    display: flex;
  }

  .navbar-right-side .tel-line {
    display: none;
  }

  .navbar-right-side {
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}

