.v-section{align-content:center;display:grid;gap:48px;min-height:480px;padding:64px 0}.v-section:nth-child(odd){background-color:#fff}.v-section>header{display:grid;gap:12px;justify-self:center;max-width:80vw;text-align:center}.v-section>header img{height:196px;justify-self:center;width:196px}.v-section>header h2{font-size:27px}.v-section>header p{font-size:19px}.v-section>.content{display:grid;justify-self:center;max-width:80vw;text-align:center}.v-section>footer{display:grid;justify-content:center}.v-section>footer p,.v-section>footer p *{font-size:16px;text-align:center}.v-section-statistics .content{max-width:90vw}.v-section-statistics .content ul{display:flex;flex-wrap:wrap;gap:21px 78px;justify-content:center;justify-self:center}.v-section-statistics .content ul li{display:grid;gap:7px;place-items:center}.v-section-statistics .content ul li .value{color:var(--color-primary);font-size:27px;font-weight:700}.v-section-subscriptions .content{display:grid;gap:21px;max-width:90vw}.v-section-subscriptions .content .switchers{align-items:center;display:grid;gap:21px;grid-template-columns:repeat(2,auto);justify-content:center}.v-section-subscriptions .content .switchers .switcher{background-color:#fff;border:1px solid transparent;border-radius:7px;cursor:pointer;padding:9px 18px;transition:.12s}.v-section-subscriptions .content .switchers .switcher.enabled,.v-section-subscriptions .content .switchers .switcher:hover{border-color:var(--color-primary)}.v-section-subscriptions .content .subscriptions{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;justify-self:center;max-width:90vw}.v-section-subscriptions .content .subscriptions .subscription{align-content:space-between;background-color:#fff;border-radius:12px;display:grid;flex:1;gap:21px;max-width:400px;min-width:300px;padding:36px;text-align:center}.v-section-subscriptions .content .subscriptions .subscription>header{display:grid;gap:15px}.v-section-subscriptions .content .subscriptions .subscription>header h3{font-size:21px}.v-section-subscriptions .content .subscriptions .subscription .content{display:grid;gap:21px}.v-section-subscriptions .content .subscriptions .subscription .content .price{font-size:27px;margin-top:auto}.v-section-subscriptions .content .subscriptions .subscription .content .button{background-color:var(--color-primary);padding:12px 18px}.v-section-subscriptions .content .subscriptions .subscription .content ul{display:grid;gap:7px}.v-section-screens .screens{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.v-section-screens .screens .screen{border:12px solid #000;border-radius:12px;overflow:hidden;position:relative;transition:.125s}.v-section-screens .screens .screen img{left:0;position:absolute;top:0;width:100%}.v-section-screens .screens .screen.mobile{height:300px;width:170px}.v-section-screens .screens .screen.tablet{height:240px;width:300px}.v-section-screens .screens .screen.computer{height:240px;width:360px}.v-section-screens .screens .screen:hover{transform:scale(1.5);z-index:1}.v-section-contact .content .contacts{align-items:center;display:flex;gap:12px 21px}.v-section-contact .content .contacts .contact{align-items:center;border:1px solid #eee;border-radius:12px;display:grid;gap:7px;grid-template-columns:auto 1fr;padding:7px 12px}.v-section-contact .content .contacts .contact.email{border:1px solid #ff9696}.v-section-contact .content .contacts .contact.email svg{fill:#ff6464}.v-footer{padding:24px;text-align:center}
