@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Inter-Black;
    src: url(../fonts/Inter-Black.woff2);
    font-weight: 900;
}

@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Inter-ExtraBold;
    src: url(../fonts/Inter-ExtraBold.woff2);
    font-weight: 800;
}

@font-face {
    font-family: Inter-ExtraLight;
    src: url(../fonts/Inter-ExtraLight.woff2);
    font-weight: 200;
}

@font-face {
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light.woff2);
    font-weight: 300;
}

@font-face {
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Inter-SemiBold;
    src: url(../fonts/Inter-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Inter-Thin;
    src: url(../fonts/Inter-Thin.woff2);
    font-weight: 100;
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.woff2);
    font-weight: 700;
}

@font-face {
    font-family: TTNorms-Regular;
    src: url(../fonts/TTNorms-Regular.woff);
    font-weight: 400;
}

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

button {
    cursor: pointer
}

body {
    line-height: 1;
    overflow-x: hidden;
    min-width: 320px
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ol,nav ul {
    list-style-type: none
}

nav ol li {
    font-size: 20px;
    line-height: 30px;
    font-family: Inter-Regular, sans-serif
}

nav ol {
    list-style: none;
    counter-reset: li
}

nav ol li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

nav ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". " " ";
    margin-right: 23px;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    max-width: 1263px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

body {
    font-family: Inter-Regular, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    position: relative
}

a {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    display: inline;
    text-decoration: none;
    font-family: Inter-Bold, sans-serif
}

p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0,0,0,0.87);
    font-family: Inter-Regular, sans-serif;
    margin-bottom: 20px
}

p strong,p strong a {
    font-family: Inter-Bold, sans-serif
}

p a {
    display: inline;
    font-size: 20px;
    line-height: 30px;
    font-family: Inter-Regular, sans-serif;
    color: #7eabf1
}

p a:hover {
    color: #317ae9 !important
}

.news ul li,ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 23px
}

.news ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff5353;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px
}

ol,ul {
    margin-bottom: 30px
}

li,ol,ul {
    list-style: none
}

.news ol {
    counter-reset: li
}

.news ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". " " ";
    margin-right: 23px;
    position: absolute;
    font-family: Inter-SemiBold, sans-serif;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    color: #ef3a3a
}

h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
    font-family: Inter-Bold, sans-serif;
    color: rgba(0,0,0,0.9)
}

h2 {
    font-family: Inter-Bold, sans-serif;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px
}

h3 {
    font-size: 28px;
    font-family: Inter-Bold, sans-serif;
    line-height: 38px;
    margin-bottom: 15px
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Inter-Bold, sans-serif
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px
}

h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px
}

@media (max-width: 1070px) {
    h1 {
        font-size:28px;
        line-height: 34px
    }
}

@media (max-width: 768px) {
    h1 {
        font-size:30px;
        line-height: 38px
    }

    h2 {
        font-size: 32px;
        line-height: 42px
    }
}

@media (max-width: 650px) {
    p {
        margin-bottom:12px
    }

    ol,ul {
        margin-bottom: 12px
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }

    h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px
    }

    h4 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 14px
    }
}

.facebook-soc,.instagram-soc,.odnoklassniki-soc,.social-soc,.telegram-soc,.twitter-soc,.vk-soc,.youtube-soc,.tiktok-soc,.rss-soc {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 18px;
    background-size: cover
}

.header-menu ul li a:hover {
    text-decoration: underline
}

.enter,.search-btn {
    cursor: pointer
}

.telegram-soc {
    background: url(/user/img/telegram_1.svg) no-repeat center
}

.telegram-soc:hover {
    background: url(/user/img/telegram_1-hover.svg) no-repeat center
}

.facebook-soc {
    background: url(/user/img/facebook_11.svg) no-repeat center
}

.facebook-soc:hover {
    background: url(/user/img/facebook_1-hover.svg) no-repeat center
}

.twitter-soc {
    background: url(/user/img/twiter_1.svg) no-repeat center
}

.twitter-soc:hover {
    background: url(/user/img/twiter_1-hover.svg) no-repeat center
}

.social-soc {
    background: url(/user/img/soc_1.svg) no-repeat center
}

.social-soc:hover {
    background: url(/user/img/s-hover.svg) no-repeat center
}

.vk-soc {
    background: url(/user/img/vk_1.svg) no-repeat center
}

.vk-soc:hover {
    background: url(/user/img/vk_1-hover.svg) no-repeat center
}

.odnoklassniki-soc {
    background: url(/user/img/odnikl.svg) no-repeat center
}

.odnoklassniki-soc:hover {
    background: url(/user/img/odnikl-hover.svg) no-repeat center
}

.instagram-soc {
    background: url(/user/img/instagram_11.svg) no-repeat center
}

.instagram-soc:hover {
    background: url(/user/img/instagram_11-hover.svg) no-repeat center
}

.youtube-soc {
    background: url(/user/img/youtube_11.svg) no-repeat center
}

.youtube-soc:hover {
    background: url(/user/img/youtube_11-hover.svg) no-repeat center
}

.tiktok-soc {
    background: url(/user/img/tiktok_1.svg) no-repeat center
}

.tiktok-soc:hover {
    background: url(/user/img/tiktok_1-hover.svg) center no-repeat!important;
    background-size: contain!important;
}

.social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.social-box a {
    margin-right: 7px
}

.logo {
    width: 100%;
    max-width: 130px
}

.logo a {
    display: block
}

.logo img {
    width: 100%
}

.header {
    padding-bottom: 35px
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header+.container {
    padding-top: 165px
}

.header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9
}

.hamburger-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: 0 0;
    border: none;
    outline: 0
}

.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.header-menu ul li {
    margin-right: 25px
}

.header-menu ul li a {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0 9px;
    border-bottom: 1px solid #ebebeb
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__right button {
    background: 0 0;
    border: none;
    outline: 0;
    margin-right: 25px
}

.languages {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    width: 35px;
    margin-left: 7px
}

.languages-change,.languages-select {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6px 8px 6px 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: Inter-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333
}

.languages-change {
    position: absolute;
    top: 35px;
    left: 0;
    text-align: center;
    background: #fff;
    z-index: 9;
    display: none
}

.languages:after {
    content: "";
    border: solid rgba(0,0,0,0.9);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    top: 11px;
    right: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.languages.active .languages-change {
    display: block;
    padding: 6px 8px 6px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(34,60,80,0.2);
    box-shadow: 0 1px 8px 0 rgba(34,60,80,0.2)
}

.languages-change {
    z-index: 999 !important
}

.footer {
    background: #1e1e1e;
    padding: 32px 0 22px
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

.footer .telegram-soc {
    background: url(/user/img/telegram-f.svg) no-repeat center
}

.footer .facebook-soc {
    background: url(/user/img/facebook-f.svg) no-repeat center
}

.footer .twitter-soc {
    background: url(/user/img/twitter-f.svg) no-repeat center;
    background-size: contain;
}

.footer .social-soc {
    background: url(/user/img/el-f.svg) no-repeat center;
    width: 24px;
    height: 24px
}

.footer .odnoklassniki-soc {
    background: url(/user/img/odnoklassniki-f.svg) no-repeat center
}

.footer .instagram-soc {
    background: url(/user/img/instagram--f.svg) no-repeat center
}

.footer .youtube-soc {
    background: url(/user/img/youtube-f.svg) no-repeat center;
    width: 35px !important
}

.footer .tiktok-soc {
    background: url(/user/img/tiktok-f.svg) no-repeat center;
    background-size: contain;
}

.footer .rss-soc {
    background: url(/user/img/rss-f.svg) no-repeat center
}

.footer .vk-soc {
    background: url(/user/img/vk-f.svg) no-repeat center
}

.footer .social-box {
    margin-left: 50px
}

.footer .social-box a {
    margin-right: 35px
}

.footer .facebook-soc,.footer .instagram-soc,.footer .odnoklassniki-soc,.footer .rss-soc,.footer .social-soc,.footer .telegram-soc,.footer .twitter-soc,.footer .vk-soc,.footer .youtube-soc,.footer .tiktok-soc {
    width: 29px;
    height: 29px
}

.footer__menu li a:hover {
    text-decoration: underline
}

.footer__info {
    padding-top: 20px
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu {
    margin-right: 80px;
    min-width: 160px
}

.footer__menu li {
    margin-bottom: 10px
}

.footer__menu li a {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(255,255,255,0.87)
}

.footer__law>div {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(255,255,255,0.6);
    margin-bottom: 15px
}

.footer__law a {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(255,255,255,0.87)
}

.footer__law a span {
    color: #ff2a00
}

.footer__law>div>a:hover {
    color: #ed4945;
}

.footer__bottom {
    padding-top: 20px;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255,255,255,0.6)
}

/* @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
} */

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s transform, 0.2s top;
    -o-transition: 0.2s transform, 0.2s top;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s left;
    -o-transition: 0.2s transform, 0.2s left;
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s right;
    -o-transition: 0.2s transform, 0.2s right;
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.content__flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 36px;
    overflow: hidden
}

.cabinet {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cabinet__content {
    width: 100%
}

.cabinet__format {
    font-size: 14px;
    line-height: 21px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 20px
}

.cabinet .cabinet-btns.cab button {
    width: 30%
}

.cabinet .cabinet-btns.cab .cabinet__dell {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Bold, sans-serif;
    color: #ff2a00;
    background: 0 0
}

.cabinet .cabinet-btns.cab .cabinet__save1 {
    border: 1px solid #317ae9;
    border-radius: 2px;
    color: #317ae9;
    background: 0 0;
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Bold, sans-serif
}

.cabinet .cabinet-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cabinet .cabinet-btns button {
    border: none;
    outline: 0;
    height: 48px
}

.cabinet textarea {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    height: 270px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.3)
}

.cabinet__download-box {
    border: 1px dashed #e8e8e8;
    border-radius: 2px;
    width: 390px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cabinet__download-box span {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.3);
    display: block;
    margin-bottom: 20px
}

.cabinet-publication__title {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-SemiBold, sans-serif;
    color: rgba(0,0,0,0.87);
    margin-bottom: 10px
}

.cabinet-publication__title span {
    color: rgba(0,0,0,0.5)
}

.cabinet-publication input {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.3);
    height: 50px;
    padding: 14px 24px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    width: 100%
}

.cabinet-add {
    border: none;
    outline: 0;
    color: #fff;
    height: 48px;
    background: #317ae9;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 270px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cabinet-add img {
    margin-right: 5px
}

.cabinet-ok {
    padding-top: 30px;
    padding-bottom: 20px
}

.cabinet-ok p {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Medium, sans-serif;
    color: rgba(0,0,0,0.87)
}

.cabinet__cancel {
    font-size: 16px;
    line-height: 24px;
    color: #317ae9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    font-family: Inter-Bold, sans-serif
}

.cabinet__save {
    background: #317ae9;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter-Bold, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.cabinet__profile input {
    width: 100%;
    padding: 13px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0,0,0,0.87);
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px
}

.cabinet__profile .cabinet-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cabinet__profile .cabinet-btns button {
    width: 50%;
    border: none;
    outline: 0;
    height: 48px
}

.cabinet__profile .cabinet-pass {
    color: #b2b2b2
}

.cabinet__profile .cabinet-input {
    position: relative
}

.cabinet__profile .cabinet-input:after {
    content: "";
    background: url(/user/img/pen.svg);
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px
}

.cabinet-tabs>input[type="radio"] {
    display: none
}

.cabinet-tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px 8px;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0,0,0,0.25);
    font-family: Inter-Bold, sans-serif;
    margin-right: 50px
}

.cabinet-tabs>input[type="radio"]:checked+label {
    border-bottom: 4px solid #317ae9;
    color: rgba(0,0,0,0.87)
}

.cabinet-tabs>label:not(:first-of-type) {
    border-left: none
}

.cabinet-tabs #tab-btn-1:checked ~ #content-1,.cabinet-tabs #tab-btn-2:checked ~ #content-2,.cabinet-tabs #tab-btn-3:checked ~ #content-3 {
    display: block
}

.cabinet-tabs>div {
    display: none;
    padding: 29px 0;
    border-top: 2px solid #ebebeb
}

.cabinet-tabs>div .cabinet-in {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 16px 16px 16px 40px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.87);
    position: relative
}

.cabinet-tabs>div .cabinet-in:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 12px;
    background: url(/user/img/eten.svg);
    width: 20px;
    height: 22px
}

.cabinet__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 70px
}

.cabinet__download {
    font-size: 12px;
    line-height: 18px;
    color: #317ae9
}

.cabinet__img {
    width: 140px;
    height: 140px;
    margin-bottom: 2px;
    border-radius: 2px;
    overflow: hidden
}

.cabinet__img img {
    width: 100%
}

.cabinet__registration {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 10px
}

.cabinet__registration span {
    color: #000;
    font-size: 14px;
    line-height: 22px
}

.cabinet__name {
    font-size: 18px;
    line-height: 24px;
    font-family: Inter-Bold, sans-serif;
    color: rgba(0,0,0,0.87);
    margin-bottom: 5px
}

.publications {
    padding-top: 25px
}

.publications__tabs {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 12px;
    margin-top: 25px
}

.publications-label {
    font-family: Inter, sans-serif;
    position: relative;
    padding-right: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #787878;
    cursor: pointer
}

.publications-label ~ .publications-label {
    margin-left: 20px
}

.label-1::after {
    position: absolute;
    content: attr(data-count);
    top: -1px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #787878;
    text-align: center;
    line-height: 20px
}

.label-2::after {
    position: absolute;
    content: attr(data-count);
    top: -1px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #787878;
    text-align: center;
    line-height: 20px
}

.label-3::after {
    position: absolute;
    content: attr(data-count);
    top: -1px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #787878;
    text-align: center;
    line-height: 20px
}

.publications-input {
    display: none
}

.publications__content {
    display: none
}

#publications-tab-1:checked ~ #publications__content-1,#publications-tab-2:checked ~ #publications__content-2,#publications-tab-3:checked ~ #publications__content-3 {
    display: block
}

.publications-input:checked+.publications-label {
    color: #C7C7C7
}

.publications-input:checked+.publications-label::after {
    border: 1px solid #C7C7C7
}

.publications__content-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 12px
}

.publications__content-item:first-child {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb
}

.publications__content-item::after {
    position: absolute;
    content: '';
    top: auto;
    bottom: 50%;
    right: 0;
    background: url("../user/img/redact.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.publications__content-info {
    padding-right: 40px
}

.publications__content-img {
    width: 115px;
    margin-right: 15px
}

.publications__content-date {
    font-size: 12px;
    line-height: 15px;
    color: #7b7b7b;
    margin-bottom: 5px
}

.publications__content-title {
    font-size: 18px;
    line-height: 24px
}

.publications__content:target {
    display: block
}

.publications__content-mess {
    display: inline-block;
    background: url("../user/img/mess.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-left: 5px
}

.error {
    padding: 50px 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.error__title {
    font-family: Inter-SemiBold, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin: 20px 0 25px 0
}

.error__text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px
}

.error__btn {
    margin-top: 20px;
    font-family: Inter-SemiBold, sans-serif;
    padding: 12px 60px;
    background: #317ae9;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.content__flex-main {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px
}

.content__flex-main.error-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.content__flex-main.news.full-width .content__base,.content__flex-main.news.full-width .main-content {
    width: 100%
}

.calendar-box.calendar-main .calendar-box__item.active {
    height: auto
}

.calendar-box.calendar-main .calendar-box__about {
    padding-top: 30px
}

.calendar-box.calendar-main .calendar-box__item {
    height: 150px;
    overflow: hidden
}

.calendar-box__text {
    margin-bottom: 20px
}

.calendar-box__text p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.calendar-box__text li {
    margin-bottom: 24px !important
}

.calendar-box__text li:last-child {
    margin-bottom: 0 !important
}

.calendar-box__text li p:last-child {
    margin-bottom: 0
}

.calendar-box__text ul {
    margin-bottom: 0 !important
}

.calendar-box__date-in {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 10px
}

.calendar-box__date-in.hide-desctop {
    display: none
}

.calendar-box.calendar-main .calendar-box__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calendar-box.calendar-main .calendar-box__info {
    width: 80%
}

.calendar-main .calendar-box__item {
    padding: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 2px
}

.map-block {
    width: 100%;
    margin-bottom: 35px
}

.map-block img {
    width: 100%
}

.question__date {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,0.8);
    opacity: 0.6;
    display: block;
    margin-bottom: 10px
}

.question__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.question__bottom .content-btn {
    margin-right: 20px;
    width: 145px;
    height: 44px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ff2a00;
    border-radius: 2px;
    font-size: 16px
}

.question__bottom .content-btn:hover {
    background: #ff2a00;
    color: #fff;
}

.question__bottom .content-btn:hover img {
    filter: brightness(0) invert(1);
}

.question__bottom .content-btn img {
    margin-left: 5px
}

.question-block .question__box {
    padding: 26px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin-bottom: 20px
}

.question-block .question__title {
    font-size: 20px;
    line-height: 30px
}

.progress-bar {
    width: 100%;
    background: #ebebeb;
    height: 10px;
    margin-bottom: 12px
}

.progress-inside {
    background: #ff2a00;
    height: 10px
}

.progress-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.progress-top span {
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.question__total {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0,0,0,0.6);
    margin-right: 20px;
    display: inline-block
}

.humor-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 20px
}

.humor-box .like-box- {
    margin-bottom: 0
}

.humor-box__text {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0,0,0,0.87);
    margin-bottom: 18px;
    font-family: inherit
}

.humor-box__item {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 18px 18px 18px 95px;
    position: relative
}

.humor-box__item:before {
    content: "";
    background: url(/user/img/smile.svg);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 28px
}

.blogs-tile.order .blogs__img-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 22px;
    margin-right: 0
}

.blogs-tile.order .content-tile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.blogs-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb
}

.blogs__img-main {
    margin-right: 22px;
    max-width: 280px;
    width: 100%
}

.blogs__img-main img {
    width: 100%
}

.blogs-box {
    border-bottom: 1px solid #ebebeb
}

.content-tile.blogs {
    margin-bottom: 0
}

.blogs__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blogs__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blogs__title {
    font-size: 20px;
    line-height: 24px;
    font-family: Inter-SemiBold, sans-serif;
    color: #000
}

.blogs__info {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.7);
    margin-top: 10px;
    margin-bottom: 30px
}

.blogs__name {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ff2a00;
    font-family: Inter-Medium, sans-serif
}

.blogs__date {
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
    font-family: Inter-Regular, sans-serif;
    color: #7b7b7b
}

.blogs__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px
}

.blogs__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.calendar_ {
    right: 0;
    top: 28px !important
}

.content-btn.news-btn {
    font-size: 16px;
    line-height: 22px;
    color: #787878;
    margin-top: 30px;
    display: inline-block
}

.content-btn.news-btn img {
    margin-right: 5px;
    width: 14px
}

.change-block .content-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.change-block .content-tile .content-tile__link,.change-block .content-tile .content-tile__text {
    font-size: 18px !important;
    line-height: 24px !important
}

.change-block .content-tile__date {
    margin-top: 5px
}

.change-block .content-tile__img {
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    margin-right: 10px
}

.change-block .content-tile__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__tabs.main {
    position: relative
}

.content-news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar-link {
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    color: #787878
}

.calendar-link:before {
    content: "";
    background: url(/user/img/calendar.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -22px
}

.content__tabs.main label {
    margin-bottom: 20px
}

.content__tabs.main .content-news__item {
    padding-bottom: 12px;
    margin-bottom: 12px
}

.content-news__img {
    max-width: 114px;
    width: 100%;
    min-width: 114px;
    margin-right: 14px;
    border-radius: 2px;
    overflow: hidden
}

.content-news__img img {
    width: 100%
}

.content__news {
    position: relative;
    width: 37%;
    max-width: 393px;
    margin-right: 27px
}

.content__news.error-page {
    margin-right: 0;
    margin-left: 27px
}

.content-news__text {
    width: 98%
}

.content__base {
    width: 74.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.content__tabs input[type="radio"] {
    display: none
}

.content__tabs input[type="radio"]:checked+label {
    color: #c7c7c7
}

.content__tabs #tab-btn-11:checked ~ #content-11,.content__tabs #tab-btn-12:checked ~ #content-12,.content__tabs #tab-btn-13:checked ~ #content-13,.content__tabs label {
    font-family: Inter-Medium, sans-serif;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
    top: 1px;
    margin-right: 25px;
    font-size: 16px;
    line-height: 22px;
    color: #787878
}

.content__tabs label:hover {
    color: #c7c7c7
}

.news-number {
    font-size: 12px;
    line-height: 15px;
    background: #ede9e9;
    border-radius: 50%;
    padding: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    width: 21px;
    height: 21px
}

.content-btn {
    font-size: 18px;
    line-height: 24px;
    font-family: Inter-SemiBold, sans-serif;
    color: #ff2a00
}

.border {
    border-top: 2px solid #ff2a00;
    padding-top: 10px
}

.border .content-title__link {
    text-transform: uppercase
}

.map-box {
    margin-bottom: 40px
}

.map-box__bl img {
    width: 100%
}

.humor,.question {
    margin-bottom: 40px
}

.calendar-box {
    margin-bottom: 40px
}

.calendar-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px
}

.calendar-box__date {
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.calendar-box__day {
    font-size: 62px;
    line-height: 75px;
    color: transparent;
    -webkit-text-stroke: 1px #ff2a00;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff2a00;
    font-family: Inter-Bold, sans-serif;
    text-transform: uppercase;
    margin-top: -8px
}

.calendar-box__info {
    font-size: 18px;
    line-height: 24px
}

.calendar-box__month {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Inter-Bold, sans-serif
}

.content__news-box {
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 23px
}

.question__title {
    font-size: 18px;
    line-height: 24px;
    font-family: Inter-SemiBold, sans-serif;
    margin-bottom: 15px
}

.content-news__time,.content-tile__date {
    font-size: 12px;
    line-height: 15px;
    color: #7b7b7b;
    margin-bottom: 2px;
    display: inherit
}

.border-orange {
    border-top: 2px solid #ff7a00
}

.content-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-news__item {
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ebebeb
}

.content-news__link,.content-news__text {
    font-size: 18px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif
}

.content-title__link {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.border-blue {
    border-top: 2px solid #4683d9
}

.content-title {
    margin-bottom: 15px
}

.form_radio {
    margin-bottom: 20px
}

.form_radio input[type="radio"] {
    display: none
}

.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif
}

.form_radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #fff;
    border: 1.5px solid #dfe1e5;
    border-radius: 500px
}

.form_radio label:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 4px;
    top: 6px
}

.form_radio input[type="radio"]:checked+label:before {
    background: #fff;
    border: 1.5px solid #ff2a00;
    border-radius: 500px
}

.form_radio input[type="radio"]:checked+label:after {
    background: #ff2a00;
    width: 9px;
    height: 10px;
    border-radius: 500px
}

.form_radio label:hover:before {
    -webkit-filter: brightness(120%);
    filter: brightness(120%)
}

.form_radio input[type="radio"]:disabled+label:before {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.content-news__link:hover,.content-tile:hover {
    opacity: 0.85
}

.tiles-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tiles-two .content-tile {
    width: 48.4%
}

.tiles-two .content-tile__link,.tiles-two .content-tile__text {
    font-size: 20px;
    line-height: 26px
}

.popular-bl .content-tile:nth-of-type(1) .content-tile__img:before,.popular-bl .swiper-slide:nth-of-type(1) .content-tile__img:before {
    background: url(/user/img/Component1.svg) no-repeat
}

.popular-bl .content-tile:nth-of-type(2) .content-tile__img,.popular-bl .swiper-slide:nth-of-type(2) .content-tile__img {
    position: relative
}

.popular-bl .content-tile:nth-of-type(2) .content-tile__img:before,.popular-bl .swiper-slide:nth-of-type(2) .content-tile__img:before {
    background: url(/user/img/Component2.svg) no-repeat
}

.popular-bl .content-tile:nth-of-type(3) .content-tile__img,.popular-bl .swiper-slide:nth-of-type(3) .content-tile__img {
    position: relative
}

.popular-bl .content-tile:nth-of-type(3) .content-tile__img:before,.popular-bl .swiper-slide:nth-of-type(3) .content-tile__img:before {
    background: url(/user/img/Component3.svg) no-repeat
}

.popular-bl .content-tile:nth-of-type(4) .content-tile__img,.popular-bl .swiper-slide:nth-of-type(4) .content-tile__img {
    position: relative
}

.popular-bl .content-tile:nth-of-type(4) .content-tile__img:before,.popular-bl .swiper-slide:nth-of-type(4) .content-tile__img:before {
    background: url(/user/img/Component4.svg) no-repeat;
    height: 102%;
    background-color: #fff;
    width: 77px
}

.popular-bl .content-tile:nth-of-type(5) .content-tile__img,.popular-bl .swiper-slide:nth-of-type(5) .content-tile__img {
    position: relative
}

.popular-bl .content-tile:nth-of-type(5) .content-tile__img:before,.popular-bl .swiper-slide:nth-of-type(5) .content-tile__img:before {
    background: url(/user/img/Component5.svg) no-repeat
}

.popular-bl .content-tile:nth-of-type(6) .content-tile__img,.popular-bl .swiper-slide:nth-of-type(6) .content-tile__img {
    position: relative
}

.popular-bl .content-tile:nth-of-type(6) .content-tile__img:before,.popular-bl .swiper-slide:nth-of-type(6) .content-tile__img:before {
    background: url(/user/img/Component6.svg) no-repeat
}

.popular-bl .content-tile__img {
    position: relative;
    height: 108px
}

.popular-bl .content-tile__img:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 68px;
    background: url(/user/img/Component1.svg) no-repeat;
    background-size: cover
}

.content-tile__img {
    display: block
}

.author-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.author-bl__img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

.author-bl__img img {
    width: 100%
}

.author-bl__name {
    font-size: 14px;
    line-height: 17px;
    font-family: Inter-Medium, sans-serif;
    color: #ff2a00;
    margin-bottom: 2px
}

.author-bl__position {
    font-size: 12px;
    line-height: 15px;
    color: #7b7b7b
}

.tiles-four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tiles-four .content-tile {
    width: 23.3%
}

.border-blue1 {
    border-top: 2px solid #00a2ac
}

.border-yellow1 {
    border-top: 2px solid #d3d800
}

.border-purple {
    border-top: 2px solid #ef5faf
}

.border-brown {
    border-top: 2px solid #e65a39
}

.border-yellow {
    border-top: 2px solid #f5a406
}

.tiles-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 21px
}

.tiles-three .content-tile {
    width: 31.1%
}

.content-tile {
    margin-bottom: 24px
}

.content-tile__link,.content-tile__text {
    font-size: 18px;
    line-height: 22px;
    font-family: Inter-SemiBold, sans-serif
}

.content-tile__text {
    margin-bottom: 10px
}

.content-tile__img {
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px
}

.content-tile__img img {
    width: 100%
}

.main-slider .swiper-slide {
    width: 240px !important
}

.hamburger-btn.hide-desc {
    display: none
}

.main-slider-block {
    display: none
}

.show-mobile {
    display: none
}

.author-bl__text {
    margin-top: -5px
}

.main-slider {
    display: none
}

.languages.active .languages-change {
    display: block
}

.add-publication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 18px 11px;
    border: 1px dashed #dadada;
    border-radius: 2px;
    margin-bottom: 19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.add-publication__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 5px
}

.add-publication__btn {
    background: #317ae9;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: 0;
    height: 48px;
    width: 100%;
    max-width: 270px
}

.add-publication__btn img {
    margin-right: 7px
}

.add-publication__text {
    font-size: 16px;
    line-height: 22px;
    max-width: 210px;
    margin-bottom: 5px;
    font-family: Inter-Medium, sans-serif;
    color: rgba(0,0,0,0.87)
}

.add-publication__name {
    font-size: 16px;
    line-height: 22px;
    color: #ff2a00;
    font-family: Inter-SemiBold, sans-serif
}

.add-publication__img-bl {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 11px
}

.add-publication__img-bl img {
    width: 100%
}

.content__flex-main.news .content__news {
    margin-right: 0;
    margin-left: 27px
}

.news__time-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-picture-describe {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0,0,0,0.6);
    font-family: Inter-Regular, sans-serif
}

.news-picture {
    width: 100%;
    margin-bottom: 25px
}

.news-picture picture {
    display: block
}

.news-picture picture img {
    width: 100%;
    height: auto;
}

.float-box {
    max-width: 260px;
    width: 100%;
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.float-box.left {
    float: left
}

.news-info {
    padding-left: 20px;
    position: relative;
    border-left: 4px solid #317ae9
}

.like-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px
}

.like-news__item {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: rgba(0,0,0,0.5);
    padding-left: 23px;
    position: relative
}

.like-news__item:before {
    content: "";
    width: 18px;
    height: 18px;
    background-size: cover;
    display: block;
    position: absolute;
    top: -1px;
    left: -2px
}

.like-news__item.like:before {
    background: url(/user/img/like.svg)
}

.like-news__item.like {
    margin-right: 15px;
    cursor: pointer
}

.like-news__item.like:hover {
    color: #317ae9
}

.like-box- {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.error-info {
    font-size: 14px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.5);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada
}

.news-tegs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.news-tegs a {
    font-size: 14px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.87);
    padding: 3px 15px;
    border: 1px solid #dadada;
    margin-right: 5px;
    margin-bottom: 5px
}

.share-box {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.share-box span {
    margin-right: 10px
}

.like-news__item.dlike {
    cursor: pointer
}

.like-news__item.dlike:hover {
    color: #317ae9
}

.like-news__item.dlike:before {
    background: url(/user/img/dlike1.svg);
    top: 4px
}

.like-news__item.like:hover:before {
    background: url(/user/img/like2.svg)
}

.like-news__item.dlike:hover:before {
    background: url(/user/img/dlike2.svg)
}

.float-box__img.video {
    position: relative
}

.float-box__img.video:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    background: url(/user/img/video-i.svg)
}

blockquote {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0,0,0,0.87);
    font-family: Inter-SemiBold, sans-serif;
    position: relative;
    padding: 25px 0 0;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 50px
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    z-index: 9;
    left: 0;
    width: 40.5px;
    height: 30px;
    background: url(/user/img/blockqu.svg) no-repeat;
    background-size: cover
}

blockquote:after {
    content: "";
    display: block;
    position: absolute;
    background: #dadada;
    top: 0;
    z-index: 0;
    right: 0;
    left: auto;
    width: 93%;
    height: 1px
}

.float-box__article {
    font-size: 14px;
    line-height: 26px;
    color: #317ae9;
    font-family: Inter-SemiBold, sans-serif;
    display: block
}

.float-box__text {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-SemiBold, sans-serif;
    color: #000
}

.float-box.right {
    float: right
}

.float-box__img,.float-box__top {
    width: 100%;
    display: block
}

.float-box__img img,.float-box__top img {
    width: 100%
}

.news__time {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0,0,0,0.8);
    opacity: 0.6;
    font-family: Inter-Regular, sans-serif;
    margin-right: 5px
}

.comments-block {
    margin-bottom: 65px;
    width: 100%
}

.comments-answers__img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 15px
}

.comments-answers__img img {
    width: 100%;
    margin-right: 15px
}

.comments-answers__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments-answers__bottom span {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,0.5)
}

.comments-answers__bottom span:first-child {
    margin-right: 20px
}

.comments-answers__text {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.87);
    margin-bottom: 15px
}

.comments-answers__name {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Bold, sans-serif;
    color: rgba(0,0,0,0.87);
    margin-right: 15px
}

.comments-answers__date {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0,0,0,0.3)
}

.comments-answers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments-answers__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comments-answers__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px
}

.news-slider .content-tile__img {
    margin-bottom: 0;
    cursor: -webkit-grab;
    cursor: grab
}

.news-slider .content-tile__text {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0,0,0,0.6)
}

.news-slider .swiper-button-next:after,.news-slider .swiper-button-prev:after {
    display: none
}

.news-slider .swiper-button-next {
    background-image: url(/user/img/arrow-news1.png);
    width: 50px;
    height: 50px
}

.news-slider .swiper-button-prev {
    background-image: url(/user/img/arrow-news2.png);
    width: 50px;
    height: 50px
}

.tiles-one .content-tile {
    width: 100%
}

.tiles-one .content-tile .content-tile__link,.tiles-one .content-tile .content-tile__text {
    font-size: 20px;
    line-height: 26px
}

.tiles-one .content-tile__img {
    margin-bottom: 0
}

.comments-box {
    margin-bottom: 30px
}

.comments-box__number {
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Bold, sans-serif;
    color: rgba(0,0,0,0.87);
    margin-bottom: 20px
}

.comments-box__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comments-box__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comments-box textarea {
    height: 100px;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0,0,0,0.3);
    border: 1px solid #dadada;
    border-radius: 2px;
    width: 100%
}

.comments-box__soc-enter {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.87);
    max-width: 369px
}

.comments-box__btn {
    width: 170px;
    height: 46px;
    background: #317ae9;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    outline: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-SemiBold, sans-serif;
    color: #fff
}

.comments-box__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comments-box__img {
    width: 50px;
    height: 50px;
    margin-right: 15px
}

.comments-box__img img {
    width: 100%
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 30px
}

.pagination a {
    height: 40px;
    width: 40px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-right: 10px
}

.pagination a:hover {
    color: #ff2a00;
    border: 1px solid #ff2a00
}

.pagination a.pagination-arrow {
    width: 139px;
    text-transform: initial;
    margin-right: 20px
}

.pagination a.pagination-arrow:last-child {
    margin-right: 0;
    margin-left: 10px
}

.pagination a.pagination-ellipsis {
    border: none
}

.pagination a.pagination-ellipsis:hover {
    border: none
}

.pagination-arrow img {
    display: none
}

@media screen and (max-width: 1260px) {
    .pagination a:nth-of-type(8),.pagination a:nth-of-type(9) {
        display:none
    }
}

@media screen and (max-width: 1120px) {
    .pagination a:nth-of-type(6),.pagination a:nth-of-type(7) {
        display:none
    }
}

@media screen and (max-width: 992px) {
    .tiles-three.popular-bl .content-tile {
        width:48.1%
    }

    .tiles-three.popular-bl .content-tile:last-child {
        display: block
    }

    .cabinet__user {
        margin-right: 30px
    }

    .calendar-main .calendar-box__date-in {
        display: none
    }

    .calendar-main .calendar-box__item {
        padding: 17px;
        height: 120px !important
    }

    .calendar-main .calendar-box__item.active {
        height: auto !important
    }

    .calendar-main .calendar-box__about p,.calendar-main .calendar-box__text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .calendar-main .calendar-box__about {
        padding-top: 0 !important
    }

    .calendar-main .calendar-box__info {
        padding-top: 20px;
        width: 100% !important
    }

    .calendar-box__date-in.hide-desctop {
        display: block;
        width: 67%
    }

    .blogs__img-main {
        display: none
    }

    .content-tile.blogs {
        width: 100%
    }

    .blogs__info {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .blogs-tile {
        padding-top: 0
    }

    .blogs-box,.blogs-tile {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .pagination-arrow {
        width: 40px !important
    }

    .pagination-arrow img {
        display: block
    }

    .pagination-arrow span {
        display: none
    }

    .pagination a:nth-of-type(5) {
        display: none
    }

    .header+.container {
        padding-top: 100px
    }

    .header {
        padding-bottom: 15px
    }

    .hamburger-btn.hide-desc {
        display: inline-block;
        margin-right: 0;
        margin-left: 25px
    }

    .header-menu {
        display: none
    }

    .tiles-three .content-tile {
        width: 48.1%
    }

    .tiles-three .content-tile:last-child {
        display: none
    }
}

@media screen and (max-width: 780px) {
    .content__flex-main {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .cabinet__name {
        font-size: 16px;
        line-height: 22px
    }

    .cabinet__user {
        margin-bottom: 25px
    }

    .cabinet__registration {
        font-size: 14px;
        line-height: 22px
    }

    .cabinet-top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .cabinet-bottom {
        margin-right: 15px
    }

    .cabinet__user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .question-block {
        display: block !important
    }

    .cabinet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cabinet-tabs>label {
        font-size: 16px;
        line-height: 22px
    }

    .cabinet-tabs>div .cabinet-in {
        font-size: 14px;
        line-height: 21px
    }

    .cabinet-tabs>div {
        padding: 22px 0
    }

    .humor-box {
        padding-left: 0
    }

    .pagination a:nth-of-type(5),.pagination a:nth-of-type(6),.pagination a:nth-of-type(7) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .content__flex-main.news .content__news {
        display: none
    }

    .hide-mobile {
        display: none
    }

    .humor,.map-box,.question {
        display: none
    }

    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer .social-box a {
        margin-right: 20px
    }

    .footer .facebook-soc,.footer .instagram-soc,.footer .odnoklassniki-soc,.footer .rss-soc,.footer .social-soc,.footer .telegram-soc,.footer .twitter-soc,.footer .vk-soc,.footer .youtube-soc,.footer .tiktok-soc {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }

    .footer__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer .social-box {
        margin-left: 0
    }

    .show-mobile {
        display: block;
        width: 100%
    }

    .main-slider {
        display: block;
        width: 100%
    }

    .content__news {
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .content__base {
        width: 100%
    }

    .tiles-four .content-tile {
        width: 31.1%
    }

    .tiles-four .content-tile:last-child {
        display: none
    }

    .tiles-three .content-tile,.tiles-three.popular-bl .content-tile {
        width: 31.1%
    }

    .tiles-three .content-tile:last-child,.tiles-three.popular-bl .content-tile:last-child {
        display: block
    }
}

@media (max-width: 780px) {
    .content__news.error-page {
        display:none
    }

    .map-box.border.show-mobile.error-page,.question.border.show-mobile.error-page {
        display: none
    }
}

@media screen and (max-width: 567px) {
    .tiles-three .content-tile {
        width:100%
    }

    .content.content__flex.content-360 {
        margin-bottom: 0
    }

    .cabinet-add {
        max-width: 100% !important
    }

    .cabinet-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cabinet-btns button {
        width: 100% !important
    }

    .cabinet__save {
        margin-bottom: 10px
    }

    .map-block {
        margin-bottom: 24px
    }

    .question-block .question__title {
        font-size: 18px;
        line-height: 20px
    }

    .humor-box__item:before {
        width: 26px;
        height: 26px;
        top: 10px;
        left: 45%;
        background-size: cover
    }

    .humor-box__item {
        padding: 40px 15px 15px 15px
    }

    .calendar-link span {
        display: none
    }

    .content-tile.blogs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blogs__info {
        margin-bottom: 0
    }

    .content-btn.news-btn {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        border-radius: 2px;
        margin-top: 10px
    }

    .content-btn.news-btn span {
        font-size: 14px;
        line-height: 21px
    }

    .content-news__img {
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px
    }

    .content-news__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .main-content__box.tegs .content-tile {
        width: 100%
    }

    .change-box .tiles-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .change-box .tiles-two .content-tile {
        width: 100%;
        margin-bottom: 20px
    }

    .main-content__box.tegs .content-tile__link,.main-content__box.tegs .content-tile__text {
        font-size: 18px;
        line-height: 22px
    }

    .main-content__box.tegs .content-tile {
        margin-bottom: 20px
    }

    .pagination {
        margin-top: 0
    }

    .main-content__box.tegs .tiles-three {
        margin-bottom: 0
    }

    .pagination a.pagination-arrow {
        margin-right: 15px
    }

    .pagination a.pagination-arrow:last-child {
        margin-left: 5px
    }

    .pagination a:nth-of-type(6),.pagination a:nth-of-type(7) {
        display: none
    }

    .main-content__box.tegs .content-tile:nth-of-type(1),.main-content__box.tegs .content-tile:nth-of-type(2),.main-content__box.tegs .content-tile:nth-of-type(3),.main-content__box.tegs .content-tile:nth-of-type(4),.main-content__box.tegs .content-tile:nth-of-type(5),.main-content__box.tegs .content-tile:nth-of-type(6) {
        display: block
    }

    .main-content__box.tegs .content-tile {
        display: none
    }

    .header__right button {
        margin-right: 15px
    }

    .comments-box__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news__time {
        font-size: 12px;
        line-height: 15px
    }

    .content__flex-main.news {
        margin-bottom: 14px
    }

    .main-content__box.last-tile .content-tile:last-child {
        display: none
    }

    .footer .social-box a {
        margin-right: 0
    }

    .float-box.left {
        float: none
    }

    .float-box {
        max-width: 100%;
        margin-bottom: 15px
    }

    .news-picture-describe {
        font-size: 12px
    }

    .question__title {
        font-size: 16px;
        line-height: 22px
    }

    .form_radio {
        margin-bottom: 15px
    }

    .humor__box p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .humor {
        margin-bottom: 15px
    }

    .change-box .content-tile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .change-box .content-tile__link,.change-box .content-tile__text {
        font-size: 16px
    }

    .change-box .content-tile__img {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px;
        margin-right: 10px
    }

    .change-box .content-tile__img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .change-box .content-tile__date {
        margin-top: 5px
    }

    .content__tabs label {
        font-size: 14px;
        line-height: 21px
    }

    .calendar-box__info {
        font-size: 16px;
        line-height: 22px
    }

    .popular-bl .content-tile__img {
        margin-bottom: 5px
    }

    .content__news-box {
        margin-bottom: 35px
    }

    .content-btn {
        border: 1px solid #ff2a00;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 44px;
        border-radius: 2px
    }

    .content-news__link,.content-news__text {
        font-size: 16px;
        line-height: 22px
    }

    .content__news-box .content-title {
        margin-bottom: 5px
    }

    .content__news-box {
        padding: 17px 20px
    }

    .content-tile__text {
        margin-bottom: 5px
    }

    .content-tile__link {
        font-size: 16px
    }

    .content-tile__img {
        margin-bottom: 0
    }

    .content-title {
        margin-bottom: 10px
    }

    .header+.container {
        padding-top: 75px
    }

    .content-title__link {
        font-size: 16px
    }

    .logo {
        margin-left: -15px
    }

    .logo,.logo img {
        max-height: 44px
    }

    .header {
        height: 60px
    }

    .header .social-box {
        display: none
    }

    .publications {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .publications-label ~ .publications-label {
        margin-left: 0;
        margin-top: 5px
    }

    .label-1::after,.label-2::after,.label-3::after {
        right: auto;
        margin-left: 5px;
        top: 0
    }
}

@media screen and (max-width: 477px) {
    .pagination a:nth-of-type(5) {
        display:none
    }

    .calendar-box__date-in.hide-desctop {
        width: 50%
    }

    .like-news {
        margin-right: 10px
    }

    .pagination a.pagination-ellipsis {
        width: 12px
    }
}

@media screen and (max-width: 370px) {
    .error {
        padding:20px 0 40px 0;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .error__title,.error__text {
        font-size: 16px
    }

    .error__btn {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 355px) {
    .pagination a:nth-of-type(4) {
        display:none
    }
}

.popup-box {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8010;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    overflow: auto;
    overflow-y: hidden;
    height: auto
}

.popup-search {
    display: none
}

.popup-box.active {
    display: block
}

.popup-search.active {
    display: block
}

.popup-box_wrap {
    background: #fff;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px 0;
    box-shadow: 0 10px 25px 0;
    padding: 30px 70px 30px 70px;
    width: 97%;
    height: auto;
    position: absolute;
    opacity: 1;
    overflow: visible;
    left: 50%;
    top: 50%;
    z-index: 9999;
    max-width: 550px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup-search.active .popup-box_wrap {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    max-width: 613px
}

.popup-search .popup-box_wrap {
    top: 36%
}

.search-form-top {
    background: #fff;
    margin-top: 10px;
    padding: 19px 30px;
    border-radius: 5px;
    height: 89px;
    max-width: 613px;
    width: 100%;
    position: relative
}

.search-form__title {
    font-size: 34px;
    background: 0 0;
    line-height: 41px;
    font-family: Inter-Bold, sans-serif;
    color: #fff
}

.popup-search .search-form input {
    border: none;
    outline: 0;
    padding: 0;
    font-size: 44px;
    line-height: 30px;
    width: inherit
}

.popup-search .search-form input::-webkit-input-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input::-moz-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input:-ms-input-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input::-ms-input-placeholder {
    font-size: 44px;
    line-height: 30px
}

.popup-search .search-form input::placeholder {
    font-size: 44px;
    line-height: 30px
}

.search-form input {
    caret-color: #c4c4c4;
    color: #c4c4c4
}

.popup-search .search-form button {
    cursor: pointer;
    height: 100%;
    width: 80px;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0
}

.close-search {
    position: absolute;
    top: 75px;
    right: 75px;
    cursor: pointer;
    width: 30px;
    height: 30px
}

.close-search img {
    width: 100%
}

.popup-close {
    background: url(/user/img/close11.svg);
    width: 14px;
    height: 14px;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: 13px
}

.btn-enter,.popup-box__bottom,.popup-box_form,.title-top__in {
    max-width: 400px
}

.popup-switch {
    height: 48px;
    background: #eaeaea;
    border-radius: 52000px;
    padding: 6px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px
}

.popup-switch a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Inter-Regular, sans-serif;
    padding: 0 10px
}

.popup-switch a,.popup-switch a.active {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #050038;
    height: 36px
}

.popup-switch a.active {
    width: 99px;
    background: #fff;
    border-radius: 10px
}

.popup-search.active .popup-box_wrap {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    max-width: 613px
}

.popup-box.registration.social .title-top {
    font-size: 20px;
    max-width: 420px;
    line-height: 30px;
    font-family: Inter-Bold, sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

.popup-box.registration.social .title-top span {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-family: Inter-Regular, sans-serif;
    color: #000;
    margin-bottom: 15px;
    text-transform: initial
}

.popup-box.registration.social button img {
    margin-right: 7px
}

.popup-box.registration.social .social-box__top {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: rgba(0,0,0,0.5);
    margin-bottom: 10px
}

.popup-box.registration.social .social-num {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: rgba(0,0,0,0.87);
    margin-bottom: 30px
}

.registration .popup-box_form.form-in {
    width: 100%
}

.registration .popup-box__reg,.registration .popup-box__reg a {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif;
    color: #000
}

.registration .popup-box__reg a,.registration .popup-box__reg a a {
    color: #2f89ce
}

.registration .popup-box__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.registration .title-top__in {
    width: 100%;
    text-align: center;
    position: relative
}

.registration .title-top__in span {
    background: #fff;
    padding: 0 10px
}

.registration .title-top__in:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ebebeb;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1
}

.registration .popup-box__bottom,.registration .popup-box__bottom a {
    font-size: 14px;
    line-height: 21px;
    font-family: Inter-Regular, sans-serif
}

.registration .popup-box__bottom a,.registration .popup-box__bottom a a {
    color: rgba(0,0,0,0.87)
}

.registration .popup-box__reg a {
    color: #317ae9
}

.registration button {
    margin-top: 5px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    outline: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #317ae9;
    border-radius: 2px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: Inter-Medium, sans-serif
}

.registration .form__field input {
    height: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-bottom: 15px;
    width: 100%
}

.registration .form__field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field input::placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter-Regular, sans-serif;
    color: rgba(0,0,0,0.3);
    text-align: left;
    padding: 5px 10px
}

.registration .form__field .form__error {
    display: none
}

.registration .popup-box_wrap {
    padding: 30px;
    max-width: 526px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.registration .btn-enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
    cursor: pointer
}

.registration .btn-enter__item {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-family: TTNorms-Regular, sans-serif
}

.registration .btn-enter__item:last-child {
    margin-bottom: 0
}

.registration .btn-enter__item img {
    margin-right: 5px
}

.registration .btn-enter__item:last-child {
    margin-right: 0
}

.registration .title-top {
    font-family: Inter-Medium, sans-serif;
    font-size: 26px;
    line-height: 31px;
    color: #000;
    margin: 0 auto 15px
}

.registration .title-top__in {
    font-size: 14px;
    line-height: 20px;
    font-family: TTNorms-Regular, sans-serif;
    color: rgba(0,0,0,0.4);
    margin-bottom: 10px
}

.registration .title-top span {
    font-family: Inter-Bold, sans-serif;
    font-size: 26px;
    line-height: 31px;
    color: #ef3a3a
}

.room-enter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.room-enter__name {
    font-family: Inter-Medium, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333;
    margin-right: 11px
}

.room-enter__cab {
    font-size: 14px;
    font-family: Inter-Medium, sans-serif;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #2f89ce;
    display: inline-block
}

.room-enter .exit {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #2f89ce
}

.breadcrumb {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb li {
    list-style-type: none;
    margin-right: 8px;
    letter-spacing: 0.73px;
    position: relative;
    padding-left: 0;
    line-height: 10px;
    margin-top: 0;
    margin-bottom: 2px
}

.breadcrumb li:after {
    content: "";
    width: 7px;
    height: 9px;
    background-image: url(/user/img/bread_.svg);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-bottom: 1px
}

.breadcrumb li a {
    font-size: 16px;
    font-family: Inter-Regular, sans-serif;
    line-height: 22px;
    color: #333
}

.breadcrumb li a:hover {
    color: #ff5353 !important
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb li:last-child a {
    color: #868686
}

.breadcrumb+.content-title {
    margin-bottom: 20px
}

.breadcrumb+.content-title .content-title__link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333;
    font-family: Inter-Bold, sans-serif
}

@media screen and (max-width: 910px) {
    .close-search {
        top:24.5px;
        right: 24.5px;
        width: 19px;
        height: 19px
    }

    .popup-search .popup-box_wrap {
        top: 30%
    }
}

@media screen and (max-width: 567px) {
    .content.content__flex.error-page {
        margin-bottom:0
    }

    .search-form__title {
        font-size: 24px;
        line-height: 39px
    }

    .popup-search .search-form input {
        font-size: 30px;
        line-height: 20px
    }

    .search-form-top {
        padding: 5px 10px
    }

    .search-form-top {
        height: 52px
    }

    .publications__content-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.select {
    position: relative;
    width: 126px
}

.select__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #333;
    position: relative;
    background: 0 0;
    border: none;
    margin-right: 0;
    margin-left: auto
}

.select__dropdown ul li {
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #333;
    padding-left: 0
}

.select__dropdown ul {
    padding: 10px
}

.select__toggle::after {
    content: "";
    width: 9px;
    height: 4.5px;
    display: inline-block;
    margin-left: 6px;
    margin-top: 4px;
    margin-bottom: 3px;
    background: url(/user/img/search-arrow.svg) no-repeat;
    background-size: cover
}

.select__toggle:focus {
    outline: 0
}

.select_show .select__toggle::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select__dropdown {
    display: none;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    max-height: 10rem;
    overflow-y: auto;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.15);
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
    border-radius: 5px
}

.select_show .select__dropdown {
    display: block
}

.select_show .select__backdrop {
    display: block
}

.select__options {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    font-family: Inter-Regular, sans-serif;
    color: #333
}

.select__options:before {
    display: none
}

.select__dropdown ul li:before {
    display: none
}

.select__option_selected {
    background-color: #e1f5fe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.select__option_selected::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    color: #0277bd;
    background-size: cover;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E')
}

.select__option:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    -webkit-transition: 0.2s background-color ease-in-out;
    -o-transition: 0.2s background-color ease-in-out;
    transition: 0.2s background-color ease-in-out
}

.calendar_ {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 45px;
    display: none
}

.select__option:hover {
    background: 0 0;
    color: #ff5353
}

.calendar_.active {
    display: block;
    z-index: 9
}

.calendar__day-box {
    background-color: #ef3a3a !important
}

.calendar__monthyear span {
    font-family: Inter-Bold, sans-serif
}

.color-calendar .calendar__days {
    -ms-grid-rows: (minmax(30px, 36px))[6] !important;
    grid-template-rows: repeat(6, minmax(30px, 36px)) !important;
    font-family: Inter-Regular, sans-serif !important
}

.color-calendar .calendar__weekdays .calendar__weekday {
    height: 30px !important
}

@media screen and (max-width: 760px) {
    .calendar_ {
        top:60px
    }
}

@media screen and (max-width: 500px) {
    .calendar_ {
        top:112px
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


