
/************************************************
 * Custom styles
 ************************************************/
.techno .header-body__logo .logo {
    padding-top: 6px;
}
.techno .header-body { 
    padding: 10px 0 38px;
}
.techno .header-body__logo {
    width: 20%;
}
.techno .header-body__contact {
    width: 55%;
}
.techno .header-body__basket {
    width: 20%;
    margin-top: 5px;
}
.techno .header-cap-menu__inner {
    width: 78%;
    margin-bottom: 10px;
}
.techno .header-cap__menu .menu__link {
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
    font-size: 15px;
    color: #4889B5;
}
.techno .header-cap-search__inner {
    width: auto;
    margin: 16px 0 0 0;
}
.techno .header-cap-search__inner .search__input {
    display: block;
    padding: 12px 19px 13px 19px;
    border: 1px solid #70706E;
    border-radius: 5px;
    background: #F6F5F3;
    font-size: 15px;
}

.techno .header-cap-search__inner .search__submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 89px;
    height: auto;
    text-indent: 0;
    background: #dcdcdc;
    border-radius: 5px;
    color: #70706E;
    text-align: center;
    border: 1px solid #b7b7b7;
    font-size: 15px;
}
.techno .header-cap-search__inner .search__holder {
    padding-right: 98px;
}

div.slogan {
    font-size: 24px;
    font-style: italic;
    color: #FF26BA;
    margin-bottom: 5px;
}
.cabinet {
    margin-top: 20px;
    font-size: 14px;
}
div.cabinet a {
    border-bottom: 1px dotted black;
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 976px) {
    
    div.slogan {
        font-size: 18px;
        line-height: 18px;
    }
    
    .techno .header-body__contact {
        width: 75%;
        display: block;
    }   
    .techno .header-body {
        padding-bottom: 0px;
    }
    
    .techno .header-body .contact__time {
        font-size: 12px;
    }
    .techno .header-body__logo .logo img {
        max-width: 100%;
        max-height: 100%;
    }
    
}

@media screen and (max-width: 640px) {
    .techno .header-body__logo {
        width: 25%;
    }
    .techno .header-body__contact {
        width: 70%;
    }       
}

.techno .catalog-menu_top .catalog-menu__link {
    padding: 0 16px;
}

.techno .main-content__inner {
    padding: 15px 0px 50px 15px;
}
.techno .main-banner-block {
    position: relative;
}
.techno .main-banner-block__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 17px 0px 17px;
    position: absolute;
    bottom: 10px;
    text-shadow: -1px -1px 4px #ffffff, 1px -1px 4px #ffffff, -1px 1px 4px #ffffff, 1px 1px 4px #ffffff;
    color: white;
}
.techno .main-banner-block__title a  { 
    text-decoration: none;
}
.techno .catalog_subcatalog__item {
    height: 300px;
    position: relative;
}
.techno .catalog_subcatalog__item img {
    max-height: 236px;
}

.techno .catalog_subcatalog__section {
    margin: 0 0 10px 0;
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    text-align: center;
    width: 93%;
    line-height: 16px;
}

.techno .unit.unit_badge_new {
    border-width: 1px;
    border-radius: 2px;
    margin: 4px;
    border-color: #dadada;
}

table.buy__radio-buttons tr {
    background-color: #fff
}

table.buy__radio-buttons tr:nth-child(even) {
    background-color: #f5f5f5
}

tr.buy__goods-price-str {
    vertical-align: top;
}
tr.buy__goods-price-str td {
    padding: 5px;
}

.techno .buy__price_type_radio {
    font-size: 14px;
}
span.buy__price_type {
    color: #000;
}
.techno .buy__price_radio {
    font-size: 19px;
    padding: 0;
    margin: 0;
    line-height: 19px;
}
.techno .buy__price_radio .buy__price-old_radio, .techno .buy__price_radio .buy__price_radio__discount {
    font-size: 14px;
    font-weight: normal;
    color: green;
}
.promocode-link a {
    border: none;
    display: inline-block;
    border-radius: 3px;
    padding: 0 9px;
    color: white;
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 20px;
    line-height: 34px;
    text-decoration: none;
    background-color: #f6a452;
}

.promocode-link a:hover {
    color: white;
}
/************************************************
 * Images
 ************************************************/

.techno .content-block {
    background: url("/images/layout.jpg") no-repeat 50% 0;
}
