
.navigation__items {
    width: calc(100% - 640px) !important;
}
.navigation_special {
    position: relative;

}
.navigation_special:hover > .special__hover {
    display: block;
}

.navigation_special .special__hover {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px ;
    box-sizing: border-box;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 9999;
   display: none;
    width: 230px;
    border-radius: 10px;
}
.navigation_special .special__hover .box {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}
.navigation_special .special__hover .box:last-child {
    margin-bottom: 0;
}
.navigation_special .special__hover .box .number {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}
.navigation_special .special__hover .box .number img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 20px;
}
.navigation_special .special__hover .box .number a {
    font-size: 14px;
    text-decoration: underline;

}
.navigation_special .special__hover .box .title {
    font-size: 14px;
    font-weight: normal;
    color: #a5aeb7;
}
.special__marketing__banner {
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special__marketing__banner .container {
    max-width: 1550px;
    width: 100%;

}
.special__marketing__banner .container img {
    width: 100%;
    height: auto;
}
.top__bar {
    width: 100%;
    height: 40px;
    background-color: rgb(14 165 233);
    display: flex;
    align-items: center;
    justify-content: center;
}
.top__bar .container {
    max-width: 1550px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.navigation__banner {
    width: 640px !important;
    display: flex;
    flex-direction: row;
 
    padding: 0 10px;
    box-sizing: border-box;
}
.navigation__banner a {
    width: 300px;
 
    margin: 0 10px;
    height: 400px;

}
.navigation__banner a .box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navigation__banner a .box h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.navigation__banner a .box p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    
}
.product__item__featured_image {
    height: 180px;
}
.news {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 60px 0px;
    margin-top: 20px;
}
.news .news__block {
    width: 100%;
    height: auto;
}
.news .news__block .news__items {
    width: 100%;
    height: auto;
    /* display: flex;
    justify-content: space-between; */
    position: relative;
}
.news .news__block .news__items .news__item {
    width: calc(50% - 10px);
    /* width: 400px; */
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    margin: 0px 10px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}
.news .news__block .news__items .news__item:hover .news__item-content h3 {
    color: #fff;
    background-color: rgb(14 165 233);
    padding-left: 10px;
}
.news .news__block .news__items .news__item:hover .news__item-content a {
    background-color: rgb(14 165 233);
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
}
.news .news__block .news__items .news__item .news__item-image {
    width: 45%;
    height: 360px;
}
.news .news__block .news__items .news__item .news__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .news__block .news__items .news__item .news__item-content {
    width: 55%;
    height: auto;
    padding: 17px 30px;
}
.news .news__block .news__items .news__item .news__item-content span {
    padding: 7px 10px;
    border-radius: 5px;
    background-color: rgb(14 165 233);
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.news .news__block .news__items .news__item .news__item-content em {
    width: 100%;
    height: auto;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 200;
    color: rgb(0, 0, 0);
    font-style: normal;
    display: inline-flex;
}
.news .news__block .news__items .news__item .news__item-content h3 {
    font-size: 30px;
    font-weight: bold;
    color: rgb(14 165 233);
    font-style: italic;
    padding: 20px 0px;
    max-height: 145px;
    transition: 0.3s all ease-in-out;
}
.news .news__block .news__items .news__item .news__item-content p {
    font-size: 18px;
    font-weight: 300;
    color: #4d4d4d;
}
.news .news__block .news__items .news__item .news__item-content a {
    display: inline-flex;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: rgb(14 165 233);
    opacity: 0.8;
    transition: 0.2s all ease-in-out;
}
.news .news__block .news__items .slick-dots {
    position: absolute;
    right: 10px;
    bottom: -35px;
    display: inline-flex;
    align-items: center;
}
.news .news__block .news__items .slick-dots li {
    display: inline-flex;
    margin: 0px 3px;
}
.news .news__block .news__items .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4d4d4d;
    text-indent: -9999px;
    border: 0px;
    cursor: pointer;
}
.news .news__block .news__items .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    background-color: rgb(14 165 233);
}
.post {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.post .post__block {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
}
.post .post__block .post__title {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.post .post__block .post__title h1 {
    font-size: 28px;
    color: #282828;
    font-weight: 700;
    color: rgb(14 165 233);
}
.post .post__block .post__thumbnail {
    width: 100%;
    height: auto;
}
.post .post__block .post__thumbnail img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #d7d7d7;
}
.post .post__block .post__info {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.post .post__block .post__info ul li {
    display: inline-flex;
    margin-right: 20px;
    align-items: center;
}
.post .post__block .post__info ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.post .post__block .post__info ul li span {
    margin-left: 15px;
    font-size: 14px;
    color: #282828;
    font-weight: 400;
}
.post .post__block .post__content {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.post .post__block .post__content p {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    padding: 10px 0px;
}
.post .post__block .post__content ul {
    padding: 10px 6px;
    padding-bottom: 13px;
    padding-left: 50px;
}

.marketing__boxes {
    width: 100%;
    display: flex;
    padding: 30px 20px;
    box-sizing: border-box;
    align-items: center;
   
    justify-content: center;
}
.marketing__boxes .container {
    max-width: 1536px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.marketing__boxes .container .box {
    width: calc(50% - 10px);
   display: flex;

   flex-direction: column;
   margin-top: 30px;

}
.marketing__boxes .container .box .products {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: space-between;
}
.marketing__boxes .container .box .products .item {
    width: calc(100% / 3 - 10px);
    padding: 20px;
    box-sizing: border-box;
    margin: 0 10px;
    border: 1px solid #ebe9e9;
 

}

.marketing__boxes .container .box .products .item:hover {
    border-color: rgb(2 132 199);
}

.marketing__boxes .container .box .products .item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.marketing__boxes .container .box .title {
    width: 100%;
    height: 50px;
    background-color: #4d4d4d;

    padding: 0 20px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.marketing__boxes .container .box .title .main__title {
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.marketing__boxes .container .box .title a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.marketing__boxes .container .box .title a:hover {
    text-decoration: underline;
}
.featured__image--adjustment {
    height: calc(100% - 100px);

    
}

.featured__item-border {
    border-color: rgb(14 165 233);
}
.news__text-height {
    height: 165px;
}
.news__image-height {
    height: 385px;
}

.slider {
    width: 100%;
    height: auto;
    padding-top: 55px;
    margin-bottom: 20px;
}
.slider .container {
    max-width: 1560px;
}
.slider .slider__block {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
}
.slider .slider__block .slider__items {
    width: 100%;
    height: auto;
}
.slider .slider__block .slider__items .slider__item {
    width: 100%;
    height: 370px;
    border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 0 -1px 10px rgb(29 30 32 / 10%);
    border: 1px solid #e9e9e9;
}
.slider .slider__block .slider__items .slider__item .slider__price {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 12px 35px;
    border-radius: 5px;
    background-color: rgb(14 165 233);
    z-index: 9;
    font-family: "Triumvirate", sans-serif;
    text-shadow: transparent 0px 0px 1em, rgb(255 255 255) 0px -0.04em 0px,
        rgb(255 255 255) 0.04em 0px 0px, rgb(255 255 255) 0px 0.04em 0px,
        rgb(255 255 255) -0.034em -0.024em 0px,
        rgb(255 255 255) -0.03em -0.04em 0px,
        rgb(255 255 255) -0.01em -0.04em 0px,
        rgb(255 255 255) 0.052em -0.04em 0px,
        rgb(255 255 255) 0.04em -0.04em 0px, rgb(255 255 255) 0.02em -0.04em 0px,
        rgb(255 255 255) 0.047em -0.025em 0px,
        rgb(255 255 255) -0.045em 0.016em 0px,
        rgb(255 255 255) -0.039em 0.038em 0px,
        rgb(255 255 255) -0.052em 0.04em 0px,
        rgb(255 255 255) -0.042em 0.04em 0px,
        rgb(255 255 255) 0.031em 0.028em 0px,
        rgb(255 255 255) 0.029em 0.04em 0px, rgb(0 0 0 / 20%) 0.05em 0px 0.05em,
        rgb(0 0 0 / 20%) 0px 0.05em 0.05em,
        rgb(0 0 0 / 20%) 0.05em 0.05em 0.05em;
    letter-spacing: 2px;
}
.slider .slider__block .slider__items .slider__item .slider__price span {
    font-size: 18px;
    margin-left: -5px;
}
.slider .slider__block .slider__items .slider__item .slider__price.price-pos-0 {
    display: none;
}
.slider .slider__block .slider__items .slider__item .slider__price.price-pos-2 {
    bottom: auto;
    left: auto;
    bottom: 20px;
    right: 500px;
}
.slider .slider__block .slider__items .slider__item .slider__price.price-pos-3 {
    bottom: auto;
    left: auto;
    right: 500px;
    top: 20px;
}
.slider .slider__block .slider__items .slider__item svg {
    position: absolute;
    top: 0px;
    left: -5px;
    height: 370px;
}
.slider .slider__block .slider__items .slider__item img {
    /* clip-path: ellipse(50% 140% at 50% 50%); */
    width: calc(100% - 400px);
    height: 370px;
    /* left: -49px; */
    position: absolute;
    top: 0px;
    object-fit: contain;
    object-position: right;
}
.slider .slider__block .slider__items .slider__item .slider__item-content {
    width: 371px;
    height: auto;
    position: absolute;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.slider
    .slider__block
    .slider__items
    .slider__item
    .slider__item-content
    ul
    li {
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid rgb(14 165 233);
    color: rgb(14 165 233);
    font-size: 15px;
    font-weight: 300;
    margin-right: 8px;
    cursor: pointer;
}
.slider
    .slider__block
    .slider__items
    .slider__item
    .slider__item-content
    ul
    li.color--full {
    background-color: rgb(14 165 233);
    color: #fff;
}

.slider
    .slider__block
    .slider__items
    .slider__item
    .slider__item-content
    ul
    li.color--gray {
    background-color: #a5aeb7;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.slider .slider__block .slider__items .slider__item .slider__item-content h5 {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
    padding: 40px 0px;
}
.slider .slider__block .slider__items .slider__item .slider__item-content h3 {
    font-size: 26px;
    line-height: 26px;
    color: rgb(14 165 233);
    font-weight: bold;
}
.slider .slider__block .slider__items .slider__item .slider__item-content p {
    font-size: 16px;
    font-weight: 200;
    color: #000;
    padding-top: 20px;
}
.slider .slider__block .slider__items .slick-dots {
    position: absolute;
    right: 10px;
    bottom: -25px;
    display: inline-flex;
    align-items: center;
}
.slider .slider__block .slider__items .slick-dots li {
    display: inline-flex;
    margin: 0px 3px;
}
.slider .slider__block .slider__items .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4d4d4d;
    text-indent: -9999px;
    border: 0px;
    cursor: pointer;
}
.slider .slider__block .slider__items .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    background-color: rgb(14 165 233);
}
.slider .slider__block .slider__arrows {
    position: absolute;
    display: flex;
    align-items: center;
    right: 20px;
    bottom: 20px;
}
.slider .slider__block .slider__arrows .slider__arrow {
    width: 25px;
    height: 25px;
    background-color: rgb(14 165 233);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}
.slider .slider__block .slider__arrows .slider__arrow:hover {
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
}
.slider .slider__block .slider__arrows .slider__arrow img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg)
        brightness(103%) contrast(103%);
    width: 15px;
    height: 15px;
}

.pp_categories {
    display: none;
}

.learn__more {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    top: 0;
    left: 0;

    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
}

.learn__more .box {
    max-width: 450px;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;

    position: relative;
}
.learn__more .box h4{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}
.learn__more .box .close__view__more {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.learn__more .box .close__view__more svg {
    width: 24px;
    height: 24px;
}
.learn__more .box ul {
    padding-left: 30px !important;
    list-style:circle;
    margin-bottom: 15px;
}
.learn__more .box span {
    font-style: italic;
    margin-top: 30px;
}
.learn__more .box h5{
    font-weight: bold;
    margin-bottom: 15px;
}

.pin__map {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    box-sizing: border-box;
}
.pin__map .container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.pin__map .container .sidebar {
    width: 420px;
    height: 500px;
border: 1px solid #d7d7d7;
}
@media screen and (max-width: 1460px) {
    .news .news__block .news__items .news__item .news__item-content h3 {
        font-size: 24px;
        padding: 15px 0px;
    }
    .slider .slider__block .slider__items .slider__item img {
        left: -29px;
    }
}

@media screen and (max-width: 1365px) {
    .slider .slider__block .slider__items .slider__item img {
        left: -25px;
    }

}

@media screen and (max-width: 1280px) {
    .marketing__boxes .container .box {
            width: 100%;
    }
    .pp_categories {
        display: flex;
    }
    .news .news__block .news__items .news__item {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .news .news__block .news__items .news__item .news__item-image {
        width: 100%;
        height: 220px;
    }
    .news .news__block .news__items .news__item .news__item-content {
        width: 100%;
        padding: 20px;
    }
    .news .news__block .news__items .news__item .news__item-content {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 880px) {
    .cart .container .payment__items  {
        flex-direction: column;
    }
    .cart .container .payment__items .payment_item {
        width: 100%;
    }
    .slider .slider__block .slider__items .slider__item {
        flex-wrap: wrap;
        height: auto;
        box-shadow: unset;
    }
    .navigation__items {
        width: auto !important;
    }
    .slider .slider__block .slider__items .slider__item img {
        clip-path: unset;
        position: relative;
        width: 100%;
        height: 250px;
        top: auto;
        left: auto;
    }
    .slider .slider__block .slider__items .slider__item .slider__item-content {
        width: 100%;
        position: relative;
        padding: 20px;
        top: auto;
        right: auto;
        transform: unset;
        padding-bottom: 60px;
        padding-top: 12px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__item-content
        ul
        li {
        margin-top: 8px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__item-content
        h5 {
        padding: 10px 0px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__item-content
        h3 {
        font-size: 28px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__item-content
        p {
        font-size: 16px;
        padding-top: 10px;
    }
    .slider .slider__block .slider__items .slider__item .slider__price {
        bottom: auto;
        left: 20px;
        top: 170px;
        font-size: 20px;
        padding: 8px 22px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__price.price-pos-2 {
        bottom: auto;
        left: auto;
        right: auto;
        right: 20px;
        top: 170px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__price.price-pos-3 {
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        top: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 756px) {
    .slider {
        padding-top: 20px;
    }
    .navigation__banner a {
        width: 50%;
    }
}
@media screen and (min-width: 1535px) {

    .grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media screen and (max-width: 620px)  {
    .slider .slider__block .slider__items .slider__item img {
        /* object-fit: cover; */
        height: auto;
    }
    .navigation__banner {
        flex-direction: column;
        
    }
    .navigation__banner a {
        margin-top: 20px;
        width: 100%;
    }
    .cart .container .payment__items .payment_item h4 {
        font-size: 16px;
        text-align: center;
    } 
    .cart .container .payment__items .payment_item p {
        font-size: 14px;
        text-align: center;
    } 
    
}

@media screen and (max-width: 390px) {
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__item-content
        h5 {
        font-size: 14px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__item-content
        h3 {
        font-size: 20px;
    }
    .slider
        .slider__block
        .slider__items
        .slider__item
        .slider__item-content
        p {
        font-size: 14px;
    }
}

.contact__page {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #d7d7d7;
}
.contact__page .contact__image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.contact__page .contact__image img {
    max-height: 300px;
}
.contact__page .contact__cities {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
    background-color: rgb(14 165 233);
    border-radius: 3px;
    padding: 10px 15px;
}
.contact__page .contact__cities .contact__city {
    border-radius: 3px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    /* border: 1px solid rgb(14 165 233); */
    margin: 0px 2px;
    cursor: pointer;
    font-weight: 300;
}
.contact__page .contact__cities .contact__city h4 {
    font-weight: 500;
    font-size: 12px;
}
.contact__page .contact__cities .contact__city.active {
    /* background-color: rgb(14 165 233); */
    /* color: #fff; */
    color: rgb(14 165 233);
}
.contact__page .contact__cities .contact__city.active > h4 {
    font-weight: 600;
    color: #fff;
}
.contact__page .contact__cities .contact__city:hover {
    color: #fff;
}
.contact__page .contact__cities .contact__city.active:hover {
    color: #000;
}
.contact__page .contact__cities .contact__city img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.contact__page .contact__list {
    width: 100%;
    height: auto;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
}
.contact__page .contact__list.active {
    display: flex;
}

.contact__page .contact__list .contact__item {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin: 10px 0px;
}
.contact__page .contact__list .contact__item.active {
    border-left: 10px solid rgb(14 165 233);
}
.contact__page .contact__list .contact__item ul li {
    list-style: none;
    padding: 3px 0px;
    font-size: 15px;
    font-weight: 400;
    color: #282828;
}
.contact__page .contact__list .contact__item ul li b {
    /* text-transform: uppercase; */
    font-weight: 700;
}
.contact__page .contact__list .contact__item ul li a {
    color: rgb(14 165 233);
}

.contact__page .new__contact {
    width: 30%;
    height: auto;
    padding: 0px 20px;
    max-height: 550px;
    overflow-y: scroll;
}
.contact__page .new__contact-map {
    width: 70%;
    height: auto;
}
.contact__container {
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width: 1140px) {
    .contact__page .contact__cities {
        flex-wrap: wrap;
    }

    .contact__page .contact__cities .contact__city {
        margin: 10px;
    }
}

@media screen and (max-width: 960px) { 

    .contact__page {
        flex-wrap: wrap;
    }
    .contact__page .new__contact {
        width: 100%;
    }
    .contact__page .new__contact-map {
        width: 100%;
    }
}

@media screen and (max-width: 756px) {
    .contact__page .contact__list {
        flex-wrap: wrap;
    }

    .contact__page .contact__list .contact__item {
        width: 100%;
        margin: 20px 0px;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px)  {
    .contact__page .contact__cities .contact__city {
        width: calc(50% - 20px);
        justify-content: center;
    }
}

@media screen and (max-width: 420px) {
    .contact__page .contact__cities .contact__city {
        width: 100%;
    }
    .contact__page .contact__cities .contact__city {
        margin: 10px 0px;
    } 
}