.invest-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.invest-plan--blue .invest-plan__wrapper{
  background: rgb(239,240,245);
  background: linear-gradient(45deg, rgba(239,240,245,1) 0%, rgba(164,169,208,1) 100%);
}
.invest-plan--blue .invest-plan__btn{
  background: rgb(0, 166, 113);
  color: rgb(255, 255, 255);
}
.invest-plan--blue .invest-plan__btn:hover{
  background: #00bb80;
}
.invest-plan--blue .invest-plan__symbol{
  color: rgba(119, 124, 157, .2);
}
.invest-plan--blue .invest-plan__title{
  color: #585e83;
}
.invest-plan--blue .stats-list__value, .invest-plan--blue .stats-list__value small{
  color: #00a671;
}

.invest-plan--blue .typography{
  color: #000;
}

.invest-plan--blue .counter-item__value, .invest-plan--blue .counter-item__value small{
  color: #585e83;
}

.invest-icon img{
  width: 28px;
  height: 28px;
}

.invest-plan--green .invest-plan__wrapper{
  /* background-color: rgba(71, 152, 131, .5); */
  background: linear-gradient(45deg, rgba(195,224,216,1) 0%, rgba(168,215,204,1) 100%);
}

.invest-plan--green .invest-plan__btn{
  background: rgb(0, 166, 113);
  color: rgb(255, 255, 255);
}
.invest-plan--green .invest-plan__btn:hover{
  background: #00bb80;
}
.invest-plan--green .invest-plan__symbol{
  color: rgba(89, 191, 163, .4);
}
.invest-plan--green .invest-plan__title{
  color: #00a671;
}
.invest-plan--green .stats-list__value, .invest-plan--green .stats-list__value small{
  color: #00a671;
}

.invest-plan--green .typography{
  color: #000;
}

.invest-plan--green .counter-item__value, .invest-plan--green .counter-item__value small{
  color: #00a671;
}

.plan--blue .plan__symbol{
  color: #a8b1da;
  opacity: 0.4;
}

.plan--blue .plan__title{
  color: #585e83;
}

.plan--blue .btn{
  background-color: #585e83;
}
.plan--green .plan__symbol{
  color: #74c2b1;
  opacity: 0.7;
}

.plan--green .plan__title{
  color: #287861;
}

.plan--green .btn{
  background-color: #00a671;
}
.plan--green .btn:hover{
  background: rgb(0, 141, 96);
}

.plans .slider-dots{
  display: flex;
}

.project-rates-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.project-rates-item__icon img {
  width: 70px;
  height: 70px;
}

.project-rates .swiper-slide:first-child .project-rates-item__count{
  background-color: #87afbd;
  background-image: none;
}

.project-rates .swiper-slide:nth-child(2) .project-rates-item__count {
  background-image: -o-linear-gradient(73deg,#60cab2 0,#5de6c7 100%);
  background-image: linear-gradient(
17deg,#60cab2,#5de6c7);
  color: #fff;
}

.project-rates .swiper-slide:nth-child(3) .project-rates-item__count {
  background-image: -o-linear-gradient(73deg,#caceda 0,#a7b2bc 100%);
  background-image: linear-gradient(
17deg,#caceda,#a7b2bc);
  color: #fff;
}

.project-rates .swiper-slide:nth-child(4) .project-rates-item__count {
  background-image: -o-linear-gradient(73deg,#b8c5f6 0,#92a5eb 100%);
  background-image: linear-gradient(
17deg,#b8c5f6,#92a5eb);
  color: #4357aa;
}

.project-rates .swiper-slide:nth-child(5) .project-rates-item__count {
  background-image: -o-linear-gradient(73deg,#169b75 0,#287861 100%);
  background-image: linear-gradient(
17deg,#169b75,#287861);
  color: #fff;
}

.project-rates .swiper-slide:nth-child(6) .project-rates-item__count {
  background-image: -o-linear-gradient(73deg,#6776b4 0,#232e5b 100%);
  background-image: linear-gradient(
17deg,#6776b4,#232e5b);
  color: #fff;
}

.plans-cards .plan-card-wrapper .plan-card{
  flex-grow: 0;
}

.invest-icon__icon{
  margin-left: 0;
}

.plan-card--blue{
  background-color: #ccd0e1;
}

.plan-card--blue .plan-card__title{
  color: #6671b7;
}

.plan-card--blue .plan-card__symbol{
  color: #a8b1da;
  opacity: 0.7;
}
.plan-card--blue .plan-card__subtitle{
  color: #6671b7;
}

.plan-card--blue .plan-card__subtitle span:after, .plan-card--blue .plan-card__subtitle span:before{
  background-color: #a0a8ca;
}
.plan-card--blue .plan-card__buttons:before{
  background-color: #a0a8ca;
}
.plan-card--blue .btn{
  background: #6570b6;
}

.plan-card--green{
  background-color: #a1e8d7;
}

.plan-card--green .plan-card__title{
  color: #00a671;
}

.plan-card--green .plan-card__symbol{
  color: #4aba9f;
  opacity: 0.3;
}
.plan-card--green .plan-card__subtitle{
  color: #00a671;
}

.plan-card--green .plan-card__subtitle span:after, .plan-card--green .plan-card__subtitle span:before{
  background-color: #84d6c2;
}
.plan-card--green .plan-card__buttons:before{
  background-color: #84d6c2;
}
.plan-card--green .btn{
  background: #01a671;
}

.plans-slider{
  position: relative;
  width: 100%;
}

.plans-slider .swiper-button-prev, .plans-slider .swiper-button-next{
  bottom: auto;
  top: 225px;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #6a73b2;
  transition: all .3s ease;
  border: 3px solid #dadceb;
  margin: 0;
  background: linear-gradient(45deg, rgba(224,225,235,1) 0%, rgba(73,84,162,1) 100%)
}

.plans-slider .swiper-button-prev{
  right: calc(100% + 30px);
}
.plans-slider .swiper-button-next{
  left: calc(100% + 30px);
}

.plans-slider .swiper-button-prev:hover, .plans-slider .swiper-button-next:hover{
  transform: translateY(-50%) scale(1.2);
}

.plans-slider .swiper-button-prev:after, .plans-slider .swiper-button-next:after{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  display: none;
}

.plans-slider .swiper-button-prev svg, .plans-slider .swiper-button-next svg{
  width: 30px;
  height: 30px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plans-slider .swiper-button-prev svg{
  margin-left: 5px;
  transform: translate(-50%, -50%) scaleX(-1);
}
.plans-slider .swiper-button-next svg{
  margin-left: -5px;
}

.plans-slider .swiper-container{
  overflow: hidden;
}

.plans-slider .slider-dots{
  display: none;
}

@media screen and (max-width: 1425px){
  .plans-slider .swiper-button-prev{
    right: calc(100% + 10px);
  }
  .plans-slider .swiper-button-next{
    left: calc(100% + 10px);
  }
}
@media screen and (max-width: 1199px){
  .plans-slider .swiper-button-prev{
    top: 100%;
    right: auto;
    left: 0;
  }
  .plans-slider .swiper-button-next{
    top: 100%;
    left: auto;
    right: 0;
  }

  .plans-slider .slider-dots{
    display: flex;
  }
}

.plan__text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 30px;
}

.plan__text p{
  font-weight: 400;
  font-size: 22px;
  color: #48589a;
  margin-bottom: 5px;
}

.plan__text span{
  font-weight: 700;
  font-size: 22px;
  color: #48589a;
}

.plan--blue .plan__text p, .plan--blue .plan__text span{
  color: #3c4477;
}
.plan--green .plan__text p, .plan--green .plan__text span{
  color: #0b7456;
}
.plan--light .plan__text p, .plan--light .plan__text span{
  color: #6972b2;
}
.plan--accent .plan__text p, .plan--accent .plan__text span{
  color: #287861;
}

.pres-img{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.pres-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (max-width: 575px){
  .pres-img{
    margin: 0 15px 15px 15px;
    width: calc(100% - 30px);
  }
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}
.alert-info{
    color: #ffffff;
    background-color: #9cb6e1;
    border-color: #9cb6e1;
}
.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.page-intro__description{
    width: 100%;
    font-size: 20px;
}
.bounty-conditions{
    margin-bottom: 40px;
}
.bounty-conditions-text{
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}
.bounty-conditions-list{
    list-style: disc;
}
.copy-code__value {
    font-size: 20px;
}
.social-wrap{
    display: flex;
}
.social-wrap a{
    margin: 0 5px;
}
.payment-confirm-list__value img {
    width: 110px;
}
.dropdown-image {
    height: 35px;
}
@media screen and (max-width: 767px){
    .levels-composition__scheme{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 430px){
    .mobile-menu .btn {
        font-size: 12px!important;
        padding: 0px 12px;
    }
    .mobile-menu .select-language {
        margin-right: 10px;
    }
}