html {
    height: 100vh;
    overflow: hidden;
}

body {
    opacity: 0;
    transition: 2s ease-in-out all;
}



.header_mobile {
    display: none;
}

.mobile {
    display: none;
}

.info_block {
    background-color: #F7F6F2;
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    transition: 1s ease-in-out all;
}



.left_side {
    display: flex;
    width: 35%;
    height: 100vh;
    align-items: center;
    border-right: 1px solid #000000;
    transition: 1s ease-in-out all;
    background-color: #FF5E78;

}

.left_side .heading_block {
    position: relative;
    top: 100px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 123px;
    align-items: center;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    transition: 1s ease-in-out all;
    background-color: #ffffff;
}

.info_block .left_side .nav_dots  {
    position: absolute;
    top: calc((100vh - 30px) / 2);
    left: 55px;
    display: flex;
    flex-direction: row;

}

.info_block .left_side .nav_dots span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 12;
    cursor: pointer;
    margin-left: 50px;

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 12px );
    -webkit-backdrop-filter: blur( 12px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    cursor: pointer;
    transition: 0.5s ease-in-out all;
}

.info_block .left_side .nav_dots span p {
   position: absolute;
   width: 300px;
   top: -180px;
   right: 0;
   left: -130px;
   color: #ffffff;
   font-family: Montserrat;
   font-weight: 300;
   font-size: 32px;
   transform: rotate(270deg);

}

.info_block .left_side .nav_dots .active {
    background: rgba( 0, 0, 0, 0.8 );
}


.left_side .heading_block .scroller h1{
    display: flex;
    position: relative;
    width: 100%;
    height: 123px;
    align-items: center;
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 400;
    color: #363636;
    transition: 1s ease-in-out all;
}

.left_side .heading_block .scroller {
    position: absolute;
    top: 0;
    transition: 1s ease-in-out all;
}

.middle_side {
    width: 30%;
    height: 100vh;
    display: flex;
    align-items: center;
    transition: 1s ease-in-out all;
    background-color: #75A47F;
}

.middle_side .circle {
    position: relative;
    right: 0;
    display: flex;
    width: 80%;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #ECE3CE;
    text-align: center;
    align-items: center;
    z-index: 0;
    opacity: 0;
    transition: 1s ease-in-out all;
}


.middle_side .circle p {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-family: Montserrat;
    font-size: 64px;
    color: #000;
    cursor: pointer;
}

.right_side {
    display: flex;
    width: 35%;
    height: 100vh;
    overflow: hidden;
    flex-direction: column;
    transition: 1s ease-in-out all;
    border-left: 1px solid #000000;
    background-color: #ECE3CE;
}

.right_side .scroller {
    transform: translateY(0);
    transition: 1s ease-in-out all;
}

.right_side .text {
    display: flex;
    height: 100vh;
    align-items: center;
    width: 100%;
}

.right_side .text .info {
    display: flex;
    width: 100%;
    height:  fit-content;
    flex-direction: column;
    text-align: center;
    transition: 1s ease-in-out all;
}

.right_side .text h1{
    width: fit-content;
    margin: 0 auto;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 400;
    color: #000000;
}



.right_side .text h1:nth-child(2){
    width: fit-content;
    margin: 0 auto;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
}

.right_side .text p{
    width: fit-content;
    margin: 2% auto ;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 400;
    color: #000000;
}

.right_side .text a{
    width: fit-content;
    margin: 1% auto ;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
}

.map {
    position: relative;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    align-items: center;
    transition: 1.5s ease-in-out all;
}

.map-widget-app {
    transition: 1s ease all;
}

ymaps {
    width: 100%;
}


.close_map {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 5%;
    right: 5%;
    opacity: 0;

    background: rgba( 9, 9, 9, 0.5 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 13px );
    -webkit-backdrop-filter: blur( 13px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    transition: 1s ease all;
    z-index: 5;
}

.close_map span {
    position: absolute;
    width: 90%;
    height: 3px;
    left: 5%;
    top: 50%;
    background: #ffffff;
    transform: rotate(45deg);
    transition: 1s ease all;
}

.close_map span:nth-child(2) {
    position: absolute;
    width: 90%;
    height: 3px;
    top: 50%;
    background: #ffffff;
    transform: rotate(-45deg);
    transition: 1s ease all;
    z-index: 3;
}

.circle span {
    background-color: #000000;
}




