 /*search-form*/

 .search-form {
    width: 100%;
    max-width: 615px;
     display: inline-block;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);     
 }
 @media only screen and (max-width:767px)  {
    .search-form {
        position: relative;
        top: unset;
        left: 0;
        margin: 30px 0;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        max-width: none;
    }
    .search-form__row {
        padding: 0 15px;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:767px)  {
    .search-form__row { 
        flex-wrap: wrap;
    }
}

 /*top-vizas*/
 .top-vizas {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    width: 100%;
    max-width: 970px;
    bottom: -500px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--white);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.top-vizas__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.top-vizas__title {
    color: var(--base);
    font-size: 24px;
}
.top-vizas__link {
    color: var(--turquoise);
}

.top-vizas__row {
    display: flex;
    justify-content: space-between;
}
.top-vizas__item {
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-vizas__row-3 {
    margin-bottom: 20px;
}
.top-vizas__row-3 .top-vizas__item {
    flex: 0 0 297px;
    max-width: 297px;
    height: 200px;
}
.top-vizas__row-3 .top-vizas__item{
    padding: 20px;
}
.top-vizas__item-title {
    font-weight: 600;
}
.top-vizas__row-3 .top-vizas__item-title{
    font-size: 30px;
}
.top-vizas__item-bottom {
    display: flex;
    justify-content: space-between;
}
.top-vizas__row-3 .top-vizas__item-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.top-vizas__row-5 .top-vizas__item {   
    padding: 10px; 
    flex: 0 0 170px;
    max-width: 170px;
    height: 114px;
}
.top-vizas__row-5 .top-vizas__item-title{
    font-size: 24px;
}
.top-vizas__row-5 .top-vizas__item-bottom {
    justify-content: center;
}

@media (min-width:768px) and (max-width:992px)  {
    .top-vizas {
        width: 100%;
        max-width: none;
    }
    .top-vizas__row-3 .top-vizas__item {
        max-width: none;
        flex: unset;
        width: 32%;
    }
    .top-vizas__row-5 .top-vizas__item {
        max-width: none;
        flex: unset;
        width: 18%;
    }
}
@media only screen and (max-width:767px)  {
    .top-vizas {
        position: relative;
        max-width: none;
        bottom: unset;
        left: unset;
        transform:unset;
        -moz-transform:unset;
        -ms-transform:unset;
        -o-transform:unset;
        -webkit-transform:unset;
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }
    .top-vizas .top-vizas__item-title {
        font-size: 16px;
    }
}

@media (min-width:577px) and (max-width:767px)  {
    .top-vizas__row-3 .top-vizas__item {
        flex: 0 0 32%;
        max-width: 32%;
    }
    .top-vizas__row-5 .top-vizas__item {
        flex: 0 0 19%;
        max-width: 19%;
    }
    .top-vizas__title {
        margin-right: 10px;
    }
    .top-vizas__link {
        margin-left: 10px;
    }
 
}
@media (min-width:400px) and (max-width:576px)  {
    .top-vizas__row-3 {
        margin: 0;
    }    
    .top-vizas__row {
        flex-wrap: wrap;
    }
    .top-vizas__row-3 .top-vizas__item {
        flex: 0 0 32%;
        max-width: 32%;
        height: 150px;  
    }
    .top-vizas__row-5 .top-vizas__item {
        flex: 0 0 32%;
        max-width: 32%;
        height: 150px;        
    }
    .top-vizas__item {
        margin: 10px 0;
    }  
}
@media only screen and (max-width:576px)  {
    .top-vizas__header {
        flex-wrap: wrap;
    }
    .top-vizas__title {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:399px)  {
    .top-vizas__row-3 {
        margin: 0;
    }    
    .top-vizas__row {
        flex-wrap: wrap;
    }
    .top-vizas__row-3 .top-vizas__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-vizas__row-5 .top-vizas__item {
        flex: 0 0 100%;
        max-width: 100%;
        height: 200px;        
    }
    .top-vizas__item {
        margin: 10px 0;
    }
}

/*finder */
.finder {
    color: var(--base);
    margin: 30px 0;
    padding: 10px 0;
}
.finder-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.finder .input-search {
    margin-top: 5px;
    margin-right: 0;
    max-width: none;
}

/* /Cookie Warning */
.cfmCookieLayer {
    z-index: 10;
    width: 94%;
    max-width: 700px;
    padding: 30px;
    background: #222;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 6px;
    ;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.4);
}

.cfmCookieLayer * {
    box-sizing: border-box;
    font-size: 16px;
}

.cfmCookieLayer--fixed {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 5;
    animation: cfmCookieFade 1.55s ease-in-out;
    animation-fill-mode: forwards;
    opacity: 1;
    animation-delay: 4s;
}

.cfmCookieLayer__inner {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.cfmCookieLayer__inner:after {
    content: "";
    display: table;
    clear: both;
}

.cfmCookieLayer__content {
    color: #ccc;
    font-size: 16px;
    line-height: 1.5em;
}

@media (min-width: 900px) {
    .cfmCookieLayer__content {
        /* padding-right: 420px; */
    }

    .cfmCookieLayer__content--single {
        padding-right: 220px;
    }
}

.cfmCookieLayer__header {
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    color: #fff;
    font-weight: normal;
}

.cfmCookieLayer__content a {
    color: #bbb;
    /* text-decoration: underline; */
}

.cfmCookieLayer__content a:hover {
    color: #fff;
}

.cfmCookieLayer__menu {
    width: 100%;
    margin-top: 5px;
    /* max-width: 400px;
    float: right; */
}

@media (min-width: 900px) {
    .cfmCookieLayer__menu {
        /* width: 400px;
        position: absolute;
        right: 0;
        bottom: 0;
        float: none; */
    }

    .cfmCookieLayer__menu--single {
        width: 200px;
    }

    .cfmCookieLayer__menu--single li {
        width: 100% !important;
    }
}

.cfmCookieLayer__menu ul {
    margin: 0;
    list-style: none;
    padding: 5px 0;
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.cfmCookieLayer__menu li {
    /* width: 49%; */
    text-align: center;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.cfmCookieLayer__menu li.hasAccept {
    background: #ffc845;
    color: #000;
    transition: background 0.2s linear;
}

.cfmCookieLayer__menu li.hasAccept:hover {
    background: #f8ae00;
}

.cfmCookieLayer__menu li.hasDecline {
    transition: color 0.2s linear;
    font-weight: light;
    background: transparent;
    background-color: #ccc;
}

.cfmCookieLayer__menu li.hasDecline:hover {
    color: #fff;
}

@-webkit-keyframes cfmCookieFade {
    0% {
        bottom: -100%;
    }

    to {
        bottom: 0;
    }
}

@keyframes cfmCookieFade {
    0% {
        bottom: -100%;
    }

    to {
        bottom: 0;
    }

    to {
        max-height: 500px;
    }
}

/* /Cookie Warning */
