А-ПРИНТ
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
.v-body * {
box-sizing: border-box !important;
}
.v-body img {
max-width: 100% !important;
height: auto;
display: block;
}
.v-body a,
.v-body a:visited,
.v-body a:hover {
text-decoration: none !important;
color: inherit;
}
.v-body p,
.v-body a,
.v-body .h2,
.v-body .h3,
.v-body span,
.v-body ul,
.v-body ol,
.v-body li,
.v-body img {
padding: 0;
margin: 0;
border: 0;
}
.v-body {
word-wrap: normal !important;
overflow: hidden;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0 auto;
width: 100%;
height: 100%;
background-color: #fff;
max-width: 1399px;
font-family: "Rubik", sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #5d4a62;
}
.v-body .h2 {
display: inline-block;
font-size: 60px;
font-weight: bold;
line-height: 1.1;
color: #5d4a62;
}
.v-body .h3 {
display: inline-block;
font-size: 60px;
font-weight: 300;
line-height: 55px;
color: #d0bdd3;
}
.v-body section {
position: relative;
z-index: 0;
width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
}
.v-body .container {
width: 100%;
height: auto;
margin: 0 auto;
max-width: 915px;
}
.v-body .row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.link-item {
display: block;
}
.v-body .btn {
display: inline-block;
position: relative;
text-align: center !important;
transition: 0.3s;
padding: 15px 61px 15px 23px;
border-radius: 4px;
background-color: #fc4948;
border: 1px solid #fc4948;
font-size: 16px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #fff;
box-shadow: 0px 18px 50.6px 4.4px rgba(252, 73, 72, 0.5);
transition: 0.3s;
}
.v-body .btn img {
position: absolute;
top: 50%;
right: 21px;
transform: translateY(-50%);
transition: 0.3s;
}
.v-body .btn:hover {
background-color: #fff;
color: #fc4948;
}
.v-body .btn:hover img {
transform: scale(1.2) translateY(-50%);
}
.v-header {
padding-bottom: 80px;
background-color: #f4e8f7;
}
.v-header .topper {
padding: 50px 0 10px;
position: relative;
display: flex;
}
.v-header .topper::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 1400px;
height: 1px;
background-color: #e1d3e5;
}
.v-header .topper .tel:nth-child(1) {
margin-right: 11%;
}
.v-header .topper .tel {
margin-bottom: 20px;
}
.v-header .topper .tel a {
font-size: 18px;
line-height: normal;
color: #5d4a62;
transition: 0.3s;
}
.v-header .topper .tel a:hover {
color: #fc4948;
}
.v-header .topper .tel span {
display: block;
font-size: 14px;
color: #bfa7c5;
}
.v-header .topper .soc a {
margin-left: 10px;
position: relative;
width: 20px;
height: 20px;
display: inline-block;
}
.v-header .topper .soc a::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #c7b0cc;
z-index: -1;
transition: 0.3s;
}
.v-header .topper .soc a svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.v-header .topper .soc a:hover::before {
transform: scale(1.3) translate(-50%, -50%);
}
.v-header__row {
padding-top: 70px;
}
.v-header .logo {
margin-bottom: 35px;
font-weight: 300;
display: inline-block;
}
.v-header__col {
max-width: 530px;
}
.v-header__title {
margin-bottom: 43px;
}
.v-header ul {
margin-bottom: 45px;
display: flex;
flex-wrap: wrap;
}
.v-header ul li {
margin: 0 55px 30px 0;
padding-left: 16px;
position: relative;
text-align: left !important;
}
.v-header ul li::before,
.v-header ul li::marker {
content: none;
display: none;
}
.v-header ul li::after {
content: "";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
transition: 0.3s;
width: 5px;
height: 29px;
background-color: #fff;
}
.v-header ul li:hover::after {
background-color: #fc4948;
}
.v-adv {
padding: 143px 0 300px;
}
.v-adv__wrap {
display: flex;
justify-content: space-between;
margin: 0 -20px;
}
.v-adv__block {
padding: 0 20px;
max-width: 570px;
}
.v-adv__row {
margin: 0 -3%;
}
.v-adv__col {
padding: 0 3%;
flex: 1 1 33.3333%;
margin-bottom: 140px;
}
.v-adv__item .ico {
width: 50px;
height: 50px;
border-radius: 5px;
background-color: #f4e8f7;
position: relative;
margin-bottom: 20px;
transition: 0.3s;
}
.v-adv__item .ico svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 30px;
height: 30px;
}
.v-adv__item .ico svg path {
fill: #fc4948;
transition: 0.3s;
}
.v-adv__item:hover .ico {
box-shadow: 0px 18px 50.6px 4.4px rgba(252, 73, 72, 0.5);
background-color: #fc4948;
}
.v-adv__item:hover .ico svg path {
fill: #fff;
}
.v-popular {
padding-bottom: 65px;
}
.v-popular__title {
margin-bottom: 80px;
}
.v-popular__title span {
font-weight: 500;
}
.v-popular__row {
margin: 0 -5px 50px;
}
.v-popular__col {
padding: 0 5px;
margin-bottom: 10px;
flex: 1 1 50%;
}
.v-popular__col:nth-child(1) .link-item {
background-color: #f4e8f7;
}
.v-popular__col:nth-child(2) .link-item {
background-color: #e8d1ee;
}
.v-popular__col:nth-child(3) .link-item {
background-color: #d1b8d7;
}
.v-popular__col:nth-child(4) .link-item {
background-color: #b79fbd;
}
.v-popular .link-item {
height: 100%;
padding: 35px 30px 38px 50px;
transition: 0.3s;
}
.v-popular .link-item .img {
height: 264px;
}
.v-popular .link-item .img img {
transition: 0.3s;
}
.v-popular .link-item .title {
font-size: 36px;
font-weight: 600;
margin-bottom: 40px;
display: inline-block;
transition: 0.3s;
}
.v-popular .link-item .title:hover {
color: #fff;
}
.v-popular .link-item .list {
display: flex;
flex-direction: column;
}
.v-popular .link-item .p-link {
display: inline-block;
flex: auto;
margin-bottom: 12px;
transition: 0.3s;
}
.v-popular .link-item .p-link:hover {
transform: scale(1.1);
}
.v-popular .link-item:hover {
box-shadow: 0px 55px 92px 8px rgba(183, 159, 189, 0.6);
}
.v-popular .link-item:hover img {
transform: scale(1.1);
}
.v-how {
background: url("https://i.postimg.cc/XqRfh69h/bgh.png") center right/cover no-repeat;
padding: 100px 0 60px;
}
.v-how__title {
margin-bottom: 85px;
}
.v-how__title .h3 {
color: #5d4a62;
}
.v-how__row {
margin: 0 -5px;
}
.v-how__col {
padding: 0 5px;
flex: 1 1 33.3333%;
}
.v-how__col:last-child {
flex: 1 1 100%;
}
.v-how__item {
padding: 20px 10px;
border-radius: 5px;
transition: 0.3s;
position: relative;
height: 100%;
}
.v-how__item::before {
content: "";
position: absolute;
bottom: -25px;
right: 5px;
width: 51px;
height: 51px;
background: url("https://i.postimg.cc/gJrBbd6k/h1.png") 0 0/cover no-repeat;
animation: 10s rotate infinite linear;
opacity: 0;
transition: 0.3s;
}
.v-how__item .title {
margin-bottom: 25px;
}
.v-how__item .title span {
font-size: 14px;
}
.v-how__item .descr {
font-size: 16px;
line-height: 1.5;
}
.v-how__item .descr a,
.v-how__item .descr p {
margin-bottom: 5px;
display: inline-block;
line-height: 1.5;
font-weight: 500;
}
.v-how__item .descr a:last-child,
.v-how__item .descr p:last-child {
margin-bottom: 0;
}
.v-how__item .descr a:hover {
text-decoration: underline !important;
}
.v-how__item:hover {
background-color: #fff;
}
.v-how__item:hover::before {
opacity: 1;
}
.v-body .v-how__item iframe {
height: 450px !important;
}
.v-body .s {
position: absolute;
z-index: -1;
pointer-events: none;
}
.v-body .s.s-0 {
bottom: 9%;
right: -14%;
width: 53.5%;
animation: 10s movingX infinite ease-in-out;
}
.v-body .s.s-1 {
top: -25px;
right: 10%;
animation: 5s rotate infinite linear;
}
.v-body .s.s-2 {
top: 15%;
left: -45px;
animation: 8s rotate infinite linear;
}
.v-body .s.s-3 {
top: 30%;
left: 30%;
animation: 3s orbit infinite reverse ease-in-out;
}
.v-body .s.s-4 {
bottom: 6%;
left: 0;
width: 41%;
min-width: 400px;
animation: 10s movingX1 infinite ease-in-out;
}
.v-body .s.s-5 {
bottom: 0;
right: -95px;
animation: 3s orbit infinite linear;
}
.v-body .s.s-6 {
bottom: 0;
left: 50%;
animation: 8s rotate infinite reverse linear;
}
.v-body .s.s-7 {
top: 15%;
left: 5%;
animation: 5s scale infinite linear;
}
.v-body .s.s-8 {
bottom: 40%;
right: 6%;
animation: 3s rotate infinite ease-in-out;
}
.v-body .s.s-9 {
bottom: 10%;
left: -20px;
animation: 5s rotate infinite reverse linear;
}
.v-body .s.s-10 {
top: -15px;
left: 73%;
animation: 5s scale infinite linear;
}
.v-body .s.s-11 {
bottom: -34px;
left: 3%;
animation: 5s orbit infinite reverse linear;
}
@keyframes rotate {
to {
transform: rotate(360deg);
}
}
@keyframes movingY {
0% {
transform: translateY(0) scale(1);
}
50% {
transform: translateY(50px) scale(1.5);
}
99% {
transform: translateY(0) scale(1);
}
}
@keyframes movingX {
0% {
transform: translateX(0) scale(1);
}
50% {
transform: translateX(50px) scale(1.1);
}
99% {
transform: translateX(0) scale(1);
}
}
@keyframes movingX1 {
0% {
transform: translateX(0) scale(1);
}
50% {
transform: translateX(-50px) scale(0.9);
}
99% {
transform: translateX(0) scale(1);
}
}
@keyframes orbit {
from {
transform: rotate(0deg) translate(-30px) rotate(0deg);
}
to {
transform: rotate(360deg) translate(-30px) rotate(-360deg);
}
}
@keyframes scale {
0% {
transform: scale(1);
}
50% {
transform: scale(1.3);
}
100% {
transform: scale(1);
}
}
@media only screen and (max-width: 900px) {
.v-body section {
padding-left: 10px !important;
padding-right: 10px !important;
}
.v-body .h2 {
font-size: 38px;
}
.v-body .h3 {
font-size: 35px;
line-height: 30px;
}
.v-header .topper {
padding: 20px 0 10px;
}
.v-header__row {
padding: 30px 0 0;
}
.v-header .topper .soc a svg {
width: 30px;
height: 30px;
}
.v-adv {
padding: 40px 0 300px;
}
.v-adv__wrap {
flex-wrap: wrap;
}
.v-adv__block {
max-width: 100%;
}
.v-adv__title,
.v-popular__title,
.v-how__title {
margin-bottom: 50px;
}
.v-adv__col {
margin-bottom: 40px;
}
.v-body .s.s-2 {
left: unset;
right: -45px;
top: -50px;
}
.v-body .s.s-4 {
min-width: 0;
width: 300px;
}
.v-body .s.s-5 {
width: 50px;
right: -25px;
}
.v-popular .link-item .title {
font-size: 25px;
margin-bottom: 25px;
}
.v-popular .link-item {
padding: 25px 10px 30px 20px;
}
.v-how {
padding: 50px 0 40px;
}
.v-how__col {
flex: 1 1 50%;
}
}
@media only screen and (max-width: 550px) {
.v-header {
text-align: center;
padding-bottom: 200px;
}
.v-header .topper {
display: block;
}
.v-header .topper .tel:nth-child(1) {
margin-right: 0;
}
.v-body .s.s-0 {
width: 300px;
bottom: 0;
right: 0;
}
.v-adv__col {
flex: 100%;
}
.v-adv__item {
display: flex;
align-items: center;
}
.v-adv__item .ico {
margin: 0 15px 0 0;
flex-shrink: 0;
}
.v-popular__col {
flex: 1 1 100%;
text-align: center;
}
.v-popular .link-item .img img {
margin: 0 auto;
}
.v-how__col {
flex: 1 1 100%;
margin-bottom: 30px;
}
.v-how__item .title {
margin-bottom: 15px;
}
}
+380 (99) 202-02-28 Офіс
+380 (50) 563-89-28 Адміністрація
А ПРИНТ
Оперативний друк і поліграфія
Виготовлення сувенірів
Дизайн
Зовнішня реклама
Всі послуги
Наші
переваги
Оперативна робота
Великий спектр послуг
Гнучка система знижок
Індивідуальні принти від 1 штуки
Високоякісний сервіс
Індивідуальний підхід до кожного клієнта
Послуги які ми
пропонуємо
Оперативний друк
Друк (колір, ч\б) будь
які формати Копіювання Плакати Друк фото Сканування Ламінування Брошурування
і тверде переплетення Інше...
Поліграфія
Візитки Бірки Наклейки Пластикові картки Флаєри Листівки Буклети Меню Календарі Інше...
Сувеніри
Чашки Етикетки на пляшки Прапори Футболки Бейсболки Друк на текстилі Картини на підрамнику Пазли Магніти Інше...
Зовнішня реклама
Вивіски Лайт-бокси Об’ємні букви Таблички Банери Штендери Стенди Оформлення вітрин Оформлення транспорту Інше...
Всі послуги
Як ми
працюємо?
Прийом замовлень в офісі або віддалено, через:
- Email
- Viber
- Telegram
Попередня оплата за надану послугу:
- Готівкою
- Банківською карткою через термінал
- Віддалено на картку
- На розрахунковий рахунок
Самовиніс чи самовивіз замовлення або доставка через таксі чи Новою Поштою (за рахунок Замовника згідно тарифів відповідних служб)
Наша адреса:
36000 Україна, м.Полтава, вулиця В'ячеслава Чорновола, 2-Б