.item {
    margin-top: 17px;
}

.items30 .item {
    margin-top: 30px;
}

.itemr {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-right: 17px;
}

form .itemr {
    box-shadow: none;
}

.items30 .itemr {
    margin-right: 30px;
}

.items {
    margin: -17px -17px 0 0;
}

.pt15 {
    padding-top: 17px;
}

.items30 {
    margin-top: -30px;
}

.item-content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.02);
    padding: 50px;
}

@media(max-width: 1260px) {
    .item-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(max-width: 991px) {
    .item-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .item-content {
        border-top: 7px solid #0d9bb3;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.equal .itemr, .equal .item-content, .equal .product {
    height: 100%;
}

.item-title {
    position: relative;
}

.item-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 7px;
    height: 100%;
    background-color: #0d9bb3;
}

@media(max-width: 1260px) {
    .item-title:before {
        left: -25px;
    }
}

@media(max-width: 767px) {
    .item-title:before {
        display: none;
    }
}

.item-title h4 {
    width: 100%;
    flex: 1 1;
    line-height: 1.3;
    text-align: left;
    padding-left: 25px;
    margin-top: 0;
}

@media(max-width: 1260px) {
    .item-title h4 {
        padding-left: 20px;
    }
}

@media(max-width: 767px) {
    .item-title h4 {
        flex: none;
        line-height: 1.35;
        text-align: center;
        padding-left: 0;
        padding-top: 20px;
    }
}

.item-content a {
    font-family: 'Helveticaneuecyr-Bold';
    color: #1e7bb8;
    text-decoration: underline;
}

.item-content a:hover {
    color: #000;
}

.left-icon {
    width: 79px;
}

@media(max-width: 767px) {
    .left-icon {
        width: auto;
        margin: 0 auto;
    }
}

.left-icon img {
    margin: 0 auto;
}

a.tsg-show-cat-link {
    text-decoration: none;
}