/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.logo-row .top-description{
    padding: 20px 0 0 37px;
}
.logo-row .top-callback .phone .phone-number{
    display: flex;
    align-items: center;
}
.logo-row .top-callback{
    padding: 20px 0 0;
}
.logo-row .top-callback .callback{
    padding-top: 10px;
}
header.fixed .logo-row .top-callback{
    padding-top: 0;
}
header.fixed .logo-row .top-callback .email{
    margin-top: 8px;
}
.topmenu-DARK .menu-row{
    background-color: #24479A;
}
.topmenu-DARK .mega-menu table td .wrap > a:hover{
    background-color: #1a3473;
}
footer .info .phone{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banners-big .btn-default{
    background-color: #1F429F;
}
.banners-big .btn-default:hover, .banners-big .btn-default:active, .banners-big .btn-default:focus,
.banners-big .btn-default.white:hover, .banners-big .btn-default.white:active, .banners-big .btn-default.white:focus{
    background-color: #34519f;
    border-color: #34519f;
    color: #fff!important;
}
.banners-big .btn-default.white{
    color: #1F429F!important;
    background-color: #fff;
}
.banners-big .slides .text-block ul{
    list-style: outside;
    padding-left: 17px;
}
.complect-item__title{
    font-weight: bold;
    font-size: 14px;
}
.complect-item__image{
    max-width: 170px;
}
.complect-item__row{
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .logo-row .top-callback .phone {
        top: -57px;
    }
    .complect-item__row{
        display: flex;
        flex-direction: column-reverse;
    }
    .complect-item__row{
        margin-bottom: 30px;
    }
}
@media(min-width: 768px){
    footer .info .phone{
        justify-content: flex-start;
    }
    .complect-item__image{
        max-width: 100%;
    }
}


.table-responsive{
    max-width: 100%;
    overflow: auto;
}
.tablePrice{
    font-weight: bold;
    text-align: left;

}
.blueRow{
    color: red;
    text-align: center;
    font-weight: bold;
}
.tableRowBackground{
        background: #a6c2e6!important;
}
.tableRowPrice{
    background: #a6c2e6!important;
    text-align: left;

}
.orangeCell{
    font-weight: bold;
    text-align: center;
}

.orangeCellBackground{
    background:#FCD5B4!important;
}

.tablePicture{
    text-align: center;
    vertical-align: middle!important;
}
.marg-top{
    margin-top: 35px;
    width: 100%;
    height: 157px;
}
.myTable{
    padding: 0;
}
.myTable td{
    text-align: left;
    vertical-align: top;
}
@media(max-width: 855px){
    .logo-row .top-callback .phone {
        font-size: 18px;
    }
}
@media(max-width: 817px){
    .logo-row .top-callback .phone {
        font-size: 15px;
    }
}
.developer a{
	transition: .3s;
	color: #f00;
}
.developer a:hover {
	opacity:0.7;
	transition: .3s;
}