        /*слайдер 2*/

            /* User styles */
/*@media screen and (min-width: 911px) {
  .ant-carousel {
    max-width: 810px;
  }
}

@media screen and (min-width: 641px) and (max-width: 910px) {
  .ant-carousel {
    max-width: 540px;
  }
}

@media screen and (max-width: 640px) {
  .ant-carousel {
    max-width: 270px;
  }
}
*/

.ant-carousel {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ccd;
  background-color: white;
}

.ant-carousel-element {
 /* width: 30%;*/
  text-align: center;
 /* height: 150px;*/
}

/* General styles */
.ant-carousel {
  width: auto;
  position: relative;
}

.ant-carousel-hider {
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
    height: 90px;
}

.ant-carousel-list {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

.ant-carousel-element {
  display: block;
  flex: 0 0 auto;

    padding-left: 25px;
    padding-right: 25px;
}

.ant-carousel-element img {
    width: 60%;
    /*height: 50%*/

}

/* Navigation item styles */
div.ant-carousel-arrow-left,
div.ant-carousel-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 32;
}

div.ant-carousel-arrow-left {
  left: 1px;
  top: 30%;
  display: block;
  background: url(../images/slider/sim-arrow-left.png) no-repeat;
}

div.ant-carousel-arrow-right {
  right: 1px;
  top: 30%;
  display: block;
  background: url(../images/slider/sim-arrow-right.png) no-repeat;
}

div.ant-carousel-arrow-left:hover {
  opacity: 1.0;
}

div.ant-carousel-arrow-right:hover {
  opacity: 1.0;
}

div.ant-carousel-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 30;
  text-align: center;
}