section.welcome {
  background-image: url(https://www.paymentwall.com/uploaded/files/PW20_welcome_usecase_t3.svg);
  background-repeat: no-repeat;
  background-position: 106% 67%;
  background-size: 52.9%;
  padding: 180px 0 160px;
  position: relative;
}
@media (min-width: 1600px){
  section.welcome {
    background-size: 870px;
    background-position: calc(50% + 425px) 67%;
  }
}
section.welcome--ecommerce {
  padding: 180px 0 150px;
  position: relative;
}
.welcome .buttons {
  justify-content: flex-start;
}
.welcome__title {
  color: #000000;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 58px;
  max-width: 620px;
  margin-bottom: 22px;
}
.welcome__text {
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 36px;
  max-width: 505px;
  margin-bottom: 32px;
}
.usecase {
  background-color: #111;
  padding: 90px 15px;
}
.usecase__item {
  display: flex;
  align-items: flex-start;
}
.usecase .title-homepage {
  min-width: 256px;
  margin-left: 20px;
  line-height: 48px;
}
.usecase svg {
  flex-shrink: 0;
  margin-top: 7px;
}
.usecase__item + .usecase__item {
  margin-top: 85px;
}
.benefits {
	padding: 100px 0 150px;
}
.benefits .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.benefits .text-homepage {
  max-width: 655px;;
}
.benefits .subtitle-homepage ~ .title-homepage--lg {
  line-height: 54px;
  max-width: 725px;
}
.case {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
  padding-right: 50px;
}
.case .title-homepage {
  line-height: 36px;
  margin-bottom: 10px;
}
.case img {
  margin-right: 25px;
  display: block;
}
.case:nth-child(3) img {
  margin-right: 22px;
}
.case:nth-child(4) img {
  margin-right: 15px;
  margin-left: -6px;
}
.case__content .text-homepage {
  margin-bottom: 10px;
  max-width: 325px;
}
.products .title-homepage--lg {
  max-width: 725px;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 70px;
}
.product {
  display: flex;
  align-items: stretch;
}
.product .product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 435px;
  width: 50%;
  flex-shrink: 0;
}
.product:nth-child(1) .product__img {
  background-color: #E9FFEB;
}
.product:nth-child(2) .product__img {
  background-color: #C9EBFF;
}
.product:nth-child(3) .product__img {
  background-color: #FFF1CD;
}
.product:nth-child(4) .product__img {
  background-color: #E9FFEB;
}
.product:nth-child(5) .product__img {
  background-color: #C9EBFF;
}
.product:nth-child(6) .product__img {
  background-color: #FFF1CD;
}
.product__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 15px;
}
.product:nth-child(even) .product__description {
  padding-right: 70px;
}
.product:nth-child(odd) .product__description {
  padding-left: 70px;
}
.product__description .title-homepage {
  line-height: 41px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.apis {
  padding: 70px 0px 80px;
}
.apis .container {
  display: flex;
  justify-content: space-between;
}
.apis .container:before, .apis .container:after {
  display: none;
}
.apis__img {
  flex-shrink: 0;
  width: 460px;
  max-width: 100%;
  text-align: center;
}
.apis__img img {
  max-width: 100%;
  margin: auto;
}
.apis__content {
  min-width: 50%;
}
.apis__content .title-homepage {
  margin-bottom: 4px;
}
.apis__content .text-homepage {
  margin-bottom: 20px;
  max-width: 460px;
}
@media (max-width: 992px) {
  .apis__img img {
    max-width: 320px;
    margin-left: 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .apis .container {
    display: block;
  }
  .apis__img img {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  section.welcome {
    background-position: 150% 57%;
    background-size: 62.9%;
    padding: 160px 0 100px;
  }
  .apis__content .text-homepage {
    padding-right: 25px;
  }
  .api {
    margin-bottom: 30px;
  }
  .case {
    padding-right: 15px;
  }
  .case__content .text-homepage {
    max-width: unset;
  }
  .product:nth-child(odd) .product__description {
    padding-left: 30px;
  }
  .product:nth-child(even) .product__description {
    padding-right: 30px;
  }
  .product__img img {
    max-width: 85%;
  }
  .apis__img {
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  section.welcome {
    padding-bottom: 350px;
    background-size: 120%;
    background-position: 15% bottom;
    text-align: center;
  }
  .welcome .buttons {
    justify-content: center;
  }
  .welcome__product img {
    display: block;
    margin: auto;
  }
  .usecase {
    padding: 60px 15px;
  }
  .usecase__item + .usecase__item {
    margin-top: 50px;
  }
  .usecase__item {
    flex-wrap: wrap;
  }
  .usecase__item .text-homepage {
    margin-top: 20px;
  }
  .product {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .product:nth-child(even) {
    flex-direction: column-reverse;
  }
  .product .product__img {
    width: 100%;
    height: 200px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .product .product__img img {
    max-height: 160px;
  }
  .product:nth-child(1n) .product__description {
    padding-left: 0;
    padding-right: 0;
  }
  .products .title-homepage--lg{
    margin-bottom: 30px;
  }
  .products .title-homepage {
    font-size: 24px;
  }
  .apis {
    padding: 0px 0px 60px;
  }
  .apis__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .benefit__img {
    width: 100%;
    padding-top: 52%;
    height: unset;
  }
  .title-homepage {
    line-height: 1.5;
  }
  .title-homepage--sm {
    font-size: 24px;
  }
  .assistance__item {
    margin-bottom: 30px;
  }
  .welcome__title {
    font-size: 36px;
  }
  section.welcome {
    padding-top: 130px;
    padding-bottom: 300px;
  }
  .case {
    flex-wrap: wrap;
  }
  .case img {
    margin-bottom: 15px;
  }
  .trusted__companies {
    justify-content: space-around;
  }
}
/* ecommerce */
.features-game {
  padding: 0;
}
.features {
  background-color: #111;
}
.features .container {
  display: flex;
	position: relative;
}
.features .container > div {
  width: 100%;
}
.features__title .title-homepage {
  line-height: 1.5;
  max-width: 520px;
}
.features__items ul {
  padding-left: 0;
  font-size: 18px;
  line-height: 52px;
  list-style-type: none;
  color: #fff;
  margin-left: 60px;
}
.features__items ul li {
  background-image: url(https://www.paymentwall.com/uploaded/files/PW20_tick.svg);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 48px;
}
.features__link {
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
}
.features__link span {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}
.features__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.features__title {
	max-width: 474px;
}
.features__items {
	margin-left: 20px;
}
.features__items img {
	max-height: 398px;
}
.features-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	height: 48px;
	width: 48px !important;
	cursor: pointer;
	opacity: .8;
	transition: .2s all;
}
.features-arrow:hover {
	opacity: 1;
}
.features-arrow.prev {
	left: -100px;
}
.features-arrow.next {
	right: -100px;
}
.features .slick-dots {
	position: absolute;
	left: 0;
	bottom: 60px;
	display: flex;
	padding: 0;
}
.features .slick-dots button {
	font-size: 0;
	width: 12px;
	height: 3px;
	background: #FFC013;
	opacity: 0.5;
	border-radius: 1px;
	transition: .2s all;
	border: none;
}
.features .slick-dots li {
	list-style: none;
	margin-right: 4px;
	cursor: pointer;
	height: 15px;
	display: flex;
	align-items: center;
}
.features .slick-dots li.slick-active button {
	width: 24px;
	opacity: 1;
}
/*
.features .slick-dots li::marker {
	display: none;
}
*/
.casestudy .quote {
  font-size: 100px;
  letter-spacing: 0;
  line-height: 90px;
  margin-bottom: -35px;
  margin-top: 25px;
  display: block;
}
.casestudy__logo, .casestudy__photo {
  display: block;
  max-width: 100%;
  margin-bottom: 18px;
}
.casestudy .subtitle-homepage {
  margin-bottom: 12px;
}
.casestudy .title-homepage {
  line-height: 41px;
  margin-bottom: 24px;
}
.casestudy .text-homepage--sm {
  line-height: 30px;
  max-width: 460px;
}
.casestudy .text-homepage--lg {
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
  max-width: 460px;
}
.casestudy .col-sm-12:last-child {
  padding-left: 60px;
}
.integration-game {
  padding: 90px 0 0px;
}
.integration .subtitle-homepage {
  margin-bottom: 5px;
}
.integration .title-homepage {
	font-size: 30px;
	line-height: 41px;
}
.integration-quote {
	font-size: 100px;
	line-height: 90px;
}
.integration .title-homepage--lg {
  margin-bottom: 33px;
  max-width: 560px;
  line-height: 41px;
}
.integration img {
  margin-bottom: 17px;
}
.integration .title-homepage--sm {
  margin-bottom: 20px;
}
.integration .text-homepage {
  margin-bottom: 18px;
  max-width: 500px;
}
.integration .integration-note {
	font-weight: 300;
	font-size: 20px;
	line-height: 33px;
	margin-top: -40px;
	margin-bottom: 50px;
}

@media (max-width: 1400px) {
	.features-arrow.next {
		right: -50px;
	}
	.features-arrow.prev {
		left: -50px;
	}
}
@media (max-width: 1200px) {
	.features-game {
		padding: 0 50px;
	}
	.features__title .title-homepage {
		line-height: 1.3;
	}
	.features .slick-dots {
		bottom: 30px;
	}
}
@media (max-width: 1023px) {
  .integration .title-homepage {
    margin-bottom: 24px;
  }
  .integration .col-sm-12 {
    margin-bottom: 30px;
  }
	.features__items img {
		max-height: 320px;
	}
}
@media (max-width: 767px) {
  .integration, .methods {
/*    padding: 40px 0;*/
  }
  .integration .title-homepage {
/*    line-height: 1.5;*/
    margin-bottom: 16px;
  }
	.features__wrap {
		flex-direction: column;
	}
	.features__title {
		padding: 0;
	}
	.features__items {
		margin-left: 0;
		margin-top: 30px;
	}
	.features-game {
		padding: 30px 50px 50px;
	}
	.features__items img {
		max-height: 240px;
	}
	.features__title {
		text-align: center;
		min-width: auto !important;
	}
	.features__link {
		margin-top: 15px;
	}
	.features .slick-dots {
		bottom: -30px;
		left: 50%;
		margin-left: -30px;
	}
}
@media (max-width: 1200px) {
  .features__items ul {
    margin-left: 0;
    line-height: 32px;
  }
  .features__items ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 0 10px;
  }
  .casestudy .col-sm-12:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  .features .container {
    flex-wrap: wrap;
  }
  .features .container > div {
    width: 100%;
  }
  .features__items ul {
    margin-top: 30px;
  }
	.features__title {
		min-width: 400px;
		padding: 20px 0 50px;
	}
}
@media (max-width: 767px) {
  .casestudy .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .casestudy .col-sm-12:last-child {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
	.features__title .title-homepage {
		font-size: 24px;
	}
	.features-game {
		padding: 30px 40px 50px;
	}
	.features-arrow {
		height: 40px;
		width: 40px !important;
	}
	.features-arrow.next {
		right: -40px;
	}
	.features-arrow.prev {
		left: -40px;
	}
}
.welcome__title {
    font-size: 36px;
}