@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap');
:root {
    --c0: #fff;
    --c1: #024409;
    --c2: #3A3C46;
    --c3: #ffffff77;
}

html, body {
    box-sizing: border-box;
    height: 100%;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    margin: 0%;
    padding: 0%;
    border: 0;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--c0);
    overflow: hidden;
}

.wrapperland {
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
}
.fix {
    position: fixed;
    background: linear-gradient(rgba(4, 43, 60, 0.4), rgba(5, 50, 60, 0)), url("./img/bg-main.jpg") center/cover no-repeat;
    width: 100%;
    min-height: 100vh;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.scroll {
    position: relative;
    background-color: var(--c0);
    padding: 20px 20px 120px;
    top: 85vh;
    border-radius: 20px 20px 0 0;
    width: 90%;
    max-width: 940px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 70px 120px 9px #01121d;
}

h1 {
    display: none;
}
h2 {
    font-weight: 400;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    
    color: #FFFFFF;
    margin: 0px;
    text-shadow: 0px 4px 74px #3A3C46, 2px 6px 6px #0B4B67;

}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.04em;

    color: #FFFFFF;
    margin: 8px 0px;
    text-shadow: 0px 4px 74px #3A3C46, 2px 6px 6px #0B4B67;
}

h5 {
    font-weight: 500;
    font-size: 33px;
    line-height: 43px;
    text-transform: uppercase;
    border-width: 2px 0px;
    border-style: solid;
    border-color: var(--c1);
    color: var(--c1);
    text-align: center;
    margin: 16px 0;
    padding: 8px;

}



body {
    width: 100%;
}

.main {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    /* background: var(--c0); */
    align-content: center;
}

.slide1 {

    width: 100%;
    min-height: 100vh;
    z-index: 2;
}

.backdrop {
    background: linear-gradient(rgba(4, 43, 60, 0.4), rgba(5, 50, 60, 0)), url(./img/bg-main.jpg) center/cover no-repeat;
    background-position: center;
/*    background-attachment: fixed;*/
    width: 100%;
    height: 100vh;
    position: fixed; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0;
    z-index: 1;
}

.slide2 {
    z-index: 50;
    
}

header {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    color: var(--c0);
    font-size: 20px;
    font-weight: 400;
    text-shadow: 2px 6px 16px #0B4B67;
}
.back {
    margin: 26px;
    font-weight: 400;
    font-size: 26px;
}
.mainHead {
    max-width: 880px;
    padding: 30px 20px;
    margin: 20vh auto;
    z-index: 200;
}

.mainHead1 {
    max-width: 880px;
    padding: 20px 20px;
    margin: 10px auto;
    z-index: 200;
}

.sec {
    opacity: 0.7;
}

.svgContainer {
    width: 100%;
    height: 70vh;
}
.map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 70vh;
    border-radius: 8px;
    transform: translate(-1px, 2px);
}
#mapKru {
    background: url("./img/krMapBg.jpg") center/cover no-repeat;
}
#map-iva {
    background: url("./img/mapIva_bg.webp?1") center/cover no-repeat;
}

div.map {
    margin-top: 20px;
}

.tright {
    z-index: 2;
    margin-top: 50px;
    right: 0px;
    border-radius: 8px 0 0 8px;
}
.tleft {
    margin-top: 50px;
    left: 0px;
    border-radius: 0 8px 8px 0;
}
#discript {
    display: flex;
    flex-direction: column;
    width: 220px;
    position: absolute ;
    background-color: #024409a2;
    padding: 20px;
    text-align: left;
    color: #fff;
    gap: 4px;
}
#discriptno {
    font-weight: 800;
    font-size: large;
    line-height: 1.2;
    margin-bottom: 4px;
}



section {
    margin-bottom: 40px;
}

.placeItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 5px;
    background: rgba(58, 60, 70, 0.7);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin: 18px;
    transition: 0.5s;
}
.placeItem:hover {
    background: rgba(58, 60, 70, 1);
    transform: scale(102%);
    transition: 0.5s;
}

@media (min-width: 980px) {
    .placeItem {
        transform: scale(160%); 
    }
    .placeItem:hover {
        transform: scale(170%);
    }
}

.soon {
    opacity: 50%;
}

.placeName {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.04em;
    color: var(--c0);
    margin-bottom: 10px;
}

.placeText {
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: var(--c0);
}

.placeDescript {
    font-weight: 200;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: var(--c0);
}
.mw {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    max-width: 850px;
    margin: 15% auto;
}

.docs {
    padding: 25px 0 20px;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    max-width: 850px;
    margin: 0 auto;
}
.docImg {
    max-width: 250px;
    border-radius: 8px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

.wrap {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    max-width: 850px;
    margin: auto;
}
.iList {
    margin: auto;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}
.icon {
    width: 66px;
    padding: auto;
    text-align: center;
}
.iItem {
    display: flex;
    vertical-align: middle;
    margin: 12px;
}
.iText {
    color: var(--c2);
    margin: auto 12px;
}
.valiue {
    font-weight: 600;
    font-size: 24px;
}
.sufix {
    font-weight: 400;
    font-size: 18px;
    line-height: 14px;
}
.stroke {
    font-weight: 400;
    font-size: 18px;
}

p {
    margin: auto;
    padding: 14px 14px;
    background: var(--c0);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    max-width: 400px;
    min-width: 300px;
}

a {
    text-decoration: none;
}

.cta {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 33px;
    color: var(--c1);
    text-align: center;
}

footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 100;
}
.btn {
    margin: auto;
    width: 90%;
    max-width: 360px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px 8px;
    gap: 4px;
    background: #FFFFFF;
    border: 1px solid var(--c1);
    box-shadow: 0px 2px 6px rgba(2, 35, 23, 0.47);
    border-radius: 8px;
    color: var(--c2);
    cursor: pointer;
    transition: 0.5s;
}
.btn:hover {
    transform: scale(102%);
    transition: 0.5s;
}
.tel {
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    color: var(--c1);
}
@media (max-width: 365px) {
    .tel {
        font-size: 22px;
}
}

.itel {
    display: flex;
    padding: auto;
    vertical-align: middle;
    gap: 8px;
}

.contact {

    width: 90%;
    max-width: 360px;
    position: fixed;
    bottom: -500px;
    background-color: var(--c0);
    padding: 30px;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 0px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 66%);
    transition: all 0.5s ease-in-out;
    color: var(--c2);
}
li {
    list-style: none;
    margin-bottom: 20px;
    width: 100%;

}
.act {
    display: flex;
    vertical-align: middle;
    font-size: 20px;
}

li a {
    vertical-align: middle;
    display: block;
    text-decoration: none;
    color: var(--c2);
}
li a img {
    margin-right: 20px;
    vertical-align: bottom;
}
li img {
    cursor: pointer;
}
.yam {
    border-radius: 8px;
}

.mainMap {
    background: url("./img/mainMapImg.webp") center/cover no-repeat;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-wrap: wrap;

    margin-bottom: 120px;
}

a.name {
    display: flex;
    color: white;
    font-size: 30px;
    text-decoration: underline;
    font-weight: 600;
    text-shadow: 0px 4px 74px #3A3C46, 2px 6px 6px #0B4B67;
    transition: 0.5s;
}

a.name:hover {
    transform: scale(110%);
    transition: 0.5s;
}

a.name.r1 {
    width: 100vw;
    height: 40%;
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin: 50px auto 10px;
    text-align: center;
    vertical-align: bottom;
}
.r2 {
    width: 50%;
    height: 70%;
    text-align: center;
    vertical-align: top;
    
}

.hr {
    margin: auto auto 15% auto;
    vertical-align: bottom;
    margin-top: auto;
    height:;
    padding: auto auto 20% auto;
    
}

.kr {
    opacity: 0.6;
    text-align: left;
    margin: 10% 20% auto auto;
    align-self: center;

}

.iv {
    text-align: left;
    margin: 10% auto auto 20%;
    align-self: center;
}

.unactive {
    opacity: 0.5;
}

/*Для слайдера*/
.slider {
    min-width: 0;
    max-height: 400px;
    min-height: 300px;
    width: 100%;

}
.slider__item {
    max-height: 400px;
    margin: 10px;
    overflow: hidden;
    border-radius: 8px;
}

.slick-slider {

}
.slick-list {


}
.slick-track {
    display: flex;

}
.slick-slide {
    height: 300px;
    width: 300px;

}
.slick-slide.slick-active {

}
.slick-slide.slick-current{

}
.slick-slide.slick-center {

}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 0;
    width: 30px;
    height: 60px;

}
.slick-arrow.slick-prev {
    left: 0%;
    background: url(/img/arrow-left-bold.svg) 0 0 no-repeat;
}
.slick-arrow.slick-next {
    right: 0%;
    background: url(/img/arrow-right-bold.svg) 0 0 no-repeat;
}
.slick-arrow.slick-desabled {

}

.slick-dits {}
.slick-dits li {}
.slick-dits button {}

.slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.land {
    stroke: rgb(152, 233, 156);
    stroke-width= "5";
    fill: rgba(7, 209, 27, 0.4);
}

.land:hover {
    fill: rgba(7, 209, 27, 0.7);
    stroke: rgb(8, 136, 15);
}

.sold {
    stroke: rgb(255, 255, 255);
    stroke-width= "5";
    fill: rgba(184, 27, 27, 0.4);
}

.sold:hover {
    fill: rgba(170, 53, 53, 0.6);
    stroke: rgb(255, 255, 255);
}
