/** NEW CHANGES */
.blue__back .form__submit>input[type="submit"] {
  background-color: #3AA6DB;
}

.blue__back .pay__form>h2 {
  color: #3AA6DB;
}

.blue__back .hero__main:before {
  background-color: #3AA6DB;
}

.blue__back .how__button>a {
  color: #3AA6DB;
}

.blue__back .why__checkmark img {
  -webkit-filter: invert(63%) sepia(18%) saturate(1657%) hue-rotate(158deg) brightness(90%) contrast(89%);
  filter: invert(63%) sepia(18%) saturate(1657%) hue-rotate(158deg) brightness(90%) contrast(89%);
}

.blue__back .benefits__block .outer__benefits .benefits__grid .benefits__element p span>img {
  -webkit-filter: invert(63%) sepia(18%) saturate(1657%) hue-rotate(158deg) brightness(90%) contrast(89%);
  filter: invert(63%) sepia(18%) saturate(1657%) hue-rotate(158deg) brightness(90%) contrast(89%);
}

.blue__back .default-btn {
  background-color: #3AA6DB;
}

.blue__back .faq__grid>.elem__faq {
  background-color: rgba(58, 166, 219, 0.15);
}

.red__back .form__submit>input[type="submit"] {
  background-color: #CC0814;
}

.red__back .pay__form>h2 {
  color: #CC0814;
}

.red__back .hero__main:before {
  background-color: #CC0814;
}

.red__back .how__button>a {
  color: #CC0814;
}

.red__back .why__checkmark img {
  -webkit-filter: invert(14%) sepia(62%) saturate(5891%) hue-rotate(349deg) brightness(87%) contrast(107%);
  filter: invert(14%) sepia(62%) saturate(5891%) hue-rotate(349deg) brightness(87%) contrast(107%);
}

.red__back .benefits__block .outer__benefits .benefits__grid .benefits__element p span>img {
  -webkit-filter: invert(14%) sepia(62%) saturate(5891%) hue-rotate(349deg) brightness(87%) contrast(107%);
  filter: invert(14%) sepia(62%) saturate(5891%) hue-rotate(349deg) brightness(87%) contrast(107%);
}

.red__back .default-btn {
  background-color: #CC0814;
}

.red__back .faq__grid>.elem__faq {
  background-color: rgba(204, 8, 20, 0.15);
}

.purple__back .form__submit>input[type="submit"] {
  background-color: #363590;
}

.purple__back .pay__form>h2 {
  color: #363590;
}

.purple__back .hero__main:before {
  background-color: #363590;
}

.purple__back .how__button>a {
  color: #363590;
}

.purple__back .why__checkmark img {
  -webkit-filter: invert(14%) sepia(43%) saturate(4434%) hue-rotate(235deg) brightness(99%) contrast(88%);
  filter: invert(14%) sepia(43%) saturate(4434%) hue-rotate(235deg) brightness(99%) contrast(88%);
}

.purple__back .benefits__block .outer__benefits .benefits__grid .benefits__element p span>img {
  -webkit-filter: invert(14%) sepia(43%) saturate(4434%) hue-rotate(235deg) brightness(99%) contrast(88%);
  filter: invert(14%) sepia(43%) saturate(4434%) hue-rotate(235deg) brightness(99%) contrast(88%);
}

.purple__back .default-btn {
  background-color: #363590;
}

.purple__back .faq__grid>.elem__faq {
  background-color: rgba(54, 53, 144, 0.15);
}

.orange__back .form__submit>input[type="submit"] {
  background-color: #F59031;
}

.orange__back .pay__form>h2 {
  color: #F59031;
}

.orange__back .hero__main:before {
  background-color: #F59031;
}

.orange__back .how__button>a {
  color: #F59031;
}

.orange__back .why__checkmark img {
  -webkit-filter: invert(67%) sepia(44%) saturate(1913%) hue-rotate(337deg) brightness(99%) contrast(95%);
  filter: invert(67%) sepia(44%) saturate(1913%) hue-rotate(337deg) brightness(99%) contrast(95%);
}

.orange__back .benefits__block .outer__benefits .benefits__grid .benefits__element p span>img {
  -webkit-filter: invert(67%) sepia(44%) saturate(1913%) hue-rotate(337deg) brightness(99%) contrast(95%);
  filter: invert(67%) sepia(44%) saturate(1913%) hue-rotate(337deg) brightness(99%) contrast(95%);
}

.orange__back .default-btn {
  background-color: #F59031;
}

.orange__back .faq__grid>.elem__faq {
  background-color: rgba(245, 144, 49, 0.15);
}

.pink__back .form__submit>input[type="submit"] {
  background-color: #ea1e85;
}

.pink__back .pay__form>h2 {
  color: #ea1e85;
}

.pink__back .hero__main:before {
  background-color: #ea1e85;
}

.pink__back .how__button>a {
  color: #ea1e85;
}

.pink__back .why__checkmark img {
  -webkit-filter: invert(25%) sepia(32%) saturate(6942%) hue-rotate(314deg) brightness(92%) contrast(99%);
  filter: invert(25%) sepia(32%) saturate(6942%) hue-rotate(314deg) brightness(92%) contrast(99%);
}

.pink__back .benefits__block .outer__benefits .benefits__grid .benefits__element p span>img {
  -webkit-filter: invert(25%) sepia(32%) saturate(6942%) hue-rotate(314deg) brightness(92%) contrast(99%);
  filter: invert(25%) sepia(32%) saturate(6942%) hue-rotate(314deg) brightness(92%) contrast(99%);
}

.pink__back .default-btn {
  background-color: #ea1e85;
}

.pink__back .faq__grid>.elem__faq {
  background-color: rgba(236, 52, 146, 0.15);
}

.faq__block {
  padding-bottom: 50px;
  padding-top: 50px;
}

.faq__block .container {
  max-width: 1440px;
  width: 100%;
}

.faq__block .outer__faq .faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq__block .outer__faq .faq__grid>.elem__faq {
  border-radius: 15px;
}

.faq__block .outer__faq .faq__grid>.elem__faq.active__faq .faq__head>span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__block .outer__faq .faq__grid>.elem__faq .faq__content {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  display: none;
}

.faq__block .outer__faq .faq__grid>.elem__faq .faq__content>p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.faq__block .outer__faq .faq__grid>.elem__faq .faq__head {
  padding: 35px;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq__block .outer__faq .faq__grid>.elem__faq .faq__head>p {
  font-size: 20px;
  color: #464646;
  margin: 0px;
}

.faq__block .outer__faq .faq__grid>.elem__faq .faq__head>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.faq__block .outer__faq .faq__head--main {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.faq__block .outer__faq .faq__head--main>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.faq__block .outer__faq .faq__head--main>h2 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: 400;
  color: #464646;
  font-family: 'Montserrat-Regular', sans-serif;
}

.faq__block .outer__faq .faq__head--main>p {
  text-align: center;
  margin: 0px;
  font-size: 28px;
  color: #9a938a;
  font-weight: 400;
}

.default-btn {
  padding: 14px 35px;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.default-btn:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff;
}

.trusted__block {
  padding-bottom: 50px;
  padding-top: 50px;
}

.trusted__block .container {
  max-width: 1300px;
  width: 100%;
}

.trusted__block .outer__trusted .trusted__button {
  margin-top: 80px;
  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;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted {
  margin-bottom: 50px;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__text>p {
  font-size: 18px;
  color: #9a938a;
  font-weight: 400;
  margin: 0px;
  line-height: 25px;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title .feedback__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title .feedback__stars>.el__star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title .feedback__stars>.el__star:last-child {
  margin-right: 0px;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title .feedback__stars>.el__star>img {
  max-width: 34px;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title>h2 {
  margin: 0px;
  margin-right: 35px;
  font-size: 33px;
  color: #303030;
  font-weight: 400;
}

.trusted__block .outer__trusted .trusted__content>.elem__trusted:last-child {
  margin-bottom: 0px;
}

.trusted__block .outer__trusted .trusted__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
  text-align: center;
}

.trusted__block .outer__trusted .trusted__head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trusted__block .outer__trusted .trusted__head>h2 {
  margin: 0px;
  color: #464646;
  font-size: 37px;
  font-weight: 400;
}

.benefits__block {
  padding-top: 65px;
  padding-bottom: 50px;
}

.benefits__block .container {
  max-width: 1400px;
  width: 100%;
}

.benefits__block .outer__benefits {
  background-color: #fafafa;
  padding: 70px 90px;
  padding-bottom: 90px;
  border-radius: 15px;
}

.benefits__block .outer__benefits .benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}

.benefits__block .outer__benefits .benefits__grid .benefits__element p {
  margin: 0px;
  color: #9a938a;
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits__block .outer__benefits .benefits__grid .benefits__element p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.benefits__block .outer__benefits .benefits__grid .benefits__element p span>img {
  max-width: 24px;
}

.benefits__block .outer__benefits .benefits__head {
  margin-bottom: 60px;
  text-align: center;
}

.benefits__block .outer__benefits .benefits__head>h2 {
  margin: 0px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #464646;
  font-size: 37px;
}

.why__block {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("/img/gradientback.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

.why__block .container {
  max-width: 1340px;
  width: 100%;
}

.why__block .outer__why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 85px;
  padding-top: 85px;
  background-color: rgba(255, 255, 255, 0.71);
  border-radius: 15px;
}

.why__block .outer__why>.elem__why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.why__block .outer__why>.elem__why>.why__info>h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #303030;
  font-size: 33px;
  font-weight: 400;
}

.why__block .outer__why>.elem__why>.why__info>p {
  margin: 0px;
  color: #9a938a;
  font-size: 18px;
  font-weight: 400;
}

.why__block .outer__why>.elem__why>.why__checkmark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.why__block .outer__why>.elem__why>.why__checkmark>img {
  max-width: 40px;
}

.why__block .head__why {
  margin-bottom: 60px;
  text-align: center;
}

.why__block .head__why>h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 37px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.carrier__block {
  padding-bottom: 110px;
  padding-top: 60px;
}

.carrier__block .container {
  max-width: 1240px;
  width: 100%;
}

.carrier__block .outer__carrier .carrier__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  margin-bottom: 90px;
}

.carrier__block .outer__carrier .carrier__grid>.elem__carrier {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carrier__block .outer__carrier .carrier__grid>.elem__carrier>a {
  font-size: 22px;
  color: #9a938a;
  text-decoration: underline;
  text-align: center;
}

.carrier__block .outer__carrier .carrier__grid>.elem__carrier>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.carrier__block .outer__carrier .carrier__grid>.elem__carrier>span>img {
  max-width: 100%;
}

.carrier__block .outer__carrier .carrier__more {
  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;
}

.carrier__block .outer__carrier .carrier__head {
  text-align: center;
  margin-bottom: 60px;
}

.carrier__block .outer__carrier .carrier__head>h2 {
  margin: 0px;
  color: #464646;
  font-size: 37px;
  font-weight: 400;
}

.how__works {
  padding-bottom: 65px;
  padding-top: 65px;
  background-color: #fafafa;
}

.how__works .container {
  max-width: 1330px;
  width: 100%;
}

.how__works .how__button {
  margin-top: 60px;
  text-align: center;
}

.how__works .how__button>a {
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.how__works .how__button>a:hover {
  opacity: .7;
}

.how__works .how__main {
  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;
}

.how__works .how__main .how__spacer {
  position: relative;
  margin-top: -30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.how__works .how__main .how__elem {
  max-width: 235px;
  width: 100%;
}

.how__works .how__main .how__elem>.how__image p {
  margin: 0px;
  text-align: center;
  color: #9a938a;
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
}

.how__works .how__main .how__elem>.how__image>span {
  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;
  min-height: 172px;
}

.how__works .head__how {
  text-align: center;
  margin-bottom: 45px;
}

.how__works .head__how>h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
  color: #303030;
  font-size: 37px;
  font-weight: 400;
}

.how__works .head__how>p {
  text-align: center;
  margin: 0px;
  font-size: 24px;
  color: #9a938a;
  font-weight: 400;
}

header {
  border-bottom: 1px solid #dedede;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}

header .outer__header {
  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;
}

header .outer__header .right__header>p {
  font-size: 14px;
}

header .outer__header .right__header>p a>i {
  margin-right: 5px;
}

header .outer__header .left__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .outer__header .left__header a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .outer__header .left__header a>img {
  max-width: 160px;
}

.hero__main {
  padding-bottom: 100px;
  padding-top: 80px;
  position: relative;
}

.hero__main:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 420px;
  background: url("/img/glowback.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 14%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 14%, 0% 100%);
}

.hero__main .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__main .outer__hero>.hero__right {
  /* margin-top: -35px; */
  width: 100%;
  max-width: 320px;
}

.hero__main .outer__hero>.hero__right>.pay__form {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  background-color: #fbfbfb;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 320px;
  padding-bottom: 25px;
}

.hero__main .outer__hero>.hero__right>.pay__form form {
  width: 100%;
}

.hero__main .outer__hero>.hero__right>.pay__form form .form__submit {
  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;
}

.hero__main .outer__hero>.hero__right>.pay__form form .form__submit>input[type="submit"] {
  padding: 14px 35px;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  outline: none;
  cursor: pointer;
  border: 0px;
}

.hero__main .outer__hero>.hero__right>.pay__form form .form__submit>input[type="submit"]:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff;
}

.hero__main .outer__hero>.hero__right>.pay__form form .total__list {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.hero__main .outer__hero>.hero__right>.pay__form form .total__list>.elem__total {
  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-bottom: 7px;
}

.hero__main .outer__hero>.hero__right>.pay__form form .total__list>.elem__total:last-child {
  margin-bottom: 0px;
}

.hero__main .outer__hero>.hero__right>.pay__form form .total__list>.elem__total>span {
  margin: 0px;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
}

.hero__main .outer__hero>.hero__right>.pay__form form .total__list>.elem__total>p {
  margin: 0px;
  color: #464646;
  font-size: 14px;
  font-weight: 500;
}

.hero__main .outer__hero>.hero__right>.pay__form form .select__picker {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.hero__main .outer__hero>.hero__right>.pay__form form .select__picker>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.hero__main .outer__hero>.hero__right>.pay__form form .select__picker label div {
  color: #000000;
  font-weight: 500;
}

/* .hero__main .outer__hero>.hero__right>.pay__form form .select__picker label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

.hero__main .outer__hero>.hero__right>.pay__form form .select__picker label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 75px;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* border-radius: 5px; */
  background-color: #fff;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  /* border-radius: 5px; */
  border: 1px solid #e8e8e8;
}

.hero__main .outer__hero>.hero__right>.pay__form form .select__picker>p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
}

.hero__main .outer__hero>.hero__right>.pay__form form>.group__form {
  width: 100%;
  margin-bottom: 12px;
}

.hero__main .outer__hero>.hero__right>.pay__form form>.group__form:last-child {
  margin-bottom: 0px;
}

.hero__main .outer__hero>.hero__right>.pay__form form>.group__form>input {
  width: 100%;
  height: 48px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  color: #000;
  outline: none;
  border: 1px solid #b1afac;
  border-radius: 5px;
}

.hero__main .outer__hero>.hero__right>.pay__form form>.group__form>input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a5a5a5;
}

.hero__main .outer__hero>.hero__right>.pay__form form>.group__form>input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
}

.hero__main .outer__hero>.hero__right>.pay__form form>.group__form>input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a5a5a5;
}

.hero__main .outer__hero>.hero__right>.pay__form form>.group__form>input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
}

.hero__main .outer__hero>.hero__right>.pay__form>h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
}

.hero__main .outer__hero>.hero__left {
  max-width: 490px;
}

.trusted-img {
  max-height: 200px;
}

.hero__main .outer__hero>.hero__left>p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}

.hero__main .outer__hero>.hero__left>.top__part {
  margin-bottom: 100px;
}

.hero__main .outer__hero>.hero__left>.top__part>h2 {
  color: #000;
  font-size: 38px;
  font-weight: 400;
  margin: 0px;
  margin-top: 15px;
}

.hero__main .outer__hero>.hero__left>p {
  color: #9a938a;
  font-size: 24px;
  font-weight: 400;
  margin: -120px 0 0;
}

.hero__main .outer__hero>.hero__right {
  margin-top: -35px;
  width: 100%;
  max-width: 320px;
}

.hero__main .outer__hero>.hero__left {
  max-width: 490px;
}

.hero__main .outer__hero>.hero__left {
  max-width: 540px;
}

@media (max-width: 1800px) {
  .hero__main:before {
    height: 390px;
  }
}

@media (max-width: 1440px) {
  .hero__main:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 21%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 21%, 0% 100%);
    height: 370px;
  }
}

@media (max-width: 1199px) {
  .hero__main:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0% 100%);
    height: 370px;
  }

  .how__works .how__main {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .how__works .how__main>.how__spacer:nth-child(4) {
    position: absolute;
    right: -50px;
    top: 100px;
  }

  .how__works .how__main>.how__elem:nth-child(1) {
    width: 40%;
  }

  .how__works .how__main .how__elem>.how__image p {
    font-size: 21px;
  }

  .benefits__block .outer__benefits .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits__block .outer__benefits .benefits__grid>.benefits__element:nth-child(9) {
    display: none;
  }

  .faq__block .outer__faq .faq__grid>.elem__faq .faq__head>p {
    font-size: 18px;
  }

  .how__works .how__main .how__elem {
    margin-bottom: 50px;
  }
}

@media(max-width: 991px) {
  .how__works .how__main .how__spacer {
    margin-top: -85px;
  }

  .how__works .how__main>.how__spacer:nth-child(4) {
    top: 155px;
  }
}

.hero__main .outer__hero>.hero__left>.top__part img {
  max-width: 270px;
  max-height: 80px;
}

@media (max-width: 991px) {
  .hero__main:before {
    height: 335px;
  }

  .hero__main .outer__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__main .outer__hero>.hero__right {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__main .outer__hero>.hero__left>.top__part>h2 {
    font-size: 40px;
  }

  .how__works .how__button>a {
    font-size: 21px;
  }

  .how__works .head__how>h2 {
    font-size: 30px;
  }

  .how__works .head__how>p {
    font-size: 21px;
  }

  .carrier__block {
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .carrier__block .outer__carrier .carrier__head {
    margin-bottom: 35px;
  }

  .carrier__block .outer__carrier .carrier__grid {
    margin-bottom: 65px;
  }

  .carrier__block .outer__carrier .carrier__head>h2 {
    font-size: 30px;
  }

  .carrier__block .outer__carrier .carrier__grid>.elem__carrier>a {
    font-size: 19px;
  }

  .carrier__block .outer__carrier .carrier__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .why__block {
    margin-bottom: 0px;
  }

  .why__block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .why__block .head__why>h2 {
    font-size: 30px;
  }

  .why__block .head__why {
    margin-bottom: 35px;
  }

  .why__block .outer__why>.elem__why>.why__info>h6 {
    font-size: 26px;
  }

  .why__block .outer__why>.elem__why>.why__info>p {
    font-size: 16px;
  }

  .why__block .outer__why {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }

  .why__block .outer__why>.elem__why {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits__block .outer__benefits .benefits__head>h2 {
    font-size: 30px;
  }

  .benefits__block .outer__benefits .benefits__grid .benefits__element p {
    font-size: 16px;
  }

  .benefits__block .outer__benefits {
    padding: 55px 60px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title>h2 {
    display: none;
  }

  .trusted__block .outer__trusted .trusted__button {
    margin-top: 50px;
  }

  .trusted__block .outer__trusted .trusted__head>h2 {
    font-size: 30px;
  }

  .trusted__block .outer__trusted .trusted__head span img {
    max-width: 130px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title>h2 {
    font-size: 26px;
    margin-right: 25px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__text>p {
    font-size: 16px;
  }

  .faq__block .outer__faq .faq__grid>.elem__faq .faq__head>span {
    right: 25px;
  }

  .faq__block .outer__faq .faq__grid>.elem__faq .faq__head {
    padding: 25px;
    padding-right: 44px;
  }

  .faq__block .outer__faq .faq__grid>.elem__faq .faq__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }

  .faq__block .outer__faq .faq__head--main>h2 {
    font-size: 30px;
    text-align: center;
  }

  .faq__block .outer__faq .faq__head--main>p {
    font-size: 23px;
  }

  .faq__block .outer__faq .faq__grid {
    grid-template-columns: 1fr;
  }

  .faq__block .outer__faq .faq__head--main {
    margin-bottom: 40px;
  }

  .hero__main .outer__hero>.hero__left>p {
    font-size: 20px;
    margin: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .hero__main:before {
    height: 255px;
  }

  .hero__main .outer__hero>.hero__left>p {
    font-size: 18px;
  }

  .hero__main .outer__hero>.hero__left>.top__part>h2 {
    font-size: 24px;
    margin-top: 5px;
  }

  .hero__main .outer__hero>.hero__left>.top__part img {
    max-width: 230px;
  }

  .hero__main {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  header .outer__header .left__header a>img {
    max-width: 125px;
  }

  header .outer__header .right__header>p {
    font-size: 13px;
  }

  header .outer__header .right__header>p {
    max-width: 105px;
  }

  .how__works .how__button>a {
    font-size: 18px;
  }

  .how__works {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .how__works .how__main>.how__spacer:nth-child(4) {
    position: static;
  }

  .how__works .head__how>p {
    font-size: 18px;
  }

  .how__works .how__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .how__works .how__main .how__spacer {
    margin-top: 0px;
    margin: 35px 0px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .how__works .how__main .how__elem {
    margin-bottom: 0px;
  }

  .how__works .head__how>h2 {
    font-size: 26px;
  }

  .carrier__block .outer__carrier .carrier__head>h2 {
    font-size: 26px;
  }

  .carrier__block .outer__carrier .carrier__grid>.elem__carrier>a {
    font-size: 16px;
  }

  .why__block .head__why>h2 {
    font-size: 26px;
  }

  .why__block .outer__why>.elem__why>.why__info>h6 {
    font-size: 22px;
  }

  .why__block .outer__why>.elem__why>.why__checkmark>img {
    max-width: 32px;
  }

  .faq__block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lyca-mobile {
    padding: 0 !important;
    overflow-x: hidden;
  }

  .benefits__block .outer__benefits {
    padding: 50px 15px;
  }

  .benefits__block .outer__benefits .benefits__head>h2 {
    font-size: 26px;
  }

  .benefits__block .outer__benefits .benefits__head {
    margin-bottom: 35px;
  }

  .benefits__block .outer__benefits .benefits__grid {
    grid-template-columns: 1fr;
  }

  .benefits__block .outer__benefits .benefits__grid>.benefits__element {
    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;
  }

  .default-btn {
    font-size: 15px;
    padding: 10px 25px;
  }

  .trusted__block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .trusted__block .outer__trusted .trusted__head>h2 {
    font-size: 26px;
  }

  .trusted__block .outer__trusted .trusted__head span img {
    max-width: 110px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title>h2 {
    font-size: 22px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title .feedback__stars>.el__star>img {
    max-width: 28px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__text>p {
    font-size: 15px;
  }

  .faq__block .outer__faq .faq__head--main>span img {
    max-width: 58px;
  }

  .faq__block .outer__faq .faq__head--main>h2 {
    font-size: 26px;
  }

  .faq__block .outer__faq .faq__head--main>p {
    font-size: 19px;
  }

  .faq__block .outer__faq .faq__grid>.elem__faq .faq__head>p {
    font-size: 17px;
  }

  .faq__block .outer__faq .faq__grid>.elem__faq .faq__content>p {
    font-size: 14px;
  }

  .how__works .how__main .how__elem>.how__image p {
    font-size: 18px;
  }

  .trusted__block .outer__trusted .trusted__button {
    margin-top: 1rem;
  }

  .trusted__block .outer__trusted .trusted__head {
    margin-top: 1rem;
  }

  .benefits__block {
    padding-bottom: 1rem;
  }
}

@media (max-width: 540px) {
  .hero__main:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  }
}

@media (max-width: 480px) {
  .hero__main:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 58%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 58%, 0% 100%);
  }

  .how__works .head__how>h2 {
    font-size: 22px;
  }

  .how__works .head__how>p {
    font-size: 16px;
  }

  .carrier__block .outer__carrier .carrier__grid {
    grid-template-columns: 1fr;
  }

  .carrier__block .outer__carrier .carrier__head>h2 {
    font-size: 22px;
  }

  .why__block .head__why>h2 {
    font-size: 22px;
  }

  .why__block .outer__why>.elem__why>.why__info>h6 {
    font-size: 19px;
  }

  .why__block .outer__why>.elem__why>.why__checkmark {
    margin-right: 10px;
  }

  .why__block .outer__why>.elem__why>.why__checkmark>img {
    max-width: 26px;
  }

  .why__block .outer__why>.elem__why>.why__info>p {
    font-size: 15px;
  }

  .benefits__block .outer__benefits .benefits__head>h2 {
    font-size: 22px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__title .feedback__stars>.el__star>img {
    max-width: 24px;
  }

  .trusted__block .outer__trusted .trusted__head>h2 {
    font-size: 22px;
  }

  .trusted__block .outer__trusted .trusted__content>.elem__trusted .trusted__text>p {
    font-size: 14px;
  }

  .faq__block .outer__faq .faq__head--main>h2 {
    font-size: 22px;
  }

  .faq__block .outer__faq .faq__head--main>p {
    font-size: 17px;
  }

  .faq__block .outer__faq .faq__grid>.elem__faq .faq__head>p {
    font-size: 16px;
  }
}

/** NEW CHANGES */