/*
Theme Name: arbamo
Text Domain: arbamo
*/

@font-face {
    font-family: 'Alliance';
    src: url(/wp-content/themes/arbamo/fonts/AllianceNo2-Regular.ttf);
    font-weight: normal; 
}

@font-face {
    font-family: 'Inter Tight';
    src: url(/wp-content/themes/arbamo/fonts/InterTight-Regular.ttf);
    font-weight: normal; 
}

@font-face {
    font-family: 'GT America Mono';
    src: url(/wp-content/themes/arbamo/fonts/GTAmericaMono.ttf);
    font-weight: normal; 
}


/*CURSOR*/
#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
.cursor__circle {
    width: 10px;
    height: 10px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 1);
    background: #fff;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    backgorund: #000;
    }

#cursor.cta {
    mix-blend-mode: normal;
}
    
#cursor.cta .cursor__circle {
    width: 150px !important;
    height: 150px !important;
    background-color: var(--maincolor) !important;
    border-color: var(--maincolor);
}

#cursor.cta::after {
content: "Zobrazit";
position: absolute;
font-size: 14px;
width: 100%;
height: 100%;
text-align: center;
left: -50%;
top: -10%;
    color: #231F1E;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#cursor.cta::before {
content: '';
position: absolute;
width: 200px;
height: 200px;
text-align: center;
left: -100px;
top: -100px;
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23D5B777FF' stroke-width='20' stroke-dasharray='1%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 50%;
}


#cursor.line .cursor__circle {
opacity: 1;
background: none;
width: 30px;
height: 30px;
}
}

/*CURSOR END*/

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;
}

html {
scroll-behavior: smooth;
}

body {
line-height: 1;
}

a {
text-decoration-skip-ink: auto;
transition: all 0.3s linear;
text-decoration: none;
}

a[href^="tel"] {
color: inherit;
text-decoration: none;
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

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

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}


:root {
    --maincolor: #d5b777;
    --hovercolor: #967f4e;
    --darkcolor: #0F0E0E;
  }

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Alliance', arial;
    color: #fff;
    background-color: #0f0e0e;
    font-size: 15px;
}
 
p {
font-family: 'Alliance';
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Alliance', arial;
    color: #fff;
    line-height: 1.3;
}

h1 {
    font-size: 92px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 43px;
}

h4 {
    font-size: 25px;
}

img {
    width: 100%;
    height: auto;
}

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.columns-wrapper.middle {
    align-items: center;
}

.columns-wrapper.bottom {
    align-items: flex-end;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-5-5 {
    width: 100%
}

.col-4-5 {
    width: 80%
}

.col-3-5 {
    width: 60%
}

.col-2-5 {
    width: 40%
}

.col-1-5 {
    width: 20%
}

.col-30 {
    width: 30%
}


.content-container {
    position: relative;
     z-index: 2;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

/*RESPONSIVE*/
@media (max-width: 1000px) {
.col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-5-5, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-30 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}
}

/*HEADER*/

#header {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.logo {
    margin-right: auto;
    margin-left: 200px;
    z-index: 3;
}

#header .logo a {
    display: flex;
}

.logo img {
    height: 45px;
}

.right-buttons {
    margin-left: auto;
    margin-right: 40px;
    z-index: 3;
    display: flex;
    align-items: center;
}

.right-buttons a.contact {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}

.right-buttons a.contact:first-child:after {
    content: '';
    width: 36px;
    height: 1px;
    position: relative;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 15px 0;
}

.drawer-hamburger,
.drawer-hamburger:hover {
    position: absolute;
    margin-top: 30px;
    margin-right: 0px;
    padding: 0px;
    right: auto !important;
    left: 40px;
}

.drawer--top .drawer-nav {
    background: url(/wp-content/uploads/2023/01/Arbamo_menu-min.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px;
    text-align: left;
    height: 100vh;
    z-index: 3;
}

.drawer--top.drawer-open .drawer-hamburger {
    top: 0px;
    position:fixed;
}

span.menu-btn {
    padding: 12px 30px;
    position: relative;
    display: inline-block;
    overflow:hidden;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
    height: 50px;
    width: 110px;
}

span.menu-btn i {
  border: 0px solid;
  border-color: var(--maincolor) !important;
  position:absolute;
  display:block;
  width:10px;
  height:10px;
  -webkit-transition:.4s;
  -o-transition:.4s;
  transition:.4s
}

span.menu-btn i:nth-of-type(1){
  top:0;
  left:0;
  border-top:1px solid;
  border-left:1px solid
}

span.menu-btn i:nth-of-type(2){
  top:0;
  right:0;
  border-right:1px solid;
  border-top:1px solid
}

span.menu-btn i:nth-of-type(3){
  bottom:0;
  right:0;
  border-bottom:1px solid;
  border-right:1px solid
}

span.menu-btn i:nth-of-type(4){
 bottom:0;
 left:0;
 border-left:1px solid;
 border-bottom:1px solid
}

span.menutext {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    font-size: 14px;
    letter-spacing: 3px;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.menu-btn:hover i:nth-of-type(1),
span.menu-btn:hover i:nth-of-type(3) {
    width:100%;
}

span.menu-btn:hover i:nth-of-type(2),
span.menu-btn:hover i:nth-of-type(4) {
    height:100%;
}

span.menutext.close {
    opacity: 0;
}

.drawer-open span.menutext.close {
    opacity: 1;
}

.drawer-open span.menutext.open {
    opacity: 0;
}

a.jobs {
    color: var(--maincolor);
    font-size: 15px;
    text-decoration: none;
    margin-left: 80px;
    position: relative;
    display: flex;
    align-items: center;
}

span.jobs-link {
    margin-right: 15px;
}

a.jobs .count {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid var(--maincolor);
  top: -11px;
  right: 0;
  border-radius: 50%;
  line-height: 40px;
}

.menus-wrapper {
    height: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 150px;
}

.menu-menu-left-container, .menu-menu-right-container {
    flex: 0 0 calc(50% - 75px);
}

nav.drawer-nav ul li a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
}

nav.drawer-nav ul li a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background: var(--maincolor);
    right: 0;
    top: 50%;
    transition: all 0.3s;
}

nav.drawer-nav ul li a:hover:after {
    width: 45px;
}

nav.drawer-nav ul li a:hover {
    color: var(--maincolor);
}

nav.drawer-nav ul li {
    padding: 40px 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
    position: relative;
}

nav.drawer-nav ul li:last-child {
    border-bottom: none;
}


/*content*/

main {
    margin-top: -90px;
}

.gold {
    color: var(--maincolor);
}

a.button-default {
    background: var(--maincolor);
    text-decoration: none;
    color: #231f1e;
    font-family: 'Alliance', arial;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 40px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(.26,.12,.33,.55);
    min-width: 190px;
    text-align: center;
}

a.button-default:hover {
    background: #967f4e;
}

.shadow-text {
    background-color: #fff;
    background-image: linear-gradient(90deg, #656464 0%, #fff 50%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}



.line-button {
    padding: 20px 25px;
    position: relative;
    display: inline-block;
    overflow:hidden;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    font-size: 14px;
    letter-spacing: 3px;
 -webkit-transition:.3s cubic-bezier(.26,.12,.33,.55);
  -o-transition:.3s cubic-bezier(.26,.12,.33,.55);
  transition:.3s cubic-bezier(.26,.12,.33,.55);
}

.line-button i {
  border: 0px solid;
  border-color: var(--maincolor) !important;
  position:absolute;
  display:block;
  width:10px;
  height:10px;
   -webkit-transition:.3s cubic-bezier(.26,.12,.33,.55);
  -o-transition:.3s cubic-bezier(.26,.12,.33,.55);
  transition:.3s cubic-bezier(.26,.12,.33,.55);
}

.line-button i:nth-of-type(1){
  top:0;
  left:0;
  border-top:1px solid;
  border-left:1px solid
}

.line-button i:nth-of-type(2){
  top:0;
  right:0;
  border-right:1px solid;
  border-top:1px solid
}

.line-button i:nth-of-type(3){
  bottom:0;
  right:0;
  border-bottom:1px solid;
  border-right:1px solid
}

.line-button i:nth-of-type(4){
 bottom:0;
 left:0;
 border-left:1px solid;
 border-bottom:1px solid
}

.line-button:hover i:nth-of-type(1),
.line-button:hover i:nth-of-type(3) {
    width:100%;
}

.line-button:hover i:nth-of-type(2),
.line-button:hover i:nth-of-type(4) {
    height:100%;
}



/*homepage*/

.section.home-1 {
    height: 100vh;
position: relative;
}

.home-video {
position: absolute;
width: 100vw;
height: 100vh;
z-index: -1;
top: 0;
left: 0;
}

.section.home-1 .page-bgr {
position: absolute;
width: 100vw;
height: 100vh;
z-index: -1;
top: 0;
left: 0;
}

.section.home-1 .page-bgr img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

#background-video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.home-1 .page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;;  
    opacity: 0.7;
}

.section.home-1 .page-overlay {
    background: #0f0e0e;
    background: radial-gradient(circle, rgb(15 14 14 / 10%) 0%, #0f0e0e 100%);  
}


.section.home-1 .row.in-grid {
    position: relative;
}

.section.home-1 h1 {
    font-size: 70px;
    line-height: 1;
	margin-bottom: 20px
}

.section.home-1 .col-3-5.title p {
    max-width: 310px;
}

.home-1 .col-3-5.title,
.home-1 .col-2-5.cta-column {
    position: relative;
    height: 100vh;
    flex-direction: column;
    display: flex;
}

.home-1 .col-3-5.title {
    justify-content: center;
}

.home-1 .col-2-5.cta-column {
    justify-content: flex-end;
    padding-bottom: 60px;
}

.home-1 .col-2-5.cta-column img {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.home-1 .col-2-5.cta-column .cta-inner {
    background: #fff;
    padding: 30px;
    max-width: calc(100% - 220px);
}

.home-1 .col-2-5.cta-column h4 {
    font-size: 20px;
    color: var(--darkcolor);
    margin-bottom: 20px;
}


.section.home-2 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 280px;
    background-image: url(/wp-content/uploads/2023/01/home-2-bgr.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.home-2 p.rotate-text {
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: max-content;
    left: 0;
    bottom: 30%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'GT America Mono';
}

.home-2 p.rotate-text:after {
content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 44px;
    width: 1px;
    background: #fff; 
}

.home-2 .columns-wrapper.title {
    position: relative;
}

.section.home-2 .col-12.title {
    position: relative;
    padding-left: 100px;
    margin-bottom: 200px;
}

.section.home-2 .col-12.title h2 {
    font-size: clamp(40px, 10vw, 130px);
    text-align: right;
}

.col-6.earth-text h3 {
    font-size: 25px;
    max-width: 500px;
    display: block;
    margin-bottom: 30px;
}


.col-6.earth-wrapper {
    position: relative;
}

img.earth {
    position: absolute;
    height: auto;
    object-fit: contain;
    left: 35%;
    top: -280px;
    transform-origin: top left;
    transform: scale(1.45) translateX(-50%);
}

.col-6.earth-text {
    position: relative;
    z-index: 2;
}

.graph {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    top: -100px;
    width: 500px;
    max-width: 500px;
}

.graph .text-center {
    position: absolute;
    left: 55%;
    top: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.graph .number {
    font-size: 25px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px;
}

.graph .text-center .number {
    font-size: 70px;
}

.graph .text-left {
    position: absolute;
    text-align: center;
    left: 35%;
    bottom: 90px;
}

.graph .text-right {
    position: absolute;
    text-align: center;
    right: 5%;
    bottom: 205px;
}

.section.home-3 {
    padding-top: 400px;
    padding-bottom: 70px;
    margin-top: -270px;
    background-image: url(/wp-content/uploads/2023/01/climber.jpg);
    background-size: cover;
    background-position: center top;
}

.section.home-3 .col-5 {
    padding-bottom: 30px;
}

.section.home-3 .col-5 p {
    margin-bottom: 30px;
}

.icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.icon-item img {
    margin-right: 15px;
    max-width: 47px;
}

.icon-item span {
    font-size: 18px;
    line-height: 1.2;
}





/*CLIENTS slider*/

.clients-slider .slick-slide .item {
    padding: 0 35px;
    max-height: 70px;
}

.clients-slider .slick-track {
    display: flex;
    align-items: center;
}

.clients-slider .slick-slide .item img {
  max-width: 180px;
    max-height: 70px;
    width: 100%;
    object-fit: contain;
}

.clients-slider p.slider-title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'GT America Mono';
    position: relative;
    padding-bottom: 15px;
    margin-bottom: -1px;
    z-index: 2;
}

.clients-slider p.slider-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 44px;
    background: #fff;
}

.clients.slick-slider {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    position: relative;
}

.clients-slider-wrapper {
    position: relative;
}

.clients-slider-wrapper:before {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #0F0E0E, rgb(15 14 14 / 0%));
z-index: 1;
}

.clients-slider-wrapper:after {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to left, #0F0E0E, rgb(15 14 14 / 0%));
z-index: 1;
}


/*PROJECTS*/
.section.projekty-block {
    padding: 60px 0;
}

.section.projekty-block .col-12 {
    position: relative;
}

.section.projekty-block h2.shadow-text.rotate {
    font-size: 90px;
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: max-content;
    left: 0;
    background-image: linear-gradient(-180deg, #46505D 0%, #fff 50%);
}

.projects-loop {
    display: inline-block;
}

.projects-loop .projekt-item {
    padding-bottom: 100px;
    position: relative;
    display: inline-block;
    float: left;
}

.projects-loop .projekt-item:nth-child(3n+1) {
    width: 43%;
    margin-left: 17%;
    margin-right: 3%;
}

.projects-loop .projekt-item:nth-child(3n+2) {
    width: 37%;
    margin-top: 25%;
    float: right;
}

.projects-loop .projekt-item:nth-child(3n+3) {
    width: 50%;
}

.projekt-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h3.projekt-title {
    flex: auto;
    font-size: 20px;
}

.project-meta {
    white-space: nowrap;
    padding-left: 25px;
    opacity: 80%;
}

.project-meta span {
font-family: 'GT America Mono';
    text-transform: uppercase;
}

.projekt-image {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
}

.projekt-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projekty-cta {
    display: flex;
    justify-content: space-between;
    width: 37%;
    float: right;
    margin-top: -210px;
    padding-top: 30px;
    border-top: 1px solid #AFAFAF;
    align-items: center;
}


/*BENEFITS*/
.benefits-menu p.rotate-text {
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: max-content;
    right: 0px;
    top: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'GT America Mono';
}

.benefits-menu p.rotate-text:after {
content: '';
    position: absolute;
    top: 0;
    left: -15px;
    height: 44px;
    width: 1px;
    background: #fff; 
}

.benefits-menu {
    padding-top: 50px;
    position: relative;
    background: #46505d;
}

.benefits-inner {
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
}

.benefits-links .item .benefits__link {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index:1;
    transition: all 0.3s cubic-bezier(.26,.12,.33,.55);
    align-items: center;   
}

.benefits-links .item .benefits__link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #46505d, #afafaf);
}

.benefits-links .item:last-child .benefits__link {
    border-bottom: none;
}

.benefits-links .item .benefits__link h3 {
    position: relative;
    display: inline-block;
    padding-right: 18px;
}

.benefits-links .item .benefits__link h3 .title {
    font-size: 75px;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgb(70 80 93 / 0.95) 0%, #fff 400px);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    transition: all 0.3s cubic-bezier(.26,.12,.33,.55);
}

.benefits-links .item .benefits__link h3 .benefits-number {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}

.benefits-links .item .benefits__link:hover h3 .title {
     background-color: var(--maincolor);
    background-image: linear-gradient(90deg, var(--maincolor) 0%, var(--maincolor) 400px);
}

.benefits-links .item .benefits__link:hover h3 .benefits-number {
    color: var(--maincolor);
}

.benefits-links .item .benefits__link p {
    flex: 0 0 270px;
}

.benefits-images {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.benefits-image.image1 {
    width: 0px;
    height: 240px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 100px;
    top: 60px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.26,.12,.33,.55);
    transform: scale(0.5);
}

.benefits-image.image1.benefits-image--active {
    opacity: 1;
    width: 410px;
    transform: scale(1);
}

.benefits-image.image2 {
    width: 0px;
    height: 240px;
    position: absolute;
    background-size: cover;
    background-position: center;
    right: -300px;
    top: 300px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.26,.12,.33,.55);
    transform: scale(0.5);
}

.benefits-image.image2.benefits-image--active {
     opacity: 1;
    width: 410px;
    transform: scale(1);
}


/*PRACOVNI NABIDKY*/
.section.job-offers {
    padding-top: 150px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.section.job-offers a {
    text-decoration: none;
}

.section.job-offers h3 {
    font-size: clamp(30px,119px,8vw);
    background-color: #fff;
    background-image: linear-gradient(90deg, #0f0e0e 0%, #fff 50%, #0f0e0e 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}


/*PAGE DEFAULT*/
.section.page-template.page-default-top {
    padding-top: 250px;
    padding-bottom: 300px;
    position: relative;
}

.page-default-top .page-bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.page-default-top .page-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #0f0e0e, rgb(240 43 43 / 0%));
}

.section.page-template.page-default-top .row.in-grid {
    position: relative;
}

.col-6.header-images .columns-wrapper {
    margin: 0;
}

.col-6.header-images .columns-wrapper .col-5,
.col-6.header-images .columns-wrapper .col-7 {
    padding: 0;
    position: relative;
}

.header-images .small-img-wrapper-1, 
.header-images .small-img-wrapper-2 {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.header-images .small-img-wrapper-2 img,
.header-images .small-img-wrapper-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-images .small-img-wrapper-1 {
top: calc(100px + 41.66666667%);
}

.header-images .small-img-wrapper-2 {
top: calc(-58.33333333% + 100px);
}

.col-6.header-images {
    padding-right: 100px;
}

p.perex {
    max-width: 400px;
}

/*sluzby*/
.page-template-template-sluzby .icons-block {
    padding-bottom: 80px;
}

.page-template-template-sluzby .icons-block .col-7 {
    margin: auto;
}

.icons-block .col-7.title {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #afafaf;
    padding-bottom: 40px;
}

.page-template-template-sluzby .section.job-offers {
    padding-top: 0px;
}

/*FOOTER*/
#footer {
    background: url(/wp-content/uploads/2023/01/footer-bgr.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 350px;
    margin-top: -250px;
}

.footer-top {
    padding-bottom: 120px;
}

.footer-top .contacts h4 {
    font-size: 15px;
    margin-bottom: 30px;
}

.footer-top .contacts a {
    text-decoration: none;
    font-size: clamp(18px,25px,2vw);
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}

.footer-menu .menu-item a {
    color: #fff;
    margin-bottom: 15px;
} 

/* .footer-top .contact-block {
    background: #46505d;
    padding: 70px 60px;
}*/

.footer-top .contact-block a.button-default {
    margin-top: 40px;
}

.footer-bottom {
    padding-bottom: 25px;
}

.footer-bottom p,
.footer-bottom a {
    color: #fff;
    font-size: 13px;
}

.footer-bottom .social a {
    padding-right: 30px;
}

.footer-bottom .copyright {
    display: flex;
    justify-content: space-between;
}

#footer a {
    transition: all 0.3s cubic-bezier(.26,.12,.33,.55);
}

#footer a:not(.button-default):hover {
    color: var(--maincolor);
}


/*PRACOVNI NABIDKY*/
.offer-item {
    margin-bottom: 6px;
}

.offer-item .col-6 {
    padding: 0;
}

.offer-item .columns-wrapper {
background: #fff;
}

.offer-item:nth-child(2n+2) .columns-wrapper {
    flex-direction: row-reverse;
 }

.offer-thumbnail {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    overflow: hidden;
}

.offer-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-6.offer-content {
    padding: 20px 50px 60px 50px;
    height: auto;
}

.col-6.offer-content h3 {
    color: #46505d;
    font-size: 25px;
    margin-bottom: 15px;
}

.stitky {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

span.stitok {
    color: #46505d;
    background: rgb(70 80 93 / 0.1);
    margin-right: 5px;
    padding: 5px 8px;
}

.offer-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mzda .title {
    color: #46505d;
}

.mzda span.mzda-number {
    color: var(--maincolor);
    font-size: 25px;
}

.offer-content-bottom a.line-button {
    color: #231f1e;
}

.section.pracovni-nabidky {
    margin-top: -250px;
    position: relative;
}

.page-template-template-nabidky #footer {
    margin-top: 0px;
}

/*SINGLE PRACOVNI NABIDKY*/
.section.page-template.page-default-top.single-offer-top {
    padding-top: 200px;
    padding-bottom: 140px;
}

.offer-item.single {
    margin-bottom: 0;
}

.offer-item.single .col-6.offer-content {
    padding: 0 80px 0 0;
}

.offer-item.single h1 {
    font-size: 43px;
    margin-bottom: 15px;
}

.offer-item.single .columns-wrapper {
    background: transparent;
}

.offer-item.single span.stitok {
    color: #fff;
    background: rgb(70 80 93 / 1);
}

.offer-item.single .stitky,
.offer-item.single p.perex {
    margin-bottom: 40px;
}


.offer-item.single .mzda .title,
.offer-item.single .offer-content-bottom a.line-button {
    color: #fff;
}

.offer-item.single .offer-thumbnail {
    padding-bottom: 75%;
}

.section.offer-description .top-info {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #afafaf;
}

.section.offer-description h3 {
    padding-bottom: 25px;
}

.section.offer-description h4 {
    padding-bottom: 5px;
}

.section.offer-description h4.top-info-1,
.section.offer-description h4.top-info-2 {
  padding-bottom: 15px;  
}

.section.offer-description h4.top-info-2 {
    margin-top: 60px;
}

.section.offer-description .top-info ul li {
    font-size: 14px;
    padding-bottom: 15px;
    padding-left:  20px;
    position: relative;
}

.section.offer-description .top-info ul li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.section.offer-description .offer-desc-item {
  margin-bottom: 30px;
}

.section.offer-description .bottom-info .col-6 {
  padding: 0 15px 0 0;
}

.section.offer-description .bottom-info p {
  font-size: 14px;
}


.offer-kontakt {
    margin-top: 100px;
    padding-right: 60px;
}

.offer-kontakt-wrapper {
    display: flex;
    align-items: center;
    background: rgb(70 80 93 / 0.5);
   margin-top: 10px;
}

.offer-kontakt-img {
    position: relative;
    width: 221px;
    padding-bottom: 221px;
    overflow: hidden;
}

.offer-kontakt-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-kontakt-content {
 padding-left: 60px;
}

.offer-kontakt-content p.name {
 font-size: 18px;
 padding-bottom: 20px;
}

.offer-kontakt-content a.phone {
 font-size: 25px;
}

.offer-kontakt-content a.email {
 font-size: 25px;
 color: var(--maincolor);
}

.sidebar__inner {
    background: #46505d;
    padding: 40px 25px;
    text-align: center;
}

div#sidebar {
    padding-left: 0%;
    padding-right: 2%;
}


.section.related-offers  {
    margin-top: 150px;
    background: #46505d;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.related-offers h2 {
    margin-bottom: 50px;
}

.align-center {
    text-align: center;
}

.section.related-offers .align-center .line-button {
    margin-top: 50px;
}

/*kontakt*/
.section.page-template.page-default-top.kontakt .page-bgr {
    opacity: 0.3;
    filter: brightness(1.7) grayscale(1);
}

.section.page-template.page-default-top.kontakt {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}

.kontakt .header-images .small-img-wrapper-1 {
    top: 0;
    padding-bottom: 72%;
}

.col-30.kontakt-adresa {
    background: #fff;
    padding: 40px;
}

.col-30.kontakt-adresa h4,
.col-30.kontakt-adresa p {
    color: #46505D;
}

.col-30.kontakt-adresa p {
    padding: 15px 0 30px;
}

.section.page-template.page-default-top.kontakt h1 {
    font-size: 130px;
}

/*CONTACT BLOCK*/

.wpcf7 {
    margin-top: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*FORM*/
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #AFAFAF;
    color: #fff;
    font-size: 14px;
    font-family: 'Alliance';
    padding: 15px 0;
    margin-bottom: 20px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    border-bottom: 1px solid var(--maincolor) !important;
}

.wpcf7 select:focus {
    outline: none;
}


.wpcf7 input:focus,
.wpcf7 textarea:focus {
    outline: none;
    border: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgb(255 255 255 / 1);
}

.wpcf7 input[type="checkbox"]  {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    width: 0px !important;
}

span.wpcf7-list-item {
    margin: -6px;
}

span.wpcf7-list-item label {
    display: flex;
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: #fff;
}

span.wpcf7-list-item-label a:hover {
    color: #fff;
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    border: 1px solid rgb(255 255 255 / 0.5);
    border-radius: 0px;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    font-size: 20px;
    line-height: 1;
    border: 1px solid var(--maincolor);
    background-image: url(/wp-content/uploads/2023/01/icon-check.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--maincolor);
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-right: 10px;
}

.nectar-wpcf7-inline-field.submit-col {
    justify-content: flex-end;
}

.wpcf7-spinner {
    display: none;
}

p.form-required-text {
    padding-bottom: 0;
    font-size: 14px;
}

span.wpcf7-not-valid-tip {
    background: transparent;
    box-shadow: none !important;
    color: #ec7272 !important;
    position: absolute;
    font-size: 12px;
    bottom: 0px;
    right: 0;
    top: auto !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ec7272;
    border-color: #ec7272;
}

.codedropz-upload-handler {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 5px;
    position: relative;
    background: #2D343E;
    color: #fff;
    padding: 15px 5px;
}

.codedropz-upload-inner {
    text-align: left;
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.2;
}

.codedropz-upload-inner h3 {
    /*margin: 0px !important;
    padding: 0 !important;
    line-height: 1.5;
    font-size: 14px;*/
    display: none;
}

.codedropz-upload-inner span {
    display: none;
}

.dnd-upload-counter {
    display: none;
}

a.cd-upload-btn {
    color: #fff;
    margin-top: 0px !important;
    display: inline-block;
    text-decoration: underline !important;
}

.codedropz-upload-handler:before {
  content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(/wp-content/uploads/2023/01/file.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dnd-upload-status {
    margin: -10px 0 30px 0;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: var(--maincolor);
}

.dnd-upload-status .dnd-upload-details .name {
    color: rgb(255 255 255 / 0.5);
}

.dnd-upload-status .dnd-upload-image {
    background: #2D343E;
    border-color: #2D343E;
}

.dnd-upload-status .dnd-upload-image span.file {
    filter: brightness(100);
}

.dnd-upload-status .dnd-upload-details .name em {
    color: rgb(255 255 255 / 0.5);
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

.wpcf7 .gdpr {
    text-align: left;
    margin-bottom: 15px;
}

button.default {
    background: var(--maincolor);
    text-decoration: none;
    color: #231f1e;
    font-family: 'Alliance', arial;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 40px;
    display: block;
    transition: all 0.3s cubic-bezier(.26,.12,.33,.55);
    text-align: center;
    border: none;
    width: 100%;
    margin-top: 25px;
    cursor: none;
}

button.default:hover {
    background: #967f4e;
}


/*RESPONSIVE*/
@media (max-width: 1000px) {
#header {
    padding-top: 20px;
}

.drawer-hamburger, 
.drawer-hamburger:hover {
    left: 20px;
    margin-top: 20px;
}

.right-buttons {
    display: none;
}

.logo {
    margin-right: 20px;
    margin-left: auto;
}

.logo img {
    height: 36px;
}

.drawer--top .drawer-nav {
    padding: 70px 30px;
}

.menu-menu-left-container, .menu-menu-right-container {
    flex: 0 0 auto;
    width: 100%;
}
    
.menu-item {
    gap: 0px;
    flex-direction: column;
}

nav.drawer-nav ul {
    width: 100%;
}

nav.drawer-nav ul li {
    padding: 30px 0;
}

nav.drawer-nav ul li:last-child {
        border-bottom: 1px solid rgb(255 255 255 / 0.3);
}

nav.drawer-nav ul li a {
    font-size: 25px;
    display: block;
}

a.button-default {
    padding: 20px;
}

/*homepage*/

.section.home-1 h1 {
    font-size: 40px;
}

.home-1 .col-3-5.title, .home-1 .col-2-5.cta-column {
    height: auto;
    width: 100%;
}

.section.home-1 .row.in-grid {
    position: relative;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-1 .col-2-5.cta-column {
    padding-bottom: 70px;
    padding-top: 60px;
}

.home-1 .col-2-5.cta-column .cta-inner {
    max-width: calc(100% - 80px);
    padding: 25px 15px;
}

.home-1 .col-2-5.cta-column img {
    width: 80px;
    height: 80px;
}

.section.home-2 {
    background-size: auto 300px;
    padding-bottom: 60px;
}

.section.home-2 .col-12.title {
    padding-left: 80px;
    margin-bottom: 5px;
}

.home-2 p.rotate-text {
    bottom: 0;
    font-size: 14px;
}

.section.home-2 .col-12.title h2 {
    font-size: 30px;
}

img.earth {
    position: absolute;
    top: 0px;
}

.graph {
    position: relative;
    left: 48%;
    transform: translateX(-50%);
    top: 20px;
    width: 400px;
    max-width: 400px;
}

.graph .text-center .number {
    font-size: 45px;
}

.graph .text-left {
    left: 38%;
    bottom: 60px;
}

.graph .text-right {
    position: absolute;
    text-align: center;
    right: 3%;
    bottom: 155px;
}

.col-6.earth-text {
padding-top: 30px;
padding-bottom: 30px;
}

.section.projekty-block h2.shadow-text.rotate {
    font-size: 70px;
}

.projects-loop .projekt-item:nth-child(3n+1),
.projects-loop .projekt-item:nth-child(3n+3),
.projects-loop .projekt-item:nth-child(3n+2) {
    width: calc(100% - 100px);
    margin-left: 100px;
    margin-right: 0;
    float: none;
    margin-top: 0;
    padding-bottom: 50px;
}

h3.projekt-title {
    font-size: 12px;
}

.project-meta {
    font-size: 12px;
}

.projekty-cta {
    width: 100%;
    float: none;
    margin-top: 0px;
}

.section.home-3 {
    padding-top: 50px;
    padding-bottom: 200px;
    margin-top: 0px;
    background-image: url(/wp-content/uploads/2023/01/climber-mobile.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom -1px center;
}

.section.home-3 .col-5 {
    padding-bottom: 50px;
}

.section.home-3 .col-4,
.page-template-template-sluzby .icons-block .col-7 .col-4  {
    display: flex;
    align-items: center;
}

.icon-item {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.icon-item span {
    font-size: 14px;
}

.benefits-menu p.rotate-text {
    right: 20px;
    top: 0px;
    font-size: 14px;
}

.benefits-inner {
    padding-top: 130px;
}

.benefits-links .item .benefits__link h3 .title {
    font-size: 22px;
    background-image: linear-gradient(90deg, rgb(70 80 93 / 0.90) 0%, #fff 150px);
}

.benefits-links .item .benefits__link h3 .benefits-number {
    font-size: 12px;
    top: 3px;
    right: -4px;
}

.benefits-links .item .benefits__link p {
    flex: 0 0 130px;
    font-size: 12px;
}

.benefits-image.image1  {
    height: 100px;
    top: 160px;
}

.benefits-image.image2{
    height: 100px;
    bottom: 80px;
    top: auto;
    right: 10px;
}

.benefits-image.image1.benefits-image--active,
.benefits-image.image2.benefits-image--active{
    width: 130px;
}

.section.job-offers {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section.job-offers a {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
}

.section.job-offers a:after {
  content: "Zobrazit";  
    color: #231F1E;
     width: 90px !important;
    height: 90px !important;
    background-color: var(--maincolor) !important;
    border-color: var(--maincolor);
    position: absolute;
    line-height: 90px;
    border-radius: 50%;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.section.job-offers a:before {
content: '';
position: absolute;
width: 120px;
height: 120px;
text-align: center;
left: 50%;
transform: translateX(-50%);
top: -5px;
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23D5B777FF' stroke-width='15' stroke-dasharray='1%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
border-radius: 50%;    
}

/*.footer-top .contact-block {
    order: 1;
    margin-bottom: 50px;
    padding: 50px;
}*/

.col-3.contacts {
    order: 2;
    margin-bottom: 50px;
}

.col-3.footer-menu {
    order: 3;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-bottom .col-6.social {
    padding-bottom: 30px;
}

.footer-bottom .copyright {
    flex-direction: column;
    text-align: left;
}


/*page*/
.section.page-template.page-default-top {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.col-6.header-images {
    padding-right: 0;
}

.col-6.header-images .columns-wrapper {
    max-width: 280px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0px;
}

.section.page-template.page-default-top .col-6.title {
    margin-top: 30px;
}

.col-6.header-images .columns-wrapper .col-5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
}
    
.col-6.header-images .columns-wrapper .col-7 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
}

.header-images .small-img-wrapper-2 {
    top: 0;
    margin-top: 60px;
}

.header-images .small-img-wrapper-1 {
    top: 0;
    margin-top: calc(150% + 60px);
}


/*nabidky*/
.section.pracovni-nabidky {
    margin-top: 0px;
}

.page-template-template-nabidky .section.page-template.page-default-top {
    padding-top: 150px;
}

.offer-item {
    margin-bottom: 10px;
}
    
.offer-item .columns-wrapper,
.offer-item:nth-child(2n+2) .columns-wrapper{
    flex-direction: column-reverse;
}

.col-6.offer-content {
    padding: 20px 15px 30px 15px;
}

.col-6.offer-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.stitky {
    margin-bottom: 40px;
}

span.stitok {
    font-size: 12px;
}

.mzda span.mzda-number {
    font-size: 18px;
}

.col-6.offer-content .line-button {
    padding: 20px 15px;
    font-size: 13px;
}

.page-template-template-nabidky #footer {
    margin-top: -200px;
}

.section.page-template.page-default-top.single-offer-top {
    padding-top: 110px;
    padding-bottom: 60px;
}

.offer-item.single h1 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.offer-item.single .col-6.offer-content {
    padding: 0;
}

.offer-item.single p.perex {
    max-width: 100%;
}

h4 {
    font-size: 18px;
}

.section.offer-description .top-info {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.section.offer-description .bottom-info .col-6 {
    padding: 0;
}

.offer-kontakt-wrapper {
    margin-top: 10px;
    margin-bottom: 30px;
}

.offer-kontakt {
    margin-top: 60px;
    padding-right: 0px;
}

.offer-kontakt-img {
    width: 100px;
    padding-bottom: 100px;
}

.offer-kontakt-content p.name {
    font-size: 14px;
    padding-bottom: 10px;
}

.offer-kontakt-content a.phone,
.offer-kontakt-content a.email {
 font-size: 14px;
}

.offer-kontakt-content {
    padding-left: 10px;
}

div#sidebar {
    padding-right: 0;
}

.section.related-offers {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 120px;
}

.section.page-template.page-default-top.kontakt {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}
    
.section.page-template.page-default-top.kontakt h1 {
    font-size: 40px;
}

.kontakt .header-images .small-img-wrapper-1 {
    margin-top: 50px;
}
}