.totop{
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 1000;
}
.totop .fa{
    font-size: 4rem;
    opacity: .7;
    color: #dd9104;
    cursor: pointer;
}
.totop .fa:hover{
    opacity: 1;
}

form.feedback input,
form.feedback textarea{
    border-radius: 0px;
}

.btn.btn-black{
    padding: 15px 10px;
    min-width: 160px;
    background: black;
    border-radius: 0px;
    color: white;
    font-weight: 600;
}
.btn.btn-black:hover{
    background: #fbad1a;
}

.btn.btn-orange{
    padding: 15px 10px;
    min-width: 160px;
    background: orange;
    border-radius: 0px;
    color: white;
    font-weight: 600;
}
.btn.btn-orange:hover{
    background: #fbad1a;
}

.section{
    padding: 80px 0;
}
.welcomescreen .title{
    font-size: 3.7rem;
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1.2;
}
.welcomescreen .subtitle{
    font-size: 2rem;
    color: #fbad1a;
    font-family: 'Montserrat';
    margin-top: 1rem;
}


.progressbar{
    box-shadow: 0 0 20px #dbdbdb;
    background: url("/images/background-progressbar.jpg");
}
.progressbar .unit{
    text-align: center;
}
.progressbar .unit img{
    width: 120px;
}
.progressbar .unit .digits{
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
}
.progressbar .unit .desc{
    font-size: 1.4rem;
    text-transform: uppercase;
}

#modalVideo iframe{
    width: 100%;
    min-height: 300px;
}


.threesteps .unit{
  padding-left: 30px;
  padding-right: 30px;
  border-style: solid;
  border-color: #131212;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
  min-height: 340px;
}
.threesteps .unit:hover{
    border-color: #fbad1a;
}

.threesteps .unit .digits{
font-weight: 700;
font-family: 'Montserrat', sans-serif;
font-size: 42px;
color: #fbad1a;
border-bottom: 1px solid #e6e6e6;
}
.threesteps .unit .text{
padding-left: 3rem;
margin-top: 1rem;
}
.threesteps .unit .title{
font-weight: 700;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
}
.threesteps .unit .desc{
    font-weight: 400;
font-family: 'Hind', sans-serif;
color: #939292;
font-size: 15px;
line-height: 1.7;
margin-top: 1rem;
}

.section .preheader{
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fbad1a;
    font-size: 18px;
    text-align: center;
}
.section .header{
    margin-bottom: 4rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    text-align: center;
}
.section .header:after{
    content: "";
    display: block;
    background: orange;
    height: 2px;
    width: 200px;
    margin: 1rem auto;
}


.section.prices .unit{
  padding: 1.2rem;
  margin: 1rem 0;
  background-color: #131212;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
  text-align: center;
}
.section.prices .unit:hover{
  background-color: #fbad1a;
}
.section.prices .unit .title{
font-weight: 700;
font-family: 'Montserrat', sans-serif;
font-size: 22px;
color: white;
}
.section.prices .unit .comment{
    color: white;
    margin: 1rem 0;
    font-size: 0.9rem;
    font-style: italic;
}
.section.prices .unit .comment:after{
    content: "";
    display: block;
    background: orange;
    height: 1px;
    margin: 1rem auto;
}
.section.prices .unit .price{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: white;
    margin-bottom: 1rem;
}
.section.prices .unit .price span{
    font-size: 48px;
}
.section.prices .unit .list{
background: white;
padding: 2rem 0;
}
.section.prices .unit .list .btn{
margin-top: 1rem;
}
.section.prices .unit .list ul{
    list-style: none;
}
.section.prices .unit .list li{
    position: relative;
    line-height: 32px;
    color: gray;
}
.section.prices .unit .list li:before{
    position: absolute;
    left: 16px;
    font-family: "FontAwesome";
    fnt-size: 16px;
    color: orange;
    content: "\f061";
}


.section.services{
    background: url("/images/background-services.jpg") fixed;
}
.section.services .header{
    color: white;
}
.section.services .unit{
    text-align: center;
    color: white;
    padding: 2rem;
}
.section.services .unit .title{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 1rem;
    min-height: 60px;
}
.section.services .unit .desc{
    margin-top: 1rem;
}
.section.services .unit img{
    width: 100%;
    border: 2px solid #7d7d7d;
}

.section.front{
    padding: 0px;
}
.section.front .brandname{
    font-size: 1.2rem;
    font-weight: 600;
}

.section.footer{
    background: #262626;
    padding: 30px 0;
    color: white;
}
.section.footer a{
    color: white;
}
.section.footer .copyright{
    border-top: 1px dotted #505050;
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center;
    font-size: 0.9rem;
}
.section.footer .politic{
    text-align: center;
    font-size: 0.8rem;
}
.section.footer .designed{
    text-align: center;
    font-size: 0.7rem;
    margin-top: 1rem;
}
.section.footer .cookie{
    text-align: center;
    font-size: 0.6rem;
    color: grey;
}
.section.footer .cookie a{
    color: grey;
}
.section.footer .designed img{
    width: 20px;
}
.section.footer .social{
    text-align: center;
}
.section.footer .social a .fa{
    color: #fbad1a;
}
.section.footer [itemprop=name]{
    font-weight: 600;
}
.section.footer .fa{
    color: orange;
}



.section.contacts{
    background-image: url(/images/mt-1449-home-parallax3.jpg);
}
.section.contacts .header{
    color: white;
}
.section.contacts form .btn-orange{
    margin: 0 auto;
    display: block;
}
.section.contacts .unit{
    color: white;
    margin-bottom: 2rem;
}
.section.contacts .unit div{
    font-size: 14px;
    margin-top: 0.6rem;
}
.section.contacts .unit a{
    color: white;
}
.section.contacts .unit .fa{
    color: orange;
}
.section.contacts .unit b{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #131212;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
}

.section.faq .card-header{
    background: black;
    color: #ffd993;
    cursor: pointer;
}

.section.vacancies{
    background: #fbad1a;
}
.section.vacancies .unit{
background: white;
padding: 1rem;
min-height: 300px;
}
.section.vacancies .title{
font-weight: 700;
font-family: 'Montserrat', sans-serif;
font-size: 18px;
letter-spacing: 1px;
margin: 1rem 0 2.4rem 0;
border-bottom: 1px dotted #e3e3e3;
border-right: 2px solid orange;
}
.section.vacancies .desc{
    color: grey;
}
.section.vacancies .unit ul{
    list-style: none;
    margin-top: 3rem;
}
.section.vacancies .unit ul li{
    margin: 1rem 0;
}
.section.vacancies .unit ul li .fa{
    color: orange;
    margin-right: 2rem;
}
.section.vacancies .unit a{
    color: black;
}

.section.serviceguide{
    background: url("/images/background-serviceguide.jpg");
    color: white;
    padding-bottom: 140px;
}
.section.serviceguide .title{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 44px;
    font-size: 30px;
}
.section.serviceguide .title:after{
    content: "";
    display: block;
    background: orange;
    height: 2px;
    width: 160px;
    margin-top: 2rem;
}
.section.serviceguide ul{
    margin-top: 3rem;
    margin-left: 2rem;
    list-style: none;
}
.section.serviceguide ul li{
    position: relative;
    padding-left: 2rem;
    margin: 0.6rem 0;
}
.section.serviceguide ul li:before{
    position: absolute;
    font-family: "FontAwesome";
    font-size: 16px;
    color: orange;
    content: "\f061";
    left: 0px;
}

.phonetop{
    font-size: 1.6rem;
}