.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 30;
  }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  height: 52%;
  left: 50%;
  margin-left: -4px;
  width: 6px;
  box-sizing: border-box;
  background-image: url(../images/bg_line-1.jpg);
  background-repeat-x: no-repeat;
  background-position: top center;
  }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;}

.twentytwenty-before-label, .twentytwenty-after-label{
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;}


.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  position: absolute;
  }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 32%;
  width: 50%;
  height: 25px;
  }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
	 
}


  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }


.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label{
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 100%;
  width: 35px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -17px;
  margin-top: 0;
  -webkit-border-radius: 5px;
  z-index: 40;
  cursor: pointer;
  }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  border-top: 3px solid #f10a41;
  }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  border-bottom: 3px solid #f10a41;
 }

.twentytwenty-vertical .twentytwenty-handle:before{
  left: 50%;margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow{
  left: 50%;
  background:url(../images/svg/arrow_right_curtain-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f20a41;
  border-radius: 0px 5px 5px 0px;
  }

.twentytwenty-right-arrow {
  right: 50%;
  background:url(../images/svg/arrow_left_curtain-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f20a41;
  border-radius: 5px 0px 0px 5px;
  }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }


#slider{position:relative;width:100%;height:550px;background:#000;}
.slider {
margin: 0px auto;
top:0px;
left:0px;
width:100%;
height:100%;
position:absolute;
z-index:1;
}

.sliderContent {
float:left;
width:100%;
height:100%;
clear:both;
position:relative;
overflow:hidden;
}

img{
max-width:100%;
max-height:100%;
}
.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:30;
background-image:url(../gfx/prev_next3.png-1.html);
width:66px;
height:200px;
position:absolute;
top:200px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -200px;
}

.next {
right:15px;
background-position:-67px 0;

}

.next:hover {
background-position:-67px -200px;
}


@media only screen and (min-device-width: 1024px) {
.sliderContent .item {
position:absolute;
  text-align: center;
  top:0px;
width:100%;
height:100%;
background:#000;
}}
@media only screen and (min-device-width: 300px) and (max-device-width: 1023px) {
    .sliderContent .item {
position:absolute;
  text-align: center;
  top:0px;
width:100%;
height:100%;
background:#000;
}
}

.sliderContent .item img{width:100%;height:100%;object-fit:cover;object-position: center center;}

.sliderBullets {
position:absolute;
bottom:5px;
left:50%;
z-index:30;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets2.png-1.html) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}
 
.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}
.curtain_slider_text{position:absolute;top:20px;width:90%;left:5%;}
.bg_first_page .scroll{z-index:50;}
.bg_first_page{padding-bottom:0 !important;background-image:none !important;}

.wrap_fancy_tel{width:100%;position:absolute;bottom:45px;z-index:45;}
@media only screen and (min-width: 1024px){
.overlaybs{position:absolute;right:0;top:0;width:40%;height:100%;background: rgba(0,0,0,0.7);transition: all 2s ease-out;}
.srez{display:inline-block;position:absolute;left:-140px;top:0;
    border-left: 140px solid transparent;
    border-bottom: 550px solid rgba(0,0,0,.7);}
#promocode{position:fixed;bottom:0;right:0;height:80px;width:240px;background:#F20A41;color:#fff;font-size:14px;padding-top:20px;text-align:center;z-index:100;-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.44); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.44);}
#promocode p{display:inline-block;border:1px dashed #fff;padding:5px;}
#promocode b{font-size:18px;font-weight:800;}
.promosrez{display:inline-block;position:absolute;left:-40px;top:0;
    border-left: 40px solid transparent;
    border-bottom: 100px solid #F20A41;box-shadow:         5px 0px 5px -5px rgba(50, 50, 50, 1);}
}
@media only screen and (max-width: 1023px){
.overlaybs{position:absolute;right:0;top:0;width:100%;height:100%;background: rgba(0,0,0,0.7);transition: all 2s ease-out;}
#promocode{position:fixed;bottom:0;right:0;height:50px;width:240px;background:#F20A41;color:#fff;font-size:11px;padding-top:10px;text-align:center;z-index:100;-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.44); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.44);}
#promocode p{display:inline-block;border:1px dashed #fff;padding:2px 5px;}
#promocode b{font-size:12px;font-weight:800;}
.promosrez{display:inline-block;position:absolute;left:-40px;top:0;
    border-left: 40px solid transparent;
    border-bottom: 70px solid #F20A41;box-shadow:         5px 0px 5px -5px rgba(50, 50, 50, 1);}
}
}

@media only screen and (max-width: 940px){
.curtain_slider_text {padding:0 !important;
}}
.wrap_top_menu{z-index:55;}
@media only screen and (max-width: 720px){
.brands{width:200px !important;opacity:0.6;margin:70px auto 0;}
}
@media only screen and (min-width: 721px){
	.brands{width:350px !important;opacity:0.6;margin:70px auto 0;}
}
.btns-soc{text-align:center;}
.btns-soc img{width:30px;margin:2px;}

/* ========== drs ========== */
#promocode {
  display: none;
}