* {padding: 0;margin: 0; box-sizing: border-box;outline: none;}
.center {max-width: 1170px; margin: 0 auto; position: relative;}
.flex-row {display: flex;flex-flow: row wrap; justify-content: space-between;}
body {font-size: 16px; font-family: 'Roboto', sans-serif;background: #000;position: relative;}
img {max-width: 100%;display: block}
a, a:hover {text-decoration: none; transition: .4s linear;}
iframe {max-width: 100%;}

/* Header */
header {margin-top: 250px;z-index: 4 !important;}
header .headerline {background: #fff;padding: 10px 30px;}
header .headerline .logo {width: 20%;align-items: center;}
header .headerline .logo:hover {opacity: .6;}
header .headerline .search-block {width: 45%;}
header .headerline .user-block {width: 30%;}
.highslide-controls a:hover, .highslide-controls a {transition: none;}
/* Search block */
header .headerline .search-block {position: relative;}
header .headerline .search-block input[type="text"] {width: 100%;border-radius: 19px;border: 2px solid #d3d3d3;position: relative;padding: 8px 35px;color: #959595;font-family: Roboto;font-size: 13px;font-weight: 400;}
header .headerline .search-block .dekor {position: absolute;z-index: 10;color: #959595;font-size: 15px;top:9px;left: 15px;}
header .headerline .search-block input[type="text"]:focus {border-color: #18a045;}
header .headerline .search-block button {border: 2px solid #f6d70a;color:#181818;background: #f6d70a;position: absolute;top: -1px;right: 0;border-radius: 19px;font-family: Roboto;font-weight: 500;font-size: 13px;padding: 10px 20px;transition: .4s linear;cursor: pointer;}
header .headerline .search-block button:hover {border-color: #18a045; background: #18a045;color: #fff;transition: .4s linear;}
/* User block */
.user-block {margin: -10px -30px -10px 0;position: relative;}
.user-block .login-btn {font-weight: 400;color: #181818;background: #e9e9e9;}
.user-block .reg-btn, .user-block .login-profile {font-weight: 500;color: #fff;background: #18a045;}
.user-block .reg-btn, .user-block .login-btn {width: 50%;font-size: 13px;align-items: center;justify-content: center;transition: .4s linear;cursor: pointer;}
.user-block .reg-btn:hover, .user-block .login-btn:hover {opacity: .6;transition: .4s linear;}
.user-block .profile-box {display: none;position: absolute;top: 100%;background: #0d8635;padding: 30px;width: 100%;z-index: 200}
.profile-box.open {display: block;}
.user-block .login-profile {width: 100%;font-size: 16px;align-items: center;justify-content: center;transition: .4s linear;cursor: pointer;}
.user-block .login-profile  i {font-size: 25px;padding-right: 15px;}
.user-block .profile-box span.new-pm {background: #f6d70a;color: #000;position: relative;top: -5px;border-radius: 100%;padding: 2px 8px;font-size: 13px;line-height: 13px;}
.user-block .profile-box li {width: 100%;position: relative;list-style: none;}
.user-block .profile-box li a {color: #fff;font-size: 16px;font-family: 'Roboto', sans-serif;line-height: 36px;display: block;position: relative;}
.user-block .profile-box li a::before {display: none;color: #f6d70a;    position: absolute;left: -15px;top: 0px;content: '\f105';font-weight: bold;width: 6px;height: 8px;font-family: "Font Awesome 5 Free";}
.user-block .profile-box li a:hover::before {display: block;}
/* Carousel */
.carusele {margin-top: 5px;margin-bottom: 50px;}
.caru-top .item {width: 100%;display: inline-block;max-height: 220px;}
.caru-top .item .img-box {position: relative;overflow: hidden;height: 220px;}
.caru-top .item .img-box img {display: block;height: 100%;}
.caru-top .item .img-box .rating-flag {position: absolute;z-index: 6;background: rgba(0,0,0,.8); border-radius:11px;font-family: 'Montserrat', sans-serif; font-weight: 700;color: #fff;top: 4px;right: 4px;padding: 5px 10px;}
.caru-top .item .img-box .rating-flag i {color: #f6d70a;}
.caru-top .item .img-box .hidden-info {position: absolute;top: 0;right: 0;left: 0;bottom: 0;display: none;background: rgba(16,40,24,.8);z-index: 5;padding: 50px 15px 10px 15px;}
.caru-top .item .img-box .hidden-info .title {font-size: 16px;line-height: 22px;color:#fff;}
.caru-top .item .img-box .hidden-info .info-icons {position: absolute;bottom: 10px;}
.caru-top .item .img-box .hidden-info .info-icons div {display: inline-block;color: #fff;font-size: 11px;}
.caru-top .item .img-box .hidden-info .info-icons div:first-child{margin-right: 10px;}
.caru-top .item .img-box .hidden-info .info-icons div i {color: #8becab;}
.caru-top .item:hover .img-box .hidden-info {display: block;}
.caru-top.owl-carousel .owl-nav {position: absolute;top: 50%;margin-top: -18px;left: 0;right: 0;}
.caru-top.owl-carousel .owl-nav .owl-prev, .caru-top.owl-carousel .owl-nav .owl-next {padding: 10px;position: absolute;display: inline-block;}
.caru-top.owl-carousel .owl-nav .owl-prev i, .caru-top.owl-carousel .owl-nav .owl-next i {color: #fff;background: #000;padding: 10px;display: block;transition: background .4s linear;}
.caru-top.owl-carousel .owl-nav .owl-prev i:hover, .caru-top.owl-carousel .owl-nav .owl-next i:hover {background: #18a045;transition: background .4s linear;}
.caru-top.owl-carousel .owl-nav .owl-prev {left: 0;}
.caru-top.owl-carousel .owl-nav .owl-next {right: 0;}


/* content-section */
.content-section section.sidebar {width: 28%;}
.content-section section.content {width: 70%;margin-bottom: 20px;}
.content-section section.sidebar .col-sidebar {background: #fff; position: relative;margin-bottom: 20px;}
.content-section section.sidebar .col-sidebar:not(:first-child) {margin: 40px 0}
.content-section section.sidebar .col-sidebar .title-box {position: relative;display: inline-block;top: -7px;left: -7px;background: #18a045;color: #fff;font-family: 'Montserrat', sans-serif; font-weight: 700;padding: 10px;font-size: 18px;margin-bottom: 20px;}
.content-section section.sidebar .col-sidebar .title-box i {color: #f6d70a;font-size: 22px;}
.content-section section.sidebar .col-sidebar .col-menu-list,.content-section section.sidebar .col-sidebar .col-side-items {padding: 0 30px 40px 30px;}
.content-section section.sidebar .col-sidebar .col-menu-list li {list-style: none;width: 49%;position: relative;}
.content-section section.sidebar .col-sidebar .col-menu-list li a {color: #000;display: block; padding: 10px 0;font-size: 13px;line-height: 13px;font-family: 'Roboto';position: relative;}
.content-section section.sidebar .col-sidebar .col-menu-list li a.bold {font-weight:700; }
.content-section section.sidebar .col-sidebar .col-menu-list li a:hover {color: #18a045;}
.content-section section.sidebar .col-sidebar .col-menu-list li a:hover::before {position: absolute;left: -10px;top:10px;content: '\f105';font-weight: bold;width: 6px;height: 8px;font-family: "Font Awesome 5 Free";}
.side-item .img-box {width: 20%;}
.side-item .content {width: 78%;}
.side-item {margin-bottom: 10px;}
.side-item:not(:last-child) {border-bottom: 1px solid #e0e0e0;padding-bottom: 10px;}
.side-item .content .title {margin-bottom: 10px;font-size: 14px;color: #000;display: block;}
.side-item .content .title:hover {color: #18a045;}
.side-item .content .icons-line > div {display: inline-block;font-size: 11px;color: #000;}
.side-item .content .icons-line div i {color: #959595;}
.content-section section.content .main {background: #fff;padding: 40px 30px;}
.content-section section.content .main .title-box .title {max-width: 80%;font-size: 24px;font-weight: 700;line-height: 24px;font-family: 'Montserrat', sans-serif;}
.content-section section.content .main .title-box {margin-bottom: 30px;display: flex;flex-flow: row wrap;justify-content: space-between;align-items: center}
.content-section section.content .main .grid-select {border-radius: 8px;border: 1px solid #18a045;overflow: hidden;}
.content-section section.content .main .grid-select span {font-size: 19px;padding: 2px 5px;color: #000;transition: .4s linear;cursor: pointer;}
.content-section section.content .main .grid-select span.active,.content-section section.content .main .grid-select span:hover {color: #fff;background: #18a045;transition: .4s linear;}
.main-content.flex-row #dle-content {display: flex;flex-flow: row wrap;justify-content: left;width: 100%;}
/* shortstory */
.grid-thumb .shortstory.thview {display: block;margin-right: 10px;}
.grid-thumb .shortstory.listview {display: none;}
.grid-thumb .shortstory {width: 23%;display: inline-block;margin-bottom: 30px;cursor: pointer;}
.grid-thumb .shortstory .img-box {position: relative;border: 4px solid transparent;margin-bottom: 10px;transition:border-color .4s linear;height: 220px;overflow: hidden;}
.grid-thumb .shortstory:hover .img-box {border-color: #18a045;transition:border-color .4s linear;}
.grid-thumb .shortstory .img-box img {width: 100%;height: 100%;}
.grid-thumb .shortstory .img-box .rating-flag {position: absolute;z-index: 6;background: rgba(0,0,0,.8);border-radius: 11px;font-family: 'Montserrat', sans-serif;font-weight: 700;color: #fff;top: 4px;right: 4px;padding: 5px 10px;}
.grid-thumb .shortstory .img-box .rating-flag i {color: #f6d70a;}
.grid-thumb .shortstory .icons-line > div {display: inline-block;color: #000;font-size: 11px;}
.grid-thumb .shortstory .icons-line div i {color: #959595;}
.grid-thumb .shortstory .icons-line div:first-child {margin-right: 10px;}
.grid-thumb .shortstory .title {color: #000;font-size: 16px;display: block;margin-bottom: 5px;height: 39px;overflow: hidden;}
.grid-thumb .shortstory .title:hover {color: #18a045;text-decoration: underline;}

.grid-list .shortstory.thview {display: none;}
.grid-list .shortstory.listview {display: flex;width: 100%;border-bottom: 1px solid #e9e9e9;padding: 10px 0;}
.grid-list .shortstory.listview .img-box {width: 25%;}
.grid-list .shortstory.listview .content-box {width: 70%;padding: 10px 0;}
.grid-list .shortstory.listview .content-box .rate {display: inline-block;margin-right: 40px;}
.grid-list .shortstory.listview .content-box .rate .rating-flag {margin-right:10px; display: inline-block;z-index: 6;background: rgba(0,0,0,.8);border-radius: 11px;font-family: 'Montserrat', sans-serif;font-weight: 700;color: #fff;padding: 5px 10px;}
.grid-list .shortstory.listview .content-box .rate .rating-flag i {color: #f6d70a;}
.grid-list .shortstory.listview .content-box .rate .vote-num {display: inline-block;color: #999999;font-size: 13px;font-family: 'Roboto';}
.grid-list .shortstory.listview .content-box .metacritic {font-family: 'Montserrat', sans-serifl; font-weight: 700; font-size: 14px;border: 2px solid #f6d70a;display: inline-block;border-radius: 19px;    line-height: 24px;padding: 0 10px 0 0;}
.grid-list .shortstory.listview .content-box .metacritic::before {position: relative;content: url(../images/metac.png);display: inline-block;float: left;height: 24px;width: 24px;margin-right: 5px;}
.grid-list .shortstory.listview .content-box .top-rating-line {margin-bottom: 20px;}
.grid-list .shortstory.listview .content-box .body-content .title {display:block;color: #000;font-weight: 700;font-family: 'Montserrat', sans-serif; font-size: 18px; line-height: 18px;margin-bottom: 20px;}
.grid-list .shortstory.listview .content-box .body-content .title:hover {color: #18a045;}
.grid-list .shortstory.listview .content-box .desc {font-size: 13px; line-height: 18px; color: #959595; margin-bottom: 20px;}
.alert {margin-bottom: 20px;border: 1px solid #da0d3d; font-size: 11px;line-height: 18px;padding: 5px;font-family: 'Montserrat', sans-serif;color: #da0d3d;}
.info-line  {border-top: 1px solid #e9e9e9; padding: 10px 0px 0px 0px;width: 100%;}
.grid-list .shortstory.listview .info-line .r-v .views, 
.grid-list .shortstory.listview .info-line .r-v .size {display: inline-block; font-size: 16px; line-height: 22px;color: #000;}
.grid-list .shortstory.listview .info-line .r-v .views {margin-right: 10px;}
.grid-list .shortstory.listview .info-line i {color: #959595;}
.grid-list .shortstory.listview .info-line .link-button {color: #fff;background: #18a045;border-bottom:4px solid #16843a;border-radius: 8px;padding: 2px 20px;font-weight: 500;font-size: 16px; line-height: 30px;font-family: 'Montserrat', sans-serif;}
.grid-list .shortstory.listview .info-line {align-items: center;}
.grid-list .shortstory.listview .info-line .link-button:hover {border-color: #18a045;background: #16843a;}
.pseudolink {cursor: pointer;}



/* info  */
.info-box {background: #18a045;color: #fff;padding: 10px 20px;margin-bottom: 20px;width: 100%;}
.info-box .title-er {color: #f6d70a;font-weight: 700;margin-bottom: 5px;}
.info-box .content {font-size: 14px;font-weight: 500;}

/* navigation */
.navigation {text-align: center;width: 100%;margin-top: 50px;}
.navigation a, .navigation a {color: #959595;font-size: 13px;}
.navigation a:hover, .navigation a:hover {color: #18a045;}
.navigation .links {display: inline-block;margin:0 10px;}
.navigation .links a, .navigation .links span {padding: 0 5px;font-size: 13px;}
.navigation .links a {color: #000;}
.navigation .links a:hover {color: #18a045;}
.navigation .links span {color: #959595;}
/* main seo */
.main-seo {background: #e8e8e8;padding: 50px 40px;}
.main-seo a {color: #18a045;text-decoration: underline;}
.main-seo a:hover {text-decoration: none;}
.main-seo p {color: #4c4c4c;font-size: 14px; line-height: 20px;}
.main-seo p:not(:last-child) {margin-bottom: 25px;}



/* full story */
.full-page {background: #fff;padding: 20px 30px;}
.full-page .highslide {width: 33%;margin-bottom: 5px;}
.intro-full .title-box {margin-bottom: 20px;}
.intro-full .title-box h1 {font-size: 24px;line-height: 24px;color: #000; font-weight: 700;font-family: 'Montserrat', sans-serif;}
.full-info {margin-bottom: 40px;}
.full-speedbar a {color: #18a045;text-decoration: none; font-weight: 400;font-family: 'Roboto', sans-serif;}
.full-speedbar {color: #959595;font-weight: 700;font-size: 13px;line-height: 30px;margin-bottom: 20px;}
.full-page .highslide img {display: inline-block;}
.full-info .img-box {width: 25%;position: relative;}
.full-info .img-box .favimg {position: absolute;top: 0;left: 0;color: #fff;background: #18a045;}
.full-info .img-box .favimg a {color: #fff;display: block;}
.full-info .img-box .favimg a i {display: block; padding: 10px;}
.full-info .info-content {width: 70%;}
.full-info .info-content .rating-box {width: 100%;justify-content: left;align-items: center;margin-bottom: 20px;}
.full-info .info-content .rating-box .rate {font-family: 'Montserrat', sans-serif; font-size: 24px;line-height: 24px;font-weight: 700;color: #000;margin-right: 5px;}
.full-info .info-content .rating-box .voted {font-size: 13px;line-height: 13px;color: #999999;margin-left: 5px;}
.full-info .cat-zone {color: #959595;font-size: 16px;line-height: 24px;margin-bottom: 20px;}
.full-info .add-date {color: #959595;font-size: 13px;line-height: 24px;margin-bottom: 20px;}
.full-info .cat-zone a {color: #18a045;}
.full-info .ankor-links {margin-bottom: 20px;}
.full-info .ankor-links a {position: relative;color: #000;font-size: 14px;line-height: 30px;font-family: 'Montserrat', sans-serif;font-weight: 500;}
.full-info .ankor-links a:not(:last-child) {margin-right: 10px;}
.full-info .ankor-links a.desc::before {content: url(../images/desc.png);position: relative;display: inline-block;margin-right: 5px;top: 3px;}
.full-info .ankor-links a.comme::before {content: url(../images/comments.png);position: relative;display: inline-block;margin-right: 5px;top: 3px;}
.full-info .links-bottom {align-items: center;}
.full-info .links-bottom .download-link {color: #fff;background: #18a045;border-bottom:4px solid #16843a;border-radius: 8px;padding: 10px 35px;font-weight: 500;font-size: 24px; line-height: 24px;font-family: 'Montserrat', sans-serif;}
.full-info .links-bottom .download-link:hover {border-color: #18a045;background: #16843a;}
.full-info .links-bottom .razmer,.full-info .links-bottom  .views {color: #000;}
.full-info .links-bottom .razmer i,.full-info .links-bottom  .views i {color: #959595;}

.comments-block {padding: 40px 30px;background: #e8e8e8;}
fieldset.attach {border:1px solid #18a045;padding: 20px;margin-bottom: 40px;}
fieldset.attach legend {text-align: left;margin-left: 10px;padding: 0 5px;font-family: 'Montserrat', sans-serif; font-weight: 500;color: #000;font-size: 20px;}
fieldset.attach .info {border: 1px solid #e4e4e4;align-items: center;}
fieldset.attach .leftside,fieldset.attach .rightside {width: 50%;}
fieldset.attach .leftside .elem:first-child {border-bottom: 1px solid #e4e4e4;}
fieldset.attach .leftside .elem {text-align: left;padding: 20px 15px;font-size: 16px;font-family: 'Roboto', sans-serif;color: #000;}
fieldset.attach .leftside .elem i {color: #18a045;}
fieldset.attach .leftside b {color: #959595}
fieldset.attach .rightside {padding: 0 40px;}
fieldset.attach .rightside a {width: 100%;color: #fff;background: #18a045;border-bottom:4px solid #16843a;border-radius: 8px;display: block;text-align: center;padding: 20px 0;font-weight: 500;font-size: 24px; line-height: 24px;font-family: 'Montserrat', sans-serif;}
fieldset.attach .rightside a:hover {background: #16843a;border-color: #18a045;}
.screns .title-box {width: 100%;margin-bottom: 20px;text-align: left;}

/* related */
.related-news {width: 100%;}
.related-news .title-box h2 {margin-bottom: 10px;color: #000;font-family: 'Montserrat', sans-serif; font-size: 20px;line-height: 24px;font-weight: 500;}
.related-news .related-items .related-item {width: 23%;}
.related-news .related-items .related-item .img-box {margin-bottom: 10px;position: relative;height: 220px;overflow: hidden;}
.related-news .related-items .related-item .img-box img {height: 100%;}
/* .related-news .related-items .related-item .img-box::before {position: absolute;top: 0;right: 0;} */
.related-news .related-items .related-item .title {height: 48px;overflow: hidden;display: block;font-size: 16px;line-height: 24px;color: #000000;}
.related-news .related-items .related-item .title:hover {color: #18a045;}


/* search */
.searchpage {width: 100%;}
.searchpage input[type="text"] {width: 100% !important;border-radius: 19px;border: 2px solid #d3d3d3;position: relative;padding: 8px 35px;color: #959595;font-family: Roboto;font-size: 13px;font-weight: 400;}
.searchpage .search_result_num {padding: 10px 20px;color: #232323;background: #e8e8e8;margin: 20px  0;}

/* comments  */
.comments-block .title {color: #000;font-weight: 500;font-size: 20px;line-height: 24px;font-family: 'Montserrat', sans-serif;margin-bottom: 20px;}
.form-block .inputs-block input {width: 48%;background: #fff;border-radius: 19px;border: 2px solid #d6d6d6;padding: 10px 25px;font-size: 13px;}
.form-block .inputs-block {margin-bottom: 10px;}
.form-block textarea {resize: none;}
.form-block button[type="submit"] {font-size: 13px;color: #000;border: none;background: #f6d70a;padding: 10px 25px;border-radius: 19px;font-weight: 500;font-family: 'Roboto', sans-serif;cursor: pointer;}
.form-block button[type="submit"]:hover {opacity: .8;}
.form-block  {margin-bottom: 30px;}
.comments-block li {list-style: none;}
.comment .img-box {width: 10%;text-align: center;}
.comment .img-box img {background: #232323;border-radius: 8px;padding: 10px;}
.comment .comment-body {width: 89%;}
.comments-tree-item .comments-tree-item {margin-left: 10%;margin-top: 30px;margin-bottom: 30px;}
.comment {position: relative;margin-bottom: 30px;background: #ffffff;border-radius:8px;padding: 15px 10px;box-shadow: 0px 1px 3px rgba(0,0,0,.1); }
 .comments-tree-item .comments-tree-item .comment {margin-bottom: unset;}
 .comment .comment-rating {position: absolute; top: 15px;right: 25px;font-size: 18px;line-height: 25px;}
 .comment .comment-rating a {color: #fff;padding: 1px 6px;font-family: 'Montserrat', sans-serif; font-size: 16px;line-height: 18px;font-weight: 700;border-radius: 100%;}
 .comment .comment-rating a:first-child {background: #da0d3d;}
 .comment .comment-rating a:last-child {background: #18a045;}
 .comment .comment-rating .ratingplus, .comment .comment-rating .ratingzero {color: #18a045;}
 .comment .comment-rating .ratingminus {color: #da0d3d;}
 .comment .comment-rating a:hover {color: #fff;}
 .comment .comment-body .author, .comment .comment-body .author a {font-size: 13px;display:inline-block;color:#000;font-weight: 700;font-family: 'Montserrat', sans-serif;}
 .comment .comment-body .author a:hover {color: #18a045;}
 .comment .comment-body .news-name {max-width: 80%;}
 .comment .comment-body .news-name a{font-size: 15px;display:inline-block;color:#000;font-weight: 700;font-family: 'Montserrat', sans-serif;}
 .comment .comment-body .news-name a:hover {color: #18a045;}
 .comment .comment-body .date {color: #959595;font-size: 13px;display: inline-block;}
 .comment .comment-body .comment-text {margin: 20px 0;}
 .comment .comment-body .actions a {color: #18a045;text-decoration: underline; font-size: 16px;line-height: 25px;margin-right: 10px;}
 .comment .comment-body .actions a:hover {text-decoration: none;}
 .mass_comments_action {margin: 30px 0;}


/* Login Popup window */
.login {display: none;background: rgba(13, 12, 17, .8);position: fixed;top: 0;bottom: 0;right: 0;left: 0;z-index:350; content: '';}
.login.open {display: block;}
.login-modal {background: #fff;position: fixed;top: 200px;width: 370px;left: 50%;margin-left: -165px;z-index: 400;font-family: 'Roboto', sans-serif;}
.login-modal .title-links {text-align: center;width: 100%;}
.login-modal .close {position: absolute; top: 10px;right: 10px;font-size: 16px;color: #959595;cursor: pointer;transition: .4s linear;}
.login-modal .close:hover {color:#18a045;transition: .4s linear;}
.login-modal .title-links a {width: 50%;text-align: center;padding: 10px 0;font-size: 11px;line-height:11px;background: #e9e9e9;color: #000;}
.login-modal .title-links a:last-child {color: #fff;font-weight: 700;background: #18a045;}
.login-modal .login-form .title {margin-bottom: 20px;font-size: 18px;font-family: 'Montserrat', sans-serif;font-weight: 500;}
.login-modal .title-links .active-title, .login-modal .title-links a:hover {opacity: .8;}
.login-modal .login-form {padding: 50px;}
.login-modal .login-form .inputs input, .ui-form input {width: 100%;background: transparent;border: 2px solid #d3d3d3; font-size:18px;color:#959595;background:#fff;border-radius: 19px;padding: 10px 20px;font-size: 13px;}
.login-modal .login-form .inputs input:first-child {margin-bottom: 10px;}
.login-modal .login-form .inputs, 
.login-modal .login-form .submit {margin-bottom: 10px;}
.login-modal .login-form .submit button {cursor:pointer;border-radius: 19px;border:none;font-size:13px;position:relative;color:#000;background: #f6d70a;padding: 4px 22px;line-height: 30px;display: inline-block;font-weight: 500;font-family: 'Roboto', sans-serif;}
.login-modal .login-form .submit button:hover {opacity: .8;}
.ui-form input {margin-bottom: 10px}
.ui-form select, .ui-form textarea {background: transparent;border: 2px solid #d3d3d3; font-size:18px;color:#959595;background:#fff;border-radius: 19px;padding: 10px 20px;font-size: 13px;margin-bottom: 10px;}
.ui-form textarea {width: 100%;resize: none;}
#sendmail {width: 100%;}
/* static */


/* .static .static-content ul {} */
.static .static-content ul li {position: relative;padding-left: 20px;font-size: 18px;line-height: 18px; margin-bottom: 10px;}
.static .static-content ul li::before {content: '';position: absolute;width: 6px;height: 6px;border-radius: 100%;background: #e25d2f;left: 0;top: 50%;margin-top: -3px;}
.regtext {margin: 20px 0;}
.regtext a {color: #18a045;}
.page_form__inner input {margin-bottom: 10px;width: 100%;background: transparent;border: 2px solid #d3d3d3;font-size: 18px;color: #959595;background: #fff;border-radius: 19px;padding: 10px 20px;font-size: 13px;}
.page_form__inner .login_check input {width: 70% !important;margin-bottom: unset;}
.page_form__inner .login_check button {width: 20%;display: inline-block;}
.page_form__inner .login_check {margin-bottom: 10px;}
.ui-form li {list-style: none;}

/* footer  */
footer {padding: 40px 30px; background: #232323;}
footer .footer-logo {margin-bottom: 10px;}
footer .footer-content {align-items: center;}
footer .footer-content .copy {font-size: 11px;color: #4c4c4c;width: 70%;line-height: 20px;}
footer .footer-content .feedback-btn {display: inline-block;border:1px solid #e8e8e8;border-radius: 16px;color: #e8e8e8;font-size: 11px;line-height: 20px;padding: 5px 10px;}
footer .footer-content .feedback-btn i {color: #555454;margin-right: 5px;}
footer .footer-content .feedback-btn:hover {background: #18a045;color: #fff;border-color: #18a045;}
footer .footer-content .feedback-btn:hover i {color: #fff;}

/* Responsive */
@media screen and (max-width:1480px){
    .center{max-width: 1140px;}
}
  
@media screen and (max-width:1220px){
    header .headerline .search-block button {top:0;padding: 8px 20px;}
    .center{max-width: 1000px;}
    .full-info .links-bottom .download-link {width: 100%;margin-bottom: 10px;text-align: center;}
    .full-info .links-bottom .razmer, .full-info .links-bottom .views {width: 25%;}
    .full-page .highslide {width: 49%;}
    fieldset.attach .leftside, fieldset.attach .rightside {width: 100%;}
    fieldset.attach .leftside .elem:last-child {border-bottom: 1px solid #e4e4e4;}
    fieldset.attach .rightside {padding: 20px;}
    .login-modal {top: 50px;}
}
  
@media screen and (max-width:950px){
    .center{max-width: 760px;}
    .grid-thumb .shortstory {width: 32%;}
    .grid-thumb .shortstory .img-box {height: 300px;}
    .content-section section.sidebar {width: 100%;}
    .content-section section.content {width: 100%;}
    .content-section section.sidebar .col-sidebar .col-menu-list li {width: 25%;}
    .content-section section.sidebar {display: flex;flex-flow: row wrap; justify-content: space-between;}
    .col-sidebar:first-child {width: 100%;}
    .col-sidebar {width: 49%;}
    .content-section {flex-flow: column-reverse;}
}

@media screen and (max-width:760px){
    .center{max-width: 590px;}	
    header .headerline .logo {width: 100%;margin-bottom: 20px;}
    .full-info .img-box {width: 100%;margin-bottom: 20px;}
    .full-info .info-content {width: 100%;}
    header .headerline .user-block {width: 100%;}
    header .headerline .search-block {width: 100%;margin-bottom: 20px;}
    .user-block .reg-btn, .user-block .login-btn,.user-block .login-profile {padding: 15px 0;}
    .grid-thumb .shortstory .img-box {height: 220px;}
}
  
@media screen and (max-width:590px){  
    .center{max-width: 470px;}
    header .headerline .logo {text-align: center;display: block;}
    header .headerline .logo img {display: inline-block;}
    .grid-thumb .shortstory {width: 49%;}
    .grid-thumb .shortstory .img-box {height: 260px;}
    .content-section section.sidebar .col-sidebar {width: 100%;}
    .content-section section.sidebar .col-sidebar .col-menu-list li {width: 33%;}
    .grid-list .shortstory.listview .img-box {text-align: center;width: 100%;}
    .grid-list .shortstory.listview .img-box img {display: inline-block;}
    .grid-list .shortstory.listview .content-box {width: 100%;}
    .full-page .highslide {width: 100%;}
    .related-news .related-items .related-item .img-box img {width: 100%;}
    .related-news .related-items .related-item {width: 49%;margin-bottom: 20px;}
    .related-news .related-items .related-item .img-box {height: 280px;}
    footer .footer-content .copy {width: 100%;margin-bottom: 20px;}
    footer .footer-content .feedback-btn {width: 100%;}
    .content-section section.content .main .title-box .title {width: 100%;margin-bottom: 10px;}

}
  
@media screen and (max-width:470px){
    .center{max-width: 320px;}
    .content-section section.sidebar .col-sidebar .col-menu-list li {width: 49%;}
    #registration {width: 100%;overflow: hidden;}
    .page_form__inner .login_check input {width: 100% !important; margin-bottom: 10px;}
    .page_form__inner .login_check button {width: 100%;margin-bottom: 10px;}
    header .headerline .search-block input[type="text"] {padding: 8px 90px 8px 35px; }
    .grid-thumb .shortstory {width: 100%;}
    .grid-thumb .shortstory .img-box {height: 320px;}
    .grid-list .shortstory.listview .content-box .rate {width: 100%;margin-bottom: 10px;}
    .grid-list .shortstory.listview .info-line .link-button {width: 100%;text-align: center;}
    .grid-list .shortstory.listview .info-line .r-v {width: 100%;display: flex;flex-flow: row wrap; justify-content: space-between;margin-bottom: 10px;}
    .full-info .links-bottom .razmer, .full-info .links-bottom .views {width: 49%;margin-bottom: 20px;}
    .related-news .related-items .related-item {width: 100%;}
    .comments-block {overflow: hidden;}
    fieldset.attach .rightside a {font-size: 16px; line-height: 16px;}
    .related-news .related-items .related-item .img-box {height: 320px;}
}
