@import url(variables.css);
@import url(nav.css);
@import url(header.css);
@import url(footer.css);
@import url(menu-mobile.css);

@import url(pages/services-prices.css);
@import url(pages/about-us.css);
@import url(pages/contacts.css);
@import url(pages/gallery.css);



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}


ul, ol {
    list-style: none;
}


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


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Inter', sans-serif;
    position: relative;
    background: var(--main-bg);
}



button {
    border: 1.5px solid var(--primary);
    padding: 28.5px 88px;
    box-sizing: border-box;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    font-family: 'Teko', sans-serif;
    color: var(--primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    
    transition: transform 0.3s ease;
}

button:hover {
    transform: scale(1.05);
}


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

h1 {
    color: var(--primary);
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; 
    text-transform: uppercase;
}

h2 {
    color: var(--primary);
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    text-transform: uppercase;
}

h3 {
    color: var(--primary);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    text-transform: uppercase;
}

input {
    padding: 20px 10px;
   
    background: none;
    outline: none;

    border: none;
    border-bottom: 1px solid var(--primary);

    color: var(--primary);
    font-size: 20px;
}

input::placeholder {
    color: var(--secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.907px;
    text-transform: uppercase;
}


.second-bg {
    background: var(--secondary-bg);
}

.common {
    display: flex;
}

.common-price {
    width: 50%;
    padding-right: 75px;
    padding-top: 140px;
    padding-bottom: 140px;
    box-sizing: border-box;
}

.common-price  button {
    margin-top: 50px;
}

.common-feedback {
    width: 50%;
    background: var(--secondary-bg);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}


.common-feedback img {
    width: 100%;
    height: 493px;
    margin-bottom: 100px;
}

.common-feedback__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px;
    box-sizing: border-box;
}

.common-feedback__wrapper li {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.common-feedback p {
    color: var(--secondary);
}

.common-feedback ul li p:last-child {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.common-feedback ul p {
    color: var(--secondary);
}


.discover {
    background: var(--secondary-bg);
    padding: 130px 0px 90px 0px !important;
}

.discover-wrapper {
    display: flex;
    gap: 45px;
}

.discover-nav {
    width: 260px;
}

.discover-nav p {
    color: var(--secondary);
 
}

.discover-nav button {
    margin-top: 50px;
}

.discover-nav__div {
    width: 100px;
    height: 1px;
    background: var(--secondary);
    margin-top: 45px;
    margin-bottom: 45px;
}

.appointment {
  display: flex;
}

.appointment-left {
    width: 50%;
    padding-right: 75px;
    padding-top: 140px;
    padding-bottom: 140px;
    box-sizing: border-box;
}

.appointment-left p {
    color: var(--secondary);
}

.appointment-left button {
    margin-top: 50px;
}

.appointment-left__div {
    width: 100px;
    height: 1px;
    background: var(--secondary);
    margin-top: 65px;
    margin-bottom: 65px;
}

.appointment-right {
    width: 50%;
    background-image: url(../assets/images/city-map.svg);
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: cover;

    position: relative;

}

.appointment-right a {
    display: flex;
    align-items: center;
}

.appointment-right a p {
    color: var(--primary);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.appointment-right__desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
   
    width: 145px;

}

.appointment-right p {
    color: var(--secondary);
}

.appointment-right::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.91);
}

.appointment-right__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.appointment-right__div {
    width: 100px;
    height: 1px;
    background: var(--secondary);
    margin-top: 105px;
    margin-bottom: 105px;
}

.slider-container {
    width: 740px;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    align-items: center;
    transition: all 1s ease;
    
}

.slide {
    min-width: 235px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  
    margin-right: 45px;
   transition: all .5s ease;
}

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

.active-slide {
    min-width: 421px;
    height: 414px;
}

.next-button {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media only screen and (max-width: 800px)  { 
    .container {
        padding: 0px 30px;
        box-sizing: border-box;
        overflow: hidden;
    }

    h1 {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px
    }

    button {
        padding: 22px 66px;
        font-size: 18px;
    }

    .common {
        flex-direction: column;
    }

    .common-price {
        width: 100%;
        padding-right: 0px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .common-feedback {
        width: 100%;
        background: var(--main-bg);
    }

    .common-feedback img {
        width: 100%;
        height: 100%;
    }

    .common-feedback__wrapper {
        padding: 0;
        padding-bottom: 40px;
    }

    .appointment {
        flex-direction: column;
    }

    .appointment-left {
        width: 100%;
        padding-right: 0px;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .appointment-right {
        width: 120%;
        height: 518px;
        background-image: url(../assets/images/city-map.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        left: -30px;
    }

    .appointment-left__div  {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .discover-wrapper {
        flex-direction: column;
    }

    .slider-container {
        width: 100%;
    }


    .slide {
        width: 100% !important;
        height: 100% !important;
    }

    .slide img {
        width: 209px;
        height: 205px;
    }

    .active-slide {
        width: 209px;
        height: 205px;
        min-width: 100%;
    }

    .discover-nav {
        width: 100%;
    }

    .discover-nav button {
        width: 100%;
    }

    .discover {
        padding-top: 90px !important;
    }

}





