.error404 main {
margin: 100px 0 50px;
}
.error404 .alert {
font-size: 20px;
font-weight: 300;
color: #676767;
text-align: center;
}
.error404 a.btn {
border: 4px solid #676767;
font-size: 24px;
font-weight: 300;
padding: 10px 30px;
margin: 0 5px;
text-decoration: none;
color: #676767;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.error404 a.btn:hover {
border-color: #ffcb02;
}
@media all and (max-width: 600px) {
.error404 a.btn {
margin-bottom: 10px;
width: 90%;
display: block;
padding: 10px 0;
text-align: center;
}
}
.error404 .error-content {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
position: relative;
}
.error404 .error-content::before {
content: "";
position: absolute;
width: 134px;
height: 92px;
bottom: -30px;
right: -110px;
display: block;
background-image: url(//www.dynamik.com.pl/wp-content/themes/dynamik/images/error_cloud.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
@media all and (max-width: 600px) {
.error404 .buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.error_footer p,
.error_footer a {
text-decoration: none;
color: #737373;
font-size: 12px;
font-weight: 300;
}
@media all and (max-width: 700px) {
.error404 img {
width: 100%;
}
.error404 .error-content {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.error404 .error-content::before {
display: none;
}
} .search_header+.subpage_bg .subpage_title_wrapper h1 {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding-right: 30px;
}
.search main>.container {
padding: 70px 35px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.search .no-results .page-title,
.search .entry-title {
margin: 0;
color: #ffcb02;
font-size: 24px;
}
#search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.search-box {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #676767;
padding: 8px 30px;
background-color: #fff;
margin-right: 5px;
height: 26px;
}
.search-box p {
font-weight: 300;
font-size: 20px;
color: #676767;
margin: 0;
}
.search-box input {
border: none;
outline: 0;
min-width: 200px;
font-weight: 300;
font-size: 20px;
color: #676767;
padding-left: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.submit-wrapper input[type='submit'] {
background-color: transparent;
font-size: 0;
line-height: 0;
width: 45px;
height: 44px;
padding: 0;
cursor: pointer;
border: none;
outline: 0;
position: relative;
z-index: 99;
}
.submit-wrapper {
position: relative;
}
.submit-wrapper::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 100%;
height: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #676767;
background-image: url(//www.dynamik.com.pl/wp-content/themes/dynamik/images/icons/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 18px 20px;
z-index: 1;
cursor: pointer;
}
.search-trigger {
width: 20px;
height: 25px;
margin-left: 5px;
}
.search-trigger svg {
min-width: 20px;
}
@media all and (max-width: 650px) {
.search-box p {
display: none;
}
.search-box input {
width: 110px;
}
.search_header+.subpage_bg .subpage_title_wrapper h1 {
font-size: 26px;
padding-right: 0;
}
.search .subpage_bg .subpage_title_wrapper {
bottom: -20px;
}
.search .subpage_bg .subpage_title_wrapper h1::before,
.search .subpage_bg .subpage_title_wrapper h1::after {
display: none;
}
} .single main>.container {
padding: 70px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.post-template {
margin: 60px auto;
position: relative;
width: 100%;
}
.post-template .post-date {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-transform: uppercase;
width: auto;
padding: 10px 50px;
white-space: nowrap;
}
.post-template .post-thumbnail {
width: 100%;
height: 450px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.post-template .post-content {
border: 1px solid #676767;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px;
}
.post-template .post-content .post-title {
font-size: 24px;
color: #676767;
font-weight: 400;
}
.post-template .post-content .post-title a{
text-decoration: none;
}
.post-template .post-content hr {
color: #676767;
width: 10%;
margin: 0 auto 25px 0;
}
.post-template .post-content p,
a {
font-size: 20px;
color: #676767;
}
.post-template .post-content blockquote {
border: 1px solid #ffca47;
margin: 25px 0;
padding: 25px 40px;
position: relative;
z-index: 1;
}
.post-template .post-content blockquote::before {
content: "";
position: absolute;
display: block;
width: 65px;
height: 52px;
background-image: url(//www.dynamik.com.pl/wp-content/themes/dynamik/images/quotemark.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
z-index: -1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post-template .back-to-news-btn,
.post-template .go-to-news {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 18px;
letter-spacing: 1.1px;
margin: 50px 0 15px auto;
}
@media all and (max-width: 750px) {
.single .post-template .post_gallery {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.single .post-template .post_gallery li {
margin: 10px 0;
}
} .post-template .some-space {
height: 50px;
}
.post-loop {
padding: 100px 0 50px;
}
.post-loop .pagination {
margin: 30px auto;
width: calc(100% - 70px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-loop .pagination .page-numbers {
border: 1px solid #939393;
margin: 0 10px;
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
color: #7d7d7d;
font-size: 18px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.post-loop .pagination .page-numbers.current,
.post-loop .pagination .page-numbers:hover {
background-color: #ffcb02;
color: #fff;
border-color: #ffcb02;
}
.post-loop .pagination .page-numbers.next,
.post-loop .pagination .page-numbers.prev {
font-size: 32px;
line-height: 38px;
display: block;
text-align: center;
} .logos_tabs{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tabs_section .tab-content {
background-color: #fff;
padding-top: 40px;
padding-bottom: 40px;
}
.tabs_section .tab-content img {
margin: 40px 0;
}
.page-id-15 .tabs_section .tab-content img {
margin: 40px;
}
.page-id-15 .tab-content-wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tabs_section .tabs {
width: 100%;
padding-bottom: 0;
margin: auto;
background: #f7f7f7;
}
.tabs_section .tabs li {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
display: inline-block;
cursor: pointer;
background: #fff;
color: #444;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 2px;
z-index: 1;
font-size: 18px;
font-weight: 700;
white-space: nowrap;
padding: 10px 15px 0;
margin-bottom: 30px;
}
.tabs_section .tabs li.current {
color: #fff200;
}
.tabs_section .tabs li::before {
content: "";
position: absolute;
left: 0;
width: 100%;
top: -10px;
height: 10px;
background: transparent;
z-index: -1;
}
.tabs_section .tabs li.current::before {
background: #fff;
}
.tabs_section .tabs li::after {
content: "";
position: absolute;
left: 0;
width: 100%;
bottom: -15px;
height: 20px;
background: #fff;
z-index: -1;
}
.tab-content-wrapper {
width: 90%;
margin: 0 auto;
} #text-content h2 {
color: #676767;
font-size: 42px;
font-weight: 500;
padding: 30px 45px;
background-color: #f7f7f7;
margin: 0;
}
#text-content h3 {
color: #999;
font-size: 16px;
padding: 10px 70px;
}
#single-image img {
margin: 0 auto;
padding-bottom: 10px;
display: block;
max-width: 100%;
}
.boxes {
border-top: 1px solid #d9d9d9; display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.boxes .box {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 90px 135px;
text-align: center;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
cursor: pointer;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
-webkit-box-flex: 50%;
-ms-flex: 50%;
flex: 50%;
position: relative;
overflow: hidden;
}
.boxes .box .layer-below {
position: relative;
z-index: 1;
}
.boxes .box .layer-below {
background: #fff200;
color: #444;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.boxes .box .layer-below ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
padding-left: 0;
line-height: 28px;
}
.boxes .box .layer-below ul li{
position: relative;
}
.boxes .box .layer-below ul li:before {
content: "";
background-image: url(//www.dynamik.com.pl/wp-content/themes/dynamik/images/icons/arrow-right.svg);
width: 20px;
height: 10px;
background-size: 10px;
display: inline-block;
background-repeat: no-repeat;
background-position: center center;
}
.boxes .box:hover .layer-below {
z-index: -1;
}
.boxes .box:hover .layer-below {
z-index: 1;
}
.boxes .box h3 {
margin: 0;
margin-top: 60px;
}
#single-image,
.boxes {
background-color: #fff;
}
.categories_slider .slick-slide .categories_slider_box a {
text-decoration: none;
}
.categories_slider {
border: 1px solid #d9d9d9;
}
.branch_content_list_item .rounded_img {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.about_content .offer {
margin-top: 30px;
}
.mega_price_list p {
margin-bottom: 0;
}
.our_history {
margin-top: 40px;
}
.contact_people>div {
margin-bottom: 75px
}
@-moz-document url-prefix() {
.branch_content_title::before {
border-right: 14px solid transparent;
}
}
section.carousel .slick-slide div {
text-align: center;
}
section.carousel .slick-slide img {
max-height: 400px;
max-width: 100%;
width: 100%;
object-fit: cover;
margin: 25px auto;
}
section.carousel .nav-carousel {
margin: 0 40px;
margin-bottom: 25px;
}
section.carousel .main-carousel {
margin: 0 45px;
}
section.carousel .main-carousel {
margin-bottom: 25px;
border: 2px solid #fff200;
}
section.carousel * {
outline: none;
}
section.carousel .nav-carousel .slick-slide {
border-bottom: 2px solid #676767;
margin: 0 5px;
padding-bottom: 15px;
}
section.carousel .nav-carousel .slick-slide.slick-current {
border-bottom: 2px solid #fff200;
}
section.carousel .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.carousel .slick-track .slick-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
section.carousel .slick-prev,
.slick-next {
font-size: 0;
border: 0;
background: #fff200;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 20px;
}
section.carousel .slick-prev {
left: -30px;
}
section.carousel .slick-next {
right: -30px;
text-align: right;
}
section.carousel .slick-prev:before,
.slick-next:before {
font-size: 40px;
line-height: 1;
color: #fff;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
section.carousel .slick-prev:before {
content: "<";
}
section.carousel .slick-next:before {
content: ">";
} .page_footer .footer_top_wrapper div.newsletter {
border-right: 0;
}
.boxes .box {
border: 0;
} .text-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 60px;
}
.text-header .header-label {
color: #ffcb02;
font-size: 24px;
padding-right: 30px;
white-space: nowrap;
}
.text-header .header-content p {
margin-top: 5px;
} .text-content ul {
margin-left: 20px;
}
.text-content ul li {
margin-bottom: 15px;
} section.carousel {
margin: 60px auto;
}
.roadmap.roadmap--orientation-auto .roadmap__navigation {
margin: 0;
padding: 0;
margin-top: 40px;
}
.roadmap.roadmap--orientation-auto .roadmap__events__event:after,
.roadmap.roadmap--orientation-auto .roadmap__events__event:before {
background-color: #676767;
}
.page-template-page-oferta .page_content>.container {
margin-top: 90px;
}
#text-content * {
padding: initial;
} #single-image img {
width: 100%;
}
.tabs_section .tabs li a {
text-decoration: none;
width: 100%;
display: block;
padding: 10px 15px;
}
.tabs_section .tabs li.current a {
color: #fff200;
}
.map-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 60px;
}
.map-wrapper .content {
margin-bottom: 60px;
font-size: 28px;
white-space: nowrap;
}
.map-wrapper .content strong {
display: block;
}
.text-content p,
.text-content ul li {
font-size: 20px;
line-height: 30px;
font-weight: 300;
}
.text-header .header-content p {
font-size: 20px;
line-height: 30px;
}
.photo-wrapper {
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.photo-wrapper img {
margin: 15px;
}
img.alignnone {
margin: auto;
display: table;
height: initial;
}
.short_offer .offer_box::before {
opacity: 0.9;
}
@media all and (max-width:768px) {
.categories_slider .categories_slider_box h3 {
font-size: 18px;
line-height: 24px;
}
} .branches .box .branch_box {
padding: 10px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.branches .box .branch_box .branch_city {
margin-top: 0;
margin-left: 15px;
}
.branches .box .branch_box .branch_ico {
width: 50px;
} .homepage_slider_wrapper { background-color: #f7f7f7;
}
.subpage_bg .subpage_title_wrapper h1 {
font-size: 42px;
font-weight: 400;
margin-left: 0;
padding: 10px 0 10px 15px;
}
.about_content .section_title {
color: #676767;
} .who_are_we{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.about_content .who_are_we .section_title {
padding: 0;
white-space: nowrap;
}
.about_content .who_are_we .text_wrapper {
padding-left: 15%;
}
.elmega {
padding-top: 0;
}
.elmega_expand_content.space-between{
padding:15px 40px;
} .yellow_bg.btn_link:hover {
background-color: #444444;
color: #fff;
}
.images-row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#text-content p {
padding: 0 15px;
}
.registration_data {
padding: 15px;
}
.registration_data h4 {
font-size: 18px;
font-weight: 400;
color: #000;
} .branches { float: left;
display: inline-block;
}
.branch_content_wrapper {
width: 70%;
display: inline-block;
}
.shadow {
-webkit-box-shadow: -1px 4px 10px #23232317;
box-shadow: -1px 4px 10px #23232317;
}
.nav_bottom_bar.sticky {
left: 0;
width: 100%;
max-width: 100%;
max-width: initial;
z-index: 999;
}
.mega_price_list::before{
opacity: 0.9;
}
.page_footer .footer_top_wrapper div.wpcf7 {
padding: 0;
display: block;
border: 0;
}
.page_footer .footer_top_wrapper div #newsletter input[type="email"]{
width: 100%;
}
.home_content .search_product{
border:0;
}
.home_content .search_product .row_2x .label_block {
border-right: 1px solid #b5b5b5;
}
.home_content .search_product .form_row .label_block:nth-child(2) {
border-right: 1px solid #b5b5b5;
border-left: 0;
}
div.wpcf7 .ajax-loader, .sent input {
display: none;
}
.page_footer .footer_top_wrapper div.wpcf7-response-output {
border: 0;
padding: 0;
margin: 0;
margin-top: 20px;
color: red;
}
.page_nav_inner .search-form #search-form, .page-content .search-trigger {
display: none;
}
.page-content #search-form{
justify-content: flex-start;
}
.single_gallery_big_picture .gallery_slide a {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.all_galleries_content .all_galeries {
padding-left: 0;
}
.small_gallery .gallery_slide {
position: relative;
}
.gallery_slide a{
display:block;
width:100%;
height:100%;
top:0;
left:0;
position:absolute;
}
.search-wrapper {
height: 46px;
}
.page_footer {
clear: both;
}
.subpage_bg .subpage_title_wrapper h1 {
width: 50%;
width: fit-content;
}
.partners_logos_tabs .tabs {
background: #fff;
}
.tabs_section .tabs li {
background: #f7f7f7;
display: inline-block;
z-index: initial;
padding-bottom: 10px;
margin-bottom: 5px;
}
.post-content img {
max-width: 100%;
height: auto;
}
.post-thumbnail{
position: relative;
z-index: -1;
}
.post-thumbnail a{
position: absolute;
top:0;
left:0;
display:block;
width: 100%;
height:100%;
}
.gallery {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.gallery .gallery-item {
max-width: initial;
width: initial;
}
@media all and (max-width: 1200px){
.images-row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.images-row img {
width: 30%;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
-o-object-fit: cover;
object-fit: cover;
margin: 1%;
max-height:300px;
}
}
@media all and (max-width: 900px){
.about_content .who_are_we .text_wrapper {
padding-left: 0;
}
}
@media all and (max-width: 768px){
.who_are_we {
padding: 60px 15px;
display: block;
}
.about_content .section_title {
padding: 0;
margin: 0;
margin-bottom: 30px;
text-align: center;
}
.roadmap.roadmap--orientation-auto .roadmap__events {
width: 75%;
}
.roadmap.roadmap--orientation-auto .roadmap__events__event:nth-child(odd) .event {
top: -10px;
}
}
@media all and (max-width: 578px){
.small_gallery .gallery_slide {
height: 250px;
}
.error404 main {
margin: 100px 0 50px;
}
.error404 main {
margin: 50px 0 25px;
}
.nav_top_bar > a:last-of-type {
display: flex;
}
.search-wrapper {
display: none;
}
.homepage_single_slide_content {
padding: 15px;
}
.homepage_single_slide_content h1 {
font-size: 26px;
}
.homepage_single_slide_content h1 span {
margin-bottom: 0;
}
.home_content .search_product .form_row .label_block:nth-child(2) {
border-right: 1px solid #b5b5b5;
border-left: 1px solid #b4b5b4;
}
.home_content .logos {
padding: 15px;
}
.home_content .logos li {
margin-bottom: 0;
width: 25%;
}
.home_content .logos li img {
width: 100%;
}
.mega_price_list h2 {
font-size: 32px;
}
.page_nav {
padding-top: 0;
}
.post-loop {
padding: 0 15px 30px;
}
.single main>.container {
padding: 0 15px;
}
.post-template .post-thumbnail {
height: 200px;
}
.post-template .go-to-news {
margin: auto;
}
.post-template .post-content {
padding: 15px 25px 25px;
}
.nav_bottom_bar .main_menu a {
font-size: 18px;
}
.post-template .some-space{
display: none;
}
.images-row img {
height: 200px;
}
.branch_content_wrapper {
width: 100%;
}
.page-template-page-kontakt .contact_content {
padding-top: 5px;
padding-bottom: 30px;
}
.branches {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-x: scroll;
max-width: 100%;
padding: 0 5px;
}
.branches .box {
margin-right: 5px;
min-width: 40%;
}
.branches .box .branch_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 120px;
max-height: 130px;
}
.branches .box .branch_box:last-of-type{
margin-right: 0;
}
.branches .box .branch_box .ico_group {
max-width: 100%;
}
.branches .box .branch_box .branch_city {
margin: 0 auto;
font-size: 16px;
}
.branches .branch_list {
padding: 15px 10px 0;
}
.registration_data h4 {
font-size: 14px;
font-weight: 400;
}
.registration_data {
min-height: 140px;
}
.registration_data{
max-height: 120px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.branches .box .branch_box .branch_ico svg {
height: 30px;
}
.tab-content {
padding: 15px;
padding-top: 0;
}
.text-header {
margin-top: 30px;
display: block;
padding: 0 15px;
}
.text-content ul {
margin-left: 35px;
}
#text-content .map-wrapper {
display: block;
padding: 15px;
text-align: center;
}
.map-wrapper img{
max-width: 100%;
height: initial;
}
.page-template-page-oferta .page_content>.container {
margin-top: 0;
}
#text-content p {
padding: 15px;
}
.logos_tabs{
display: block;
}
.tabs_section .tabs li {
width: 100%;
}
.tabs_section .tabs li a {
padding: 10px 0;
}
#text-content h2{
text-align: center;
}
.roadmap.roadmap--orientation-auto .roadmap__events {
width: 90%;
}
.history_timeline .event .event__content {
font-size: 16px;
max-width: 70%;
}
section.rewards.shades-of-grey {
padding-top: 30px;
}
.section_title{
font-size: 28px;
}
.subpage_bg .subpage_title_wrapper h1::before,
.subpage_bg .subpage_title_wrapper h1::after{
display: none;
}
.subpage_bg .subpage_title_wrapper h1 {
width: 100%;
text-align: center;
padding: 10px 0;
margin: 0;
}
.subpage_bg .subpage_title_wrapper {
width: 100%;
bottom: initial;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.subpage_bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.subpage_bg {
height: initial;
min-height: 250px;
}
.offer li .offer_item_title {
margin-top: -5px;
}
html {
overflow-x: hidden;
}
.nav_bottom_bar .main_menu {
margin: 25px auto;
}
.nav_bottom_bar {
margin-top: 0;
}
.nav_top_bar .socials ~ a {
margin-left: 0;
width: 100%;
padding: 10px 0;
}
.page_nav {
position: static;
}
.environment {
background-size: cover;
position:relative;
}
.environment:before{
content:'';
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color: #fff;
display:block;
opacity:0.9;
}
.mobile-overlay{
position: relative;
z-index:2;
}
}
.short_offer .btn_link {
position: absolute;
bottom: 50px;
margin: auto;
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children .sub-menu {
opacity: 0;
position: absolute;
left: -15px;
list-style-type: none;
background: white;
padding: 10px 15px;
margin-top: 15px;
border: 1px solid #b4b5b4;
}
.menu-item-has-children:hover .sub-menu{
opacity: 1;
}
.nav_bottom_bar .main_menu .sub-menu li {
margin-left: 0;
border-bottom: 1px solid #e6e6e6;
padding: 10px 0;
}
.nav_bottom_bar .main_menu .sub-menu li:first-of-type{
padding-top: 0;
}
.nav_bottom_bar .main_menu .sub-menu li:last-of-type {
border-bottom: 0;
padding-bottom: 0;
}
.menu-item-has-children .sub-menu:before {
content: '';
display: block;
width: 100%;
height: 15px;
position: absolute;
left: 0;
top: -15px;
}
@media all and (max-width:900px){
.menu-item-has-children .sub-menu {
opacity: 1;
position: static;
padding: 0;
margin-top: 5px;
border: 0;
}
.nav_bottom_bar .main_menu .sub-menu li {
margin-left: 0;
border-bottom: 0;
padding: 0;
}
.menu-item-has-children .sub-menu a {
font-size: 12px;
}
.nav_bottom_bar.sticky .main_menu .menu-item-has-children .sub-menu a{
font-size:10px;
}
}
.boxes .box:hover .layer-below {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.text-content img {
max-width: 100%;
height: auto;
margin: auto;
display: table;
}
.home_content .search_product{
background-color: #fff;
margin: 50px 0;
}
.footer-logos{
background: #676767;
}
.footer-logos .logos{
padding: 40px 0;
background: #fff;
border-top: 1px solid #fff;
}
.short_offer .offer_box{
flex: 1;
}
.tabs_section .tabs li.whitetab{
background: #fff
}
.history_timeline .event .event__date .text_shadow{
display: none;
}
.history_timeline .event .event__date{
font-size: 26px;
}
.all_news .post-template .post-thumbnail{
width: 250px;
height: 250px;
}
.all_news  .post-template .post-content{
padding: 0 40px;
}
.all_news .news_wrapper{
border: 1px solid #676767;
padding: 80px 40px;
}
.all_news .post-template .post-content{
padding: 0 40px;
border: none;
flex: 1;
}
@media all and (max-width: 960px){
.all_news .news_wrapper{
flex-direction: column
}
.all_news .post-template .post-thumbnail{
width: 100%;
height: 450px;
}
}
.page-template-page-about .rewards .rewards_tabs li{
display: none;
}
.page-template-page-about .rewards .tab-content-rewards{
display: block !important;
padding: 20px 0;
}
.homepage_slider .slick-slide > div,
.homepage_slider .homepage_single_slide{
height: 100%;
}
.maps{
height: 200px;
}
.page_footer .footer_top_wrapper div #newsletter input[type="email"]{
width: 70%;
}
.page_footer .footer_top_wrapper div #newsletter input[type="submit"]{
width: 30%;
}
.page_footer .footer_top_wrapper div.newsletter .wpcf7-form{
flex-wrap: wrap;
} .mega_price_list .mega_price_content {
padding-top: 40px;
font-size: 20px;
}
.header-content {
font-size: 20px;
}
.homepage_slider_wrapper .slick-slide{
visibility: hidden;
}
.homepage_slider_wrapper.slick-initialized  .slick-slide{
visibility: visible;
}
.images-row img {
object-fit: cover;
width: 100%;
height: 100%;
}
.fancybox-navigation .fancybox-button {
height: 140px;
width: 120px;
visibility: visible!important;
opacity: 1!important;
}
@media all and (min-width: 1200px){
.fancybox-navigation .fancybox-button--arrow_left {
left: 15vw;
}
.fancybox-navigation .fancybox-button--arrow_right {
right: 15vw;
}
}
a.google_link:before {
content: '';
background-image: url(http://space113.webd.pl/klienci/dynamik/wp-content/uploads/2019/08/icon-streetview-pegman.png);
display: inline-block;
height: 20px;
width: 20px;
background-repeat: no-repeat;
background-size: contain;
position: relative;
top: 5px;
}
a.google_link {
float: right;
text-align: right;
display: inline-block;
width: 100%;
margin-top: 15px;
font-size: 14px;
font-weight: 500;
}
.nav-carousel a img {
max-width: 50%!important;
margin: Auto;
}
li#menu-item-1146 > a {
pointer-events: none;
font-weight: 400;
}
.page_footer .footer_top_wrapper div.newsletter .wpcf7-form p {
display: flex;
}
.homepage_slider {
overflow: hidden;
}
@media all and (max-width: 900px){
.nav_bottom_bar.sticky .main_menu .menu-item-has-children .sub-menu a {
font-size: 14px;
font-weight: 700;
}
.menu-item-has-children .sub-menu{
background: transparent;
}
.branches .branch_list li {
font-size: 20px;
}
section.short_offer {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.short_offer .offer_box {
width: 100%;
}
.nav_bottom_bar {
background-color: #fff!important;
}
}
@media all and (max-width: 768px){
.page_footer .footer_top_wrapper div #newsletter input[type="email"] {
width: 100%; }
.page_footer .footer_top_wrapper div #newsletter input[type="submit"] {
width: 100%;
}
.nav_bottom_bar {
background-color: #ffffff!important;
}
}
@media all and (max-width: 578px){
.subpage_bg .subpage_title_wrapper {
top: 25%;
}
.footer-logos ul {
margin-top: -15px;
margin-bottom: -15px;
}
.footer-logos li img {
margin: auto;
display: Table;
max-width: 80%;
padding: 15px 0;
}
.footer-logos li {
max-width: 50%;
}
}
.homepage_slider .homepage_single_slide .homepage_single_slide_bg{
height: 100%;
background-color: #444;
}
.homepage_slider .homepage_single_slide {
height: 650px;
}
@media all and (max-width: 992px){
.homepage_slider .homepage_single_slide {
height: 450px;
}
.nav_bottom_bar .main_menu .menu-item-has-children .sub-menu a{
font-weight: 700;
}
}
section.carousel .slick-prev {
z-index: 2;
}
@media all and (max-width: 768px){
.homepage_slider .homepage_single_slide {
height: 250px;
}
section.carousel .main-carousel{
border: 0;
}
.all_news .news_wrapper {
padding: 40px 20px;
}
.all_news .post-template .post-content {
padding: 0;
}
}
@media all and (min-width: 2800px){ .homepage_slider .homepage_single_slide .homepage_single_slide_bg {
height: 800px;
} .homepage_slider .homepage_single_slide{
min-height: 100%;
object-fit: cover;
}
}
@media all and (min-width: 768px){
.all_news .news_wrapper {
border: 1px solid #676767;
padding: 30px 40px;
}
}
.home_content {
margin-top: -4px;
}
.map_wrapper {
position: relative;
}
.map_wrapper .google_link_map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
}
@media all and (max-width: 768px){
.home_content .search_product .section_title {
text-align: center;
line-height: 32px;
}
}