/*Development: Valentin Gorbatenko*/
/*E-mail: v.gorbatenko@mail.ru*/
/*Phone: +38 (066) 178-56-44*/
/*Site: https://vk.com/gorbatenko1984*/


button:focus {
    outline: none;
}

#header {
    height: auto;
    position: relative;
}

.vg_logo {
    padding: 15px 0;
}

.menu__line {
    width: 100%;
    min-height: 50px;
    background: rgba(64, 157, 223, 1);
}

.navbar-brand {
    display: none;
}

.navbar.navbar-expand-lg.navbar-light {
    padding: 17px 0;
}

.nav-item a {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 15px;
}

.insider {
    width: 100%;
    min-height: 350px;
    background: #27292B !important;
}

.insider h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: rgba(231, 234, 237, 0.84);
}

.insider p{
    font-size: 0.75rem;
    color: rgba(231, 234, 237, 0.84);
}

.blue__block{
    background-color: #196ec9;
    color: #fff;
    padding: 15px;
    line-height: 35px;
    font-size: 30px;
}

.top-main-img{
    cursor: pointer;
    max-width: 100%;
    transition: .3s;
}

.top-main-img:hover{
    opacity: 0.75;
    transition: .3s;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 100%;
}

.footer__menu {
    width: 100%;
    min-height: 50px;
    background-color: #242526;
    border-bottom: 1px solid;
}

.footer{
    width: 100%;
    min-height: 120px;
    background-color: #242526;
    /*background: -moz-linear-gradient(top, rgba(75, 78, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75, 78, 80, 1)), color-stop(100%, rgba(0, 0, 0, 1)));*/
    /*background: -webkit-linear-gradient(top, rgba(75, 78, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
    /*background: -o-linear-gradient(top, rgba(75, 78, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(75, 78, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(75, 78, 80, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4e50', endColorstr='#000000', GradientType=0);*/
    display: flex;
    align-items: center;
	padding-top:25px;
	padding-bottom:25px;
}

.footer__info{
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.footer__info a{
    font-size: 14px;
    color: #ffffff;
}
.footer__info a:hover {
    color: #409DDF;
}

.footer__info_phone {
    display: flex;
    flex-direction: row;
	text-align:center !important;
}

.footer__info_phone_i{
    margin-right: 7px;
}

.our__car a{
    color: #454545;
}

.our__car_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom:35px;
}
.our__car_info-name { font-weight:bold; font-size:12pt; color:#333; } 

.our__car_info:hover .our__car_info-name { color:#1F7DD2; } 

p.homme { text-align:center; font-size:13pt; display:block; font-weight:bold; margin:20px auto; width:75%; border:2px solid #1F7DD2; background:#f5f5f5; padding:20px 30px; }

.car__img{
    display: flex;
    flex-direction: column;
}

.car__img-big{
    width: 100%;
}

.car__img_two{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.car__img-small{
    width: 48%;
}

.car__info_data span{
    font-weight: bold;
}

.car__info_table {
    /*overflow-x: auto;*/
    text-align: center;
}

.car__info_table .table-bordered th:first-child {
    width: 20%;
}

.contact__info_in {
    display: flex;
    font-size: 16px;
}
.contact__info_in a:hover {
    color:#409DDF;
}

.contact__info_phone i{
    margin-right: 7px;
}

.contact__info_head {
    margin-bottom: 7px;
}

.contact__info_text a{
    color: #454545;
}

.header__info{
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.header__info_phone a {
    color: #454545;
    font-weight: 700;
}
.header__info_phone a:hover {
    color: #409DDF;
}

.header__info_phone {
    display: flex;
    flex-direction: row;
    min-height: 30px;
    justify-content: flex-end;
    align-items: center;
}

.header__info_phone_i{
    margin-right: 7px;
}

.contact__info_phone svg {
    margin-right: 7px;
}



@media screen and (max-width: 768px) {
	p.homme { text-align:center; font-size:12pt; display:block; margin:20px auto; width:95%; border:2px solid #409DDF; background:#f5f5f5; padding:20px 30px; }
	.car__info_table table { font-size:9px !important; }
}