﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}
.wraper {
    margin: 0 auto;
    max-width: 1048px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
header {
    padding: 0px 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
.header-logo {
  width: 314px;
  margin-top: 18px;
  }
.header-logo img {
  width: 314px;
  height: 58px;
  }
.header-info {
  width: 314px;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  color: #404040;
  }
.header-info-watches img, .header-info-phone img{
  width: 20px;
  height: 20px;
  margin-right: 20px;
  }
.header-info-phone a{
  text-decoration: none;
  color: #404040;
  }
.header-info-phone a:hover{
  color: #43D19C;
  }
.header-send-email {
  margin-top: 18px;
  width: 314px;
  height: 58px;
  }
.header-send-email button{
  width: 100%;
  height: 100%;
  background-color: #67CC06;
  font-size: 18px;
  border-radius: 5px;
  color: #FFFFFF;
  }
.menu-top {
  width: 100%;
  margin-top: 18px;
  padding: 0px 35px;
  background-color: #197664;
  line-height: 35px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  }
.menu-top a{
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 18px;
  }
.menu-top a:last-child  {
  margin-left: 0px!important;
}
.menu-top a:hover{
  color: #43D19C;
  }
.content {
  padding: 0px 35px 18px;
  flex: 1 0 auto;
  color: #404040;
  }
.content h1 {
    margin: 9px 0;
    font-size: 34px;
    line-height: 40px;
}
.content h2, .content-pris {
    margin: 35px 0;
    font-size: 28px;
    line-height: 32px;
}

.content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 17px;
    line-height: 1.57;
    text-align: justify;
}
.content ol, ul {
    margin: 6px 0 6px 0;
    }
.content ul li, .content ol li {
    font-size: 17px;
    line-height: 1.57;
    margin: 10px 0 10px 16px;
    text-align: justify;
    }
.content ul li {
    list-style: disc;
    }
ul.none-list-style li {
    list-style: none!important;
    }
.content ol li {
    list-style: decimal;
    }
.content-special {
  padding: 0 35px 17px;
  border: #F5F5F5 solid 2px;
  border-radius: 7px;
}
footer {
  width: 100%;
  padding: 18px 35px 9px;
  background-color: #197664;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.57;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
.footer-menu {
  display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
.footer-menu-first, .footer-menu-second, .footer-menu-last {
  width: 314px;
    display: flex;
    flex-direction: column;
  }
.footer-menu-first a, .footer-menu-second a, .footer-menu-last a{
  color: #FFFFFF;
  text-decoration: none;
  }
.footer-menu-first a:hover, .footer-menu-second a:hover, .footer-menu-last a:hover{
  color: #43D19C;
  }
.footer-menu-last {
  text-align: right;
  }
.footer-menu-last-social {
    margin-top: 18px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
.footer-menu-last-social img{
  width: 45px;
  height: 45px;
  margin-left: 18px;
  }
.footer-menu-last-social img:hover{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */  }

.footer-copyright {
  align-self: center;
  margin-top: 9px;
  }

.video-responsive {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img.img-responsive {
  margin: auto;
  max-width:100% !important;
  height:auto;
  display:block;
}

.items, .announcement {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.item-card, .announcement-card {
  width: 314px;
  margin: 9px 0;
  border: #F5F5F5 solid 2px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
.item-card {
  justify-content: space-between;
}
.item-card:hover {
  border: #43D19C solid 2px;
}

.item-card-image, .announcement-card-image {
  padding: 10px;
}

.item-card-description, .announcement-card-description {
  padding: 18px 35px;
  font-size: 17px;
}
.item-card-description-title, .announcement-card-description-title {
  font-size: 20px;
  min-height: 48px;
}
.item-card-description-title a, .announcement-card-description-title a{
  color: #404040;
}
.item-card-description-title a:hover, .announcement-card-description-title a:hover{
  color: #43D19C;
}
.item-card-description-square, .item-card-description-size, .item-card-description-price {
  display: flex;
  justify-content: space-between;
  margin: 9px 0;
}

.breadcrumb {
}
.breadcrumb-item:first-child  {
  margin-left: 0px!important;
}
.breadcrumb-item {
  list-style: none!important;
  display: inline;
  margin: 0 5px!important;
}
.breadcrumb li+li:before {
  padding: 0px;
  color: black;
  content: "/\00a0";
}
.breadcrumb-item a{
  color: #404040;
}
.breadcrumb-item a:hover{
  color: #43D19C;
}

.sitemap ul{ }
.sitemap ul ul,.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul { padding:0px; list-style-type:none; margin:0px 0px; border-left: 3px solid #dbdbdb;}
.sitemap ul li { padding:0px; list-style-type:none!important; }
.sitemap a{color: #404040;}
.sitemap a:hover{ text-decoration: none; color: #43D19C;}


form {
    display: block;
}
.kontakt-form-field {
    margin-bottom: 1rem;
}
.form-label {
    margin-bottom: 0.5rem;
    display: inline-block;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.invalid-feedback {
    //display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.send-email-button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #67CC06;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.alert-success {
    color: #67CC06;
    padding: 17px 0 35px;
    font-size: 28px;
}

@media screen and (max-width: 1028px) {
    header {
        justify-content: space-around;
    }
    .footer-menu {
        justify-content: space-around;
    }
    .footer-menu-last {
        align-items: center;
        margin: 30px 0 20px
    }
    .footer-menu-last-social img {
        margin: 0 9px;
    }
}
@media screen and (max-width: 714px) {
    .items, .announcement {
        justify-content: center;
    }
}