@import "/public/css/swiper-js/swiper-bundle.min.css";

.articles-list .articles {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0 0 0 1px #f0f0f0;
    box-shadow: 0 0 0 1px #f0f0f0;
    /* padding: 0 0 130px 0; */
}

.articles-list .articles-date {
    font-size: 12px;
    color: #999;
    padding: 20px 20px 10px 20px;
}

.articles-list .articles .articles-image {
    position: relative;
    height: 200px;
    width: 100%;
    display: block;
}

.articles-list .articles .no-photo {
    text-align: center;
    display: block;
    line-height: 200px;
    font-size: 50px;
    color: #eb6145;
}

.articles-list .articles .articles-image img {
    display: none;
}

.articles-list .articles .articles-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.articles-list .articles .articles-link {
    position: relative;
}

.articles-list .articles-title {
    font-size: 15px;
    font-weight: bold;
    height: 91px;
    overflow: hidden;
    margin: 0 0 15px 0;
    display: block;
    padding: 0 20px;
    color: #212121;
    text-decoration: none;
    -webkit-transition: all 160ms ease-out;
    transition: all 160ms ease-out;
}

.articles-list .articles-title:hover {
    color: #f9b619;
}

.articles-list .articles-list-subscribe-form {
    padding: 0;
    margin: 20px 0;
    position: relative;
}

.articles-list .articles-list-subscribe-form .inner {
    position: relative;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.articles-list .articles-list-subscribe-form .center-side {
    position: relative;
    padding: 30px;
}

.articles-list .articles-list-subscribe-form .left-side {
    background: #ff8b19;
    padding: 120px 20px 60px 20px;
    color: #fff;
    overflow: hidden;
    width: 190px;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
}

.articles-list .articles-list-subscribe-form .left-side .form-label {
    display: none;
}

.articles-list .articles-list-subscribe-form .left-side:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/modules/Articles/public/front/img/email.svg) no-repeat bottom right;
    background-size: contain;
    top: 20px;
    left: 20px;
    pointer-events: none;
}

.articles-list .articles-list-subscribe-form .center-side .description {
    font-size: 14px;
    line-height: 17px;
    color: gray;
    margin: 0 0 30px 0;
}

.articles-list .articles-list-subscribe-form .center-side .field-label {
    font-size: 14px;
    font-style: italic;
}

.articles-list .articles-anonce {
    position: relative;
    padding: 20px;
    position: relative;
    padding: 5px 20px 20px 20px;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.articles-list .articles-anonce-content {
    font-size: 13px;
    line-height: 21px;
    color: #777;
}

.articles-list .learn-more {
    color: #171717;
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 160ms ease-out;
    transition: all 160ms ease-out;
}

.articles-list .learn-more:hover {
    color: #ff8b19;
}

.articles-columns {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.articles-column {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.articles-left-column {
    width: 300px;
    padding: 0 30px 0 0;
}

.articles-articles-page .articles-title-name {
    display: block;
}

.articles-articles-page .articles-image {
    display: block;
    height: 340px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.articles-articles-page .heading-name {
    font-size: 16px;
    font-weight: normal;
    color: #2d2d2d;
}

.articles-articles-page .h-icon {
    margin-right: 6px;
    color: #c93638;
}

.articles-articles-page .articles-content {
    padding-bottom: 40px;
}

.articles-author,
.articles-published-date {
    color: #6f6f6f;
    font-size: 12px;
}

.articles-articles-page .articles-published-date {
    font-size: 12px;
}

.articles-articles-page .share-buttons-text {
    margin: 35px 0 0 0;
    position: relative;
    border-top: 1px dashed #ccc;
    padding: 15px 0px;
    font-size: 13px;
}

.articles-articles-page .articles-author-container {
    margin: 5px 0 30px 0;
    position: relative;
    background-color: #fffff0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0px;
    font-size: 13px;
}

.articles-tags .tags-title,
.heading-data .heading-title,
.source-data .source-title {
    margin-right: 7px;
}

.articles-tags,
.articles-tags a,
.articles .heading-data,
.heading-data a {
    font-size: 12px;
}

.articles .source-data,
.source-data a {
    font-size: 12px;
}

.articles .source-data,
.source-data {
    margin-left: 30px;
}

.articles-tags .comma {
    margin: 0 5px 0 0;
}

.articles .heading-list .show-all {
    color: #2d2d2d;
    font-size: 14px;
    padding: 20px 10px;
    display: block;
}

.articles .heading-list .show-all:hover {
    color: #ff8b19;
}

.articles .heading-list {
    position: relative;
    margin: 20px 0;
}

.articles .heading-list .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.articles .heading-list .articles-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.articles .heading-list .articles-list .articles {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    margin: 10px;
}

.articles .heading-list .heading.-full-width {
    width: 100%;
}

.articles .heading-list .heading-container {
    position: relative;
    padding: 0 10px 10px 10px;
}

.articles .heading-list .heading-container:before {
    content: '';
    position: absolute;
    /* background: #f0f0f0; */
    /* background: red; */
    height: 100%;
    width: 1px;
    left: 0;
}

.articles .heading-list .heading-name {
    font-size: 19px;
    color: #2d2d2d;
    text-decoration: none;
    margin: 20px 10px;
    display: inline-block;
}

.articles .heading-list .heading-name:hover {
    color: #ff8b19;
}

.articles .heading-list .heading-quick-desc {
    margin-top: 10px;
}

.articles .heading-list .heading-name .h-icon {
    margin-right: 6px;
    background: #191919;
    color: #ffffff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
}

.articles-anonces-cell {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
}

.articles-list-heading {
    position: relative;
}

.articles-heading-page .articles-list {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1px;
    height: 100%;
    position: relative;
}

.articles-heading-page .articles-list .articles {
    -moz-flex: 1 30%;
    -webkit-box-flex: 1;
    -ms-flex: 1 30%;
    flex: 1 30%;
    margin: 0 0 1px 1px;
    background: #fff;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.analogue-articles-container {
    position: relative;
    clear: both;
    margin: 10px 0 30px 0;
    list-style: none;
}

.analogue-articles-container .title {
    font-size: 17px;
    margin-top: 60px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #30353c;
    border-bottom: 1px solid #d0d0d0;
    line-height: 40px;
    font-weight: 600;
}

.analogue-articles-container .articles {
    margin: 0 0 30px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 130px;
}

.analogue-articles-container .articles .articles-image {
    width: 172px;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.analogue-articles-container .articles .articles-data {
    position: relative;
    height: 130px;
    margin-left: 190px;
    margin-right: 10px;
    overflow: hidden;
}

.analogue-articles-container .articles .articles-data:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    box-shadow: 0 0 14px 16px #fff;
    z-index: 1;
}

.analogue-articles-container .articles-anonce {
    background: none;
    width: auto;
    position: relative;
    height: auto;
    bottom: inherit;
    padding: 10px 0 0 0;
    font-size: 13px;
    line-height: 15px;
}

.analogue-articles-container .articles .articles-image > a,
.analogue-articles-container .articles .articles-image .articles-src {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.articles-last-anonces-list .articles-block {
    position: relative;
    min-height: 80px;
    margin: 0 0 20px 0;
}

.articles-last-anonces-list .articles-name {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0;
}

.articles-anonces-cell-1 .articles-anonce {
    max-height: 122px;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}

.articles-anonces-cell-1 .articles-anonce:before {
    content: '';
    position: absolute;
    background: #ccc;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
}

.articles-anonces-cell-1 .articles-info {
    position: relative;
    text-align: right;
}

.articles-anonces-cell-1 .show-more {
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
}

.articles-anonces-cell-2 .articles-image {
    width: 80px;
    height: 77px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.articles-preload-image:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(/public/img/spinner.gif);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px;
}

.articles-preload-image.-loaded:before {
    display: none;
}

.articles-anonces-cell-2 .articles-anonce {
    padding-left: 90px;
    height: 76px;
    overflow: hidden;
    position: relative;
}

.articles-anonces-cell-2 .articles-anonce:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #ccc;
    left: 90px;
    right: 6px;
    bottom: 0px;
}

.articles-last-anonces-list .articles-anonce {
    font-size: 13px;
}

.articles-anonces-cell-2 .articles-info {
    padding-left: 90px;
    position: relative;
    text-align: right;
}

.articles-anonces-cell-2 .show-more,
.articles-anonces-cell-2 .published-date {
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
}

.articles-anonces-cell .heading-name {
    color: #4e4e4e;
    font-size: 13px;
}

.other-articles-list .other-articles-title {
    position: relative;
    background: #efefef;
    padding: 100px 36px;
    display: block;
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -0.07em;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #30353c;
}

.other-articles-list .other-articles {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 30px 0;
}

.other-articles-list .other-articles-image {
    display: block;
    position: relative;
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.other-articles-list .other-articles-name {
    position: relative;
    margin: 4px 0;
}

.articles-articles-page .share-buttons {
    position: relative;
    margin: 0 0 40px 0;
}

.articles-articles-page .share-button {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    padding: 6px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #bdbdbd;
    margin: 0 10px 0 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.articles-articles-page .share-button svg {
    width: 100%;
    height: 100%;
    fill: #545454;
}

.articles-articles-page .share-button:hover svg {
    fill: #fff;
}

.articles-articles-page .share-buttons .vkontakte:hover {
    border-color: #4392d8;
    background: #4392d8;
}

.articles-articles-page .share-buttons .facebook:hover {
    border-color: #434dd8;
    background: #434dd8;
}

.articles-articles-page .share-buttons .twitter:hover {
    border-color: #75e2f5;
    background: #75e2f5;
}

.articles-articles-page .share-buttons .odnoklassniki:hover {
    border-color: #fd9107;
    background: #fd9107;
}

.articles-articles-page .share-buttons .google:hover {
    border-color: #e84242;
    background: #e84242;
}

.articles .subscribe-box {
    position: relative;
    padding: 30px 0px 60px 0;
}

.articles .subscribe-box .title {
    font-weight: 700;
    color: #131313;
    font-size: 27px;
    line-height: 32px;
    width: 250px;
}

.articles .subscribe-box .articles-subscribe-form {
    white-space: nowrap;
}

.articles .subscribe-box .description {
    position: relative;
    margin: 30px 0 30px 0;
    font-size: 14px;
    line-height: 17px;
    color: gray;
}

.articles .subscribe-box .email-input {
    margin: 0 10px 10px 0;
    padding: 15px 10px;
    font-size: 13px;
    width: 170px;
    display: inline-block;
}

.articles .subscribe-box .submit-input {
    padding: 16px 16px;
    display: inline-block;
    /* border-radius: 36px; */
}
