

/* Start:/local/templates/.default/assets/css/style.css?174125102393992*/
@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: 62px; 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 a {color: inherit; text-decoration: none; padding: 0 16px; border-radius: 40px; line-height: 48px; display: flex; align-items: center;}
   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: #E5FF72;}
   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);}
   header .btns nav ul li a .count {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: #C4FACA;color: black;}
   header .btns nav ul li:nth-child(3) a .count {background: #D5F7FF;}
   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 .articles-block {margin: 0 0 280px; position: relative;}
   .content .articles-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/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;}
   .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:hover {box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);}
   .article-item .title {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 {max-height: 68px; font-weight: 500;}
   .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;}
   
   
   .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 {color: #808080;}
   
   .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;}
   


	.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;}
	
	
   .mini-game-block {margin: 0 0 237px;}
   .mini-game-block img {width: 100%; display: block;}
   
   
   .content .experts-block {margin: 0 0 280px; position: relative;}
   .content .experts-block:before {content: ''; display: block; position: absolute; width: 1920px; height: 1198px; top: -248px; 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: -261px; 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: -330px; right: calc(50% + 722px); 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; position: relative;}
   footer nav {position: absolute; top: 50%; 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);}
   
   
   .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.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;}
   
   .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:after {left: -1px; top: -1ppx; width: calc(100% + 2px); bottom: -1px; background-image: url(/local/templates/.default/assets/css/../img/avatar-pattern-grey.webp);}
   .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 .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 .theme-articles {margin: 90px 0 150px 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;}
   .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; left: -105px; width: 509px; height: 452px; 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;}





   /*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: 322px;}
       }
   
       @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:1100px) {
.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 {width: 1174px; left: -100px; min-width: calc(100vw + 180px); background: url(/local/templates/.default/assets/css/../img/theme-articles-tab-bg.svg) top left/100% auto 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: -125px; 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 {width: 105px; height: 109px; background-position: top left; background-repeat: no-repeat; background-size: contain; bottom: -172px; left: 930px;}
   .content .experts-block:before {background-image: url(/local/templates/.default/assets/css/../img/experts-tab-bg.svg); height: 910px; width: calc(100% + 220px); background-size: 100% auto; left: -140px; transform: none;}
   .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: -180px; right: calc(50% + 457px);}
   footer .alliance-logo {height: 132px;} 
   footer {padding: 0;}
   .popup-search {padding-top: 122px;}
   .article-item {width: 328px; min-width: 328px;}
   .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;}
   }
   
   @media all and (max-width:1024px) {
   .owl-carousel.owl-articles {width: calc(100% + 338px);}
   .owl-carousel.owl-articles .owl-dots {max-width: 100vw;}
   .experts-list.owl-carousel {width: calc(100% + 338px);}
   .experts-list.owl-carousel .owl-dots {max-width: 100vw;}
   .content .quizzes-block:before {top: -140px;}
   }
   
   
   @media all and (max-width:1000px) {
.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);}
   header {height: 64px;}
   header .btns {display: none;}
   header .menu-ic {display: block;}
   .container {padding-top: 85px;}
   .first-screen .txt {padding-top: 50px;}
   header .title-drop .title .title-txt {font-size: 20px;}
   header .title-drop .title .arr {display: none;}
   header .title-drop.open .drop {display: none;}
   .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;}
   
   header .mobile-nav {padding: 88px 20px 0; width: 100%; min-height: 640px; max-width: 360px; bottom: 0; background: #fff; position: fixed; top: 0; right: -360px; z-index: 901; display: block; transition: right 0.3s ease;}
   .menu-open header .mobile-nav {right: 0;}
   header .mobile-nav .btns {display: block;}
   header .mobile-nav .btns nav {display: block;}
   header .mobile-nav .drop {line-height: 28px; left: 20px; bottom: 130px; position: absolute; padding: 0 16px 20px; margin: 0; list-style-type: none; border-bottom: 1px solid #E0E0E0; width: calc(100% - 40px);}
   header .btns .lang-block {margin: 0; left: 20px; width: calc(100% - 40px); padding: 8px 16px 0; background: none; border-radius: 0; position: absolute; bottom: 18px; border-top: 1px solid #E0E0E0;}
   header .btns .lang-block ul {display: block;}
   header .btns .lang-block ul a {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 a {position: relative; width: 100%;}
   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 .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;}
   .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; 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) {
.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: -150px; height: auto; width: 100vw; min-width: 100vw; transform: none; left: -16px; background-image: url(/local/templates/.default/assets/css/../img/theme-articles-mob-bg.svg);}
   .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 50px; 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: 192px; opacity: 1; bottom: 140px; top: auto; left: 74%;}
   .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: -104px;}
   }
   
   @media all and (max-width:500px) {
   .page-404 {min-height: 600px; height: 100dvh;}
   }
   
   @media all and (max-width:350px) {
   header .title-drop .title .title-txt {font-size: 16px;}
   }

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


/* Start:/local/templates/.default/assets/css/custom.css?1765876030567*/
.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;
} */
/* End */
/* /local/templates/.default/assets/css/style.css?174125102393992 */
/* /local/templates/.default/assets/css/custom.css?1765876030567 */
