.topBanners__item img {
  width: 100%;
}
.carousel-inner img {
    width: 97%;
    height: 97%;
}
.owl-dots {
  position: absolute;
  bottom: 7%;
  right: 45%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
  text-align: right;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.awsomeSlider {
    height: 300px;
    background-color: #dbdbeb;
    /*background-image: url(../img/Group1282.png);
    background-position: right;
    background-repeat: no-repeat;*/
}

.awsomeSlider2 {
  background-image: url(../img/Group1288.png);
  height: 300px;
  background-position: right;
  background-repeat: no-repeat;
}

.awsomeSlider3 {
    height: 300px;
    background-color: #080957;
  /*background-image: url(../img/Group12811.png);
  background-position: right;
  background-repeat: no-repeat;*/
}

.awsomeSlider__right, .awsomeSlider2__right, .awsomeSlider3__right {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.awsomeSlider__text, .awsomeSlider2__text, .awsomeSlider3__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.awsomeSlider__button button, .awsomeSlider2__button button, .awsomeSlider3__button button {
  width: 200px;
  height: 65px;
  line-height: 65px;
  background-color: #fff;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.awsomeSliderHolder__div {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  background-color: #fff;
  border: 1px solid #D4D3E3;
  -webkit-box-shadow: 3px 3px 5px rgba(8, 8, 25, 0.1);
          box-shadow: 3px 3px 5px rgba(8, 8, 25, 0.1);
  width: 265px;
  border-radius: 15px;
  margin-top: 2em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.awsomeSliderHolder__div:hover {
  border: 1px solid #FF6D02;
}

.awsomeSliderHolder__div:hover .awsomeSliderHolder__border {
  width: 100%;
}

.awsomeSliderHolder__content {
  padding: 1em;
}

.awsomeSliderHolder__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.awsomeSliderHolder__image img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.awsomeSliderHolder__name, .awsomeSliderHolder__model {
  text-align: right;
  padding: .5em 0;
}

.awsomeSliderHolder__name strong{
    height: 65px;
    display: inline-block;
    overflow: hidden;
}
.awsomeSliderHolder__offer {
  position: absolute;
  top: 0;
  right: -12px;
}

.awsomeSliderHolder__border {
  width: 35%;
  height: 2px;
  background-color: #FF6D02;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.swiperContainer {
  overflow: hidden;
  width: 85%;
  margin: 5% auto 0;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner {
  margin-top: 8rem;
}

.banner img {
  width: 100%;
}

.cards {
  margin-top: 8rem;
}

.cards img {
  width: 100%;
}

.cards__imageDiv {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.cards a:hover .cards__imageDiv {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.middleBanner {
  margin-top: 14em;
}

.middleBanner img {
  width: 100%;
}

.magNews {
  margin-top: 14em;
}

.magNews__header {
  border-bottom: 1px solid #D4D3E3;
}

.magNews__header h5 {
  border-bottom: 2px solid #FF6D02;
  width: 20%;
  padding-bottom: 1em;
}

.width {
  width: 100%;
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #FF6D02;
  color: #FF6D02;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0 2em;
  width: 170px;
  font-weight: bold;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #F3F3F9;
  border: 2px solid #D4D3E3;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
}

.sort__buttons--title {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort__buttons--button {
  margin-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.sort__buttons--a {
  background-color: #fff;
  color: #A5A5B2;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: bold;
  margin-left: 1em;
}

.sort__buttons--a:hover {
  border: 1px solid #FF6D02;
  color: #FF6D02;
}

.magShow__topVideo {
  width: 100%;
}

.border {
  border: 1px;
  background-color: #D4D3E3;
  border-radius: 15px;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.send {
  color: #fff;
  border-radius: 36px;
  background-color: #FF6D02;
  width: 190px;
  height: 50px;
  line-height: 50px;
}
.asideSlider__row {
    margin-left: unset;
    margin-right: unset;
    border-bottom: 1px dashed #D4D3E3;
    padding-bottom: 1em;
}

.asideSlider__row img {
    width: 100%;
}


/*# sourceMappingURL=magHome.css.map */