@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap);

/*
    font-family: 'Open Sans', sans-serif;
*/

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background-color: #FDFCF8;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: normal;
    min-height: 100%;
}

.btn {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(32, 32, 32, 0.06);
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
    min-height: 44px;
    padding: 4px 26px;
    transition: background-color 0.25s ease-out;
}

.btn:hover {
    background-color: #e6e6e6;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.text-uppercase {
    text-transform: uppercase;
}

.layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;

}

.steps {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 9px;
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.step {
    -webkit-animation: slide-in-top 0.75s ease-out 0.5s both;
    animation: slide-in-top 0.75s ease-out 0.5s both;
    background-color: rgba(0, 0, 0, 0.77);
    border: 5px solid #fff;
    border-radius: 228px;
    box-shadow: 0 4px 20px rgba(32, 32, 32, 0.06);
    color: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 470px;
    max-width: 470px;
    margin: 0 auto;
    padding: 60px 40px;
    width: 100%;
    z-index: 5;
}

.step.active {
    display: flex;
}

.title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto 20px;
    max-width: 310px;
}

.step p {
    margin-bottom: 15px;
}

.step ul {
    list-style-type: disc;
    text-align: left;
    padding-left: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.step li {
    margin-bottom: 15px;
}

.locator {
    background-color: rgba(0, 0, 0, 0.77);
    border: 3px solid #fff;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    max-width: calc(100vw - 55px - 80px);
    padding: 8px 16px;
    position: absolute;
    top: 20px;
    right: 80px;
    z-index: 4;
}

.locator .city {
    text-transform: capitalize;
}

.locator .city::before,
.locator .city::after {
    content: '*';
}

.pin {
    -webkit-animation: slide-in-top 1s ease-out 1.5s both;
    animation: slide-in-top 1s ease-out 1.5s both;
    background: url(/landings/299876/1783325863/images/pin.svg) no-repeat center;
    background-size: contain;
    display: block;
    height: 96px;
    width: 72px;
    position: absolute;
    z-index: 1;
}

.pin::after {
    border: 2px solid rgba(180, 180, 180, 0.5);
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 6.5%;
    left: 11%;
    right: 11%;
    height: 54.5%;
}

.pin img {
    border-radius: 50%;
    font-size: 10px;
    padding: 8.5% 11%;
    width: 100%;
}

.pin-1 {
    top: 3.25%;
    left: 39%;
}

.pin-2 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    top: 7.5%;
    left: 42.5%;
}

.pin-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    top: 13.5%;
    left: 36.5%;
}

.pin-4 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    top: 19.5%;
    left: 28.5%;
}

.pin-5 {
    top: 13.5%;
    left: 58%;
}

.pin-6 {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
    top: 44%;
    left: 21.5%;
}

.pin-7 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    top: 38%;
    left: 63%;
}

.pin-8 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    top: 39.5%;
    left: 68.25%;
}

.pin-9 {
    top: 66%;
    left: 37.5%;
}

.pin-10 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    top: 62%;
    left: 62%;
}

.pin-11 {
    top: 70%;
    left: 55.5%;
}

.pin-12 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    top: 74.5%;
    left: 48.25%;
}

.pin-13 {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
    top: 82.5%;
    left: 50.5%;
}

.pin-14 {
    top: 80.5%;
    left: 31.5%;
}

.pin-15 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    top: 85.75%;
    left: 37.75%;
}

.pin-16 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    top: 75%;
    left: 12.75%;
}

.pin-17 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    top: 45%;
    left: 81.25%;
}

.pin-18 {
    top: 56.5%;
    left: 83%;
}

@media (max-width: 1599px) {
    .pin {
        height: 86px;
        width: 64px;
    }

    .pin-2 {
        left: 45%;
    }

    .pin-9 {
        left: 25%;
    }

    .pin-12 {
        left: 46%;
    }

    .pin-18 {
        left: 85%;
    }
}

@media (max-width: 1023px) {
    .pin-1 {
        top: 6.25%;
        left: 29%;
    }

    .pin-2 {
        top: 12%;
        left: 4%;
    }

    .pin-3 {
        top: 17.25%;
        left: 17%;
    }

    .pin-4 {
        display: none;
    }

    .pin-5 {
        top: 15.75%;
        left: 79%;
    }

    .pin-6 {
        top: 43.75%;
        left: 16.75%;
    }

    .pin-7 {
        top: 37.5%;
        left: 51%;
    }

    .pin-8 {
        top: 39%;
        left: 77%;
    }

    .pin-9 {
        top: 63.5%;
        left: 44%;
    }

    .pin-10 {
        top: 58%;
        left: 83%;
    }

    .pin-11 {
        top: 67%;
        left: 72.5%;
    }

    .pin-12 {
        top: 72.75%;
        left: 57.25%;
    }

    .pin-13 {
        top: 80.5%;
        left: 68.5%;
    }

    .pin-14 {
        top: 83%;
        left: -2%;
    }

    .pin-15 {
        top: 85%;
        left: 44.75%;
    }

    .pin-16 {
        display: none;
    }

    .pin-17 {
        display: none;
    }

    .pin-18 {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .btn {
        border-radius: 4px;
        font-size: 21px;
        min-height: 36px;
        padding: 3px 22px;
    }

    .buttons {
        margin-top: 8px;
    }

    .step {
        border-width: 4px;
        border-radius: 195px;
        min-height: 380px;
        max-width: 380px;
        padding: 50px 25px;
    }

    .title {
        font-size: 21px;
        margin-bottom: 13px;
        max-width: 250px;
    }

    .step li {
        margin-bottom: 13px;
    }

    .locator {
        max-width: calc(100vw - 55px - 15px);
        top: 16px;
        right: 15px;
    }
}

/* map */

.map-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}

.map-block::before,
.map-block::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
}

.map-block::before {
    left: 45px;
}

.map-block::after {
    top: 75px;
}

.map-container {
    width: 100%;
    height: 100%;
}

/* animations */

@-webkit-keyframes slide-in-top {
    0% {
        transform: translateY(-15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}