
BODY {
    font-family: roboto, verdana, sans-serif;
    font-size: 1em;
    background-color: #ffffff;
    color: #000;
}

.main_media {
    width: 100%;
    height: 491px;
    background-image: url('/images/mainbg1.jpg'); /* Путь к фото */
    background-size: cover; /* Растянуть на весь блок */
    background-position: center; /* По центру */
    background-repeat: no-repeat; /* Не повторять */
}

.inner_media {
    width: 100%;
    height: 105px;
    background-image: url(/images/inbg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header_top, .page, .footer_inner, .inner_media_content {
    width: 1115px;
    margin: 0 auto;
    /* padding: 20px 0 20px 0; */
    text-align: left;
}

.header_top_inner {
    display: flex;
}

.header_topmenu {
    display: flex;
    align-items: center;
    height: 95px;
}

.header_topdiver {
    width: 100%;
}

.header_topmenu_item {
    white-space: nowrap;
    margin: 0 10px 0 10px;
    font-size: 20px;
    color: #314d75;
}

.blocks {
    display: flex;
}

.blocks_item {
    margin: 0 20px 0 20px;
}

.footer {
    /* height: 200px; */
    min-height: 200px;
    background: #314d75;
}

.footer_inner {
    padding-top: 20px;
}

.footer_item_content {
    display: flex;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer_item_content a {
    color: white;
    text-decoration: none;

}

.footer_item_title {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer_item {
    margin: 0 50px 0 5px;
    min-width: 336px;
}

.footer_item_link {
    margin-bottom: 10px;
}

.footer_bottom {
    padding: 20px 0;
}

.footer_bottom_text {
    color: #aab3c1;
}

.footer_item.alignRight {
    text-align: right;
}

.footer_item_phone {
    font-size: 27px;
    margin-bottom: 24px;
}

.mainpage_content {
    padding: 40px 0px;
    font-size: 18px;
}

a.header_topmenu_item_link {
    text-decoration: none;
    color: #314d75;
}

.inner_media_content {
    height: 100%;
    display: flex;
    align-items: center;
}

.inner_media_content_title {
    color: white;
    font-size: 25px;
}

.nav_crumbs {
    margin: 20px 0px;
    color: #8a8a8a;
    display: flex;
}

.nav_crumbs_item, .nav_crumbs_item_diver {
    margin: 0px 5px 0 5px;
}

.nav_crumbs_item a {
    color: #8a8a8a;
    text-decoration: none;
}

.goods_list_item {
    width: 258px;
    padding: 3px;
    border: 1px solid #dddddd;
    margin: 0px 5px;
}

.goods_list {
    display: flex;
    flex-wrap: wrap;
}

.goods_list_item {
    width: 258px;
    padding: 3px;
    border: 1px solid #dddddd;
    margin: 5px 5px;

}

.goods_list_item a {
    text-decoration: none;
}

.goods_list_name {
    padding: 10px 15px;
    color: #416dad;
    text-decoration: none;
}

.goods_list_articul {
    padding: 10px 15px;
    font-size: 13px;
    color: black;
}

.goods_card_content {
    display: flex;
}

.goods_card_content_namearea {
    margin-left: 30px;
}

.goods_card_content_name {
    font-size: 25px;
    margin-bottom: 15px;
}

.goods_card_content_namearea {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: space-between;
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}

.w3-black, .w3-hover-black:hover {
    color: #000 !important;
    background-color: #ffffff !important;
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.w3-bar .w3-button {
    white-space: normal;
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    /*border: none;*/
    display: block;
    outline: 0;
    margin: 0px 5px 0px 0px;
}

.w3-container, .w3-panel {
    padding: 0.01em 16px;
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

.w3-border {
    /*border: 1px solid #ccc !important;*/
}

.w3-container, .w3-panel {
    padding: 0.01em 16px;
}

.picture, .city {
    display: none;
}

.w3-animate-opacity {
    animation: opac 0.8s;
}

.w3-container, .w3-panel {
    padding: 20px 20px;
}

.w3-container table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}

.w3-container table td {
    padding: 15px 20px;
}

.w3-container table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.w3-container table tr:nth-child(odd) {
    background-color: #ffffff;
}

.goods_storage {
    margin: 25px 0;
}

.goods_storage a {
    color: #314d75;
}

.request_form_content {
    width: 520px;
}

.accept_area {
    margin: 15px 0;
}

.form_input {
    margin-bottom: 20px;
}

.rubs_list {
    display: flex;
    margin-bottom: 30px;
}

.rubs_item {
    margin: 0px 10px;
    padding: 5px;
    border: 1px solid #dddddd;
}

.rubs_item a {
    color: #314d75;
    text-decoration: none;
}

.rubs_item_name {
    text-align: center;
}

.rubs_item_pic img {
    width: 180px;
}

.rubs_item.rubs_item_selected {
    border: 2px solid #284d9b;
}

.goods_list_image img {
    width: 253px;
}

#goods_descr, #goods_tech {
    border: 1px solid #ccc !important;
}


.w3-button {
    border: none;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.w3-button:hover {
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #dfdfdf;

}

button.w3-button {
    background-color: #f0f0f0;
}

.useful_area {
    margin: 40px 0px;
}

.useful_title {
    font-size: 26px;
    margin-bottom: 15px;
}

.useful_content_flex {
    display: flex;
}

.useful_pic_content {
    min-width: 450px;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    margin-right: 40px;
}

.useful_content_title {
}

.useful_content_title {
    font-size: 26px;
    margin-bottom: 15px;
}
.news_title_name {
  text-align: left;
  margin-bottom: 30px;
  font-size: 200%;
  color: navy;
}