/*   
Theme Name: bambini
Theme URI: #
Description: #
.
.
*/

.content p {
    margin-bottom: 28px;
}

.content > .flex {
    margin-top: 50px;
}

/*.choose_yard .nice-select .list .option.selected {*/
/*    display: none !important;*/
/*}*/

.price-form {
    max-width: 870px;
}

.inline_form_wrp .price-form .flex > div {
    margin-bottom: 18px;
}

/*
.video-link {
    background: rgba(255, 66, 130, 0.1);
    border-radius: 25px;
    position: absolute;
    right: 0;
}
*/

.yard_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 15px;
}

.yard_list li {
    margin: 3px 0;
    position: relative;
    margin-right: 20px;
}

.yard_list li.current a {
    color: #FE3781;
}

.yard_list li:last-child {
    margin-right: 0;
}

.map {
    background: #eee;
    width: 100%;
    height: 100%;
}

.panorama {
    background: #eee;
    height: 500px;
}

.panorama-section {
    margin-top: 120px;
}

.team-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-section {
    overflow: hidden;
    padding-bottom: 75px;
    margin-top: 120px;
}

.team-item {
    width: 370px;
}

.team-item .photo {
    height: 330px;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 24px;
}

.team-item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}


@media screen and (max-width: 991px) {
/*
    .video-link {
        position: static;
        background: none;
    }
*/
    
    .panorama {
        height: 50vw;
    }
    
    .panorama-section {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .content > .flex {
        margin-top: 28px;
    }

    .yard_list li {
        margin-right: 0;
    }
    
    .team-section .rev_wrp,
    .team-item {
        width: 230px;
    }
    
    .team-section {
        overflow: hidden !important;
        padding-bottom: 47px !important;
    }
    
    .team-section .owl-next,
    .team-section .owl-prev {
        box-shadow: 0px 0px 39px rgba(62, 171, 243, 0.355715), 0px 5px 9px rgba(74, 198, 248, 0.252841);
        -webkit-box-shadow: 0px 0px 39px rgba(62, 171, 243, 0.355715), 0px 5px 9px rgba(74, 198, 248, 0.252841);
    }
    
    .team-item .photo {
        height: 200px;
    }
}