@font-face {
    font-family: 'Futura PT';
    src: url('/fonts/FuturaPT-Book.eot');
    src: url('/fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaPT-Book.woff2') format('woff2'),
        url('/fonts/FuturaPT-Book.woff') format('woff'),
        url('/fonts/FuturaPT-Book.ttf') format('truetype'),
        url('/fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    
    font-family: 'Futura PT';
}

.top {
    float: left;
    width: 100%;
    background: #f7d0cb;
    padding: 20px 0;
}

.top .logo {
    width: 300px;
}

img {
    max-width: 100%;
    display: block;
}

.hug {
    max-width: 1920px;
    margin: 0 auto;
}

.intop, .inham {
    margin: 0 50px;
    width: calc(100% - 100px);
}

.header-and-menu {
    float: left;
    width: 100%;
}

.header {
    text-align: center;
    width: 100%;
    margin: 50px 0;
}

.header h1{
    font-size: 40px;
}
.header h1 span {
    font-size: 60px;
}
.menu {
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
.menu li {
    float: left;
    margin: 0 50px;
    font-size: 25px;
}

.menu li a {
    color: #000;
    cursor: pointer;
    cursor:hand;
}

.bg {
    float: left;
    width: 100%;
    background: url(/img/bg.jpg) no-repeat center / cover;
    height: 600px;
    max-height: 30vw;
    margin-top: 50px;
}

div#raport {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.deco {
    float: left;
    width: 100%;
}

.deco .l {
    float: left;
    width: 200px;
    background: red;
    height: 100px;
    margin-right: 30px;
}

.deco .r {
    float: left;
    width: 200px;
    background: red;
    height: 100px;
    margin-left: 30px;
}

.deco h2 {
    float: left;
    width: calc(100% - 460px);
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 30px;
}

.text {
    float: left;
    margin: 30px 200px;
    width: calc(100% - 400px);
    font-size: 22px;
}

.inraport .deco .l, .inraport .deco .r{
    background: #366775;
}

.inoferta .deco .l, .inoferta .deco .r{
    background: #f4ac94;
}


.inkontakt .deco .l, .inkontakt .deco .r{
    background: #a2b4c0;
}



.inraport, .inoferta {
    width: 100%;
    float: left;
}

.inoferta .box {
    width: calc(100% - 80px);
    float: left;
    border: 1px solid #f4ac94;
    padding: 50px 40px;
    /* height: 280px; */
    /* text-align: center; */
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    /* align-content: center; */
}

.inoferta .box:nth-child(1) {
    margin-bottom: 40px;
    }

.inoferta .box:nth-child(2) {
    /* margin-left: 25px; */
}

.inoferta .box img {
    width: 100px;
    float: left;
}

.inoferta .box p {
    float: left;
    width: calc(100% - 150px);
    font-size: 25px;
    margin-left: 50px;
}

.inoferta .box:nth-child(2) img {
    margin-top: 20px;
}

.inoferta p.rm {
    font-size: 25px;
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.inoferta p.rm a {
    color: #f4ac94;
    position: relative;
}

.inoferta p.rm a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #f4ac94;
    transition: 0.5s;
}

.inoferta p.rm a:hover span {
    width: 100%;
}

div#oferta {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.inkontakt .form {
    float: left;
    width: calc(50% - 50px);
    margin-right: 50px;
}

.inkontakt .form form {
    float: left;
    width: 100%;
}

.inkontakt .form form input,
.inkontakt .form form textarea {
    float: left;
    width: 100%;
    border: 0;
    margin: 0 0 5px;
    padding: 10px 0;
    outline: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 24px;
    font-family: 'Futura PT';
}

.inkontakt .form form input::placeholder,
.inkontakt .form form textarea::placeholder{
    font-size:20px;
    font-family: 'Futura PT';
    color: #000;
}
.inkontakt h3 {
    float: left;
    width: 100%;
    color: #a2b4c0;
    margin-bottom: 20px;
}
.inkontakt .data {
    float: left;
    width: calc(50% - 50px);
    margin-left: 50px;
}
.inkontakt .form form textarea{
    height: 100px;
    max-width: 100%;
    min-width: 100%;
}

.inkontakt .form form p {
    float: left;
    width: 100px;
    text-align: center;
    background: #376977;
    margin: 40px   0 0;
    color: #fff;
    font-size: 22px;
    padding: 8px 40px;
    transition: 0.5s;
    border: 1px solid #376977;
    cursor: pointer;
    cursor: hand;
}

div#kontakt {
    float: left;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.inkontakt .form form p:hover {
    background: #fff;
    color: #396977;
}

.footer {
    background: #f7d0cb;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 30px 0 0;
    font-size: 18px;
}

.footer p{
    margin:0 20px;
}


div#statement {
width: calc(100% - 20px);
padding: 15px 10px;
color: #fff;
text-align: left;
font-size: 16px;
background: rgb(208, 35, 35,0.95);
margin: 0 0 10px;
    display:none;
    position:fixed;
    top:0;
    transition:1s;
    z-index:5;
    text-align:center;
}



.map .image {
    width: 100%;
    float: left;
    position: relative;
    transition:0.5s;
}

.map .image img {
    max-height: 580px;
    float: right;
}
.map .image .bgm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7d0cb;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    opacity: 0;
    transition:0.5s;
    color:#fff;
    z-index:-9;
    transition: z-index 0.5s step-end, opacity 0.5s linear;
}

.map .image:hover .bgm{
  opacity: 0.95;
  transition: z-index 0.5s step-start, opacity 0.5s linear;
  z-index: 2;
}


.inkontakt .data .map {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.inkontakt .data .map img {
    float: left;
    width: 100%;
}




.inraport .text p {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.inraport .text {
    margin-bottom: 0;
}

b {
    font-weight: 600;
}
form .chbox {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.inkontakt .form form .chbox p {
    width: auto;
    background: none;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
    border: 0;
}

.chbox {
    float: left;
    width: 500px;
    clear: both;
    margin-left: calc(50% - 250px);
    margin-bottom: 30px;
}
 .chbox span {
    margin-right: 18px;
    border: 1px solid #376977;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
    transition: 0.5s;
}
 .inkontakt .form form .chbox p {
    width: calc(100% - 40px);
    color: #376977;
    font-size: 16px;
    cursor: default;
}


.inkontakt .form form .chbox p a {
    color: #a2b4c0;
    position: relative;
}

.cur {
    cursor: pointer;
    cursor: hand;
}

.chbox span.fill {
    background: #376977;
}

.inoferta .box:nth-child(1) img {width: 70px;margin-right: 30px;}


.back {
    width: 50px;
    height: 50px;
    float: right;
    border: 2px solid #f7d0cb;
    margin-top: 50px;
    cursor: pointer;
    cursor: hand;
    display: flex;
    align-items: center;
    justify-content: center;
}



.back span {
    float: left;
    width: 30px;
    height: 15px;
    background: url(/img/arrow-back.png) no-repeat center / cover;
}


    .form .back{
        display: none;
    }

@media all and (max-width:1300px){
    .menu li {
        margin: 0 20px;
        font-size: 23px;
    }

    .header h1 {
    font-size: 40px;
    }

    .header {
        margin: 40px 0;
    }

    .inoferta .box p {
        font-size: 20px;
    }

    .inoferta .box:nth-child(2) p {
        margin-top: 30px;
    }

    .inoferta .box img {
        max-height: 110px;
    }
    
    .inoferta .box:nth-child(1) img {
        margin-top: 30px;
    }

    .inkontakt .form {
        margin-right: 20px;
        width: calc(50% - 20px);
    }
    
    .inkontakt .data {
        margin-left: 20px;
        width: calc(50% - 20px);
    }
}



@media all and (max-width:960px){

    .intop, .inham {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .top .logo {
        max-width: 280px;
    }

    .header {
        margin: 20px 0;
    }

    .menu li {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .bg {
        margin-top: 0;
        min-height: 300px;
        height: 40vw;
        max-height: unset;
        background-position: right;
    }

    .deco .l, .deco .r {
        width: 40px;
    }

    .deco h2 {
        width: calc(100% - 140px);
        font-size: 30px;
    }

    .text {
        margin: 20px 70px;
        width: calc(100% - 140px);
        font-size: 22px;
    }
    .inoferta .box {
        width: calc(100% - 80px);
        margin: 0 0 50px !important;
        height: auto;
        /* display: block; */
        padding: 40px;
    }

    .inoferta .box img {
        max-height: 100px;
        margin-top: 0 !important;
    }

    .inoferta .box p {
        font-size: 22px;
        margin-top: 0 !important;
    }
    .inoferta .box:nth-child(2) {
        margin-bottom: 0 !important;
    }
}

@media all and (max-width:700px){
    .inkontakt .form {
        width: 100%;
        margin: 50px 0 0;
    }

    .inkontakt .data {
        width: 100%;
        margin: 0;
    }

    .data .back{
        display: none;
    }

    .form .back{
        display: flex;
    }
    .inkontakt .text {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .header h1 {
    line-height: 40px;
    font-size: 25px;
}

.header {
    margin: 40px 0;
}
.deco h2 {
    font-size: 24px;
    width: calc(100% - 120px);
}

.text {
    margin: 20px 40px;
    width: calc(100% - 80px);
    font-size: 20px;
}

.deco .l {
    margin-right: 20px;
}

.deco .r {
    margin-left: 20px;
}
.top .logo {
    width: calc(100% - 80px);
    max-width: unset;
    text-align: center;
    float: left;
    margin: 0 40px;
}

.top .logo img {
    width: 350px;
    margin: 0 auto;
}

.menu li {
    font-size: 20px;
    margin-bottom: 10px;
}
.header h1 span {
    font-size: 50px;
}
.menu li:nth-child(3) {
    margin-bottom: 0;
}
}


@media all and (max-width:500px){

.inoferta .box p {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 20px !important;
}

.inoferta .box {
    display: block;
    text-align: center;
}

.inoferta .box img {
    margin:  0 auto !important;
    float: none;
}


}