.page-grid {
    display: grid;
    grid-template-columns: 1fr 450px;
    grid-gap: 30px;
    margin-top: 18px;
    padding-bottom: 80px;
}
.page-grid__content {}
.page-grid__sidebar {
    display: flex;
    flex-direction: column;
}

.page-grid__content--wrapper {
    padding-top: 25px;
    font-size: 15px;
    line-height: 140%;
}

.subscribe {
    position: relative;
    text-align: center;
    margin-top: 12px;
    padding: 40px 43px;
    background: no-repeat #F2F5FA;
    background-size: cover;
    border: 1px solid var(--color-label);
    border-radius: 3px;
}
.subscribe:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    opacity: .9;
    background: var(--subscribe-bg);
}
.subscribe form {
    position: relative;
    z-index: 2;
}
.subscribe__header {
    font-weight: 400;
    font-size: 20px;
    font-family: Oswald, sans-serif;
    line-height: 125%;
    margin-bottom: 22px;
    text-align: center;
}
.subscribe input[type=text]{
    background: var(--input-bg);
    border: 1px solid var(--article-separator);
    border-radius: 3px;
    height: 50px;
    width: 100%;
    text-align: center;
}
.subscribe .checkbox {
    margin: 22px 0;
}

.page-grid--detail .subscribe {
    padding: 40px 20px;
}


.checkbox {
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.checkbox input[type=radio],
.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    display: none;
}

.checkbox input[type="radio"] + span.check-item,
.checkbox input[type="checkbox"] + span.check-item {
    display: inline-block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    box-sizing: border-box;
    border: 1px solid var(--color-gradient2);
    margin: 0 9px 0 0;
    cursor: pointer;
    border-radius: 3px;
}

.checkbox input[type="radio"] + span.check-item {
    background: var(--color-gradient1);
    border-radius: 100%;
}

.checkbox span,
.checkbox .text {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.checkbox label {
    display: flex;
}

.checkbox input[type="radio"]:checked + span.check-item,
.checkbox input[type="checkbox"]:checked + span.check-item {
    background: url('../img/public/check-icon.svg') no-repeat center center, var(--gradient);
    border: transparent;
}

.checkbox input[type="radio"]:checked + span.check-item {
    background: white;
    border-width: 4px;
}

.page-grid--detail {
    grid-template-columns: 1fr 350px;
    grid-gap: 40px;
}
.page-grid--detail .page-grid__content {
    line-height: 175%;
}

.article__time,
.news__comments,
.news__views,
.news__likes {
    display: flex;
    align-items: center;
}
.article__time svg,
.news__comments svg,
.news__views svg,
.news__likes svg {
    margin-right: 7px;
}

.news__comments--empty svg path,
.news__likes--empty svg path {
    fill: #D4DAE8;
}

.news__comments--empty {
    width: 0;
    overflow: hidden;
    margin: 0 !important;
}

.news__section {
    font-family: Oswald, sans-serif;
    display: inline-flex;
    border-radius: 3px;
    padding: 7px 7px;
    background: var(--gradient);
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: var(--color-button);
    text-transform: uppercase;
}

.sidebar__block:not(:last-child) {
    margin-bottom: 32px;
}
.sidebar__inner {
    /*position: sticky;*/
    /*top: 86px;*/
}
.rec__container {
    width: 100%;
    display: flex;
    position: relative;
    height: inherit;
    flex-grow: 1;
    margin-top: 32px;
}
.rec__content {
    /*background: tomato;*/
    width: 100%;
    height: 400px;
    cursor: pointer;
    display: block;
    position: sticky;
    top: 105px;
}


.video {
    position: relative;
    width: 100%;
    height: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-bottom: 40px;
}
.element-tabs .video {
    padding-bottom: 65%;
}
.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}
.video__button-shape{
    transition: .3s all;
}
.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

/* Enabled */
.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}

.section-breadcrumbs__items {
    display: flex;
    align-items: center;
    background: none !important;
}
.section-breadcrumbs__item {
    font-family: 'Montserrat', sans-serif;
    background: none !important;
    font-size: 13px;
    color: #626D82;
    text-transform: none;
    font-weight: 400;
    margin-left: 0 !important;
}
span.section-breadcrumbs__item {
    font-weight: 600;
}
.section-breadcrumbs__separator {
    margin: 0 15px;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 1350px;
    margin: auto;
    width: 42px;
    opacity: .4;
    transition: .3s opacity;
    cursor: pointer;
}
.scroll-to-top circle {
    fill: var(--body-background);
}
.scroll-to-top path {
    stroke: var(--color-text1);
}
.scroll-to-top:hover {
    opacity: 1;
}

.error > input[type=text],
.error > textarea {
    border-color: var(--color-gradient2);
}

.goto {
    text-align: center;
    margin: 40px auto;
    max-width: 750px;
}
.goto__header {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 20px;
}
.goto__header span {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.goto__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}
.goto__link {
    margin-top: 24px;
}
.goto__link-value {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-weight: 700;
    word-wrap: break-word;
}
#goto__timer {
    color: var(--color-gradient2);
    font-weight: 700;
}

.subscribe__page {
    margin-top: 40px;
    margin-bottom: 70px;
}
.subscribe__page .subscribe__header{
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.subscribe__page .subscribe__header span {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.subscribe__page .subscribe{
    margin: 0 auto;
    max-width: 450px;
}


.comments {
    margin-top: 55px;
}
.comments__write {}
.comments__form {
    margin-top: 25px;
}
.comments__form input,
.comments__form textarea {
    border: 1px solid var(--input-border);
    background: var(--input-bg);
    border-radius: 3px;
    width: 100%;
    height: 50px;
    padding-left: 12px;
}
.comments__form textarea {
    height: 145px;
    resize: none;
    margin-top: 10px;
    padding-top: 10px;
}
.comments__form .btn-group-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.comments .checkbox {
    justify-content: flex-start;
    margin: 20px 0;
}

.mode-toggler {
    cursor: pointer;
    width: 40px;
    height: 16px;
    background: #656565;
    border-radius: 80px;
    position: relative;
}
.mode-toggler__input {
    appearance: none;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.mode-toggler__control {}
.mode-toggler__control:after {
    top: -5px;
    left: -5px;
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    transition: .3s all;
    background: url("../img/public/night-mode.svg");
}
.mode-toggler input:checked + .mode-toggler__control:after {
    background: url("../img/public/day-mode.svg");
    transform: translateX(24px);
}
.mode-toggler__ {}
.mode-toggler__ {}

.banner-block {
    display: grid;
    grid-template-columns: 330px 1fr;
    margin-top: 30px;
}
.banner-block__video {
    display: flex;
}
.banner-block__video video {
    width: 100%;
    object-fit: cover;
}
.banner-block__text {
    color: #000;
    background: #FCF3F3;
    padding: 17px 17px 20px 32px;
}
.banner-block__header1 {
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FF7A00 0%, #D50000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.banner-block__header1 svg {
    margin-left: 2px;
    transform: translateY(2px);
}
.banner-block__header1 i {
    font-style: normal;
}
.banner-block__header1 span {
    text-decoration: underline;
}
.banner-block__header2 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 13px;
}
.banner-block__buttons {
    display: flex;
    margin-bottom: 8px;
}
.banner-block__button {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    padding: 12px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid;
}
.banner-block__button:not(:last-child) {
    margin-right: 10px;
}
.banner-block__button--red {
    border-color: var(--color-gradient1);
    background: linear-gradient(180deg, #FF7A00 0%, #D50000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.banner-block__text1 {
    font-size: 14px;
    line-height: 28px;
}
.banner-block__text1 span{
    white-space: nowrap;
    background: linear-gradient(180deg, #FF7A00 0%, #D50000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-gradient  {
    background-image: var(--gradient);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

@media (max-width: 1270px) {
    .page-grid--detail {
        grid-template-columns: 1fr 300px;
        grid-gap: 30px;
    }
    .page-grid {
        grid-template-columns: 1fr 270px;
    }













}


@media screen and (max-width: 767px) {
    .page-grid {
        display: flex;
        flex-direction: column;
        padding-bottom: 36px;
    }

    .subscribe {
        padding: 25px;
    }
    .comments__form .btn-group-wrapper {
        grid-template-columns: 1fr;
    }
    .section-breadcrumbs .block-header{
        overflow-x: scroll;
    }
    .section-breadcrumbs .block-header::-webkit-scrollbar {
        height: 1px;
    }

    .section-breadcrumbs .block-header::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px;
    }

    .section-breadcrumbs .block-header::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 1px;
    }
    .comments {
        margin-top: 25px;
    }
    .comments__form {
        margin-top: 15px;
    }
    .scroll-to-top {
        bottom: 30px;
        left: 10px;
        right: inherit;
    }
    .page-grid--detail {
        margin-top: 0;
    }

    .banner-block {
        display: grid;
        grid-template-columns: 1fr;
    }
    .banner-block__text {
        text-align: center;
        padding: 20px 30px;
    }
    .banner-block__buttons {
        justify-content: center;
        margin-bottom: 20px;
    }
    .banner-block__text1 {
        line-height: 1.4;
    }
    .banner-block__header1 i {
        display: none;
    }
    .section-breadcrumbs__separator {
        margin: 0 5px;
    }

























}