* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.avis {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-width: 350px;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
}

.avis .swiper-slide {
    width: 297px;
    padding: 30px 0;
    transform: scale(0.75);
    transition: 0.3s;
}

.avis .swiper-slide .people__card {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 276px;
    padding: 25px 30px 30px;
    border-radius: 48px;
    background: linear-gradient(135deg, #0077b6, #00b4d8, #90e0ef, #caf0f8);
    transition: 0.3s;
}

.avis .swiper-slide .people__card .people__image {
    position: relative;
    padding: 4px;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 100%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

.avis .swiper-slide .people__card .people__image img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.avis .swiper-slide .people__card .people__info {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.avis .swiper-slide .people__card .people__social {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
}

.avis .swiper-slide .people__card .people__social li {
    padding: 0 5px;
}

.avis .swiper-slide .people__card .people__social li a {
    padding: 5px;
    color: var(--awb-color1);
}

.avis .swiper-slide .people__card .people__name {
    margin-bottom: 10px;
}

.avis .swiper-slide .people__card .people__position {
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--awb-color1);
}

.avis .swiper-slide .people__card .people__desc {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
    color: var(--awb-color1);
    text-align: center;
}

.avis .swiper-slide .people__card .people__btn {
    display: inline-flex;
}

.avis .swiper-slide .people__card .people__btn a {
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border: solid 1px #fff;
    transition: 0.25s;
}

.avis .swiper-slide .people__card .people__btn a:hover {
    background-color: color: var(--awb-color1);
    color: #e26565;
}

.avis .swiper-slide.swiper-slide-active {
    -webkit-animation-name: elastic1;
    animation-name: elastic1;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.avis .swiper-slide.swiper-slide-active {
    -webkit-animation-name: elastic1_sp;
    animation-name: elastic1_sp;
}

.avis .swiper-slide:nth-child(even) .people__card {
    transform: rotate(-5deg);
}

.avis .swiper-slide:nth-child(odd) .people__card {
    transform: rotate(5deg);
}

@-webkit-keyframes elastic1 {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.4);
    }
    55% {
        transform: scale(1.27);
    }
    70% {
        transform: scale(1.36);
    }
    85% {
        transform: scale(1.31);
    }
    100% {
        transform: scale(1.33);
    }
}

@keyframes elastic1 {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.4);
    }
    55% {
        transform: scale(1.27);
    }
    70% {
        transform: scale(1.36);
    }
    85% {
        transform: scale(1.31);
    }
    100% {
        transform: scale(1.33);
    }
}

@-webkit-keyframes elastic1_sp {
    0% {
        transform: scale(0.75);
    }
    40% {
        transform: scale(1.05);
    }
    55% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.02);
    }
    85% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes elastic1_sp {
    0% {
        transform: scale(0.75);
    }
    40% {
        transform: scale(1.05);
    }
    55% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.02);
    }
    85% {
        transform: scale(0.98);
    }
    100% {
        transform: scale(1);
    }
}


.avantages .swiper-container {
    position: relative;
}

.avantages .swiper {
    width: 100%;
    padding: 60px 0 95px 0;
}

.avantages .swiper-slide {
    width: 100px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 12px;
    box-shadow: -1px 5px 15px #0000001f;
}

.avantages h3 {
    color: #fff;
    font-size: 46px !important;
    line-height: 1.4;
    margin-bottom: 40px;
    position: relative;
    text-align:center;
}

.avantages .icon{
	display:block;
	width: 100%;
     height: 50px;
	margin-bottom:20px;
}

.avantages .icon i {
	margin-left: 38% !important;
}

.avantages p {
    color: #fff;
    line-height: 1.2;
    font-size: 22px;
    text-align:center;
}

.avantages .slide-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 90%;
}

.avantages .swiper-slide {
    opacity: 0.8;
    background: #0077b6; /* fallback for old browsers */
    background: -webkit-linear-gradient(
            to bottom,
            #021b79,
            #0077b6
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
            to bottom,
            #021b79,
            #0077b6
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.avantages .swiper-slide-active {
    opacity: 1;
    background: #0575e6; /* fallback for old browsers */
    background: -webkit-linear-gradient(
            to bottom,
            #021b79,
            #0575e6
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
            to bottom,
            #021b79,
            #0575e6
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/** animation */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: .4;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/** PRICE */
.price-table{
    text-align: center;
    overflow: hidden;
    margin: 20px;
    background:#fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 40px rgba(0,0,0,.2), 0 20px 50px rgba(0,0,0,.5);
    border-radius: 20px;
	min-height:500px;
	position:relative;
}
.price-table .price-head{
    padding: 50px;
    background: linear-gradient(45deg,#f321d6,#5121f3);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; 
}

.price-table .price-head h4{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 700;
}
.price-table .price-head h2{
    margin: 0;
    padding: 20px 0 0 ;
    color: #fff;
    font-size: 36px;

}
.price-content{
    position: relative;
}
.price-content ul {
    position: relative;
    margin: 0;
    padding: 20px 0;

}
.price-content ul li{
    list-style: none;
    font-size: 12px;
    text-transform: uppercase; 
    padding: 5px 0;
    color: #777;
    cursor: pointer;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: .5s;
}
.price-content ul li:hover{
    border-left: 15px solid #9e02c5;
    border-right: 15px solid #9e02c5;

}
.price-buttom{
	position:absolute;
	bottom:0px;
	width:100%;
    padding: 0 0 30px;
}
.price-buttom a{
    padding: 10px 40px ;
    background: linear-gradient(45deg,#f321d6,#5121f3);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;

}