/*
Theme Name: GtaGri
Author: 
Author URI:
*/

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, time, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
    display: block;
}

a, ins, del {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

strong {
    font-weight: 700;
}

caption, th {
    text-align: left;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}

a:hover, a:focus {
    color: #f58220;
    outline: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    scroll-behavior: smooth;
}

html, body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.85;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

.container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

p {
    padding: 5px 0;
    margin: 0 0 10px;
    line-height: 1.8;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: 1.35;
    margin: 15px 0;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

.btn {
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    max-width: 320px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.btn:hover {
    color: #fff;
}

.btn-orange {
    color: #fff;
    background: #f58220;
    border: 3px solid #f58220;
    -webkit-box-shadow: 0px 11px 25px -15px rgba(245, 130, 32, 1);
    -moz-box-shadow: 0px 11px 25px -15px rgba(245, 130, 32, 1);
    box-shadow: 0px 11px 25px -15px rgba(245, 130, 32, 1);
}

.btn-orange:hover,
.btn-green.btn-transparent:hover {
    background: #00a651;
    border: 3px solid #00a651;
    -webkit-box-shadow: 0px 11px 25px -15px rgba(0, 166, 81, 1);
    -moz-box-shadow: 0px 11px 25px -15px rgba(0, 166, 81, 1);
    box-shadow: 0px 11px 25px -15px rgba(0, 166, 81, 1);
}

.btn-green {
    color: #fff;
    background: #00a651;
    border: 3px solid #00a651;
    -webkit-box-shadow: 0px 11px 25px -15px rgba(0, 166, 81, 1);
    -moz-box-shadow: 0px 11px 25px -15px rgba(0, 166, 81, 1);
    box-shadow: 0px 11px 25px -15px rgba(0, 166, 81, 1);
}

.btn-green:hover,
.btn-orange.btn-transparent:hover {
    background: #f58220;
    border: 3px solid #f58220;
    -webkit-box-shadow: 0px 11px 25px -15px rgba(245, 130, 32, 1);
    -moz-box-shadow: 0px 11px 25px -15px rgba(245, 130, 32, 1);
    box-shadow: 0px 11px 25px -15px rgba(245, 130, 32, 1);
}

.btn-transparent {
    color: #000;
    background: #fff;
    justify-content: center;
}

/* Sections */
.home .section {
    padding: 65px 0;
}

.section {
    padding: 100px 0;
    overflow: hidden;
}

.section-heading {
    padding-bottom: 45px;
}

.section-heading.is-centered {
    text-align: center;
}

.section-heading .title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.section-heading p {
    font-size: 24px;
}

/* Header */
.logged-in #header,
.logged-in #header.sticky {
    top: 32px;
}

.slicknav_menu {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background: #ffffff;
    transition: all 500ms ease-out 0s;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.05);
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
}

.header__wrapper {
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transition: all 500ms ease-out 0s;
}

.sticky .header__wrapper {
    height: 110px;
}

.header__navigation {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 15px;
    transition: all 500ms ease-out 0s;
}

.sticky .header__navigation {
    gap: 5px;
}

.header__navigation-menu {
    display: flex;
}

.header__navigation-menu li {
    position: relative;
}

.header__navigation-menu > ul {
    display: flex;
    gap: 35px;
}

.header__navigation-menu li ul {
    display: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header__navigation-menu > ul > li > a {
    font-size: 22px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    border: 1px solid transparent;
}

.header__navigation-menu > ul > li > a:hover,
.header__navigation-menu > ul > li.current-menu-item > a {
    color: #f58220;
}

.header__navigation-bar p {
    font-size: 14px;
    color: #888888;
    margin: 0;
    padding: 0;
}

.header__navigation-bar {
    display: flex;
    align-items: center;
    gap: 75px;
}

.header__navigation-bar .separator {
    width: 170px;
    height: 1px;
    background: #dbdbdb;
    display: block;
}

.header__navigation-bar p a {
    font-weight: 900;
    font-size: 18px;
    color: #f58220;
}

.header__navigation-bar .wpml-ls-legacy-list-horizontal ul {
    display: flex;
    gap: 15px;
}

.header__navigation-bar .wpml-ls-legacy-list-horizontal a {
    font-size: 16px;
    color: #888888;
}

.header__navigation-bar .wpml-ls-legacy-list-horizontal a:hover,
.header__navigation-bar .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
    color: #f58220;
}

#main {
    padding-top: 142px;
}

/* Footer */
.footer__top {
    border-top: 1px solid #999999;
    padding: 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.footer__panel {
    flex: 1 1 0;
}

.footer__panel.panel-logo {
    max-width: 265px;
}

.footer__panel.panel-company address {
    line-height: 1.8;
    margin-bottom: 30px;
}

.footer__panel.panel-company p {
    max-width: 190px;
}

.footer__panel.panel-menu {
    padding-left: 60px;
}

.footer__panel.panel-menu li {
    padding-bottom: 10px;
}

.footer__panel.panel-menu a {
    font-size: 14px;
}

.footer__panel.panel-menu a:hover,
.footer__panel.panel-menu li.current-menu-item a {
    color: #f58220;
}

.footer__panel.panel-logo img {
    max-width: 175px;
    height: auto;
}

.footer__panel.panel-contact div {
    padding-bottom: 15px;
}

.footer__panel.panel-contact div:last-of-type {
    padding-bottom: 0;
}

.footer__panel.panel-contact p {
    font-size: 14px;
}

.footer__panel.panel-contact a {
    font-size: 20px;
    font-weight: 700;
    color: #f58220;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 0;
}

.footer__bottom p {
    font-size: 14px;
}

.footer__bottom a {
    font-weight: 700;
}

@media (max-width: 1440px) {

}

@media (max-width: 1367px) {

}

@media (max-width: 1240px) {

}

@media (max-width: 1024px) {
    .header__navigation-menu > ul {
        gap: 25px;
    }

    .header__navigation-bar {
        gap: 50px;
    }

    .footer__panel.panel-contact a {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .header__wrapper,
    .sticky .header__wrapper {
        height: 64px;
    }

    .header__navigation-bar p,
    .header__navigation-menu,
    .header__navigation-bar .separator {
        display: none;
    }

    .header__navigation-bar .wpml-ls {
        margin-right: 60px;
    }

    .header__logo {
        max-width: 125px;
        height: auto;
    }

    #main {
        padding-top: 64px;
    }

    .btn {
        font-size: 16px;
    }

    .section {
        padding: 65px 0;
    }

    .section-heading .title {
        font-size: 32px;
    }

    .slicknav_menu {
        display: block;
    }

    .slicknav_btn {
        position: absolute;
        top: 13px;
        right: 20px;
    }

    .slicknav_icon {
        width: 40px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
    }

    .slicknav_icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #f58220;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .slicknav_icon span:nth-child(1) {
        top: 1px;
    }

    .slicknav_icon span:nth-child(2) {
        top: 12px;
    }

    .slicknav_icon span:nth-child(3) {
        top: 24px;
    }

    .slicknav_open .slicknav_icon span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slicknav_open .slicknav_icon span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    .slicknav_open .slicknav_icon span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .slicknav_nav {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0;
        top: 60px;
        padding-top: 15px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

    .slicknav_nav a {
        color: #6b6b6b;
        font-weight: 700;
        display: block;
        padding: 10px 15px;
        text-align: center;
        border-top: 1px solid #eaeaea;
    }

    .slicknav_nav .current-menu-item a,
    .slicknav_nav a:hover {
        color: #fff;
        background: #f58220;
    }

    .slicknav_item {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .slicknav_arrow {
        position: absolute;
        top: 0;
        right: 15px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .footer__top {
        padding: 60px 0;
        gap: 30px;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .footer__panel.panel-menu {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .home .section, .section {
        padding: 30px 0;
    }
	
	.footer__panel.panel-company p {
		margin: 0 auto;
	}

    .footer__bottom {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .btn {
        min-width: auto;
    }
    .section-heading .title {
        font-size: 28px;
    }

    .section-heading p {
        font-size: 16px;
    }
}

/* Pomocniczne */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 0px 25px 0px 25px;
}

.alignleft {
    float: left;
    margin: 0px 25px 0px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 25px 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}