/*
 Theme Name: itp
 Theme URI: itp
 Author: Sungrey
 Version: 1.0
 */

/*-------------------RESET STYLE ---------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------RESET STYLE ---------------------*/
html, body {
    height: 100%;
    margin: 0;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -300px;
}
.push {
    height: 300px;
}
body {
    font-family: 'Rajdhani', sans-serif;
}
.logo-top {
    max-width: 130px;
    margin-top: 10px;
    margin-bottom: 7px;
}
.logo-top img {
    width: 100%;
    height: auto;
}
.contact-top {
    min-width: 186px;
}
.contact-top img {
    margin-right: 15px;
    float: left;
}
.contact-top a {
    color: black;
    font-weight: 600;
    transition: 0.2s linear;
}
.contact-top a:hover {
    color: white;
    text-decoration: none;
}
.top-menu-bl {
    background-color: black;
}
.top-menu-bl a {
    color: white;
    font-weight: 600;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    transition: 0.2s linear;
}
.top-menu-bl a:hover {
    text-decoration: none;
    background-color: #E30613;
    transform: scale(1.2);
}
.header-menu li {
    display: inline-block;
    margin-right: 20px;
}
#main-img {
    min-height: 683px;
}
@media (max-width: 1441px) {
    #main-img {
        min-height: 512px;
    }
}
@media (max-width: 1370px) {
    #main-img {
        min-height: 486px;
    }
}
.main-img-captions {
    text-align: center;
    margin-top: 15%;
}
.main-img-captions h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 80px;
}
.main-types h4 {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
}
.main-types .main-square {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #E30613;
    top: -3px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.main-types {
    margin-top: 18px;
}
.parts {
    text-align: center;
}
.parts img {
    margin: 0 auto;
}
.caption h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.parts h3 {
    font-weight: 600;
    font-size: 22px;
}
.block-3 {
    min-height: 240px;
    position: relative;
    transition: 0.2s linear;
}
.block-3:hover {
   
    transform: scale(1.03);
}
.parts img {
    transition: 0.2s linear;
}
.parts img:hover {
    transform: scale(1.1);
}
.block-3 h5 {
        background-color: rgba(227, 6, 19, 0.7);
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 20px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}
.boxes-3 {
    margin-top: -20px;
}
.form-bg {
    min-height: 450px;
    margin-bottom: 30px;
}
.form-bg h2 {
    text-align: center;
    margin-top: 23px;
}
 #navbar {
  background-color: black;
  position: fixed;
  top: -157px;
  width: 100%;
  display:block;
  transition: top 0.3s;
     z-index: 999;
}
.main-form {
    text-align: center;
}
.main-form .wpcf7-form {
    max-width: 400px;
    margin: 0 auto;
}
.main-form .wpcf7-form label, .main-form .wpcf7-form label span, .main-form .wpcf7-form label span input, .main-form .wpcf7-form label span textarea  {
    width: 100%;
}
.main-form .wpcf7-form label span input, .main-form .wpcf7-form label span textarea  {
   padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #c2c2c2;
}
.main-form .wpcf7-submit {
    border: 2px solid #E30613;
    padding: 10px 30px;
    background-color: transparent;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s linear;
}
.main-form .wpcf7-submit:hover {
    background-color: #E30613;
    color: white;
}
.site-footer {
    background-color: black;
    min-height: 300px;
}
.site-footer p {
    color: #9E9E9E;
    font-weight: 400;
    line-height: 1.3;
    font-size: 20px;
}
.site-footer .info img {
    margin-top: 84px;
    margin-bottom: 30px;
    max-width: 200px;
}
.site-footer h3 {
    color: white;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 85px;
    margin-bottom: 30px;
}
.f-left-1 {
    margin-left: 90px;
}
.f-left {
    margin-left: 80px;
}
.site-footer a {
    color: #9E9E9E;
    transition: 0.2s linear;
    text-decoration: none;
}
.site-footer a:hover {
    color: white;
}
.site-footer li {
    margin-bottom: 3px;   
}
.f-contact {
    margin-bottom: 30px;
}
.f-contact a {
    display: block;
}
.f-contact img {
    float:left;
    margin-right: 15px;
}
.f-phone a {
    padding-top: 2px;
}
.f-mail a {
    padding-top: 7px;
}
.podstrona {
    margin-top: 70px;
    margin-bottom: 70px;
}
.podstrona h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
.podstrona p {
    line-height: 1.4;
	text-align:justify;
}
.tir-logos img {
    max-width: 80px;
    height: auto;
    transition: 0.2s linear;
    margin-right: 25px;
}
.tir-logos img:hover {
    transform: scale(1.1);
}
.tir-logos h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -10px;
    position: relative;
    z-index: 99;
}
.asortyment {
    margin-top: 40px;
}
.asortyment strong {
    font-weight: 600;
}
.asortyment h3 {
    margin-bottom: 30px;
}
strong {
    font-weight: 600;
}
.header-bg {
    background-color: #E30613;
}
.desc-p strong {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
    color: black;
    font-weight: 800;
}
.parts-p img {
    float: left;
}
.parts-p {
    clear: both;
    padding-top: 40px;
}
.menu-item {
    float: left;
}
.lang-item {
    float: right;
    margin-right: 0px !important;
}
.header-menu a:hover {
    background-color: transparent;
}
.header-menu {
    width: 100%;
}
footer .menu-item {
    float: none;
}
footer .lang-item {
    display: inline-block;
    float: none;
    margin-top: 10px;
}
 .mobile-on {
        display: none;
    }
@media (max-width: 992px) {
    .block-3 {
        background-position: right;
        background-repeat: no-repeat;
        max-width: 370px;
        margin: 0 auto;
    }
    .main-types h4 {
        font-size: 14px;
    }
    .main-img-captions h2 {
        font-size: 50px;
    }
    .main-img-captions {
        margin-top: 20%;
    }
    .f-left-1 {
        margin-left: 79px;
    }
    .f-left {
        margin-left: 34px;
    }
    .parts-p img {
        margin-bottom: 20px;
    }
}
@media (max-width: 788px) {
    .top-menu-bl {
        display: none !important;
    }
    .contact-top {
        min-width: 260px;
    }
}
@media (max-width: 768px) {
        .f-left-1 {
            margin-left: 0px;
            text-align-last: center;
        }
        .f-left {
            margin-left: 0px;
            text-align-last: center;
        }
        .f-contact {
            max-width: 170px;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        .site-footer h3 {
            margin-top: 50px;
        }
        #kontakt .info {
            text-align: center;
        }
        .parts-p img {
            float: none;
        }
        .parts-p {
            text-align: center;
        }
    .mobile-off {
        display: none;
    }
    .mobile-on {
        display: block;
    }
    .main-types .main-square {
        top: 0px;
    }
    }
@media (max-width: 576px) {
    .logo-top {
        margin-left: 20px;
    }
    .main-form .wpcf7-form {
        margin: 10px;
    }
}
@media (max-width: 426px) {
    .contact-top {
        display: none;
    }
    .main-img-captions h2 {
    font-size: 41px;
}
    .main-img-captions {
    margin-top: 37%;
}
}