.navbar {
    min-height: 70px;
}

.discount-text{
    font-size: medium;
    font-weight: bold;
}

.wrap > .container {
    padding: 90px 15px 20px;
}

.navbar-inverse, .navbar-brand{
    font-family: 'Font_Name_1', serif;
}

.navbar-brand{
    font-size: 50px;
}

.navbar-collapse>ul>li, .navbar-header, .logout-btn{
    margin-bottom: 20px;
    font-size: 38px;
}

.navbar-inverse .navbar-nav > .active > a{
    background: #222222;
}

.navbar-inverse .container{
    font-size: 55px;
    margin-top: 20px;
}

body , .footer{
    background: #3c3c3c;
    color: white;
}

.prestige-photo{
    max-width: 900px;
    max-height: 600px;
    position: relative;
    top: 10px;
    box-shadow: 3px 3px #0f0f0f;
}

#call-me-button {
    position: fixed;
    top: 85%;
    left: 90%;
    height: 100px;
    width: 100px;
}

@media screen and (max-width: 375px) {
    .navbar-collapse > ul > li, .navbar-header {
        font-size: 60%;
    }

    .navbar-brand {
        font-size: 100%;
    }

    .services-carousel{
        max-width: 50px;
        /*max-height: 600px;*/
        position: relative;
        top: 10px;
    }

	
	#call-me-button {
        position: fixed;
        top: 85%;
        left: 90%;
        height: 45px;
        width: 45px;
    }
	
}

.container .prestige-photo{
    margin-bottom: 20px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    border-radius: 25px;
}

#services-carousel>.right.carousel-control,
#services-carousel>.left.carousel-control,
#services-carousel>.carousel-indicators{
    display: none;
}

.service-box-span3{
    border: #8699a4 1px solid;
    display: flex;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    border-radius: 15px;
    box-shadow: 3px 3px #0f0f0f;

}

.service-box_body > .title{
    padding: 20px 0 0 0 ;
    text-align: center;
    margin: 0px;
}

.service-box_txt {
     clear: both;
     padding-top: 18px;
     padding-left: 15px;
     padding-bottom: 5px;
     line-height: 24px;
     font-size: 16px;
 }

li.detail-works {
    margin: 5px;
}

.news-personal-cab, .center-bottom-personal-cab, .total-left-personal-cab{
    border-radius: 15px;
    border: #0f0f0f solid 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 15px 15px 10px;
    box-shadow: 1px 1px 2px 1px #2b542c;
}

.main-personal-cab {
    background-color: #6B6464;
    margin-top: 15px;
    border-radius: 15px;
}

@media (max-width: 993px) {
    .main-personal-cab {
        margin-top: 65px;
    }
}

.total-left-personal-cab, .news-personal-cab, .center-bottom-personal-cab{
    background-color: #8699a4;
}

.news-block-list{
    margin-top: 20px;
    border: #8699a4 1px solid;
    border-radius: 15px;
    padding-top: 15px;
    padding-left: 10px;
    box-shadow: 3px 3px #0f0f0f;
}

.news-img{
    float: left;
    margin: 25px 20px 0px 0px;
}

.title-news{
    font-family: inherit;
}
.publish-date{
    text-align: right;
    margin-right: 25px;
}

#news-postdate, #news-stopdate{
    color: black;
}

.news-personal-cab{
    height: auto;
}

table:hover{

    border: #3a87ad 2px;
}

.service-price-value, .service-price-name{
    text-align: center;
    padding: 5px;
    font-size: medium;
}

.service-price-name{
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr:hover{
    background: #1d5987;
}

.all-in-one.is_group{
    background-color: #1b6d85;
}

td.is_group{
    text-align: center;
    font-size: medium;
}

th{
    text-align: center;
    font-size: medium;
}

.edit-table-price-cell{
    width: 80px;
    min-height: 10px;
}
.edit-table-price-cell{
    width: 80px;
    min-height: 26px;
}

.edit-services-table > tbody > tr > th{
    background: #00b3ee;
}
.edit-services-table > tbody > tr > td{
     padding: 3px;
     text-align: center;
 }

.edit-table-id-cell{
    width: 25px;
}

.edit-table-priority-cell{
    width: 50px;
}

.edit-table-service_name-cell, .edit-table-description-cell{
    width: 250px;
}

#modal-contact-form-div{
    display: none;
    position: absolute;
    top: 0;
    /*left: 20px;*/
    width: 100%;
    height: 95%;
    z-index: 100;
    align-items: center;
    justify-content: center;
    background-color: #3c5660;
}

#modal-contact-form{
    display: inline-block;
    padding: 15px;
    /*height: 250px;*/
    width: 400px;
    background-color: white;
    border-radius: 10px;
    color: #0f0f0f;
    z-index: 100;
    border: #0f0f0f 2px solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



.car-select-radio-buttons{
    min-width: 100px;
    text-align: left;
}

.about_contacts{

    padding-top: 10px;
    margin-right: 5px;
    margin-top: 25px;
    display: inline-block;
    border: #0f0f0f 2px solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.logo_inst_img{
    filter: brightness(0) invert(1);
}

.insta_logo{
    border-radius: 3px;
}