eight: 46px;dth: 100%;#bx_incl_area_2_1{
    width: 100%;
}
.thumbs-slider__slider{
	flex: 1
}

.contact-f__item:not(:last-child){
    margin-bottom: 16px;
}


.thumbs-slider__slider{
	order: 2;
}
.thumbs-slider .thumbs-slider__btn_prev{
	order:1
}
.thumbs-slider .thumbs-slider__btn_next{
	order:3
}
.thumbs-slider__slider ~ .thumbs-slider__btn 
{
	opacity: 0;
    pointer-events: none;
}
.thumbs-slider__slider.swiper-bild ~ .thumbs-slider__btn 
{
	opacity: 1;
    pointer-events: all;
}
.thumbs-slider__slider ~ .thumbs-slider__btn {
    opacity: 0 !important;
    pointer-events: none !important;
}
/*
.char_copl_ul {
	display: inline-block;
    width: 47%;
    margin-right: 30px;
}*/

.form__bottom .btn-primary {
    color: #000;
}
.section-text__wrap table{
	max-width: 100%;
}
@media (max-width: 767px){
	.slider-ic__slide img{
		height: auto;
	}

}
.thumbs-prod .cart-prod__brand{
	height: 46px;
}
.thumbs-prod .cart-prod__brand img{
	width: auto;
	max-height: 46px;
}

#scrollup {
  position: fixed;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  right: 10px;
  bottom: 100px;
  opacity:0;
  pointer-events:none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 999;
  transition:0.2s;
}
#scrollup::before {
  content: '';
  display: inline-block;
  width: 70%;
  height: 70%;
  border-left: 7px solid #999;
  border-top: 7px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: 13px;
}
#scrollup.in{
	opacity: 1;
	pointer-events: all
}

.retail_contacts .item .more:hover {
    border: 2px solid #bda500;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    line-height: 224.4%;
    color: #2C2C2C;
    padding: 3px 17px 2px;
    text-align: center;
}

.contact-city a:hover {
    position: relative;
    display: block;
    padding: 0px 0 0px 17px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: normal;
    font-size: 15px;
    line-height: 224.4%;
    text-decoration: underline;
}
.intro-home__btn:hover {
	color: #000000;
}

.intro-home__col:nth-child(2) .intro-home__btn:hover {
    color: #000000;
}

.thumbs-prod__img:hover {
    border-bottom: solid;
    border-top: solid;
    border-left: solid;
    border-right: solid;
    border-color: blanchedalmond;
}
.contact-f__phone{
	font-size: 20px !important;
}