

/* Start:/local/templates/.default/assets/css/style-new.css?1788342184137223*/
@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-SemiBold.woff2') format('woff2'),
     url('/local/templates/.default/assets/css/../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    
   }
   
   @font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-Regular.woff2') format('woff2'),
     url('/local/templates/.default/assets/css/../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
   }
   
   @font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-Bold.woff2') format('woff2'),
     url('/local/templates/.default/assets/css/../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    
   }
   
   @font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
     url('/local/templates/.default/assets/css/../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    
   }
   
   @font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-Italic.woff2') format('woff2'),
     url('/local/templates/.default/assets/css/../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    
   }
   
   @font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/assets/css/../fonts/Montserrat-Medium.woff2') format('woff2'),
     url('/local/templates/.default/assets/css/../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    
   }
   
   
   
   html {min-width: 320px;}
   
    body {color: #1A1A1A; min-width: 320px; position: relative; margin: 0; padding: 0px 0 0 0; height: auto !important; min-height: 100%; min-width:320px; font-family: 'Montserrat'; background: #F7F7F7;}
    html > body {padding: 0;}
    img {padding: 0; margin: 0; border: 0;}
    .cleaner {clear: both;}
    a:hover {text-decoration: none;}
   input::-moz-placeholder {opacity: 1; color: #A6A6A6;}
   input::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
   input.error::-moz-placeholder {opacity: 1; color: #A6A6A6;}
   input.error::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
   input:focus::-moz-placeholder {opacity: 0!important;}
   input:focus::-webkit-input-placeholder {opacity: 0!important;}
   textarea::-moz-placeholder {opacity: 1; color: #A6A6A6;}
   textarea::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
   textarea:focus::-moz-placeholder {opacity: 0;}
   textarea:focus::-webkit-input-placeholder {opacity: 0;}
   * {outline: none; box-sizing: border-box; -webkit-appearance: none!important; max-height: 9999999px; -webkit-text-size-adjust: 100%;}
   .container {position: relative; max-width: 100%; overflow: hidden; padding: 192px 0 0 0;}
   .all {width:100%; max-width: 1440px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; position: relative;}
   form {padding: 0; margin: 0; border: 0;}
   form fieldset {padding: 0; margin: 0; border: 0;}
   button, a {transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
   p {padding: 0;margin: 0;}
a {color: #6246E9;}
   body.pop-open {overflow: hidden; max-height: 100dvh;}
   
   
   input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button { /* display: none; <- Crashes Chrome on hover */ -webkit-appearance: none; margin: 0; /* <-- Apparently some margin are still there even though it's hidden */}
   input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {  display: none;}
   
   .search-wrap .fields {z-index: 5; position: relative;}
   .search-wrap .text-field {position: relative; width: 100%; transition: all 0.3s ease; height: 64px; border-radius: 8px; border: 1px solid #E0E0E0; background: #fff; display: flex; align-items: center; }
   .search-wrap .text-field .tags-wrap {max-width: 9999999px;}
   .search-wrap .text-field .tags-wrap .tags-list {padding: 0 0 0 20px; margin: 0 0px -8px 0; flex-wrap: nowrap;}
   .search-wrap .text-field .tags-wrap + .inp-search-in input {padding-left: 0;}
   .search-wrap .text-field .remove {width: 24px; height: 24px; background: url(/local/templates/.default/assets/css/../img/search-remove-ic.svg) center center no-repeat; top: 50%; margin-top: -12px; cursor: pointer; position: absolute; left: -999999px; opacity: 0; transition: opacity 0.3s ease;}
   .search-wrap .text-field.valid .remove {left: auto; right: 20px; opacity: 1;}
   .search-wrap .text-field:hover {box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);}
   .search-wrap .pseudo-input {display: none;}
   input.inp-search {width: 100%; cursor: pointer; transition: all 0.3s ease; height: 60px; font-family: inherit; padding: 0 20px; border-radius: 8px;  border: 0; font-size: 20px; color: #1A1A1A; font-weight: 500;}
   input.inp-search:not(:focus)::-moz-placeholder {opacity: 0.3; color: #1A1A1A;}
   input.inp-search:not(:focus)::-webkit-input-placeholder {opacity: 0.3; color: #1A1A1A;}
   
   .search-wrap .search-drop {background: #fff; z-index: 5; position: absolute; left: -9999px; opacity: 0; transition: opacity 0.3s ease; top: calc(100% + 16px); width: 100%; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); padding: 4px; border-radius: 8px;}
   .search-wrap .search-drop .scroll-content {max-height: 380px; overflow: auto; -ms-overflow-style: none; scrollbar-width: none;}
   .search-wrap .search-drop .scroll-content::-webkit-scrollbar {display: none;}
   .search-wrap.open .search-drop {left: 0; opacity: 1;}
   .search-wrap .search-drop .tags-list {padding: 20px 20px 8px;}
   .search-wrap .search-results-list {padding: 0 12px 8px;}
   .search-wrap .search-results-list a {padding: 0 8px; color: inherit; font-size: 16px; line-height: 18px; font-weight: 500; text-decoration: none; display: flex; align-items: flex-start;}
   .search-wrap .search-results-list a + a {margin-top: 27px;}
   .search-wrap .search-results-list a .result-type {transition: all 0.3s ease; padding: 0 12px; margin: 0 8px 0 0; border-radius: 8px; background: #E0DAFB; line-height: 32px;}
   .search-wrap .search-results-list a .result-type:hover {box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);}
   .search-wrap .search-results-list a .result-type.lightblue {background: #D5F7FF;}
   .search-wrap .search-results-list a .result-title {padding: 8px 0 0 0;}
   
   .search-page.search-wrap {margin: 0 0 40px;}
   .search-page.search-wrap .fields {display: flex; justify-content: space-between;}
   .search-page.search-wrap .fields .text-field {width: calc(100% - 221px);}
   .search-page.search-wrap .submit {width: 205px;}
   .search-page.search-wrap .valid input.inp-search {padding-right: 60px;}
   .search-page.search-wrap .text-field-in {display: flex; align-items: center; width: 100%;}
   .inp-search-in {width: 100%;}
   .search-wrap .pseudo-input {width: 100%;}
   
   .btn {display: table; line-height: 64px; text-align: center; padding: 0 30px; text-decoration: none; border-radius: 8px; transition: all 0.3s ease; background: #1A1A1A; font-size: 20px; font-weight: 500; font-family: inherit; border: 0; cursor: pointer; color: #fff;}
   .btn:hover {box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);}
   .content .btn.show-more {position: relative; padding-right: 64px; margin: 0 auto 56px; z-index: 2;}
   .content .btn.show-more:after {content: '';; display: block; position: absolute; width: 24px; height: 24px; right: 30px; top: 50%; margin-top: -12px; background: url(/local/templates/.default/assets/css/../img/show-more-ic.svg) center center no-repeat;}
   
   
   .tags-wrap .tags-list {width: 100%; display: flex; flex-wrap: wrap;}
   .tags-wrap .tags-list a {min-height: 32px; display: table; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: none; line-height: 32px; padding: 0 12px; border-radius: 8px; background: #EDEDED; margin: 0 8px 8px 0; font-size: 16px; font-weight: 500; color: inherit;}
   .tags-wrap .tags-list a:hover {box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);}
   .tags-wrap .tags-list a.selected {background: #1A1A1A; color: #fff;}
   .tags-wrap .tags-list a.type {background: #E0DAFB;}
   .tags-wrap .tags-list a.type.lightblue {background: #D5F7FF;}
   .tags-wrap .tags-drop {background: #fff; position: absolute; left: -9999px; opacity: 0; transition: opacity 0.3s ease; top: 100%; width: 100%; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); padding: 16px; border-radius: 8px;}
   .tags-wrap.open .tags-drop {left: 0; opacity: 1;}
   .tags-wrap .tags-drop .scroll-content {max-height: 195px; overflow: auto; display: flex; flex-wrap: wrap; }
   .tags-wrap a.show-all {display: flex; align-items: center;}
   .tags-wrap a.show-all:before {content: ''; display: block; width: 24px; height: 12px; background: url(/local/templates/.default/assets/css/../img/dots-ic.svg) center center no-repeat;}
   
   .search-page .tags-wrap.limited {margin-top: 32px; margin-bottom: -8px;}
   
   header {position: fixed; z-index: 20; height: 100px; top: 0; left: 0; width: 100%; transition: all 0.3s ease;}
   header.scrolled {background: #F7F7F7;}
   header .all {display: flex; height: 100%; justify-content: space-between; align-items: center;}
   header .all > * {position: relative; z-index: 3;}
   header .title-drop .title {cursor: pointer; position: relative; display: flex; align-items: center;}
   header .title-drop .title .title-txt {text-decoration: none; color: #1A1A1A; font-size: 30px; font-weight: bold; cursor: pointer;}
   header .title-drop .title .arr {transition: all 0.3s ease; width: 28px; height: 28px; margin: 0 0 0 10px; background: url(/local/templates/.default/assets/css/../img/site-title-arr.svg) center center no-repeat; display: block;}
   header .title-drop.open .title .arr {transform: scale(1,-1);}
   header .title-drop {position: relative;}
   header .title-drop .drop {color: #1A1A1A; font-size: 16px; line-height: 18px; font-weight: 500; width: calc(100% + 16px); top: calc(100% + 14px); box-shadow: 0 4px 16px 0 rgba(0,0,0,0.3); border-radius: 8px; background: #fff; padding: 16px; position: absolute; left: -9999px; opacity: 0; transition: opacity 0.3s ease; margin: 0; list-style-type: none; display: block;}
   header .title-drop .drop li {padding: 15px 8px;}
   header .title-drop .drop li + li {margin-top: 4px;}
   header .title-drop .drop li a {color: inherit; text-decoration: none;}
   header .title-drop.open .drop {left: -8px; opacity: 1;}
   
   header .btns {display: flex; align-items: center;}
   header .btns nav ul {font-size: 20px; font-weight: 500; line-height: 140%; background: #fff; border-radius: 40px; padding: 0 0px; align-items: center; display: flex; margin: 0; list-style-type: none; display: flex;}
   header .btns nav ul li {position: relative;}
   header .btns nav ul li a {width: max-content; color: inherit; text-decoration: none; padding: 0 16px; border-radius: 40px; line-height: 48px; display: flex; align-items: center;}
   header .btns nav ul li.menu-parent>a {padding-right: 52px; position: relative;}
   header .btns nav ul li.menu-parent>a .str {transform: scale(1,-1); transition: all 0.3s ease; display: block; position: absolute; width: 28px; height: 28px; right: 16px; top: 50%; margin-top: -14px; background: url(/local/templates/.default/assets/img/menu-arrow.svg) center center no-repeat;}
   header .btns nav ul li.menu-parent:hover>a .str {transform: none;}
   header .btns nav ul li a.active {background: #E0DAFB;}
   header .btns nav ul li:nth-child(2) a.active {background: #C4FACA; color:black}
   header .btns nav ul li:nth-child(2) a.active .count {color: #1A1A1A !important;}
   header .btns nav ul li:nth-child(3) a.active {background: #D5F7FF;}
   header .btns nav ul li:nth-child(4) a.active {background: #E0DAFB;}
   header .btns nav ul li a.active .count {background: #fff!important;}
   header .btns nav ul li a:hover {box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);}
   /* «Эксперты» показываем только в мобильном меню: в шапке на десктопе пункт
      не помещается по макету. Правило для .mobile-nav специфичнее и возвращает
      его в выехавшем меню, куда JS клонирует .btns */
   header .btns nav ul li.only-mobile {display: none;}
   header .mobile-nav .btns nav ul li.only-mobile {display: block;}
   header .btns nav ul li a .count {transition: all 0.3s ease; margin: 0 0 0 8px; border-radius: 8px; line-height: 32px; padding: 0 12px; background: #E0DAFB; font-size: 16px;}
   header .btns nav>ul>li:nth-child(2)>a .count {background: #D5F7FF; color: black;}
   header .btns nav ul li:nth-child(3) a .count {background: #6246E9; color: #fff;}
   header .btns nav ul li:nth-child(3) a.active {background: #6246E9; color: #fff;}
   header .btns nav ul li:nth-child(3) a.active .count {color: #1A1A1A;}
   header .btns nav ul li ul {white-space: nowrap; visibility: hidden; pointer-events: none; opacity: 0; transition: all 0.3s ease; box-shadow: 0 4px 16px 0 rgba(0,0,0,0.3); gap: 4px; display: flex; flex-direction: column; padding: 16px; top: calc(100% + 12px); left: 0; position: absolute; display: block; border-radius: 8px;}
   header .btns nav ul li ul li a:hover {box-shadow: none; background: #E0DAFB;}
   header .btns nav ul li ul li a:hover .count {background: #fff!important;}
   header .btns nav ul li:first-child ul li:nth-child(2) a:hover {background: #D5F7FF;}
   header .btns nav ul li ul:before {content: ''; display: block; position: absolute; top: -12px; left: 0; width: 100%; height: 12px;}
   header .btns nav ul li:first-child ul li:nth-child(2) a .count {background: #D5F7FF;}
   header .btns nav ul li:hover ul {visibility: visible; opacity: 1; pointer-events: auto;}
   header .btns .search-btn {width: 48px; height: 48px; border-radius: 50%; margin: 0 0 0 16px; cursor: pointer; background: #fff url(/local/templates/.default/assets/css/../img/header-loop.svg) center center no-repeat;}
   header .btns .search-btn.opened {background-image: url(/local/templates/.default/assets/css/../img/search-close-ic.svg);}
   header .btns .lang-block {margin: 0 0 0 16px; line-height: 48px; background: #fff; border-radius: 30px;}
   header .btns .lang-block ul {display: flex; padding: 0; margin: 0; list-style-type: none;}   
   header .btns .lang-block ul a {display: table; padding: 0 16px; font-size: 20px; color: #1A1A1A; font-weight: 500; text-decoration: none;}
   header .btns .lang-block ul a .tab, header .btns .lang-block ul a .mob {display: none;}   
   header .btns .lang-block ul .active a {opacity: 0.3;}
   header .menu-ic {width: 48px; height: 48px; border-radius: 50%; margin: 0 0 0 16px; cursor: pointer; background: #fff url(/local/templates/.default/assets/css/../img/menu-ic.svg) center center no-repeat; display: none;}
   header .mobile-nav {display: none;}
   
   .popup-search {opacity: 0; z-index: 2!important; padding: 158px 0 0 0; position: fixed!important; top: 0; bottom: 0; left: -99999px; transition: opacity 0.3s ease; width: 100%;}
   .popup-search.open {opacity: 1; left: 0; }
   .popup-search .ovlay {position: absolute; top: 0; bottom: 0; left: 0; width: 100%; background: rgba(247, 247, 247, 0.8); backdrop-filter: blur(30px);}
   .popup-search .search-wrap {max-width: 1440px; margin: 0 auto; padding: 0 20px;}
   .popup-search .search-wrap .fields {display: flex; justify-content: space-between;}
   .popup-search .search-wrap .fields .text-field {width: calc(100% - 221px);}
   .popup-search .search-wrap .submit {width: 205px;}
   
   .first-screen {margin: 0 0 335px; position: relative; display: flex; align-items: center; justify-content: space-between;}
   /*.first-screen:before {content: ''; display: block; position: absolute; width: 721px; height: 763px; top: 96px; right: calc(50% + 535px); background: url(/local/templates/.default/assets/css/../img/fs-left-pattern.svg) top right no-repeat;}*/
   .first-screen:after {content: ''; display: block; position: absolute; width: 721px; height: 763px; top: 344px; left: calc(50% + 535px); background: url(/local/templates/.default/assets/css/../img/fs-right-pattern.svg) top left no-repeat;}
   .first-screen .txt {position: relative; z-index: 2; font-size: 24px; line-height: 140%; width: 50%;}
   .first-screen .txt h1 {font-weight: bold; font-size: 80px; line-height: 100%; margin: 0 0 24px; padding: 0;}
   .first-screen .txt .descr {margin: 0 0 24px; font-weight: 500;}
   .first-screen .txt .search-wrap .fields {margin: 0 0 24px; display: flex; justify-content: space-between;}
   .first-screen .txt .search-wrap .fields .submit {width: 205px;}
   .first-screen .txt .search-wrap .fields .text-field {width: calc(100% - 221px);}
   .first-screen .txt .search-wrap .fields .search-drop {width: calc(100% - 221px);}
   .first-screen .txt .search-wrap .fields .search-drop .tags-list {max-width: 100%; margin: 0 0 12px;}
   .first-screen .txt .search-wrap .tags-list {max-width: 488px;}
   .first-screen .txt .search-wrap .tags-drop .tags-list {max-width: 100%;}
   .first-screen .txt .tags-wrap {position: relative;}
   .first-screen .txt .tags-list {position: static;}
   .first-screen .pic {display: flex; align-items: stretch; z-index: 2; margin: 0 -105px 0 0; border-radius: 50px; height: 720px; position: relative; width: calc(50% + 56px);}
   .first-screen .pic .bg {border-radius: 0 50px 50px 50px; width: 100%; overflow: hidden; position: relative; background: center center/cover;}
   .first-screen .pic:before {z-index: 3; content: ''; background: url(/local/templates/.default/assets/css/../img/fs-pic-left-pattern.svg) top left/contain no-repeat; display: block; position: absolute; top: -12px; left: -26px; width: 236px; bottom: 0;}
   .first-screen .pic .bg:after {content: ''; display: block; position: absolute; top: -5px; left: -5px; bottom: -5px; width: calc(100% + 10px); background: url(/local/templates/.default/assets/css/../img/fs-pic-pattern.webp) top left/773px auto no-repeat;}
   
   .content h2 {margin: 0 0 50px; padding: 0; font-size: 64px; font-weight: bold; line-height: 100%}
   .content .flex-title {margin: 0 0 50px; display: flex; align-items: center; justify-content: space-between;}
   .content .flex-title h2 {margin: 0;}
   .content .flex-title .btn {padding-right: 64px; position: relative;}
   .content .flex-title .btn:after {content: ''; display: block; position: absolute; width: 28px; height: 28px; top: 50%; margin-top: -14px; right: 30px; background: url(/local/templates/.default/assets/css/../img/all-arrow.svg) center center no-repeat;}
   .content .btn.cloned {display: none;}
   
   .content .articles-block {margin: 0 0 490px; position: relative;}
   .content .articles-block:after {content: ''; display: block; position: absolute; bottom: -256px; left: calc(50% + 750px); width: 192px; height: 200px; background: url(/local/templates/.default/assets/css/../img/articles-pattern.svg) top left/contain no-repeat;}
   .content .articles-block:before {content: ''; display: block; position: absolute; width: 1920px; height: 1045px; top: -116px; left: 50%; transform: translateX(-50%); background: url(/local/templates/.default/assets/css/../img/articles-main-bg.svg) top center no-repeat;}
   .content .articles-block > * {position: relative;}
   .owl-carousel.owl-articles {overflow: visible;}
   .owl-carousel.owl-articles .owl-stage-outer {overflow: visible; z-index: 5;}
   .owl-carousel.owl-articles .owl-stage {display: flex; align-items: stretch;}
   .owl-carousel.owl-articles .owl-item {display: flex; align-items: stretch;}
   
   
   .article-item {position: relative; font-size: 16px; line-height: 140%; border-radius: 32px; background: #fff; transition: all 0.3s ease; padding: 32px 32px 135px;}
   .article-item.active {z-index: 3;}
   .article-item:hover {box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);}
   .article-item .pic {display: block; height: 208px; border-radius: 24px; background: center center/cover; margin: 0 0 24px; overflow: hidden;}
   .article-item .pic img {width: 100%;height: 100%; object-fit: cover;}
   .article-item .cat-author {font-size: 16px; font-weight: 500; display: flex; align-items: center; margin: 0 0 24px;}
   .article-item .cat-author .tag {margin: 0 12px 0 0; display: table; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: none; line-height: 32px; padding: 0 12px; border-radius: 8px; background: #E0DAFB; font-size: 16px; font-weight: 500; color: inherit;}
   .article-item .cat-author .tag.lightblue {background: #D5F7FF;}
   .article-item .cat-author .tag.blue {background: #6246E9; color: #fff;}
   .article-item .cat-author .tag.indigo {background: #D4D8FF;}
   .article-item .cat-author .tag:hover {box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);}
   .article-item .title {transition: all 0.3s ease; overflow: hidden; max-height: 84px; text-decoration: none; font-size: 24px; display: block; line-height: 28px; font-weight: bold; margin: 0 0 16px; color: inherit;}
   .article-item .descr, .article-item .txt {color: #808080; max-height: 68px; font-weight: 500; text-decoration: none;}
   .article-item .tags-wrap {position: absolute; bottom: 32px;}
   .article-item .tags-wrap > .tags-list {max-height: 72px; overflow: hidden;}
   .article-item .tags-wrap .tags-drop {width: calc(100% + 30px); top: calc(100% + 8px);}
   .article-item .tags-wrap.open .tags-drop {left: -30px;}
.article-item .cat-author .star {padding-left: 22px; line-height: 18px; background: url(/local/templates/.default/assets/img/story-star-ic.svg) top left/auto 100% no-repeat;}
   
.article-item .pic .time {padding: 0 8px; transition: all 0.3s ease; line-height: 26px; right: 16px; bottom: 16px; font-size: 16px; border-radius: 8px; background: rgba(0,0,0,0.6); position: absolute; display: block; color: #fff; font-weight: 500;}

   
   .articles-list {display: flex; flex-wrap: wrap; margin-right: -32px; padding-bottom: 8px; width: calc(100% + 32px);}
   .articles-list .article-item {width: calc(100% / 3 - 32px); margin: 0 32px 32px 0;}
   .articles-list .article-item .descr {transition: all 0.3s ease;  color: #808080;}


   

	.content .videos-block {margin: 0 0 280px; position: relative;}
	.content .videos-block:after {content: ''; display: block; position: absolute; bottom: -266px; left: calc(50% + 753px); width: 192px; height: 200px; background: url(/local/templates/.default/assets/css/../img/new/videos-pattern.svg) top left/contain no-repeat;}
	.content .videos-block:before {content: ''; display: block; position: absolute; width: 1920px; height: 1240px; top: -116px; left: 50%; transform: translateX(calc(-50% + 55px)); background: url(/local/templates/.default/assets/css/../img/new/videos-main-bg.svg) top center no-repeat;}
	.content .videos-block > * {position: relative;}

.videos-slider {position: relative;}
.videos-slider .carousel {min-height: 838px; align-items: flex-start; transition: all 0.3s ease; display: flex; overflow: visible; width: 100%; gap: 32px;}
.videos-slider .carousel .article-item {padding: 32px; border-radius: 32px; background: #fff; width: 300px; min-width: 448px; min-height: 620px;}
.videos-slider .carousel .article-item .pic {position: relative; overflow: hidden; border-radius: 24px; height: 900px; max-height: 208px; transition: all 0.3s ease;}
.videos-slider .owl-carousel ~ .nav {display: none;}
.article-item.video .pic {position: relative;}
.article-item.video .pic:after {transition: all 0.3s ease; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); content: ''; display: block; position: absolute; width: 64px; height: 64px; background: rgba(255,255,255,0.6) url(/local/templates/.default/assets/img/video-play-ic.svg) center center/32px auto no-repeat;}
.videos-slider .carousel .article-item .pic:hover:after {background-color: rgba(255,255,255,0.8);}
.videos-slider .carousel .article-item .pic img {border-radius: 24px; object-fit: cover; width: 100%; height: 100%; display: block;}



.videos-slider .nav {display: flex; justify-content: flex-end; position: absolute; bottom: 0; right: 0;}
.videos-slider .video-prev,
.videos-slider .video-next {transition: all 0.3s ease; user-select: none; cursor: pointer; transform: rotate(90deg); width: 64px; height: 64px; border-radius: 50%; background: #fff url(/local/templates/.default/assets/css/../img/site-title-arr.svg) center center no-repeat;}
.videos-slider .video-prev:hover, .videos-slider .video-next:hover {box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);}
.videos-slider .disabled {cursor: default!important;}
.videos-slider .video-next {transform: rotate(-90deg); margin: 0 0 0 32px;}
	

.stories-slider {position: relative; margin: 0 0 80px;}
.stories-slider .carousel {min-height: 516px; align-items: flex-start; transition: all 0.3s ease; display: flex; overflow: visible; width: 100%; gap: 32px;}
.stories-slider .article-item {padding: 48px 32px 88px; border-radius: 32px; background: #fff url(/local/templates/.default/assets/img/quotes-pic.svg) top 17px right 38px/82px auto no-repeat; width: 300px; min-width: 448px; min-height: 255px;}
.stories-slider .article-item:after {content: ''; display: block; position: absolute; width: 78px; top: 100%; height: 35px; right: 72px; background: url(/local/templates/.default/assets/img/story-bubble.svg) center center/contain no-repeat; transition: all 0.3s ease;}
.stories-slider .article-item .pic {overflow: hidden; border-radius: 24px; height: 900px; max-height: 208px; transition: all 0.3s ease;}
.stories-slider .article-item .pic img {object-fit: cover; width: 100%; height: 100%; display: block;}

.stories-slider .carousel .article-item .txt {display: block; overflow: hidden; opacity: 0; max-height: 0; transition: all 0.3s ease; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;}
.stories-slider .article-item .tag {background: #D4D8FF;}
.stories-slider .owl-carousel ~ .nav {display: none;}


.stories-slider .nav {display: flex; justify-content: flex-end; position: absolute; bottom: 0; right: 0;}
.stories-slider .stories-prev,
.stories-slider .stories-next {transition: all 0.3s ease; user-select: none; cursor: pointer; transform: rotate(90deg); width: 64px; height: 64px; border-radius: 50%; background: #fff url(/local/templates/.default/assets/css/../img/site-title-arr.svg) center center no-repeat;}
.stories-slider .stories-prev:hover, .stories-slider .stories-next:hover {box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);}
.stories-slider .disabled {cursor: default!important;}
.stories-slider .stories-next {transform: rotate(-90deg); margin: 0 0 0 32px;}

@media (min-width:1201px){
.article-item.big .title {line-height: 115%; font-size: 36px;}
.article-item.big .descr {line-height: 140%; font-size: 20px;}
.article-item.big .pic .time {line-height: 23px; right: 24px; bottom: 24px; font-size: 20px;}
.videos-slider .carousel .article-item.big .pic:after {width: 96px; height: 96px; background-size: 56px auto;}
.videos-slider .carousel .article-item.big {min-height: 838px; min-width: 928px;}
.videos-slider .carousel .article-item.big .pic {max-height: 480px; }
.stories-slider .carousel .article-item.big {min-height: 448px; background-position: top 24px right 40px; background-size: 114px auto; padding-top: 80px; min-width: 928px;}
.stories-slider .carousel .article-item.big:after {width: 106px; height: 48px; right: 88px;}
.stories-slider .carousel .article-item.big .pic {max-height: 486px; }
.stories-slider .carousel .article-item.big .txt {   overflow: hidden; max-height: 400px; opacity: 1;}
}
   
   .content .owl-carousel .owl-nav {position: absolute; top: calc(100% + 50px); display: flex; right: 0px;}
   .content .owl-carousel .owl-nav button.owl-prev,
   .content .owl-carousel .owl-nav button.owl-next {transform: rotate(90deg); width: 64px; height: 64px; border-radius: 50%; background: #fff url(/local/templates/.default/assets/css/../img/site-title-arr.svg) center center no-repeat;}
   .content .owl-carousel .owl-nav button.owl-next:hover, .content .owl-carousel .owl-nav button.owl-prev:hover {box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);}
   .content .owl-carousel .owl-nav button.disabled {cursor: default;}
   .content .owl-carousel .owl-nav button.owl-next {transform: rotate(-90deg); margin: 0 0 0 32px;}
   .content .owl-carousel .owl-stage:after {display: none;}

.stories-block {margin: 0 0 250px; position: relative;}
.stories-block:before {content: ''; display: block; position: absolute; width: 1920px; height: 1864px; top: -246px; left: 50%; transform: translateX(-50%); background: url(/local/templates/.default/assets/css/../img/stories-bg.svg) top center no-repeat;}
.stories-block > * {position: relative;}
.write-story {width: 100%; min-height: 406px; display: flex; justify-content: space-between; align-items: stretch; color: #fff; position: relative; background: #6A46FF; border-radius: 32px; padding: 46px;}
.write-story .txt {align-items: flex-start; min-height: 100%; display: flex; flex-direction: column;}
.write-story .pic, .content .article-inner-page .write-story .pic {width: 547px; height: 328px;}
.write-story .pic img {display: block; width: 100%; height: 100%; object-fit: contain;}
.write-story h3 {font-size: 36px; line-height: 120%; margin: 0 0 16px; padding: 0; font-weight: bold;}
.write-story .descr {font-weight: 500; max-width: 643px; font-size: 20px; line-height: 140%; margin-bottom: 20px;}
.write-story .btn {padding: 0 30px; background: #fff; color: #1A1A1A; margin-top: auto;}
.write-story small {display: block; color: #fff; opacity: 0.7; margin: 16px 0 0 0; font-size: 16px; line-height: 140%;}
   

.section-descr {font-weight: 500; margin: -30px 0 50px; font-size: 16px; line-height: 140%; max-width: 547px;}


	.game-block {min-height: 430px; text-decoration: none; z-index: 3; padding: 60px; margin: 0 0 237px; display: block; position: relative; border-radius: 30px; background: url(/local/templates/.default/assets/css/../img/game-bg.webp) center center/contain no-repeat;}
	.game-block:after {width: 314px; height: 172px; content: ''; display: block; position: absolute; bottom: -2px; right: -2px; background: url(/local/templates/.default/assets/css/../img/game-block-corn.webp) bottom right/contain no-repeat no-repeat;}
	.game-block .cards {z-index: 2; width: 586px; height: 548px; position: absolute; background: url(/local/templates/.default/assets/css/../img/game-cards.webp) center center/contain no-repeat; right: -54px; top: 50%; transform: translateY(-50%);}
	.game-block .screen {font-size: 16px; line-height: 140%; color: #1A1A1A; font-weight: 500; width: 458px; background: #fff; border-radius: 32px; padding: 32px;}
	.game-block .screen .title {font-size: 24px; line-height: 28px; font-weight: bold; margin: 0 0 16px;}
	.game-block .screen .go-btn {transition: all 0.3s ease; left: 60px; bottom: -35px; text-align: center; font-size: 28px; font-weight: bold; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; line-height: 70px; width: 288px; height: 76px; display: block; background: url(/local/templates/.default/assets/css/../img/game-btn.svg) center center no-repeat; position: absolute;}
	.game-block .screen .go-btn:before {content: ''; position: absolute; display: block; top: 0; left: 0; bottom: 0; width: 100%; opacity: 0; transition: opacity 0.3s ease; background: url(/local/templates/.default/assets/css/../img/game-btn-h.svg) center center no-repeat;}
	.game-block .screen .go-btn:hover:before {opacity: 1;}
	.game-block .screen .go-btn:hover {color: #fff;}
	.game-block .screen .go-btn span {position: relative;}

	.game-block.game-block--split {min-height: 0; padding: 0; position: relative; display: block; overflow: hidden; background: none; border-radius: 0;}
	.game-block.game-block--split:after {display: none;}
	.game-block--split .game-block__picture,
	.game-block--split .game-block__picture img {display: block; width: 100%;}
	.game-block--split .game-block__link {position: absolute; z-index: 2; top: 0; bottom: 0; width: 50%; font-size: 0;}
	.game-block--split .game-block__link--first {left: 0;}
	.game-block--split .game-block__link--second {right: 0;}
	
	
   .mini-game-block {margin: 0 0 237px;}
   .mini-game-block img {width: 100%; display: block;}
   
   
   .content .experts-block {margin: 0 0 212px; position: relative;}
   .content .experts-block:before {content: ''; display: block; position: absolute; width: 1920px; height: 1198px; top: -228px; left: 50%; transform: translateX(-50%); background: url(/local/templates/.default/assets/css/../img/experts-bg.svg) top center no-repeat;}
   .content .experts-block:after {content: ''; display: block; position: absolute; top: -241px; right: calc(50% + 538px); width: 493px; height: 320px; background: url(/local/templates/.default/assets/css/../img/experts-pattern.svg) top left/contain no-repeat;}
   .content .experts-block > * {position: relative;}
   
   .experts-list {display: flex; flex-wrap: wrap; margin: 0 -32px 0 0; width: calc(100% + 32px);}
   .expert-item {color: inherit; font-size: 16px; line-height: 140%; text-decoration: none; transition: all 0.3s ease; display: flex; align-items: center; margin: 0 32px 32px 0; border-radius: 30px; background: #fff; padding: 32px; width: calc(50% - 32px);}
   a.expert-item:hover {box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);}
   .expert-item .photo {position: relative; border-radius: 50px; width: 200px; height: 216px; margin: 0 32px 0 0; background: top center/cover;}
   .expert-item .photo:after {content: ''; display: block; position: absolute; bottom: -3px; right: -3px; width: calc(100% + 10px); top: -5px; background: url(/local/templates/.default/assets/css/../img/avatar-pattern.webp) bottom right/100% 100% no-repeat;}
   .expert-item .inf {width: calc(100% - 232px);}
   .expert-item .inf .title {font-size: 24px; line-height: 110%; margin: 0 0 16px; font-weight: bold;}
   .expert-item .inf .descr {font-weight: 500;}
   
   .owl-carousel .expert-item {width: 328px; min-width: 328px; margin: 0; display: block; padding: 16px; border-radius: 20px;}
   .owl-carousel .expert-item .photo {margin: 0 0 16px; width: 100%; height: auto;}
   .owl-carousel .expert-item .photo:before {content: ''; display: block; padding-top: 105%;}
   .owl-carousel .expert-item .inf {width: 100%;}
   .owl-carousel .expert-item .inf .title {font-size: 20px;}
   .owl-carousel.experts-list {display: flex; align-items: stretch; overflow: visible;}
   .owl-carousel.experts-list .owl-stage {display: flex; align-items: stretch; flex-wrap: wrap;}
   .owl-carousel.experts-list .owl-stage-outer {overflow: visible;}
   .owl-carousel.experts-list .owl-item {display: flex; align-items: stretch; flex-wrap: wrap;}
   
   .content .quizzes-block {margin: 0 0 255px; position: relative;}
   .content .quizzes-block:before {content: ''; display: block; position: absolute; width: 1920px; height: 1260px; top: -241px; left: 50%; transform: translateX(-50%); background: url(/local/templates/.default/assets/css/../img/quizzes-bg.svg) top center no-repeat;}
   .content .quizzes-block:after {content: ''; display: block; position: absolute; bottom: -270px; right: calc(50% + 725px); width: 250px; height: 262px; background: url(/local/templates/.default/assets/css/../img/quizzes-pattern.svg) top left/contain no-repeat;}
   .content .quizzes-block > * {position: relative;}
   
   
   footer {padding: 16px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;  position: relative;}
   footer nav {position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%);} 
   footer nav ul {font-size: 16px; font-weight: 500; padding: 0; margin: 0; list-style-type: none; display: flex;}
   footer nav ul li {margin: 0 6px;}
   footer nav ul li a {white-space: nowrap; display: table; border-radius: 8px; line-height: 42px; padding: 0 8px; color: #808080; text-decoration: none;}
   footer nav ul li a:hover {color: #1A1A1A;}
   footer .up {z-index: 50; bottom: 70px; right: 65px; position: fixed; opacity: 0; visibility: hidden; transition: all 0.3s ease; cursor: pointer; width: 72px; height: 72px; border-radius: 50%; transition: all 0.3s ease; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); background: rgba(255,255,255,0.5) url(/local/templates/.default/assets/css/../img/up-ic.svg) center center no-repeat;}
   footer .up.visible {visibility: visible; opacity: 1;}
   footer .up:hover {background-color: rgba(255,255,255,1);}

   footer .bottom-txt {margin: 0px 0 0 0; width: 100%; text-align: center; font-size: 12px; line-height: 140%; color: #808080;}
   footer .bottom-txt a {color: inherit; text-decoration: none;}
   footer .bottom-txt a:hover {text-decoration: underline; color: #1A1A1A;}
   footer .bottom-txt .policy {padding-top: 12px;}
   footer .bottom-txt .policy a {text-decoration: none; color: inherit;}
   footer .bottom-txt .policy a:hover {text-decoration: underline;}

   /* Юридическая информация в подвале (local/templates/.default/footer.php).
      position + z-index обязательны: декоративные :before у .articles-page, .experts-page
      и .content.article-inner-page позиционированы абсолютно относительно .container,
      растягиваются на всю страницу и иначе закрашивают этот текст. */
   .footer-legal {position: relative; z-index: 3; padding: 20px 0 40px; border-top: 1px solid rgba(26,26,26,0.08); font-size: 12px; line-height: 140%; color: #808080;}
   .footer-legal p {margin: 0;}
   .footer-legal a {color: inherit; text-decoration: none;}
   .footer-legal a:hover {text-decoration: underline; color: #1A1A1A;}
   
   
   .content h1 {font-size: 48px; line-height: 100%; margin: 0 0 24px; padding: 0; font-weight: bold; position: relative;}
   .articles-page {position: relative;}
   .articles-page:before {width: 381px; height: 403px; content: ''; display: block; position: absolute; top: -92px; right: calc(100% + 71px); background: url(/local/templates/.default/assets/css/../img/articles-page-pattern.svg) top right/contain no-repeat;}
   .articles-page .tags-wrap.articles-tags {margin-bottom: 28px; position: absolute; left: -99999px; opacity: 0; transition: opacity 0.3s ease;}
   .articles-page .tags-wrap.articles-tags.ready {opacity: 1; position: relative; left: auto; z-index:4;}
   .articles-page .tags-wrap.articles-tags .hidden-tags {display: none;}
   .articles-page .tags-wrap.articles-tags.open .hidden-tags {display: block;}
   .articles-page .tags-wrap.articles-tags.open .hidden-tags .hidden-tags {display: none;}
   .articles-page .tags-wrap.articles-tags.open .hidden-tags.tags-drop .scroll-content {max-height: 360px; overflow: auto;}
   .articles-page .tags-wrap.articles-tags .tags-list {margin-right: -20px; width: calc(100% + 20px);}
   .articles-page .tags-wrap.articles-tags .tags-list a {margin: 0 20px 20px 0;}
   .articles-page .articles-list {z-index: 2; padding: 105px 0 8px 0; position: relative;}
   .articles-page .articles-list-wrap {position: relative; padding-bottom: 150px;}
   .articles-page .articles-list-wrap:before {content: ''; display: block; position: absolute; top: 200px; bottom: 200px; width: 1920px; left: 50%; transform: translateX(-50%); background: #E0DAFB;}
   .articles-page .articles-list-wrap .top-pattern {position:absolute; top: 0; height: 200px; left: 50%; width: 1920px; background: url(/local/templates/.default/assets/css/../img/artticles-page-bg.svg) top center no-repeat; transform: translateX(-50%);}
   .articles-page .articles-list-wrap:after {content: ''; display: block; position:absolute; bottom: 0; height: 200px; left: 50%; width: 1920px; background: url(/local/templates/.default/assets/css/../img/artticles-page-bg.svg) bottom center no-repeat; transform: translateX(-50%);}
   .articles-page .tags-wrap.articles-tags .scroll-content .tags-list {margin-bottom: 0;}


   .articles-page .write-story { width: calc(100% - 32px); margin-bottom: 32px;}
   
   
   .articles-page.quizzes .articles-list-wrap .top-pattern {position:absolute; top: -168px; height: 500px; left: 50%; width: 1920px; background: url(/local/templates/.default/assets/css/../img/quizzes-page-bg.svg) top center no-repeat; transform: translateX(-50%);}
   .articles-page.quizzes .articles-list-wrap:before {content: ''; display: block; position: absolute; top: 330px; bottom: 200px; width: 1920px; left: 50%; transform: translateX(-50%); background: #D5F7FF;}
   .articles-page.quizzes:before {display: none;}
   .articles-page.quizzes .articles-list-wrap:after {background: url(/local/templates/.default/assets/css/../img/quizzes-page-bg.svg) bottom center no-repeat;}
   .articles-page.quizzes .articles-list-wrap {padding-bottom: 140px;}

   .articles-page.videos .articles-list-wrap {padding-bottom: 50px;}
   .articles-page.videos .articles-list-wrap:before {content: ''; display: block; position: absolute; top: 330px; bottom: 200px; width: 1920px; left: 50%; transform: translateX(-50%); background: #D0C8F8;}
   .articles-page.videos .articles-list-wrap .top-pattern {position:absolute; top: 0; height: 500px; left: 50%; width: 1920px; background: url(/local/templates/.default/assets/css/../img/video-page-bg.svg) top center no-repeat; transform: translateX(-50%);}
   .articles-page.videos .articles-list-wrap:after {background: url(/local/templates/.default/assets/css/../img/video-page-bg.svg) bottom center no-repeat;}
   .articles-page.videos:before {display: none; width: 252px; height: 388px; left: auto; right: -110px; top: 15px; background: url(/local/templates/.default/assets/css/../img/video-page-pattern.svg) center center/contain no-repeat;}
   .articles-page.videos .top-pattern:before {content: ''; display: block; position: absolute; width: 252px; height: 388px; left: auto; right: -110px; top: -225px; background: url(/local/templates/.default/assets/css/../img/video-page-pattern.svg) center center/contain no-repeat;}


   .articles-page.stories .articles-list-wrap {padding-bottom: 110px;}
   .articles-page.stories .articles-list-wrap:before {content: ''; display: block; position: absolute; top: 330px; bottom: 290px; width: 1920px; left: 50%; transform: translateX(-50%); background: #D4D8FF;}
   .articles-page.stories .articles-list-wrap .top-pattern {position:absolute; top: -60px; height: 500px; left: 50%; width: 2174px; background: url(/local/templates/.default/assets/css/../img/stories-page-bg.svg) top center no-repeat; transform: translateX(calc(-50% + 126px));}
   .articles-page.stories .articles-list-wrap:after {width: 2174px; height: 290px; background: url(/local/templates/.default/assets/css/../img/stories-page-bg.svg) bottom center no-repeat; transform: translateX(calc(-50% + 126px));}
   .articles-page.stories:before {display: none; width: 270px; height: 236px; left: -345px; top: 134px; background: url(/local/templates/.default/assets/css/../img/stories-page-pattern.svg) center center/contain no-repeat;}
   .articles-page.stories .articles-list-wrap .top-pattern:before {content: ''; display: block; position: absolute; display: block; content: ''; display: block; position: absolute; width: 270px; height: 236px; left: -85px; top: -54px; background: url(/local/templates/.default/assets/css/../img/stories-page-pattern.svg) center center/contain no-repeat;}


   .experts-page {position: relative; padding-bottom: 20px;}
   .experts-page:after {content: ''; display: block; position: absolute; bottom: 0; width: 1920px; height: 200px; left: 50%; transform: translateX(-50%); background: url(/local/templates/.default/assets/css/../img/experts-page-bg.svg) bottom center no-repeat;}
   .experts-page .experts-list {z-index: 2; position: relative; padding-top: 124px;}
   .experts-page .experts-list > * {position: relative;}
   .experts-page .top-pattern {width: 1920px; position: absolute; left: 50%; transform: translateX(-50%); height: 500px; top: -100px; background: url(/local/templates/.default/assets/css/../img/experts-page-bg.svg) top center no-repeat;}
   .experts-page:before {content: ''; display: block; position: absolute; top: 400px; width: 1920px; bottom: 200px; left: 50%; transform: translateX(-50%); background: #F1FFB7;}
   .content .experts-page .btn.show-more {position: relative; z-index: 2; margin-top: 8px;}
   
   
   .expert-inner-page {position: relative;}
   .expert-inner-page:after {content: ''; display: block; position: absolute; top: -90px; left: calc(50% + 660px); background: url(/local/templates/.default/assets/css/../img/expert-inner-pattern-right.svg) top left/contain no-repeat; width: 348px; height: 428px;}
   .expert-inner-page:before {content: ''; display: block; position: absolute; top: 645px; right: calc(50% + 660px); background: url(/local/templates/.default/assets/css/../img/expert-inner-pattern-left.svg) top left/contain no-repeat; width: 721px; height: 763px;}
   .expert-inner-page .articles-list {position: relative; z-index: 2;}
   .expert-inner-page .expert-item {margin-bottom: 48px; z-index: 2; width: 100%; padding: 0 8px; border-radius: 0; background: none;}
   .expert-inner-page .expert-item .photo:after {background-image: url(/local/templates/.default/assets/css/../img/avatar-pattern-grey.webp);}
   .expert-inner-page .expert-item .inf {max-width: 480px;}
   .expert-inner-page .expert-item .inf h1 {font-size: 36px; margin: 0 0 16px;}
   
   .back-link {display: table; line-height: 34px; font-size: 16px; color: #808080; text-decoration: none; position: relative; margin: 0 0 24px; font-weight: 500; padding-left: 32px;}
   .back-link:hover {color: #1a1a1a;}
   .back-link:hover:before {opacity: 1;}
   .back-link:before {transition: all 0.3s ease; opacity: 0.6; content: ''; display: block; position: absolute; width: 18px; height: 18px; top: 50%; margin-top: -10px; left: 3px; background: url(/local/templates/.default/assets/css/../img/back-ic.svg) center center no-repeat;}
    
.content-tabs {margin: 100px 0 -74px 0; display: flex; transform: translateY(-74px); position: relative; z-index: 5;}
.content-tabs a {display: table; line-height: 74px; font-size: 24px; font-weight: bold; text-decoration: none; color: #1A1A1A; padding: 0 46px;}
.content-tabs a + a {margin-left: -40px;}
.content-tabs a span {display: block; position: relative; background: #BCB3E7;}
.content-tabs a span:before {width: 46px; content: ''; position: absolute; display: block; left: -46px; top: 0; bottom: 0; background: url(/local/templates/.default/assets/img/passive-tab.svg) top left no-repeat;}
.content-tabs a span:after {width: 46px; content: ''; position: absolute; display: block; right: -46px; top: 0; bottom: 0; background: url(/local/templates/.default/assets/img/passive-tab.svg) top right no-repeat;}
.content-tabs a.active {z-index: 2; position: relative;}

.content-tabs a.active span:before {background-image: url(/local/templates/.default/assets/img/active-tab.svg);}
.content-tabs a.active span:after {background-image: url(/local/templates/.default/assets/img/active-tab.svg);}
.content-tabs a.active span {background: #E0DAFB;}
   
   .content .article-inner-page {position: relative; display: flex; flex-wrap: wrap;}
   .content .article-inner-page h1 {width: 100%; max-width: calc(100% - 300px);}
   .content .article-inner-page > .tags-wrap {width: 100%;}
   .content .article-inner-page:before {content: ''; display: block; position: absolute; top: -110px; right: calc(100% + 106px); width: 220px; height: 338px; background: url(/local/templates/.default/assets/css/../img/article-inner-left-pattern.svg) top right/contain no-repeat;}
   .content .article-inner-page:after {content: ''; display: block; position: absolute; top: 50px; left: calc(100% - 180px); width: 751px; height: 794px; background: url(/local/templates/.default/assets/css/../img/article-inner-right-pattern.svg) top right/contain no-repeat;}
   .content .article-inner-page > * {position: relative; z-index: 2;}
   .content .article-inner-page > .tags-wrap {padding-bottom: 24px;}
   .content .article-inner-page > .descr {max-width: 928px; margin: 0 0 56px; font-size: 24px; line-height: 140%;}
   .content .article-inner-page .pic {width: 100%;}
   .content .article-inner-page .pic img {width: 100%; display: block; border-radius: 32px; margin: 0 0 56px;}
   .content .article-inner-page .cols {display: flex; position: relative;}
   .content .article-inner-page .leftcol {width: 480px; padding: 0 40px 0 0;}
   .content .article-inner-page .leftcol .slick-wrap {max-width: 328px;}
   .content .article-inner-page .leftcol .slick-wrap.fix {position: fixed; top: 110px;}
   .content .article-inner-page .leftcol .slick-wrap.fix.bottom {position: absolute; bottom: 0; top: auto;}
   .content .article-inner-page .leftcol .expert-item {color: inherit; text-decoration: none; margin: 0; align-items: flex-start; width: 100%; padding: 0; background: none; border-radius: 0;}
.content .article-inner-page .leftcol .expert-item:hover {box-shadow: none;}
   .content .article-inner-page .leftcol .expert-item .photo {border-radius: 20px; width: 88px; height: 94px; margin: 0 8px 0 0;}
   .content .article-inner-page .leftcol .expert-item .photo {margin-right: 16px; mask-image: url(/local/templates/.default/assets/css/../img/ava-mask.svg); mask-size: 100% 100%; mask-position: center center;}
   .content .article-inner-page .leftcol .expert-item .photo img {display: block; width: 100%; height: 100%; object-fit: cover;}
   .content .article-inner-page .leftcol .expert-item .inf {width: calc(100% - 96px);}
   .content .article-inner-page .leftcol .expert-item .inf .title {font-size: 16px; line-height: 20px; font-weight: bold; margin: 0 0 4px;}
   .content .article-inner-page .leftcol .expert-item .inf .descr {margin: 0; font-size: 16px; line-height: 140%; color: #808080;}
   .content .article-inner-page .leftcol ul.contents {font-weight: 500; font-size: 16px; line-height: 140%; border-left: 1px solid #CCCCCC; margin: 56px 0 0 0; padding: 0 0 0 8px; list-style-type: none;}
   .content .article-inner-page.story .leftcol ul.contents {display: none;}
   .content .article-inner-page .leftcol ul.contents li a {color: #808080; text-decoration: none;}
   .content .article-inner-page .leftcol ul.contents li a:hover, .content .article-inner-page .leftcol ul.contents li a.active {color: #1A1A1A;}
   .content .article-inner-page .leftcol ul.contents li + li {margin-top: 21px;}
   .content .article-inner-page .rightcontent {font-size: 20px; line-height: 140%; width: calc(100% - 480px);}
   .content .article-inner-page .rightcontent:first-child {width: 100%;}
   .content .article-inner-page .rightcontent h2 {font-size: 24px; line-height: 28px; margin: 0 0 24px; padding: 38px 0 0 0;}
   .content .article-inner-page .rightcontent h2:first-child {padding-top: 0;}
   .content .article-inner-page .rightcontent p {padding: 0 0 24px;}
   .content .article-inner-page .rightcontent ul {padding: 0 0 24px; margin: 0; list-style-type: none;}
   .content .article-inner-page .rightcontent ul li {position: relative; padding-left: 36px;}
   .content .article-inner-page .rightcontent ul li:before {width: 9px; height: 9px; border-radius: 50%; content: ''; display: block; position: absolute; top: 9px; left: 9px; background: #6246E9;}
   .content .article-inner-page .rightcontent ul li + li {margin-top: 16px;}
.content .article-inner-page .rightcontent + .write-story {margin-top: 20px;}
.content .article-inner-page .rightcontent + .write-story:last-child {margin-bottom: 56px;}
   .content .article-inner-page .theme-articles {width: 100%; margin: 90px 0 200px 0; position: relative; padding: 137px 0 0 0; max-width: 100%;}
   .content .article-inner-page .theme-articles > * {position: relative;}
   .content .article-inner-page .theme-articles:before {content: ''; display: block; position: absolute; top: 0px; width: 1920px; height: 1045px; left: 50%; transform: translateX(-50%); background: url(/local/templates/.default/assets/css/../img/theme-articles-bg.svg) top center no-repeat;}
   .content .article-inner-page .theme-articles .owl-carousel .owl-nav {bottom: auto; top: -114px;}
   .content .article-inner-page h2 {font-size: 48px;}
   
   .quiz-container {border-radius: 32px; background: #fff; margin: 0 -26px 0 -46px; width: calc(100% + 72px); padding: 46px;}
   .quiz-container .quiz-step {position: absolute; left: -99999px; top: -9999px; opacity: 0; transition: opacity 0.3s ease;}
   .quiz-container .quiz-step.active {position: relative; left: auto; opacity: 1; top: auto;}
   .quiz-container .quiz-step .quiz-num {color: #808080; font-weight: 500; margin: 0 0 16px; font-size: 16px; line-height: 140%;}
   .quiz-container .quiz-step .quiz-num span {color: #1a1a1a;}
   .quiz-container .quiz-step .quiz-question {font-size: 24px; line-height: 28px; margin: 0 0 32px; font-weight: bold;}
   .quiz-container .quiz-step .quiz-answer {flex-wrap: wrap; cursor: pointer; display: flex; align-items: flex-start; font-weight: 500; font-size: 20px; line-height: 140%; padding: 11px 8px 12px 11px;}
   .quiz-container .quiz-step.end .quiz-answer {cursor: default;}
   .quiz-container .quiz-step .quiz-answer .ic {display: flex; align-items: center; justify-content: center; position: relative; width: 30px; height: 30px; border-radius: 50%; border: 3px solid #6246E9; margin: 0 11px 0 0;}
   .quiz-container .quiz-step .quiz-answer.open .ic:after {content: ''; display: block;  width: 16px; height: 16px; border-radius: 50%; background: #6246E9;}
   .quiz-container .quiz-step .quiz-answer .text {padding: 2px 0 0 0; width: calc(100% - 41px);}
   .quiz-container .quiz-btn {position: relative; z-index: 99; line-height: 64px; padding: 0 30px; text-decoration: none; display: table; border-radius: 8px; color: #fff; background: #1A1A1A; margin: 32px 0 0 0;}
   .quiz-container .quiz-btn.ok-btn {color: #fff; background: #4BB6CF;}
   .quiz-container .quiz-btn.ok-btn.disabled {filter: grayscale(100%); opacity: 0.4;}
   .quiz-container .result .quiz-btn {margin-top: 8px;}
   .quiz-container .quiz-btn.disabled {cursor: default; opacity: 0.2;}
   .quiz-container .quiz-btn.hidden {position: absolute; left: -9999999px;}
   .quiz-container .quiz-step .pic img {width: 100%; max-width: 576px; display: block; margin: 0 0 32px; border-radius: 24px;}
   .quiz-container .quiz-step .emoji img {display: block; margin: 0 0 16px; width: 100%;}
   /* .quiz-container .quiz-step .result-block {display: none;} */
   
   .quiz-container .hidden-txt {display: none; width: 100%; margin: 26px 0 0 0; border-radius: 8px; padding: 16px; background: #FFE3E3; color: #DF222E; font-size: 20px; line-height: 140%; font-weight: 500;}
   .quiz-container .correct .hidden-txt {background: #EFFFD0; color: #5F8D05;}
   .quiz-container .selected .hidden-txt {display: block;}
   
   .quiz-page {display: flex; align-items: flex-start; margin: 0 0 135px; position: relative;}
   .quiz-page:before {width: 715px; height: 757px; content: ''; display: block; position: absolute; right: calc(100% + 50px); top: -495px; background: url(/local/templates/.default/assets/css/../img/quiz-page-left-pattern.svg) top left/contain no-repeat;}
   .quiz-page .leftcontent {padding: 30px 0 0 0; width: calc(100% - 598px); padding: 0 96px 0 0;}
 .quiz-page .leftcontent .expert-item {color: inherit; text-decoration: none; margin: 24px 0 30px; align-items: center; width: 100%; padding: 0; background: none; border-radius: 0;}
   .quiz-page .leftcontent .expert-item:hover {box-shadow: none;}
   .quiz-page .leftcontent .expert-item .photo {border-radius: 20px; width: 88px; height: 94px; margin: 0 8px 0 0;}
   .quiz-page .leftcontent .expert-item .photo:after {left: -1px; top: -1ppx; width: calc(100% + 2px); bottom: -1px; background-image: url(/local/templates/.default/assets/css/../img/avatar-pattern-grey.webp);}
   .quiz-page .leftcontent .expert-item .inf {width: calc(100% - 96px);}
   .quiz-page .leftcontent .expert-item .inf .title {font-size: 16px; line-height: 20px; font-weight: bold; margin: 0 0 4px;}
   .quiz-page .leftcontent .expert-item .inf .descr {margin: 0; font-size: 16px; line-height: 140%; color: #808080;}
   .quiz-page .leftcontent .back-link {margin-bottom: 40px;}
   .quiz-page .leftcontent .txt {font-size: 20px; line-height: 140%; font-weight: 500; padding: 24px 0 32px;}
   .quiz-page .pic {position: relative; width: 598px;}
   .quiz-page .pic .bg {position: relative; height: 564px; background: center center/cover;}
   .quiz-page .pic .bg:after {content: ''; display: block; position: absolute; left: -2px; top: -2px; width: 665px; height: 610px; background: url(/local/templates/.default/assets/css/../img/quiz-right-pic-pattern.webp) bottom right/100% auto no-repeat;}
   
   
   .quiz-container.full .quiz-btn.go-btn {padding-right: 64px; position: relative;}
   .quiz-container.full .quiz-btn.go-btn.hidden {position: absolute;}
   .quiz-container.full .quiz-btn.go-btn:after {content: ''; display: block; position: absolute; width: 28px; height: 28px; top: 50%; margin-top: -14px; right: 30px; background: url(/local/templates/.default/assets/css/../img/all-arrow.svg) center center no-repeat;}
   
   
   .popup {max-width: 100vw; padding: 100px 0 26px; flex-wrap: wrap; display: flex; align-items: center; justify-content: center; position: fixed; z-index: 100; top: 0; bottom: 0; left: -9999px; opacity: 0; transition: opacity 0.3s ease;  width: 100%; background: #F7F7F7;}
   .popup.visible {left: 0; opacity: 1;}
   .popup.flex-start {padding-top: 26px; flex-wrap: wrap; align-items: flex-start; overflow-y: auto; overflow-x: hidden; max-height: 100dvh;}
   .popup.flex-start .toppanel {z-index:999;top: auto; width: 100%; position: relative; margin-bottom: 26px;}
   .popup .toppanel {z-index: 2; display: flex; position: absolute; left: 0; width: 100%; top: 26px;}
   .popup .toppanel .all {display: flex; justify-content: space-between;}
   .popup .toppanel .all .left {align-items: flex-start; max-width: calc(100% - 60px); display: flex; padding: 8px 16px 8px 16px; border-radius: 30px; background: #fff; font-size: 20px; line-height: 140%; color: #1A1A1A; font-weight: 500;}
   .popup .toppanel .all .left .title {padding: 2px 0 0 0;}
   .popup .toppanel .type {transition: all 0.3s ease; min-height: 32px; display: table; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: none; line-height: 32px; padding: 0 12px; border-radius: 8px; background: #D5F7FF; margin: 0 16px 0 0; font-size: 16px; font-weight: 500; color: inherit;}
   .popup .toppanel .type:hover {box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);}
   .popup .toppanel .close {width: 48px; height: 48px; cursor: pointer; border-radius: 50%; transition: all 0.3s ease; background: #fff url(/local/templates/.default/assets/css/../img/menu-close-ic.svg) center center no-repeat;}
   .popup .toppanel .close:hover {box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);}
   .popup .quiz-container {margin-left: 0; margin-right: 0; width: 100%;}
   .popup .wrap {position: relative; z-index: 2; max-width: 100%;}
   .popup .outer:before {width: 314px; height: 286px; content: ''; display: block; position: absolute; bottom: -100px; left: 0; background: url(/local/templates/.default/assets/css/../img/popup-left-pattern.svg) top left/100% auto no-repeat;}
   .popup:after {width: 717px; height: 757px; content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: -400px; background: url(/local/templates/.default/assets/css/../img/popup-right-pattern.svg) bottom left/contain no-repeat;}
   .popup .quiz-container .quiz-step.result .quiz-question {font-size: 48px; line-height: 100%;}
   .popup .outer {min-height: 100%; display: flex; align-items: center; justify-content: center; width: 100%; position: relative;}
   
   .popup .quiz-container .quiz-step .quiz-answer .ic {border-color: #43B2DC;}
   .popup .quiz-container .quiz-step .quiz-answer .ic:after {background: #43B2DC;}
   .popup .quiz-container .quiz-step .quiz-answer.selected .ic {border-color: #DF222E;}
   .popup .quiz-container .quiz-step .quiz-answer.selected .ic:after {background: #DF222E;}
   .popup .quiz-container .quiz-step .quiz-answer.selected.correct .ic {border-color: #5F8D05;}
   .popup .quiz-container .quiz-step .quiz-answer.selected.correct .ic:after {background: #5F8D05;}
   .popup .quiz-container .result-block {padding: 0 0 24px; font-size: 20px; line-height: 140%; font-weight: 500; color: #1A1A1A; }
   .popup .quiz-container .result-block p + p {padding-top: 16px;}
   
   .popup .recomendations.hidden {width: 100%; position: absolute; left: -99999px; top: -99999px;}
   .popup .recomendations {margin: 60px 0 0 0; padding: 0 0 40px;}
   .popup .recomendations h2 {font-size: 36px; line-height: 110%; font-weight: bold; color: #1A1A1A; padding: 0; margin: 0 0 40px;}
   .popup .recomendations.content .articles-block:before {display: none;}
   .popup .recomendations.content .articles-block:after {display: none;}
   .popup .recomendations.content .articles-block {margin: 0;}
   .popup .recomendations.content .articles-block .owl-carousel .owl-nav {top: -92px; bottom: auto;}
   .popup .recomendations.content .articles-block .owl-carousel .article-item {padding-bottom: 32px;}
   .popup .recomendations.content .articles-block .owl-carousel .article-item .descr {color: #808080;}
   
   .mini-popup {opacity: 0; transition: opacity 0.3s ease; display: flex; align-items: center; justify-content: center; position: fixed; z-index: 120; top: 0; bottom: 0; left: -99999px; width: 100%; background: rgba(0,0,0,0.4);}
   .mini-popup.visible {left: 0; opacity: 1;}
   .mini-popup .ovlay {position: absolute; top: 0; left: 0; bottom: 0; width: 100%;}
   .mini-popup .into {font-size: 24px; line-height: 140%; font-weight: 500; color: #000; position: relative; background: #fff; padding: 40px; border-radius: 16px; text-align: center; max-width: 743px; width: 100%;}
   .mini-popup .into .close {position: absolute; cursor: pointer; width: 24px; height: 24px; top: 16px; right: 16px; background: url(/local/templates/.default/assets/css/../img/close-mini-ic.svg) center center no-repeat;}
   .mini-popup .into .emoji img {width: 60px; margin: 0 0 28px;}
   .mini-popup .into .btns {margin: 24px 0 0 0; display: flex; justify-content: center;}
   .mini-popup .into .btns a {margin: 0 12px;}
   .mini-popup .into .btns a:first-child {color: #1A1A1A; border: 2px solid #B3B3B3; background: #F7F7F7; line-height: 60px;}
   
   .pop-choise {font-weight: 500; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 140%; color: #1A1A1A; position: fixed; z-index: 999; top: 0; left: -9999px; width: 100%; bottom: 0; background: #F7F7F7; opacity: 0; transition: opacity 0.3s ease;}
   .pop-choise.visible {left: 0; opacity: 1;}
   .pop-choise .wrap {width: 100%;}
   .pop-choise .title {font-size: 80px; line-height: 100%; margin: 0 0 32px; font-weight: bold;}
   .pop-choise .txt {max-width: 1048px; margin: 0 0 68px;}
   
   .pop-choise .blocks {display: flex; justify-content: space-between;}
   .pop-choise .blocks .block {font-size: 16px; line-height: 140%; color: #1A1A1A; display: block; text-decoration: none; max-width: 505px; width: calc(50% - 40px);}
   .pop-choise .blocks .block .pic {margin: 0 0 44px 10px; display: flex; align-items: stretch; z-index: 2;width: 404px; height: 380px; position: relative;}
   .pop-choise .blocks .block .pic .bg {border-radius: 0 30px 30px 30px; width: 100%; overflow: hidden; position: relative; background: center center/cover;}
   .pop-choise .blocks .block .pic:before {z-index: 3; content: ''; background: url(/local/templates/.default/assets/css/../img/fs-pic-left-pattern.svg) top left/contain no-repeat; display: block; position: absolute; top: -5px; left: -10px; width: 154px; height: 134px;}
   .pop-choise .blocks .block .pic .bg:after {content: ''; display: block; position: absolute; top: -2px; left: -2px; bottom: -5px; width: calc(100% + 4px); background: url(/local/templates/.default/assets/css/../img/fs-pic-pattern.webp) top left/409px auto no-repeat;}
   .pop-choise .blocks .block .subtitle {font-size: 36px; line-height: 40px; margin: 0 0 24px; font-weight: bold; position: relative; z-index: 2;}
   .pop-choise .blocks .block .btn {margin-top: 24px;}
   .pop-choise .blocks .block.children .btn {background: #36E98D; color: inherit;}
   .pop-choise .blocks .block.children .pic .bg {z-index: 3; top: -54px; left: -105px; width: 509px; height: 502px; background: url(/local/templates/.default/assets/css/../img/child-pic.webp) center center/contain no-repeat;}
   .pop-choise .blocks .block.children .pic:before, .pop-choise .blocks .block.children .pic .bg:after {display: none;}
   .pop-choise .blocks .block.children .pic:after {z-index: -1; content: ''; display: block; position: absolute; width: 773px; height: 773px; left: -80px; right: auto; top: 50%; transform: translateY(-50%); background: url(/local/templates/.default/assets/css/../img/child-shadow.svg) center center/contain no-repeat;}
   .pop-choise .blocks .block.children .pic {display: block;}
   body.choise-open {height: 100dvh; overflow: hidden;}
   
   .page-404 {min-height: calc(100dvh - 192px);}
   .page-404 .wrap {display: flex; align-items: center; justify-content: center; width: 1265px; height: 688px; background: url(/local/templates/.default/assets/css/../img/404-bg.svg) center center/contain no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; font-size: 24px; line-height: 140%; font-weight: 500; color: #1A1A1A;}
   .page-404 .wrap .pattern {content: ''; display: block; position: absolute; width: 172px; height: 150px; background: url(/local/templates/.default/assets/css/../img/404-pattern01.svg) top left/contain no-repeat; top: -75px; left: -24px;}
   .page-404 .wrap .pattern1 {content: ''; display: block; position: absolute; width: 625px; height: 690px; background: url(/local/templates/.default/assets/css/../img/404-pattern03.svg) top left/contain no-repeat; top: 517px; left: -370px;}
   .page-404 .wrap .pattern2 {display: block; position: absolute; width: 476px; height: 585px; background: url(/local/templates/.default/assets/css/../img/404-pattern02.svg) top left/contain no-repeat; top: -232px; left: calc(100% - 20px);}
   .page-404 .wrap .txt {max-width: 700px; margin: 0 auto; position: relative;}
   .page-404 .wrap h1 {font-size: 220px; line-height: 200px; margin: 0 0 32px; padding: 0; color: inherit; font-weight: bold; }
   .page-404 .wrap .btn {margin: 32px auto 0;}
   


.popup.popup-form {padding: 0; z-index: 99; background: none; position: fixed; top: 0; left: -99999px; bottom: 0; width: 100%; opacity: 0; transition: opacity 0.3s ease;}
.popup.popup-form:after {display: none;}
.popup.popup-form.visible {left: 0; opacity: 1;}
.popup.popup-form .ovlay {background: rgba(0,0,0,0.3); position: fixed; top: 0; left: -99999px; bottom: 0; width: 100%; opacity: 0; transition: opacity 0.3s ease;}
.popup.popup-form.visible .ovlay {left: 0; opacity: 1;}
.popup.popup-form .into {box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3); border-radius: 16px; position: relative; background: #fff; width: calc(100% - 20px); max-width: 743px; padding: 40px 100px;}
.popup.popup-form .into .close {cursor: pointer; width: 24px; height: 24px; position: absolute; top: 16px; right: 16px; background: url(/local/templates/.default/assets/css/../img/close-mini-ic.svg) center center no-repeat;}
.popup.popup-form .into .title {text-align: center; font-size: 24px; line-height: 28px; margin: 0 0 24px; font-weight: bold;}
.popup.popup-form .into .inp-outer {margin: 0 0 16px;}
.popup.popup-form .into .text-inp {resize: none; overflow: hidden; font-size: 16px; font-weight: 500; height: 58px; border-radius: 8px; border: 1px solid #1A1A1A; padding: 0 20px; display: block; font-family: inherit; width: 100%;}
.popup.popup-form .into .error .text-inp {border-color: #DF222E;}
.popup.popup-form .into textarea.text-inp  {height: 174px; padding: 20px;}
.popup.popup-form .into .btn {width: 100%;}
.popup.popup-form .checkbox {margin: 18px 0 25px; display: block; position: relative; cursor: pointer; font-size: 12px; line-height: 140%; color: #1A1A1A; padding-left: 30px;}
.popup.popup-form .error .checkbox {margin-bottom: 8px;}
.popup.popup-form .checkbox input {position: absolute; left: -99999px;}
.popup.popup-form .checkbox input:checked + .txt:before {background: #EFEDFD url(/local/templates/.default/assets/css/../img/check-ic.svg) center center/10px auto no-repeat;}
.popup.popup-form .error .checkbox input:not(:checked) + .txt:before {border: 1px solid #DF222E;}
.popup.popup-form .checkbox .txt:before {box-sizing: border-box; content: ''; display: block; position: absolute; width: 18px; height: 18px; border-radius: 4px; background: #EFEDFD; left: 0; top: -2px;}
.popup.popup-form .err {font-weight: 500; display: none; font-size: 12px; line-height: 140%; color: #DF222E; margin: 6px 0 0 0;}
.popup.popup-form .error .err {display: block;}


.popup.popup-form#thanks-window {text-align: center;}
.popup.popup-form#thanks-window .into {padding: 40px;}
.popup.popup-form#thanks-window .btn {width: auto; margin: 32px auto 0;}

.popup .thanks-pic {width: 70px; display: block; margin: 0 auto 32px;}
.popup .txt {font-size: 20px; line-height: 140%; font-weight: 500;}

.write-story-block {align-items: flex-start; height: 1118px; padding: 96px 0 0 0; position: relative; display: flex; justify-content: space-between; gap: 68px;}
.write-story-block:before {content: ''; display: block; position: absolute; width: 2024px; height: 1724px; top: -500px; left: 50%; background: url(/local/templates/.default/assets/img/write-story-bg.svg) top left/contain no-repeat; transform: translateX(-50%);}
.write-story-block .txt {font-weight: 500; font-size: 16px; line-height: 140%; min-width: 534px; width: 534px;}
.write-story-block .txt p:not(:last-child) {padding: 0 0 16px;}
.write-story-block > * {position: relative;}
.write-story-block .anonim-block {border-radius: 32px; font-size: 12px; line-height: 140%; margin: 16px 0 0 0; background: #fff url(/local/templates/.default/assets/img/anonim-ic.svg) left 24px center no-repeat; padding: 28px 24px 28px 122px; position: relative;}
.write-story-block .anonim-block .title {font-size: 16px; line-height: 20px; margin: 0 0 8px; font-weight: bold;}
.write-story-block .form {border-radius: 32px; padding: 46px; background: #fff; width: 100%;}
.write-story-block .form .title {font-size: 20px; line-height: 24px; margin: 0 0 16px; font-weight: bold;}

.write-story-block .form .radio-btns {gap: 20px; display: flex; margin: 0 0 32px; flex-wrap: wrap;}
.write-story-block .form .radio-btns .err {margin: -16px 0 -10px;}
.write-story-block .form .radio-btns label {font-weight: 500; font-size: 18px; cursor: pointer; line-height: 24px; position: relative; padding-left: 26px;}
.write-story-block .form .radio-btns label input {width: 24px; height: 24px; position: absolute; top: 0; left: 0; width: 24px; height: 24px; opacity: 0; cursor: pointer; z-index: 2;}
.write-story-block .form .radio-btns label .i {background: #E7E9FF; border: 2px solid #6A46FF; position: absolute; display: block; position: absolute; top: 4px; left: 4px; width: 16px; height: 16px; border-radius: 50%; }
.write-story-block .form .radio-btns label input:checked ~  .i:after {border-radius: 50%; content: ''; display: block; width: 8px; height: 8px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #6A46FF;}
.write-story-block .form textarea {margin: 0 0 16px; width: 100%; height: 370px; border-radius: 8px; border: 1px solid #1A1A1A; padding: 20px; resize: none; overflow: hidden; font-family: inherit; font-size: 16px; line-height: 140%;}
.write-story-block .form textarea.error {border: 1px solid #DF222E;}
.write-story-block .form .attent-block {padding: 10px 10px 10px 50px; border-radius: 8px; background: #E7E9FF url(/local/templates/.default/assets/img/attent-ic.svg) center left 10px no-repeat; font-size: 12px; line-height: 140%; margin: 0 0 32px;}
.write-story-block .form  .submit {border-radius: 8px; display: block; width: 100%; margin: 32px 0 0 0; font-family: inherit; cursor: pointer; transition: all 0.3s ease; line-height: 64px; border: 0; text-align: center; background: #1A1A1A; color: #fff; font-size: 20px; font-weight: 500;}
.write-story-block .form  .submit:hover {box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);}

label.checkbox {font-weight: 500; display: block; position: relative; padding: 0 0 0 28px; margin: 0 0 12px; font-size: 12px; line-height: 140%; color: #1A1A1A;}
label.checkbox.error .i {border: 1px solid #DF222E;}
label.checkbox .err {display: block; margin: 6px 0 0 0; color: #DF222E; margin-left: -28px; width: calc(100% + 28px);}
label.checkbox input {width: 20px; height: 20px; position: absolute; top: 0; left: 0; width: 24px; height: 24px; opacity: 0; cursor: pointer; z-index: 2;}
label.checkbox input:checked ~ .i {background-image: url(/local/templates/.default/assets/img/form-checked-ic.svg);}
label.checkbox .i {background: #E7E9FF center center no-repeat; position: absolute; display: block; position: absolute; top: 1px; left: 1px; width: 18px; height: 18px; border-radius: 4px; }
label.checkbox a {color: inherit; text-decoration: underline;}
/* названия документов выделены и без ссылки — пока политика и согласие не переданы */
label.checkbox .doc {text-decoration: underline; text-underline-offset: 2px;}
.form .err {font-size: 12px; width: 100%; display: block; margin: 6px 0 0 0; color: #DF222E; margin-left: -28px; width: calc(100% + 28px);}
label:not(.error) .err, .radio-btns:not(.error) .err {display: none;}


.video-popup {opacity: 0; position: fixed; top: -99999px; left: -999999px; transition: opacity 0.3s ease; width: 100%; bottom: 0; z-index: 999; background: #000; display: flex; align-items: stretch; justify-content: center;}
.video-popup.visible {opacity: 1; left: 0; top: 0;}
.video-popup .into {width: 100%; display: flex; align-items: stretch; justify-content: center;}
.video-popup .into .close:not(.btn) {z-index: 20; width: 48px; height: 48px; top: 24px; right: 72px; display: block; cursor: pointer; position: absolute; background: url(/local/templates/.default/assets/img/close-white-ic.svg) center center no-repeat;}
/* ==========================
   Base
========================== */


.video-popup .player{
    display:flex;
    justify-content:center;
    align-items:center; position: relative;
}

.video-popup .video-wrapper{
    position:relative;
    display:table;
}
.video-popup .video-wrapper:after {content: ''; display: block; position: absolute; bottom: 0; top: 0; left: 0; width: 100%; background: rgba(0,0,0,0.5);}
.playing .video-wrapper:after {display: none;}
.video-popup video{
    display:block;
    max-width:100%;
    max-height:100dvh;
    object-fit:contain;
}


/* ==========================
   Controls
========================== */

.video-popup .controls{
    position:absolute;
    left:0;
    right:0;
    bottom:0; z-index: 5; 

    display:flex;
    align-items:center;
    gap: 8px;

    padding: 0 72px; height: 104px; display: flex; align-items: center; transition:opacity .25s ease; z-index: 10;
}

.video-popup .player.hide-controls .controls{
    opacity:0;
    pointer-events:none;
}

/* ==========================
   Buttons
========================== */

.video-popup .player button{
    width:34px;
    height:34px;

    display:flex;
    justify-content:center;
    align-items:center;

    background:none;
    border:none;

    color:#fff;
    cursor:pointer;
    transition:.2s;
}

.player button.play-btn {padding: 0; width: 56px; height: 56px; background: url(/local/templates/.default/assets/img/player-play-ic.svg) center center no-repeat;}
.player button.play-btn svg {display: none;}
.player button.volume-button {padding: 0; width: 56px; height: 56px; background: url(/local/templates/.default/assets/img/player-vol-ic.svg) center center no-repeat;}
.player button.volume-button svg {display: none;}
.playing .player button.play-btn {padding: 0; width: 56px; height: 56px; background: url(/local/templates/.default/assets/img/video-pause-ic.svg) center center no-repeat;}
.playing .player button.play-btn svg {display: none;}
.player button.settings-btn {padding: 0; width: 56px; height: 56px; background: url(/local/templates/.default/assets/img/player-settings-ic.svg) center center no-repeat;}
.player button.settings-btn svg {display: none;}
.player button.captions-btn {padding: 0; width: 56px; height: 56px; background: url(/local/templates/.default/assets/img/player-subtitres-ic.svg) center center no-repeat;}
.player button.captions-btn svg {display: none;}
.player button.fullscreen-btn {padding: 0; width: 56px; height: 56px; background: url(/local/templates/.default/assets/img/player-fullscreen-ic.svg) center center no-repeat;}
.player button.fullscreen-btn svg {display: none;}


.player button svg{
    width:24px;
    height:24px;
    fill:currentColor;
}

.play-btn svg{
    width:26px;
    height:26px;
}

/* ==========================
   Time
========================== */

.video-popup .time{
    color:#fff;
    font-size:20px;
    white-space:nowrap;
    min-width: 150px;
}

/* ==========================
   Volume
========================== */

.video-popup .volume{
    display:flex;
    align-items:center;
    gap:10px;
}

.video-popup .volume-icon{
    width:22px;
    height:22px;
    fill:#fff;
}

.video-popup #volume{
    width:90px;
    cursor:pointer;
    accent-color:#fff;
}

/* ==========================
   Progress
========================== */

.video-popup .progress{
    flex:1;
    position:relative;
    height:16px;
    cursor:pointer;
    border-radius:999px; border-radius: 8px;
    background:rgba(255,255,255,.6);
    overflow: hidden;
}


.video-popup .progress-buffer{
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background: none;
}

.video-popup .progress-played{
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background:#fff; border-radius: 8px;
}

.video-popup .progress-thumb{
    position:absolute;
    right:-7px;
    top:50%;

    width:14px;
    height:14px;

    border-radius:50%;
    background:#fff;

    transform:translateY(-50%) scale(0);
    transition:.15s;
}

.video-popup .progress:hover .progress-thumb{
    transform:translateY(-50%) scale(1);
}

/* ==========================
   Settings Menu
========================== */

.video-popup .settings-menu{

    position:absolute;

    right: 130px; 
    bottom:85px;

    width:150px;

    background:rgba(0,0,0,0.3);

    border:1px solid rgba(255,255,255); z-index: 10;

    border-radius:6px;

    overflow:hidden; color: #fff;

    display:none; padding: 20px;

    backdrop-filter:blur(10px);


}

.settings-menu.active{
    display:block;
}

.settings-menu button{

    width:100%;
    height:42px;

    justify-content:flex-start;

    padding:0 16px;

    border-radius:0;

    transform:none;

    font-size:16px;

}


/* ==========================
   Fullscreen
========================== */

.player:fullscreen{
    width:100vw;
    height:100vh;
}

.player:fullscreen video{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* В полноэкранном режиме оставляем только видео и панель управления.
   Блок .video-info позиционирован absolute bottom:104px внутри .player —
   когда плеер растягивается на весь экран, он ложится поверх управления. */
.player:fullscreen .video-info,
.player:-webkit-full-screen .video-info {display: none;}

.player:fullscreen .video-wrapper,
.player:-webkit-full-screen .video-wrapper {width: 100%; height: 100%;}

/* ==========================
   Cursor
========================== */

.player.hide-controls{
    cursor:none;
}

/* ==========================
   Mobile
========================== */

@media (max-width:768px){

    .controls{
        gap:10px;
        height: 104px; display: flex; align-items: center; padding: 0 72px;
    }

    .time{
        font-size:12px;
        min-width:72px;
    }

    #volume{
        display:none;
    }

    .settings-menu{
        right:60px;
        bottom:60px;
        width:130px;
    }

}

/* ==========================
   Selection
========================== */

::selection{
    background:transparent;
}

.volume{

    position:relative;

    display:flex;

    align-items:center;

}

.volume-button{

    width:34px;

    height:34px;

}

.volume-popup{

    position:absolute;
    bottom:122px;
    left:50%;

    transform:translateX(-50%) translateY(10px);

    opacity:0;
    visibility:hidden;

    pointer-events:none;

    transition:.2s;

}

.volume-popup.active{

    opacity:1;
    visibility:visible;

    pointer-events:auto;

    transform:translateX(-50%) translateY(0);

}

#volume{

    appearance:none;

    width:120px;

    height:4px;

    transform:rotate(-90deg);

    cursor:pointer;

    background: rgba(255,255,255,0.5);

    border-radius:10px;

}

#volume::-webkit-slider-thumb{

    appearance:none;

    width:14px;

    height:14px;

    border-radius:50%;

    background:#fff;

    cursor:pointer;

}

.video-info {z-index: 2; position: absolute; bottom: 104px; left: 0; width: 100%;}
.playing .video-info {left: -999999px;}
.video-info .article-item {max-width: calc(100% - 300px); width: 686px; color: #fff; border-radius: 0; background: none; padding: 0 0 0; position: absolute; left: 74px; bottom: 56px;}
.video-info .article-item:hover {box-shadow: none;}
.video-info .article-item .txt {font-size: 20px; line-height: 140%; color: rgba(255,255,255,0.8);}
.video-info .article-item .inf-title {color: #fff; text-decoration: none; display: block; font-size: 48px; line-height: 100%; margin: 0 0 24px; font-weight: bold;}
.video-info .btn {position: absolute; bottom: 56px; right: 74px; color: #fff; background: none; border: 1px solid #fff;}
.video-info .btn:hover {color: #000; background: #fff;}
.video-info .tags-wrap {bottom: 0; margin: 24px 0 0 0; position: relative;}
.video-info .tags-wrap .tags-list a {color: #1A1A1A;}
.article-item .cat-author .ava {width: 88px; height: 94px; overflow: hidden; margin: 0 16px 0 0; mask-image: url(/local/templates/.default/assets/css/../img/ava-mask.svg); mask-size: 100% 100%; mask-position: center center;}
.article-item .cat-author .ava img {display: block; width: 100%; height: 100%; object-fit: cover;}
.article-item .cat-author .author-inf small {font-size: 16px; line-height: 140%; color: rgba(255,255,255,0.8);}
.article-item .cat-author .author-inf .author {font-weight: bold; font-size: 16px; line-height: 20px; margin: 0 0 4px;}
.article-item .cat-author .author-inf {max-width: 302px; width: calc(100% - 104px);}

   /*owl-carousel*/.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
   .owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/.default/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
   
   /*custom scrollbar*/.jspContainer{overflow:hidden;position:relative}.jspPane{position:relative; margin-left: 0!important; width: 100%!important;}
   .jspVerticalBar{position:absolute;top:0px;right:0px;width: 4px;height:100%;background: none; border-radius: 5px;}
   .jspHorizontalBar:before {content: ''; display: block; position: absolute; left: 0; top: -33px; width: 18px; height: 18px; background: url(/local/templates/.default/assets/css/../img/drag-ic.svg) center center/contain no-repeat;}
   .jspHorizontalBar{display: none!important; position:absolute;bottom: 3px;left:0; width: calc(100% - 15px);height:3px;background:#fff; border-radius: 3px;}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{position:relative}
   .jspDrag{background: #EDEDED; border-radius: 2px; position:relative;top:0;left:px;cursor:pointer;  width: 4px;}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:3px}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:none}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0} .jspHorizontalBar .jspTrack {height: 1px;}
   .jspPane {left: 0!important;}
   
   
   @media all and (min-width:1100px) {
       @media all and (max-height:1000px) {
           .page-404 .wrap {zoom: 85%;}
           .pop-choise .title {font-size: 60px;}
           .pop-choise .blocks .block .pic {height: 280px;}
           .pop-choise .blocks .block.children .pic .bg {height: 390px;}
       }
   
       @media all and (max-height:900px) {
           .page-404 .wrap {zoom: 75%;}
           .pop-choise {align-items: flex-start; overflow: auto; padding: 50px 0; overflow-x: hidden;}
       }
       
       @media all and (max-height:800px) {
           .page-404 .wrap {zoom: 65%;}
       }
       
       @media all and (max-height:700px) {
           .page-404 {min-height: 600px;}
       }
   }
   
   
   
@media all and (max-height: 650px) {
.popup.popup-form {overflow: auto; max-height: 100dvh; align-items: flex-start; padding: 40px 0;}
}
   
   @media all and (max-width:1600px) {
   .page-404 {position: relative;}
   .page-404 .wrap {max-width: calc(100% - 40px);}
   .experts-page .top-pattern {left: -200px; transform: none; width: 1700px; background-size: 100% auto; top: -50px; background-image: url(/local/templates/.default/assets/css/../img/experts-page-tab-bg.svg);}
   .articles-page.quizzes .articles-list {padding-top: 62px;}
   .articles-page:before {right: calc(100% - 140px); top: -180px;} 
   .articles-page.quizzes .articles-list-wrap .top-pattern {width: 112vw; background-size: 100% auto; background-image: url(/local/templates/.default/assets/css/../img/quizzes-page-tab-bg.svg); top: -100px;}
   .articles-page.quizzes .articles-list-wrap:after {width: 112vw; background-size: 100% auto; background-image: url(/local/templates/.default/assets/css/../img/quizzes-page-tab-bg.svg);}
   .articles-page.quizzes .articles-list-wrap {padding-bottom: 100px;}
   .articles-page.quizzes .articles-list-wrap:before {bottom: 80px;}
   .experts-page:after {background-image: url(/local/templates/.default/assets/css/../img/experts-page-tab-bg.svg); width: 100vw; background-size: 100% auto;}
   .expert-inner-page:after {left: auto; right: -100px; width: 190px; height: 234px;}
   .expert-inner-page:before {width: 607px; height: 643px; top: auto; bottom: -120px; right: auto; left: -370px;}
   }
   
   
   @media all and (max-width:1400px) {
   header .btns nav ul, header .btns .lang-block ul a {font-size: 18px;}
   header .title-drop .title .title-txt {font-size: 24px;}
	header .btns .lang-block ul a .desktop {display: none;}      
	header .btns .lang-block ul a .tab {display: inline;}      
   .content h1 {font-size: 36px;}
   .quiz-page .leftcontent .back-link {margin-bottom: 20px;}
   .quiz-page .leftcontent .txt {font-size: 16px;}
   .quiz-page .leftcontent {width: calc(100% - 450px); padding: 0 60px 0 0;}
   .quiz-page .pic .bg:after {content: ''; display: block; position: absolute; left: -2px; top: -2px; width: 503px; height: 464px; background: url(/local/templates/.default/assets/css/../img/quiz-right-pic-pattern.webp) bottom right / 100% auto no-repeat;}
   .quiz-page .pic {width: 450px;}
   .quiz-page .pic .bg {height: 460px;}
   header {height: 92px;}
   .container {padding-top: 170px;}
   .first-screen {margin-bottom: 250px;}
   .first-screen:after {top: 140px;}
   .first-screen .txt {font-size: 20px;}
   .first-screen .txt h1 {font-size: 64px;}
   .first-screen .pic {margin-right: 0; width: calc(50% - 49px); height: 620px;}
   .first-screen .pic:before {width: 210px;}
   .first-screen .pic .bg:after {background-size: 715px auto;}
   .content h2 {font-size: 50px;}
   .article-item {padding: 24px 24px 124px;}
   .expert-item {padding: 24px;}
   .content .owl-carousel .owl-nav {top: calc(100% + 34px);}
   .first-screen .txt input.inp-search {font-size: 16px; height: 46px; padding: 0 16px;}
   .first-screen .txt .search-wrap .fields .text-field {height: 48px; width: calc(100% - 168px);}
   .first-screen .txt .search-wrap .btn {font-size: 16px; line-height: 48px;}
   .first-screen .txt .search-wrap .fields .submit {width: 152px;}
   .content .articles-block:before {transform: none; left: -286px; height: 978px;}
   .content .experts-block:before {top: -150px;}
   .content .experts-block {margin-bottom: 180px;}
   .content .quizzes-block:before {top: -200px; height: 1060px;}
   .content .quizzes-block {margin-bottom: 160px;}
   .article-item .tags-wrap.open .tags-drop {left: -24px; width: calc(100% + 24px);}
.game-block {margin-bottom: 140px;}
.content .articles-block {margin-bottom: 180px;}
   
   }
   
   @media all and (max-width:1300px) {
.game-block .cards {zoom: 80%; right: -100px;}
.game-block {padding: 30px 30px 60px; background-size: cover;}
.game-block .screen {width: 400px; border-radius: 25px; padding: 25px;}
.game-block .screen .go-btn {left: 30px;}
   .first-screen .pic {height: 500px;}
   .first-screen:after {top: 40px;}
   .first-screen .pic .bg:after {background-size: 615px auto;}
   .first-screen .pic:before {width: 184px;}
.content .article-inner-page > .descr {max-width: calc(100% - 300px);}
header .btns nav ul li a,header .btns .lang-block ul a {padding: 0 10px;}
header .btns nav ul, header .btns .lang-block ul a {font-size: 16px;}
header .title-drop .title .title-txt {font-size: 22px;}
   }

 @media all and (max-width:1200px) {
.stories-slider .article-item {padding: 40px 16px 16px; background-size: 82px auto; background-position: top 10px right 18px;}
.content .experts-block {margin-bottom: 220px;}
.content .quizzes-block {margin-bottom: 200px;}
.content .quizzes-block:before {top: -170px;}
.stories-block {margin-bottom: 200px;}
.stories-slider .article-item {width: 100%;}
.stories-slider {margin-bottom: 160px;}
.stories-block:before {top: -246px; left: -200px; transform: none;}
.first-screen:after {opacity: 0;}
.content .stories-slider .owl-carousel .owl-dots {top: 100%;}
.stories-slider .article-item:after {width: 62px; height: 28px; right: 60px;}
.stories-slider .article-item .cat-author .tag {margin: 0 12px 0 0;}
.stories-slider .article-item {padding-bottom: 88px;}
.stories-slider .article-item .cat-author {display: flex;}
.stories-slider .owl-carousel .owl-stage {display: flex; flex-wrap: wrap;}
.stories-slider .owl-carousel .owl-stage .owl-item {display: flex; flex-wrap: wrap; padding-bottom: 40px;}
.stories-slider .owl-carousel {overflow: visible; padding-bottom: 1px;}
.stories-slider .owl-carousel .owl-stage-outer {overflow: visible;}
.owl-carousel .expert-item {width: auto; min-width: 1px;}
.videos-slider .owl-carousel,.videos-slider .owl-stage-outer {overflow: visible;}
.videos-slider .owl-carousel .owl-stage {display: flex; flex-wrap: wrap;}
.videos-slider .owl-carousel .owl-stage .owl-item {display: flex;}
.articles-page.videos .articles-list-wrap:after {background-position: bottom right; background-size: 100% auto; width: 150vw; right: -12vw; left: auto; transform: none;}
.articles-page.videos .articles-list-wrap {margin-bottom: 40px;}
.articles-page.videos .articles-list-wrap:before {bottom: 100px;}
.articles-page.videos:before {display: block; right: -110px; width: 170px; height: 260px; top: -160px; right: -60px;}
.articles-page.videos .top-pattern:before {display: none;}
.articles-page.videos .articles-list-wrap .top-pattern {width: 150vw; background-size: 100% auto; transform: none; left: auto; right: -16vw;}
.articles-page.stories:before {display: block; width: 242px; height: 212px; left: -150px; top: -48px;}
.articles-page.stories .articles-list-wrap .top-pattern:before {display: none;}
.articles-page.stories .articles-list-wrap {padding-bottom: 70px; margin-bottom: 40px;}
.articles-page.stories .articles-list-wrap:after {background-image: url(/local/templates/.default/assets/css/../img/stories-page-bg-tab.svg); transform: none; left: -700px;}
.articles-page.stories .articles-list-wrap .top-pattern {left: auto; right: -1300px; }
.write-story .descr {font-size: 16px;}
.write-story .txt {max-width: 423px;}
.video-popup .controls {height: 88px; padding: 0 32px;}
.video-info .btn {right: 32px; padding: 0 20px; bottom: 12px;}
.video-popup .article-item .cat-author {display: flex; margin-bottom: 34px;}
.video-popup .article-item .txt {display: block;}
.video-popup .article-item .tags-wrap {bottom: auto;}
.video-info .article-item {bottom: 10px; left: 32px; width: calc(100% - 64px); max-width: 584px;}
.video-info .article-item .inf-title {font-size: 36px; line-height: 40px;}
.write-story-block:after {width: 337px; height: 353px; right: -126px; top: -380px;}
.write-story-block:before {transform: none; top: -390px; left: auto; right: -170px; width: 1963px; height: 1892px; background-image: url(/local/templates/.default/assets/css/../img/write-story-tab-bg.svg?ver2);}
.write-story-block .anonim-block {margin: 0; position: absolute; top: 0; right: 0; width: 468px;}
.write-story-block {padding-top: 0; height: 1544px; justify-content: flex-start;}
.content .write-story-block .txt h1 {font-size: 48px; line-height: 100%;}
.write-story-block {gap: 48px; flex-direction: column;}
.write-story-block .txt {min-width: 1px; padding-right: 498px; width: 100%; position: relative;}
.write-story-block .txt > * {max-width: 556px;}
.article-item .txt {display: none;}
.content .videos-block:before {background-size: contain; height: 1100px;}
.videos-slider .nav {display: none;}
.videos-slider .carousel .article-item {width: 100%; min-width: 1px; padding: 16px 16px 124px;}
.videos-slider .carousel {height: auto; min-height: 1px;}
}
   
   @media all and (max-width:1100px) {
header .btns nav ul li ul {white-space: normal;}
.stories-slider {margin-bottom: 80px;}
.articles-page.stories .write-story {margin-bottom: 8px; width: calc(100% - 8px);}
.write-story-block .txt {padding-right: 368px;}
.write-story-block .anonim-block {width: 328px; padding: 122px 24px 24px; background-position: top 24px left 24px; background-size: 86px auto;}
footer nav {top: 30px;}
footer .alliance-logo {height: 88px;}
.theme-articles .article-item {width: 100%; min-width: 1px;}
.theme-articles .owl-carousel, .theme-articles .owl-carousel .owl-stage-outer {overflow: visible;}
.content .article-inner-page .rightcontent + .write-story {order: 10;}
.content .article-inner-page .write-story ~ .theme-articles {order: 12;}
.stories-slider .article-item {width: 100%;}
.stories-slider .owl-item {padding-bottom: 60px;}
.videos-slider .carousel.owl-carousel, .videos-slider .carousel.owl-carousel .owl-stage-outer {overflow: visible;}
.videos-slider .carousel.owl-carousel {display: block;}
.content .videos-block {margin-bottom: 180px;}
.content .videos-block:before {height: 959px;}
.videos-slider .carousel .article-item .pic {max-height: 160px;}
.videos-slider .carousel .article-item {border-radius: 20px;}
.videos-slider .carousel .article-item .pic {border-radius: 12px;}
.videos-slider .carousel {display: block;}
.mini-popup .into .btns a:first-child {line-height: 48px;}
.content .article-inner-page > .descr, .content .article-inner-page h1 {max-width: 100%;}
   .pop-choise {height: auto; max-height: 99999px;}
   .pop-choise .blocks .block .subtitle {margin: 0 0 24px;}
   .pop-choise .title {font-size: 64px;}
   .pop-choise {display: block; align-items: flex-start; padding: 40px 0; overflow: auto; overflow-x: hidden;}
   .page-404 .wrap .pattern2 {width: 303px; height: 373px; top: -125px;}
   .page-404 .wrap .pattern1 {width: 450px; height: 477px; left: -247px; bottom: -372px; top: auto; background-size: contain;}
   .page-404 {min-height: calc(100dvh - 130px);}
   .page-404 .wrap {font-size: 20px; line-height: 28px; width: 910px; max-width: calc(100% - 40px);height: auto;}
   .page-404 .wrap .in {position: absolute;}
   .page-404 .wrap:before {content: ''; display: block; padding-top: 55%;}
   .page-404 .wrap h1 {font-size: 160px; line-height: 160px;}
   .page-404 .wrap .txt {max-width: 664px;}
   .page-404 .wrap .pattern {width: 117px; height: 102px; background-position: top left; background-size: contain; top: -47px; left: -10px;}
   .popup .quiz-container .quiz-step.result .quiz-question {font-size: 36px;}
   .quiz-page {margin-bottom: 50px;}
   .quiz-page .leftcontent {position: relative; z-index: 2;}
   .quiz-page:before {width: 590px; height: 622px; left: -446px; top: -290px; bottom: auto;}
   .quiz-page {flex-wrap: wrap;}
   .quiz-page .leftcontent {margin: 0 0 66px; padding: 0; width: 100%;}
   .quiz-page .pic {max-width: 850px; width: 100%;}
   .quiz-page .pic .bg {height: auto;}
   .quiz-page .pic .bg:before {content: ''; display: block; padding-top: 100%;}
   .quiz-page .pic .bg:after {width: 111%; height: 102%;}
   .quiz-container {margin-left: 0; margin-right: 0; width: 100%;}
   .content .article-inner-page .theme-articles {padding-top: 87px;}
   .content .article-inner-page .theme-articles {margin-top: 40px;}
   .content .article-inner-page .theme-articles:before {height: 891px; width: 1174px; left: -100px; min-width: calc(100vw + 180px); background: url(/local/templates/.default/assets/css/../img/theme-articles-tab-bg.svg) top left/contain no-repeat; transform: none;}
   .content .article-inner-page .rightcontent {width: 100%;}
   .content .article-inner-page .leftcol .expert-item {align-items: center;}
   .content .article-inner-page .leftcol ul.contents {display: none;}
   .content .article-inner-page:after, .content .article-inner-page:before {display: none;}
   .content .article-inner-page .leftcol {order: 1; margin: 0 0 32px; width: 100%;}
   .content .article-inner-page .leftcol .slick-wrap {max-width: 100%;}
   .content .article-inner-page .leftcol .slick-wrap.fix, .content .article-inner-page .leftcol.fix.bottom {position: relative!important; top: auto; left: auto; bottom: auto;}
   .content .article-inner-page > .descr, .content .article-inner-page .pic, .content .article-inner-page .rightcontent, .content .article-inner-page .theme-articles {order: 2;}
   .content .article-inner-page h1 {font-size: 36px; margin: 0 0 16px;}
   .expert-inner-page:after {top: 87px; right: -122px;}
   .expert-inner-page .expert-item .inf {max-width: 590px;}
   .expert-inner-page .articles-list {padding-bottom: 8px;}
   .experts-page {padding-bottom: 50px;}
   .experts-page .top-pattern {top: -60px; width: calc(100vw + 300px); left: -200px; background-image: url(/local/templates/.default/assets/css/../img/experts-page-tab-bg.svg);}
   .content .experts-page .btn.show-more {margin-top: 0;}
   .experts-page .experts-list {padding-bottom: 32px; padding-top: 60px; margin-right: -8px; width: calc(100% + 8px);}
   .experts-page .experts-list .expert-item {padding: 16px; display: block; width: calc(100% / 3 - 8px); margin: 0 8px 8px 0;}
   .experts-page .expert-item .photo {margin: 0 0 16px; width: 100%; height: auto;}
   .experts-page .expert-item .photo:before {content: ''; display: block; padding-top: 105%;}
   .experts-page .expert-item .inf {width: 100%;}
   .experts-page:after {bottom: 40px; width: 100vw; left: 50%; transform: translateX(-50%); background-image: url(/local/templates/.default/assets/css/../img/experts-page-tab-bg.svg);}
   .articles-page.quizzes .articles-list-wrap .top-pattern {top: -60px;}
   footer .up {right: 40px; bottom: 35px;}
   .content .btn.show-more {line-height: 64px; padding-left: 30px; font-size: 24px; margin-top: 32px;}
   .articles-page .articles-list {padding-top: 88px;}
   .articles-page .articles-list-wrap .top-pattern {width: 1178px; height: 88px; /*background-image: url(/local/templates/.default/assets/css/../img/articles-page-tab-bg.svg);*/}
   .articles-page .articles-list-wrap:before {top: 88px; bottom: 112px;}
   .articles-page .articles-list-wrap:after {height: 112px; width: 1178px; background-image: url(/local/templates/.default/assets/css/../img/articles-page-tab-bg.svg);}
   .articles-page .articles-list-wrap {padding-bottom: 68px;}
   .articles-page:before {top: -120px; width: 315px; height: 333px; right: auto; left: -175px;}
   .container.inner {padding-top: 130px;}
   .search-page .tags-wrap.limited {margin-top: 24px;}
   .first-screen {margin-bottom: 180px; align-items: flex-start;}
   .first-screen .pic {height: 402px; width: calc(44% - 22px);}
   .first-screen .pic .bg:after {background-size: 100% 100%;}
   .first-screen .txt {width: 56%;}
   .first-screen .pic:before {top: 0; left: -18px; width: 30%;}
   .first-screen:after {width: 305px; height: 308px; top: 155px; left: calc(50% + 280px); right: auto; background-size: contain; background-repeat: no-repeat;}
   .content .articles-block:before {height: 890px; background: url(/local/templates/.default/assets/css/../img/articles-tab-bg.svg) top left no-repeat; left: auto; right: -800px; top: -82px;}
   .content h2 {font-size: 48px; margin: 0 0 38px;}
   .content .flex-title {margin: 0 0 38px;}
   .content .btn {line-height: 48px; font-size: 16px; padding: 0 20px;}
   .content .flex-title .btn:after {width: 18px; height: 18px; right: 20px; margin-top: -9px; background-size: 18px auto;}
   .content .flex-title .btn {padding-right: 48px;}
   .article-item {border-radius: 20px; padding: 16px 16px 154px;}
   .article-item .pic {height: 160px; border-radius: 12px; margin: 0 0 16px;}
   .article-item .cat-author {margin: 0 0 16px; display: block;}
   .article-item .cat-author .tag {margin: 0 0 12px;}
   .article-item .title {font-size: 20px; line-height: 24px; margin: 0 0 8px;}
   .article-item .tags-wrap > .tags-list {max-height: 113px;}
   .content .owl-carousel .owl-nav {display: none;}
   .content .owl-carousel .owl-dots {align-items: center; display: flex; justify-content: center; position: absolute; top: calc(100% + 32px); position: absolute; left: 0; width: 100%;}
   .content .owl-carousel .owl-dots .owl-dot {position: relative; width: 12px; height: 12px; border-radius: 50%; margin: 0 3.5px; opacity: 0.2; background: #1A1A1A; transition: opacity 0.3s ease;}
   .content .owl-carousel .owl-dots .owl-dot.active {width: 16px; height: 16px; opacity: 1;}
   .content .articles-block:after {display: none;}
   .content .experts-block:before {background-image: url(/local/templates/.default/assets/css/../img/experts-tab-bg.svg); height: 962px; width: 1296px; background-size: 100% auto;}
   .content .quizzes-block:before {background-image: url(/local/templates/.default/assets/css/../img/quizzes-tab-bg.svg); height: 1010px; width: 1216px; background-size: 100% auto;}
   .content .quizzes-block:after {width: 103px; height: 109px; background-size: contain; background-position: top right; bottom: -190px; right: auto; left: calc(50% - 580px);}
   footer {padding: 0;}
   .popup-search {padding-top: 122px;}
   .article-item .tags-wrap.open .tags-drop {left: -16px; width: calc(100% + 16px);}
   .articles-list.search-results {padding-bottom: 0;}
   .articles-list {margin-right: -8px; width: calc(100% + 8px); padding-bottom: 32px;}
   .articles-list .article-item {margin: 0 8px 8px 0; width: calc(100% / 3 - 8px); min-width: calc(100% / 3 - 8px);}
   .article-item .tags-wrap {bottom: 16px;}
   .popup:after {width: 433px; height: 457px; top: -200px; right: -200px; transform: none;}
   .pop-choise .blocks .block .btn {font-size: 16px; line-height: 48px;}

header {height: 64px;}
header .btns {display: none;}
header .menu-ic {display: block;}
header .title-drop .title .title-txt {font-size: 20px;}
header .title-drop .title .arr {display: none;}
header .title-drop.open .drop {display: none;}
header .mobile-nav {padding: 88px 20px 0; width: 100%; height: 100dvh; overflow: auto; max-width: 360px; bottom: 0; background: #fff; position: fixed; top: 0; right: -360px; z-index: 901; display: flex; flex-direction: column;  transition: right 0.3s ease;}
   .menu-open header .mobile-nav {right: 0;}
   header .mobile-nav .btns {padding-bottom: 200px; position: relative; display: block; margin-bottom: 40px;}
   header .mobile-nav .btns nav {display: block; min-height: calc(100dvh - 400px);}
   header .mobile-nav .drop {line-height: 28px;  position: relative; padding: 0 16px 20px; margin: -192px 0 0 0; list-style-type: none; }
   header .btns .lang-block {margin: 0; left: 0px; width: calc(100% - 40px); padding: 8px 16px 0; background: none; border-radius: 0; position: absolute; bottom: 0;}
   header .btns .lang-block ul {display: block;}
   header .btns .lang-block ul a {font-size: 20px; text-transform: uppercase; padding: 0;}
   header .btns .lang-block ul a .tab {display: none;}   
   header .btns .lang-block ul a .mob {display: inline;}   
   header .mobile-nav .drop li + li {margin-top: 28px;}
   header .mobile-nav .drop li a {color: inherit; text-decoration: none; font-size: 20px; font-weight: 500;}
   header .mobile-nav .drop li a.active {opacity: 0.3;}
   header .mobile-nav .close {position: absolute; top: 16px; right: 20px; width: 48px; height: 48px; background: url(/local/templates/.default/assets/css/../img/menu-close-ic.svg) center center no-repeat;}
   header .mobile-nav .tags-wrap.limited {display: none;}
   header .mobile-nav .search-wrap .fields {margin: 0 0 24px; display: flex; justify-content: space-between;}
   header .mobile-nav .search-wrap .fields .btn {width: 48px; height: 48px; border-radius: 8px; padding: 0; background: #1A1A1A url(/local/templates/.default/assets/css/../img/white-loop-ic.svg) center center no-repeat;}
   header .mobile-nav .search-wrap .text-field {height: 48px; width: calc(100% - 52px);}
   header .mobile-nav .search-wrap .text-field input.inp-search {height: 46px; font-size: 16px; padding: 0 16px;}
   header .mobile-nav .btns nav ul {display: block;}
   header .mobile-nav .btns nav ul li.menu-parent {padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #E0E0E0;}
   header .mobile-nav .btns nav ul li a {padding-left: 16px; font-weight: 500; position: relative; width: 100%; font-size: 20px;}
   header .mobile-nav .btns nav ul li + li {margin-top: 8px;}
   header .mobile-nav .btns nav ul li a .count {position: absolute; top: 8px; right: 16px;}
   header .mobile-nav .btns nav ul li ul li a {line-height: 140%; padding-top: 8px; padding-bottom: 8px; padding-right: 40px;}
   header .mobile-nav .btns .search-btn {display: none;}
   body.menu-open header:before {content: ''; display: block; position: fixed; top: 0; left: 0; bottom: 0; width: 100%; background: rgba(0, 0, 0, 0.4); z-index: 900;}
   header .mobile-nav .search-wrap .search-drop {box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12); top: calc(100% + 8px);}
   header .mobile-nav .search-wrap .text-field.valid .remove {right: 10px; background-size: 12px auto;}

header .mobile-nav .btns nav ul li ul {transition: none; margin-top: 8px; transform: none; background: none; visibility: visible; display: none; position: relative; padding: 0; width: auto; box-shadow: none; left: auto; top: auto; opacity: 1;}
header .btns nav ul li a:hover {box-shadow: none;}
header .btns nav ul li.menu-parent.open>a .str {transform: none;}
header .btns nav ul li.menu-parent:hover:not(.open)>a .str {transform: scale(1,-1);}
   }
   
   
   @media all and (max-width:1000px) {
.content .quizzes-block:after {left: -78px;}
.stories-slider .owl-carousel .article-item {width: 496px; min-width: 496px; border-radius: 20px;}
.owl-carousel .expert-item {width: 328px; min-width: 328px;}
.article-item {width: 328px; min-width: 328px;}
.articles-page.videos:before {width: 136px; height: 210px; top: -90px; right: -90px;}
.articles-page.stories .articles-list-wrap .top-pattern {right: -1400px;}
.owl-carousel .article-item {width: 328px; min-width: 328px;}
.content .article-inner-page .write-story ~ .theme-articles {margin-top: 48px;}
.write-story {padding: 40px;}
.write-story .descr {max-width: 100%;}
.write-story h3 {width: 100%;}
.write-story {flex-direction: column; align-items: center; gap: 40px;}
.write-story .pic, .content .article-inner-page .write-story .pic {width: 410px; height: 252px; order: 1!important;}
.write-story .txt {display: block; order: 2; width: 100%; max-width: 100%; text-align: center;}
.write-story .txt .btn {margin: 32px auto 0;}
.playing .video-info {left: auto;}
.video-info .article-item .inf-title {margin: 0 0 8px; font-size: 24px; line-height: 28px;}
.article-item .cat-author .ava {width: 68px; height: 73px;}
.article-item .cat-author .author-inf small {font-size: 12px;}
.article-item .cat-author {margin-bottom: 26px;}
.video-info .article-item .txt {font-size: 16px;}
.video-info .btn {line-height: 46px; font-size: 16px; position: relative; width: 100%; right: auto; margin: 48px auto; width: calc(100% - 32px); }
.video-popup .settings-menu {right: 40px;}
.volume-popup {bottom: 82px;}
.player button.volume-button,
.player button.settings-btn, .player button.captions-btn, .player button.fullscreen-btn  {width: 30px; height: 30px; background-size: contain;}
.video-popup .time {padding-bottom: 6px; font-size: 12px; margin-right: auto;}
.player button.play-btn, .playing .player button.play-btn {width: 100%; height: calc(100% - 90px); margin-top: 30px;}
.playing .player button.play-btn {opacity: 0;}
.video-popup .controls {margin-top: -54px; height: 100%; flex-wrap: wrap; padding: 0 16px; align-items: flex-end; padding: 0 16px 20px;}
.video-popup .progress {height: 6px; min-width: calc(100vw - 32px); order: 10; width: 100%;}
.video-popup {overflow: auto;}
.video-info .article-item {bottom: auto; padding: 0 16px; width: 100%; left: auto; position: relative;}
.video-info {margin: 32px 0 0 0; position: relative; bottom: auto; left: auto; width: 100%;}
.video-popup .into .close:not(.btn) {width: 40px; height: 40px; top: -52px; right: 24px; background-size: contain;}
.video-popup video {max-height: 99999px;}
.video-popup {align-items: flex-start;}
.video-popup .into {padding-top: 64px; align-items: flex-start;}
.video-popup .player {flex-direction: column; position: relative; width: 100%;}
.video-popup .video-wrapper {width: 100%;}
footer .bottom-txt {text-align: left; padding-left: 12px;}
.write-story-block .form textarea {height: 320px;}
.write-story-block:after {width: 270px; height: 272px; right: -86px; top: -218px;}
.write-story-block:before {top: -240px; background: url(/local/templates/.default/assets/css/../img/write-story-tab768-bg.svg?ver2) top right/auto 100% no-repeat;  height: auto; bottom: -100px; right: -170px;}
.write-story-block {height: auto; gap: 26px; margin-bottom: 100px; padding-top: 90px;}
footer nav {width: 100%; position: relative; top: auto; margin: 32px 0 0 0; padding: 0 10px;}
footer nav ul {width: 100%; justify-content: space-between;}
footer nav ul li {margin: 0;}
.content .write-story-block .txt h1 {font-size: 36px; line-height: 40px;}
.content .write-story-block .txt {padding-right: 306px;}
.write-story-block .anonim-block {width: 274px; padding: 90px 16px 16px 16px; background-size: 62px auto; background-position: top 16px left 16px;}
.content-tabs {transform: translateY(-46px); margin-bottom: -46px; margin-left: -15px;}
.content-tabs a span:before {background-position: top left -9px; left: -20px; width: 20px; height: 46px; background-size: auto 46px;}
.content-tabs a span:after {background-position: top right -9px; right: -20px; width: 20px; height: 46px; background-size: auto 46px;}
.content-tabs a {font-size: 14px; line-height: 46px; padding: 0 15px; white-space: nowrap; }
.content-tabs a + a {margin-left: 0px;}
.popup.popup-form .into {max-width: 600px; padding: 40px;}
.popup.popup-form .into .btn {line-height: 48px; font-size: 16px;}
.game-block {margin-bottom: 180px;}
.game-block {display: flex; flex-direction: column;}
.game-block .screen .go-btn {order: 3; left: 50%; transform: translateX(-50%);}
.game-block .cards {position: relative; top: auto; transform: none; right: auto; margin: 0 auto; order: 2;}
.game-block .screen {width: 100%;}
   .pop-choise .blocks .block .btn {margin-top: 16px;}
   .pop-choise .title {font-size: 48px; margin: 0 0 24px;}
   .pop-choise .txt {margin: 0 0 40px;}
   .pop-choise .blocks .block .pic {margin: 0 42px 0 0; width: 314px; height: 290px;}
   .pop-choise .blocks .block .inf {position: relative; z-index: 2; width: calc(100% - 356px);}
   .pop-choise .blocks .block.children {margin-top: 40px;}
   .pop-choise .blocks .block.children .pic:after {width: 644px; height: 444px; background-position: top center; background-size: 100% auto;}
   .pop-choise .blocks .block.children .inf {order: 1;}
   .pop-choise .blocks .block.children .pic {order: 2; height: 377px;}
   .pop-choise .blocks .block.children .pic .bg {height: 377px;}
   .pop-choise .blocks {display: block;}
   .pop-choise .blocks .block {width: 100%; max-width: 100%; display: flex; align-items: center;}
   .pop-choise .blocks .block .subtitle {font-size: 24px; margin: 0 0 16px; line-height: 28px;}
   .pop-choise {font-size: 20px; line-height: 28px; padding: 40px 0 0;}
   .page-404 .wrap .pattern {width: 88px; height: 77px; top: -38px; left: -05px; }
   .page-404 .wrap .pattern2 {left: calc(100% - 30px);}
   .page-404 .wrap h1 {font-size: 120px; line-height: 120px; margin: 0 0 24px;}
   .page-404 .wrap .txt {max-width: 488px;}
   .page-404 .wrap:before {padding-top: 91%;}
   .page-404 .wrap {font-size: 16px; background-image: url(/local/templates/.default/assets/css/../img/404-bg-tab.svg);}
   .page-404 {min-height: 100dvh; margin-top: -108px;}
   .mini-popup .into {font-size: 16px;}
   .mini-popup .into .emoji img {width: 50px; margin-bottom: 20px;}
   .mini-popup .into {padding: 40px 25px; width: calc(100% - 20px);}
   .mini-popup .into .btns{justify-content: space-between;}
   .mini-popup .into .btns .btn {margin: 0; font-size: 16px; line-height: 48px; padding: 0 0px; width: calc(50% - 4px);}
   .mini-popup .into .btns a:first-child {line-height: 44px;}
   .quiz-container .hidden-txt {font-size: 16px; margin-top: 16px;}
   .popup:after  {top: -100px; right: -200px;}
   .popup .toppanel .all .left {font-size: 16px; border-radius: 0; background: none; padding: 0; display: block;}
   .popup .toppanel .all .left .type {margin: 0 0 8px;}
   .popup .toppanel {position: relative; top: auto; margin: 0 0 26px;}
   .popup {padding-top: 26px;}
   .quiz-page .leftcontent h1 {font-size: 24px;}
   .quiz-page .leftcontent {margin-bottom: 48px;}
   .quiz-container .quiz-step .quiz-answer.open .ic:after {width: 13px; height: 13px;}
   .quiz-container .quiz-step .quiz-answer {font-size: 16px!important;}
   .quiz-container .quiz-step .quiz-answer .ic {width: 25px; height: 25px; border-width: 2px;}
   .quiz-container .quiz-step .quiz-question {font-size: 20px!important; margin: 0 0 16px;}
   .quiz-container .quiz-btn {padding: 0 20px; line-height: 48px; font-size: 16px; margin-top: 16px;}
   .quiz-container {margin-left: 0; margin-right: 0; width: 100%; padding: 32px; border-radius: 20px;}
   .quiz-container .result .pic img {width: 100%; max-width: 100%;}
   .owl-carousel.owl-articles {width: 100%;}
   .experts-list.owl-carousel {width: 100%;}
   .content .article-inner-page .theme-articles {margin-top: 24px;}
   .content .article-inner-page .theme-articles {padding-top: 80px;}
   .content .article-inner-page .theme-articles:before {width: 1100px; min-width: 1100px; left: -100px;}
   .content .article-inner-page h2 {font-size: 36px; margin: 0 0 32px;}
   .content .article-inner-page .rightcontent h2 {font-size: 20px; margin: 0 0 16px; padding-top: 24px;}
   .content .article-inner-page .rightcontent p {padding-bottom: 16px;}
   .content .article-inner-page .rightcontent ul {padding-bottom: 16px;}
   .content .article-inner-page .rightcontent {font-size: 16px;}
   .content .article-inner-page .rightcontent ul li + li {margin-top: 12px;}
   .content .article-inner-page .rightcontent ul li:before {top: 6px;}
   .content .article-inner-page h1 {font-size: 24px;}
   .content .article-inner-page .leftcol .expert-item .inf {max-width: 512px;}
   .content .article-inner-page > .descr {font-size: 20px; margin: 0 0 40px;}
   .content .article-inner-page .pic img {margin: 0 0 40px;}
   .expert-inner-page:after {top: -114px; right: -100px;}
   .expert-inner-page:before {width: 417px; height: 441px; left: -240px; bottom: -180px;}
   .expert-inner-page .expert-item .inf h1 {font-size: 24px;}
   .experts-page .top-pattern {min-width: calc(100vw + 100px); width: 996px; left: auto; transform: none; right: -100px;  background-size: 120% auto; background-position: top right;}
   .experts-page .experts-list .expert-item {width: calc(50% - 8px);}
   .articles-page.quizzes .articles-list-wrap {padding-bottom: 50px;}
   .articles-page.quizzes .articles-list-wrap .top-pattern {background-image: url(/local/templates/.default/assets/css/../img/quizzes-page-stab-bg.svg); width: 108vw;}
   .articles-page.quizzes .articles-list {padding-top: 50px;}
   .articles-page.quizzes .articles-list-wrap .top-pattern {top: -40px;}
   .articles-page .tags-wrap.articles-tags .tags-list a {margin: 0 8px 8px 0;}
   .articles-page .tags-wrap.articles-tags .tags-list {margin-right: -8px; width: calc(100% + 8px); margin-bottom: 32px;}
   .search-page.search-wrap .valid .text-field-in {width: auto;}
   .valid .inp-search-in {width: auto;}
   .content h1 {font-size: 36px;}
   .container.inner {padding-top: 108px;}
   .articles-page .articles-list-wrap .top-pattern, .articles-page .articles-list-wrap:after {width: 110vw;}
   .articles-page .articles-list-wrap:before {top: 76px;}
   .articles-page .articles-list {padding-top: 76px;}
   .articles-page .articles-list-wrap {padding-bottom: 40px;}
   .content .btn.show-more {position: relative; z-index: 2; line-height: 48px; padding-left: 20px; font-size: 18px; margin-top: 24px; padding-right: 48px;}
   .content .btn.show-more:after {right: 20px; background-size: 12px auto;}
   .search-page.search-wrap .valid input.inp-search {padding-right: 40px;}
   .search-page.search-wrap .fields .btn {width: 48px; height: 48px; text-indent: 9999px; overflow: hidden; border-radius: 8px; padding: 0; background: #1A1A1A url(/local/templates/.default/assets/css/../img/white-loop-ic.svg) center center no-repeat;}
   .search-page.search-wrap .fields .text-field {height: 48px; width: calc(100% - 52px);}
   .search-page.search-wrap .fields .text-field input.inp-search {height: 46px; font-size: 16px;}
   .search-page.search-wrap {margin-bottom: 32px;}
   .search-page .tags-wrap.limited {margin-top: 16px;}
   .articles-list .article-item {width: calc(50% - 8px); min-width: calc(50% - 8px);}
  
   .container {padding-top: 85px;}
   .first-screen .txt {padding-top: 50px;}
   
   .first-screen .pic .bg {height: 295px;}
   .first-screen .pic {width: 313px; position: absolute; top: 0; right: 0;}
   .first-screen .txt {position: relative; z-index: 5; font-size: 16px; width: 100%;}
   .first-screen .pic .bg {border-radius: 0 30px 30px 30px;}
   .first-screen .pic .bg:after {background-size: 316px auto; left: -2px; top: -2px; bottom: -2px; width: calc(100% + 4px);}
   .first-screen .pic:before  {width: 33%; top: -9px;}
   .first-screen .txt h1 {font-size: 48px; width: calc(100% - 323px);}
   .first-screen .txt .descr {width: calc(100% - 323px);}
   .first-screen:after {opacity: 0;}
   .content .flex-title h2 {font-size: 36px;}
   .first-screen .tags-wrap.limited .tags-drop {width: auto; padding: 0; border-radius: 0; box-shadow: none; background: none; position: relative; opacity: 1; left: auto;}
   .first-screen .tags-wrap.limited .tags-drop .tags-list {flex-wrap: nowrap;}
   .first-screen .tags-wrap.limited .show-all {display: none;}
   .first-screen .tags-wrap.limited {display: flex; flex-wrap: nowrap; }
   .first-screen .tags-outer {-ms-overflow-style: none; scrollbar-width: none; overflow-y: scroll; width: calc(100% + 20px); overflow: auto;}
   .first-screen .txt .search-wrap .tags-wrap.limited.open .tags-list {flex-wrap: nowrap;}
   .first-screen .txt .search-wrap .tags-outer .tags-list {max-width: 99999999999px; width: auto; flex-wrap: nowrap;}
   .first-screen {margin-bottom: 159px;}
   
   



   .first-screen .txt .search-wrap .fields .search-drop {width: calc(100% - 168px);}
   .popup .quiz-container .result-block {font-size: 16px;}
       @media all and (max-height:860px) {
       .page-404 .wrap:before {padding-top: 55%;}
       .page-404 .wrap {font-size: 16px; background-image: url(/local/templates/.default/assets/css/../img/404-bg.svg);}
       .page-404 .wrap .pattern {left: -20px;}
       .page-404 .wrap h1 {font-size: 90px; line-height: 90px;}
       .page-404 .btn {line-height: 48px; font-size: 16px;}
       }
   }
   
   @media all and (max-width:915px) {
   .content .articles-block:before {left: 50%; transform: translateX(-50%); background: url(/local/templates/.default/assets/css/../img/articles-stab-bg.svg) top center no-repeat; height: 870px; width: 914px;}
   .content .articles-block:after {display: none;}
   .content .articles-block {margin-bottom: 180px;}
   .content .experts-block:before {left: 50%; transform: translateX(calc(-50% + 10px)); top: -126px; background: url(/local/templates/.default/assets/css/../img/experts-stab-bg.svg) top center no-repeat; height: 870px; width: 996px;}
   .content .experts-block {margin-bottom: 218px;}
   .content .quizzes-block:before {top: -144px; transform: none; left: -100px; background: url(/local/templates/.default/assets/css/../img/quizzes-stabs-bg.svg) top center no-repeat; height: 984px; width: 1041px;}
   .content .quizzes-block {margin-bottom: 200px;}
   .experts-page:after {display: none;}
   .experts-page:before {bottom: 0;}
   .experts-page {padding-bottom: 12px; margin-bottom: 20px;}
   
   }
   @media all and (max-width:800px) {
   .content .article-inner-page .theme-articles:before {background-image: url(/local/templates/.default/assets/css/../img/theme-articles-stab-bg.svg); width: 900px; left: -100px; min-width: 850px;}
   }
   
   @media all and (max-width:750px) {
   .first-screen .txt h1 {font-size: 40px;}
   }
   
@media all and (max-width:700px) {
.stories-slider {margin-bottom: 60px;}
.stories-slider .owl-carousel .article-item {min-height: 330px;}
.stories-slider .owl-carousel .owl-stage .owl-item {padding-bottom: 60px;}
.content .stories-block .btn.cloned {display: flex; align-items: center;        justify-content: center; width: 100%; margin: 0 0 48px;}
.content .stories-block .btn.cloned:after {width: 18px; height: 18px; margin: 0 0 0 16px; display: block; content: ''; background: url(/local/templates/.default/assets/css/../img/all-arrow.svg) center center/contain no-repeat;}
.content .stories-block .flex-title .btn {display: none;}
.content .quizzes-block:after {opacity: 0;}
.section-descr {margin: 0 0 24px;}
.stories-block:before {top: -180px; left: -280px;}
.content .videos-block {margin-bottom: 290px;}
.content .videos-block:before {top: -80px; transform: none; left: -982px;}
.stories-slider .article-item:after {width: 54px; height: 24px; right: 26px;}
.stories-slider .article-item {background-size: 78px auto; background-position: top 5px right 10px;}
.stories-slider .article-item .cat-author {display: block;}
.stories-slider .article-item .cat-author .tag {margin: 0 0 12px 0;}
.stories-slider .owl-carousel .article-item {width: 328px; min-width: 328px;}
.articles-page.videos .articles-list-wrap .top-pattern {width: 1300px; right: -250px; transform: scale(-1,1);}
.articles-page.videos:before {width: 116px; height: 180px; top: -110px; right: -50px;} 
.articles-page.stories .articles-list-wrap .top-pattern {right: -1512px;}
.articles-page.stories .articles-list-wrap:after {left: -786px;}
.articles-page.stories:before {width: 214px; height: 187px; left: -117px;}
.write-story small {font-size: 12px;}
.write-story h3 {font-size: 24px; line-height: 28px; margin: 0 0 16px;}
.write-story .pic, .content .article-inner-page .write-story .pic {height: 182px; margin-left: -8px; margin-right: -8px; width: calc(100% + 16px); }
.write-story {padding: 32px 24px; gap: 32px;}
.video-popup .into {padding-top: 43px;}
.video-popup .into .close:not(.btn) {top: -35px; right: 16px; width: 24px; height: 24px; }
.popup.popup-form#thanks-window .btn {margin: 24px auto 0; padding: 0 16px;}
.popup.popup-form#thanks-window {align-items: center;}
.popup .txt {font-size: 16px; line-height: 140%; }
.popup.popup-form#thanks-window .into {padding: 32px;}
.popup .thanks-pic {width: 50px; margin: 0 auto 24px;}
.popup.popup-form#thanks-window .into .title {font-size: 16px; line-height: 20px; margin: 0 0 8px;}
header .title-drop .title .title-txt {font-size: 16px;}
footer .bottom-txt {padding-left: 16px; padding-top: 20px;}
footer nav {margin-top: 20px;}
footer .alliance-logo {height: 100px;}
footer nav ul li a {padding: 0 10px;}
.write-story-block .form textarea {height: 392px;}
.write-story-block:before {width: 1220px; top: -200px; background: url(/local/templates/.default/assets/css/../img/write-story-mob-bg.svg?ver2) top right/auto 100% no-repeat; right: -80px;}
.write-story-block {padding-top: 50px; margin-bottom: 120px; height: auto;}
.write-story-block > .txt h1 {max-width: 335px;}
.write-story-block .form .attent-block {background-position: top 10px left 10px;}
.write-story-block .form .radio-btns label {font-size: 16px;}
.write-story-block .form .radio-btns {margin-bottom: 24px;}
.write-story-block {gap: 32px;}
.write-story-block .form {margin-left: -16px; margin-right: -16px; width: calc(100% + 32px); border-radius: 20px; padding: 32px 16px;}
.content .write-story-block .txt {padding-right: 0;}
.write-story-block .anonim-block {border-radius: 20px; background-size: 62px auto; background-position: top 16px left 16px; padding: 16px; max-width: 100%; position: relative; margin-top: 12px; width: 100%;}
.write-story-block .anonim-block .title {padding: 0 0 0 68px; min-height: 62px; display: flex; align-items: center;}
   .footer-legal {padding: 16px 0 32px; font-size: 11px;}
.game-block.game-block--split {padding: 0; border-radius: 0;}
.game-block--split .game-block__link {left: 0; right: 0; width: 100%; height: 50%;}
.game-block--split .game-block__link--first {top: 0; bottom: auto;}
.game-block--split .game-block__link--second {top: auto; bottom: 0;}
.game-block {padding: 15px; border-radius: 20px; margin-left: -15px; margin-right: -15px; width: calc(100% + 30px); margin-bottom: 150px;}
.game-block .screen {padding: 15px; border-radius: 20px;}
.game-block:after {display: none;}
.game-block .cards {width: 360px; height: 360px;}
.game-block .screen .go-btn {width: 240px; background-size: contain;}

   .pop-choise .blocks .block.children {padding-bottom: 60px;}
   .pop-choise .blocks .block.children .pic .bg {left: -150px;}
   .pop-choise .blocks .block .btn {width: 100%;}
   .pop-choise .title {font-size: 36px; margin: 0 0 16px;}
   .pop-choise {font-size: 16px; line-height: 22px;}
   .pop-choise .txt {margin-bottom: 36px;}
   .pop-choise .blocks .block {display: block;}
   .pop-choise .blocks .block .pic {margin: 0 auto 20px;}
   .pop-choise .blocks .block .inf {width: 100%;}
   .page-404 .wrap .pattern {width: 69px; height: 61px;}
   .page-404 .wrap .pattern1 {width: 291px; height: 308px; bottom: auto; bottom: -230px; left: -173px;}
   .page-404 .wrap .pattern2 {top: -140px; background-image: url(/local/templates/.default/assets/css/../img/404-pattern02-mob.svg); width: 143px; height: 176px;}
   .page-404 .wrap .txt {max-width: 368px; padding: 0 20px;}
   .page-404 .wrap h1 {font-size: 80px; line-height: 80px;}
   .page-404 .wrap:before {padding-top: 116%;}
   .page-404 .wrap {width: calc(100% - 32px); max-width: 500px; background-image: url(/local/templates/.default/assets/css/../img/404-bg-mob.svg)!important;}
   .page-404 {min-height: 800px;}
   .popup .outer {min-height: 1px;}
   .popup {align-items: flex-start; overflow: auto; overflow-x: hidden;}
   .popup .outer:before {left:  -200px;}
   .popup .quiz-container .quiz-step.result .quiz-question {font-size: 24px;}
   .quiz-container .quiz-step .emoji img {max-width: 60px;}
   .popup .toppanel .all .left .title {width: calc(100% - 60px);}
   .popup:after {right: 0; width: 100px; background-position: bottom left; background-size: 290px auto; top: -180px;}
   .popup .outer:before {height: 200px; bottom: -50px;}
   .popup .quiz-container {margin-left: -16px; margin-right: -16px; width: calc(100% + 32px);}
   .quiz-page {margin-bottom: 0;}
   .quiz-page .leftcontent {margin-bottom: 54px;}
   .quiz-page:before {display: none;}
   .quiz-page .tags-wrap {width: calc(100% + 16px); overflow: auto; margin-right: -16px; -ms-overflow-style: none; scrollbar-width: none; overflow: auto;}
   .quiz-page .tags-wrap::-webkit-scrollbar {display: none;}
   .quiz-page .tags-wrap .tags-list {white-space: nowrap; flex-wrap: nowrap;}
   .quiz-page .tags-wrap .tags-list:after {content: ''; display: block; min-width: 10px; height: 1px;}
   .quiz-page .btn {width: 100%; text-align: center;}
   .quiz-container .quiz-btn {width: 100%; text-align: center;}
   .quiz-container {margin-left: -16px; margin-right: -16px; width: calc(100% + 32px); padding: 24px 16px;}
   .content .article-inner-page .quiz-container .pic img {margin-left: 0; margin-right: 0; margin-bottom: 16px; width: 100%;}
   .content .article-inner-page .theme-articles {margin-bottom: 130px;}
   .content .article-inner-page .theme-articles:before {bottom: -120px; height: auto; width: 100vw; min-width: 100vw; transform: none; left: -16px; background-size: auto 100%;}
   .content .article-inner-page .leftcol .expert-item {display: block;}
   .content .article-inner-page .leftcol .expert-item .photo {margin: 0 0 8px;}
   .content .article-inner-page .leftcol .expert-item .inf {width: 100%;}
   .content .article-inner-page > .descr {font-size: 16px; margin-bottom: 32px;}
   .content .article-inner-page .pic img {margin: 0 -16px 32px; width: calc(100% + 32px); border-radius: 20px;}
   .content .article-inner-page > .tags-wrap {width: calc(100% + 16px); overflow: auto; margin-right: -16px; -ms-overflow-style: none; scrollbar-width: none; overflow: auto;}
   .content .article-inner-page > .tags-wrap::-webkit-scrollbar {display: none;}
   .content .article-inner-page > .tags-wrap .tags-list {white-space: nowrap; flex-wrap: nowrap;}
   .content .article-inner-page > .tags-wrap .tags-list:after {content: ''; display: block; min-width: 10px; height: 1px;}
   .expert-inner-page:before {transform: scale(-1,1); left: 50%; bottom: -330px;}
   .content .expert-inner-page .btn.show-more {margin-bottom: 24px;}
   .expert-inner-page .articles-list {padding-bottom: 0;}
   .back-link {margin-bottom: 12px;}
   .expert-inner-page .expert-item .inf {width: 100%;}
   .expert-inner-page .expert-item {position: relative; z-index: 2; margin-bottom: 40px; display: block;}
   .expert-inner-page:after {width: 137px; height: 168px; right: -60px; top: 340px;}
   .expert-inner-page .expert-item .photo {margin-bottom: 16px;}
   .expert-inner-page .expert-item .inf h1 {font-size: 24px; margin-bottom: 8px;}
   .experts-page .experts-list {padding-bottom: 24px;}
   .experts-page .experts-list .expert-item {width: calc(100% - 8px);}
   .experts-page .top-pattern {width: 600px; top: -30px;}
   .experts-page .experts-list {padding-top: 50px;}
   .articles-page.quizzes .articles-list-wrap .top-pattern {top: -20px;}
   .articles-page .tags-wrap.articles-tags .tags-list {margin-bottom: 22px;}
   .content .btn.show-more {display: flex; align-items: center; justify-content: center; padding: 0;}
   .content .btn.show-more:after {position: relative; right: auto; margin: 0 0 0 8px;}
   .articles-page .tags-wrap.articles-tags {margin-bottom: 22px;}
   .articles-page .articles-list {padding-top: 60px;}
   .articles-page .articles-list-wrap {padding-bottom: 10px;}
   .articles-page .articles-list-wrap:after {background-image: url(/local/templates/.default/assets/css/../img/articles-mob-bg.svg);}
   .search-wrap.search-wrap .inp-search-in:first-child {width: 100%; display: block;}
   .search-page.search-wrap .valid .text-field-in {display: table; margin-left: auto; position: relative; white-space: nowrap;}
   .search-page.search-wrap .valid .text-field-in.no-tags {width: 100%;}
   .search-page.search-wrap .fields .text-field.valid {-ms-overflow-style: none; scrollbar-width: none; direction: rtl; overflow: auto;}
   .search-page.search-wrap .fields .text-field::-webkit-scrollbar {display: none;}
   .search-wrap .text-field.valid .remove {z-index: 3;}
   .search-wrap.search-wrap .text-field .tags-wrap .tags-list {padding-left: 12px; direction: ltr;}
   .search-wrap.search-page .text-field .tags-wrap {position: absolute; right: 100%; top: 8px; }
   .search-wrap.search-page .text-field .tags-wrap .tags-list a {margin-bottom: 0;}
   .search-page.search-wrap .fields .text-field.valid input.inp-search {z-index: 2; direction: ltr; left: 0; top: 0; width: auto; position: absolute;}
   .search-wrap.search-wrap .valid .pseudo-input {display: table; opacity: 0;}
   .search-wrap.search-wrap .inp-search-in {height: 46px; padding-right: 40px; overflow: hidden;}
   .search-page.search-wrap {margin-bottom: 24px;}
   .search-page.search-wrap .submit {position: relative; z-index: 2;}
   .articles-list .article-item {min-height: 414px; width: 100%; min-width: 100%; margin: 0 0 8px;} 
   .articles-list {width: 100%; margin-right: 0; padding-bottom: 24px;}
   .btn.show-more {width: 100%;}
   .container {padding-top: 100px;}
   .all {padding: 0 16px;}
   .first-screen {margin-bottom: 120px; display: block;}
   .first-screen .txt {margin: 0 0 45px; width: 100%; padding-top: 15px;}
   .first-screen .pic {height: auto; position: relative; top: auto; right: auto; width: 100%;}
   .first-screen .pic .bg {height: auto;}
   .first-screen .pic .bg:before {content: ''; display: block; padding-top: 95%;}
   .first-screen .pic .bg:after {background-size: 100% 100%;}
   .first-screen .pic:before {width: 30%; top: -5px; left: -8px;}
   .first-screen .txt h1 {margin-bottom: 16px; width: 100%; font-size: 36px;}
   .first-screen .txt .descr {margin-bottom: 16px; width: 100%;}
   .first-screen .txt .search-wrap .fields {margin-bottom: 16px;}
   .first-screen .txt .search-wrap .fields .submit {width: 48px; height: 48px; max-width: 48px; overflow: hidden; text-indent: 99999px; padding: 0; background: #1A1A1A url(/local/templates/.default/assets/css/../img/white-loop-ic.svg) center center no-repeat;}
   .first-screen .txt .search-wrap .fields .text-field {width: calc(100% - 52px);}
   .first-screen .txt .search-wrap .fields .search-drop {width: 100%;}
   .search-wrap .text-field.valid .remove {right: 10px; background-size: 12px auto;}
   .content .flex-title .btn {padding: 0; position: absolute; top: calc(100% + 80px); width: 100%; display: flex; align-items: center; justify-content: center;}
   .content .flex-title .btn:after {position: relative; margin: 0 0 0 16px; right: auto;}
   .content .flex-title {position: static;}
   .content .flex-title h2 {position: relative;}
   .content h2, .content .flex-title {margin-bottom: 24px;}
   .content .articles-block {margin-bottom: 295px;}
   
   footer {position: relative; padding: 30px 0 20px; display: block;}
   footer nav {position: relative; transform: none; top: auto; left: auto;}
   footer nav ul {display: block;}
   footer .up {bottom: 52px; right: 24px;}
   .first-screen:after {width: 206px; height: 250px; opacity: 1; bottom: -40px; top: auto; left: auto; right: -100px}
   .content .articles-block:before {width: 100vw; background: url(/local/templates/.default/assets/css/../img/articles-mob-bg.webp) top center/100% 100% no-repeat; height: 930px;left: -16px; transform: none; }
   .content .experts-block:before {width: 100vw; background: url(/local/templates/.default/assets/css/../img/experts-mob-bg.svg) top center/100% auto no-repeat; height: 930px; left: -16px; transform: none; top: -83px;}
   .content .experts-block {margin-bottom: 283px;}
   .content .quizzes-block:before {width: 100vw; background: url(/local/templates/.default/assets/css/../img/quizzes-mob-bg.svg) top center/100% auto no-repeat; height: 910px; left: -16px; transform: none; top: -154px;}
   }
   
   @media all and (max-width:500px) {
.stories-block {margin-bottom: 146px;}
.content .quizzes-block:before {background: url(/local/templates/.default/assets/css/../img/quizes-main-bg-mob.svg) top left/contain no-repeat; width: 670px; height: 962px; left: -60px; transform: none; top: -100px;}
.content .quizzes-block {margin-bottom: 240px;}
   .page-404 {min-height: 600px; height: 100dvh;}
   .content .article-inner-page .theme-articles:before {bottom: -150px; height: auto; width: 515px; transform: none; left: 50%; transform: translateX(-50%); background-image: url(/local/templates/.default/assets/css/../img/theme-articles-mob-bg.svg?ver2); background-size: 100% 100%;}
   }
   
   @media all and (max-width:350px) {
   header .title-drop .title .title-txt {font-size: 16px;}
   }

   .result-block.active {
    display: block !important;
   }

/* ==========================================================
   Масштаб макета на ноутбуках
   ==========================================================
   Дизайн свёрстан под широкий монитор: контент — 1440px (.all),
   а фоновые градиенты и декор рассчитаны на поля по бокам. На ноутбучных
   1280–1600 текст выглядит крупным, декор уезжает за край, фон почти не виден.
   Масштабируем весь макет так, чтобы при этих ширинах он показывался как
   дизайн на широком экране. Ниже 1200px работает планшетная вёрстка — там
   масштаб не трогаем. */
@media (min-width: 1200px) and (max-width: 1365px) {
   .container {zoom: 0.72;}
}
@media (min-width: 1366px) and (max-width: 1500px) {
   .container {zoom: 0.8;}
}
@media (min-width: 1501px) and (max-width: 1700px) {
   .container {zoom: 0.88;}
}

/* End */


/* Start:/local/templates/.default/assets/css/custom.css?17883421842416*/
.js-form-success,
.js-form-error {
    display: none;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
}

.rec-rao {
    display: flex;
    position: relative;
    padding-top: 80px;
}

.rec-rao.kids {
    padding-top: 0;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .rec-rao {
        justify-content: center;
        align-items: center;
        padding-top: 50px;
    }

    .rec-rao.kids {
        margin-bottom: 10px;
    }

    .rec-rao img {
        width: 80%;
    }
}

/* .jspContainer {
    min-height: 100px !important;
} */
/* ============================================================
   Видео-попап: src подставляется динамически (dev.js), и до
   загрузки метаданных display:table-обёртка вёрстки схлопнута
   до 300px. dev.js вешает .video-loaded на .video-popup после
   loadedmetadata (и снимает при открытии следующего видео) —
   до этого прячем содержимое, чтобы не мигало сжатым; крестик
   оставляем видимым, чтобы попап всегда можно было закрыть.
   Этим же классом может распоряжаться вёрстка в style-new.css.
   Файл подключается ПОСЛЕ style-new.css и не затирается
   снапшотами вёрстки с прода.
============================================================ */
.video-popup:not(.video-loaded) .player {visibility: hidden;}
.video-popup:not(.video-loaded) .into .close:not(.btn) {visibility: visible;}

/* ============================================================
   Согласие в форме «Задать вопрос»: названия документов —
   ссылки (footer.php подставляет их из CONSENT_URL/POLICY_URL).
   Вёрстка подчёркивает только запасной вариант без ссылки
   (.doc), а на детском сайте и ссылки идут без подчёркивания —
   выравниваем вид, чтобы клик был заметен на всех сайтах.
============================================================ */
label.checkbox a {color: inherit; text-decoration: underline; text-underline-offset: 2px;}

/* End */
/* /local/templates/.default/assets/css/style-new.css?1788342184137223 */
/* /local/templates/.default/assets/css/custom.css?17883421842416 */
