/****************************************************
  *
  * Скидки и акции - modul-sale-vr1__rl1
  *
*****************************************************/

.modul-sale-vr1__rl1 {
    background: #edf4ff;
    padding: 40px 20px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.sale-date {
    font-size: 12px;
    background: rgb(58,82,152);
    background: -moz-linear-gradient(45deg, rgba(58,82,152,1) 0%, rgba(46,65,122,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(58,82,152,1) 0%, rgba(46,65,122,1) 100%);
    background: linear-gradient(45deg, rgba(58,82,152,1) 0%, rgba(46,65,122,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5298",endColorstr="#2e417a",GradientType=1);
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 4px 14px;
    margin-bottom: 30px;
}

.sale-desc {
    font-size: 18px;
    margin-bottom: 40px;
}

.sale-conditions ul.ul-def:before,
.sale-conditions ul.ul-def:after {
    content: '';
    display: table;
    width: 100%;
}

.sale-conditions ul.ul-def li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 40px;
    margin-bottom: 40px;
}

.sale-conditions ul.ul-def li:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -7px;
    background-color: #3a5298;
    background-image: url("../images/icons/success.svg");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.sale-conditions ul.ul-def li:nth-child(2n+1) {
    clear: both;
}

.sale-action .btn-link {
    background-color: #d0def5;
}

.sale-action .btn-transparent {
    background-color: transparent;
}

/****************************************************
  *
  * Категории и товары с изображением - modul-catimg-vr1__rl1
  *
*****************************************************/

.modul-catimg-vr1__rl1 {
    position: relative;
}

.modul-catimg-vr1__rl1:before {
    content: '';
    width: 380px;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    left: -90px;
    background: url("../images/icons/sale-grey.svg") no-repeat left;
}

.modul-catimg-vr1__rl1 .majordev-catalog {
    position: relative;
    z-index: 2;
}

.modul-catimg-vr1__rl1 li {
    padding: 20px 0;
}

.modul-catimg-vr1__rl1 li a {
    display: table;
    width: 100%;
    font-weight: 300;
}

.modul-catimg-vr1__rl1 li a .icons {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}

.modul-catimg-vr1__rl1 li a .icons img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.modul-catimg-vr1__rl1 li a .name {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    padding-left: 20px;
}

/****************************************************
  *
  * Тизер новости Сетка - modul-catimg-vr1__rl1
  *
*****************************************************/

.article-item-grid {
    margin-bottom: 40px;
}

.row-article-grid {
    padding-top: 60px;
}

.article-item-grid a {
    display: block;
    border-radius: 10px;
    background: #f3f3f3;
    overflow: hidden;
}

.post-item-color a {
    background: none;
}

.article-image {
    width: 100%;
    height: 200px;
    background: #456cac;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.article-name {
    display: table;
    width: 100%;
    padding: 0 20px;
    height: 70px;
}

.article-name .middle {
    display: table-cell;
    vertical-align: middle;
}

.article-date {
    padding: 20px;
}

.article-item-grid .sale-desc {
    margin-bottom: 0;
    color: #000;
    padding: 0 20px;
    font-size: 14px;
}

.post-item-color .sale-desc {
    color: #fff;
}

.article-item-grid.post-item-color {
    border-radius: 10px;
}

span.date {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    padding-left: 20px;
    color: #8a8a8a;
}

span.date:before {
    content: '';
    background: url("../images/icons/date.svg") no-repeat center;
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -6px;
}

/****************************************************
  *
  * О компании на главной
  *
*****************************************************/

.row-about-mini {
    padding-top: 60px;
}

.row-about-mini .col-60 {
    font-weight: 300;
}

.sub-title {
    color: #ccc;
    font-size: 14px;
}

.row-about-mini .sub-title a {
    color:#456cac;
    font-size: 14px;
}

.row-about-mini .navigation-about {
    font-size: 14px;
    font-weight: 300;
}

.modul-info-vr1__rl1 {
    position: relative;
}

.modul-info-vr1__rl1 .row-column {
    margin: 0;
}

.modul-info-vr1__rl1 .row-column .inner-column {
    margin: 0;
}

.modul-info-vr1__rl1 .column-blue .inner-column {
    background: #456cac;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.modul-info-vr1__rl1 .column-blue:before {
    content: '';
    position: absolute;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 0;
    background: #456cac;
    border-radius: 10px;
}

.modul-info-vr1__rl1 .column-blue .inner-column a {
    color: #fff;
}

.modul-info-vr1__rl1 .column-grey {
    position: relative;
    z-index: 2;
}

.modul-info-vr1__rl1 .column-grey .inner-column {
    background: #f5f7fa;
    border-radius: 10px;
    padding: 40px 40px 20px 40px;
}

.modul-info-vr1__rl1 .logo {
    max-width: 60px;
    margin-bottom: 40px;
}

.modul-info-vr1__rl1 .logo img {
    display: block;
    width: 100%;
}

.modul-info-vr1__rl1 .desc {
    font-size: 14px;
    line-height: 1.5;
}

/****************************************************
  *
  * Навигационная цепочка
  *
*****************************************************/

.row-breadcrumbs {
    padding-top: 0;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}

.navigation-breadcrumbs .nav-left li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.navigation-breadcrumbs .nav-left li+li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/icons/right-arrow_bl.svg) no-repeat center;
    left: -15px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
}

.navigation-breadcrumbs .nav-left li {
    line-height: 28px;
}

.navigation-breadcrumbs .nav-left li a {
    color: #7d7d7d;
    line-height: 28px;
    display: block;
}

.majordev-chapter {
    position: relative;
}

.majordev-chapter:hover .majordev-chapter-nav {
    display: block;
}

.majordev-chapter a.chapter-bnt {
    display: inline-block;
    border-radius: 3px;
    padding-left: 35px;
    padding-right: 10px;
    background: #f3f3f3;
    position: relative;
    color: #4a4a4a!important;
}

.majordev-chapter a.chapter-bnt:hover,
.majordev-chapter a.chapter-bnt.active-btn {
    background: #276cae;
    color: #fff!important;
}

.majordev-chapter .majordev-chapter-nav {
    position: absolute;
    font-size: 12px;
    z-index: 2;
    left: 0;
    top: 24px;
    border-radius: 3px;
    min-width: 260px;
    background: #276cae;
    padding: 17px 25px;
    z-index: 9999;
    display: none;
}

.majordev-chapter .majordev-chapter-nav a {
    color: #fff!important;
    font-weight: normal;
}

.majordev-chapter .majordev-chapter-nav li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: url("../images/icons/right-arrow_bl.svg") no-repeat center;
    left: -15px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
}

.icon-chapter {
    left: 10px;
    display: block;
    position: relative;
    width: 14px;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    background-color: #4a4a4a;
    transition-property: background-color,transform;
    transition-duration: .1s;
    position: absolute;
}

.icon-chapter:before,
.icon-chapter:after {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 1px;
    background: #4a4a4a;
}

.icon-chapter:before {
    top: -5px;
}

.icon-chapter:after {
    top: 5px;
}

.majordev-chapter a.chapter-bnt.active-btn .icon-chapter,
.majordev-chapter a.chapter-bnt.active-btn .icon-chapter:before,
.majordev-chapter a.chapter-bnt.active-btn .icon-chapter:after,
.majordev-chapter a.chapter-bnt:hover .icon-chapter:before,
.majordev-chapter a.chapter-bnt:hover .icon-chapter:after,
.majordev-chapter a.chapter-bnt:hover .icon-chapter {
    background: #fff;
}

.promo-avast {
    background: #303539;
    padding: 100px;
    border-radius: 0px 50px 10px 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
    /*margin-left: -50px;*/
}

.promo-avast h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.promo-avast:before {
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    bottom: -100px;
    background: rgb(48,53,57);
    background: -moz-linear-gradient(324deg, rgba(48,53,57,1) 0%, rgba(86,93,98,1) 100%);
    background: -webkit-linear-gradient(324deg, rgba(48,53,57,1) 0%, rgba(86,93,98,1) 100%);
    background: linear-gradient(324deg, rgba(48,53,57,1) 0%, rgba(86,93,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303539",endColorstr="#565d62",GradientType=1);
}

.promo-avast-desc {
    position: relative;
    z-index: 2;
}
