@font-face {
  font-family: 'Francois One';
  font-style: normal;
  font-weight: 400;
  src: url('../text/francois-one-v15-latin-ext_latin-regular.eot');
  src: local(''),
       url('../text/francois-one-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../text/francois-one-v15-latin-ext_latin-regular.woff2') format('woff2'),
       url('../text/francois-one-v15-latin-ext_latin-regular.woff') format('woff'),
       url('../text/francois-one-v15-latin-ext_latin-regular.ttf') format('truetype'),
       url('../text/francois-one-v15-latin-ext_latin-regular.svg#FrancoisOne') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../text/roboto-v20-latin-ext_latin-regular.eot');
  src: local(''),
       url('../text/roboto-v20-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../text/roboto-v20-latin-ext_latin-regular.woff2') format('woff2'),
       url('../text/roboto-v20-latin-ext_latin-regular.woff') format('woff'),
       url('../text/roboto-v20-latin-ext_latin-regular.ttf') format('truetype'),
       url('../text/roboto-v20-latin-ext_latin-regular.svg#Roboto') format('svg');
}
html {
    display: block;
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.reset::after {
    clear: both;
}
.reset::before,
.reset::after {
    display: block;
    content: "";
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
h1, h2, h3 {
  font-family: 'Francois One';
  margin-bottom: 20px;
}
ul {
    list-style: none;
}
img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    background: #ececec;
}
.containment-top {
    position: relative;
    border-bottom: 10px solid #f4847d;
}
.start-poz {
    height: 280px;
    width: 100%;
    background: url('/images/im-hero.jpg') center no-repeat;
    background-size: cover;
    content: "";
}
.lgo {
    width: 275px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    text-shadow: 2px 2px 4px #000000;
    color: #ffffff;
}
.lgo img {
    width: 35%;
}
.surfing-box {
    text-transform: uppercase;
    font-weight: bold;
    background: #8e8e8e;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.surfing-box li {
    text-align: center;
}
.surfing-box li a {
    color: #ffffff;
    text-decoration:none;
    display: block;
    padding: 15.2px 10px;
    transition: 0.5s;
}
.surfing-box li a:hover,
a.actual-pg {
    background: #f4847d;
}
.block {
    display: block;
}
main {
    padding: 20px;
    letter-spacing: 1px;
    color: #fbfbfb;
    background: #da9f9b;
}
main h1.main {
    font-weight: bold;
    font-family: 'Roboto';
    margin-top: 50px;
    font-size: 35px;
}
main p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
}
main h2 {
    transition: 0.5s;
}
main ol li,
main ul li {
    margin-bottom: 10px;
}
p.bl-br {
    background: #8e8e8e;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 20px;
}
main .main-grp h2 {
    text-align: center;
}
main .main-grp h2::after {
    content: "";
    width: 80%;
    height: 2px;
    border-radius: 50%;
    background: #f4847d50;
    display: block;
    margin: 10px auto 20px;
}
main .main-grp button {
    background: #f4847d;
    border: none;
    font-family: 'Francois One';
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}
main .main-grp button:hover {
    outline: none;
    background: #333333;
    cursor: pointer;
}
section.left-pos-col,
section.right-pos-col {
    margin-bottom: 20px;
}
footer {
    background: #8e8e8e;
    padding: 20px;
    position: relative;
    border-top: 10px solid #f4847d;
}
footer .links-footer {
    margin-bottom: 20px;
    float: right;
}
footer .links-footer li span,
footer .links-footer li a {
    font-size: 13px;
    display: block;
    padding: 10px;
    color: #ffffff;
    text-decoration: underline;
}
footer .links-footer li span:hover,
footer .links-footer li a:hover {
    cursor: pointer;
    text-decoration: none;
}
footer p {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 40px;
}
footer .footer-text aside {
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    font-size: 12px;
}
.search input {
    display: inline-block;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 10px;
    width: calc(100% - 40px);
    vertical-align: top;
    height: 40px;
    margin-bottom: 20px;
}
.search input:focus {
    outline: none;
}
.search button {
    background: #f4847d;
    border: none;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    transition: 0.5s;
}
.search button:focus {
    outline: none;
}
.search button svg {
    fill: #ffffff;
    margin: 0 auto;
    display: block;
    width: 18px;
    height: 18px;
}
.search button:hover {
    outline: none;
    cursor: pointer;
    background: #ffffff;
}
.search button:hover svg {
    fill: #f4847d;
}
.side-elements-column img {
  margin-bottom: 30px;
}
table {
  border-collapse: collapse;
  width: 100%;
  background: #7d7d7d15;
  margin-bottom: 20px;
}
.descr,
.descr-item {
  display: block;
}
.descr {
  font-weight: bold;
  padding: 5px 0;
}
.descr-item {
  font-style: italic;
}
table td {
  padding: 10px;
  border: 1px solid #7d7d7d;
}
table td:last-child {
  background: #e64c4c25;
}
.infos-cl,
.infos-cl.prices-cl {
    border-collapse: collapse;
    font-size: 12px;
    width: 90%;
    margin-bottom: 20px;
}
.infos-cl.prices-cl {
  margin: 0 auto;
}
.infos-cl,
.infos-cl.prices-cl td {
    padding: 10px;
    background: #ffffff1a;
}
.infos-cl tr {
    text-align: center;
}
.infos-cl tr.table-header {
    font-weight: bold;
    color: #bd4646;
}
.infos-cl tr.last-row-table td {
  padding-bottom: 20px;
}
.infos-cl tr.table-header td {
    padding-top: 20px;
}
.infos-cl,
.infos-cl.prices-cl {
    margin-top: 30px auto;
}
h1.main.red {
    color: #f4847d;
}
.main-grp.underline {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.main-grp a {
  color: #9daee8;
}
.main-grp a:visited {
  color: #bc7cde;
}
.main-grp form input,
.main-grp form textarea {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #f4847d;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
}
.main-grp form button {
    padding: 10px 30px;
    background: #ffffff;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #f4847d;
    outline: none;
    transition: 0.5s;
    float: left;
    margin-bottom: 10px;
}
.main-grp form button:hover,
.main-grp form button:focus {
    padding: 10px 15px;
    background: #f4847d;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    outline: none;
}
button.begin {
    position: fixed;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: #f4847d;
    display: none;
    z-index: 300;
    border: none;
    outline: none;
    transition: 0.5s;
}
button.begin:hover {
    background: #333333;
    cursor: pointer;
}
button.begin svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
    display: block;
    margin: 0 auto;
}
.galerie-content .linda-img {
  width: 240px;
  margin: 0 auto 20px;
}

@media (min-width:360px) {
  .side-elements-column {
    text-align: center;
  }
  .side-elements-column img {
    width: 320px;
  }
}
@media (min-width:768px) {
  .galerie-left,
  .galerie-center,
  .galerie-right {
    width: 33%;
    padding: 0 2.5px;
    float: left;
  }
  .galerie-content .linda-img {
    position: relative;
  }
  .galerie-content .linda-img .linda-shade {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000075;
    transition: 2s;
  }
  .galerie-content .linda-img {
    width: 100%;
    height: 16vw;
    overflow: hidden;
    margin: 0 auto 5px;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    transition-property: height;
  }
  .galerie-content .linda-img:hover .linda-shade {
    background: #00000000;
  }
}
@media (min-width:880px) {
    section.left-pos-col {
        float: left;
        width: 66%;
        margin-right: 5%;
    }
    section.right-pos-col {
        float: left;
        width: 28%;
    }
    .side-elements-column.lind-side-images input {
        width: 100%;
    }
    .side-elements-column img {
        width: 100%;
    }
}
@media (min-width:960px) {
    .lgo {
        position: absolute;
        left: 30px;
    }
    .surfing-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 100%;
        overflow: hidden;
    }
    .surfing-box li a {
        padding: 28px 10px;
    }
}
@media (min-width:1140px) {
    .wrp {
        width: 1140px;
        margin: 0 auto;
    }
}
