
/************************************************
 * Custom styles
 ************************************************/
.techno .header-body {
    padding: 6px 0 3px;
}
 .techno .header-body__contact {
     padding-top: 10px;
 }
 .techno .header-body__basket{
     margin-top: 10px;
 }
.techno .header-body .contact__phone {
  font-size: 26px;
  line-height: 29px;
}

/* #37191 */
.promocode-link a {
    color: #fff;
    background: #8B0506;
    display: inline-block;vertical-align: middle;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    font-size: 22px;
    line-height: normal;
    padding: 5px 17px 3px 17px;
    cursor: pointer;
    text-decoration: none;
}
.promocode-link a:hover {
    color: #fff;
    background: #6f0405;
}


/************************************************
 * Images
 ************************************************/

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

.techno #scrollup {
    bottom: 8%;
}