body {
    margin: 0;
    background: #e0e0e0;
    font-family: Arial, Verdana,  sans-serif; /* Семейство шрифтов */
    }

.layout {
    width: 680px;
    height: 870px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
    background: #ffffff;
    }

.header {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 30px;
    height: 96px;
    font-weight: 500;
    font-size: 27px;
    text-align: center;
    color: #444444;
    }

a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
    color: #444444;
    }

.breadcrumbs {
    position: relative;
    left: 0;
    top: 0;
    height: 46px;
    font-size: 15px;
    color: #444444;
    }

.tablobox {
    position: relative;
    left: 0;
    top: 0;
    width: 680px;
    padding: 0px; /* Поля вокруг текста */
    }

.hr {
    color: #e4e4e4;
    }

.object {
    position: relative;
    left: 0;
    top: 0;
    width: 680px;
    height: 35px;
    padding-top: 20px;
    }
    
.obj_name {
    font-size: 16px;
    color: #545454;
    }
    
.obj_numb {
    font-weight: bold;
    font-size: 16px;
    color: #202325;
    }

.obj_numb_1 {
    font-weight: bold;
    font-size: 16px;
    color: #2070ff;
    }

.obj_numb_2 {
    font-weight: bold;
    font-size: 16px;
    color: #ff2325;
    }

.zonesbox {
    position: relative;
    left: 0;
    top: 0;
    width: 680px;
    padding-bottom: 30px; /* Поля вокруг текста */
    }

.zone {
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    margin-bottom: 10px;
    background: #d9d9d9;
    border-radius: 2px;
    display: inline-block;
    }

.zone_name {
    font-size: 15px;
    color: #444444;
    }
    
.zone_numb {
    font-weight: bold;
    font-size: 15px;
    color: #202325;
    }

.zone_numb_1 {
    font-weight: bold;
    font-size: 15px;
    color: #2070ff;
    }

.zone_numb_2 {
    font-weight: bold;
    font-size: 15px;
    color: #ff2325;
    }

.space {
    position: relative;
    left: 0px;
    top: 0px;
    width: 15px;
    display: inline-block;
    }
    
.box {
    position: relative;
    left: 0px;
    top: 60px;
    margin-top: 30px;
    width: 680px;
    height: 85px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px;
    }

.infosign {
    position: relative;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 60px;
    float: left;
    background: #ffffff;
    }
    
.infotext {
    position: relative;
    left: 0;
    top: 0;
    width: 580px;
    float: left;
    padding-top: 8px;
    padding-left: 18px;
    font-size: 15px;
    color: #444444;
    }

.copyright {
    position: relative;
    left: 0;
    top: 10px;
    width: 680px;
    padding-top: 120px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    }