/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 13px 'Open Sans', Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #2a2a2a; background-color:#eaeaea; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #2a2a2a; text-decoration: none;}
a:hover, a:focus {color:#1b8b60; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}
h1, h2, h3, h4, h5, h6 {
    color: #1b8b60;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    padding: 0;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:24px; font-weight:700;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 20px; display:inline-block; height:40px; line-height:40px; border-radius:0px; cursor:pointer; 
background-color:#1b8b60; color:#fff;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{background-color:#eb7c04; color:#fff;}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f5f5f5; border-radius:0px; -webkit-appearance: none; box-shadow:0 0 0 1px #EDEDED;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#FFF; 
border-radius:0 0 0px 0px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#CCC;}
.img-box img {width:100%; min-height:100%;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.img-vert img {width:200%; max-width:200%; margin-left:-50%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .show-login {transition: all .3s;}
.button, .ps-link{transition: color .3s, background-color .3s, opacity .3s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.fx-stretch{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}
.fx-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.fx-col{display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}

.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}



/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; box-shadow:0 0 40px 0 rgba(0,0,0,0.3); background-color:#FFF; 
max-width:1240px; padding:0 20px; margin:0 auto;}
.center {max-width:1200px; margin:0 auto; position:relative; z-index:20;}
.header {height:120px; position:relative;}
.nav {background-color:#14509c; margin-bottom:20px; position:relative; z-index:880;}
.main {width:calc(100% - 360px); width:-webkit-calc(100% - 360px);}
.side {width:300px;}
.footer {background-color:#14509c; padding:40px 10px 20px 10px; color:#FFF; margin:20px -20px 0 -20px;}


/* HEADER
----------------------------------------------- */
.header .soc-btns .fa {margin:5px 10px 5px 0;}
.logotype {height:100px; width:300px; display:block; position:absolute; top:10px; left:50%; margin-left:-150px;}
.logotype img {display:block; width:100%;}
.show-login {cursor:pointer; width:60px; height:60px; line-height:60px; text-align:center; border-radius:50%; 
background-color:#14509c; color:#FFF; font-size:30px;}
.show-login:hover {background-color:#1b8b60;}


/* NAV
----------------------------------------------- */
.nav-in {padding-right:60px; height:60px;}
.show-search {display:inline-block; height:60px; line-height:60px; cursor:pointer; 
font-size:24px; position:absolute; top:0; left:0; width:60px; text-align:center; 
color:#FFF; background-color:#1b8b60;}
.search-wrap {display:inline-block; position:absolute; top:0; right:0; z-index:100; padding:10px 0 10px 60px; 
width:60px; overflow:hidden; transition:width .4s; -webkit-transition:width .4s; height:60px;}
.search-wrap.active {width:100%; padding-left:70px; padding-right:10px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; padding:0 10px; border-radius:0;
background-color:#fff; color:#000; border:0; box-shadow:none;}

.nav-menu {}
.nav-menu > li {position:relative; float:left;}
.nav-menu > li:first-child a {background-color:#14509c; font-size:24px;}
.nav-menu > li > a {display:block; padding:0 20px; line-height:60px; height:60px; 
color:#FFF; text-transform:uppercase; font-size:14px;}
.nav-menu > li > a:hover, .nav-menu .menuactive > a {background-color:#1b8b60;}
.hidden-menu {position:absolute; left:0; top:100%; z-index:998; background-color:#14509c; width:240px;
box-shadow:0 2px 2px 0 rgba(0,0,0,0.2); display:none;}
.hidden-menu a {display:block; padding:10px 20px; color:#FFF; border-bottom:1px solid #2161b1;}
.hidden-menu a:hover {background-color:#1b8b60;}
.submenu > a:after {content:"\f107 "; font-family:'FontAwesome'; margin-left:7px;}


/* SLIDER
----------------------------------------------- */
.slider-wrp {background-color:#eee; position:relative; padding-left:700px; 
height:420px; z-index:10; margin-bottom:20px; overflow:hidden;}
.slaider-mini {float:left; height:140px; padding:20px; width:100%; position:relative;
border-bottom:1px solid #ddd; cursor:pointer; overflow:hidden;}
.slaider-mini .th-t {font-weight:700; margin:0 0 10px 0; text-transform:uppercase; font-size:14px;}
.slaider-big {width:700px; height:420px; position:absolute; top:0; left:0; display:none;}
.slaider-big-img {width: 100%; height: 100%;}
.slide-title {position:absolute; color:#FFF !important; font-weight:700; font-size:24px; text-transform:uppercase;
display:block; padding:120px 40px 40px 40px; bottom:0; left:0; right:0; background: linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); }
.slaider-mini:hover, .slaider-activ .slaider-mini { background-color: #f5f5f5;}
.slaider-activ .th-t {color:#1b8b60;}
.slide-title .meta {font-size:16px; margin-bottom:20px;}


/* SECT, TH
----------------------------------------------- */
.sect {margin-bottom:20px;}
.sect-t {padding:0px 20px 0 0; background-color:#14509c; margin-bottom:20px;}
.sect-t > *:first-child {font-weight:700; font-size:24px; text-transform:uppercase; color:#FFF; 
padding:10px 20px; background-color:#1b8b60;}
.sect-links a {opacity:1; margin-left:20px; font-size:16px; color:#FFF;}
.sect-t a:hover {text-decoration:underline;}
/* .yellow {background-color:#f4b756 !important;}
.green {background-color:#a1d48d !important;}
.red {background-color:#eb7f73 !important;}
.violet {background-color:#855a99 !important;} */

.th {width:23%; margin-bottom:40px;}
.th-i {display:block; height:170px;}
.th-t {display:block; font-size:18px; margin:20px 0;}
.th-d {opacity:0.8;}
.meta {}
.meta > span {margin-right:20px;}
.meta > span > a {color:#fff;}

.col-3 .th {width:31.5%;}
.col-3 .th-i {height:220px;}

.tile {display:block; width:48.5%; height:350px; margin-bottom:40px;}
.tile:before {content:""; position:absolute; left:0; top:0; width:100%; height:100%; 
background: linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);}
.tile-o {position:absolute; left:0; bottom:0; z-index:10; width:100%; color:#FFF; padding:40px;}
.tile-t {font-weight:700; font-size:24px; text-transform:uppercase; margin-top:20px;}
.tile .meta {font-size:16px; font-weight:700;}


/* SHORT STORY
----------------------------------------------- */
.short {padding:0 0 20px 300px; position:relative;}
.short-left {width:300px; height:210px; margin-left:-300px; float:left; display:block;}
.short-right {width:100%; float:right; padding-left:20px; position:relative;}
.short-title {display:block; font-size:18px; margin-bottom:10px; line-height:24px; font-weight:700;}
.short-text {line-height:20px; font-size:14px; padding-bottom:50px; opacity:0.8;}
.short-left:hover {opacity:0.7;}
.short-link {position:absolute; bottom:20px; left:320px;}
.short .meta {opacity:0.8; font-size:12px; margin-bottom:10px;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom:20px;}
.side-bt {font-weight:700; text-transform:uppercase; font-size:14px; 
padding:10px 20px; background-color:#14509c; color:#FFF; margin-bottom:20px;}
.side-bc {}

.short-th-l {display:block; padding:0 0 0 110px; margin-bottom:20px;}
.short-th-l:last-child {margin-bottom:0;}
.short-th-l-img {float:left; width:100px; height:70px; margin-left:-110px; overflow:hidden;}
.short-th-l-title {float:right; width:100%; padding-left:10px; font-size:14px;}
.short-th-l:hover .short-th-l-title {}

.tabs-sel {background-color:#14509c; color:#FFF; margin-bottom:20px;}
.tabs-sel span {display:inline-block; padding:10px; width:49%; text-align:center; cursor:pointer; 
font-size:14px; font-weight:700; text-transform:uppercase;}
.tabs-b {display:none;}
.tabs-b.visible {display:block;}
span.current {background-color:#1b8b60;}


/* FOOTER
----------------------------------------------- */
.footer a {color:#fff;}
.footer a:hover {text-decoration:underline;}
.f-sect {width:40%; font-size:14px; line-height:24px;}
.f-soc {width:12%;}
.fs-t {font-weight:700; font-size:24px; margin-bottom:20px;}
.fs-d {color:#CCC;}
.fs-c div + div {margin-top:20px;}
.fs-c .fa {font-size:18px; width:40px; color:#ccc; vertical-align:middle; text-align:center;}
.soc-btns {}
.soc-btns .fa {width:40px; height:40px; text-align:center; line-height:40px; 
background-color:#C70003; color:#fff; font-size:18px; margin-bottom:10px; cursor:pointer;}
.soc-btns .fa:hover {opacity:0.8;}
.fa.fa-vk {background-color:#5075a5;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-telegram {background-color:#2da5e1;}
.fa.fa-twitter {background-color:#2daae1;}
.fa.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}
.fa.fa-instagram {background: #f09433; 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.f-two {text-align:center; padding-top:20px; margin-top:20px; border-top:1px solid #444; color:#ccc;}


/* SHARE
----------------------------------------------- */
.share-big {width:65px; height:390px; position:fixed; z-index:100000; left:0; top:50%; margin-top:-200px;}
.share-big a {display:block; width:65px; height:65px; margin-bottom:10px; 
box-shadow:0 0 20px 0 rgba(0,0,0,0.15); background:url(../images/share.png) 0 0 no-repeat;}
.share-big a:last-child {margin:0;}
.share-big a:nth-child(2) {background-position:0 -80px;}
.share-big a:nth-child(3) {background-position:0 -163px;}
.share-big a:nth-child(4) {background-position:0 -244px;}
.share-big a:nth-child(5) {background-position:0 -325px;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0;}
.pagi-nav {}
.pagi-nav > span {display:inline-block; vertical-align:top;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:85px; text-align:center; 
color:#fff; background-color:#111;}
.navigation {text-align:center;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; min-width:40px;
color:#2a2a2a; background-color:#eee; margin:0 2px 10px 2px;}
.navigation span, .pagi-nav a:hover {background-color:#111; color:#fff;}
.navigation span.nav_ext {background:transparent; color:#888;}


/* FULL
----------------------------------------------- */
.tile-full {margin-bottom:40px; text-align:center; height:450px;}
.tile-full:before {content:""; position:absolute; left:0; top:0; width:100%; height:100%; 
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);}
.tile-full .meta, .tile-cat {font-size:12px; text-transform:uppercase; font-weight:700; opacity:0.8;}
.tile-full h1 {font-size:30px; margin-bottom:20px;}

.rels .th {width:31.5%;}
.rels .th-i {height:150px;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:20px auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:#444; font-size:16px; line-height:28px; padding-bottom:20px;}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#007ac2;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px; font-weight:700;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:disc; margin-left:40px; position:relative;}
.full-text2 > ul li:before {content: "\f00c"; font-family: 'FontAwesome';
position:absolute; top:0px; left:-25px; width:8px; height:8px;
color:#9cce43; border-radius:0;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f5f5f5;} 
/* COMMENTS .full-text table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;} */
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin:0 0 20px 0;}


/* COMMENTS
----------------------------------------------- */
.comms-title {line-height:40px;}
.comms-title > span {font-size:16px;}
.add-comm-form {position:relative; margin:20px 0; display:none;}
.ac-soc {position:absolute; right:0px; top:-8px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:0%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:85px;}
.ac-submit {}
.ac-textarea > br, .ac-textarea > input, .ac-textarea > label {display:none !important;}
.active .ac-textarea > br, .active .ac-textarea > input, .active .ac-textarea > label {display:inline-block !important;}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px; display:none;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {background-color:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#06c;}
.full-comms {}

.comm-item {padding-left:70px; margin-top:20px;}
.comm-left {width:45px; height:45px; margin-left:-65px; float:left; border-radius:0%; 
box-shadow:0 0 0 5px #fff,0 0px 15px 0 rgba(0,0,0,0.2);}
.comm-right {width:100%; float:right; padding:10px; position:relative; border:1px dashed #e3e3e3;}

.comm-one {padding:0 80px 10px 0; position:relative; font-size:14px;}
.comm-one > span:nth-child(4) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700;}
.comm-author a {color:#14509c; text-decoration:underline;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; line-height:20px; padding-bottom:0; font-size:14px;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {color:#6382b1; text-decoration:underline;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#FFF; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#f6f6f6;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:700;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#f6f6f6;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#1b8b60; color:#fff;}
.lb-menu a .fa {color:#444;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #ccc; content:""; background-color:#f6f6f6; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#f6f6f6; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}


/* GO TOP BUTTON */
#gotop{position:fixed; width:40px; height:40px; line-height:36px; right:10px; bottom:10px; cursor:pointer; font-size:20px;
z-index:9998; display:none; opacity:0.7; background-color:#000; color:#FFF; border-radius:0%; text-align:center;}



	
/* ADAPTIVE
----------------------------------------------- */
.show-menu {display:none;}
.side-panel {width:260px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#444; 
padding:0 0 20px 0; z-index:888; position:fixed; left:-260px; top:0; transition:left .4s; -webkit-transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.8); 
position:fixed; left:0; top:0; z-index:887; display:none;}
.side-panel a {display:block; padding:8px 20px; font-size:12px; font-weight:700; color:#FFF; border-bottom:1px solid #111;}
.side-panel .menuactive {background-color:#444;}


@media screen and (max-width: 1220px) {
.wrap {padding:0;}
.footer {margin:20px 0 0 0;}
.center {max-width:1000px;}
.cont, .header {padding:0 10px;}
.nav-menu {display:none;}
.slaider-mini .th-t {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.slaider-mini .th-d {max-height:72px; overflow:hidden;}
.th-i {height:120px;}
.th {margin-bottom:20px;}
.tile {height:300px; margin-bottom:20px;}
.col-3 .th-i {height:170px;}
.footer {padding:20px 10px;}

.show-menu {display:block; height:60px; line-height:60px; cursor:pointer; 
font-size:24px; width:60px; text-align:center; color:#FFF; background-color:#1b8b60;}
.side-panel > li:first-child {display:none;}
.side-panel .hidden-menu {position:static; background-color:#222; width:100%; display:block;}

.main {width:calc(100% - 320px); width:-webkit-calc(100% - 320px);}
.short {padding:0 0 20px 210px;}
.short-left {width:210px; height:140px; margin-left:-210px;}
.short-link, .pprev, .pnext {display:none !important;}
.short-text {padding-bottom:0;}

.tile-full {margin-bottom:20px; height:350px;}
.rels .th-i {height:130px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.slider-wrp {padding-left:400px; height:420px;}
.slaider-big {width:400px; height:420px;}
.slide-title {padding:20px; font-size:18px;}
.slide-title .meta {font-size:12px;}
.slaider-big-img img, .tile img {width:150%; max-width:150%; margin-left:-25%;}
.logotype {position:static; margin:0; -ms-flex-order:-1;-webkit-order:-1;order:-1;}
.th, .tile {width:48%;}
.th-i {height:170px;}
.col-3 .th-i {height:140px;}
.tile {height:330px;}
.tile-o {padding:20px;}
.tile-t {font-size:18px}
.tile .meta {font-size:12px;}
.th-t {font-size:16px; margin:10px 0; font-weight:700;}
.sect-links a {font-size:13px;}
.sect-t > *:first-child {font-size:18px;}
.f-sect {width:100%; margin-bottom:20px;}
.fs-t {font-size:16px;}

.main {width:100%;}
.side {width:100%; margin-top:20px; display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.side > * {width:48%;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.logotype {height:auto; width:150px;}

.rels .th {width:48%;}

.comm-one > span:nth-child(1), .comments-tree-list .comments-tree-list:before {display:none;}
.comm-three {display:none;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.header {height:80px;}
.header .soc-btns {display:none;}
.slider-wrp {padding:250px 0 0 0; height:auto;}
.slaider-big {width:100%; height:250px;}
.slaider-big-img img, .tile img {width:100%; max-width:100%; margin-left:0%;}
.slaider-mini {height:auto; padding:10px;}
.sect-t {padding:10px;}
.sect-t > *:first-child {width:100%; background-color:transparent; padding:0;}
.sect-links a {margin:5px 10px 0 0;}
.th, .tile, .col-3 .th {width:100%;}
.tile {height:250px;}

.short {padding:0 0 20px 0;}
.short-left {margin:20px auto 0 auto; float:none; width:300px; height:200px;}
.short-right {float:none; padding:0;}
.side > * {width:100%;}

.tile-full {height:250px;}
.tile-full h1 {font-size:18px; margin:10px 0;}

.comm-one > span:nth-child(4), .comm-one > span:nth-child(3) {display:none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.slider-wrp {padding:180px 0 0 0;}
.slaider-big, .tile {height:180px;}
.short .meta {display:none;}

.tile-full img {width:160%; max-width:160%; margin-left:-30%;}
.full-text {font-size:14px; line-height:24px;}
.rels .th-i {height:80px;}
.rels .th-t {font-size:14px;}

.full, .full-comms {padding:10px;}
.comms-title {text-align:center; display:block !important;}

.comm-two {line-height:18px; font-size:14px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
.div_fixer_d {margin-bottom: 20px;}
.wrap {min-width:320px; width:100%; overflow:hidden;}
.instagram-media, .twitter-tweet {display: inline-block !important;}
@media (min-width: 992px){
.col-md-3 {
    width: 25%;
    margin-bottom:20px;
    float:left;
}
.col-md-2 {
    width: 16.666666666666664%;
    float:left;
    }}

.manages {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}

.manage .manager + .manager{
    margin-top: 15px;
}
.manages .nav-tabs {
    border-bottom-color: #f4f4f4;
    padding-left: 0;
    margin-bottom: 0;
}

.manages .tab-content {
    padding: 15px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
    background-color: #FFF;
    border: 1px solid #EEE;
    min-height: 240px;
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    z-index: 9;
    position: relative;
}

.animate {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header {
   position: relative;
	background-image: url("/assets/public/images/pattern.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.news-contents .news-item{
    margin-bottom: 20px;
}
.lang-search__main{
    display: block;
    /*overflow: hidden;*/
    width: 100%;
    margin-bottom: 25px;
}
.virtual-reception{
    float: right;
    /*overflow: hidden;*/
    margin: 32px 0;
    position: relative;
}
.virtual-reception  .virtual-button{
    display: block;
    font-weight: bold;
    color: #2196f3;
    border: 1px solid #2196f3;
    border-radius: 25px;
    padding: 5px 20px 7px;
    font-size: 16px;
    font-family: OpenSans-SemiBold, sans-serif;
}
.nav-side-menu {
      overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #fff;
    position: fixed;
    top: 0px;
    width: 250px;
    height: calc(100% - 115px);
    color: #000;
}

.manage-img{
    padding: 0;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 15px;
}
.manage-name{
    font-family: OpenSans-Regular;
    color: #249f6f;
    font-size: 22px;
    margin-top: 0px;
}
.manage-career{
    font-family: OpenSans-Regular;
    margin: 0;
    font-size: 18px;
    color: #000;
}
.phone-day-cousin ul li + li{
    margin-top: 15px;
}
.phone-day-cousin ul{
    display: flex;
    flex-direction: column;
}
.phone-day-cousin {
    margin-top: 20px;
}
.manage-img img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.manage .people {
    border: 1px solid #f3f3f3;
    padding: 10px;
    border-radius: 6px;
}

.manage::after, .manage::before {
    content: '';
    display: block;
    clear: both;
}

.manage-item {
    background-color: #fff;
    padding: 15px 15px 15px 0;
    overflow: hidden;
    border-radius: 5px;
}

.manage-img {
    /*float: left;*/
    padding-right: 15px;
}

.manage-text p {
    font-size: 14px;
    color: #000;
    font-family: OpenSans-Regular;
    line-height: 30px;
}

.manage-text strong {
    font-weight: bold;
    font-size: 16px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* contact-page style */
.contact-page {
    padding: 50px 0 150px;
}

.contact-page .header__top_text {
    /* max-width: 300px; */
    margin-bottom: 30px;
}

.contact-page .header__top_text-text {
    font-size: 18px;
    line-height: 150%;
}

.contact-page .header__top_connect {
    align-items: start;
}

.contact-page .tel_nomer {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 30px;
}
.contact-box {
    background: var(--bg-blue-color);
    padding: 50px;
}

.contact-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-white);
    margin-bottom: 32px;
}

.contact-box .header__top_text,
.contact-box .tel_nomer {
    max-width: none;
    width: 100%;
    margin-bottom: 16px;
}

.contact-box .header__top_text-icon,
.contact-box .header__top_text-text,
.contact-box .tel_nomer,
.contact-box .messenger__icons a {
    color: var(--color-white);
    font-size: 18px;
}

.map-box {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.map-box iframe {
    display: block;
    width: 100%;
    min-height: 300px;
    height: 100% !important;
}
.header__top {
    padding: 20px 0;
}

.header__top_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__top_logo {
    /* max-width: 300px; */
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header__top_logo-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.header__top_logo-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #101828;
}

.header__top_text {
    /* max-width: 300px; */
    display: flex;
    align-items: center;
}

.header__top_text-icon {
    margin-right: 12px;
    color: #667085;
}

.header__top_text-text {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #667085;
}

.tel_nomer {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #667085;
    margin-bottom: 5px;
}

.tel_nomer:hover {
    color: #5b6476;
}

.tel_nomer:hover .tel_nomer-icon {
    transform: translateY(-3px);
}

.tel_nomer-icon {
    font-size: 18px;
    margin-right: 10px;
    transition: transform 0.4s;
}

.messenger__icons {
    display: flex;
    align-items: center;
}

.messenger__icons a {
    color: #667085;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.4s;
}

.messenger__icons a:not(:last-child) {
    margin-right: 23px;
}

.messenger__icons a:hover {
    transform: translateY(-3px);
}

.header__top_translatebox {
    display: flex;
    align-items: center;
}

.fa-circle {
  background: black;
}
