.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%;
  }
}

