﻿.products {
    position: relative;
    /*border: 1px solid black;*/
}

/* Products Menu */
.products_menu {
    height: 280px;
    margin-bottom: 20px;
}

.products_menu > a {
    background-color: #4c637b;
    border: 1px solid #4c637b;
    color: white;
    display: block;
    text-decoration: none;
    width: 218px;
    height: 280px;
    margin-right: 19px;
    font: "Segoe UI Light", "Segoe UI";
    font-size: 14pt;
    float: left;
    padding: 0;
    /*padding: 5px 0 0 10px;*/
}

.products_menu a.last {
    margin-right: 0;
}

.products_menu .active {
    background-color: #efefef; /*white;*/
    color: black;
}

.products_menu span {
    display: block;
    text-align: center;
    /*width: 200px;*/
    height: 29px;
}

span.subtitle {
    font-size: 12pt;
}
    
.products_submenu {
    display: none;
    position: absolute;
    margin-top: 0px;
    margin-left: -1px;
    border: solid 1px #4c637b;
    width: 218px;
    background-color: white;
}

.products_menu .first:hover .products_submenu {
    display: block;
    color: black;
}

.first {
    background-color: #4c637b;
    border: 1px solid #4c637b;
    color: white;
    width: 218px;
    height: 280px;
    margin-right: 19px;
    font: "Segoe UI Light", "Segoe UI";
    font-size: 14pt;
    float: left;
    /*padding: 5px 0 0 10px;*/
    cursor: pointer;
}

.products_submenu > li {
    font-size: 11pt;
    padding: 5px 0 5px 10px;
    
}

.products_submenu li a {
    text-decoration: none;
    color: black;
}

.products_submenu li a:hover {
    color: #4c637b;
}

/* Список продуктов */
#category_title {
    font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0px;
    margin: 0;   
}

.item_products {
    /*border-bottom: 1px solid #4c637b;*/
    padding-bottom: 8px;
}

.item_products a {
    text-decoration: none;
    color: #4c637b;
}

/*.item_products h1 {
    font: "Segoe UI";
    font-size: 12pt;
    font-weight: 400;
    padding: 5px 0 8px 0;
}*/

.item_products h3 {
    padding: 5px 0 5px 0;
}

.item_products p {
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:1.2em;
}



/* _____________________________________ */

#item_to {
    /*border: 1px solid black;*/
    position: relative;
    background-color: #FFF;
}

/* image */
.image_tokt {
/*    border: 1px solid #000;*/
    margin-bottom: 30px;
/*    height: 400px;*/
    overflow: hidden;
}

#text_tokt {
/*    border-bottom: 2px solid #0078B1;*/
    border-bottom: 2px solid #7f8c8d;
    padding-left: 65px;
    padding-bottom: 2px;
    overflow: hidden;
    font-family:  "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500; 
    color: #34495e;
}

.image_tokt img {
/*    position: relative;
    top: -400px;
    right: 0px;
    */
    padding-top: 0px;
    /*height: 400px;*/
    width:  488px;
}

/* Tabs */
.tabs { 
/*    border: 1px solid #000;*/
    position: relative; 
    min-height: 320px;  
    clear: both; 
    margin-bottom: 20px; 
}
 
.tab { 
    float: left; 
}

.tab label { 
    background: #7f8c8d;
    color: white;
    padding: 10px; 
    border: 2px solid #7f8c8d;
    margin-left: -1px;
    margin-right: 3px; 
    position: relative; 
    left: 1px; 
    
/*    font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;*/
    font-size: 16px;
/*    font-weight: bold;*/
}

.tab [type=radio] { 
    display: none; 
}
 
.content { 
    position: absolute; 
    top: 29px; 
    left: 0; 
    background: white; 
    right: 0; 
    bottom: 0; 
    padding: 20px; 
    border: 2px solid #7f8c8d;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.content p {
    padding-bottom: 10px;
}

.content ul li ul {
    margin-bottom: 0;
}

    .content ul li ul li {
        list-style: circle;
    }

[type=radio]:checked ~ label { 
    color: black;
    background: white; 
    border-bottom: 0px solid white; 
    z-index: 2; 
}
 
[type=radio]:checked ~ label ~ .content { 
    z-index: 1; 
} 

.block_with_image {
    /*border: 1px solid black;*/
}

#request_price {
    position: absolute;
    top: 0;
    right: 0px;
}

a.ref_button {
    background-color: #4c637b;
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: white;
    padding: 5px 7px 7px 7px;
    width: auto;
}

#request_price a{
    font-weight: normal;
}

.request_price p {
    font-size: 1.1em;
}