/home/bdqbpbxa/demo-subdomains/paytech.goodface.com.ua/frontend/css/adaptive.css
@media screen and (min-width: 1100px) and (max-height: 800px) {
/* Homapge | .key-features */
.key-features__left-wrapper,
.key-features__left .img,
.key-features__left .img img {
max-height: 500px;
}
.steps-slider__item .img img {
max-height: 400px;
object-fit: contain;
aspect-ratio: none;
}
}
@media screen and (max-width: 1100px) {
main>*:first-child {
padding-top: 84px;
}
/* Homepage | .hero */
.hero__wrapper {
gap: 0;
flex-direction: column;
align-items: center;
grid-template-columns: repeat(2, 1fr);
}
.hero__left {
grid-column: span 2;
max-width: 100%;
}
.hero__left .section-label+.section-title {
/* TODO: check on macbook */
margin-top: 19px;
}
.hero__description-wrapper {
/* TODO: cgeck on macbook */
margin-top: 30px;
}
.hero__description-wrapper .default-button {
min-width: 123px;
}
.hero__description-wrapper .description {
margin-left: 32px;
margin-top: -3px;
/* TODO: check on macbook */
max-width: none;
}
.hero__description-wrapper .description .text {
margin-top: 18px;
}
.hero__right {
grid-column: span 2;
position: relative;
padding: 78px 28px;
width: auto;
min-width: auto;
/* TODO: check margin on macbook*/
margin: 34px -7px 0 -7px;
}
.hero__right-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.hero__right-bg img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero__right__wrapper {
width: 100%;
}
.hero__right__wrapper img {
display: block;
width: 100%;
}
.hero-card {
position: relative;
z-index: 1;
border-radius: 6.4px;
background: var(--shark-shark-550, #1A1B21);
box-shadow: 0px 6.400000095367432px 16px 0px rgba(10, 11, 13, 0.08);
}
.hero-cards {
margin: 158px 0 0 0;
}
.hero-cards:after {
height: 140px;
}
.hero-card__wrapper {
margin: 0 auto -42px auto;
min-width: 508px;
grid-template-columns: repeat(3, 1fr);
gap: 9px;
padding: 0;
}
.hero-cards .container {
display: flex;
justify-content: center;
align-items: center;
}
.hero-card__item {
order: 3;
min-width: 163px;
}
.hero-card__item:nth-child(1) {
order: 1;
}
.hero-card__item:nth-child(3) {
order: 2;
}
/* Homepage | succes-story */
.succes-story .review {
margin-top: 24px;
}
.succes-story .colored-tabs {
margin-top: 40px;
}
.-apple .succes-story .colored-tabs {
margin-top: 40px;
}
/* Homepgae | faq-section */
.faq-section .faq-list {
margin-top: 46px;
}
.cta-faq {
margin: 80px auto 0 auto;
max-width: 990px;
padding: 30px 32px 32px 32px;
border-radius: 16px;
}
.cta-faq .content {
max-width: 300px;
margin-top: 3px;
}
.cta-faq .title {
max-width: 350px;
}
.cta-faq .content .default-button {
margin-top: 24px;
min-width: 157px;
}
/* Homepage | key-features */
.key-features__wrapper {
display: block;
gap: 0;
margin-top: 46px;
}
.key-features__left {
display: none;
}
.key-features__right .img {
display: block;
margin-bottom: 20px;
border-radius: 9px;
background: var(--shark-shark-550, #1A1B21);
}
.key-features__right .img img {
display: block;
width: 100%;
object-fit: contain;
aspect-ratio: 29/36;
}
.key-features__right .key-features__slide {
opacity: 1;
}
.key-features__right .key-features__slide:not(.-active) {
pointer-events: auto;
}
.key-features__right .checked-list {
margin-top: 24px;
}
.key-features__right .key-features__slide+.key-features__slide {
margin-top: 64px;
}
/* Homepage | steps-section */
.steps-section .section-title {
margin-bottom: 40px;
}
.-apple .steps-section .section-title {
margin-top: 40px;
}
/* Homepage | reviews */
.reviews {
overflow: hidden;
}
.reviews .reviews-slider {
margin-top: 40px;
}
.-apple .reviews .reviews-slider {
margin-top: 40px;
}
/* Homepage | pricing-plans */
/* Homepage | pricing plan */
.pricing-plans .pricing-plans__wrapper {
grid-template-columns: repeat(1, 1fr);
margin-top: 40px;
gap: 24px;
}
.-apple .pricing-plans .pricing-plans__wrapper {
margin-top: 40px;
}
.pricing-plan__item {
padding: 24px;
border-radius: 16px;
box-shadow: 0px 16px 40px 0px rgba(10, 11, 13, 0.08);
}
.pricing-plan__item.-popular {
position: relative;
border-radius: 0 0 16px 16px;
margin-top: 24px;
}
.pricing-plan__item .popular-label .text {
padding: 8px 8px 5px 8px;
border-radius: 8px 8px 0 0;
width: calc(100% + 4px);
}
.pricing-plan__item .best-for {
margin-top: 8px;
min-height: auto;
}
.pricing-plan__item .price {
margin-top: 2px;
min-height: 48px;
display: flex;
justify-content: flex-start;
align-items: flex-end;
}
.pricing-plan__item .price+.default-button {
margin-top: 15px;
}
.pricing-plan__item .default-button+.free-transactions-title {
margin-top: 23px;
}
.pricing-plan__item .free-transactions-title+.free-transactions-text {
margin-top: 8px;
}
.pricing-plans__key-content {
padding-top: 17px;
}
.pricing-plans__key-features .separator {
margin-top: 0;
margin-bottom: 18px;
}
.pricing-plans__key-features .list {
margin-top: 13px;
}
.pricing-plans__key-features .list li {
position: relative;
margin-top: 8px;
padding-left: 24px;
}
.pricing-plans__key-features .list li:before {
left: -1px;
top: 2px;
width: 16px;
height: 16px;
}
.pricing-plans__key-features .default-button {
display: flex;
margin-top: 16px;
}
.pricing-plans__key-features__wrapper {
height: 0;
overflow: hidden;
transition: height 0.6s;
}
/* Homepage | table-section */
.comparing-table {
margin-top: 24px;
}
.comparing-table thead td:first-child {
border-radius: 16px 0 0 0;
}
.comparing-table thead td:last-child {
border-radius: 0 16px 0 0;
}
.comparing-table thead td .default-button {
margin-top: 10px;
}
.comparing-table tbody th {
padding: 16px;
}
.comparing-table tr td {
padding: 16px;
}
.comparing-table tr td:first-child {
max-width: 20%;
}
.comparing-table tr td.check:before {
width: 16px;
height: 16px;
border-radius: 80px;
background-size: 10px;
}
}
@media screen and (max-width: 759px) {
/* Homepgae | faq-section */
.cta-faq {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.cta-faq .content {
max-width: 100%;
margin-top: 26px;
}
.cta-faq .title {
max-width: 100%;
}
/* Homepage | table-section */
.table-section {
overflow: hidden;
}
.table-section .comparing-slider {
display: block;
margin-top: 24px;
}
.comparing-table {
margin-top: 22px;
}
.comparing-table thead {
display: none;
}
.comparing-table tbody th {
border: 1px solid var(--shark-shark-100, #E4E7E9);
padding: 8px 16px;
}
.comparing-table tr td {
padding: 12px 16px;
transition: transform 0.7s;
}
.comparing-table tr td:first-child {
max-width: none;
width: 164px;
min-width: 164px;
position: relative;
z-index: 2;
background: var(--white, #fff);
}
.comparing-table tr td.check:before {
width: 16px;
height: 16px;
border-radius: 80px;
background-size: 10px;
}
.comparing-table tr td:not(:first-child) {
min-width: calc(100% - 164px);
}
.plan-slide {
border-radius: 16px;
border: 1px solid var(--shark-shark-125, #DADDDE);
background: var(--shark-shark-50, #EFF2F4);
padding: 16px;
display: flex;
justify-content: space-between;
align-items: center;
transition: transform 0.4s;
}
.plan-slide .default-button {
margin-left: 10px;
}
.plan-slide.swiper-slide-prev {
transform: translateX(-8px);
}
.comparing-slider .pagination {
margin-top: 12px;
}
.comparing-table .mobile-info {
display: flex;
}
.comparing-table .mobile-info>* {
width: 100%;
}
.comparing-table .mobile-info .row-name {
display: block;
color: var(--shark-shark-300, #8C8F90);
padding: 0 16px 8px 16px;
width: 164px;
min-width: 164px;
}
.comparing-table .mobile-info .row-value {
display: flex;
justify-content: center;
align-items: center;
padding: 0 16px 8px 16px;
}
.comparing-table .mobile-info .row-value p {
position: absolute;
opacity: 0;
pointer-events: none;
transition: opacity 0.4s;
}
.comparing-table .mobile-info .row-value p.-active {
position: relative;
opacity: 1;
pointer-events: auto;
}
.comparing-table tbody {
display: block;
border-radius: 4px;
border: 1px solid var(--shark-shark-100, #E4E7E9);
overflow: hidden;
}
.comparing-table tbody tr:first-child th {
border-left: none;
border-right: none;
border-top: none;
}
.comparing-table tbody tr td:first-child {
border-left: none;
}
.comparing-table tbody tr td:not(:first-child) {
border-right: none;
}
.comparing-table tbody tr:last-child td {
border-bottom: none;
}
}