@import '../css/FuturaPT.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1em;
}
html {
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}
body {
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #2b2b2b;
  position: relative;
  font-family: 'Futura PT', sans-serif;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
a {
  color: #0ea33a;
  text-decoration: none;
}
a:hover {
  opacity: .9;
}
a.button,
input[type=submit] {
  display: inline-block;
  font-size: 16px;
  line-height: 47px;
  padding: 0 20px;
  border-radius: 12px;
  color: #ffffff;
  background: #0ea33a;
  border: 0;
  cursor: pointer;
  font-weight: 500;
}
a.button:hover,
input[type=submit]:hover {
  background: rgba(14, 163, 58, 0.9);
}
img,
svg {
  max-width: 100%;
}
input[type=submit],
input[type=button],
button,
select {
  -webkit-appearance: none;
}
input,
button,
select {
  font-family: 'Futura PT', sans-serif;
}
input:focus,
button:focus,
select:focus {
  outline: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.article {
  font-size: 18px;
  line-height: 25px;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article p,
.article div,
.article ul,
.article ol {
  margin-bottom: 30px;
}
.article h1,
.article h2,
.article h3 {
  line-height: 1.2em;
}
.article h1 {
  font-size: 36px;
}
.article h2 {
  font-size: 24px;
}
.article h3 {
  font-size: 20px;
}
.article ul {
  list-style: none;
}
.article ul li {
  margin-bottom: 5px;
}
.article ul.list {
  margin-left: 10px;
}
.article ul.list li {
  position: relative;
  padding-left: 20px;
}
.article ul.list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #0ea33a;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.article a {
  text-decoration: none;
  border-bottom: 1px solid rgba(14, 163, 58, 0.5);
}
.article a:hover {
  color: #0ea33a;
  border-color: transparent;
}
.article.detail h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
}
.article.detail .image {
  margin-bottom: 40px;
}
.article.detail .image img {
  display: block;
  margin: auto;
}
.article.detail h3,
.article.detail p,
.article.detail .warning {
  max-width: 800px;
  margin: 0 auto 40px;
}
.article.detail .col3 > div {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  margin: 0 40px 40px 0;
  background: #e3f4e9;
  border-radius: 20px;
  padding: 30px;
}
.article.detail .col3 > div .text {
  font-size: 24px;
  line-height: 30px;
}
.article.detail .col3 > div div:last-child {
  margin: 0;
}
.article.detail .col3 > div:nth-child(3n) {
  margin-right: 0;
}
.article.detail a.link {
  display: inline-block;
  padding: 16px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #2b2b2b;
  background: #e3f4e9;
  text-decoration: none;
  border-radius: 12px;
  border: 0;
}
.article.detail a.link:hover {
  color: #0ea33a;
}
.article.detail a.link span {
  display: inline-block;
  padding-left: 30px;
  background: url("../images/icon_link.svg") no-repeat center left;
}
.article.detail .warning {
  border: 1px solid #71ce92;
  border-radius: 20px;
  padding: 30px;
  font-size: 18px;
}
.article.detail .warning p {
  padding-left: 42px;
  line-height: 30px;
}
.article.detail .warning p:first-child {
  background: url("../images/icon_warning.svg") no-repeat center left;
  color: #071f0e;
}
.article.detail .warning p:last-child {
  margin: 0;
}
.search {
  position: relative;
}
.search input[type=text] {
  height: 48px;
  border-radius: 10px;
  padding: 0 40px 0 10px;
  background: #ffffff;
  border: 0;
  width: 100%;
}
.search input[type=submit] {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: url("../images/icon_search.svg") no-repeat center center;
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0;
  overflow: hidden;
  text-indent: -1000px;
}
.lang {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
}
.lang > div {
  display: inline-block;
  padding-left: 35px;
  background: url("../images/icon_lang.svg") no-repeat center left;
  cursor: pointer;
  position: relative;
}
.lang > div > span {
  padding-right: 12px;
  display: inline-block;
}
.lang > div > div {
  position: absolute;
  padding: 9px 12px;
  display: none;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 6px 10px rgba(7, 31, 14, 0.1);
  border-radius: 8px;
  line-height: 12px;
  z-index: 100;
}
.lang > div > div a {
  display: block;
  color: #2b2b2b;
  text-decoration: none;
}
.lang > div > div a:hover {
  color: #0ea33a;
}
.lang > div > span {
  background: url("../images/angle_down.svg") no-repeat center right;
}
.lang > div > span.up {
  background-image: url("../images/angle_up.svg");
}
.lang > div > div {
  top: 100%;
  left: 23px;
}
.lang > div > div a {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lang > div > div a:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
#top {
  padding: 20px;
  display: none;
  position: relative;
  z-index: 2;
}
#top .opener {
  float: left;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("../images/icon_opener.svg") no-repeat center center;
}
#top .lang {
  float: right;
}
#top .logo {
  float: right;
  margin-left: 30px;
}
#top .logo a {
  display: block;
}
#top .logo a img {
  display: block;
  max-height: 26px;
}
#top:after {
  content: '';
  display: block;
  clear: both;
}
main {
  min-height: 100%;
  display: flex;
  width: 100%;
}
aside {
  width: 300px;
  background: rgba(192, 224, 202, 0.6);
  border-right: 1px solid rgba(14, 163, 58, 0.3);
  padding: 30px 20px;
  position: relative;
  color: #071f0e;
}
aside .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  display: none;
  top: 30px;
  right: 20px;
  background: url("../images/icon_close.svg") no-repeat center center;
}
aside .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
aside .search {
  margin-bottom: 24px;
}
aside nav {
  padding: 20px 10px;
}
aside nav ul {
  list-style: none;
}
aside nav ul li {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 24px;
}
aside nav ul li a {
  color: #071f0e;
  text-decoration: none;
}
aside nav ul li.active > a,
aside nav ul li a:hover {
  color: #0ea33a;
}
aside nav ul li.subactive > a {
  color: #071f0e;
}
aside nav ul li.active > a {
  font-weight: 600;
}
aside nav ul li ul {
  padding-left: 10px;
  padding-top: 20px;
}
aside nav ul li ul li {
  font-size: 16px;
  margin-bottom: 18px;
}
aside nav ul li ul li:last-child {
  margin: 0;
}
aside .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
}
aside .bottom .support {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
aside .bottom .support a {
  color: #2b2b2b;
  display: inline-block;
  padding-left: 40px;
  background: url("../images/icon_support.svg") no-repeat center left;
}
aside .bottom .support a:hover {
  color: #0ea33a;
}
aside .bottom .lang > div > span {
  background: url("../images/angle_right.svg") no-repeat center right;
}
aside .bottom .lang > div > span.up {
  background-image: url("../images/angle_left.svg");
}
aside .bottom .lang > div > div {
  white-space: nowrap;
  top: -3px;
  left: calc(100% + 8px);
}
aside .bottom .lang > div > div a {
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
aside .bottom .lang > div > div a:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
section {
  width: calc(100% - 300px);
}
section header {
  height: 650px;
  background: url("../images/header.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 120px;
  text-align: center;
}
section header .lang {
  margin-bottom: 50px;
}
section header .logo {
  margin-bottom: 50px;
}
section header .logo a {
  display: inline-block;
}
section header .logo a img {
  display: block;
}
section header .text {
  margin-bottom: 50px;
}
section header .text h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
section header .text .announce {
  font-size: 16px;
  line-height: 20px;
}
section header .search {
  width: 400px;
  margin: 0 auto 50px;
}
section header .auth a span {
  display: inline-block;
  background: url("../images/icon_auth.svg") no-repeat center left;
  padding-left: 25px;
}
section header.inside {
  height: auto;
  background: #f3f3f3;
  min-height: 500px;
  padding: 0;
}
section header.inside .top {
  padding: 50px 0;
}
section header.inside .top .logo {
  float: left;
  margin: 0;
}
section header.inside .top .right {
  float: right;
}
section header.inside .top .right > div {
  display: inline-block;
  vertical-align: middle;
}
section header.inside .top .right .auth {
  margin-left: 30px;
}
section header.inside .top .right .lang {
  margin: 0;
}
section header.inside .top:after {
  content: '';
  display: block;
  clear: both;
}
section header.inside .text {
  padding: 40px 0;
  margin: 0;
}
section header.inside .text .title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 100px;
  color: #0ea33a;
}
section header.inside .text .bc {
  margin-bottom: 30px;
}
section header.inside .text .bc ul {
  list-style: none;
}
section header.inside .text .bc ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  padding-right: 34px;
  position: relative;
}
section header.inside .text .bc ul li:after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  background: url("../images/arrow_bc.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
section header.inside .text .bc ul li:last-child {
  padding: 0;
}
section header.inside .text .bc ul li:last-child:after {
  display: none;
}
section header.inside .text .bc ul li a {
  color: #2b2b2b;
  text-decoration: none;
}
section header.inside .text .bc ul li a:hover {
  color: #0ea33a;
}
section header.inside .text .back {
  display: none;
  margin-bottom: 30px;
}
section header.inside .text .back a {
  display: inline-block;
  background: rgba(43, 43, 43, 0.12);
  border-radius: 12px;
  color: #2b2b2b;
  padding: 20px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
section header.inside .text .back a span {
  padding-left: 20px;
  background: url("../images/arrow_left.svg") no-repeat center left;
}
section header.inside .text .back a:hover {
  color: #0ea33a;
}
section header.inside .text h1 {
  margin: 0;
}
.block {
  padding: 50px 0;
}
.block.gray {
  background: #f3f3f3;
}
.block .title {
  font-size: 36px;
  line-height: 40px;
  padding: 50px 0;
  font-weight: 700;
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.sections .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px 40px 0;
  width: calc(33.33% - 27px);
  background: #e3f4e9;
  padding: 30px;
  border-radius: 20px;
}
.sections .item:nth-child(3n) {
  margin-right: 0;
}
.sections .item .name {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 30px;
  font-weight: 500;
}
.sections .item .name a {
  color: #2b2b2b;
  text-decoration: none;
}
.sections .item .name a:hover {
  color: #0ea33a;
}
.sections .item .childs {
  margin-bottom: 30px;
}
.sections .item .childs ul {
  list-style: none;
}
.sections .item .childs ul li {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
}
.sections .item .childs ul li:last-child {
  margin: 0;
}
.sections .item .childs ul li a {
  color: #2b2b2b;
  text-decoration: none;
  border-bottom: 1px solid rgba(43, 43, 43, 0.5);
}
.sections .item .childs ul li a:hover {
  border-color: transparent;
}
.sections .item .all {
  font-size: 18px;
  line-height: 20px;
}
.popular ul,
.other ul {
  list-style: none;
  column-count: 4;
  column-gap: 40px;
  margin-bottom: 50px;
}
.popular ul li,
.other ul li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
}
.popular ul li a,
.other ul li a {
  text-decoration: none;
}
.popular ul li a {
  color: #2b2b2b;
}
.popular ul li a:hover {
  color: #0ea33a;
}
.other ul li a {
  color: #0ea33a;
  border-bottom: 1px solid rgba(14, 163, 58, 0.5);
}
.other ul li a:hover {
  border-color: transparent;
}
.other_inline ul {
  list-style: none;
}
.other_inline ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
.other_inline ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  padding: 12px;
  border-radius: 21px;
  background: #d9ecdf;
  border: 1px solid rgba(14, 163, 58, 0.3);
}
.other_inline ul li a:hover {
  border-color: #0ea33a;
}
.videos .main {
  float: left;
  width: calc(100% - 380px);
}
.videos .main .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  padding-right: 10px;
}
.videos .main .item {
  margin-bottom: 16px;
}
.videos .main .item .image {
  float: left;
  width: calc(50% - 10px);
  position: relative;
}
.videos .main .item .image a {
  display: block;
  position: relative;
}
.videos .main .item .image a img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.videos .main .item .image a:after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/icon_play.svg") no-repeat center center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.videos .main .item .text {
  float: right;
  width: calc(50% - 10px);
  padding-top: 10px;
}
.videos .main .item .text .name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.videos .main .item .text .name a {
  color: #2b2b2b;
  text-decoration: none;
}
.videos .main .item .text .name a:hover {
  color: #0ea33a;
}
.videos .main .item .text .time {
  font-size: 18px;
  line-height: 22px;
  color: rgba(43, 43, 43, 0.5);
}
.videos .main .item:after {
  content: '';
  display: block;
  clear: both;
}
.videos .other {
  float: right;
  width: 340px;
}
.videos .other .subtitle {
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
}
.videos .other .items {
  margin-bottom: 34px;
}
.videos .other .items .item {
  margin-bottom: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 12px;
}
.videos .other .items .item:last-child {
  margin: 0;
}
.videos .other .items .item:after {
  content: '';
  display: block;
  clear: both;
}
.videos .other .items .item .image {
  float: left;
}
.videos .other .items .item .image a {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../images/icon_play.svg") no-repeat center center;
  background-size: contain;
}
.videos .other .items .item .name {
  float: left;
  width: calc(100% - 60px);
  padding: 0 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.videos .other .items .item .name a {
  color: #2b2b2b;
  text-decoration: none;
}
.videos .other .items .item .name a:hover {
  color: #0ea33a;
}
.videos .other .items .item .time {
  font-size: 16px;
  line-height: 22px;
  color: rgba(43, 43, 43, 0.5);
}
.videos .other .all a span {
  display: inline-block;
  background: url("../images/icon_video_all.svg") no-repeat center left;
  padding-left: 25px;
}
.subcat .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px 40px 0;
  width: calc(33.33% - 27px);
  border: 1px solid #71ce92;
  padding: 30px;
  border-radius: 20px;
}
.subcat .item:nth-child(3n) {
  margin-right: 0;
}
.subcat .item .name {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
.subcat .item .name.full {
  padding: 0;
}
.subcat .item .name span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../images/icon_subcat.svg") no-repeat center center;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
.subcat .item .text {
  font-size: 18px;
  line-height: 25px;
}
.subcat .item .text p,
.subcat .item .text ul {
  margin-bottom: 24px;
}
.subcat .item .text p:last-child,
.subcat .item .text ul:last-child {
  margin: 0;
}
.subcat .item .text ul {
  list-style: none;
}
.subcat .item .text ul li {
  margin-bottom: 5px;
}
.subcat .item .text ul.list {
  margin-left: 10px;
}
.subcat .item .text ul.list li {
  position: relative;
  padding-left: 20px;
}
.subcat .item .text ul.list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #2b2b2b;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.subcat .item .text a {
  color: #2b2b2b;
  border-bottom: 1px solid rgba(43, 43, 43, 0.5);
}
.subcat .item .text a:hover {
  border-color: transparent;
}
.main_404 {
  background: #f3f3f3;
}
.main_404 header.inside {
  min-height: auto;
}
.main_404 header.inside .text .title {
  margin: 0;
}
.page_404 {
  text-align: center;
}
.page_404 .description {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 30px;
  font-weight: 500;
}
.page_404 h1 {
  margin-bottom: 80px;
  font-size: 66px;
  line-height: 44px;
  font-weight: 600;
}
.page_404 h1 span {
  display: inline-block;
  width: 44px;
  margin: 0 4px;
  aspect-ratio: 1;
  overflow: hidden;
  text-indent: -1000px;
  background: url("../images/icon_404.svg") no-repeat center center;
  background-size: contain;
}
.page_404 .text {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 40px;
}
.page_404 .down {
  padding-top: 22px;
  background: url("../images/arrow_down.svg") no-repeat center top;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
}
.page_404 .search {
  max-width: 400px;
  margin: 0 auto 40px;
}
footer {
  padding-top: 50px;
}
footer .social {
  background: #071f0e;
  border-radius: 20px;
  padding: 50px 100px;
  color: #ffffff;
  margin-bottom: 50px;
}
footer .social:after {
  content: '';
  display: block;
  clear: both;
}
footer .social .text {
  float: left;
  width: 50%;
  padding-top: 60px;
}
footer .social .text .title {
  font-size: 24px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
footer .social .text .announce {
  font-size: 18px;
  line-height: 22px;
}
footer .social .text .announce strong {
  color: #a1ebb5;
}
footer .social .items {
  float: right;
  width: 50%;
  text-align: center;
}
footer .social .items .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  max-width: calc(50% - 40px);
}
footer .social .items .item .qr {
  margin-bottom: 14px;
  position: relative;
  padding-top: 17px;
}
footer .social .items .item .qr img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
}
footer .social .items .item .qr:before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
}
footer .social .items .item .btn a {
  display: block;
  padding: 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 15px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
footer .social .items .item.whatsapp .qr:before {
  background-image: url("../images/icon_whatsapp.svg");
}
footer .social .items .item.whatsapp .btn a {
  background: #00b812;
}
footer .social .items .item.telegram .qr:before {
  background-image: url("../images/icon_telegram.svg");
}
footer .social .items .item.telegram .btn a {
  background: #00a7f8;
}
footer .bottom {
  padding: 50px 0;
}
footer .bottom .logo a {
  display: block;
  line-height: 45px;
  color: #2b2b2b;
}
footer .bottom .logo a img,
footer .bottom .logo a span {
  display: inline-block;
  vertical-align: middle;
}
footer .bottom .logo a span {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(14, 163, 58, 0.5);
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  #top {
    display: block;
  }
  section {
    width: 100%;
  }
  section header .lang {
    display: none;
  }
  section header.inside {
    min-height: auto;
  }
  section header.inside .top {
    display: none;
  }
  section header.inside .text {
    padding: 70px 0;
  }
  section header.inside .text .title {
    margin-bottom: 40px;
  }
  section header.inside .text .bc {
    display: none;
  }
  section header.inside .text .back {
    display: block;
  }
  main {
    display: block;
    position: relative;
  }
  aside {
    position: fixed;
    top: 0;
    left: -300px;
    height: 100%;
    z-index: 10;
    transition: all 1s;
    background: #c0e0ca;
  }
  aside nav {
    height: calc(100% - 226px);
    overflow: auto;
  }
  aside.open {
    left: 0;
  }
  aside .close {
    display: block;
  }
}
@media (max-width: 1023px) {
  .sections .item,
  .subcat .item {
    width: calc(50% - 25px);
    margin: 0 20px 20px 0;
  }
  .sections .item:nth-child(3n),
  .subcat .item:nth-child(3n) {
    margin-right: 20px;
  }
  .popular ul,
  .other ul {
    column-count: 2;
  }
  .videos .main,
  .videos .other {
    float: none;
    width: 100%;
  }
  .videos .main {
    margin-bottom: 20px;
  }
  footer .social {
    padding: 30px;
  }
  footer .social .text {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  section header .search {
    width: 100%;
  }
  section header.inside + .block {
    padding-top: 50px;
  }
  .block {
    padding-top: 0;
  }
  .article.detail .col3 > div {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sections .item,
  .subcat .item {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto !important;
  }
  .popular ul,
  .other ul {
    column-count: 1;
  }
  .videos .main .col {
    display: block;
    width: 100%;
    padding: 0;
  }
  .page_404 h1 {
    font-size: 44px;
  }
  .page_404 h1 span {
    width: 33px;
  }
  footer .social .text,
  footer .social .items {
    float: none;
    width: 100%;
  }
  footer .social .text {
    margin-bottom: 20px;
  }
  footer .bottom .logo a img,
  footer .bottom .logo a span {
    display: block;
  }
  footer .bottom .logo a span {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 25px;
  }
}
@media (max-width: 374px) {
  #top {
    padding: 10px;
  }
  #top .logo {
    margin-left: 10px;
    max-width: calc(100% - 100px);
  }
  #top .logo a {
    height: 26px;
  }
  #top .logo a img {
    display: inline-block;
    vertical-align: middle;
  }
  section header .text h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .block {
    padding-bottom: 30px;
  }
  .block .title {
    font-size: 25px;
    line-height: 30px;
    padding: 15px 0;
  }
  .article.detail {
    font-size: 14px;
    line-height: 20px;
  }
  .article.detail h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .article.detail .warning {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
  .article.detail .warning p {
    padding-left: 0;
    line-height: 20px;
  }
  .article.detail .warning p:first-child {
    padding-top: 35px;
    background-position: center top;
  }
  .article.detail h3,
  .article.detail p,
  .article.detail .warning {
    margin-bottom: 20px;
  }
  .article.detail .col3 > div {
    padding: 15px;
  }
  .article.detail .col3 > div .text {
    font-size: 18px;
    line-height: 25px;
  }
  a.button,
  input[type=submit] {
    padding: 0 10px;
    font-size: 14px;
  }
  .sections .item {
    padding: 15px;
  }
  .sections .item .name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .sections .item .childs ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .subcat .item {
    padding: 15px;
  }
  .subcat .item .name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .subcat .item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .videos .main .item .text {
    padding: 0;
  }
  .videos .main .item .text .name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .videos .main .item .text .time {
    font-size: 14px;
    line-height: 20px;
  }
  .videos .other .items .item .name {
    font-size: 14px;
    line-height: 20px;
  }
  .videos .other .items .item .time {
    font-size: 14px;
    line-height: 20px;
  }
  footer {
    padding-top: 15px;
  }
  footer .social {
    padding: 15px;
    margin-bottom: 15px;
  }
  footer .social .text .title {
    font-size: 18px;
    line-height: 25px;
  }
  footer .social .text .announce {
    font-size: 14px;
    line-height: 20px;
  }
  footer .social .items .item {
    max-width: calc(50% - 15px);
    margin: 0 5px;
  }
  footer .bottom {
    padding: 15px 0;
  }
}
@media (max-width: 319px) {
  footer .social {
    padding: 10px;
  }
  aside {
    width: 100%;
    padding: 15px;
  }
  aside .close {
    top: 15px;
    right: 15px;
  }
  aside .title {
    font-size: 18px;
  }
  aside .bottom {
    padding: 15px;
  }
  aside nav {
    padding: 0;
  }
  .page_404 h1 {
    font-size: 33px;
  }
  .page_404 h1 span {
    width: 22px;
  }
}
