@font-face {
    font-weight: 400;
    font-family: Raleway;
    src: url("../fonts/Raleway/Raleway-Regular.ttf");
}

/* --- CSS Reset --- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
small,
strong,
b,
u,
i,
form,
label,
table,
tr,
th,
td,
ol,
ul,
li,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: inherit;
}

menu {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

input,
a,
img,
em {
    outline: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- General Styles --- */
body {
    font-size: 14px;
    font-weight: 400;
    background-color: #eee;
    font-family: verdana, sans-serif;
    color: #000;
}

p {
    margin: 0 0 10px 0;
    line-height: 20px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: 'Raleway';
    letter-spacing: 1px;
}

h1 {
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-size: 25px;
    line-height: 30px;
}

strong,
b {
    font-weight: bold;
}

/* --- Form Elements --- */
input,
textarea,
select {
    font-family: 'verdana', sans-serif;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #f8f8f8;
    border: solid 1px #e2e2e2;
    -webkit-border-radius: 3px;
}

textarea {
    height: 200px;
}

input[type=submit],
input[type=button],
a.cmd {
    cursor: pointer;
    background-color: #52bba4;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'arial', sans-serif;
    letter-spacing: 1.5px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    border: none;
    width: auto;
    padding: 13px 30px;
}

a.cmd_alt {
    background-color: #f8f8f8;
    color: #000;
    border: solid 1px #e2e2e2;
}

a.cmd_green {
    background-color: #52bba4;
    color: #fff;
}

a.cmd_red {
    background-color: #d55342;
    color: #fff;
}

a.cmd_mark {
    background-color: #ffbb40;
    color: #fff;
}

a.cmd_vk {
    background-color: #4c6f9a;
    color: #fff;
}

a.cmd_od {
    background-color: #f77500;
    color: #fff;
}

input[type=button].green {
    font-size: 14px;
    cursor: pointer;
    background-color: #52bba4;
    color: #fff;
    -webkit-border-radius: 4px;
    border: none;
    width: auto;
    padding: 7px 15px;
}

input[type=radio] {
    accent-color: #52bba4;
}

input[type=button].dis {
    background-color: #c0c0c0;
    cursor: default;
}

/* --- Utility Classes --- */
.more {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 1px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .05);
    display: inline-block;
}

.ft_grey {
    color: #7e7e7e;
}

.ft_green {
    color: #52bba4;
}

.light_grey {
    background-color: #f8f8f8;
}

.test {
    border: solid 1px #f00 !important;
}

.mo {
    display: none;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.alert {
    text-align: center;
    color: #4e7661;
    line-height: 23px;
}

.sh {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}

.mark {
    border-bottom: dashed 1px;
}

a.un {
    border-bottom: solid 1px;
}

a.logo {
    width: 157px;
    height: 75px;
    display: inline-block;
    background: url(../images/logo/logo.png) no-repeat 0 0;
    background-size: contain;
    margin: -5px 0 0 0;
}

.nowrap {
    white-space: nowrap;
}

.metrica {
    height: 0;
    overflow: hidden;
}

/* --- Layout --- */
#wrapper {
    background-color: #fff;
}

.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5px auto;
}

.bg-grey {
    background-color: #eee;
    padding: 40px;
}

/* --- Header --- */
.wr-top {
    background-color: #6e6e6e;
}

#top {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
    padding: 30px 0 30px 0;
}

#top .cs-ph {
    padding: 18px 0 0 0;
    font-size: 14px;
}

#top .cs-ac {
    padding: 14px 0 0 0;
}

#top .cs-cm {
    padding: 16px 0 0 0;
}

#top .cs-cm a {
    margin: 0 0 0 5px;
}

#top .cs-tab {
    display: none;
}

#key {
    width: 100%;
    min-width: 250px;
    height: 45px;
}

.fa-search {
    font-size: 20px;
    position: absolute;
    margin: 12px 0 0 -45px;
    color: #4e5d70;
    border-left: solid 1px #4e5d70;
    padding: 0 10px 0 10px;
    cursor: pointer;
}

ul.fn {
    list-style: none;
}

ul.fn li {
    float: left;
}

ul.fn li>a {
    display: block;
    text-align: center;
}

ul.fn li span {
    display: block;
    font-size: 12px;
}

ul.fn li span * {
    vertical-align: middle;
}

ul.fn .fa {
    font-size: 18px;
}

ul.fn .ac em {
    border: solid 1px #f8f8f8;
    -webkit-border-radius: 180px;
    text-align: center;
    padding: 16px 18px 15px 19px;
}

ul.fn .ac em .fa {
    font-size: 18px;
}

/* --- Navigation --- */
nav menu {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
}

nav menu>li {
    flex: 0 0 auto;
}

nav menu>li>a {
    font-family: sans-serif;
    text-transform: uppercase;
    color: #4e5d70;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

nav menu>li>a:hover {
    color: #52bba4;
}

/* --- Footer --- */
.wr-bottom {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
    color: #000;
    background-color: #f7f7f7;
}

.wr-bottom li {
    list-style: none;
    margin: 0 0 10px 0;
    font-size: 13px;
}

.wr-bottom .flex {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.wr-bottom .flex>div {
    padding: 0 20px 0 0;
    width: 20%;
}

.wr-bottom .flex>div:nth-child(1) {
    flex: 0 0 300px;
}

.wr-bottom .flex>div:nth-child(3) {
    flex: 0 0 auto;
}

.wr-bottom .flex>div:nth-child(4) {
    flex: 0 0 auto;
}

.wr-bottom .address p {
    margin: 5px 0 0 0;
}

.wr-bottom .address i {
    margin: 0 10px 0 0;
}

.wr-bottom p {
    font-size: 13px;
    margin: 0;
}

.wr-bottom .title {
    font-size: 25px;
    margin: 0 0 15px 0;
}

.wr-footer {
    padding: 30px 0;
    background-color: #eee;
    text-align: center;
}

/* --- Sections --- */
.screen {
    min-height: 200px;
    background-color: #399;
    position: relative;
}

.screen .inner {
    position: relative;
}

.screen .data {
    position: absolute;
    top: 80px;
    left: 0;
    width: 600px;
    color: #f0f0f0;
    z-index: 100;
}

.screen h1 {
    color: #fff;
    margin: 0 0 15px 0;
}

.screen p {
    line-height: 24px;
}

.screen.sc1 {
    min-height: 400px;
    background: #262d33 url(../images/screen/1.jpg) no-repeat 50% 0;
}

.screen.sc2 {
    min-height: 300px;
    background: #262d33 url(../images/screen/1.jpg) no-repeat 50% 0;
}

.screen.sc2 .data {
    top: 50px;
}

.tele {
    background: #f7f7f7;
    padding: 40px 0;
}

.tele .inner {
    padding: 0 0 20px 40px;
    border-left: solid 2px #399;
    position: relative;
}

.tele .name {
    font-size: 30px;
    color: #4d5156;
}

.tele .comm {
    font-size: 16px;
    color: #4d5156;
    margin: 20px 0 40px 0;
}

.tele .cmd {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 20px;
}

.tele .fa {
    margin: 0 7px 0 0;
}

.page-head {
    background-color: #f7f7f7;
    padding: 40px 0;
}

.page-head .inner {
    padding: 0 0 20px 40px;
    border-left: solid 2px #399;
    position: relative;
}

.page-head h1 {
    font-size: 30px;
    color: #4d5156;
    margin: 0 0 20px 0;
}

.page-head .comm {
    font-size: 14px;
    line-height: 20px;
    color: #4d5156;
    margin: 20px 0 0 0;
}

.donat {
    text-align: center;
    background-color: #eee;
}

.donat .inner {
    padding: 40px;
}

.donat .box {
    padding: 10px 0 20px 0;
}

.donat h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
}

.donat p.small {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.donat .sum {
    width: 140px;
    padding: 11px 10px;
    vertical-align: middle;
    border-color: #399;
}

.donat .sum::placeholder {
    opacity: .5;
    color: #4d5156;
    font-size: 13px;
}

.donat form {
    width: 400px;
    margin: 0 auto;
}

.donat .flex {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.donat .flex em {
    display: inline-block;
    width: 23%;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.donat em:hover {
    background-color: #d55342;
    color: #fff;
}

.donat .note {
    font-size: 12px;
    padding: 5px;
    line-height: 14px;
    color: #399;
}

.wr-post {
    padding: 40px 0;
}

.wr-post .flex {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.wr-post .picture {
    flex: 0 0 40%;
    padding: 0 0 0 40px;
}

.wr-post .detail {
    flex: 0 0 60%;
}

.wr-post header {
    padding: 0 0 0 320px;
    position: relative;
    min-height: 230px;
}

.wr-post header img {
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.wr-post header h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    margin: 10px 0 15px 0;
    padding: 0;
}

.wr-post header .comm {
    color: #999;
    font-size: 13px;
}

time {
    background-color: #eee;
    display: inline-block;
    padding: 7px 13px;
    color: #666;
    font-size: 12px;
}

time .fa {
    margin: 0 0 0 10px;
}

/* --- Article & Content --- */
article {
    margin: 0 0 30px 0;
    color: #4d5156;
}

article p {
    margin: 0 0 20px 0;
    line-height: 25px;
}

article strong {
    font-weight: 500;
    color: #399;
}

article img {
    max-width: 100% !important;
}

article img.fl {
    float: left;
    margin: 0 20px 20px 0;
}

article li {
    margin: 0 0 7px 40px;
    line-height: 20px;
    list-style: none;
}

article li::before {
    content: '— ';
}

article ul {
    margin: 20px 0;
}

article a {
    border-bottom: solid 1px #52bba4;
    color: #52bba4;
}

article h1,
article h2,
article h3 {
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: 'Raleway';
    letter-spacing: 1px;
}

article h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px 0;
}

article time {
    color: #52bba4;
    margin: 0 0 20px 0;
    font-size: 13px;
    display: block;
}

article h2 {
    font-size: 25px;
    line-height: 30px;
}

article .ps {
    border-left: solid 3px #52bba4;
    padding: 0 0 0 20px;
    line-height: 25px;
    margin: 0 0 30px 0;
}

article h3 {
    font-size: 20px;
    line-height: 25px;
}

.image {
    text-align: center;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    margin: 0 0 20px 0;
}

.image p {
    padding: 0;
    margin: 20px 20px 0 20px;
    color: #7e7e7e;
}

.image img {
    width: 100%;
}

.ckeditor-html5-video {
    background-color: #eee;
}

article video {
    margin: 0 auto;
    padding: 40px;
    width: 80%;
}

article em {
    color: #4d5156;
    font-weight: 600;
}

/* --- Misc Pages & Components --- */
.wr-home {
    padding: 40px 0;
}

.about h2 {
    margin: 20px 0 60px 0;
    text-align: center;
}

.about ul {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-between;
    margin: 20px 0 40px 0;
    text-align: center;
}

.about li {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    background-color: #f7f7f7;
}

.about img {
    width: 100%;
}

.about footer {
    padding: 20px;
}

.about .ab1 {
    justify-content: center;
}

.about .ab1 li {
    width: 400px;
    margin: 0 20px;
}

.about .ab2 li {
    width: 30%;
}

.about .name {
    font-size: 16px;
    font-weight: 500;
}

.about .do {
    padding: 20px;
    color: #7e7e7e;
    line-height: 18px;
}

.about .note {
    line-height: 20px;
    font-size: 14px;
}

.about .ab1 .name {
    font-size: 18px;
}

.wr-donat {
    text-align: center;
    padding: 60px 0;
}

.err {
    text-align: center;
}

.err a.cmd {
    margin: 20px 0 0 0;
    display: inline-block;
}

.grid {
    background-color: #eee;
    padding: 40px 0;
}

.grid ul {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid li {
    width: 32%;
    text-align: center;
    margin: 0 0 30px 0;
    background-color: #fff;
}

.grid li:nth-child(3n) {
    margin: 0 0 30px 0;
}

div.pagination {
    text-align: center;
}

ul.pagination {
    list-style: none;
    margin: 40px 0 40px 10px;
    display: inline-block;
}

ul.pagination li {
    float: left;
}

ul.pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: -4px 7px 0 0;
    background-color: #eee;
    -webkit-border-radius: 50%;
}

ul.pagination .first {
    margin-left: 20px;
}

ul.pagination .active {
    background-color: #4e7661;
    color: #fff;
}

ul.pagination .title {
    display: none;
    line-height: 30px;
    padding: 0 40px 0;
}

ul.pagination .disabled {
    border-color: #f7f6f2;
    color: #d7cbc6;
}

.item img {
    max-width: 100%;
}

.item .thumb {
    display: block;
    position: relative;
    text-align: center;
}

.item .thumb::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: .1;
}

.item footer {
    padding: 20px 20px 40px 20px;
}

.item .name {
    display: block;
    line-height: 20px;
    margin: 0 0 0 0;
    height: 70px;
    overflow: hidden;
}

.item .bar {
    height: 4px;
    background-color: #d7cbc6;
}

.item .bar div {
    height: 4px;
    background-color: #52bba4;
    width: 0%;
}

.item .bar em {
    float: right;
    margin: -32px -12px 0 30px;
    background-color: #52bba4;
    color: #fff;
    padding: 7px;
    font-size: 12px;
}

.item .bar i {
    position: absolute;
    color: #52bba4;
    margin: 14px 0 0 -10px;
    font-size: 14px;
}

.item .flex {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.item .flex>div {
    width: 50%;
    text-align: left;
    padding: 20px 0;
}

.item .flex>div:last-child {
    text-align: right;
}

.item .lbl {
    color: #52bba4;
    margin: 0 0 10px 0;
    font-size: 13px;
}

.item .cur {
    clear: both;
    margin: 0 0 30px 0;
}

.headline {
    background-color: #eee;
    padding: 40px 0;
}

.headline .flex {
    display: flex;
}

.gallery {
    flex: 0 0 40%;
    padding: 0 20px 0 0;
    position: relative;
}

.detail {
    flex: 0 0 60%;
    padding: 0 0 0 20px;
}

.gallery img {
    width: 100%;
}

.gall {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.gall>div {
    flex: 0 0 30%;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    margin: 0 20px 20px 0;
}

.share {
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
}

#share {
    display: block;
    -webkit-border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
    margin: 0 auto;
}

#share svg {
    width: 20px;
}

#share:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.share ul {
    list-style: none;
    display: none;
    margin: 10px 0 0 0;
}

.share ul li a {
    display: block;
    width: 36px;
    height: 36px;
    padding: 10px 0 0 0;
    margin: 0 0 7px 0;
    color: #fff;
    font-size: 16px;
}

.share ul li a.vk {
    background-color: #4c6c91;
}

.share ul li a.ws {
    background-color: #2fae3e;
}

.share ul li a.te {
    background-color: #5ea3d7;
}

.detail h1 {
    text-align: left;
    padding: 0 0 20px 0;
    font-size: 28px;
}

.cell {
    border-bottom: dotted 1px #7e7e7e;
    margin: 0 0 30px 0;
    max-width: 300px;
}

.cell .lbl {
    background-color: #eee;
    float: left;
    margin: -7px 0 0 0;
    padding: 0 10px 0 0;
}

.cell .cur {
    background-color: #eee;
    float: right;
    margin: -7px 0 0 0;
    padding: 0 0 0 10px;
}

.action {
    padding: 20px 0 40px 0;
}

.story {
    padding: 40px 0;
}

.story .flex {
    display: flex;
}

.story .inner aside {
    flex: 0 0 260px;
    padding: 0 0 0 40px;
}

.story aside header {
    background-color: rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: center;
    line-height: 20px;
}

ul.rel {
    list-style: none;
}

ul.rel li {
    margin: 20px 0 0 0;
}

ul.rel a {
    display: block;
    padding: 20px;
    background-color: #52bba4;
    color: #fff;
    line-height: 18px;
    margin: -2px 0 0 0;
}

ul.rel img {
    width: 100%;
}

.auth {
    width: 300px;
}

.form {
    margin: 0 auto;
}

.form form {
    width: 100%;
    display: table;
}

.form label {
    display: table-row;
}

.form label>span {
    display: table-cell;
    padding: 7px 0;
}

.form label>span span {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.form input {
    width: 100% !important;
}

.form footer {
    padding: 15px 0 0 0;
    text-align: center;
}

.form footer div {
    margin: 0 0 10px;
}

.form footer span {
    color: #7e7e7e;
    font-size: 13px;
    display: block;
    margin: 0 0 10px 0;
}

.form a {
    border-bottom: solid 1px;
    color: #000;
}

.form footer div.alert {
    padding: 20px 0;
}

#account {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
    margin: 20px 0;
}

#ac_menu {
    flex: 0 0 220px;
    padding: 0 10px 30px 0;
}

#ac_content {
    flex: 0 100%;
    padding: 0 0 0 20px;
}

#ac_menu ul {
    list-style: none;
}

#ac_menu li {
    margin: 0 0 20px 0;
    line-height: 16px;
}

#ac_menu .fa {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #95b9a6;
}

#ac_menu li a {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}

#ac_content table {
    width: 100%;
}

#ac_content tr {
    border-bottom: solid 1px #eee;
}

#ac_content strong {
    font-weight: 500;
    font-size: 15px;
}

#ac_content time {
    color: #7e7e7e;
    display: block;
}

#ac_content footer {
    padding: 20px;
    text-align: right;
}

.order {
    margin: 15px 0 0 0;
}

.order>div {
    font-size: 12px;
    margin: 0 0 15px 0;
}

.order .id {
    font-size: 15px;
    font-weight: 500;
}

.order .grid img {
    height: 60px;
}

.grid td.total {
    text-align: right !important;
}

#payment {
    width: 80%;
}

#payment .box {
    border: solid 1px #eee;
    margin: 0 0 20px 0;
    padding: 20px;
}

#payment .grid {
    width: 100%;
}

#payment .grid td {
    padding: 5px 20px;
}

#payment .grid tr.total {
    background-color: #eee;
}

#payment>div {
    margin: 20px 0 10px 0;
}

#payment .head {
    color: #7e7e7e;
}

#payment .num {
    font-size: 14px;
    font-weight: 500;
}

#payment .summ {
    font-size: 18px;
    font-weight: 400;
}

.contacts {
    padding: 40px 0;
}

.contacts .flex {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.contacts .flex>section {
    color: #4d5156;
    width: 49%;
    padding: 40px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}

.contacts .flex .fa {
    margin: 0 10px 0 0;
}

.contacts .flex div {
    margin: 0 0 20px 0;
}

.contacts .flex time {
    display: block;
    margin: 15px 0 25px 0;
    font-size: 11px;
}

.contacts .flex .name {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.contacts .flex span {
    font-size: 15px;
    color: #4e7661;
}

.contacts .flex .address {
    line-height: 22px;
}

.contacts .map {
    margin: 20px 0;
}

.post .thumb {
    display: block;
    min-height: 200px;
}

.post img {
    width: 100%;
}

.post .data {
    padding: 20px;
    text-align: left;
}

.post a.title {
    line-height: 18px;
    font-size: 13px;
}

.post time {
    color: #52bba4;
    margin: 10px 0 0 0;
    font-size: 13px;
    display: block;
}


/* --- Responsive Styles --- */
@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }

    .bg-grey {
        padding: 20px;
    }

    .wr-top {
        margin: 0 0 -5px 0;
    }

    #top {
        padding: 30px 0 20px 0;
    }

    #top .cs-ph,
    #top .cs-ac,
    #top .cs-cm {
        display: none;
    }

    #top .cs-tab {
        display: block;
        padding: 20px 0 0 0;
    }

    #tab {
        background-color: #52bba4;
        color: #fff;
        padding: 10px 20px 14px 20px;
        -webkit-border-radius: 3px;
        cursor: pointer;
    }

    #tab::after {
        content: '≡';
        font-size: 18px;
        vertical-align: middle;
    }

    nav {
        display: none;
    }

    nav menu {
        display: block;
        background-color: #fff;
        padding: 20px;
        position: absolute;
        left: 0;
        top: 120px;
        right: 0;
        z-index: 5000;
    }

    nav menu>li {
        margin: 0 0 40px 0;
    }

    .screen::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: #000;
        opacity: .2;
        z-index: 0;
    }

    .screen.sc1,
    .screen.sc2 {
        background-position: 80% 0;
    }

    .screen .data {
        top: 40px;
        left: 20px;
        right: 40px;
        width: auto;
    }

    .tele {
        padding: 30px 0 40px 0;
    }

    .tele .inner {
        padding: 0 20px;
        border-left: none;
    }

    .tele .name {
        font-size: 25px;
    }

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

    .tele .cmd {
        display: block;
        margin: 0 0 10px 0;
    }

    .page-head {
        padding: 30px 0;
    }

    .page-head .inner {
        padding: 0 20px;
        border-left: none;
    }

    .wr-home {
        padding: 20px 0;
    }

    .wr-home .inner {
        width: 100%;
    }

    .wr-bottom {
        padding: 30px 0;
        text-align: center;
    }

    .wr-bottom .flex {
        display: block;
        width: 100%;
    }

    .wr-bottom .flex>div {
        padding: 0;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .wr-bottom .flex>div:nth-child(3),
    .wr-bottom .flex>div:nth-child(4) {
        display: none;
    }

    .wr-footer {
        line-height: 22px;
    }

    .grid ul {
        list-style: none;
        display: block;
    }

    .grid li {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .headline .flex {
        display: block;
    }

    .gallery {
        padding: 0;
    }

    .detail {
        padding: 20px 0 0 0;
    }

    .thumbs {
        display: none;
    }

    .story {
        padding: 0;
    }

    .story .flex {
        display: block;
        padding: 0;
    }

    .story .inner aside {
        padding: 0;
    }

    .contacts .flex {
        display: block;
        padding: 0;
    }

    .contacts .flex>section {
        width: 100%;
        padding: 0 0 40px 0;
        box-shadow: none;
    }

    .contacts .map {
        margin: 0 0 20px 0;
    }

    .wr-post {
        padding: 40px 0;
    }

    .wr-post .flex {
        display: block;
    }

    .wr-post .donat {
        display: none;
    }

    .wr-post .detail {
        padding: 0;
    }

    .wr-post .picture img {
        width: 100%;
    }

    .wr-post header h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .wr-post header {
        padding: 0;
        min-height: auto;
    }

    .wr-post header img {
        max-width: 100%;
        position: relative;
        margin: 0 0 20px 0;
    }

    .donat .inner {
        padding: 20px;
    }

    .donat form {
        width: 100%;
    }

    .ckeditor-html5-video {
        border: none;
        padding: 0;
        margin: 0 0 20px 0;
        float: none;
    }

    video {
        width: 100%;
        margin: 0 auto;
    }

    .about ul {
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .about .ab1 li,
    .about .ab2 li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
