:root {
    --mainColor: #710510;
}

*{
    font-family: 'Poppins';
}

header{
    background-color: #181818;
}
.fullHeight{
    height: 100%;
}
.logo:before{
    content: '';
    width: 100000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 70px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    background: #2e2e2e;
}
.logo img{
    position: relative;
    padding: 21px;
    height: 100px;
}
.flex{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
header .icon{
    border: 3px solid white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .paddingBottom{
    padding-bottom: 50px;
}
header .popis{
    padding-left: 20px;
}
header .icon i{
    color: white;
    font-size: 25px;
}
header a{
    color: white;
    text-decoration: none;
}
header a:hover{
    color: white;
    text-decoration: none;
}
header .popis .top{
    color: #42923e;
    text-transform: uppercase;
    font-weight: bold;
}
header .popis .under{
    font-size: 20px;
    font-weight: bold;
}
.wrapperTopMenu{
    background-image: URL('/assets/img/background-header.jpg');
    min-height: 900px;
    background-size: cover;
}
.navbar-white{
    background-color: initial!important;
}
.navbar-white > *{
    position: relative;
    z-index: 10;
}
.navbar-white:after{
    content: '';
    width: 94%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 38px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg); 
    background: #ffffff;
}
.navbar-white:before{
    content: '';
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    /* -webkit-transform: skewX(-30deg); */
    /* transform: skewX(-30deg); */
    background: white;;
}
.quote,
.navbar-white{
    position: relative;
    top: -40px;
}
.quote a,
.navbar-white .nav-link{
    display: block;
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    padding: 20px!important;
}
.quote{
    background-color: #52bb4d;
}
.quote a{
    color: white;
    padding-top: 28px!important;
    padding-bottom: 28px!important;
    position: relative;
}
.quote:before{
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 137px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background: #52bb4d;
}
h1{
    text-align: center;
    font-size: 60px;
    color: white;
    display: inline-block;
    padding: 30px;
    background-color: rgb(0 0 0 / 48%);
    margin-top: 200px;
}

.content{
    padding-top: 60px;
    padding-bottom: 60px;
}
h2{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 28px;
}
h2 span{
    color: #52bb4d;
}
.iconWork{
    background-color: #cecece;
    text-align: center;
    padding: 25px;
    margin-bottom: 25px;
}
.iconWork .name span{
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    height: 90px;
}
.iconWork .name p{
    font-size: 14px;

}
.iconWork .icon{
    padding: 25px;
}
.iconWork .name{
    /*height: 72px;*/
}
.iconWork .icon span,
.icon-welding{
    font-size: 70px;
}
.margin-top40{
    margin-top: 40px;
}
.margin-bottom40{
    margin-bottom: 40px;
}
.content-black{
    background-color: #262626;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
}
.content-black h2{
    color: white;
    margin-top: 30px;
}
.content-black p{
    color: white;
}
.sluzbyBox{
    display: flex;
    font-size: 24px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.sluzbyBox .icon i{
    font-size: 40px;
    padding-right: 21px;
    color: #52bb4d;
}
.photoBox
{
    margin-bottom: 20px;
}
.container-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-flex > div{
    width: 50%;
}
.noPadding{
    padding: 0;
}
.container-flex .right p{
    margin: 0;
    padding: 70px;
    font-size: 22px;
}
.container-flex a{
    color: #52bb4d;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    text-decoration: none;
}

.container-flex a:hover{
    color: #79c375;
}

.logo-footer{
    margin-bottom: 35px;
    max-width: 150px;
}

footer h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 29px;
}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul a{
    color: #212529;
    font-weight: 600;
    line-height: 26px;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    text-decoration: none;
}
footer ul a:hover{
    color: #52bb4d;
    text-decoration: none;
}
footer .footBox{
    max-width: 300px;
}
footer .telephone{
    margin-bottom: 20px;
}
footer .telephone a,
footer .mail a{
    font-size: 20px;
    font-weight: bold;
    color: #52bb4d;
}
footer .telephone i,
footer .mail i{
    padding-right: 10px;
}

.copyright{
    text-align: center;
    width: 100%;
    padding: 15px;
    color: #a0a0a0;
}

iframe{
    display: block;
}