@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');
:root {
    --bgcolor1: #fff;
    --bgcolor2: #F8F4EE;
    --bgcolor3: #fff;
    --maincolor1: #3F8E3F;
    --maincolor2: #282828;
    --supportcolor1: #da5e61;
    --supportcolor2: #e5e5e5;
    --hovercolor1: #000;
    --hovercolor2: #fff;
    --widget_header: #b0b2b1;
    --btn_large: #3F8E3F;
    --btn_medium: #3F8E3F;
    --btn_small: #424240;
    --btn_large_hover: #b0b2b1;
    --btn_medium_hover: #434142;
    --btn_small_hover: #434142;
    --txtcolor1: #111111;
    --txtcolor2: #111111;
    --bgaside: #fff;
    --bgcontent: #fff;
    --bordercolor: #e5e5e5;
    --widget_icons: #d2d6d5;
    --icons1: #979799;
    --bgwidget: #f1f1f1;
    --custom1: #F8F4EE;
    --custom2: rgba(177,150,116,0.25);
}
body {
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1600px) {
    header .container, .fullpage-wrapper .container, footer .container {
        max-width: 1550px;
   }
}
.btn {
    border-bottom: none;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
}
.navbar-nav .nav-link {
    font-weight: 600;
}
.language-wrapper {
    display: block !important;
}
.iaiicon-users:before {
    content: '\E821';
    font-family: 'fontello';
}
.datefrom.widget__option:after {
    display: none;
}
#iai_book_se form>div:first-child:after, #person_section:after {
    content: '\E808';
    font-family: 'fontello';
    font-size: 12px;
}
.page-offers #person_section:after, .page-promotions #person_section:after {
    top: 19px !important;
}
.page-index #iai_book_se label {
    font-weight: 400;
}
#iai_book_se input, #iai_book_se input[readonly] {
    font-family: 'Montserrat', sans-serif;
}
.navbar-nav > .nav-item:last-child {
    border-bottom: none;
}
@media (min-width: 979px) {
    body:not(.page-index) .menu-wrapper {
        background: #fff !important;
        padding-bottom: 30px;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
   }
    body:not(.page-index) .menu-wrapper .language-wrapper {
        order: 1;
   }
    header .menu-wrapper {
        background: transparent !important;
   }
    header .menu-wrapper.clean {
        padding-top: 1rem;
   }
    header .menu-wrapper.clean #navbar, header .menu-wrapper.clean .language-wrapper {
        padding-top: 2rem;
   }
    header .menu-wrapper:not(.clean) {
        background: #fff !important;
        filter: opacity(0.95);
   }
    .language-wrapper {
        margin-left: auto;
        padding-right: 3rem;
   }
    #navbar {
        display: flex;
        max-width: 50%;
        padding-left: 3.5rem;
   }
    #navbar .language-wrapper {
        order: -1;
   }
}
@media (min-width: 1200px) {
    .language-wrapper {
        display: block;
        margin-left: auto;
        padding-right: 6rem;
   }
}
#iai_book_se input, #iai_book_se input[readonly] {
    border-color: var(--custom2);
}
.showlocation.widget__option {
    display: none !important;
}
.iai-search #iai_book_se button {
    border-bottom: none !important;
    text-transform: none;
}
.index-info h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    color: var(--txtcolor1);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    text-shadow: none;
    color: #fff;
}
.index-info h1 span {
    font-weight: 500;
    font-size: 60px;
    line-height: 73px;
    letter-spacing: -1.5px;
    display: block;
}
.index-info h3 {
    color: var(--txtcolor1);
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}
#bounce {
    background-color: #fff;
    border: 1px solid var(--custom2);
    transition: .3s all;
}
#bounce span {
    position: absolute;
    top: 50%;
    right: -10px;
    display: none;
    transform: translate(100% , -50%);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--maincolor1);
    transition: .3s all;
}
#bounce span:hover {
    color: var(--txtcolor1);
}
@media (min-width: 979px) {
    #bounce span {
        display: block;
   }
}
#bounce i {
    color: var(--maincolor1);
    padding-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#bounce i:before {
    font-size: 1.5rem;
    line-height: 5rem;
}
#bounce:hover {
    opacity: 0.85;
    background-color: #fff;
}
@media (min-width: 979px) {
    #bounce {
        left: calc((100vw - 1540px) / 2);
   }
    .index-info {
        background: var(--custom1);
        max-width: 50%;
        padding-left: calc(50% - 1540px/2);
        padding-right: 30px;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;
        padding-top: 40px;
   }
    .index-info h1 {
        text-align: left;
        color: var(--txtcolor1);
   }
    .index-info h1 span {
        font-size: 40px;
        line-height: 53px;
   }
    .index-info h3 {
        text-align: left;
        padding: 0;
        color: var(--txtcolor1);
   }
    .index-info:before {
        content: '';
        position: absolute;
        bottom: 0;
        padding-left: calc(50% - 1540px/2);
        width: 100%;
        height: 1px;
        background-color: var(--custom2);
        z-index: 10;
   }
    .index-info:after {
        content: '';
        position: absolute;
        top: -5px;
        right: -3rem;
        height: calc(100% + 5px);
        width: 30px;
        z-index: 1;
        background-image: url('/data/frontpage/template/pl/files/main/top.png');
        background-position: top right;
        background-repeat: no-repeat;
   }
    .index-info .iai-search {
        position: static;
   }
    .index-info .iai-search #iai_book_form {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        box-shadow: none !important;
        grid-gap: 2rem;
        margin: 0;
   }
    .index-info .iai-search .formbutton {
        grid-column: 1 / 4;
   }
}
@media (min-width: 1800px) {
    .index-info {
        padding-right: 100px;
        padding-top: 0;
   }
    .index-info h1 span {
        font-size: 60px;
        line-height: 73px;
   }
}
@media (min-width: 979px) and (max-height: 900px) {
    .index-info {
        padding-right: 30px;
        padding-top: 50px;
   }
    .index-info h1 span {
        font-size: 40px;
        line-height: 53px;
   }
}
@media (min-width: 1450px) {
    .index-info h1 {
        text-align: left;
        color: var(--txtcolor1);
   }
    .index-info h1 span {
        font-size: 60px;
        line-height: 73px;
   }
}
.main__label {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 20px 0 10px;
}
.main__label:before {
    content: '\E840';
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    color: var(--maincolor1);
    font-size: 50px;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
}
@media (min-width: 979px) {
    .main__label {
        padding: 10px 0 10px;
        font-size: 38px;
        line-height: 47px;
   }
}
.main__link {
    color: var(--maincolor1);
    font-weight: 700;
    line-height: 18px;
}
.main__link:hover {
    color: var(--txtcolor1);
}
.main__p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}
.main.--o_nas {
    display: grid;
    padding: 30px 0;
}
@media (min-width: 979px) {
    .main.--o_nas {
        grid-template-columns: 600px auto;
        align-items: center;
        padding: 50px 0;
        width: 100vw;
        position: relative;
        left: calc( -1*(100vw - 100%)/2) !important;
   }
    .main.--o_nas .main__text {
        padding-left: 50px;
   }
    .main.--o_nas .main__p {
        max-width: 1000px;
   }
    .main.--o_nas .main__link {
        margin-top: 35px;
        display: block;
        position: relative;
        text-align: left;
   }
    .main.--o_nas .main__link:before {
        position: absolute;
        content: '';
        width: 100vw;
        height: 1px;
        display: block;
        left: calc(-100vw + 150px);
        bottom: -30px;
        background-color: var(--custom2);
   }
}
@media (min-width: 1200px) {
    .main.--o_nas {
        padding: 110px 0;
   }
    .main.--o_nas .main__text {
        padding-left: 70px;
   }
}
.main__slider {
    width: 100vw;
    position: relative;
    left: calc( -1*(100vw - 100%)/2) !important;
    padding-bottom: 30px;
}
@media (min-width: 979px) {
    .main__slider {
        padding-bottom: 50px;
   }
}
.main__slider .slick-slide {
    margin: 0 7.5px;
}
.main__slider img {
    margin: 0;
}
.main__slider .slick-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s all;
}
.main__slider .slick-arrow:hover {
    opacity: 0.85;
}
.main__slider .slick-arrow:before {
    content: '';
    font-family: fontello;
    font-size: 12px;
    color: var(--maincolor1);
}
.main__slider .slick-arrow.slick-next {
    right: 15px;
}
.main__slider .slick-arrow.slick-next:before {
    content: '\E802';
}
.main__slider .slick-arrow.slick-prev {
    left: 15px;
    z-index: 100;
}
.main__slider .slick-arrow.slick-prev:before {
    content: '\E803';
}
@media (min-width: 979px) {
    .main__slider .slick-arrow {
        width: 53px;
        height: 53px;
   }
    .main__slider .slick-arrow:before {
        font-size: 16px;
   }
    .main__slider .slick-arrow.slick-next {
        right: 50px;
   }
    .main__slider .slick-arrow.slick-prev {
        left: 50px;
   }
}
.main.--atuty {
    max-width: 1920px;
    display: grid;
    padding: 20px 0 50px;
}
.main.--atuty .main__label {
    padding: 15px 0 15px;
}
@media (min-width: 1200px) {
    .main.--atuty {
        grid-template-columns: 46.5% 50%;
        grid-gap: 30px;
        width: (100% + ((100vw - 100%)/2) - 30px);
        padding: 110px 0 165px;
   }
    .main.--atuty .main__label {
        padding: 25px 0 10px;
   }
}
@media (min-width: 1200px) {
    .main.--atuty {
        grid-gap: 30px;
   }
}
.main__grid {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    background-image: url('/data/frontpage/template/pl/files/main/tlo1.png');
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
@media (min-width: 757px) {
    .main__grid {
        padding: 40px;
   }
}
@media (min-width: 979px) {
    .main__grid {
        padding: 60px;
        grid-row-gap: 65px;
   }
}
@media (min-width: 1200px) {
    .main__grid {
        padding: 80px;
        margin-bottom: 0;
        align-items: center;
   }
}
@media (min-width: 1600px) {
    .main__grid {
        background-size: contain;
        background-position: center !important;
   }
}
.main__grid .item {
    display: flex;
    align-items: center;
}
.main__grid .item span {
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
}
@media (min-width: 757px) {
    .main__grid .item span {
        font-size: 16px;
   }
}
.main__grid .item:before {
    content: '';
    color: var(--maincolor1);
    font-size: 30px;
    font-family: fontello;
    margin-right: 15px;
}
@media (min-width: 757px) {
    .main__grid .item:before {
        margin-right: 12px;
        font-size: 45px;
   }
}
.main__grid .item:nth-child(1):before {
    content: '\E81D';
}
.main__grid .item:nth-child(2) {
    padding-left: 30px;
}
.main__grid .item:nth-child(2):before {
    content: '\E810';
}
.main__grid .item:nth-child(3):before {
    content: '\E841';
}
.main__grid .item:nth-child(4) {
    padding-left: 15px;
}
.main__grid .item:nth-child(4):before {
    content: '\E812';
}
.main.--atrakcje {
    display: grid;
    padding-bottom: 40px;
}
@media (min-width: 979px) {
    .main.--atrakcje {
        grid-template-columns: minmax(auto,585px) auto;
        grid-gap: 30px;
        padding-bottom: 100px;
   }
    .main.--atrakcje .main_img {
        max-width: 530px;
   }
}
.main__table {
    padding-top: 55px;
}
@media (min-width: 1200px) {
    .main__table {
        padding-right: 60px;
   }
}
.main__table .main__label {
    margin-bottom: 0;
}
.main__table > span {
    font-size: 20px;
    margin-bottom: 55px;
    display: block;
    text-align: left;
}
.main__table ul {
    list-style: none;
    padding-left: 0;
}
.main__table ul li {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
}
.main__table ul li span {
    font-size: 15px;
    min-width: 50px;
}
.main__table ul li span:first-child {
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.main__table ul li span:first-child:before {
    content: '';
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--custom2);
    display: block;
    margin-right: 20px;
}
.main__table small {
    font-size: 15px;
    margin-top: 55px;
    margin-bottom: 20px;
    padding-left: 30px;
    display: block;
}
.main.--opinie {
    position: relative;
    padding: 40px 0 50px;
}
.main.--opinie:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( -1*(100vw - 100%)/2 );
    z-index: 1;
    top: 0px;
    background-image: url('/data/frontpage/template/pl/files/main/tlo2.png');
    background-position: top left;
    background-repeat: no-repeat;
}
.main.--opinie:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( -1*(100vw - 100%)/2 );
    z-index: 1;
    top: 0px;
    background-image: url('/data/frontpage/template/pl/files/main/tlo3.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
.main.--opinie > * {
    position: relative;
    z-index: 2;
}
.main.--opinie .main__label {
    margin-bottom: 30px;
    display: block;
}
@media (min-width: 979px) {
    .main.--opinie {
        padding: 80px 0 70px;
   }
}
@media (min-width: 1200px) {
    .main.--opinie {
        padding-right: 50px;
   }
}
.main__opinions {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.main__opinions:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( -1*(100vw - 100%)/2 );
    z-index: -1;
    top: 0px;
    background-color: #fff;
}
@media (min-width: 757px) {
    .main__opinions {
        grid-template-columns: 1fr 1fr;
   }
}
@media (min-width: 979px) {
    .main__opinions {
        grid-template-columns: 1fr 1fr 1fr 1fr;
   }
}
.main__opinion > span {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.main__opinion > p {
    font-size: 15px;
    line-height: 25px;
}
.main__opinion .icon-star:before {
    content: '\E83F';
    color: #FAC917;
    width: auto;
    margin: 0;
}
.main__opinion .rate {
    margin-bottom: 20px;
}
.main__opinion .rate span {
    font-size: 14px;
    margin-left: 3px;
}
.main.--wiecejonas {
    display: grid;
    padding: 60px 0;
}
.main.--wiecejonas .main__text p {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 979px) {
    .main.--wiecejonas {
        padding: 80px 0 60px;
        grid-template-columns: auto 584px;
   }
    .main.--wiecejonas .main__text {
        padding-right: 30px;
   }
    .main.--wiecejonas .main__label {
        grid-column: 1 / span 2;
   }
    .main.--wiecejonas .main__img {
        margin-top: -25px;
   }
}
.main.--maps {
    display: grid;
    align-items: center;
    padding: 50px 0;
}
.main.--maps .main__img {
    margin-bottom: 30px;
}
@media (min-width: 979px) {
    .main.--maps {
        padding: 0px 0 50px;
        width: 100vw;
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
        right: 0;
        left: calc( -1*(100vw - 100%)/2) !important;
        grid-template-columns: minmax(auto,1200px) auto;
   }
    .main.--maps .main__img {
        margin-bottom: 0px;
   }
}
.main__cotact {
    display: flex;
    flex-direction: column;
}
.main__cotact .main__label {
    margin-bottom: 25px;
}
.main__cotact .main__label:before {
    color: #E55E4E;
}
.main__cotact span {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}
.main__cotact span:before {
    content: '';
    font-family: 'fontello';
    font-size: 22px;
    color: #E55E4E;
    position: absolute;
    top: -5px;
    left: 0;
}
.main__cotact span:nth-child(2):before {
    content: '\E820';
}
.main__cotact span:nth-child(3) {
    margin-bottom: 30px;
}
.main__cotact span:nth-child(3):before {
    content: '\E81F';
}
.main__cotact span:nth-child(4):before {
    top: -3px;
    content: '\E842';
    font-size: 16px;
}
@media (min-width: 979px) {
    .main__cotact {
        padding-left: 20px;
   }
}
@media (min-width: 979px) {
    .main__cotact {
        padding-left: 70px;
   }
}
footer {
    background-color: #fff;
    filter: none;
}
footer .footer {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
footer .footer .powered_by_logo {
    max-width: 160px;
}
footer .footer .navbar-footer {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 30px;
    justify-content: center;
}
footer .footer .navbar-footer .navbar-footer-item {
    margin-right: 30px;
}
footer .footer .navbar-footer .navbar-footer-item:last-child {
    margin-right: 0;
}
@media (min-width: 979px) {
    footer .footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
   }
    footer .footer .navbar-footer {
        margin-bottom: 0;
        justify-content: flex-start;
        margin-right: 60px;
   }
}
@media (min-width: 979px) {
    footer .footer {
        padding-right: 100px;
   }
}
div.cmshotspot .col-12 {
    position: relative;
}
div.cmshotspot .col-12:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( -1*(100vw - 100%)/2 );
    z-index: 1;
    top: -50px;
    background-image: url('/data/frontpage/template/pl/files/main/tlo2.png');
    background-position: top left;
    background-repeat: no-repeat;
}
div.cmshotspot .col-12 > * {
    position: relative;
    z-index: 2;
}
div.cmshotspot:before {
    display: none !important;
}
div.cmshotspot:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( -1*(100vw - 100%)/2 );
    z-index: 1;
    top: 20px;
    background-image: url('/data/frontpage/template/pl/files/main/tlo3.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
div.cmshotspot > * {
    position: relative;
    z-index: 2;
}
@media (min-width: 979px) {
    div.cmshotspot {
        padding-top: 61px;
   }
    div.cmshotspot .col-12 {
        padding: 0 30px 0;
   }
}
div.cmshotspot .big-label {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
div.cmshotspot .big-label .next {
    display: none;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    color: var(--maincolor1);
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 979px) {
    div.cmshotspot .big-label .next {
        display: flex;
   }
}
div.cmshotspot .big-label .next:hover {
    color: #000;
}
div.cmshotspot .big-label .next:after {
    content: '\E802';
    font-family: 'fontello';
    font-size: 12px;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBE2D5;
    border-radius: 50%;
    margin-left: 17px;
}
div.cmshotspot .offerslist {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
div.cmshotspot .offerslist:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( -1*(100vw - 100%)/2 );
    z-index: -1;
    top: 0px;
    background-color: #fff;
}
div.cmshotspot .offerslist .offer {
    display: flex;
    flex-direction: column;
}
div.cmshotspot .offerslist .offer h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
}
@media (min-width: 757px) {
    div.cmshotspot .offerslist .offer h4 {
        font-size: 22px;
        line-height: 27px;
   }
}
div.cmshotspot .offerslist .offer .offer__box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: auto;
}
div.cmshotspot .offerslist .offer .offer__price {
    flex-basis: 50%;
    text-align: right;
}
div.cmshotspot .offerslist .offer .offer__price .price {
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 757px) {
    div.cmshotspot .offerslist .offer .offer__price .price {
        font-size: 18px;
   }
}
div.cmshotspot .offerslist .offer .offer__info {
    text-align: left;
    flex-basis: 50%;
}
div.cmshotspot .offerslist .offer .offer__info i {
    display: none;
}
div.cmshotspot .offerslist .offer .offer__info .accommodation-meters:after {
    content: ',';
}
div.cmshotspot .offerslist .offer .offers-details {
    margin: 10px auto 0;
    width: 100%;
    position: relative;
}
div.cmshotspot .offerslist .offer .offers-details:before {
    content: '';
    width: 100%;
    height: 1px;
    top: calc(50% - 1px);
    position: absolute;
    left: 0;
    background: var(--maincolor1);
}
div.cmshotspot .offerslist .offer .offers-details span {
    width: 230px;
    background: #fff;
    border: 1px solid var(--maincolor1);
    color: var(--maincolor1);
    text-transform: none;
    font-weight: 500;
    transition: .3s all;
}
div.cmshotspot .offerslist .offer .offers-details span:hover {
    color: #fff;
    background: var(--maincolor1);
}
@media (min-width: 757px) {
    div.cmshotspot .offerslist {
        grid-template-columns: 1fr 1fr;
   }
}
@media (min-width: 979px) {
    div.cmshotspot .offerslist {
        grid-template-columns: 1fr 1fr 1fr;
   }
}
