@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

div {
    display: block;
    position: relative;
}

img {
    border: 0 none;
    font-size: 0;
    line-height: 0;
}

ul {
    list-style: none;
}

p,
h1,
h2,
h3,
h4 {
    text-align: left;
}

.clr:after {
    clear: both;
    content: '';
    font-size: 0;
    line-height: 0;
    display: table;
    width: 100%;
    height: 0;
}

.clr:before {
    clear: both;
    content: '';
    font-size: 0;
    line-height: 0;
    display: table;
    width: 100%;
    height: 0;
}

.hide,
.hidden {
    display: none !important;
    visibility: hidden;
}

html,
body {
    background: #fff;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #555;
}

.overflow-hidden {
    overflow: hidden;
}

/* header */
.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #eee;
    z-index: 10;
}

.header .headerWr {
    display: flex;
    align-items: center;
    width: 1024px;
    margin: 0 auto;
}

.header .headerLogo {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    background: url('/templates/arenda_home/img/logo_s.png') 50% 50% no-repeat transparent;
    background-size: 60px;
    width: 60px;
    height: 60px;
}

.header .headerLogo:hover {
    opacity: .8;
}

.header .headerNavigation {
    display: block;
    position: relative;
    padding: 20px 0;
    margin: 0 auto;
}

.header ul {
    display: flex;
    align-items: center;
}

.header ul li {
    display: block;
    position: relative;
}

.header ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 55px;
    height: 55px;
    color: #157ab5;
    padding: 0 10px;
}

.header ul li a:hover {
    background: #f5f5f5;
    color: #555;
}

.header .contactPhones {
    display: block;
    position: relative;
}

.header .vel,
.header .mts {
    display: block;
    position: relative;
    padding: 0 0 0 24px;
    line-height: 18px;
    margin-bottom: 5px;
}

.header .vel {
    background: url('/templates/arenda_home/img/vel.png') 0 0 no-repeat transparent;
}

.header .mts {
    background: url('/templates/arenda_home/img/mts.png') 0 0 no-repeat transparent;
}

.header .big {
    font-size: 18px;
    font-weight: bold;
}

/* banner */
.bigBanner {
    display: block;
    position: relative;
    width: 1024px;
    height: 260px;
    margin: 130px auto 25px;
    overflow: hidden;
    border-radius: 5px 5px;
}

.bigBanner img {
    width: 1110px;
    height: 260px;
    opacity: .9;
}

.bigBanner h3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    margin: -35px 0 0 -300px;
    color: #fff;
    text-shadow: 0 0 15px #333;
    font-size: 31px;
    text-align: center;
    font-weight: normal;
}

.bigBanner + .content {
    margin-top: 0;
}
/* footer */

.footer {
    display: block;
    position: relative;
    width: 1024px;
    margin: 0 auto 25px;
}
.footer h4 {
    padding: 0 0 10px;
    font-weight: normal;
    font-size: 14px;
}
.footer h4,
.footer p {
    text-align: center;
}
.footer p {
    font-size: 12px;
    padding: 0 0 10px;
}

/* content */
.content {
    display: block;
    position: relative;
    width: 1024px;
    margin: 130px auto 25px;
}
.content .contentWr {
    display: flex;
}
.content .contentL {
    width: 275px;
    flex-shrink: 0;
}
.content .contentR {
    width: calc(100% - 275px);
    flex-shrink: 0;
}
.contentWr main article h1,
.contentWr main article h2,
.contentWr main article h3 {
    border-bottom: 1px solid #f1f1f1;
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 15px;
    white-space: pre-line;
    line-height: 26px;
    padding: 12px 5px 13px;
}
.contentWr main article p {
    padding: 0 5px 10px;
    text-align: justify;
    line-height: 21px;
}
.contentWr main article p a {
    text-decoration: underline;
    color: #157ab5;
}
.contentWr main article p a:hover {
    text-decoration: none;
}
.contentWr main article ul li {
    display: block;
    position: relative;
    padding: 0 5px 5px;
    line-height: 21px;
}
.contentWr main article ul li a {
    text-decoration: underline;
    color: #157ab5;
}
.contentWr main article ul li a:hover {
    text-decoration: none;
}
.contentWr main .contentFeed article {
    float: left;
    width: 280px;
    min-height: 210px;
    margin: 0 15px 15px;
}
.contentWr main .contentFeed article h2 {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}
.contentWr main .contentFeed article p {
    font-size: 12px;
}
.contentWr .catalog {
    display: block;
    position: relative;
    width: 250px;
    margin: 0 25px 25px 0;
    float: left;
}
.contentWr .catalog h2 {
    display: block;
    position: relative;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    border-bottom: 1px solid #f1f1f1;
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0 5px;
}
.contentWr .catalog li {
    display: block;
    position: relative;
    padding: 0 5px 5px;
    line-height: 21px;
}
.contentWr .catalog li a {
    text-decoration: underline;
    color: #157ab5;
}
.contentWr .catalog li a:hover {
    text-decoration: none;
}
/* selElements */
.selElements {
    display: flex;
    flex-wrap: wrap;
}

.selElements:before,
.selElements:after {
    display: none;
}

.selElements a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #f1f1f1;
    margin: 0 15px 15px 0;
    width: calc(50% - 40px);
    background: linear-gradient(to top, #f7f7f7, #fff);
}

.selElements a:nth-child(even) {
    margin-right: 0;
}

.selElements a:hover {
    box-shadow: 0 0 5px #ccc;
}
.selElements a .title {
    font-weight: bold;
    color: #157ab5;
    display: block;
    position: relative;
    margin: 0 155px 15px 0;
    font-size: 16px;
}
.selElements a .descriprion {
    color: #555;
    display: block;
    position: relative;
    margin: 0 155px 15px 0;
    font-size: 15px;
}
.selElements a .price {
    color: #555;
    font-weight: bold;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.selElements a .price span {
    color: #b73232;
}
/* skidka fix */

.selElements a.skidka .price span {
    text-decoration: line-through
}
.selElements a.skidka .price span:after {
    content: '';
    width: 50px;
    height: 18px;
    display: inline-block;
    background: 0 0 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="25"><text x="5" y="18" style="font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 18px; stroke: green; fill: black; ">-50%</text></svg>') no-repeat;
}
/* end of skidka fix */

.selElements a .price b {
    color: red;
}
.selElements a .img {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 145px;
    overflow: hidden;
}
/* product */

.contentWr main article p.img {
    text-align: center
}
.contentWr main article .table {
    border: 1px solid #f5f5f5;
    background: #f1f1f1;
    display: block;
    position: relative;
}
/* add logo */

.selElements a .descriprion {
    height: 70px;
    overflow: hidden;
    width: 180px;
    text-overflow: ellipsis;
}
.selElements a .title {
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
    
    overflow: hidden;
    height: 55px;
}
.selElements .selElementsItem {
    height: 175px;
}
/* fixes */

article p b,
article p strong,
article p span {
    font-weight: normal !important;
}
article.extPhones {
    background: url('/media/images/buildtoolsSMALL.png') 0 0 no-repeat transparent;
    background-size: 150px;
    height: 150px;
}
article.extPhones p {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: red;
    padding: 59px 0 0 165px !important;
}
/* skidka */

.selElementsItem.skidka {
    border-color: #76ba6b;
    background: linear-gradient(to top, #ebfce8, #fff);
}
.selElementsItem.skidka::after {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: -18px;
    width: 35px;
    height: 35px;
    background: url('img/skidka.png') 0 0 no-repeat transparent;
    font-size: 0;
    line-height: 0;
}
.selElements a .img img {
    width: 145px !important;
    /* height:auto !important;*/
    
    max-height: 155px;
}

.contentWr main article .twoImg:before,
.contentWr main article .twoImg:after,
.contentWr main article .threeImg:before,
.contentWr main article .threeImg:after,
.contentWr main article .oneImg:before,
.contentWr main article .oneImg:after {
    display: none;
}

.contentWr main article .twoImg,
.contentWr main article .threeImg,
.contentWr main article .oneImg {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 0 0 10px !important;
}
.contentWr main article .oneImg i {
    display: block;
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 100%;
}
.contentWr main article .twoImg i {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.contentWr main article .threeImg i {
    display: block;
    position: relative;
    overflow: hidden;
    height: 160px;
}
.contentWr main article .twoImg i img,
.contentWr main article .threeImg i img,
.contentWr main article .oneImg i img {
    width: 100%;
    height: 100%;
}
.contentWr main article .twoImg i {
    width: 410px;
    border: 1px solid #f1f2f3;
}
.contentWr main article .twoImg i:first-child {
    margin-right: 10px;
}
.contentWr main article .threeImg i {
    width: 270px;
    border: 1px solid #f1f2f3;
    margin-right: 9px;
}
.contentWr main article .threeImg i:last-child {
    margin-right: 0 !important;
}
.contentWr main article .oneImg i {
    border: 1px solid #f1f2f3;
}

.contentHeadBlock p.img::after,
.oneImg i::after,
.twoImg i::after,
.threeImg i::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    background: url('/media/logo_bw.png') 50% 50% no-repeat transparent;
}
/* fixes 20 feb 2017 */

.contentWr main article .contentHeadBlock {
    display: flex;
    position: relative;
    overflow: hidden;
}

.contentWr main article .contentHeadBlock:before,
.contentWr main article .contentHeadBlock:after {
    display: none;
}

.contentWr main article .contentHeadBlock p.img {
    display: block;
    position: relative;
    width: calc(50% - 10px);
}
.contentWr main article .contentHeadBlock p.img img {
    max-width: calc(100% - 10px);
    max-height: 250px !important;
}
.contentWr main article .contentHeadBlock span.chTech {
    display: block;
    position: relative;
    width: calc(50% - 10px);
    padding: 2px 2px;
    border: 1px solid #f5f5f5;
    background: #f1f1f1;
}
.contentWr main article .contentHeadBlock span.chTech table {
    table-layout: fixed;
}
.contentWr main article .contentHeadBlock span.chTech table tr:first-child td {
    line-height: 21px;
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    background: #f1f1f1;
}
.contentWr main article .contentHeadBlock span.chTech table tr td {
    line-height: 21px;
    height: 41px;
    text-align: left;
    font-size: 16px;
    background: #fff;
    padding: 0 10px;
    border-bottom: 2px solid #f1f1f1;
}
.contentWr main article .contentHeadBlock span.chTech table tr:last-child td {
    border-bottom: 0 none;
}
.contentWr main article .contentHeadBlock span.chTech table tr td:first-child {
    font-weight: bold;
}
.contentWr main article .table table {
    table-layout: fixed;
}
.contentWr main article .table tr td {
    background: #fff;
    text-align: center;
    height: 30px;
    vertical-align: middle;
}
.contentWr main article .table tr td.tableRed {
    color: red !important;
    font-weight: bold;
}
.contentWr main article .table table tr:first-child td {
    height: 30px;
    vertical-align: middle;
    text-align: center;
    background: #f1f1f1 !important;
    font-weight: bold;
}
.contentWr main article .table tr:first-child td span {
    font-weight: bold;
}
article.notice {
    display: block;
    position: relative;
    background: #fffcd7;
    padding: 25px 25px 15px;
    border-radius: 2px 2px;
    box-shadow: 0 0 5px #f1f2f3;
}
article.notice p.strongNotice {
    font-weight: bold !important;
}
/* dopStuff  */

.dopStuff a {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 190px;
    margin: 0 15px 15px 0;
    text-decoration: none;
}
.dopStuff a .dsImg {
    width: 200px;
    height: 200px;
    margin: 0 0 15px;
    overflow: hidden;
    display: block;
    position: relative;
}
.dopStuff a .dsImg img {
    width: 100%;
}
.dopStuff a .dsDesc {
    display: block;
    position: relative;
    text-decoration: underline;
    color: #157ab5;
}
.dopStuff a:hover .dsDesc {
    text-decoration: none;
}

.mobileHeader {
    display: none;
}

/* new */
.newsWr article {
    display: block;
    position: relative;
    float: left;
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
}

.newsWr h2 a {
    color: #157ab5;
    text-decoration: underline;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsWr h2 a:hover,
.newsWr h2 a:focus {
    text-decoration: none;
}

.newsWr p.newsImg {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
    padding: 0 0 0 0;
    margin: 0 0 15px;
}

.newsWr p img {
    width: 100%;
}

article h2 a {
    color: #157ab5;
    text-decoration: underline;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

article h2 a:hover,
article h2 a:focus {
    text-decoration: none;
}

.breadcrumbs {
    display: none;
}

/* mobile css */
@media screen and (min-width: 320px) and (max-width: 1023px) {
    body {
        min-width: 100%;
    }

    .header {
        display: none;
    }

    .bigBanner {
        display: none;
    }

    .footer {
        width: auto;
        padding: 15px 15px 5px;
        margin: 0 0 0 0;
        background: #f7f7f7;
    }

    .footer h4 {
        width: auto;
    }

    .footer p {
        visibility: hidden;
        display: none;
    }

    .footer h4 {
        font-size: 12px;
        font-weight: bold;
    }

    .content {
        width: auto;
        margin: 0 0 0 0;
        overflow: hidden;
        padding-top: 65px;
    }

    .content .contentWr {
        width: auto;
        display: flex;
        position: relative;
        justify-content: flex-end;
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .content .contentL,
    .content .contentR {
        display: block;
        position: relative;
        overflow: hidden;
        width: auto;
        padding: 0 10px 0;
    }

    .contentWr main article p {
        font-size: 14px;
        text-align: left;
    }

    .contentWr aside li {
        font-size: 14px;
        line-height: 18px;
    }

    .extPhones {
        display: none;
    }

    /* mobile header */
    .mobileHeader {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 60px;
        background: #eee;
        border-bottom: 1px solid #f7f7f7;
    }

    .mobileHeader .additionalPhones {
        display: block;
        position: absolute;
        top: 10px;
        left: calc(50% - 75px);
    }

    .mobileHeader .additionalPhones a {
        display: block;
        position: relative;
        text-decoration: underline;
        color: #157ab5;
    }

    .mobileHeader .additionalPhones a + a {
        margin-top: 5px;
    }

    .mobileHeader .mLogo {
        background: url('/templates/arenda_home/img/logo_s.png') 0 0 no-repeat transparent;
        width: 50px;
        height: 50px;
        background-size: 50px;
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 0;
        line-height: 0;
        color: transparent;
    }

    .mobileHeader .showMenu {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        text-decoration: none;
        font-size: 0;
        line-height: 0;
        background: url(/templates/arenda_home/img/show-menu-ico.png) 5px 5px no-repeat transparent;
        overflow: hidden;
        background-size: 40px;
    }

    .mobileHeader .showMenu.closeMenu {
        background: url(/templates/arenda_home/img/close-menu-ico.png) 5px 5px no-repeat transparent;
        background-size: 40px;
    }

    .overlay {
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .mMenuWr {
        display: block;
        position: relative;
        background: #f7f7f7;
    }

    .mMenuWr li {
        display: block;
        position: relative;
        border-top: 1px solid #f1f1f1;
    }

    .mMenuWr a {
        display: block;
        position: relative;
        height: 59px;
        line-height: 59px;
        text-align: center;
        text-decoration: none;
        color: #157ab5;
        font-size: 18px;
    }

    .mMenuWr .alert {
        display: block;
        position: relative;
        background: #f1f1f1;
        padding: 15px 15px;
        font-size: 14px;
        text-align: center;
    }

    .cMap {
        display: none;
    }

    /* card */
    .selElements a {
        width: auto;
        overflow: hidden;
        height: 130px !important;
        margin-right: 0;
        /* min-width: 265px; */
        
        float: none;
    }
    .selElements a .title {
        overflow: hidden;
        height: 21px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 0;
    }
    .selElements a .descriprion {
        font-size: 12px;
        margin-right: 0;
        width: 180px;
        height: 60px;
        overflow: hidden;
        line-height: 16px;
    }
    /* product */
    
    .contentWr main article .table tr td {
        font-size: 14px;
    }

    .contentWr main article .table tr td:last-child {
        display: none;
    }

    .contentWr main article .contentHeadBlock {
        flex-direction: column;
    }

    .contentWr main article .contentHeadBlock p.img,
    .contentWr main article .contentHeadBlock span.chTech {
        float: none;
        width: auto;
    }
    .contentWr main article .contentHeadBlock span.chTech table tr td {
        font-size: 14px;
    }
    /* fixes */
    
    .contentWr main article p.twoImg i,
    .contentWr main article p.threeImg i {
        display: none;
    }
    .contentWr main article p.oneImg i,
    .contentWr main article p.twoImg i:first-child,
    .contentWr main article p.threeImg i:first-child {
        display: block;
        width: auto;
        margin: 0 0 0 0;
        height: 250px;
    }
    .contentWr main article .contentHeadBlock p.img {
        border: 1px solid #f1f1f1;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .newsWr article {
        width: 100%;
        margin-right: 0;
    }

    .selElements {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .breadcrumbs {
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.5;
        padding: 0 2px;
    }

    .breadcrumbs a {
        text-decoration: underline;
        color: #157ab5;
    }

    .breadcrumbs i {
        padding: 0 5px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .selElements a .img,
    .selElements a .img img {
        width: 75px !important;
    }
    .selElements a .title {
        width: 180px;
    }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
    .selElements a .img,
    .selElements a .img img {
        width: 120px !important;
    }
    .selElements a .title {
        width: 300px;
    }
}
