Про нас
.b-user-content h2 {
margin-top: 1em !important;
margin-bottom: 1em;
}
.uc-btns {
display: inline-block;
padding: 12px 30px;
text-decoration: none !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
text-align: center;
background: #6b8e23;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
color: #fff !important;
transition: all .3s ease;
}
.uc-btns:hover {
background-color: rgb(243, 243, 243);
transition: all .3s ease;
color: #000 !important;
}
.uc-btns-2 {
display: inline-block;
padding: 12px 30px;
text-decoration: none !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
text-align: center;
background: #6b8e23;
border: 1px solid #6b8e23;
border-radius: 5px;
color: #fff !important;
transition: all .3s ease;
}
.uc-btns-2:hover {
background-color: rgb(243, 243, 243);
transition: all .3s ease;
color: #000 !important;
}
.ucv-a2-panel {
background: #f7f7f7 url(https://internetsolution.com.ua/Pictures/tactical-def/about.jpeg);
background-size: cover;
background-position: center;
position: relative;
margin-bottom: 20px;
}
.ucv-a2-texts {
background: rgb(0, 0, 0);
background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(5, 5, 5, 0) 100%);
width: 50%;
padding: 40px;
text-align: left;
}
.ucv-a2-header {
position: relative;
font-size: 20px;
line-height: 1.3em;
color: #ffffff;
margin: 0px 0px 10px !important;
z-index: 1;
}
.ucv-a2-header span {
display: block;
font-size: 70px;
line-height: 70px;
font-weight: 900;
margin-bottom: 20px;
text-shadow: 5px 5px 5px black;
}
.ucv-a2-header ::after {
position: absolute;
content: '';
top: -15px;
left: -10px;
width: 70px;
height: 35px;
background-color: #ffad27;
border-top: 35px solid #2538c4;
transform: skew(-5deg);
z-index: -1;
}
.ucv-a2-sub-header {
font-size: 16px;
line-height: 1.2em;
color: #ffffff;
margin: 0px 0px 10px;
}
.ucv-a2-text {
font-size: 14px;
line-height: 1.3em;
color: #ffffff;
margin: 0px 0px 10px;
}
.simple-link {
text-decoration: none !important;
color: #ffad27 !important;
transition: .4s;
}
.simple-link:hover {
color: #ec9f05 !important;
}
.ucv-a3-link {
display: inline-block;
border: 1px solid #fff;
text-decoration: none !important;
text-align: center;
color: #fff !important;
padding: 9px 40px;
border-radius: 5px;
font-size: 15px;
font-weight: bold;
}
.ucv-a3-link:hover {
border: 1px solid #25c4aa;
color: #25c4aa !important;
}
.ucv-a5-link {
display: inline-block;
border: 1px solid #333;
text-decoration: none !important;
text-align: center;
color: #333 !important;
padding: 9px 40px;
border-radius: 5px;
font-size: 15px;
font-weight: bold;
}
.ucv-a5-link:hover {
border: 1px solid #25c4aa;
color: #25c4aa !important;
}
@media screen and (max-width: 990px) {
.ucv-a2-texts {
width: 50%;
max-width: 100%;
}
}
@media screen and (max-width: 768px) {
.ucv-a2-texts {
width: 90%;
}
.ucv-a2-header {
font-size: 18px;
}
.ucv-a2-sub-header {
font-size: 16px;
}
}
@media screen and (max-width: 600px) {
.ucv-a2-panel {
padding: 0px;
background-position: left;
}
.ucv-a2-texts {
width: auto;
padding: 40px;
}
}
.uc-panel {
padding: 40px 0;
text-align: center;
}
.uc-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-header {
margin-bottom: 20px !important;
text-align: center;
}
.uc-wrapper {
display: inline-block;
vertical-align: top;
margin: 10px .5%;
text-decoration: none;
}
.uc-panel .uc-wrapper {
width: 45%;
}
.uc-img-holder {
display: block;
text-align: center;
position: relative;
overflow: hidden;
max-width: 300px;
margin: 0 auto;
border: 1px solid #eee;
background-color: rgba(255, 255, 255, 0.7);
transition: all 0.5s linear;
perspective: 400px;
background-color: #fff;
}
.uc-img-holder:hover img {}
.uc-img-holder img {
display: block;
position: relative;
max-width: 100%;
max-height: 100%;
transition: all 800ms ease-in-out;
transform-style: preserve-3d;
}
.uc-img-holder:hover .uc-hint {
opacity: 1;
}
.uc-img {
height: 300px !important;
margin: 0px auto;
}
.uc-hint {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background-color: rgba(107, 142, 35, 0.8);
transition: all 0.4s linear;
opacity: 0;
}
.uc-hint-body {
position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #fff;
padding: 15px;
opacity: 0;
transform: translateY(-50%);
transition: all 0.5s linear;
box-sizing: border-box;
}
.uc-name {
font-size: 20px;
color: #333;
display: inline-block;
margin-top: 10px;
}
.uc-wrapper:hover .uc-img-holder,
.uc-img-holder:hover .uc-hint-body {
opacity: 1;
}
.uc-desc {
display: block;
margin: 10px 0;
position: absolute;
visibility: hidden;
color: #333;
}
@media screen and (max-width: 768px) {
.uc-desc {
position: static;
visibility: visible;
}
.uc-panel .uc-wrapper {
width: 51%;
}
.uc-panel .uc-wrapper+.uc-wrapper+.uc-wrapper {
width: 51%;
}
}
@media screen and (max-width: 500px) {
.uc-panel .uc-wrapper,
.uc-panel .uc-wrapper+.uc-wrapper+.uc-wrapper {
width: auto;
margin-right: 15px;
margin-left: 15px;
}
}
.uc-numbers {
padding: 40px 20px 40px;
text-align: left;
}
.uc-numbers_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
}
.uc-numbers h2 {
text-align: center;
margin-bottom: 40px !important;
}
.uc-numbers-items {
width: 44%;
margin: 20px .5% 10px;
padding: 0 10px;
box-sizing: border-box;
transition: all .3s ease;
text-align: center;
}
.uc-numbers-items strong {
transition: all .3s ease;
display: block;
margin-bottom: 30px;
font-size: 75px;
color: #333;
}
.uc-numbers-items:hover strong {
transition: all .3s ease;
color: #ec9f05;
transform: translateY(-4px);
}
.uc-numbers-items em {
font-size: 20px;
color: #333;
font-weight: bold;
line-height: 1.3em;
display: block;
margin: 0 0 10px;
font-style: inherit;
}
.uc-numbers-items span {
font-size: 30px;
}
.uc-numbers-items:hover em {
color: #ffad27;
transition: all .3s ease;
}
.width {
width: 24%;
}
@media screen and (max-width: 768px) {
.uc-numbers-items {
width: 99%;
}
.uc-numbers-items strong {
font-size: 55px;
}
}
.uc-arr-panel {
padding: 40px 10px;
}
.uc-arr-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-arr-header {
text-align: center;
margin-bottom: 30px !important;
}
.uc-arr-table {
border-width: 0px !important;
width: 50% !important;
table-layout: fixed;
float: left;
}
.uc-arr-table td {
padding: 7px;
}
.uc-arr-table+.uc-arr-table {
margin-left: 0%;
}
.uc-arr-table-col1 {
width: 74px;
}
.uc-arr-table-marker {
transition: all 0.3s;
}
.uc-arr-table strong {
font-weight: bold;
font-size: 20px;
color: #333;
font-weight: bold;
margin-bottom: 5px;
line-height: 1.3em;
}
.uc-arr-table tr:hover .uc-arr-table-marker {}
.uc-arr-table-marker img {
transition: all 1s;
transform: translateX(0px) scale(1.0) rotate(0);
}
.uc-arr-table tr:hover .uc-arr-table-marker img {
transform: translate(10px, 0) scale(1.0) rotateX(370deg);
}
@media screen and (max-width: 800px) {
.uc-arr-table {
float: none;
width: 100% !important;
}
.uc-arr-table+.uc-arr-table {
margin: 0;
}
.uc-arr-panel {
padding: 20px 0px 14px;
}
}
@media screen and (max-width: 500px) {
.uc-arr-table td {
vertical-align: top !important;
}
}
.uc-reviews {
padding: 40px 40px 0 40px;
}
.uc-reviews__inner {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.uc-comm {
display: flex;
flex-direction: column;
width: 44%;
margin: 10px 10px;
padding: 20px;
align-items: center;
/*justify-content: space-around;*/
background: #0e0e0e;
border: 5px solid #fff;
box-sizing: border-box;
z-index: 0;
}
.uc-image__area {
width: 100px;
height: 100px;
background: #fff;
z-index: 0;
border-radius: 100%;
}
.uc-comment__content {
text-align: left;
color: #333;
z-index: 0;
}
.uc-user__name {
display: block;
position: relative;
margin: 15px auto 15px;
font-size: 20px;
color: #fff;
font-weight: bold;
}
.uc-user__name::first-letter {
position: relative;
}
.uc-user__name::after {
position: absolute;
content: '';
top: -5px;
left: -10px;
width: 30px;
height: 30px;
background-color: #ffad27;
transform: skew(-5deg);
z-index: -1;
}
.uc-text {
color: #fff;
transition-delay: 0.2s;
transition: .6s;
}
.uc-center__comment:hover .uc-text {
color: #312C32;
transition: .6s;
}
.uc-numbers-items__img img {
transition: all .6s ease;
}
.uc-numbers-items:hover .uc-numbers-items__img img {
transform: translateY(-10px);
}
.uc-reviews__img img {
transition: all .6s ease;
}
.uc-comm:hover .uc-reviews__img img {
animation: 500ms ease 0s normal none 1 running flash;
}
@keyframes flash {
0% {
transform: scaleX(1) scaleY(1);
}
30% {
transform: scaleX(0.8) scaleY(0.8);
}
70% {
transform: scaleX(1.2) scaleY(1.2);
}
100% {
transform: scaleX(1) scaleY(1);
}
}
@media screen and (max-width: 1200px) {
.uc-comment {
width: 100%;
margin: 15px auto;
}
}
@media screen and (max-width: 600px) {
.uc-comm {
width: 100%;
}
.uc-comment {
width: 100%;
}
.uc-user__name {
font-size: 25px;
line-height: 1em;
}
.uc-reviews {
padding: 40px 20px 0 20px;
}
}
.uc-footer {
padding: 60px 40px;
text-align: center;
clear: both;
border-top: 1px solid #e5e5e5;
}
div.b-caption {
margin-top: 2.4em !important;
}
.own-wrapp {
background-color: rgb(243, 243, 243);
position: relative;
}
.title {
font-size: 20px !important;
line-height: 22px !important;
font-weight: 600 !important;
position: relative;
text-align: left;
z-index: 1;
margin: 0 0 0 20px !important;
}
.title ::after {
position: absolute;
content: '';
top: -5px;
left: -10px;
width: 30px;
height: 30px;
background-color: #ffad27;
transform: skew(-5deg);
z-index: -1;
}
.uc-b5-panel {
padding: 40px 20px 40px;
}
.uc-b5-panel:after {
content: " ";
display: block;
clear: both;
font-size: 0px;
}
.uc-b5-header {
margin-bottom: 40px !important;
}
.uc-b5-wrapper {
padding: 25px;
text-align: left;
box-sizing: border-box;
background: transparent;
color: #fff;
display: inline-block;
vertical-align: top;
width: 48%;
margin: 10px 0%;
transition: all .4s;
background-color: #000;
}
.uc-b5-wrapper img {
transition: all .4s;
padding-bottom: 5px;
}
.uc-b5-wrapper strong {
color: #fff;
font-size: 20px;
line-height: 32px;
font-weight: 600;
transition: all .4s ease;
text-transform: uppercase;
display: block;
}
.uc-b5-numbers {
position: relative;
font-size: 60px;
font-weight: 900;
line-height: 60px;
text-shadow: 5px 5px 5px black;
z-index: 1;
margin-left: 5px;
}
.uc-b5-numbers ::after {
position: absolute;
content: '';
top: -5px;
left: -5px;
width: 70px;
height: 35px;
background-color: #ffad27;
border-top: 35px solid #2538c4;
transform: skew(-5deg);
z-index: -1;
transition: .4s;
}
.uc-b5-wrapper:hover ::after {
left: 30px;
}
.uc-b5-wrapper:hover img {
transition: all .4s;
transform: translateY(-5px);
}
.uc-b5-text {
margin: 10px 0 0;
}
.uc-b5-arr {
width: 2% !important;
font-size: 30px;
color: #ccc;
vertical-align: middle;
padding-top: 10px;
}
.uc-b5-arr2 {
display: none;
}
.uc-b5-text {
margin: 10px 0 0;
}
@media screen and (max-width: 650px) {
.uc-b5-wrapper {
width: 44%;
}
.uc-b5-arr2 {
display: none;
}
}
@media screen and (max-width: 500px) {
.uc-b5-wrapper {
width: 100%;
}
.uc-b5-arr {
display: none;
}
}
.uc_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
Tactical Def - це молодий український виробник військового спорядження та аксесуарів.
У нашому асортименті зібрані тисячі різноманітних товарів, серед яких не лише спеціальний одяг та рюкзаки, але й плитоноски, тактичні пояси, підсумки, патчі та шеврони й багато іншого!
Уся продукція виготовляється з сертифікованих та перевірених часом тканин, завдяки чому вирізняється неабиякою міцністю та довговічністю. Оформити замовлення на будь-який товар можна на сайті, через Телеграм або у телефонному режимі.
Перейти до вибору!
Цінності, які сповідує компанія Tactical Def
01
Постійний розвиток Tactical Def - український виробник тактичного одягу та спорядження, який женеться не за кількістю, а за якістю. Ми створюємо максимально надійну продукцію, яка відповідає заявленим характеристикам.
02
Уважність до деталей Ми ніколи не залишаємо без уваги відгуки наших клієнтів. Ми уважно вивчаємо їх, завдяки чому тактична амуніція та одяг з нашого асортименту постійно покращуються!
Які категорії товарів ми пропонуємо?
Безпека та комфорт - ті аспекти, які стоять на першому місці. Ми пропонуємо великий вибір зручних плитоносок різних конфігурацій. Усі представлені у каталозі моделі оснащені системами швидкого скидання. Плитоноски Безпека та комфорт - ті аспекти, які стоять на першому місці. Ми пропонуємо великий вибір зручних плитоносок різних конфігурацій. Усі представлені у каталозі моделі оснащені системами швидкого скидання. Пропонуємо великий вибір тактичних поясів, розмір яких є регульованим. У нашому асортименті представлені вироби різних кольорів та модифікацій, однак кожен з них вирізняється надзвичайно високою якістю та зносостійкістю. Тактичні пояси Пропонуємо великий вибір тактичних поясів, розмір яких є регульованим. У нашому асортименті представлені вироби різних кольорів та модифікацій, однак кожен з них вирізняється надзвичайно високою якістю та зносостійкістю. Військова амуніція - це не лише плитоноски та тактичні пояси, але й підсумки. В нашому інтернет-магазині ви знайдете вироби різного призначення з неймовірно якісних та довговічних тканин. Підсумки Військова амуніція - це не лише плитоноски та тактичні пояси, але й підсумки. В нашому інтернет-магазині ви знайдете вироби різного призначення з неймовірно якісних та довговічних тканин. Під час навчання або виконання бойових завдань військовий повинен почуватися максимально комфортно. Ми пропонуємо великий вибір практичного одягу, який не сковує рухи, зберігає тепло та відштовхує вологу. Одяг Під час навчання або виконання бойових завдань військовий повинен почуватися максимально комфортно. Ми пропонуємо великий вибір практичного одягу, який не сковує рухи, зберігає тепло та відштовхує вологу. Взуття для військових повинно поєднувати у собі практичність та високу якість. Моделі, які надійно фіксують гомілкостоп, мають ортопедичні устілки та не бояться вологи й бруду, ви знайдете у нашому каталозі. Взуття Взуття для військових повинно поєднувати у собі практичність та високу якість. Моделі, які надійно фіксують гомілкостоп, мають ортопедичні устілки та не бояться вологи й бруду, ви знайдете у нашому каталозі. У нашому каталозі представлений великий вибір рюкзаків та тактичних сумок для військових. Для їх виготовлення використані якісні тканини, які не бояться фізичного стирання та легко відштовхують вологу. Сумки та рюкзаки У нашому каталозі представлений великий вибір рюкзаків та тактичних сумок для військових. Для їх виготовлення використані якісні тканини, які не бояться фізичного стирання та легко відштовхують вологу.
4 причини стати клієнтом Tactical Def
Великий вибір
На сайті нашого інтернет-магазину представлені сотні різноманітних товарів. Серед них як практичні та зручні плитоноски та тактичні пояси, так і військові аксесуари: наколінники, ножі, фіксатори та багато іншого.
Гарантія якості
Tactical Def - це виробник тактичної амуніції та аксесуарів, який використовує лише якісні матеріали та фурнітуру і контролює кожен виробничий етап. Саме тому наші вироби відповідають стандартам НАТО.
Компетентність менеджерів
Незважаючи на те, що ми - доволі молода компанія, однак наші менеджери мають величезний досвід. Вони нададуть вам максимально повну інформацію про будь-який товар та допоможуть з підбором практичного спорядження.
Швидкість роботи
Ми цінуємо час наших клієнтів, саме тому докладаємо максимум зусиль для того, аби вони якомога швидше отримували спорядження. Відправки більшості замовлень здійснюються в день їх оформлення.
Виникли питання? Телефонуйте!
Інформація про компанію
Назва:
TACTICAL DEF
Тип компанії:
Виробник
Бренди:
1
Ринкова діяльність
Основні клієнти:
1
Інформація про виробництво
Місцезнаходження виробництва:
Біла Церква