/* page header */

.page-header .logo {
  background-image: url("../img/index2-img/logo-white.svg");
}

.page-header ul,
.page-header > div {
  color: #e1cdff;
}

.page-header ul a.active,
.page-header ul a:hover {
  color: #fff;
}

.page-header ul a::after {
  background: #fff;
}

.page-header > div a:last-child,
.page-header > div a:last-child:hover {
  color: #6515dd;
  background: #fff;
}

.page-header > div a:last-child:hover {
  opacity: 0.8;
}

.page-header > div a:last-child:active {
  opacity: 0.6;
}

.page-header > div a:last-child::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(101, 21, 221)' d='M0.015,12.252 L21.342,12.252 L11.553,2.463 L14.000,0.015 L27.985,14.000 L14.000,27.985 L11.553,25.537 L21.342,15.748 L0.015,15.748 L0.015,12.252 Z'/%3e%3c/svg%3e");
}



/* price */

.price {
  width: 1200px;
  margin: 143px auto 0;
}

.price h1 {
  font-family: "Product Sans Bold";
  font-size: 55px;
  color: #fff;
}

.price > p {
  font-family: "Product Sans Regular";
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-top: 10px;
}

.price > .payment-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Product Sans Regular";
  font-size: 15px;
  color: #fff;
  margin-top: 38px;
}

.price > .payment-type input {
  display: none;
}

.price > .payment-type label {
  position: relative;
}

.price > .payment-type label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #6515dd;
  border-radius: 50%;
  position: absolute;
  left: 72px;
  top: 3px;
  cursor: pointer;
  -webkit-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.price > .payment-type input:checked + label::before {
  left: 92px;
}

.price > .payment-type label::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  vertical-align: middle;
  margin-left: 17px;
  margin-right: 17px;
}

@media screen and (max-width: 1199px) {
  .price {
    width: auto;
    padding: 0 16px;
    margin-top: 20px;
  }

  .price h1 {
    font-size: 24px;
  }

  .price > p {
    font-size: 14px;
    line-height: 21px;
  }

  .price > .payment-type {
    display: none;
  }
}










/* plans list */

.plans-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

.plans-list .plan {
  width: 295px;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
  padding: 39px 51px 32px 44px;
}

.plans-list .plan:hover {
  color: #fff;
  background: #16123e;
}

.plans-list .plan p {
  font-family: "Product Sans Bold";
  font-size: 29px;
  margin-bottom: 15px;
}

.plans-list .plan span {
  font-family: "Product Sans Regular";
  font-size: 18px;
}

.plans-list .plan ul {
  width: 100%;
  font-family: "Gilroy Medium";
  font-size: 16px;
  color: #343434;
  line-height: 22px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 35px;
  margin-bottom: 32px;
}

.plans-list .plan:hover ul {
  color: #fff;
}

.plans-list .plan ul li {
  margin-top: 26px;
  margin-bottom: 26px;
}

.plans-list .plan ul li::before {
  content: "• ";
}

.plans-list .plan a {
  height: 43px;
  display: inline-block;
  font-family: "Product Sans Bold";
  font-size: 15px;
  color: #343434;
  line-height: 43px;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  padding: 0 18px;
}

.plans-list .plan a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(52, 52, 52)' d='M0.015,12.252 L21.342,12.252 L11.553,2.463 L14.000,0.015 L27.985,14.000 L14.000,27.985 L11.553,25.537 L21.342,15.748 L0.015,15.748 L0.015,12.252 Z'/%3e%3c/svg%3e");
  background-size: cover;
  vertical-align: middle;
  margin-left: 26px;
  margin-top: -1px;
}

.plans-list .plan:hover a {
  color: #fff;
  background-color: #ff7b29;
  border-color: #ff7b29;
}

.plans-list .plan:hover a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.015,12.252 L21.342,12.252 L11.553,2.463 L14.000,0.015 L27.985,14.000 L14.000,27.985 L11.553,25.537 L21.342,15.748 L0.015,15.748 L0.015,12.252 Z'/%3e%3c/svg%3e");
}

@media screen and (max-width: 1199px) {
  .plans-list {
    display: block;
    margin-top: 56px;
  }

  .plans-list .plan {
    width: auto;
    padding: 30px 39px 28px;
    margin-top: 16px;
  }

  .plans-list .plan p {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .plans-list .plan span {
    font-size: 16px;
  }

  .plans-list .plan ul {
    font-size: 14px;
    padding: 15px 0;
    margin-top: 31px;
    margin-bottom: 28px;
  }

  .plans-list .plan ul li {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .plans-list .plan a {
    border-radius: 10px;
  }

  .plans-list .plan a::after {
    margin-left: 29px;
  }
}




/* about plans */

.about-plans {
  width: 760px;
  margin: 156px auto 150px;
}

.about-plans h2 {
  font-family: "Product Sans Bold";
  font-size: 24px;
  color: #000;
  text-align: center;
}

.about-plans p {
  font-family: "Product Sans Regular";
  font-size: 16px;
  color: #222d39;
  line-height: 25px;
  border-top: 1px solid #e8e8e8;
  padding: 29px 5px 0;
  margin-top: 47px;
}

@media screen and (max-width: 1199px) {
  .about-plans {
    display: none;
  }
}
