О нас
.uc-btns {
display: inline-block;
padding: 8px 30px;
font-size: 16px;
color: #fff !important;
text-decoration: none !important;
background: #ffa500;
border-radius: 3px;
transition: all .3s ease;
}
.uc-btns:hover {
background: #FFB01F;
transition: all .3s ease;
}
.uc-caption {
position: relative;
display: block;
margin: 20px -10px 20px -20px;
background: #6e9c99;
}
.uc-caption::before {
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 5px;
border-color: #706164 #706164 transparent transparent;
content: '';
}
.uc-caption__text {
display: inline-block;
padding: 7px 15px 7px 15px;
font: 14px/19px 'Exo 2', sans-serif;
text-transform: uppercase;
color: #fff;
}
.ucv-a2-panel strong {
font-size: 20px;
color: #ffa500;
}
.ucv-a2-panel {
background: #777 url(https://content.s2.prom.st/July2020/689142bg1.jpg) center;
background-size: cover;
}
.ucv-a2-texts {
background-color: rgba(255, 255, 255, 0.7);
box-sizing: border-box;
padding: 20px 15px;
text-align: center;
padding: 40px 0px;
}
.ucv-a2-header {
font-size: 26px;
line-height: 32px;
color: #ffa500;
margin: 0px 0px 5px;
}
.ucv-a2-sub-header {
font-size: 18px;
line-height: 32px;
color: #2d2d2d;
margin: 0px 0px 10px;
}
.ucv-a2-text {
font-size: 14px;
line-height: 26px;
color: #2d2d2d;
margin: 0px 0px 10px;
}
.ucv-a2-link {
display: inline-block;
height: 37px;
line-height: 37px;
text-decoration: none !important;
text-align: center;
color: #ffa500 !important;
width: 220px;
border: 2px solid #ffa500;
font-size: 15px;
}
.ucv-a2-link:hover {
color: #6e9c99 !important;
border-color: #6e9c99;
transition: 300ms;
}
@media screen and (max-width: 990px) {
.ucv-a2-texts {
max-width: 100%;
}
}
@media screen and (max-width: 768px) {
.ucv-a2-texts {
width: 80%;
}
}
@media screen and (max-width: 500px) {
.ucv-a2-texts {
width: auto;
text-align: center;
box-sizing: border-box;
}
}
.uc-ico-panel {
padding: 20px 15px 20px;
border-bottom: 1px solid #f1f1f1;
}
.uc-ico-header {
text-align: center;
padding-bottom: 20px;
}
.uc-ico-table {
border-width: 0px !important;
width: 100% !important;
margin-top: 30px;
table-layout: fixed;
}
.uc-ico-table td {
padding: 5px;
transition: all 0.3s;
}
.uc-ico-table img {
transition: all 0.3s;
}
.uc-ico-table tr:hover td {
background: #f1f1f1;
}
.uc-ico-table tr:hover img {
transform: translateX(10px);
}
.uc-ico-table-col1 {
width: 70px;
padding-left: 15px;
}
@media screen and (max-width: 500px) {
.uc-ico-table td {
vertical-align: top !important;
}
}
/* Bob */
@-webkit-keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes uc-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes uc-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.uc-bob {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-name: uc-bob-float, uc-bob;
animation-name: uc-bob-float, uc-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
margin-top: 20px;
}
.uc-all {
padding: 20px 15px 30px;
border-bottom: 1px solid #f1f1f1;
}
.uc-block {
text-align: center;
width: 48%;
box-shadow: 5px 0 10px rgba(0, 0, 0, .05), 0px 5px 10px rgba(0, 0, 0, .05), 0px -5px 10px rgba(0, 0, 0, .05), 2px 0 0 #272727 inset;
min-height: 170px;
overflow: hidden;
display: inline-block;
position: relative;
box-sizing: border-box;
margin: 20px 0 20px 1.2%;
}
.uc-block:hover {
box-shadow: 5px 0 10px rgba(0, 0, 0, .1), 0px 5px 10px rgba(0, 0, 0, .1), 0px -5px 10px rgba(0, 0, 0, .1), 2px 0 0 #f63c00 inset;
}
.uc-block p {
padding: 1% 75px 1% 5%;
text-align: left;
}
.uc-margin {
margin-right: 0px;
}
.uc-title {
text-align: center;
color: #555;
}
.uc-block2 {
position: relative;
}
.uc-block2:before {
content: '+';
position: absolute;
top: 2px;
right: 20px;
display: inline-block;
width: 40px;
height: 40px;
line-height: 38px;
box-sizing: border-box;
font-size: 35px;
border: 1px solid #f63c00;
text-align: center;
color: #272727;
transition: .3s;
}
.uc-block2:hover:before {
border: 1px solid #272727;
color: #f63c00;
transition: .3s;
transform: scale(1.2);
}
@media screen and (max-width: 1460px) {
.uc-block p {
padding: 70px 15px 15px;
text-align: center;
}
.uc-block2:before {
top: 20px;
right: 50%;
transition: .3s;
transform: translateX(50%);
}
.uc-block2:hover:before {
transform: translateX(50%) scale(1.2);
}
@media screen and (max-width: 1160px) {
.uc-block {
width: 100%
}
;
}
}
.uc-footer {
padding: 20px 0;
text-align: center;
}
.uc-footer p {
margin: 20px 0;
}
.header-my {
color: #00c4ff;
}
.uc-hover {
padding: 20px 0;
text-align: center;
}
.uc-hover h2 {
color: #6e9c99;
margin-bottom: 30px;
}
.uc-hover2 h2 {
text-align: center;
color: #6e9c99;
margin-bottom: 30px;
}
.uc-hover-wrapper {
-webkit-transform: translateZ(0);
transform: translateZ(0);
position: relative;
overflow: auto;
margin: 15px 1%;
padding: 30px 15px 15px;
min-height: 100px;
background: #fafafa;
display: inline-block;
width: 80%;
transition: all 0.3s;
}
.uc-hover-wrapper span {
color: #6e9c99;
font-size: 20px;
}
.uc-hover-wrapper:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #ffa500;
height: 1px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uc-hover-wrapper:hover {
transition: all 0.3s;
}
.uc-hover-wrapper:hover:before {
left: 0;
right: 0;
}
.uc-hover2 {
padding: 20px 0;
text-align: left;
}
.uc-hover-wrapper2 {
-webkit-transform: translateZ(0);
transform: translateZ(0);
position: relative;
overflow: auto;
margin: 15px 15px;
padding: 15px 15px;
min-height: 110px;
background: #fafafa;
display: inline-block;
width: 43%;
transition: all 0.3s;
}
.uc-hover-wrapper2 span {
color: #ffa500
;
font-size: 20px;
}
.uc-hover-wrapper2:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #ffa500;
height: 1px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.uc-hover-wrapper2:hover {
transition: all 0.3s;
}
.uc-hover-wrapper2:hover:before {
left: 0;
right: 0;
}
.advan {
text-align: center;
}
.advan-wr {
display: inline-block;
width: 45%;
padding: 10px 20px;
overflow: hidden;
min-height: 150px;
}
.advan-t {
transition: 200ms;
}
.advan-d {
display: inline-block;
text-align: center;
margin: 5px 0 5px 0;
width: 80%;
}
.advan-wr:hover .advan-t {
transition: 200ms;
color: #ffa500;
}
@media screen and (max-width:850px) {
.advan-wr {
width: 100%;
}
}
ERW
Experience Right Way
Продажа керамической, клинкерной плитки и керамогранита оптом и в розницу.
Выгодные цены, наличие товара, поставка в любых объемах.
Продукция высокого качества от производителей – лидеров рынка. Изделия проходят испытания
на соответствие стандартам EN и ГОСТ, достойно конкурируют с продукцией итальянских и испанских брендов.
Изучить ассортимент
Кратко о нашей деятельности
Работаем с 2019 года. Являемся официальным дистрибьютором заводов “Евро-керамика” (г. Печоры, РФ), “Контакт” (г. Никольское, РФ), “Брестский КСМ” (г. Брест, РБ). Сотрудничаем с крупными поставщиками керамогранита и плитки.
Наш основной покупатель – розничный. Однако мы работаем и с оптовыми клиентами. Есть возможность оформления вагонных поставок от заводов изготовителей. Основные группы товаров – керамическая и клинкерная плитка, керамогранит, СВП.
Что мы гарантируем нашим клиентам?
Безукоризненное качество продукции
Керамическая плитка производится на итальянском оборудовании с испанскими глазурными составляющими, соответствует действующим европейским и отечественным стандартам. Благодаря технологии цифровой печати фактура и цвет передается с фотографическим качеством.
Наличие широкого выбора
В нашем каталоге представлен большой ряд продукции, отличающейся по стилю и ценовому диапазону. Есть возможность приобрести товары как из “эконом” сегмента, так и “премиум”. Наши специалисты могут в индивидуальном порядке оформить дизайн-проект с последующими расчетами площади.
Смотреть каталог
Почему стоит сотрудничать с ERW?
Высококачественная продукция, изготовленная из новейших материалов по современным технологиям.
Модный дизайн изделий, палитра, выполненная в последних тенденциях, широкий модельный ряд.
Актуальный ассортимент, помощь при выборе продукции, быстрое выполнение заказа.
Предусмотрена градационная система скидок в зависимости от объема покупки.
Компания ERW всегда ориентируется на потребности клиента!
Стильный интерьер, облицовка фасадов, долговечный ремонт – все это возможно с нашей продукцией!
Изучайте предложение в каталоге, задавайте интересующие вас вопросы и делайте заказ. Мы гарантируем качество, оперативность и хороший сервис. Вы всегда можете связаться с нами для получения консультации.
Совершить покупку
Информация о компании
Название:
ERW(ИРВИ)
Тип компании:
Дистрибьютор / Реселлер, Компания, предоставляющая услуги, Торговая компания
Организационно-правовая форма и капитал
Организационно-правовая форма:
Товарищество с ограниченной ответственностью