section.head-slider {
  overflow: hidden;
}
.swiper-head .swiper-slide{
  background-position: center !important;
  /*background-size: auto 100% !important;*/
  background-size: cover !important;
}
body.open .swiper-head .swiper-slide{
  width: 100% !important;
}

.swiper-head .slide1{
  background: url(../img/slider1.jpg);
}

.swiper-head .slide2{
  background: url(../img/slider1.jpg);
}

.swiper-head .slide3{
  background: url(../img/slider1.jpg);
}

.swiper-head .shop-slide1{
  background: url(../img/shop-slider1.png);
}

.swiper-head .shop-slide2{
  background: url(../img/shop-slider1.png);
}

.swiper-head .shop-slide3{
  background: url(../img/shop-slider1.png);
}

.swiper-head,
.swiper-head-ga {
  height: 500px;
  text-align: center;
  overflow: initial;
}
.swiper-head.h350,
.swiper-head-ga.h350 {
  height: 350px;
}
.swiper-head.h250,
.swiper-head-ga.h250 {
  height: 250px;
}
.swiper-head.marshall {
  margin: 70px 0 0;
}

.swiper-head .swiper-button-next:hover,.swiper-head .swiper-container-rtl .swiper-button-prev:hover{
  opacity: 1;

}

.swiper-head .swiper-button-prev:hover,.swiper-head .swiper-container-rtl .swiper-button-next:hover{
  opacity: 1;
}

.swiper-head .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  border-radius: 0;
  position: relative;
  background-color: rgba(246, 246, 246, 0.2);
  opacity: 1;
}

.swiper-head .swiper-pagination-bullet-active {
  background-color: rgba(246, 246, 246, 0.2);
}

.swiper-head .swiper-pagination-bullet-active:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: white;
  transform-origin: left;
  background: white;
  animation-duration: 8000ms;
  animation-name: scale-from-left;
}

@keyframes
scale-from-left{
  0%{transform:scaleX(0)}
  100%{transform:scaleX(1)}
}

.swiper-head .slide-content{
  margin-left: calc(50% + 22px);
  text-align: left;
}

.swiper-head .slide-small-text{
  line-height: 31px;
  font-size: 26px;
  text-align: left;
  color: #ffffff;
  margin-top: 145px;
}

.swiper-head .slide-big-text{
  max-width: 500px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #ffffff;
  margin: 5px 0 35px;
}

.spec--swap-ad-title-size .slide-small-text {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.spec--swap-ad-title-size .slide-big-text {
  line-height: 31px;
  font-size: 26px;
  font-weight: 500;
}

.swiper-head .button{
  margin: 0;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  border: solid 2px #ffffff;
  background: transparent;
  border-radius: 35px;
  text-decoration: none;
  display: inline-block;
}

.swiper-head .button:hover{
  background-color: #fff;
  border-color: #fff;
  color: #990AE3 !important;
}

.swiper-head .button.first{
  margin-right: 15px;
}


.swiper-head .swiper-wrapper {
  z-index: 3;
}

@media (max-width: 1275px){
  .swiper-head{
    height: 400px;
  }

  .swiper-head .slide-small-text{
    margin-top: 130px;
  }
}
@media (max-width: 1100px){
  .swiper-head.marshall {
    margin: 0;
  }
}

@media (max-width: 965px){

  .swiper-head .slide-content{
    /*margin-left: 0;*/
    text-align: left;
  }

  .swiper-head .slide-small-text{
    text-align: left;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 18px;
  }

  .swiper-head .slide-big-text{
    font-size: 26px;
    line-height: 1.38;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: left;
    max-width: 275px;
    margin: 10px 0 22px;
  }
  .swiper-head.single-slide .slide-big-text{
    margin-bottom: 0px;
  }
  .swiper-head .advertisement.marshall .slide-big-text{
    max-width: 100%;
  }

  .spec--swap-ad-title-size .slide-small-text {
    font-size: 26px;
    line-height: 1.38;
  }
  .spec--swap-ad-title-size .slide-big-text {
    font-size: 16px;
    line-height: 18px;
  }

  .swiper-head .button{
    padding: 11px 30px;
    font-size: 13px;
  }

  .swiper-head .slide1{
    background: url(../img/slider-mobile1.jpg) no-repeat;
    background-size: cover !important;
  }

  .swiper-head .slide2{
    background: url(../img/slider-mobile1.jpg) no-repeat;
    background-size: cover !important;
  }

  .swiper-head .slide3{
    background: url(../img/slider-mobile1.jpg) no-repeat;
    background-size: cover !important;
  }

  .great-advertisement-1 {
    background: url(../img/advertisement1-tab.jpg);
    background-position: center;
    background-size: auto 100%;
  }
}
@media (max-width: 750px) {
  .swiper-head .swiper-slide{
    background-size: cover !important;
  }
  .swiper-head .slide-big-text{
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 750px) {
  .swiper-head .common--rtl .slide-content {
    margin-left: calc(50%);
    text-align: left;
  }
  .swiper-head .common--ltr .slide-content {
    margin-left: 0;
    width: 50%;
    text-align: left;
  }
  .swiper-head .slide-small-text,
  .swiper-head .slide-big-text {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .swiper-head .slide-small-text {
    margin-top: 160px;
  }
  .swiper-head .mobile--bottom-center .slide-small-text {
    /*margin-top: 165px;*/
  }
}
@media (max-width: 750px){
  .swiper-head .slide-content{
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 1430px) {
  .swiper-head .common--ltr .slide-content {
    margin-left: 7%;
  }
}
@media (max-width: 1275px) {
  .swiper-head .slide-small-text {
    text-align: center;
  }
  .swiper-head .common--ltr .slide-small-text,
  .swiper-head .common--ltr .slide-big-text,
  .swiper-head .common--rtl .slide-small-text,
  .swiper-head .common--rtl .slide-big-text {
    text-align: left;
  }
}
@media (max-width: 964px) {
  .swiper-head .common--ltr .advertisement.marshall .slide-small-text,
  .swiper-head .common--ltr .advertisement.marshall .slide-big-text,
  .swiper-head .common--rtl .advertisement.marshall .slide-small-text,
  .swiper-head .common--rtl .advertisement.marshall .slide-big-text {
    text-align: center;
  }
}
@media (max-width: 1170px) {
  .swiper-head .common--rtl .slide-content {
    margin-left: calc(50% - 22px);
  }
  .swiper-head .common--ltr .slide-content {
    margin-left: 22px;
  }
}
@media (max-width: 965px) {
  .swiper-head .slide-small-text {
    margin-top: 116px;
  }
}
@media (max-width: 750px) {
  .swiper-head .common--ltr .slide-small-text,
  .swiper-head .common--ltr .slide-big-text,
  .swiper-head .common--rtl .slide-small-text,
  .swiper-head .common--rtl .slide-big-text {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .swiper-head .common--rtl .slide-content {
    margin-left: calc(50%);
  }
  .swiper-head .common--ltr .slide-content {
    margin-left: 55px;
  }
  .swiper-head .common--ud-utd .slide-small-text {
    margin-top: 60px;
  }
  .swiper-head .common--ud-dtu .slide-small-text {
    margin-top: 0;
  }
  .swiper-head .common--ud-dtu article {
    /*position: absolute;*/
    /*bottom: 80px;*/
  }
}
@media (max-width: 768px) {
  .swiper-head .slide-small-text {
    margin-top: 138px;
  }
}
@media (max-width: 736px) {
  .swiper-head .common--rtl .slide-content {
    margin-left: 0;
    padding-left: 0;
  }
  .swiper-head .common--ltr .slide-content,
  .swiper-head .common--center .slide-content {
    margin-left: 0;
    padding-left: 0;
  }
  .swiper-head .common--ud-dtu article {
    position: static;
    bottom: 80px;
  }
}
.swiper-head .slide-small-text,
.swiper-head .slide-big-text {
  text-shadow: none;
}

.swiper-head .common--center .slide-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.swiper-head .slide-small-text,
.swiper-head .slide-big-text {
  text-shadow: none;
}
.swiper-head .common--center .slide-content h3,
.swiper-head .common--center .slide-content h4 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.swiper-head .button {
  color: #fff !important;
}
.swiper-head .button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #990AE3 !important;
}
.swiper-head .btn--big--vio--wborder .button {
  background: #990AE3;
  border: 2px solid #fff;
  color: #fff !important;
}
.swiper-head .btn--big--vio--wborder .button:hover {
  background: #fff;
  color: #990AE3 !important;
}
.swiper-head .btn--big--pink--bless .button {
  background: #c41b78;
  border: 2px solid #c41b78;
  color: #fff !important;
}
.swiper-head .btn--big--pink--bless .button:hover {
  background: #e04593;
  border: 2px solid #e04593;
}
.swiper-head .btn--big--white--bless .button {
  background: #fff;
  border: 2px solid #fff;
  color: #620A98 !important;
}
.swiper-head .btn--big--white--bless .button:hover {
  background: #c41b78;
  border: 2px solid #c41b78;
  color: #fff !important;
}
.swiper-head .btn--big--vio--bless .button {
  background: #990AE3;
  border: 2px solid #990AE3;
  color: #fff !important;
}
.swiper-head .btn--big--vio--bless .button:hover {
  background: #c41b78;
  border: 2px solid #c41b78;
  color: #fff !important;
}
.swiper-head .common--btn-yellow .button {
  background: #FFDF00;
  color: #990AE3 !important;
  border: none;
}
.swiper-head .common--btn-yellow .button:hover {
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev,
.phones-slider .swiper-button-next,
.phones-slider .swiper-button-prev {
  color: #e5e5e5;
  opacity: 1;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.phones-slider .swiper-button-next:hover,
.phones-slider .swiper-button-prev:hover {
  color: #999;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #e5e5e5;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #FF28B1;
}
.swiper-head .swiper-pagination-bullet-active:after {
  background: #FF28B1;
}

.swiper-head .common--ud-utd .slide-small-text {
  margin-top: 60px;
}
.swiper-head .common--ud-dtu .slide-small-text {
  margin-top: 256px;
}
.swiper-head.h350 .common--ud-dtu .slide-small-text {
  margin-top: 160px;
}
@media (max-width: 1275px) {
  .swiper-head .common--ud-dtu .slide-small-text {
    margin-top: 170px;
  }
}
@media (max-width: 965px) {
  .swiper-head .common--ud-dtu .slide-small-text {
    margin-top: 208px;
  }
}
@media (max-width: 750px) {
  .swiper-head .common--ud-utd .slide-small-text,
  .swiper-head .common--ud-dtu .slide-small-text {
    /*margin-top: 130px;*/
    margin-top: 60px;
  }
}

@media (max-width: 1170px) {
  .head-slider .swiper-button-next,
  .head-slider .swiper-button-prev {
    display: none;
  }
}
