@font-face {
    font-family: 'Circe Rounded';
    src: url(fonts/CirceRoundedLight.cad3109.woff2) format('woff2');
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Rounded';
    src: url(fonts/CirceRoundedRegular.da6effe.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Rounded';
    src: url(fonts/CirceRoundedBold.11372ba.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Rounded';
    src: url(fonts/CirceRoundedExtraBold.68f6b55.woff2) format('woff2');
    font-weight: 800;
    font-style: normal;
}

.shadow {
    box-shadow: 0 0.05187vw 0.2075vw rgba(155, 161, 166, 0.24);
}

.header {
    width: 100vw;
    /* height: 14.17722vw; */
    /* padding: 0 4.05063vw; */
    /* display: flex; */
    position: sticky;
    z-index: 999;
    top: 0;
    align-items: center;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.header__left {
    display: flex;
    align-items: center;
}

.burger {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    flex: 0 0 auto;
    cursor: pointer;
    transition: transform 0.02s ease-in;
    width: 28px;
    height: 20px;
    color: #4663ab;
    background-color: #ffffff;
    padding: 0;
}

.burger:hover {
    transform: scale(1.075);
}
.burger__icon {
    width: 28px;
    height: 20px;
}
@media only screen and (min-width: 768px) {
    .burger {
        background-color: #4663ab;
        color: #ffffff;
        border-radius: 10px;
        padding: 12px;
        width: 58px;
        height: 48px;
    }
    .burger__icon {
        width: 34px;
        height: 24px;
    }
}

.header a {
    color: #2a2626;
}

.header__center .logo {
    display: flex;
    flex: 0 0 auto;
    background: url(img/rsv-logo.svg) no-repeat 50%;
    background-size: 100%;
    width: 21.26582vw;
    height: 8.10127vw;
}

.header-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.header__center .nav {
    display: none;
}

.header-menu > * {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 1.0375vw;
    line-height: 1.4525vw;
    font-weight: 600;
    margin-right: 1.245vw;
    padding-top: 0.36312vw;
    letter-spacing: 0.005em;
}

.header-menu > :last-child {
    margin-right: 0;
}

.header-menu > :hover {
    color: #3874e0;
}

.social-links {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

.header__center {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.header__center a {
    margin-left: 72px;
}
@media only screen and (min-width: 768px) {
    .header__center {
        justify-content: start;
    }
    .header__center a {
        margin-left: 0;
    }
}
.header__center .social-links {
    display: none;
}

.social-links-item {
    display: block;
    margin-right: 0.83vw;
    width: 2.075vw;
    height: 2.075vw;
}

.social-links-item:last-of-type {
    margin-right: 0;
}

.header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 2vw;
    border-radius: 0.2vw;
    font-size: .7vw;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
}

.footer .btn {
    width: 1.66vw !important;
    height: 1.66vw !important;
}

.header .btn_default,
.footer .btn_default {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: .83vw;
    line-height: 1.0375vw;
    background-color: #3874e0;
    border-radius: 0.2075vw;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    min-height: 2.49vw;
    min-width: 2.49vw;
}

.header .btn {
    width: 1.66vw !important;
    height: 1.66vw !important;
}

.header .btn_default.grey {
    background-color: #d2d5d9;
}

.footer .btn_default.white-blue {
    background-color: #ffffff;
}

.footer .btn_default.icon.white-blue {
    color: #93c2e8;
}

.header .btn_default.icon,
.footer .btn_default.icon {
    min-width: 0;
    min-height: 0;
    border-radius: 50%;
    color: #ffffff;
}

.header .btn_default.icon.size-small {
    width: 1.8675vw;
    height: 1.8675vw;
}

.header .svg-inline--fa,
.footer .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.header .svg-inline--fa.fa-w-10,
.footer .svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

.header svg:not(:root).svg-inline--fa,
.foter svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.footer .btn_default.icon.white-blue:hover {
    color: #ffffff;
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}


@media only screen and (min-width: 768px) {
    .header__right {
        flex-grow: 1;
        gap: 40px;
    }
}

.wide-header-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 6.07595vw;
    height: 6.07595vw;
}

.wide-header-search .search-icon {
    width: 24px;
    height: 24px;
    margin: 0;
    cursor: pointer;
    color: #000000;
}

.wide-header-search .search-icon:hover {
    color: #4663ab;
}

.wide-header-search .search-main {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.wide-header-search .searching-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0.6225vw 0;
    border-bottom: 1px solid #d2d5d9;
    width: 49.8vw;
}

.wide-header-search .searching-input {
    flex: 1 1 auto;
    margin-right: 0.83vw;
    border: none;
    outline: none;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 0.93375vw;
    line-height: 1.34875vw;
    color: #2a2626;
}

.wide-header-search .searching-contorls-row,
.wide-header-search .searching-switcher {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.wide-header-search .searching-switcher {
    cursor: pointer;
}

.wide-header-search .searching-switcher-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    font-size: .83vw;
    line-height: 1.245vw;
    color: #3874e0;
}

.wide-header-search .searching-switcher-arrow {
    width: 0.6225vw;
    height: 0.31125vw;
    margin-left: 0.51875vw;
    background: url("data:image/svg+xml,%0A%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H12L6 6L0 0Z' fill='%233874E0'/%3E%3C/svg%3E%0A") no-repeat 50%;
    background-size: contain;
    transition: trasform .2s;
}

.wide-header-search .searching-close-button {
    display: block;
    margin-left: 1.55625vw;
    font-size: 1.14125vw;
    line-height: 1.14125vw;
    color: #98a0a9;
    cursor: pointer;
    width: 1.245vw;
    height: 1.245vw;
}

.wide-header-search .searching-close-button:hover {
    color: #2a2626;
}

.header .buttons {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.header .buttons__auth {
    cursor: pointer;
    font-family: 'Circe Rounded', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 4.55696vw;
    line-height: 6.58228vw;
    color: #3874e0;
}

.header .buttons__auth:hover {
    background-color: #356ed5;
}

.header .buttons > * {
    margin-left: 2.53165vw;
}

.menu-wrap .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #4663ab;
    height: 100%;
    overflow: auto;
    width: 100%;
    padding-bottom: 7.59494vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 4.55696vw;
    line-height: 6.07595vw;
    color: hsla(0, 0%, 100%, 0.8);
    scrollbar-width: thin;
    scrollbar-color: hsla(0, 0%, 100%, 0.4) #4663ab;
}

.menu-wrap.active .menu {
    left: 0;
}

.menu-wrap .menu .menu-close {
    display: flex;
    justify-content: flex-start;
    background: #4663ab;
    padding: 7.59494vw;
    cursor: pointer;
    outline: none;
    border: none;
    color: inherit;
    transition: padding-top 0.3s linear, padding-bottom 0.3s linear;
}

.menu-wrap .menu .menu-close__icon {
    height: 5.56962vw;
    width: 5.56962vw;
}

.menu-wrap .menu .search-box {
    background: #4c82e3;
    border-radius: 1.01266vw;
    height: 9.11392vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 2.78481vw;
    outline: none;
    border: none;
    color: inherit;
    margin: 3.5443vw 9.11392vw;
    transition: 0.3s;
}

.menu-wrap .menu .search-box__icon {
    width: 6.07595vw;
    height: 6.07595vw;
}

.menu-wrap .menu .menu-body {
    padding: 0 9.11392vw;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.menu-wrap .menu .menu-list {
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-wrap .menu .menu-list__item {
    cursor: pointer;
    margin-top: 3.5443vw;
    color: #dae0ee;
}

.menu-wrap .menu .menu-list__item * {
    display: flex;
    align-items: center;
    color: inherit;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.menu-wrap .menu .menu-list__item--thin {
    color: hsla(0, 0%, 100%, 0.6);
    font-weight: 400;
}

.footer {
    background: #4663ab;
    /* padding: 5.06329vw; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: hsla(0, 0%, 100%, 0.6);
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.footer__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px 80px;
}
.footer__contracts {
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    flex-direction: column;
}
.footer__stores {
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 0 auto;
    max-width: auto;
}
.footer__stores a {
    flex: 1;
}
@media only screen and (min-width: 768px) {
    .footer__content {
        flex-direction: row;
        gap: 6px 80px;
    }
    .footer__contracts {
        flex-direction: row;
    }
    .footer__stores {
        gap: 16px;
        align-items: start;
        max-width: 358px;
    }
}

.footer .row {
    display: flex;
    flex-direction: column;
}

.footer .col {
    flex: 1;
}

.footer .col--3 {
    flex: 3;
}

.footer__links {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.footer__links--primary {
    margin-bottom: 6.07595vw;
}

.footer__links * {
    font-family: 'Circe Rounded', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial,sans-serif;
    font-size: 4.55696vw;
    line-height: 7.08861vw;
    color: #251f45;
}

.footer__links-item {
    margin-bottom: 4.05063vw;
    cursor: pointer;
    /*white-space: nowrap;*/
}

.footer__share {
    width: 100%;
    margin-bottom: 8.10127vw;
    justify-content: space-between;
}

.footer__links :hover {
    color: #3874e0;
}

.footer .row--reverse {
    flex-direction: column-reverse;
}

.app-icon {
    width: 100%;
}

.footer__links--secondary {
    padding: 0;
    margin-bottom: 4.05063vw;
}

.footer__links--secondary * {
    font-size: 4.55696vw;
    line-height: 5.56962vw;
    color: #93c2e8;
}

.footer__links--secondary li {
    margin-left: 5.56962vw;
    margin-bottom: 4.05063vw;
}

.wide-header-search.active {
    width: 100%;
}

.wide-header-search.active .search-icon {
    display: none;
}

.close-icon {
    color: #98a0a9;
    width: 5.56962vw;
    height: 5.56962vw;
}

.menu-wrap .menu .menu-close.hidden {
    height: 0;
}

.rt {
    width: 8.10127vw;
    height: 8.10127vw;
    background: url(img/icons/rt.svg) no-repeat;
    background-size: 8.10127vw 8.10127vw;
    display: block;
}

.footer__share .rt {
    width: 8.10127vw;
    height: 8.10127vw;
    background-size: 8.10127vw 8.10127vw;
    display: block;
    background: url(img/icons/rt-w.svg) no-repeat;
}

.rt:hover {
    background: url(img/icons/rt-a.svg) no-repeat;
}

.vk {
    width: 8.10127vw;
    height: 8.10127vw;
    background: url(img/icons/vk.svg) no-repeat;
    background-size: 8.10127vw 8.10127vw;
    display: block;
}

.footer__share .vk {
    width: 8.10127vw;
    height: 8.10127vw;
    background-size: 8.10127vw 8.10127vw;
    display: block;
    background: url(img/icons/vk-w.svg) no-repeat;
}

.vk:hover {
    background: url(img/icons/vk-a.svg) no-repeat;
}

.ok {
    width: 8.10127vw;
    height: 8.10127vw;
    background: url(img/icons/ok.svg) no-repeat;
    background-size: 8.10127vw 8.10127vw;
    display: block;
}

.footer__share .ok {
    width: 8.10127vw;
    height: 8.10127vw;
    background-size: 8.10127vw 8.10127vw;
    display: block;
    background: url(img/icons/ok-w.svg) no-repeat;
}

.ok:hover {
    background: url(img/icons/ok-a.svg) no-repeat;
}

.tg {
    width: 8.10127vw;
    height: 8.10127vw;
    background: url(img/icons/t.svg) no-repeat;
    background-size: 8.10127vw 8.10127vw;
    display: block;
}

.footer__share .tg {
    width: 8.10127vw;
    height: 8.10127vw;
    background-size: 8.10127vw 8.10127vw;
    display: block;
    background: url(img/icons/t-w.svg) no-repeat;
}

.tg:hover {
    background: url(img/icons/t-a.svg) no-repeat;
}

.yt {
    width: 8.10127vw;
    height: 8.10127vw;
    background: url(img/icons/yt.svg) no-repeat;
    background-size: 8.10127vw 8.10127vw;
    display: block;
}

.footer__share .yt {
    width: 8.10127vw;
    height: 8.10127vw;
    background-size: 8.10127vw 8.10127vw;
    display: block;
    background: url(img/icons/yt-w.svg) no-repeat;
}

.yt:hover {
    background: url(img/icons/yt-a.svg) no-repeat;
}

.y {
    width: 8.10127vw;
    height: 8.10127vw;
    background: url(img/icons/y.svg) no-repeat;
    background-size: 8.10127vw 8.10127vw;
    display: block;
}

.footer__share .y {
    width: 8.10127vw;
    height: 8.10127vw;
    background-size: 8.10127vw 8.10127vw;
    display: block;
    background: url(img/icons/y-w.svg) no-repeat;
}

.y:hover {
    background: url(img/icons/y-a.svg) no-repeat;
}

.row--align-center {
    align-items:  center;
}

.col-apps {
    width: 100%;
}

.col-share {
    width:  100%;
}

.col--no-grow {
    flex-grow: unset;
}

.col--3 {
    flex: 3;
}

.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

.header__logo {
    height: 32px;
    border-radius: 0!important;
}
@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }
    .desktop-only {
        display: block;
    }
}

.header__icon {
    height: 32px;
}
@media only screen and (min-width: 768px) {
    .header__icon, .header__logo {
        height: 48px;
    }
}

.header__element {
    display: flex;
    align-items: center;
}

.social-links--header .social-links-item {
    margin-right: 1.0375vw;
    width: 8.10127vw;
    height: 8.10127vw;
}

.social-links__icon {
    margin-right: 2.53165vw;
    color: inherit;
}

.social-links__icon svg {
    width: 100%;
    height: auto;
}

.social-links--header .social-links__icon {
    margin: 0;
    width: 8.10127vw;
    height: 8.10127vw;
}

.social-links__icon circle {
    transition: all 0.1s ease-in;
}

.social-links__icon_vk:hover circle {
    fill: #0077ff;
}
.social-links__icon path {
    fill: #4663AB;
}

.social-links__icon:hover path {
    fill: #ffffff;
}

.social-links__icon_ok:hover circle {
    fill: #ed812b;
}

.social-links__icon circle {
    transition: all 0.2s ease-in-out;
}

.social-links__icon_rt:hover circle.rutube-top-circle,
.social-links__icon_yt:hover circle {
    fill: #c4302b;
}

.social-links__icon_rt:hover circle {
    fill: #1c293e;
}

.social-links__icon_tg:hover circle {
    fill: #039be5;
}

.social-links__icon_share:hover circle,
.social-links__icon_yappy:hover circle {
    fill: #00e5bc;
}

.social-links__icon_yappy:hover .black-fill {
    fill: #000000;
}

.header__right .search {
    display: none;
}
@media only screen and (min-width: 768px) {
    .header__right .search {
        display: flex;
    }
}

.wide-header-search .searching-close-button {
    display: block;
    margin-left: 1.55625vw;
    font-size: 1.14125vw;
    line-height: 1.14125vw;
    color: #98a0a9;
    cursor: pointer;
    width: 1.245vw;
    height: 1.245vw;
}

.header .buttons > * {
    margin-left: 4.3038vw;
}

.header .buttons .button {
    --color: #ffffff;
    --background: #4663ab;
    --background-hover: #5270b8;
    --background-click: #3f5999;
    --border: #4663ab;
    --background: #4663ab;
    --background-hover: #5270b8;
    --background-hover-outline: rgba(70, 99, 171, 0.1);
    --background-click: #3f5999;
    --background-click-outline: rgba(70, 99, 171, 0.2);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 2.49vw;
    padding: 0 0.83vw;
    border: 0.10375vw solid var(--border);
    box-sizing: border-box;
    border-radius: 0.51875vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.93375vw;
    line-height: 1.34875vw;
    color: var(--color);
    background-color: var(--background);
    outline: none;
    cursor: pointer;
    min-width: auto;
}

.header .button-white {
    color: #4663ab;
    border: #ffffff;
}

.header .buttons .button:hover {
    background-color: var(--background-hover);
}

.menu-wrap {
    padding: 0;
    background: #4663ab;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.5s;
    height: 100vh;
    display: none;
}

.menu-wrap.active {
    display: block;
    left: 0;
}

.menu-wrap .menu .menu-list-group {
    margin-bottom: 10.12658vw;
}

.menu-wrap .menu .menu-list-group:last-of-type {
    margin-bottom: 0;
}

.menu-wrap .menu .menu-list {
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-wrap .menu .menu-list__item--semibold {
    font-weight: 600;
    line-height: 1.5;
    cursor: auto;
}

.menu-wrap .menu .menu-list__item:hover {
    font-weight: 700;
    color: #ffffff;
}

.social-links--sidebar {
    margin: 0 0 6.07595vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.social-links--sidebar .social-links-item {
    margin-right: 0;
}

.social-links--sidebar .social-links__icon svg {
    width: 10.12658vw;
    height: 10.12658vw;
    margin-right: 0;
}

.social-links--sidebar .social-links__icon .back,
.social-links--sidebar .social-links__icon circle {
    fill: hsla(0, 0%, 100%, 0.4);
}

.social-links--sidebar .social-links__icon:hover .back svg,
.social-links--sidebar .social-links__icon:hover circle {
    fill: hsla(0, 0%, 100%, 0.8);
}

.social-links--sidebar .social-links__icon:hover .black-fill {
    fill: #4663ab;
}
.social-links--footer {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    gap: 10px;
}

@media only screen and (min-width: 768px) {
    .social-links--footer {
        gap: 16px;
    }
}
.social-links--footer .social-links__icon .black-fill {
    fill: #4663ab;
}
.social-links--footer .social-links__icon .back,
.social-links--footer .social-links__icon circle {
    fill: hsla(0, 0%, 100%, 0.4);
}
.social-links--footer .social-links__icon:hover .back,
.social-links--footer .social-links__icon:hover circle {
    fill: hsla(0, 0%, 100%, 0.4);
}

.social-links--footer .social-links__icon:hover .black-fill {
    fill: hsla(0, 0%, 100%, 0.8);
}

.social-links--footer .social-links__icon_rt {
    border-radius: 50%;
}
.social-links--footer .social-links__icon {
    margin: 0;
}
.social-links--footer .social-links-item {
    width: 32px;
    height: 32px;
    margin-right: 0;
}

.footer__left {
    order: 4;
    margin: 2.02532vw 0;
}

.footer__left div {
    display: inline;
}

.footer__center {
    flex: 2;
    order: 2;
}

.footer__center a {
    font-family: 'Circe Rounded', sans-serif;
    font-weight: 350;
    display: block;
    color: hsla(0, 0%, 100%, 0.6);
    margin: 0 0 2.02532vw;
    font-size: 4.05063vw;
}

.footer__center a:hover {
    color: #ffffff;
}

.footer__right {
    display: flex;
    flex-direction: row;
    gap: 15px;
    order: 3;
    margin: 2.02532vw 0;
}

.app-icon--google {
    margin-right: 7.59494vw;
}

@media only screen and (min-width: 450px) {
    .header a {
        white-space: nowrap;
    }
    .header__center .nav {
        display: flex;
        margin-left: 2.075vw;
    }
    .header__center .social-links {
        display: flex;
    }
    .header .buttons__auth {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #3874e0;
        padding: 0.57062vw 0;
        font-weight: 700;
        border-radius: 0.2075vw;
        font-size: .93375vw;
        line-height: 1.34875vw;
        height: 2.49vw;
        width: 10.9975vw;
    }
    .header .buttons > * {
        margin-left: 1.34875vw;
    }
    .menu-wrap .menu {
        width: 14.68062vw;
        font-size: 0.93375vw;
        line-height: 1.245vw;
        padding-bottom: 1.55625vw;
        height: 100vh;
        max-height: 98vh;
    }
    .menu-wrap .menu .menu-close {
        padding: 1.55625vw;
        background: #4663ab;
    }
    .menu-wrap .menu .menu-close__icon {
        height: 1.14125vw;
        width: 1.14125vw;
    }
    .menu-wrap .menu .search-box {
        display: none;
    }
    .menu-wrap .menu .menu-list__item {
        margin-top: 0.72625vw;
    }
    .menu-wrap .menu .menu-list__item:first-child {
        margin-top: 0
    }
    .menu-wrap .menu .menu-body {
        padding: 0 1.55625vw;
    }
    .wide-header-search {
        width: 1.245vw;
        height: 1.245vw;
    }
    .footer {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
    .footer .row {
        flex-direction: row;
    }
    .footer__links--primary {
        margin-right: 5.1875vw;
    }
    .footer__links * {
        font-size: 0.93375vw;
        line-height: 1.245vw;
    }
    .footer__links-item {
        margin-bottom: 0.83vw;
    }
    .footer__share {
        width: 19.92vw;
        margin-bottom: 0;
        margin-top: 0;
    }
    .footer .row--reverse {
        flex-direction: row;
    }
    .footer__links--secondary {
        margin-bottom: 0;
        position: relative;
        left:  0.83vw;
    }
    .footer__links--secondary * {
        font-size: .93375vw;
        line-height: 1.14125vw;
    }
    .footer__links--secondary li {
        margin-left: 1.14125vw;
        margin-bottom: 0.83vw;
    }
    .rt, .vk, .ok, .tg, .yt, .y {
        width: 1.66vw;
        height: 1.66vw;
        background-size: 1.66vw 1.66vw;
    }

    .footer__share .rt, .footer__share .vk, .footer__share .ok, .footer__share .tg, .footer__share .yt, .footer__share .y {
        width: 1.66vw;
        height: 1.66vw;
        background-size: 1.66vw 1.66vw;
    }

    .rt:hover, .vk:hover, .ok:hover, .tg:hover, .yt:hover, .y:hover {
        width: 1.66vw;
        height: 1.66vw;
        background-size: 1.66vw 1.66vw;
    }
    .header__center .logo {
        margin-left: 2.80125vw;
        width: 9.3375vw;
        height: 3.63125vw;
    }
    .footer__links--primary {
        margin-bottom: 1.76375vw;
    }
    .col-apps {
        width: 25.41875vw;
    }
    .col-share {
        width: auto;
    }

    .header__element {
        margin: 0 4.15vw !important;
        font-size: 0.93375vw;
    }
    .social-links--header .social-links-item {
        width: 1.66vw;
        height: 1.66vw;
    }
    .social-links__icon {
        margin-right: 0.51875vw;
        width: 1.66vw;
        height: 1.66vw;
        cursor: pointer;
    }
    .social-links--header .social-links__icon {
        width: 1.66vw;
        height: 1.66vw;
    }
    .header__right {
        width: auto;
    }
    .header .buttons > * {
        margin-left: 1.245vw;
    }
    .header .buttons .button {
        min-width: 9.02625vw;
        font-size: 0.83vw;
        white-space: nowrap;
        padding: 0.51875vw 1.0375vw;
    }
    .menu-wrap {
        padding: 0.2075vw 0.46687vw 0.415vw 0;
        box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
        border-radius: 0 0.83vw 0.83vw 0;
        left: -20vw;
        display: flex
    }
    .menu-wrap .menu .menu-list-group {
        margin-bottom: 2.075vw;
    }
    .social-links--sidebar {
        margin: 0 0 1.245vw;
    }
    .social-links--sidebar .social-links__icon svg {
        width: 1.245vw;
        height: 1.245vw;
    }
    .footer__left {
        order: 1;
        margin: 0;
    }
    .footer__center {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .footer__center a {
        margin: 0 0.6225vw;
        font-size: 0.83vw;
        display: inline;
    }



    .footer__right {
        margin: 0;
    }

    .app-icon--google {
        margin-right: 1.245vw;
    }
}

@media only screen and (max-width: 449px) {
    .footer .btn {
        width: 8.19127vw !important;
        height: 8.19127vw !important;
    }
    .footer .svg-inline--fa {
        width: 19px !important;
        height: 19px;
    }
    .footer .social-links,
    .footer__links {
        margin-left: 0;
    }
    .header .buttons__auth:hover {
        background: transparent;
    }
    .header .buttons .button-white {
        display: flex !important;
        font-weight: 400;
        font-size: 4.81013vw;
    }
    .social-links-item {
        width: 10.12658vw;
        height: 10.12658vw;
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
}
.container__header {
    display: flex;
    height: 48px;
    gap: 24px;
    align-items: center;
}
.container__footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 16px 0;
    padding: 20px;
}
.container__footer a {
    color: hsla(0, 0%, 100%, 0.6);
}
.container__footer a:hover {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 684px;
        padding: 0;
    }
    .container__header {
        height: 80px;
        gap: 40px;
    }
    .container__footer {
        grid-template-columns: 1fr auto 1fr; /* Три колонки, боковые всегда равны */
        gap: 6px 0;
        padding: 14px;
    }
}
@media only screen and (min-width: 1024px) {
    .container {
        max-width: 898px;
    }
}
@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1110px;
    }
}
@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1244px;
    }
}
@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1608px;
    }
}
.button-blue {
    color: #fff !important;
    background-color: #4663AB;
}
.button-blue:hover {
    color: #fff !important;
    background-color: #5270b8;
}
@media only screen and (min-width: 768px) {
    .button__login {
        font-size: 14px;
        line-height: 20px;
        padding: 14px 24px;
        border-radius: 10px;
        height: 48px;
        margin-left: -16px;
        font-weight: 600;
    }
}


body.single .entry-meta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    body.single .entry-meta {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }
}

body.single .entry-meta .author-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
body.single .entry-meta .author-box .author-box-avatar {
    height: 100px;
}
body.single .entry-meta .author-box .author-box-avatar center,
body.single .entry-meta .author-box .author-box-avatar img {
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 768px) {
    .entry-title {
        font-size: 20px;
    }
    .single-interesting-heading {
        font-size: 25px;
    }
    .single-popular-item-heading {
        font-size: 20px;
    }

    body.single .entry-content ul,
    body.single .entry-content ol {
        margin-left: 0;
    }
}
