sport-market.in.ua
.uc-link {
display: inline-block;
padding: 8px 15px;
text-decoration: none !important;
text-align: center;
min-width: 150px;
color: #fff!important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#517ba5), to(#094581));
background-image: -webkit-linear-gradient(top, #517ba5, #094581);
background-image: -moz-linear-gradient(top, #517ba5, #094581);
background-image: -o-linear-gradient(top, #517ba5, #094581);
background-image: -ms-linear-gradient(top, #517ba5, #094581);
background-image: linear-gradient(top, #517ba5, #094581);
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', gradientType=0, startColorstr='#517ba5', endColorstr='#094581');
border-radius: 3px;
border-width: 1px;
border-style: solid;
border-color: #fff;
-webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.28);
box-shadow: -1px 1px 2px rgba(0,0,0,.28);
font-size: 16px;
transition: all .3s;
margin: 10px;
}
.uc-link:hover {
background-image: -webkit-gradient(linear, left top, left bottom, from(#094581), to(#517ba5));
background-image: -webkit-linear-gradient(top, #094581, #517ba5);
background-image: -moz-linear-gradient(top, #094581, #517ba5);
background-image: -o-linear-gradient(top, #094581, #517ba5);
background-image: -ms-linear-gradient(top, #094581, #517ba5);
background-image: linear-gradient(top, #094581, #517ba5);
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', gradientType=0, startColorstr='#094581', endColorstr='#517ba5');
transform: translateY(5px);
}
.uc-banner-panel {
padding: 30px 20px 10px 50px;
}
.uc-banner-color {
display: flex;
width: 100%;
margin-top: 40px;
height: auto;
background: #bbd0ea;
margin-bottom: 45px;
}
.uc-banner-text {
margin-top: -40px;
margin-bottom: 40px;
margin-left: -30px;
width: auto;
background-color: #fff;
padding: 15px 50px 10px;
box-shadow: 0 20px 30px rgba(0,0,0, .3);
text-align: center;
}
.uc-banner-text strong {
font-size: 18px;
color: #4682b4;
}
.uc-banner-text h2 {
margin-bottom: 15px;
padding: 10px 0;
border-top: 2px solid #4682b4;
border-bottom: 2px solid #4682b4;
}
.uc-banner-img {
background: url(http://content.s2.prom.st/January%202020/53109gl.jpg) center center/cover;
width: 250px;
height: 250px;
flex-shrink: 0;
margin-top: 85px;
margin-right: -20px; /* Для старого дизайну зробіть від'ємне, (виглядає краще), для нового - навпаки*/
margin-left: -25px;
margin-bottom: -40px;
box-shadow: 0 20px 30px rgba(0,0,0, .3);
}
@media screen and (max-width: 1000px) {
.uc-banner-panel {
padding: 30px 20px 10px 50px;
}
.uc-banner-text {
margin-right: 20px;
padding: 20px;
}
.uc-banner-color {
flex-wrap: wrap;
flex-direction: column;
}
.uc-banner-img {
width: 150px;
height: 150px;
margin-top: -60px;
margin-right: -15px;
align-self: flex-end;
}
}
.ucv-b1-panel {
padding: 20px 0;
text-align: center;
border-bottom: 2px dotted #b1c3d5;
}
.ucv-b1-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.ucv-b1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
.ucv-b1-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px 1%;
text-decoration: none;
}
.ucv-b1-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
border: 1px solid #ebebeb;
}
.ucv-b1-img-holder img {
display: block;
height: auto !important;
}
.ucv-b1-img-holder:hover .ucv-b1-hint {
left: 0;
}
.ucv-b1-hint {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(222, 238, 251,0.99);
text-align: left;
color: #000;
transition: all .7s cubic-bezier(0.31, 0.57, 0.31, 2.0);
overflow: hidden;
}
.ucv-b1-hint-body {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
padding: 15px;
box-sizing: border-box;
}
.ucv-b1-name {
font-size: 16px;
color: #416F9D;
display: inline-block;
margin-top: 10px;
}
.ucv-b1-name:hover {
color: #333;
}
.ucv-b1-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: 30%;
}
@media screen and (max-width: 1100px) {
.ucv-b1-panel .ucv-b1-wrapper {
width: 46%;
}
}
@media screen and (max-width: 900px) {
.ucv-b1-desc {
position: static;
visibility: visible;
}
.ucv-b1-panel .ucv-b1-wrapper {
width: auto;
}
}
.uc-clear {clear:both; height:0px;}
.uc-reviews {
padding: 20px;
border-bottom: 2px dotted #b1c3d5;
}
.uc-reviews h2 {
margin-bottom: 20px;
text-align: center;
}
.uc-reviews__inner {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-comment {
display: flex;
flex-direction: column;
width: 100%;
margin: 15px auto;
padding: 20px;
align-items: center;
/*justify-content: space-around;*/
position: relative;
background: #f9f9f9;
box-sizing: border-box;
z-index: 0;
}
.uc-image__area {
width: 100px;
height: 100px;
background: #fff;
z-index: 1;
border-radius: 100%;
}
.uc-user__image {
max-width: 100px;
height: auto;
border-radius: 100%;
box-shadow: 0 5px 10px #fff, 0 0 0px 7px #555, 0 0px 10px 10px #fff;
}
.uc-comment__content {
text-align: center;
color: #000;
z-index: 1;
}
.uc-user__name {
font-size: 18px;
color: #094581;
font-weight: bold;
transition-delay: 0.3s;
transition: .6s;
}
.uc-text {
transition-delay: 0.2s;
transition: .6s;
}
.uc-first__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: #094581;
transition: .7s;
}
.uc-first__comment:hover .uc-user__name,
.uc-first__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-first__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 7px;
background: #3f75aa;
transition: .7s;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
.uc-second__comment:hover .uc-user__name,
.uc-second__comment:hover .uc-text {
color: #fff;
transition: .6s;
}
.uc-second__comment:hover::before {
height: 100%;
transition: .7s;
}
@media screen and (max-width: 1000px) {
.uc-comment {
width: 100%;
margin: 10px auto;
}
}
@media screen and (max-width: 320px) {
.uc-comment {
width: 100%;
}
}
.uc-numbers {
padding: 20px 40px;
border-bottom: 2px dotted #b1c3d5;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 20px;
}
.uc-numbers-scheme {
background: #deeefb;
display: inline-block;
box-sizing: border-box;
width: 44%;
margin: 2% 3%;
padding: 40px 10px 10px 20px;
transition: all .4s ease;
}
.uc-numbers-scheme strong {
transition: all .6s ease;
display: inline-block;
font-size: 60px;
color: #416F9D;
transform: translateX(-50px);
text-shadow: 10px 0 1px #fff;
}
.uc-numbers-scheme:hover strong {
color: #355a7f;
transform: translateX(0px);
text-shadow: none;
}
.uc-numbers-scheme em {
font-size: 18px;
color: #416F9D;
transition: all .3s ease;
display: inline-block;
font-weight: bold;
font-style: inherit;
}
.uc-numbers-scheme:hover em {
color: #355a7f;
}
@media screen and (max-width: 1000px) {
.uc-numbers-scheme {
width: 100%;
margin: 10px auto;
}
}
:root { --infograph-color4: #517ba5; --infograph-color3: #6ba0d6; --infograph-color2: #aacbed; --infograph-color1: #d6e8f9; }
.uc-four-panel {
padding: 20px;
border-bottom: 2px dotted #b1c3d5;
}
.uc-four-panel h2 {
text-align: center;
}
.uc-four-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.uc-four-item {
display: flex;
flex-direction: column;
width: 45%;
padding: 0px;
border-radius: 20px;
/* box-shadow: 15px 15px 44px 5px rgba(0, 0, 0, 0.38);*/
margin: 20px 0;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
text-align: center;
position: relative;
padding: 40px;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
background: #f2f6f9;
border-radius: 20px;
}
.uc-four-content-1:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-1:before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-2:after {
content: '';
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-2::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-3:after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color3);
border-radius: 20px;
}
.uc-four-content-3::before {
content: '';
position: absolute;
bottom: 0px;
left: 0px;
width: 20px;
height: 100%;
background: var(--infograph-color3);
border-radius: 20px;
}
.uc-four-content-4::after {
content: '';
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 20px;
background: var(--infograph-color4);
border-radius: 20px;
}
.uc-four-content-4::before {
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 100%;
background: var(--infograph-color4);
border-radius: 20px;
}
.uc-four-header {
font-size: 24px;
}
.uc-four-text {}
.uc-four-icon {}
@media screen and (max-width: 1000px) {
.uc-four-item {
width: 100%;
margin: 10px auto;
}
.uc-four-content-1:after,
.uc-four-content-1:before,
.uc-four-content-2:after,
.uc-four-content-2:before,
.uc-four-content-3:after,
.uc-four-content-3:before,
.uc-four-content-4:after,
.uc-four-content-4:before {
display: none;
}
.uc-four-content-1,
.uc-four-content-2,
.uc-four-content-3,
.uc-four-content-4 {
padding: 20px;
}
.uc-four-content-1
{
border: 10px solid var(--infograph-color1);
border-radius: 20px;
}
.uc-four-content-2
{
border: 10px solid var(--infograph-color2);
border-radius: 20px;
}
.uc-four-content-3 {
border: 10px solid var(--infograph-color3);
border-radius: 20px;
}
.uc-four-content-4 {
border: 10px solid var(--infograph-color4);
border-radius: 20px;
}
}
.uc-b5-panel {
padding: 20px 0;
text-align: center;
border-bottom: 2px dotted #b1c3d5;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-panel h2 {
margin-bottom: 20px;
}
.uc-b5-wrapper {
display: inline-block;
vertical-align: top;
width: 20%;
margin: 10px 0.5%;
}
.uc-b5-arr {
width: 20px;
font-size: 30px;
color: #303030;
vertical-align: middle;
padding-top: 30px;
}
.uc-b5-arr2 { }
.uc-b5-arr3 {
}
.uc-b5-text {
margin: 10px 0 0;
}
.uc-b5-img { transition: all 0.5s ease; }
.uc-b5-wrapper:hover img { transform: scale(1.5, 1.5); }
@media screen and (max-width: 1000px) {
.uc-b5-wrapper {
width: 25%;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-arr3 {
display: inline-block;
}
}
@media screen and (max-width: 800px) {
.uc-b5-wrapper {
width: 60%;
}
.uc-b5-arr {
display: none;
}
}
.uc-e1-panel {
padding: 20px;
text-align: center;
}
.uc-e1-panel h2 {
margin-bottom: 20px;
text-align: center;
}
Спортивний одяг і товари для спорту
Продаж від прямого імпортера!
У нашому каталозі показано більше 20 000 товарів від впливових світових виробників. Пропонуємо найбільш прибуткові ціни на ринку при найвищій якості всіх товарів. Безкоштовно доставляємо замовлення від 300 Грн "Укріпляй" також є безкоштовна доставка "Новий Пощой". Міняємо товар або повертаємо гроші, якщо є претензії до якості!
Побачити каталогая товстування Nike з чорним верхом і сірим низом стане відмінним доповненням жіночого і чоловічого гардеробу. Індонезія.
На зиму, холодній весну і осінній одяг темно-сиєго кольору з щільної утіленої тканини. Дизайн - лаконічний, підходить жінкам і чоловікамголий костюм з щільного трикотажу чорного кольору приваблює своїм стриманим стильним дизайном. Верх — товстововка на замку з капюшоном.
Стильний костюм з щільного трикотажу чорного кольору приваблює своїм стриманим стильним дизайном. Верх — товстововка на замку з капюшоном.
Пропонуємо кращий вибір товарів для спорту
Спортивний одяг і взуття
Широкий вибір колекцій спортивного одягу та взуття від класичних до модерни, від "патріархів" спортивного бізнесу до молодих і талановитих виробників Туреччини та Індонезії.
Обладнання для різних видів спорту
У продажу є спортивне устаткування відомих виробників, надійність, довговічність і якість якого підтверджено відповідними сертифікатами.
Перейти до вибору
Sport Market — прямий постачальник спортивноварів від світових брендів
1
Наш асортимент товарів становить понад 20 000 одиниць.
2
Ми маємо 5 інтернет-магазинів і 3 склади в трьох містах України.
3
За більш ніж п’ять років роботи ми успішно виконали понад 30 000 замовлень.
4
Понад 2500 відгуків на сайтах і соцсеях підтверджують нашу надійність.
5
Ми постійно слідуємо за трендами і поповнюємо ними свій асортимент.
6
У нас можна знайти як оригінальні брендові товари, так і репліки.
4 Чому ми купуємо спортивні товари?
Ми попіклувалися, щоб покупка була зручною для вас, запропонувавши різні варіанти оплати і доставки.
Ми відповідаємо на запитання про наші товари і допоможемо підібрати розмір одягу.
Ми відправимо вам замовлення в день навернення або на наступний вигідний вам перевізник.
Ми завжди повернемо гроші за товар або замінимо його, якщо вам щось не сподобається.
За покупками
Зробити замовлення в магазині Sport Market простіше
Виберіть товари і заповніть заявку на веб - сайті, вказавши свої контакти.
→
Наш менеджер зв'яжеться з вами для узгодження всіх деталей замовлення.
→
Оплатіть свої покупки або по передоплаті, або платежі.
→
Отримайте замовлення у відділенні перевізника або заберіть самостійно.
За спортивними товарами в магазин Спорт Маркет!
Пропонуємо вам кращу якість у світі спорту!
Якщо ви любите спорт, похід і активний відпочинок на природі, то вам точно до нас. З нашим магазином ви не тільки зекономите час на походи по магазинах, але й зможете купити якісні спортивні товари за адекватними цінами.
Почати шопінг