svg path {
    fill: #96DFE8;
    stroke: #eee;
    stroke-width: 0.25;
}

svg path:hover {
    fill: #2EBED1;
    transition: 0.6s;
    cursor: pointer;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    min-width: 1220px;
    font-family: 'Habibi', serif;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

.turismbg {
    background-image: url('img/MainBgTur.jpg');
    background-repeat: repeat;
    background-size: auto;
}
.obicebg {
    background-image: url('img/MainBgObice.jpg');
    background-repeat: repeat;
    background-size: auto;
}

.container-turism {
    background-color: #fff;
    padding: 0 12px;
}

/* Styles */

.category-headline__turism {
    margin: 0;
    text-shadow: 0px 4px 0px var(--blue);
    padding: 110px 0 80px;
    text-align: center;
    line-height: 80px;
    font-size: 64px;
    color: #000;
    text-transform: uppercase;

}

.category-headline__turism::after {
    content: '';
    display: block;
    width: 300px;
    height: 5px;
    background-color: var(--blue);
    margin-top: 10px;
    margin: 12px auto 0;

}

.map {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid var(--cyan);
    border-radius: 37px;
    margin-bottom: 50px;
}

.turism__descr {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 35px;
}