/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*End of normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*Bssic css-------*/

* {
    box-sizing: border-box;
}

.inTop {
    position: fixed;
    right: 25px;
    bottom: 70px;
    width: 50px;
    height: 50px;
    opacity: 1;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
    z-index: 9999;
}

.inTop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 15000;
}

.inTop p.top,
.inTop p.down {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 200;
}

.inTop p.top:hover,
.inTop p.down:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.inTop p.top i {
    line-height: 1;
}

* {
    box-sizing: border-box;
}

body, p {
    font-size: 14px;
    word-wrap: break-word;
}

body {
    min-width: 320px;
    line-height: 1.4;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

dir, menu, p, ul {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a {
    transition: all .1s ease;
    cursor: pointer !important;
}

#pro-popup a {
    transition: none;
}

ins, a {
    text-decoration: none;
}

dir, menu, p, ul {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
}

dir, menu, ul {
    list-style-type: disc;
    -webkit-padding-start: 0;
    padding: 0;
}

ul > li {
    list-style: none;
}

.pro-content .stat_centr_wr table {
    width: 100%;
    border-collapse: collapse;
}

.pro-content .stat_centr_wr th,
.pro-content .stat_centr_wr td,
.pro-content .stat_centr_wr th p,
.pro-content .stat_centr_wr td p {
    font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word;
    vertical-align: middle;
    text-align: center;
}

.pro-content .stat_centr_wr th,
.pro-content .stat_centr_wr td {
    padding: 5px;
}

.pro-content .stat_centr_wr th p,
.pro-content .stat_centr_wr td p {
    padding: 0;
}

.pro-content .stat_centr_wr th:first-child,
.pro-content .stat_centr_wr td:first-child,
.pro-content .stat_centr_wr th:first-child p,
.pro-content .stat_centr_wr td:first-child p {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 400;
    margin: 0;
}

textarea, input, label {
    outline: none !important;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    outline: 0;
    border: none;
}

.sticky-90 {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.sticky-40 {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.col-varial {
    float: left;
    position: relative;
    min-height: 1px;
    margin: 0 5px 10px;
    display: block;
    width: calc(20% - 10px);
    overflow: hidden;
}

.col-varial:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.col-varial a {
    outline: none;
}

.box_in_com {
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.box_in_com img {
    /*max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

@media screen and (max-width: 1023px) {
    .col-varial {
        width: calc(20% - 10px);
    }
}

@media screen and (max-width: 639px) {
    .col-varial {
        width: calc(33.33% - 10px);
    }
}

@media screen and (max-width: 479px) {
    .col-varial {
        width: calc(50% - 10px);
    }
}

.tooltip {
    z-index: 20000;
}

.tooltip-inner {
    background-color: #1e2c34 !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #1e2c34 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1e2c34 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #1e2c34 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #1e2c34 !important;
}

.font_os {
    font-style: normal;
}

.com_nam {
    font-size: 20px;
    text-transform: uppercase;
}

.com_nam .count {
    font-weight: 400;
}

.head_com_block {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.com_nam1 {
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 700;
    float: left;
}

.pravila1 {
    float: right;
    text-decoration: underline;
    line-height: 29px;
}

.pravila1 a {
    font-size: 13px;
    font-weight: 700;
}

.pl_rubrika {
    display: inline-block;
    position: absolute;
    line-height: 20px;
    font-weight: 300;
    bottom: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
}

.plitka_img {
    display: inline-block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site__top .menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site__top .menu a {
    vertical-align: top;
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
}

#nav-icon3 {
    display: inline-block;
    width: 27px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 34px;
    left: 15px;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 2px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

.hint-moe,
.no_user_like,
#no_user_like,
#no_user_bookmark,
.no_user_bookmark1,
.no_user_bookmark2,
.no_user_bookmark3,
#yes_user_bookmark,
#del_user_bookmark,
#read_com,
#more_share,
.no_user_claim,
.down_line_nn .empty_com,
.now_views {
    display: none;
    position: absolute;
    top: 45px;
    z-index: 990;
    background: #fff7d5;
    padding: 3px 7px;
    border: 1px solid #8c9fac;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (min-width: 480px) {
    .comment_mob_lite .no_user_bookmark3 {
        bottom: 72px;
        left: 15px;
        top: auto;
    }
}

/* For summernote*/

.no_mod_nn .note-editor .btn-default,
.comment_mob_lite .note-editor .btn-default,
.note-popover button {
    width: 41px !important;
    height: 41px;
    border-radius: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.com_otvet .note-editor .btn-default {
    width: 40px !important;
    height: 30px !important;
    line-height: 1.1 !important;
}

.comment_mob_lite .panel-heading.note-toolbar > .btn-group .btn-group {
    margin-left: 0 !important;
}

/*.no_mod_nn .btn-sm,
.comment_mob_lite .btn-sm {
    border-radius: 0;
}*/

.comment_mob_lite .note-editor.note-frame {
    border: 1px solid transparent;
}

.no_mod_nn .panel-heading.note-toolbar > .btn-group,
.comment_mob_lite .panel-heading.note-toolbar > .btn-group {
    margin: 0;
}

.no_mod_nn .panel-heading.note-toolbar,
.comment_mob_lite .panel-heading.note-toolbar {
    padding: 0;
}

.no_mod_nn .panel, .comment_mob_lite .panel {
    border-radius: 0;
    margin-bottom: 0;
}

.no_mod_nn .note-editor .panel-heading,
.comment_mob_lite .note-editor .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
}

.no_mod_nn .note-editor.note-frame .note-statusbar,
.comment_mob_lite .note-editor.note-frame .note-statusbar {
    background-color: rgba(136, 136, 136, 0.13);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: none;
}

.note-editor.note-frame .note-editing-area .note-editable p {
    margin-bottom: 10px;
}

.note-editor.note-frame .note-status-output {
    display: none;
}

.comment_mob_lite.btn-default {
    background-color: #fff !important;
    color: #444 !important;
    border-color: #ddd !important;
    font-size: inherit !important;
    text-transform: inherit !important;
    font-family: inherit !important;
}

.note-btn-group blockquote,
.note-editable blockquote,
.coment_text_container blockquote {
    margin: 10px 0 10px 10px;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    font-style: italic;
}

/* End for summernote*/

/*End of Bssic css-------*/

/*Базовая разметка-----*/

/*html, body {
    height: 100%;
    width: 100%;
}*/

body.pro-plus-page {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.pro-plus-main-back {
    position: fixed;
    background: rgb(161, 0, 0);
    background: linear-gradient(140deg, rgba(161, 0, 0, 1) 0%, rgba(221, 0, 0, 1) 50%, rgba(161, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.pro-plus-main {
    /*background-color: #dd0000;*/
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow: hidden;*/
}

.pro-plus-main > section {
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    margin: 20px 0;
    overflow-y: auto;
    display: flex;;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pro-plus-main > section > div {
    position: relative;
    width: 280px;
    margin: 90px auto 50px;
    padding: 15px 15px 0;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 3px solid #ff5b4d;
}

.pro-plus-main-logo {
    width: 246px;
    margin-bottom: 50px;
    position: absolute;
    top: -68px;
    left: 15px;
}

.pro-plus-main a {
    display: block;
    width: 100%;
    margin: 15px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    transform: scale(1);
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
}

.pro-plus-main a.moe {
    background: #4c9ce2;
    padding: 10px 80px;
}

.pro-plus-main a.moe-plus {
    background: #dd0000;
}

.pro-plus-main a:hover {
    transform: scale(1.05);
}

.pro-plus-main a img {
    width: 100%;
}

body {
    scroll-behavior: smooth;
    padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
}

html,
body,
a,
.font_os,
#menu_wr-1 .menu_top .nav_wr ul > li,
.template-pro.mobile_header .nav_list li a,
#nav_memu_wr .btn,
.menu_top .btn-group .dropdown-menu,
.bottom-cover-content .lid,
.pro-content .stat_centr_wr p,
.pro-content .stat_centr_wr blockquote,
.pro-content .stat_centr_wr ol li::before,
.pro-block-comment .pro-com-author span,
.container-row-box .anons-pro-forum .pro-forum-author span,
.container-row-box .anons-pro-forum .pro-forum-content .plitka_text span,
.pro-block-comment .pro-com-author span,
.pro-content .main-photo input,
.pro-content #plus-search .btn,
.com-down,
.pro-block-content-add > a,
.container-row-box-also .item_text {
    font-family: 'Roboto', sans-serif
}

#menu_wr-1 .menu_top .nav_wr ul > li > a,
.pro-article .stat_centr_wr .title_article,
.pro-article .stat_centr_wr .title_article p,
.pro-article .stat_centr_wr .subtitle_article,
.pro-article .stat_centr_wr .subtitle_article p,
.pro-content .stat_centr_wr h2,
.pro-content .stat_centr_wr h3,
.stat_centr_wr .pro-spravka h3.head,
.pro-block-content-add h3,
.pro-block-content-add h3 a,
.pro-content #comment_template h2.com_nam,
.pro-content #comment_template h2.com_nam1,
.container-row-box-also h2,
.plitka_text,
.plitka_text p,
.container-rubric .main-rubric,
.pro-button,
.pokaz_all_com,
.pro-content .comment_mob_lite .coment_form_wr input[type=button],
.pro-content .comment_mob_lite .coment_form_wr input[type=reset],
.comets_block_wr .comets_block .coment_text .otvet_coment,
.comets_block_wr .comets_block .coment_text_down .otvet_coment {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif
}

#pro-popup .modal-body,
#pro-popup .modal-body a,
.lid-footer button span,
.title-soc .pod,
a.other-pro,
.pro-row-block h2,
.pro-block h2,
.pro-content .plus-search-line h2,
.pro-row-block h2 span,
.h2-on-page,
.pro-article-edit .pro-block .pro-block-content.pro-edit-menu-right,
.pro-edit-main button,
.template-pro-edit .panel-heading a,
.pro-edit-menu-right input,
.pro-content .main-photo,
.pro-content #plus-search .search_text,
.pro-content .comets_block_wr .comets_block .coment_text .sad_com,
.pro-content .comets_block_wr .comets_block .coment_text_down .sad_com,
.all_button,
.all_button .pokaz_all,
ul.pro-menu a,
ul.hidden-links a,
ul.pro-menu .dropdown-menu a:hover,
.btn,
.pro-menu-too,
.edit-article .modal button,
.edit-article .modal .modal-footer button,
nav.greedy1 button:after,
nav.greedy1 .pro-search,
.container-rubric,
.add_photo_count1,
.add_photo_count,
.add_photo,
.pro-rubric-list li a,
.pro-block-comment h5 {
    font-family: 'Roboto Condensed', sans-serif
}

.pro-row-block h2,
.pro-block-comment h2,
.inform_top_line,
.all_button,
.pro-row-buttons span,
.pro-edit-menu *,
.radio label,
.checkbox label,
.menu2 .block-pro-author,
.container-rubric .main-rubric,
.bottom-cover-content .lid,
.pro-menu-content .selectize-control.single .selectize-input,
.pro-menu-content .selectize-dropdown [data-selectable],
.add-ad.pro-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/*.lid-footer button.button,
.pro-content .comment_mob_lite,
.pro-content .comets_block_wr .comets_block,
.lid.lid-open,
.lid-footer .btn-group.open > ul.dropdown-menu,
.plitka_img_container,
.plitka_img_container div,
.pro-menu-content,
.pro-article figure.image img,
.pro-article .main_photo img,
.pro-article .main-photo video,
.pro-content .stat_centr_wr figure.media,
.pro-content .comets_block_wr .comets_block .coment_text .otvet_coment,
.pro-content .comets_block_wr .comets_block .coment_text_down .otvet_coment,
.pro-content .comment_mob_lite .coment_form_wr input[type=button],
.pro-content .comment_mob_lite .coment_form_wr input[type=reset],
.coment_text_container,
.col-varial,
.comment_mob_lite .note-editor.note-frame,
.comment_mob_lite .file-upload,
.comment_mob_lite .file-upload label,
.stat_centr_wr .pro-spravka,
.main_photo_block,
.p_iframe {
    border-radius: 4px;
}

.top-fix .pro-menu-content {
    border-radius: 0 0 4px 4px;
}

.pro-content #plus-search .input-group .btn {
    border-radius: 0 4px 4px 0;
}

.pro-content #plus-search .search_text {
    border-radius: 4px 0 0 4px;
}

.pl_rubrika {
    border-top-right-radius: 4px;
}

ul.pro-menu > li > ul {
    border-radius: 0 4px 4px 4px;
}*/

button,
.all_button,
.com-btn .comebt_butt {
    border-radius: 5px;
}

.container-row-box-also ul li.item {
    border-radius: 6px;
    overflow: hidden;
}

.template-pro {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.template-pro.template-pro-noadv footer {
    width: 100%;
}

footer .col-xs-12 {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .footer-top,
footer .footer-top .social-media {
    width: 100%;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-top .social-media {
    display: none;
}

footer .footer-top .social-media .header-top-row-p {
    margin: 0 10px 0 0;
}

footer .footer-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .footer-content .copyright {
    margin-bottom: 10px;
}

footer img {
    margin: 0;
    float: left;
    height: 50px;
    width: auto;
}

footer,
footer div,
footer a,
footer p {
    font-size: 12px;
}

footer a,
footer span {
    white-space: nowrap;
    cursor: default !important;
}

footer a[href]:hover,
footer a[href]:focus,
footer a[href]:active {
    text-decoration: underline;
    cursor: pointer !important;
}

.footer-nav {
    margin: 10px 0;
}

.footer-nav a {
    display: inline-block;
    width: 100%;
}

footer .weather-logo p {
    float: left;
    font-size: 11px;
    line-height: 24px;
    margin-right: 6px;
}

footer .weather-logo img {
    height: 12px;
    margin: 6px 6px 6px 0;
}

.weather-logo, .dev {
    display: inline-block;
    width: 100%;
}

.visible-768,
.visible-1024,
.visible-1280,
.visible-1650 {
    display: none !important;
}

/*.projects .container,
.projects #menu_wr-1 .container {
    position: relative;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}*/

.pro-content {
    position: relative;
    height: auto;
    min-height: 100vh;
    z-index: 910;
    background-color: #fff;
}

/*.bottom-cover {
    height: 108px;
}*/

/*.bottom-cover div {
    height: 100%;
}*/

.container-top {
    padding-top: 50px;
}

.pro-content.ondown {
    z-index: 800;
}

.pro-header-back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 470px;
    z-index: 700;
}

.pro-header-img {
    width: 100%;
    height: 215px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    /* background-position: left top;
     background-repeat: no-repeat;
     background-size: auto;*/
}

.pro-header-img img,
.pro-header-img-2 img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: left top;
}

.template-pro-noadv .pro-header-img img,
.template-pro-noadv .pro-header-img-2 img {
    width: 100%;
}

.mb-40 {
    margin-bottom: 40px;
}

/*---------------------------------------------------*/

.header-carousel {
    width: 100%;
    height: 215px;
    z-index: -1;
}

.header-carousel .carousel-inner,
.header-carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.header-carousel .carousel-inner .item img {
    width: 100%;
    height: 215px;
    /*height: 100%;
    object-fit: cover;*/
    object-position: left top;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s;
}

.carousel.fade .item.active {
    position: relative;
    opacity: 1;
}

/*---------------------------------------------------*/

.pro-header1 {
    position: relative;
    width: 100%;
    height: 150px;
    z-index: 1070;
}

.pro-header1:hover,
.pro-header1:focus {
    z-index: 1070;
}

.menu1 {
    height: 50px;
    width: 100%;
}

#nav_memu_wr .nav_wr ul > li.open_menu {
    background-color: transparent;
}

#menu_wr-1 {
    width: 100%;
}

#menu_wr-1 .menu_top .nav_wr ul > li.open_menu div {
    display: inline-block;
}

#menu_wr-1 .menu_top .nav_wr ul > li.open_menu .dropdown-item {
    color: #000 !important;
}

.menu2 {
    position: relative;
    height: 65px;
    z-index: 1080;
}

.menu2 .pro-header-img-2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

/*.menu2:before {
    content: '';
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.menu2:before {
    content: '';
    background-image: url(/img/siluet.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;

}

.menu2.top-fix {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}

.menu2.is_stuck {
    height: 50px;
    z-index: 1050;
}

.menu2.is_stuck .pro-menu-container {
    padding: 0;
}

.menu2.is_stuck .pro-menu-content {
    margin-left: 0;
}

/*Animation Logo + Author*/

.pro-menu-container .pro-logo-menu {
    display: block;
    position: absolute;
    height: 140px;
    bottom: 62.5px;
    left: 0;
    opacity: 0;

    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pro-menu-container .pro-logo {
    position: absolute;
    width: auto;
    height: 100px;
    bottom: 0;
    left: 0;
    transform: scale(1);
    transform-origin: center bottom;
    -webkit-transition: .02s;
    transition: .02s;
}

.menu2.is_stuck .pro-menu-container .pro-logo {
    width: auto;
    height: 100%;
    bottom: 0;
    left: 0;
}

.pro-menu-container .pro-logo:hover,
.pro-menu-container .pro-logo:focus {
    transform: scale(1.01);
}

.pro-menu-container .pro-logo-menu,
.menu2 .block-pro-author {
    will-change: transform;
}

.pro-menu-container .pro-logo-menu,
.menu2.pro-shrink .pro-menu-container .pro-logo-menu {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: auto;
    /*-webkit-transition: .3s ease;
    transition: .3s ease;*/
}

.menu2 .header-top-row,
.pro-menu-container .pro-logo-menu {
    /*display: block;*/
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu2 .header-top-row.pro-shrink,
.pro-menu-container .pro-logo-menu.pro-shrink {
    /*display: none;*/
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pro-menu-container .pro-logo-menu-min {
    display: none;
}

.menu2.top-fix .pro-menu-container .pro-logo-menu-min {
    display: block;
}

.pro-menu-container .pro-logo-menu-min {
    position: absolute;
    height: 40px;
    bottom: 5px;
    left: 0;
    opacity: 0;

    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.menu2.top-fix .pro-menu-container .pro-logo-menu-min {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*-webkit-animation-delay: .3s;
    animation-delay: .3s;*/
}

.menu2 .block-pro-author {
    position: absolute;
    right: 0;
    bottom: 95px;
    white-space: nowrap;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;

    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*-webkit-animation-delay: .3s;
    animation-delay: .3s;*/
}

.pro-header1.pro-shrink ~ .menu2 .block-pro-author {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.pro-author-portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
    object-position: center;
    background-color: #eee;
}

.pro-author-name {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 10px 10px 26px;
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
    z-index: -1;
}

.pro-author-name span {
    font-weight: 700;
}

/*End of Animation Logo + Author*/

ul.hidden-links,
ul.pro-menu .dropdown-menu {
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
}

aside.adv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1055;
    background-color: #eee;
}

.template-pro.template-pro-noadv aside.adv {
    display: none;
}

.template-pro-noadv .pro-header-back,
.template-pro-noadv .menu2,
.template-pro-noadv .pro-content {
    width: 100% !important;
}

.col-content {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 30px;
    float: left;
}

.col-content-inside {
    width: 100%;
    display: inline-block;
    /*margin-bottom: 40px;*/
}

.col-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.pro-content-archive .equal {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.pro-content-archive .col-content {
    -ms-flex-order: 1;
    order: 1;
}

.pro-content-archive .col-right {
    -ms-flex-order: 2;
    order: 2;
}

.col-right .pro-block {
    width: 100%
}

.col-right .pro-block .pro-block-content,
.advert-block {
    width: 100%;
    margin-bottom: 40px;
    z-index: 1;
    overflow: hidden;
}

.col-right .pro-block .height-60 .pro-block-content,
.col-right .pro-block .height-60 .pro-block-content-adv {
    margin-bottom: 0;
}

.col-right .pro-block .pro-block-content .pro-block-content-adv {
    margin-bottom: 0;
}

.height-100 {
    height: 100%;
}

.height-60 {
    height: 60%;
    padding-bottom: 40px;
}

.height-40 {
    height: 40%;
}

.mb-40 {
    margin-bottom: 40px;
}

.pro-block-content-add {
    padding: 27px 30px;
    /*margin-bottom: 40px;*/
    position: relative;
    background-color: #fff;
    /*box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .15);*/
}

.pro-block-content-add h3 {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.pro-block-content-add h3 span {
    display: inline-block;
    width: 100%;
    text-transform: none;
    margin-top: 3px;
}

.pro-block-content-add ul {
    margin: 25px 0 25px 20px;
    padding: 0;
}

.pro-block-content-add ul li {
    margin-bottom: 15px;
    line-height: 1.4;
    list-style-type: none;
}

.pro-block-content-add ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    padding-right: 7px;
    font-size: 11px;
    vertical-align: 1px;
    margin-left: -20px;
}

.pro-block-content-add > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.pro-block-content img,
.pro-block-content-adv img {
    width: 100%;
}

.anons {
    width: 100%;
    background-color: #c2d1d2;
    margin-bottom: 30px;
}

.anons img {
    width: 100%;
}

/*------*/

.col-content-inside .anons-pro-small {
    position: relative;
    display: block;
    cursor: pointer;
}

.col-content-inside .anons-pro-small:before {
    content: "";
    display: block;
    padding-top: 84%;
}

.anons-pro-small-inside-1 {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    overflow: hidden;
}

.anons-pro-small-inside-2 {
    width: 100%;
    /*height: 100%;
    object-fit: cover;
    object-position: center;*/
}

/*End of Базовая разметка-----*/

/*Авторизация-регистрация*/

.log_pass {
    height: 155px;
}

.help-block {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1;
}

.help-block strong {
    font-size: 14px !important;
    color: #ff2246 !important;
    font-weight: normal !important;
}

#flash-overlay-modal .modal-content {
    border-radius: 0 !important;
    text-align: center;
}

.recovery .panel {
    border-radius: 0;
}

.recovery .panel-body {
    width: 330px;
    margin: 20px auto;
}

.recovery .btn {
    font-size: 14px !important;
    border-radius: 0;
    background-color: #4c9ce2;
    border: none;
}

.recovery .btn:hover,
.recovery .btn:active,
.recovery .btn:focus {
    background-color: #455795;
    border: none;
}

.recovery i.fa-refresh {
    margin: 4px 10px 0 5px;
    padding: 0;
}

.recovery h1 {
    margin: 0 -15px;
    font-size: 26px;
}

.recovery input {
    border-radius: 0;
}

/*End of Авторизация-регистрация*/

ul.pro-menu li.open > a:before,
.all_button,
button.edit_title_front,
button.edit_text_front {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

#menu_wr-1 {
    display: none;
}

#menu_wr-1 .logo_wr {
    height: 45px;
    display: inline-block;
    float: left;
    margin: 5px 30px 0 0;
    background-color: transparent;
    transform: translateY(0);
}

/*#menu_wr-1 .logo_wr:hover {
    transform: translateY(2px);
}*/

.logo_wr img {
    height: 90%;
}

#menu_wr-1 .menu_top {
    display: inline-block;
    float: left;
    margin: 0;
    width: auto;
    height: 50px;
}

#nav_memu_wr {
    background-color: transparent;
    width: auto;
    height: 100%;
    margin: 0;
}

#menu_wr-1 .menu_top .nav_wr {
    height: 100%;
}

#menu_wr-1 .menu_top .nav_wr ul > li {
    display: inline-block;
    float: left;
    height: 100%;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    text-transform: none;
    margin-right: 0;
}

#menu_wr-1 .menu_top .nav_wr ul > li > a:hover,
#menu_wr-1 .menu_top .nav_wr ul > li > a:active,
#menu_wr-1 .menu_top .nav_wr ul > li > a:focus {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

#menu_wr-1 .menu_top .nav_wr ul > li > a {
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

#nav_memu_wr .btn {
    background-color: #fff;
    color: #4c9ce2;
    height: 28px;
    width: auto;
    min-width: 130px;
    border-radius: 0;
    border: none;
    padding: 0 12px;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
}

#menu_wr-1 .btn-group > .btn:first-child {
    margin-left: 15px;
}

.btn-group.open .dropdown-toggle,
.btn:active,
.btn.active {
    box-shadow: none;
}

.menu_top .btn-group .dropdown-menu {
    padding: 5px 0;
    margin-top: 0;
    margin-left: 15px;
    border: none;
    width: auto;
    min-width: 130px;
    line-height: 26px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: none;
}

.menu_top .btn-group .dropdown-menu a {
    width: 100%;
    display: inline-block;
    line-height: 26px;
    padding: 0 14px;
}

.menu_top .btn-group .dropdown-menu a:hover {
    color: #fff;
    background-color: #7bc0fd;
}

.vhod_mob {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    min-width: 16px;
    padding: 0;
    height: 50px;
    float: right;
    text-align: left;
}

.vhod_mob a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.vhod_mob a i {
    font-size: 30px;
    line-height: 1;
}

.vhod_mob a:hover i,
.vhod_mob a:focus i {
    opacity: .8;
}

.vhod_mob a:active i {
    opacity: .5;
}

.vhod_mob a span {
    display: inline-block;
    color: #fff;
    float: left;
    line-height: 50px;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .2s;
    transition: .2s;
}

.vhod_mob a:hover .av_header {
    transform: scale(1.075);
    -webkit-transition: .2s;
    transition: .2s;
}

.vhod_mob a:hover span {
    font-weight: 700;
}

.vhod_mob .dropdown-menu {
    background-color: #fff;
    border: none;
    margin: 0;
}

.vhod_mob .dropdown-menu > li > a {
    color: #333;
}

.av_header {
    margin: 9px 10px;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#pro-popup .av_header {
    margin: 5px auto 30px;
    float: none;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 1px 1px #adb0b1;
}

.vhod_mob .icon-icon-moe-13 {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}

.site__top {
    width: 77px;
    height: 50px;
    position: absolute;
    z-index: 201;
    right: 0;
    top: 0;
}

.site__top .menu {
    width: 100%;
}

#nav-icon3 {
    top: 15px;
    left: 25px;
}

body .modal-backdrop {
    background-color: transparent;
}

#pro-popup.modal,
#pro-popup .modal-dialog,
#pro-popup .modal-content,
#pro-popup .modal-body {
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 10000;
}

#pro-popup.modal {
    bottom: 0 !important;
    overflow: hidden !important;

}

#pro-popup .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
}

#pro-popup.fade.in,
#pro-popup.fade {
    transition: none;
}

#pro-popup.modal.fade .modal-dialog {
    transform: none;
}

#pro-popup .modal-content {
    background-color: #fff;
    color: #1e2c34;
}

#pro-popup .modal-body .close {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    padding: 0;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 100;
    right: 15px;
    top: 20px;
    opacity: 1;
    transition: .1s;
    border-radius: 50%;
    outline: none;
}

#pro-popup .modal-body .close:hover,
#pro-popup .modal-body .close:focus,
#pro-popup .modal-body .close:active {
    background-color: #e8e8e8;
}

#pro-popup .modal-body {
    padding: 75px 30px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#pro-popup .modal-body a {
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#pro-popup .modal-body a.vhod {
    font-size: 40px;
}

#pro-popup .modal-body ul li,
#pro-popup .modal-body li p,
#pro-popup .header-top-row-p {
    padding: 0 10px;
    margin: 10px 0 5px;
    font-size: 22px;
    text-align: center;
    color: inherit;
}

#pro-popup .modal-body a.pro-search {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    text-shadow: none;
    box-shadow: none;
    display: block;
    text-align: center;
    margin: 5px auto 30px;
    font-size: 26px;
    line-height: 50px;
    transform: scale(1);
}

#pro-popup .modal-body a.pro-search:active {
    transform: scale(1.1);
}

/*#pro-popup .modal-body li:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

#pro-popup .modal-body li:hover a {
    opacity: .5;
}*/

.main_header {
    z-index: 1020;
}

.menu2 div {
    height: 100%;
    position: relative;
}

.pro-menu-container,
ul.pro-menu,
ul.pro-menu > li,
ul.pro-menu > li button {
    height: 50px;
    position: relative;
}

.pro-menu-container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 7.5px;
    padding: 0;
}

.menu2.is_stuck .pro-menu-container {
    top: 0;
}

/*.pro-menu-container .pro-logo {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.menu2.pro-shrink .pro-menu-container .pro-logo {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.menu2.top-fix .pro-menu-container .pro-logo {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}*/

/*.pro-menu-container:before {
    content: '';
    position: absolute;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

/*ul.pro-menu {
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

.pro-menu-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
    height: 50px;
    transition: .1s;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu2 .pro-menu-content {
    margin-left: -15px;
}

/*.pro-menu-content:hover,
.pro-menu-content:focus {
    overflow: visible;
}*/

ul.pro-menu {
    position: relative;
    /*overflow: hidden;*/
}

.pro-menu-content.extended ul.pro-menu {
    overflow: visible;
    height: auto !important;
}

/*Menu Leve2*/

.container-rubric {
    font-size: 18px;
    line-height: 50px;
}

.container-rubric .main-rubric {
    text-transform: uppercase;
    padding: 0 20px 0 0;
    margin: 0;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
}

.container-rubric ul.pro-menu a {
    text-transform: none;
    padding: 0 20px;
    margin: 0;
}

/*End of Menu Leve2*/

/*Header-top-row*/
.menu2-1 .header-top-row {
    position: absolute;
    right: 15px;
    top: -77px;
    width: calc(100% - 560px);
    height: 51px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    /*-ms-flex-pack: justify;
    justify-content: space-between;*/
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.menu2-1 .header-top-row > div:nth-child(2),
.menu2-1 .header-top-row > div:nth-child(3) {
    margin-left: 6%;
}

.header-top-row-p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 3px;
    white-space: nowrap;
}

.social-media .header-top-row-p,
.vhod_mob .header-top-row-p {
    margin-bottom: 9px;
}

.header-top-row .weather img {
    width: 42px;
    height: 42px;
    margin-right: 3px;
    float: left;
}

.header-top-row .weather .temp {
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    font-family: 'Roboto Condensed';
}

.social-media-buttons,
.menu2 .social-media-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.social-media-buttons .soc-button {
    display: block;
    margin-right: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: .1s;
}

.soc-button.soc-in-menu-more .dropdown-menu .soc-button {
    margin: 0 0 6px 0;
    opacity: 0;
}

.soc-button.soc-in-menu-more .dropdown-menu .soc-button:last-of-type {
    margin: 0;
}

.social-media-buttons .soc-button:last-child {
    margin-right: 0 !important;
}

.social-media-buttons .soc-in-menu-vk {
    background-image: url(/img/soc-vk.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-ok {
    background-image: url(/img/soc-ok.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-fb {
    background-image: url(/img/soc-fb.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-twitter {
    background-image: url(/img/soc-twitter.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-youtube {
    background-image: url(/img/soc-youtube.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-telegram {
    background-image: url(/img/soc-telegram.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-viber {
    background-image: url(/img/soc-viber.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-instagram {
    background-image: url(/img/soc-instagram.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-tiktok {
    background-image: url(/img/soc-tiktok.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-buttons .soc-in-menu-zen {
    background-image: url(/img/soc-zen.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
    background-color: rgba(255, 255, 255, .5);
}

.social-media-buttons .soc-button:hover {
    transform: scale(1.1);
}

.social-media-buttons .soc-button:active {
    transform: scale(1.2);
}

.soc-button.soc-in-menu-more:hover,
.soc-button.soc-in-menu-more:active {
    transform: none;
}

.dots {
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.dots .dot {
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    opacity: 1;
    top: calc(50% - 2px);
    transform: none;
    transition: .05s ease-in-out;
    background-color: #fff;
}

.dots .dot:nth-child(1) {
    left: calc(50% - 9px);
}

.dots .dot:nth-child(2) {
    left: calc(50% - 2px);
}

.dots .dot:nth-child(3) {
    left: calc(50% + 5px);
}

.soc-button.soc-in-menu-more .dropdown-menu {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -1;
    display: none;
    opacity: 0;
    float: none;
    min-width: auto;
    width: 38px;
    height: auto;
    padding: 36px 3px 3px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    outline: none;
    background-clip: padding-box;
    border-radius: 19px;
    box-shadow: 3px 6px 10px rgba(0, 0, 0, .5);
}

.soc-button.soc-in-menu-more.open > .dropdown-menu,
.soc-button.soc-in-menu-more.open > .dropdown-menu .soc-button {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.soc-button.soc-in-menu-more.open > .dropdown-menu .soc-button {
    animation-delay: .2s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.header-top-row .vhod_mob {
    display: block;
    float: none;
    min-width: 95px;
}

.menu2 .header-top-row .av_header {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 0;
}

.header-top-row .vhod_mob a span {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    max-width: 100px;
    width: calc(100% - 36px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .2s;
    transition: .2s;
}

/*End of Header-top-row*/

.pro-breadcrumb {
    margin-top: 20px;
}

.pro-breadcrumb a {
    position: relative;
    display: inline-block;
    min-width: auto;
    font-size: 15px;
    white-space: nowrap;
}

.pro-breadcrumb a:hover {
    text-decoration: underline;
}

.pro-article .pro-breadcrumb a {
    white-space: normal;
}

.pro-breadcrumb i {
    margin: 0 5px;
    font-size: 15px;
}

ul.pro-menu a,
.menu2 .btn,
.pro-menu-too,
nav.greedy1 button:after {
    display: block;
    position: relative;
    min-width: auto;
    line-height: 50px;
    margin: 0 5px;
    padding: 0 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 20px;
}

nav.greedy1 .pro-search {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: 5px 0 5px 20px;
    transition: none;
    transform: scale(1);
}

.pro-content ul.pro-menu li.open a {
    font-weight: 700;
}

.ads-icon {
    background-image: url(/img/ads-2.svg);
    background-repeat: no-repeat;
    background-position: 11px 11px;
    background-size: 20px 20px;
}

#pro-popup .ads-icon {
    background-image: url(/img/ads-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
}

/*ul.pro-menu li:first-child a {
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
}*/

ul.pro-menu > li button span {
    padding: 0 10px;
}

.menu2 .btn {
    background-color: transparent;
    width: auto;
    padding: 0;
    margin: 0 0 0 15px;
}

/*.bottom-cover {
    margin-bottom: 50px;
}*/

.menu2 .bottom-cover {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    padding: 30px 0;
}

.bottom-cover-content {
    width: 100%;
    padding: 30px 0;
    /*display: inline-block;*/
    vertical-align: top;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.bottom-cover-content .lid {
    flex: 1 1 auto;
    position: relative;
    /*height: 115px;*/
    height: 80px;
    overflow: hidden;
    color: #303030;
    font-size: 14px;
    line-height: 1.45;
    padding-right: 10px;
    margin: 0;
    border: 0;
    cursor: default;
}

.bottom-cover-content .lid:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    min-height: 50px;
    pointer-events: none;
    display: inline-block;
    transition: .2s;
}

.bottom-cover-content .lid.lid-open:after {
    opacity: 0;
}

.bottom-cover-content .expand {
    cursor: pointer;
    width: 20px;
    height: 20px;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;*/
}

.bottom-cover-content .expand span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    transition: .2s;
    transform: rotate(0deg);
}

.bottom-cover-content .expand.expand-open span {
    transform: rotate(180deg);
}

.bottom-cover-content .expand span i {
    font-size: 30px;
    line-height: 20px;
}

.bottom-cover {
    height: auto !important;
}

/*-------------------*/

.container-top.container-top-down,
.pro-row-block.pro-row-block-down {
    z-index: -1;
    position: relative;
}

.bottom-cover .partner {
    width: 250px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    -webkit-transition: .1s ease;
    transition: .1s ease;
}

.bottom-cover .partner.noborder {
    border: none;
}

.bottom-cover .partner.noborder .round {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: 'Open Sans Condenced';
    font-size: 30px;
    text-align: center;
    line-height: 56px;
    margin-right: 10px;
}

.bottom-cover .partner.noborder p {
    color: rgba(255, 255, 255, 0.5);
}

.bottom-cover .partner:hover .round,
.bottom-cover .partner:active .round,
.bottom-cover .partner:focus .round {
    background-color: rgba(255, 255, 255, 0.7);
}

.bottom-cover .partner.noborder:hover p,
.bottom-cover .partner.noborder:active p,
.bottom-cover .partner.noborder:focus p {
    color: rgba(255, 255, 255, 0.7);
}

.bottom-cover .partner img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    float: left;
    margin-right: 5px;
}

.bottom-cover .partner p {
    font-size: 12px;
    line-height: 1.4;
    width: 173px;
}

.bottom-cover .partner p span {
    color: #4c9ce2;
    font-weight: 700;
    cursor: pointer;
}

.bottom-cover .partner p span:hover,
.bottom-cover .partner p span:active,
.bottom-cover .partner p span:focus {
    color: #4c9ce2;
    text-decoration: underline;
}

.lid-footer {
    margin-left: 35px;
    width: 300px;
    /*height: 80px;*/
    flex: 1 0 auto;
}

.lid-footer button,
.lid-footer .title-soc,
.lid-footer .other-pro {
    float: left;
}

.lid-footer button {
    display: none !important;
    width: 100%;
    padding: 0 14px;
    height: 40px;
    background: transparent;
    border-radius: 0;
    border: none;
    text-align: left;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.lid-footer button span {
    font-weight: 700;
    line-height: 40px;
    font-size: 17px;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
}

.lid-footer button i {
    font-size: 26px;
    line-height: 40px;
    margin-right: 5px;
}

.lid-footer button.button:active,
.title-soc .social-top .btn-share a.share:active,
.other-pro:active {
    transform: translateY(1px);
}

.social-down {
    width: 100%;
    height: 40px;
    margin: 20px auto 40px;
}

.social-down,
.social-down > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

.social-right-container {
    position: relative;
    width: 60px;
    float: left;
    padding: 0 4px 0 20px;
}

.social-right {
    position: relative;
    top: 65px;
    height: 312px;
    margin-bottom: 40px;
    opacity: .5;
    transition: .2s;
}

.social-right-container:hover .social-right {
    opacity: 1;
}

.social-right > div {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.social-btn {
    color: #fff;
    background-color: #eee;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 0 5px;
    opacity: 0.85;
    cursor: pointer;
    transition: all .1s ease;
}

.social-right .social-btn {
    margin: 0 0 10px 0;
}

.social-btn i {
    font-size: 18px;
    line-height: 36px;
    margin-top: 1px;
}

.dropdown-menu .social-btn i {
    font-size: 17px;
    line-height: 30px;
    margin-top: 0;
}

.social-btn:hover {
    opacity: 1;
}

.btn-vk {
    background-color: #44678d;
}

.btn-ok {
    background-color: #f48828;
}

.btn-facebook {
    background-color: #39549f;
}

.btn-twitter {
    background-color: #50abf1;
}

.btn-google {
    background-color: #dd4b39;
}

.btn-telegram {
    background-color: #61a8de;
}

.btn-viber {
    background-color: #7d3daf;
}

.btn-mail {
    background-color: #3b5bd1;
}

.btn-telegram img {
    width: 21px;
    margin-top: 10px;
    margin-left: -3px;
}

.btn-viber img {
    width: 21px;
    margin-top: 8px;
}

.dropdown-menu .btn-telegram img {
    width: 19px;
    margin-top: 7px;
}

.dropdown-menu .btn-viber img {
    width: 20px;
    margin-top: 5px;
}

.btn-other {
    background-color: #4f4f4f;
    line-height: 0;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 12px 0 0 1px;
    text-align: center;
}

.social-hidden {
    display: none;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
}

.dropdown-menu .btn-telegram,
.dropdown-menu .btn-viber,
.dropdown-menu .btn-mail,
.social-down .btn-telegram,
.social-down .btn-viber,
.social-down .btn-mail {
    display: block;
}

.btn-telegram,
.btn-viber,
.btn-mail,
.dropdown-menu .btn-other,
.dropdown-menu .social-hidden,
.social-down .btn-other,
.social-down .social-hidden {
    display: none;
}

.social-right .social-hidden .social-btn {
    display: block;
}

/*.social-down .social-hidden {
    left: 200px;
}*/

.social-right .social-hidden {
    top: 138px;
    opacity: 1;
}

/*.social-hidden.open {
    display: block;
    opacity: 1;
    animation: social-btn-open 1s 1 forwards;
}

@keyframes social-btn-open {
    from {transform: translateY(0);opacity: 0;}
    50% {transform: translateY(36px);opacity: 0;}
    to {transform: translateY(46px);opacity: 1;}
}*/

.social-right .social-hidden .social-btn {
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

/*.social-right .social-hidden.open .social-btn {
    opacity: 0;
    animation: social-btn-visible .4s 1 forwards;
}

@keyframes social-btn-visible {
    from {transform: scale(0, 0); opacity: 0;}
    to {transform: scale(1, 1); opacity: 1;}
}*/

.social-right .social-hidden.open .btn-viber {
    transform: scale(1, 1);
    opacity: 1;
    transition-delay: .2s;
}

.social-right .social-hidden.open .btn-telegram {
    transform: scale(1, 1);
    opacity: 1;
    transition-delay: .3s;
}

.social-right .social-hidden.open .btn-mail {
    transform: scale(1, 1);
    opacity: 1;
    transition-delay: .4s;
}

/*.btn-mail i {
    font-size: 24px;
    line-height: 38px;
    margin-left: 3px;
}*/

.title-soc {
    width: 100%;
    padding: 0 9px;
    /*margin-top: 10px;*/
    margin-right: 0;
    height: 40px;
    -webkit-order: unset;
    -ms-flex-order: unset;
    order: unset;
}

.title-soc .social-top {
    width: 100%;
    margin: 0;
    float: none;
}

.social-top > .social-btn {
    width: 100%;
    height: 40px;
}

.title-soc .pod,
a.other-pro {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 40px;
    color: #5c9ee5;
}

.title-soc .pod {
    margin-left: 40px;
}

a.other-pro img {
    margin-right: 7px;
}

.title-soc .social-top .social-btn {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.title-soc .social-top .btn-share {
    border-radius: 0;
    background: transparent;
}

.title-soc .social-top .btn-share a.share {
    background: transparent url(/img/pro-share-blue.svg) no-repeat center;
    padding: 0;
    height: 40px;
    width: 40px;
    min-width: auto;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.menu_top .btn-group .dropdown-menu,
ul.pro-menu .btn-group .dropdown-menu {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    display: none;
    opacity: 0;
}

.menu_top .btn-group.open .dropdown-menu,
ul.pro-menu .btn-group.open .dropdown-menu {
    display: block;
    opacity: 1;
}

.lid-footer .social-top .dropdown-menu {
    border: none;
    min-width: 250px;
    height: 40px;
    background-color: transparent;
    left: -55px;
    padding: 0 2.5px;
}

.lid-footer .btn-group ul.dropdown-menu {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lid-footer .btn-group.open > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.lid-footer .social-top .dropdown-menu .social-btn {
    /*background: #fff;
    padding: 5px;
    margin: 0;*/
    transform: scale(0, 0);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 0;
}

.dropdown-menu .social-btn {
    width: 30px;
    height: 30px;
    margin: 5px 2.5px;
    float: left;
    border-radius: 50%;
}

.lid-footer .social-top .dropdown-menu .row-soc {
    width: 100%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn-group.open > .dropdown-menu .social-btn .row-soc {
    opacity: 1;
}

.btn-group.open > .dropdown-menu .social-btn:nth-child(1) {
    transform: scale(1, 1);
    opacity: .8;
}

.btn-group.open > .dropdown-menu .social-btn:nth-child(2) {
    transform: scale(1, 1);
    opacity: .8;
    transition-delay: 0.05s;
}

.btn-group.open > .dropdown-menu .social-btn:nth-child(3) {
    transform: scale(1, 1);
    opacity: .8;
    transition-delay: 0.1s;
}

.btn-group.open > .dropdown-menu .social-btn:nth-child(4) {
    transform: scale(1, 1);
    opacity: .8;
    transition-delay: 0.15s;
}

.btn-group.open > .dropdown-menu .social-btn:nth-child(5) {
    transform: scale(1, 1);
    opacity: .8;
    transition-delay: 0.15s;
}

.btn-group.open > .dropdown-menu .social-btn:nth-child(6) {
    transform: scale(1, 1);
    opacity: .8;
    transition-delay: 0.15s;
}

.btn-group.open > .dropdown-menu .social-btn:nth-child(7) {
    transform: scale(1, 1);
    opacity: .8;
    transition-delay: 0.15s;
}

.col-content-inside .social-btn:hover,
.col-content-inside .social-btn:active,
.col-content-inside .social-btn:focus,
.btn-group.open > .dropdown-menu .social-btn:hover,
.btn-group.open > .dropdown-menu .social-btn:active,
.btn-group.open > .dropdown-menu .social-btn:focus {
    opacity: 1;
    transition-delay: 0s;
    transition: none;
}

.title-soc .social-top .btn-share a.share:hover,
.title-soc .social-top .btn-share a.share:active,
.title-soc .social-top .btn-share a.share:focus,
.other-pro:hover,
.other-pro:active,
.other-pro:focus {
    opacity: 0.8;
}

.content {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
}

.template-pro-1 .pro-map {
    border: 1px solid #c2c2c2;
    background-color: #eee;
    overflow: hidden;
}

.anons-pro-big {
    position: relative;
}

.template-pro-1 .pro-map,
.anons-pro-big {
    margin-top: 25px;
}

.anons-pro-big .img-plitka {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.anons-pro-big .anons-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 20%, rgba(0, 0, 0, 0.70) 100%);
}

.anons-pro-big .anons-pro-big-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px 20px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: unset;
}

.anons-pro-big .anons-pro-big-title h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.anons-pro-big .a_anons-pro-big {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.inform_top_line span.time,
.pro-article .inform_top_line span.time {
    margin-right: 10px;
    margin-left: 0;
}

.inform_top_line .time,
.inform_top_line .coments,
.inform_top_line .prosmotr,
.inform_top_line .like {
    margin-right: 10px;
}

.inform_top_line {
    display: inline-block;
    width: 100%;
}

.pro-article .inform_top_line {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.pro-article .inform_top_line span {
    margin-right: 0;
    margin-left: 5px;
}

.pro-article .inform_top_line span.time span {
    margin-left: 0;
}

.inform_top_line span {
    font-size: 13px;
    line-height: 10px;
    display: inline-block;
}

.anons-pro-big .inform_top_line span {
    color: #fff;
}

.sitebar_reklama_wr {
    margin-top: 25px;
}

/*---------------------*/

.anons-pro-small {
    margin-bottom: 30px;
}

.plitka_wr {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
}

.plitka_img_container {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
}

.anons-pro-forum .plitka_img_container {
    margin-bottom: 0;
}

.plitka_img_container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.plitka_img_container div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.plitka_wr:hover .plitka_img_container div {
    background-color: #000;
}

.plitka_img,
.plitka_img_container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    transition: none;
}

.plitka_wr:hover .plitka_img_container div .plitka_img,
.plitka_wr:hover .plitka_img_container div video {
    opacity: .85;
    background-blend-mode: saturation;
    transition: all .1s ease;
}

.plitka_text,
.plitka_text p {
    display: block;
    width: 100%;
    line-height: 1.17;
    margin-bottom: 10px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    font-weight: 700;
    flex: 1;
}

.col-right .anons-pro-small .anons-pro-small-inside-1 {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    overflow: auto;
}

.skin-zadonsk .col-right .pl_rubrika {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    padding: 0 9px;
}

.col-right .plitka_text,
.col-right .plitka_text p {
    font-size: 16px;
    margin-bottom: 4px;
}

.col-right .inform_top_line span {
    font-size: 12px;
}

.skin-zadonsk .col-right .inform_top_line span > span {
    font-size: 13px;
    vertical-align: -1px;
    margin-right: 2px;
    opacity: .35;
}

/*pro-row-block*/

.pro-row-block {

}

.container-row {
    position: relative;
    /*padding: 40px 0 25px 60px;*/
    padding: 40px 0 22px;
    margin-bottom: 40px;
    width: 100%;
}

.template-pro-noadv .container-row {
    padding-left: 15px;
    padding-right: 15px;
}

.pro-row-block h2,
.pro-block h2,
.pro-content .plus-search-line h2,
.h2-on-page {
    font-weight: 700;
    font-size: 30px;
    line-height: .8;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

.pro-row-block h2 span {
    font-weight: 400;
    white-space: nowrap;
}

.h2-on-page {
    text-align: center;
}

.h2-on-page span {
    font-size: 22px;
    text-transform: none;
    margin-top: 12px;
    display: inline-block;
    line-height: 1.2;
}

.pro-top .container-row-box {
    height: 275px;
}

.pro-forum .container-row-box {
    height: 130px;
}

.container-row-box {
    /*margin-top: -70px;*/
    overflow: hidden;
    width: 100%;
    position: relative;
}

.container-row-box > ul {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 300px;
    white-space: nowrap;
}

.container-row-box > ul li {
    display: inline-block;
    margin: 0 15px;
    text-decoration: none;
    vertical-align: top;
}

.container-row-box > ul li:first-child {
    margin-left: 0;
}

.container-row-box > ul li:last-child {
    margin-right: 0;
}

.container-row-box > ul li .anons-pro-small {
    width: 285px;
    margin-bottom: 0;
}

.container-row-box .plitka_text,
.container-row-box .plitka_text p {
    white-space: normal;
    font-size: 18px;
}

.container-row-box .anons-pro-forum,
.container-row-box .anons-pro-forum .plitka_img_container,
.container-row-box .anons-pro-forum .pro-forum-content {
    height: 127px;
}

.container-row-box .anons-pro-forum {
    width: 346px;
}

.container-row-box .anons-pro-forum .plitka_forum {
    line-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.container-row-box .anons-pro-forum .plitka_img_container {
    width: 127px;
    margin-right: 13px;
}

.container-row-box .anons-pro-forum .plitka_img_container:before {
    content: "";
    display: block;
    padding-top: 100%;
    margin-bottom: 0;
}

.container-row-box .anons-pro-forum .pro-forum-content {
    width: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.container-row-box .anons-pro-forum .pro-forum-author,
.pro-block-comment .pro-com-author {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-row-box .anons-pro-forum .pro-forum-author span,
.pro-block-comment .pro-com-author span {
    margin-left: 36px;
    line-height: 30px;
    font-weight: 700;
    white-space: nowrap;
}

.container-row-box .anons-pro-forum .pro-forum-content .plitka_text {
    flex: 1;
}

.container-row-box .anons-pro-forum .pro-forum-content .plitka_text p {
    font-size: 18px;
    margin: 7px 0 4px;
}

.container-row-box .anons-pro-forum .pro-forum-content .plitka_text span {
    font-weight: 400;
}

.container-row-box .anons-pro-forum .pro-forum-content .inform_top_line {
    flex-shrink: 0;
}

#comment_template {
    margin-bottom: 40px;
}

.container-row-box-also {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 302px;
    /*margin-bottom: 30px;*/
}

.shadow-left,
.shadow-right {
    opacity: 0;
    width: 20px;
    height: 285px;
    position: absolute;
    z-index: 10;
    transition: .4s;
}

.pro-row-block .shadow-left,
.pro-row-block .shadow-right {
    top: 0;
}

.container-row-box-also .shadow-left,
.container-row-box-also .shadow-right {
    top: 27px;
}

.shadow-left {
    left: 0;
}

.shadow-right {
    right: 0;
}

.pro-row-block:hover .shadow-left,
.pro-row-block:hover .shadow-right,
.container-row-box-also:hover .shadow-left,
.container-row-box-also:hover .shadow-right {
    opacity: 1;
}

.shadow-left:before,
.shadow-right:before {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 50%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.1);
}

.shadow-left:before {
    left: -15px;
}

.shadow-right:before {
    right: -15px;
}

.container-row-box-also h2 {
    font-size: 20px;
    text-transform: uppercase;
    height: 22px;
    margin-bottom: 15px;
}

.container-row-box-also ul {
    overflow-y: hidden;
    width: 100%;
    height: 350px;
    white-space: nowrap;
    position: relative;
}

.container-row-box-also ul li.item {
    display: inline-block;
    position: relative;
    width: 165px;
    height: 265px;
    margin-right: 15px;
    vertical-align: top;
    /*box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.container-row-box-also ul li.item:last-child {
    margin-right: 0;
}

.container-row-box-also ul li.item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.container-row-box-also .item_image {
    display: block;
    margin: auto;
    position: relative;
    line-height: 0;
}

.container-row-box-also .item_image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.container-row-box-also img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.container-row-box-also ul li.item,
.container-row-box-also ul li.item a,
.container-row-box-also .item_image:after {
    transition: .1s;
}

.container-row-box-also ul li.item:hover a,
.container-row-box-also .item:hover .item_image:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.container-row-box-also .item_gradient {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60%;
    transition: all .5s ease;
}

.container-row-box-also .item_text {
    padding: 4px 10px 0;
    height: 80px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    line-height: 1.27;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    font-weight: 700;
    font-size: 15px;
    /*color: #fff;*/
    text-align: center;
}

.container-row-box-also ul li.item a,
.container-row-box-also ul li.item a:hover {
    color: inherit;
}

.container-row-box-also .pro-row-buttons {
    width: 50px;
}

.container-row-box-also .pro-row-buttons {
    height: 28px;
    top: 0;
    right: 0;
}

.container-row-box-also .pro-arrow.pro-icon-pro-arrow-prev,
.container-row-box-also .pro-arrow.pro-icon-pro-arrow-next {
    height: 28px;
    font-size: 28px;
}

.pro-row-buttons {
    width: 80px;
    height: 39px;
    position: absolute;
    top: 30px;
    right: 15px;
}

.pro-arrow {
    height: 39px;
    font-size: 39px;
    display: block;
    cursor: pointer;
}

.pro-arrow.pro-icon-pro-arrow-prev {
    float: left;
}

.pro-arrow.pro-icon-pro-arrow-next {
    float: right;
    text-align: right;
}

.pro-arrow.pro-icon-pro-arrow-prev,
.pro-arrow.pro-icon-pro-arrow-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 39px;
    opacity: 1;
    -webkit-transition: .1s ease;
    transition: .1s ease;
}

/*.pro-arrow.pro-icon-pro-arrow-prev:hover {
    transform: translateY(1px);
}

.pro-arrow.pro-icon-pro-arrow-next:hover {
    transform: translateY(1px);
}*/

/*.pro-arrow.pro-left {
    float: left;
}

.pro-arrow.pro-left,
.pro-arrow.pro-right {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 39px;
    opacity: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.pro-arrow.pro-left:hover {
    transform: translateY(1px);
}

.pro-arrow.pro-right {
    transform: scaleX(-1);
    float: right;
}

.pro-arrow.pro-right:hover {
    transform: translateY(1px) scaleX(-1);
}*/

/*End of pro-row-block*/

/*Block comments*/

.pro-block-comment {
    margin-bottom: 40px;
    position: relative;
}

.pro-block-comment:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.pro-block-comment > div {
    height: calc(100vh - 200px);
    max-height: 640px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pro-block-comment a {
    display: block;
}

.pro-com-item {
    padding: 10px;
    margin: 10px 0 25px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pro-block-comment a:last-child .pro-com-item {
    margin-bottom: 0;
}

/*
[class^="pro-com-item"]:last-child {
    margin-bottom: 0;
}
*/

.pro-com-text {
    padding-left: 36px;
    font-size: 12px;
    line-height: 1.2;
}

.pro-com-text,
.pro-com-text p,
.pro-com-text blockquote {
    font-size: 12px;
    line-height: 1.2;
}

.pro-com-text blockquote {
    margin: 10px 0 10px 10px;
    padding: 5px 5px 5px 10px;
    font-style: italic;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.mCSB_scrollTools,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px !important;
}

.mCSB_scrollTools {
    opacity: .1;
}

.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: .2 !important;
}

.mCSB_scrollTools .mCSB_dragger {
    height: 20%;
}

/*End of Block comments*/

/*Edit Buttons*/

.pro_edit {
    display: inline-block;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #4c9ce2;
    color: #fff !important;
    opacity: 1;
}

.pro_edit:hover {
    background: #3385d3;
}

.pro_edit i,
.pro_edit_big i {
    opacity: 1;
    margin: 0;
    float: none;
}

/*End of Edit Buttons*/

.all_button .pokaz_all {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    float: left;
    width: auto;
    background-color: transparent;
    padding: 0;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
}

.pro_all_button {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.all_button {
    display: inline-block;
    width: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

/*Edit buttons and Editor*/

.pro_create {
    display: block;
    position: fixed;
    right: 20px;
    /*bottom: 150px;*/
    bottom: 6px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #2c9aef;
    box-sizing: border-box;
    opacity: .6;
    z-index: 1065;
}

.pro_create i {
    font-size: 40px;
    line-height: 63px;
    color: #fff;
}

.pro_create:hover,
.pro_edit:hover,
.title_block button:hover,
.text_block button:hover,
button.save_form_edit_title:hover {
    opacity: 1;
}

button.edit_title_front {
    display: inline-block;
    outline: 0;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    top: -5px;
    right: -63px;
    background: transparent;
    z-index: 10;
}

button.edit_title_front:hover,
button.edit_title_front:focus {
    background: #7cc3ff;
}

button.edit_title_front:active {
    background: #59b0ff;
}

button.edit_title_front i {
    color: #a3a3a3;
    opacity: 1;
    margin: 0;
    vertical-align: 2px;
    float: none;
}

button.edit_title_front:hover i,
button.edit_title_front:active i,
button.edit_title_front:focus i {
    color: #fff;
}

/*End of Edit buttons and Editor*/

/*Edit Menu*/

/*.projects .pro-batton-edit-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 60px !important;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
    background-color: rgba(40, 40, 40, 0.7);
    z-index: 100000;
    -webkit-transition: .2s;
    transition: .2s;
}

.projects .pro-batton-edit-menu.active {
    background-color: rgba(40, 40, 40, 1);
}

.projects .pro-batton-edit-menu .hamburger {
    position: relative;
    width: 30px;
    height: 4px;
    top: 23px;
    border-radius: 0;
    margin: auto;
    background-color: #fff;
}

.projects .pro-batton-edit-menu .hamburger:before,
.projects .pro-batton-edit-menu .hamburger:after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #fff;
}

.projects .pro-batton-edit-menu .hamburger:before {
    top: -8px;
}

.projects .pro-batton-edit-menu .hamburger:after {
    bottom: -8px;
}*/

.pro-edit-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    padding-left: 60px;
    height: 40px;
    width: 100%;
    background-color: #47a4f5;
    border-top: 1px solid #fff;
    z-index: 100;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .2);
}

.pro-edit-menu *,
.pro-edit-menu a,
.pro-edit-menu .radio label,
.pro-edit-menu .checkbox label,
.pro-edit-menu button,
.pro-edit-menu .select .jq-selectbox__select-text {
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 100;
}

.pro-edit-menu .radio,
.pro-edit-menu .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    background-color: #fff !important;
}

#proEdit .data-pick {
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    padding: 3px 5px;
    /*border: 1px solid #2c6da9;*/
    margin-top: 4px;
}

.pro-edit-menu .navbar-nav > li,
.pro-edit-menu .rubric-select span,
.pro-edit-menu .navbar-nav .dropdown-toggle {
    height: 39px;
    line-height: 39px;
}

.pro-edit-menu .navbar-nav > li {
    padding: 0 10px;
    background-color: transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.pro-edit-menu .dropdown.open {
    background: #3b91e2;
}

.pro-edit-menu .navbar-nav > li.dropdown .dropdown-toggle {
    padding-right: 20px;
}

.pro-edit-menu button,
.pro-edit-menu .navbar-nav > li > a {
    background-color: transparent;
    padding: 0;
}

.pro-edit-menu button {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    outline: 0;
    border: none;
}

.pro-edit-menu li:hover,
.pro-edit-menu li:focus,
.pro-edit-menu .form-group:hover,
.pro-edit-menu .form-group:focus {
    background-color: #3b91e2;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.pro-edit-menu li:active {
    background-color: #3b91e2;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.pro-edit-menu .nav .open > a,
.pro-edit-menu .nav .open > a:hover,
.pro-edit-menu .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.pro-edit-menu .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    border-bottom: none;
    z-index: 1000;
}

.pro-edit-menu .dropdown-menu {
    background: #3b91e2 !important;
    border-radius: 5px 5px 0 0 !important;
    left: -1px;
    top: auto;
    bottom: 39px;
}

.pro-edit-menu .rubric-select {
    cursor: default;
    margin-left: 30px;
}

.pro-edit-menu .dropdown-menu li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.pro-edit-menu .dropdown-menu.pro-options li {
    height: auto;
    line-height: 1.2;
    padding: 10px;
}

#articleRubric {
    width: 100%;
    left: 10px;
}

.pro-edit-menu .rubric-select span,
.pro-edit-menu .select {
    float: left;
    width: auto;
}

.pro-edit-menu .dropdown-menu li,
.pro-edit-menu .dropdown-menu li:hover,
.pro-edit-menu .dropdown-menu li:focus,
.pro-edit-menu .dropdown-menu li:active {
    border-left: none;
    border-right: none;
}

.pro-edit-menu .dropdown-menu li:hover,
.pro-edit-menu .dropdown-menu li:focus {
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, .15);
}

.pro-edit-menu .dropdown-menu li:active {
    box-shadow: inset 0 0 200px 0 rgba(0, 0, 0, .3);
}

.pro-edit-menu .navbar-nav .dropdown-toggle .caret {
    display: none;
}

.pro-edit-menu .navbar-nav .dropdown-toggle:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
}

.pro-edit-menu .navbar-nav .dropdown-toggle:after {
    right: 1px;
}

/*End of Edit Menu*/

/*Edit Menu New*/

.pro-article-edit .pro-block .pro-block-content.pro-edit-menu-right {
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 90px;
}

.pro-edit-main,
.panel-group .panel {
    border-radius: 3px;
    border: 1px solid #c0c5c8;
}

.pro-edit-menu-right .panel-heading {
    border-radius: 0;
    padding: 0;
}

.pro-edit-main {
    padding: 5px;
    margin-bottom: 15px;
}

.pro-edit-main button,
.edit-article .modal button {
    background-color: #5eb4ff;
    color: #000;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none !important;
    height: 34px;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    transition: .1s;
}

.edit-article .modal button {
    background-color: #c0c5c8;
}

.edit-article .modal button {
    width: auto;
}

.pro-edit-main button:first-child {
    border-radius: 2px 2px 0 0;
}

.pro-edit-main button:last-child {
    border-bottom: none;
    border-radius: 0 0 2px 2px;
}

.pro-edit-main button.add_slider,
.edit-article .modal button {
    border-radius: 2px;
    border: none;
    padding: 0 6px;
}

.pro-edit-main button:hover,
.pro-edit-main button:focus,
.edit-article .modal button:hover,
.edit-article .modal button:focus {
    background-color: #47a4f5;
    color: #fff;
}

.pro-edit-main button:active,
.edit-article .modal button:active {
    background-color: #3489e0;
    color: #fff;
}

.edit-article .modal button.close {
    float: right;
    font-family: 'Roboto';
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;

    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.edit-article .modal button.close:focus,
.edit-article .modal button.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.edit-article .modal button.close > span {
    font-size: 36px;
}

/*edit-article*/

.edit-article .modal {
    z-index: 1110;
}

.edit-article .photogallery-list .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.edit-article .photogallery-list [class^='col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .col-ssm-6 {
        position: relative;
        min-height: 1px;
        width: 50%;
        float: left;
    }
}

.ui-sortable-handle {
    user-select: none;
    cursor: move;
}

.photogallery-list .ui-sortable-handle:before {
    content: '';
    background-image: url(/img/sandwich-drop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    cursor: move;
    z-index: 1;
    opacity: .3;
}

.photogallery-list .ui-sortable-handle:before {
    width: calc(100% - 16px);
    height: 40px;
    top: 11px;
    left: 8px;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.photogallery-list .ui-sortable-handle:hover:before {
    background-color: #051321;
}

.photogallery-item {
    border-radius: .25rem;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #6c757d;
    box-shadow: 0 0 1px rgba(0, 0, 0, .13), 0 1px 3px rgba(0, 0, 0, .2);
}

.img-photogallery {
    position: relative;
    padding-top: 100%;
    background-color: #e4e6e8;
    margin-bottom: 5px;
}

.img-photogallery img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photogallery-list .form-control {
    margin-bottom: 5px;
}

/*End of edit-article*/


/*Fotorama*/

.vue-code > div {
    position: relative;
}

.plus_slider_in_news {
    margin-bottom: 20px;
    max-width: 698px;
    overflow: hidden;
    height: 0;
}

.plus_slider_in_news {
    opacity: 0;
    animation: item-animation .3s 1;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

@keyframes item-animation {
    from {
        opacity: 0;
        height: 0;
    }
    to {
        opacity: 1;
        height: auto;
    }
}

.plus_slider_in_news .author_photos,
.pro-content .stat_centr_wr .plus_slider_in_news .author_photos {
    display: block;
    position: relative;
    background-color: #1a1d1e;
    color: #fff;
    padding: 0 9px;
    z-index: 10;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 19px;
    font-size: 10px;
    text-align: right;
    word-wrap: break-word;
    max-width: 100%;

    /*position: absolute;
    bottom: 0;
    padding: 0 9px;
    z-index: 10;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 19px;
    font-size: 10px;
    text-align: right;
    word-wrap: break-word;
    margin-bottom: 0;
    max-width: 100%;
    transition-duration: 0.6s;*/
}

.fotorama__caption__wrap {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

.fotorama {
    background-color: #fff;
    padding: 10px 10px 0;
}

.fotorama__thumb-border {
    border-color: #0075bc;
    border-width: 4px !important;
    background-image: none !important;
    /*background: rgba(19, 32, 45, 0.2);*/
}

.fotorama__thumb {
    opacity: .5;
}

.fotorama__active .fotorama__thumb {
    opacity: 1;
}

.fotorama {
    max-width: 100%;
    background-color: #1a1d1e;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background-color: #1a1d1e;
}

.fotorama__fullscreen-icon {
    background: url(/img/full-in.svg) no-repeat;
    background-size: contain;
    top: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background: url(/img/full-out.svg) no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.3);
}

.fotorama__fullscreen-icon:active {
    opacity: .7;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus),
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama--fullscreen .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(52px, -52px, 0);
    transform: translate3d(52px, -52px, 0);
}

.fotorama__arr--next.fotorama__arr,
.fotorama__arr--prev.fotorama__arr {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    margin-top: -26px;
}

.fotorama__arr--next.fotorama__arr {
    background: url(/img/arrow-next.svg) no-repeat;
    background-position: center;
    background-size: 19px 32px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.fotorama__arr--prev.fotorama__arr {
    background: url(/img/arrow-prev.svg) no-repeat;
    background-position: center;
    background-size: 19px 32px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(52px, 0, 0);
    transform: translate3d(52px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-52px, 0, 0);
    transform: translate3d(-52px, 0, 0);
}

.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    touch-action: manipulation;
    max-width: 100%;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    display: none;
}

.fotorama__caption {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.fotorama__caption__wrap {
    background-color: rgba(26, 29, 30, .8);
}

/*End of Fotorama*/

.panel {
    border-radius: 0;
    border: 1px solid #c0c5c8;
    background-color: #e9ebec;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.template-pro-edit .panel:hover {
    border: 1px solid #47a4f5;
}

.template-pro-edit .panel-heading {
    background-color: #c0c5c8;
}

.template-pro-edit .panel:hover .panel-heading {
    background-color: #47a4f5;
}

.template-pro-edit .panel-heading a {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.template-pro-edit .panel-heading a:hover,
.template-pro-edit .panel-heading a:focus,
.template-pro-edit .panel-heading a:active,
.template-pro-edit .panel:hover .panel-heading a {
    color: #fff !important;
}

.pro-edit-menu-right .panel-body {
    padding: 5px 15px;
}

.pro-edit-menu-right #collapse1 .panel-body {
    padding: 5px 15px 15px;
}

.pro-edit-menu-right label {
    margin-top: 10px;
    font-weight: 400;
}

.pro-edit-menu-right .panel-body li {
    margin: 10px 0;
}

.pro-edit-menu-right .panel-body select {
    width: 100%;
    padding: 2px;
    outline: none;
    cursor: pointer;
}

.pro-edit-menu-right .panel-body select option {
    cursor: pointer !important;
}

.pro-edit-menu-right .panel-body select:hover,
.pro-edit-menu-right .panel-body select:focus,
.pro-edit-menu-right .selectize-control.single .selectize-input:hover,
.pro-edit-menu-right .selectize-control.single .selectize-input:focus,
.pro-edit-menu-right .selectize-control.single .selectize-input.dropdown-active,
.pro-edit-menu-right .selectize-dropdown:hover {
    border: 1px solid #47a4f5;
}

.pro-edit-menu-right .selectize-dropdown:hover {
    border-top: 0;
}

.pro-edit-menu-right input {
    border: 1px solid #c4c4c4;
    margin-top: 4px;
    width: 100%;
    line-height: 1;
}

.pro-edit-menu-right .panel-body li.radio input,
.pro-edit-menu-right .panel-body li.checkbox input {
    width: auto;
}

.pro-edit-menu-right .radio,
.pro-edit-menu-right .checkbox {
    margin: 0;
}

.pro-edit-menu-right label:hover {
    color: #47a4f5;
}

.pro-edit-menu-right #collapse1 label:hover {
    color: #000;
}

.pro-edit-menu-right .selectize-control.single .selectize-input {
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    padding: 4px;
}

.pro-edit-menu-right .selectize-dropdown {
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}

.pro-edit-menu-right .selectize-dropdown .option selected {
    padding: 4px;
}

.pro-edit-menu-right .selectize-input,
.pro-edit-menu-right .selectize-dropdown-content {
    font-size: 17px;
    color: #000;
}

.pro-edit-menu-right .selectize-dropdown .active {
    color: #fff;
    background-color: #47a4f5;
}

/*End of Edit Menu New*/

/*Pro-Article*/

/*.pro-article {
    padding-top: 50px
}*/

.pro-article-edit {
    padding-top: 0;
}

.pro-article .stat_centr_wr {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.pro-article-edit .stat_centr_wr,
.stat_centr_wr .font_os {
    margin-bottom: 20px;
}

.pro-article-edit .stat_centr_wr,
.pro-article-edit .pro-block {
    padding-top: 50px
}

.pro-article .stat_centr_wr .font_os > p mark {
    padding: inherit;
    background-color: inherit;
    background: inherit;
    color: inherit;
}

.pro-article-edit .pro-block {
    width: 100%;
    display: block;
}

.pro-article-author {
    display: block;
    margin-bottom: 25px;
}

.col-content-inside-author .pro-article-author a {
    cursor: default !important;
    color: #000 !important;
}

.col-content-inside-author .pro-article-author:hover img {
    transform: none;
}

.pro-article-author,
.pro-article-author a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.pro-article-author a div {
    margin-top: 10px;
}

.pro-article-author-gold a div {
    margin-top: 37px;
    /*display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}

/*.pro-article-author-gold span {
    font-size: 15px;
}*/

.pro-article-author span {
    font-size: 14px;
}

.pro-article-author-desc {
    display: block;
    margin-top: 3px;
}

.pro-article-author img {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
    transition: all .1s ease;
}

.pro-article-author-gold img {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 52px;
    height: 52px;
    margin-right: 0;
    z-index: 10;
}

.pro-article-author-gold .author-gold-border {
    position: relative;
    flex: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 6px;
    transition: all .1s ease;
}

.pro-article-author-gold .author-gold-border:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    transition: all .1s ease;
}

.pro-article-author:hover img {
    transform: scale(1.05);
}

.pro-article-author-name {
    display: inline;
    font-weight: 700;
}

.pro-article-author-post {
    display: inline;
}

.pro-block-content-add.authors-block {
    padding: 20px 0 0;
    margin-bottom: 40px;
    max-height: 350px;
    position: relative;
}

.authors-block h3 {
    margin-bottom: 20px;
}

.authors-block .shadow-top,
.authors-block .shadow-down {
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: 10px;
    overflow: hidden;
    z-index: 10;
    transition: .4s;
    opacity: 0;
}

.authors-block:hover .shadow-top,
.authors-block:hover .shadow-down {
    opacity: 1;
}

.authors-block .shadow-top {
    top: 62px;
}

.authors-block .shadow-down {
    bottom: 20px;
}

.authors-block .shadow-top:before,
.authors-block .shadow-down:before {
    content: '';
    position: absolute;
    left: 0;
    height: 20px;
    width: 100%;
    border-radius: 50%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
}

.authors-block .shadow-top:before {
    top: -18px;
}

.authors-block .shadow-down:before {
    bottom: -18px;
}

.authors-block-list {
    width: 100%;
    height: 284px;
    padding: 0 2px 20px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.authors-block .pro-article-author a {
    align-items: center;
}

.authors-block .pro-article-author a div {
    margin-top: 0;
}

.authors-block .pro-article-author-name {
    display: inline-block;
}

.authors-block .pro-article-author {
    margin-bottom: 10px;
    padding: 0 15px 0 18px;
    line-height: 1.1;
}

.authors-block div[class*='pro-article-author']:last-child {
    margin-bottom: 0;
}

.authors-block .pro-article-author-post {
    font-size: 12px;
}

.pro-article .stat_centr_wr .title_article,
.pro-article .stat_centr_wr .title_article p {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: -2px;
    font-weight: 700;
}

.pro-article .stat_centr_wr .subtitle_article,
.pro-article .stat_centr_wr .subtitle_article p {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 400;
}

.pro-article .stat_centr_wr .edit-block .main-photo-author,
.pro-article .stat_centr_wr .edit-block .main-photo-description,
.pro-article .stat_centr_wr .edit-block .title_article,
.pro-article .stat_centr_wr .edit-block .title_article p,
.pro-article .stat_centr_wr .edit-block .subtitle_article,
.pro-article .stat_centr_wr .edit-block .subtitle_article p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 10px;
}

.pro-content .main-photo:hover,
.pro-content .main-photo:focus,
.pro-article .stat_centr_wr .edit-block textarea:hover,
.pro-article .stat_centr_wr .edit-block textarea:focus,
.pro-edit-menu-right input:hover,
.pro-edit-menu-right input:focus {
    border: 1px solid #47a4f5;
}

.edit-block-text .ck-editor__main > .ck-editor__editable {
    min-height: 100px;
}

.bootstrap-datetimepicker-widget {
    border: 1px solid #c4c4c4;
}

.bootstrap-datetimepicker-widget:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/*
.edit-block-text .pro-spravka .ck-editor__editable {
    min-height: auto;
}*/

.pro-content .main-photo .form-control:focus {
    border-color: #47a4f5;
    outline: 0;
    box-shadow: none;
}

/*.pro-content .ck-editor .image-box {
    padding: 20px 0 0;
    margin: 20px 0 40px;
}*/

.pro-content .ck-editor .image-box .div-figure,
.pro-content .ck-editor .image-box div.author {
    position: relative;
}

.pro-content .ck-editor .image-box div.author {
    min-width: 100px;
    padding: 5px 2px;
    border: 1px solid #ddd;
    border-top: 1px dotted #757575;
}

.pro-content .ck-editor .image-box .div-figure p {
    border: 1px solid #ddd;
    margin: 0;
}

.pro-content .ck-editor .image-box .div-figure:hover,
.pro-content .ck-editor .image-box div.author:hover {
    border: 1px solid #757575;
}

.pro-content .ck-editor .image-box .div-figure:focus,
.pro-content .ck-editor .image-box div.author:focus {
    border: 1px solid #47a4f5;
}

.pro-content .ck-editor .image-box .div-figure:hover:before {
    content: 'Вставьте изображение...';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 27px;
    padding: 0 5px;
    background-color: #939393;
    color: #fff;
}

/*.pro-content .ck-editor .image-box div.author:hover:after {
    content: 'Автор фото...';
    position: absolute;
    bottom: -23px;
    left: -1px;
    font-size: 13px;
    padding: 3px 5px;
    background-color: #939393;
    color: #fff;
    border-radius: 0 0 7px 0;
}*/

.pro-content .ck-editor .image-box .div-figure:focus:before,
.pro-content .ck-editor .image-box div.author:focus:after {
    content: none;
}

.pro-content .ck-editor .pro-spravka.ck-widget:hover h3,
.pro-content .ck-editor .pro-spravka.ck-widget:hover .ck-editor__editable {
    border: 1px dashed #757575;
}

.pro-content .stat_centr_wr .image-box figure {
    margin: 0;
}

.pro-content .stat_centr_wr .font_os figure.image a,
.pro-content .stat_centr_wr .font_os .image-box figure a {
    color: transparent !important;
}

.pro-article figure.image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.pro-content .stat_centr_wr figure a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pro-article .stat_centr_wr figure a:after {
    opacity: 0;
    transform: scale(0);
}

.pro-article .stat_centr_wr figure a:hover:after {
    content: '';
    background-image: url(/img/search-plus-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: scale(1);
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    opacity: .6;
    animation: loupe-visible forwards .4s;
}

@keyframes loupe-visible {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: .6;
        transform: scale(1);
    }
}

.pro-content .stat_centr_wr .image-box,
.pro-content .stat_centr_wr figure {
    display: block;
    margin: 40px auto;
    width: 100%;
    text-align: center;
    /*overflow-x: hidden;*/
    overflow: unset;
}

.pro-content .stat_centr_wr figure.table {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 21px 0;
}

.pro-content .ck .table.ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before {
    transform: translateY(0%);
    border-radius: 0 0 50% 50%;
}

.pro-content .ck .table.ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after {
    transform: translateY(0%);
    border-radius: 50% 50% 0 0;
}

.pro-content .ck .ck-widget.ck-widget_with-selection-handler .ck-widget__selection-handler {
    transform: translateY(0);
}

.pro-content .stat_centr_wr .image-box figure.image-style-align-center {
    display: block;
    margin: 0 auto 0;
}

.pro-article figure.image.image-style-align-left,
.pro-article figure.image.image-style-align-right {
    width: 40%;
}

.pro-article figure.image.image-style-align-center {
    width: 70%;
}

.pro-article figure.image.image-style-align-left {
    float: left;
    margin: 6px 25px 10px 0;
}

.pro-article figure.image.image-style-align-right {
    float: right;
    margin: 6px 0 10px 25px;
}

.pro-article .stat_centr_wr .edit-block .main-photo-description,
.pro-article .stat_centr_wr .edit-block .main-photo-author,
.pro-article figure figcaption,
.pro-article figure figcaption span,
.pro-article .ck-content .image > figcaption,
.pro-content .image-box div.author {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-top: 5px;
    padding: 0;
    background-color: transparent;
}

.pro-article .stat_centr_wr .edit-block .main-photo-author,
.pro-article .stat_centr_wr .edit-block .main-photo-description {
    margin-top: 0;
}

.pro-article figure.main_photo .main_photo_description {
    margin: 0;
}

.pro-article .stat_centr_wr .edit-block .main-photo-author,
.pro-content .image-box div.author,
.pro-content .image-box div.author p,
.pro-article figure.main_photo .main_photo_author {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding: 1px 5px 0 5px;
}

.pro-content .image-box div.author p {
    padding: 1px 0 0 0;
}

.pro-content .image-box div.author:before,
.pro-article figure.main_photo .main_photo_author:before {
    content: 'Фото:';
    font-size: 12px;
    margin-right: 5px;
}

.pro-article figure.main_photo > p {
    margin: 0;
}

.pro-content.pro-article figure figcaption:empty,
.pro-content.pro-article figure.main_photo figcaption span:empty,
.main_photo_description:empty,
.main_photo_author:empty,
.stat_centr_wr .pro-spravka h3:empty {
    display: none;
}

.title_block,
.text_block {
    position: relative;
}

.main-photo-block {
    background-color: #d5ecff;
    outline: 10px solid #d5ecff;
}

.pro-content .main-photo {
    border: 1px solid #c4c4c4;
    background-color: #fff;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
}

.pro-article .stat_centr_wr .edit-block .main-photo-author,
.pro-article .stat_centr_wr .edit-block .main-photo-description {
    background-color: #fff;
}

.main-photo .delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: .1s;
}

.main-photo .delete:hover {
    color: #fe2f2f;
}

.main_photo_block {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.pro-content .main_photo_block:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.pro-content .main-photo .cover_block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

/*.main_photo_block:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .4s;
    background: linear-gradient(0deg, rgba(0,0,0,0.6026785714285714) 0%, rgba(0,0,0,0) 100%);
}*/

.main_photo_block:hover:after {
    opacity: 1;
}

/*.pro-content .main-photo .cover_block:hover:before {
    content: '\f021';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 63px;
    top: calc(50% - 37px);
    left: calc(50% - 27px);
    color: #fff;
    z-index: 10;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-animation: loupe-visible1 forwards .4s, fa-spin 2s .4s infinite linear;
    animation: loupe-visible1 forwards .4s, fa-spin 2s .4s infinite linear;
}*/

@keyframes loupe-visible1 {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/*@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}*/

.pro-content .main-photo .cover_block:hover:after {
    content: 'Жми пальцем на изображение, если хочется заменить';
    font-family: 'Roboto Condensed';
    /*font-weight: 700;*/
    font-size: 18px;
    font-style: italic;
    color: #fff;
    z-index: 10;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    -webkit-animation: loupe-visible1 forwards .4s;
    animation: loupe-visible1 forwards .4s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.pro-content .main-photo .cover_block img.article-main-photo,
.pro-content .main-photo .cover_block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    position: relative;
}

.main-photo .label-main-photo {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.pro-content .main-photo input {
    font-size: 14px;
    padding: 5px;
    border-radius: 0;
}

.pro-content .main-photo .form-group:last-child {
    margin-bottom: 0;
}

.pro-content .raw-html-embed {
    margin: 40px auto;
    overflow: hidden;
}

.vk-embed {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
}

.vk-embed:before {
    content: '';
    display: block;
    padding-top: 66.67%;
}

.vk-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro-content .instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.main-photo img,
.main-photo video {
    width: 100%;
    cursor: pointer;
    transition: .3s;
}

.main-photo img:hover {
    opacity: .95;
}

.stat_centr_wr .edit-block label {
    margin: 7px 0 0;
    background: #47a4f5;
    padding: 1px 5px;
    color: #fff;
    opacity: 0;
}

.stat_centr_wr .edit-block:hover label {
    opacity: 1;
}

.stat_centr_wr .edit-block textarea {
    max-width: 100%;
    min-width: 100%;
}

.pro-content form {
    display: inline-block;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.pro-article-edit .col-content-inside {
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    margin-bottom: 50px;
}

.ck.ck-editor__editable_inline {
    padding-bottom: var(--ck-spacing-standard) !important;
}

.stat_centr_wr .edit-block textarea,
.pro-article-edit .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    background: rgba(255, 255, 255, 0.2);
}

.pro-content .stat_centr_wr h2,
.pro-content .stat_centr_wr h3 {
    font-weight: 700;
    line-height: 1.1;
    display: block;
}

.pro-content .stat_centr_wr h2 {
    margin: 40px 0 20px;
    font-size: 30px;
}

.pro-content .stat_centr_wr h3 {
    margin: 35px 0 20px;
    font-size: 22px;
}

.pro-content .stat_centr_wr p,
.pro-content .stat_centr_wr blockquote {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5;
    word-wrap: break-word;
}

.pro-content .stat_centr_wr p,
.pro-content .stat_centr_wr blockquote {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

.pro-content .stat_centr_wr p:last-child {
    margin-bottom: 0;
}

.pro-content .stat_centr_wr blockquote {
    margin: 40px 0 40px 20px !important;
    padding: 0 0 0 25px;
    font-style: italic;
}

.pro-content .stat_centr_wr blockquote p {
    margin: 0;
    position: relative;
}

.pro-content .stat_centr_wr blockquote p:before {
    content: '';
    background: url(/img/quote.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -45px;
    width: 35px;
    height: 29px;
    opacity: .6;
}

.pro-content .stat_centr_wr ul,
.pro-content .stat_centr_wr ol {
    margin: 20px 0 20px 40px;
    padding: 0;
}

.pro-content .stat_centr_wr ul li,
.pro-content .stat_centr_wr ol li {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.5;
    list-style-type: none;
}

.pro-content .stat_centr_wr ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    padding-right: 6px;
    font-size: 14px;
    vertical-align: 1px;
    margin-left: -18px;
}

.pro-content .ck-editor__top {
    z-index: 1999 !important;
}

.pro-content .ck-dropdown__panel {
    z-index: 2000 !important;
}

.ck-dropdown__panel li:before {
    display: none !important;
}

.pro-content .stat_centr_wr ol {
    list-style-type: none;
    counter-reset: num;
    padding-left: 40px;
    margin-left: 0;
}

.pro-content .stat_centr_wr ol li::before {
    content: counter(num) '.';
    counter-increment: num;
    padding-right: 6px;
    margin-left: -40px;
    font-weight: 700;
    text-align: right;
    display: inline-block;
    width: 40px;
}

/*.pro-content .stat_centr_wr table {
    margin: 40px 0;
}*/

.stat_centr_wr th,
.stat_centr_wr td {
    border: 1px solid #000;
}

.stat_centr_wr .pro-spravka {
    padding: 20px 15px 17px;
    display: block;
    width: 100%;
    margin: 20px auto 20px;
}

.stat_centr_wr .pro-spravka h3.head {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
}

.stat_centr_wr .pro-spravka h3 {
    display: block;
    margin: 15px 0 10px;
}

.stat_centr_wr .pro-spravka > h3 {
    margin-top: 0;
}

.stat_centr_wr .pro-spravka p {
    display: block;
    margin: 10px 0 0 0;
    font-size: 15px;
    font-style: italic;
}

.pro-content .stat_centr_wr .pro-spravka .image-box,
.pro-content .stat_centr_wr .pro-spravka figure {
    margin: 20px auto;
}

.pro-content .stat_centr_wr .pro-spravka .image-box figure {
    margin: 0 auto;
}

.pro-content .stat_centr_wr .ck-sticky-panel ul,
.pro-content .stat_centr_wr .ck-sticky-panel ol {
    margin: 0;
}

.pro-content .stat_centr_wr .ck-sticky-panel ul li,
.pro-content .stat_centr_wr .ck-sticky-panel ol li {
    margin: 0;
    cursor: pointer;
}

.pro-content .stat_centr_wr .ck-sticky-panel .ck-button,
.pro-content .stat_centr_wr .ck-sticky-panel .ck-button {
    cursor: pointer;
}

.pro-tags {
    display: block;
    margin: 20px 0 0;
}

.pro-tags a {
    margin-right: 10px;
    color: #ff2f2f !important;
    text-decoration: underline;
    font-style: italic;
}

.pro-tags a:hover {
    font-weight: 700;
}

.p_iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #6f7981;
}

.responsive_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*.pro-content .stat_centr_wr figcaption {
    padding: 5px 0 0;
}*/

/*.stat_centr_wr p {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}*/

/*End of Pro-Article*/

/*Search ------------------------*/

.special-style {
    display: none !important;
}

.pro-content #plus-search {
    width: 100%;
}

.pro-content #plus-search .content_inside {
    position: relative;
}

.pro-content #plus-search .container-content {
    padding-bottom: 50px;
}

.pro-content .plus-search-back {
    width: 100%;
    padding: 0 15px;
}

.pro-content #plus-search .container-fluid {
    width: 100%;
    height: 120px;
    padding: 0 0 30px;
}

.pro-content .plus-search-line {
    display: block;
    margin: auto;
    max-width: 720px;
}

.pro-content .plus-search-line h2 {
    text-align: center;
    margin: 0;
}

.pro-content #plus-search form {
    display: inline-block;
    padding-bottom: 0;
    width: 100%;
    margin-left: 0;
}

.pro-content #plus-search .back_search_all {
    display: block;
    padding: 0;
    width: 100%;
}

.pro-content #plus-search .input-group {
    margin: 0 0 20px;
}

.pro-content #plus-search .search_text {
    height: 41px;
    line-height: 27px;
    padding: 6px 10px;
    font-size: 19px;
    outline: none;
}

.pro-content #plus-search .search_text,
.pro-content #plus-search .search_text:focus {
    border-color: #d2d6de;
}

.pro-content #plus-search .input-group .input-group-btn {
    z-index: 10;
}

.pro-content #plus-search .input-group .btn {
    width: 41px;
    min-width: 41px;
    height: 41px;
    padding: 0;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    text-align: center;
}

/*.pro-content .header-plus .btn-search {
    width: 25px;
    height: 25px;
    border: none;
    display: inline-block;
    text-align: center;
}*/

.pro-content #plus-search i.fa-search {
    font-size: 19px;
    line-height: 39px;
}

.pro-content .header-plus .btn-search i.fa-search {
    font-size: 19px;
    line-height: 25px;
    transition: 0s;
}

.pro-content .header-plus .btn-search:hover i.fa-search {
    transform: scale(1.15);
}

.pro-content #plus-search .select-result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto;
    float: none;
}

.pro-content #plus-search .btn {
    /*border-radius: 0;*/
    border: none;
}

.pro-content #plus-search .select-result .btn,
.pro-content #plus-search .select-result .btn.active {
    background-color: transparent;
    box-shadow: none;
    padding: 3px 0 1px;
    margin: 0 8px;
    min-width: auto;
}

.pro-content #plus-search .btn.btn-secondary.active {
    background: transparent;
    box-shadow: none;
}

.pro-content #plus-search .select-result .btn.active {
    border-bottom: 1px dotted transparent;
}

.pro-content #plus-search .plitka_news {
    margin: 0;
}

.pro-content #plus-search .plitka_height {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    height: auto;
}

.pro-content #plus-search .plitka_height:before {
    content: "";
    display: block;
    padding-top: 66.67%;
}

.pro-content #plus-search .plitka_height a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.pro-content #plus-search .plitka_height .rubrika-main a {
    position: relative;
}

.pro-content #plus-search .plitka_height a .img-plitka {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pro-content #plus-search .pag-heading > div {
    display: inline-block;
    text-align: center;
}

.row.pag-heading {
    margin: 0;
}

/*End of Search ------------------------*/

/*Comments*/

.tyt_otvet {
    font-size: 0;
}

.parent_comment {
    cursor: pointer;
}

.parent_comment:hover {
    text-decoration: underline;
}

.comets_block_wr {
    display: inline-block;
    width: 100%;
}

.comets_block_wr h2 {
    font-size: 31px;
    font-weight: 300;
    margin-bottom: 25px
}

.comets_block_wr .comets_block {
    display: inline-block;
    width: 100%;
    padding: 15px
}

.comets_block_wr .comets_block.next_level {
    padding: 15px 0 0 65px;
}

.comets_block_wr .comets_block .coment_text,
.comets_block_wr .comets_block .coment_text_down {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.comets_block_wr .comets_block .coment_text {
    padding: 15px 15px 5px;
    margin-bottom: 0;
}

.comets_block_wr .comets_block .coment_text_down {
    padding: 5px 15px 15px;
    margin-top: 0;
    position: relative;
}

.comets_block_wr .comets_block .coment_text,
.comets_block_wr .comets_block .coment_text p {
    display: block;
    width: 100%;
    font-size: 14px;
    word-wrap: break-word;
}

.comets_block_wr .comets_block .next_level .coment_text {
    padding: 5px 15px;
}

.coment_text p span {
    width: 100%;
    font-size: 14px;
    word-wrap: break-word;
}

.comets_block_wr .comets_block .coment_text p {
    margin-bottom: 10px;
}

.comets_block_wr .comets_block .coment_text .otvet_coment,
.comets_block_wr .comets_block .coment_text_down .otvet_coment {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 23px;
    height: 23px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}

.comets_block_wr .comets_block .coment_text .sad_com,
.comets_block_wr .comets_block .coment_text_down .sad_com {
    display: table;
    line-height: 23px;
    margin-right: 5px;
    float: right;
    cursor: pointer;
}

#nar_noovsti,
.podpiska_wr,
.pravila {
    display: inline-block;
    width: 100%
}

.comets_block_wr .comets_block .coment_text .sad_com img,
.comets_block_wr .comets_block .coment_text_down .sad_com img {
    margin-top: -3px
}

.comets_block_wr .all_button .pokaz_all {
    width: 100%;
    font-size: 16px;
}

.polz_pol_wr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    height: 50px;
}

.next_level .polz_pol_wr {
    float: left;
    margin-top: 10px;
}

.comets_block .polz_pol,
.comment_mob_lite .polz_pol {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background-size: cover;
    display: inline-block;
    float: left;
    margin-right: 10px;
    background-position: center;
    position: relative;
}

.comets_block .polz_pol {
    margin-right: 0;
}

.lines_18 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

.coment_text_container .lines_18 {
    padding: 10px 15px 0;
    height: 60px;
}

.inform-line p,
.inform-line .name,
.inform-line span {
    margin-right: 10px;
    line-height: 16px;
    font-size: 12px;
    float: left;
}

.inform-line .name,
.comment_mob_lite .pol_name a {
    font-weight: 700;
    font-size: 13px;
}

.inform-line a {
    float: left;
    font-size: 14px;
    display: block;
}

.comets_block .inform-line a {
    line-height: 22px;
}

/*.polz_pol_wr span.green {
    padding: 0 3px !important;
    line-height: 19px;
    margin-top: 5px
}

.polz_pol_wr span.red {
    padding: 0 3px !important;
    line-height: 19px;
    margin-top: 5px
}*/

.inform-line span i {
    margin-right: 5px
}

.inform-line span i img {
    margin-top: -2px
}

.coment_text_container {
    width: calc(100% - 65px);
    margin-left: 65px;
    overflow: hidden;
    vertical-align: top;
}

.comment_mob_lite.com_otvet {
    margin: 15px 0 0 130px;
    width: calc(100% - 130px);
}

.comets_block_wr .comets_block .coment_text,
.comets_block_wr .comets_block .coment_text_down {
    background-color: rgba(255, 255, 255, 0.7);
}

.comets_block.comment-row.next_level {
    background-color: transparent !important;
}

.popup-gallery-comment {
    background-color: rgba(255, 255, 255, 0.7);
    border-left: 1px solid #ced2d6;
    border-right: 1px solid #ced2d6;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: -5px;
}

.pro-content .comment_mob_lite .coment_form_wr input[type=button].close_form_otvet {
    background-image: url(/img/close-black.svg);
    background-repeat: no-repeat;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: 18px;
    padding: 0 !important;
    margin: 0;
    width: 18px;
    height: 18px !important;
    outline: none;
    background-color: transparent !important;
    border: none !important;
    opacity: .3;
}

.pro-content .comment_mob_lite .coment_form_wr input[type=button].close_form_otvet:hover {
    opacity: .5;
}

.com_down_total {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.comment_mob_lite .file-upload input[type="file"],
.comment_mob_lite .file-upload-mod input[type="file"] {
    display: none;
}

.comment_mob_lite .file-upload {
    position: relative;
    overflow: hidden;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    margin: 0;
}

.comment_mob_lite .file-upload.guest {
    opacity: .4;
}

.comment_mob_lite .file-upload:hover,
.comment_mob_lite .file-upload:active,
.comment_mob_lite .file-upload:focus {
    overflow: visible;
}

.comment_mob_lite .file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}

.comment_mob_lite .file-upload label i {
    font-size: 17px;
    line-height: 35px;
}

/*.comment_mob_lite .file-upload label span {
    display: block;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}

.comment_mob_lite .file-upload label span.photo {
    background-image: url(/img/photo-fff.svg);
    height: 35px;
    width: 35px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.comment_mob_lite .file-upload.guest label span.photo {
    opacity: 0.5;
}*/

.add_photo_count1 {
    position: absolute;
    bottom: 45px;
    left: 5px;
    z-index: 1000;
    background: #ffdeb0;
    padding: 3px 7px;
    border: 1px solid red;
    -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 20px;
    max-width: 70%;
    display: none;
}

.add_photo_count {
    position: absolute;
    bottom: 18px;
    left: 42px;
    z-index: 1000;
    font-size: 14px;
    font-weight: 100;
    white-space: nowrap;
}

.add_photo {
    display: none;
    position: absolute;
    z-index: 1000;
    font-size: 14px;
    font-weight: 100;
    top: 19px;
    left: 42px;
}

.bookmark.bookmark-no:hover #yes_user_bookmark,
.bookmark.bookmark-yes:hover #del_user_bookmark,
.inform_top_line_v1 .inform_count .coments:hover #read_com,
.comment_mob_lite:hover .add_photo,
.down_line_nn button.coments:hover .empty_com {
    display: block;
}

.com-down {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.com-btn .comebt_butt {
    display: inline-block;
    height: 50px;
    width: 235px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 20px 0 0;
    transition: all .1s ease;
}

.com div {
    overflow: hidden;
    height: 50px;
    width: 100%;
}

.pokaz_all_com {
    padding: 0 5px;
    white-space: nowrap;
    font-weight: 400;
}

.pokaz_all_com span {
    font-weight: 700;
}

.block_otvet_comment a {
    text-decoration: underline;
}

.comment_mob_lite {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    position: relative;
}

.comment_mob_lite .pol_name {
    float: left;
    margin-right: 10px;
    max-width: 85%;
    margin-bottom: -5px;
}

.polz_pol_wr .polz_pol,
.comment_mob_lite .polz_pol {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background-size: cover;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background-position: center;
    position: relative;
}

.comment_mob_lite .pol_name a,
.comment_mob_lite .pol_name p {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.comment_mob_lite .texarea_wr,
.comment_mob_lite #sendCommentFrontnewsMobileFormGuest .texarea_wr {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
}

.pro-content .comets_block.mt_35.comment-row {
    margin-top: 15px;
    overflow: hidden;
    vertical-align: top;
}

.pro-content .all_button.commet_stat {
    width: auto;
    margin: 15px auto;
    display: table;
    text-transform: none;
}

.pro-content .comets_block_wr .all_button .pokaz_all,
.pro-content .comets_block_wr .all_button .pokaz_all span,
.pro-content .comets_block_wr .all_button .pokaz_all i {
    width: auto;
    background-color: transparent;
    padding: 0;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
}

.pro-content .comets_block_wr .all_button .pokaz_all:hover {
    color: #fff;
    text-decoration: none;
}

.pro-content .polz_pol_wr .polz_pol,
.pro-content .comment_mob_lite .polz_pol {
    border-radius: 50%;
}

.pro-content .comment_mob_lite form {
    width: calc(100% - 65px);
    margin: 0 0 0 65px;
    padding: 0;
}

.pro-content .comment_mob_lite form .texarea_wr label {
    display: none;
}

.pro-content .comment_mob_lite .dropdown-menu {
    background-color: #fff;
    padding: 0;
}

.note-btn-group .dropdown-menu > li > a {
    padding: 3px;
}

.note-btn-group .dropdown-menu > li > a:hover {
    background-color: #efefef;
}

.note-btn-group .dropdown-menu > li > a blockquote {
    margin: 0;
}

.pro-content .comment_mob_lite .send_com {
    float: right;
    height: 35px;
    width: 130px;
    margin: 0;
}

.pro-content .comment_mob_lite .coment_form_wr input[type=button],
.pro-content .comment_mob_lite .coment_form_wr input[type=reset] {
    margin-top: 0;
    width: 100%;
    border: none;
    height: 35px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    z-index: 100;
    line-height: 1;
    cursor: pointer;
}

.pro-content .close_form_otvet {
    background-color: transparent !important;
    border: none !important;
}

.pro-content .add_photo_count,
.pro-content .comment_mob_lite.com_otvet .add_photo_count {
    bottom: 19px;
    left: 42px;
}

.pro-content #comment_template h2.com_nam {
    text-align: left;
    margin-top: 50px;
}

/*End of Comments*/

.pro-button {
    transform: translateY(0);
    transition: .1s;
}

.pro-button:active {
    transform: translateY(1px);
}

.other-content {
    margin-bottom: 30px;
}

.other-content h1,
.other-content h2,
.other-content h3 {
    font-family: 'Roboto Condensed';
}

.other-content p,
.other-content .level-2,
.other-content li {
    margin-bottom: 10px;
}

.other-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.other-content a:hover,
.other-content a:focus,
.other-content a:active {
    text-decoration: underline;
}

/*Layout*/

/*Date-Picker*/

.date-picker-wrapper.single-date {
    width: 100%;
    box-sizing: border-box;
}

.pro-block-archive .date-picker-wrapper.single-date {
    margin-bottom: 0;
}

.date-picker-wrapper .month-wrapper table {
    width: 100%;
}

.date-picker-wrapper {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 10px 0 10px;
    text-align: center;
}

.date-picker-wrapper .month-wrapper table .day {
    font-size: 14px;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
    width: calc(100% / 7);
}

.date-picker-wrapper {
    background-color: #b7e2fd;
    color: #0267a5;
}

.date-picker-wrapper,
.date-picker-wrapper .month-wrapper {
    border: 1px solid #72b7e0;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering,
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background-color: #b7e2fd;
}

.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #70ccd5;
}

/*End of Date-Picker*/

.pro-content-archive .pagination {
    margin: 0 0 20px 0;
}

/*Ad-board*/

@media (min-width: 768px) {
    body.skin-zadonsk.modal-open {
        overflow: hidden;
        padding-right: 17px !important;
    }

    .equal-ad-board, .equal-ad-board > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.pro-ad-board .col-content {
    padding-right: 15px;
}

.pro-ad-board .container-rubric .pro-menu-content {
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.pro-ad-board .main-rubric {
    display: block;
    min-width: 200px;
}

.add-ad.pro-button {
    display: inline-block;
    padding: 11px 20px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border-radius: 5px;
}

.ad-board-menu {
    min-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

.ad-board-menu ul {
    margin-bottom: 40px;
}

.ad-board-menu li {
    position: relative;
    padding: 5px 0 5px 20px;
    cursor: pointer;
}

.ad-board-menu li:hover,
.ad-board-menu li:focus,
.ad-board-menu li:active {
    font-weight: 700;
}

.ad-board-menu li.active:before {
    content: '\F105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}

.ad-board-lenta {
    width: calc(100% - 200px);
    padding-left: 15px;
    padding-right: 15px;
}

.lenta-then,
.lenta-other {
    text-align: center;
    margin: 25px 0 15px;
    opacity: .7;
}

.ad-board-lenta > div:first-child {
    margin-top: 0;
}

.ad-board-item {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
    position: relative;
    transition: .2s;
}

.ab-rubric,
.ab-text,
.ab-image {
    margin-bottom: 20px;
}

.ab-show-at {
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: .7;
}

.ab-text p:not(:last-child) {
    margin-bottom: 10px;
}

.ab-text p:empty {
    display: none;
}

.ab-text p br {
    display: none;
}

.ab-text img {
    width: 100% !important;
}

.ab-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.ab-image-preview {
    position: relative;
    margin-right: 2%;
    width: 13%;
    display: block;
    overflow: hidden;
}

.ab-image > div:last-child {
    margin-right: 0;
}

.ab-image-preview:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.ab-image-preview-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;

    background-image: url(/img/photo.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.ab-image-preview-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ab-price {
    width: calc(100% - 100px);
    font-weight: 700;
    font-size: 15px;
}

.podrobno {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.podrobno:hover,
.podrobno:focus {
    text-decoration: underline;
}

.podrobno:active {
    transform: translateY(2px);
}

.ab-control {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 50px);
    height: 28px;
    width: 100px;
    font-weight: 700;
    background-color: #8dc3f6;
    border: 1px solid #fff;
    color: #fff;
    transition: .1s;
}

.ab-control:hover,
.ab-control:focus {
    background-color: #2c9aef;
}

.ab-control:active {
    background-color: #1c88e7;
    transform: translateY(2px);
}

.pro-ad-board .pro_all_button {
    width: 100%;
    padding-right: 0;
}

.pro-ad-board .pro_all_button .all_button {
    margin-top: 20px;
}

#add-ad-popup.modal {
    z-index: 1090;
    text-align: center;
    background: transparent !important;
}

#add-ad-popup.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

#add-ad-popup .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#add-ad-popup .modal-content {
    border-radius: 5px;
    max-width: 513px;
    padding: 0;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05),
    2px 2px 10px 0 rgba(0, 0, 0, 0.05),
    2px 2px 20px 0 rgba(0, 0, 0, 0.05),
    2px 2px 30px 0 rgba(0, 0, 0, 0.05);
}

#add-ad-popup .modal-header {
    padding: 10px 15px;
    font-weight: 700;
    border-bottom: none;
    position: relative;
}

#add-ad-popup .close {
    background-image: url(/img/close-white.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 7px;
    top: 7px;
    opacity: .6;
    transition: .1s;
    border-radius: 50%;
    outline: none;
}

#add-ad-popup .close:hover,
#add-ad-popup .close:focus {
    opacity: 1;
}

#add-ad-popup .close:active {
    transform: translateY(2px);
}

#add-ad-popup .modal-body {
    padding: 30px 10% 10%;
}

#add-ad-popup input,
#add-ad-popup select,
#add-ad-popup textarea,
#add-ad-popup .selectize-control.single .selectize-input,
#add-ad-popup .selectize-dropdown.single {
    border: none;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: none;
}

#add-ad-popup input,
#add-ad-popup .selectize-control.single .selectize-input {
    padding: 5px 10px 4px;
    line-height: 27px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: 14px;
}

#add-ad-popup .selectize-control.single .selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

#add-ad-popup .selectize-dropdown.single {
    border-radius: 0 0 3px 3px;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 0;
    line-height: 27px;
    box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.1), -4px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

#add-ad-popup .selectize-dropdown [data-selectable] {
    padding: 5px 10px 4px;
}

#add-ad-popup textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 10px;
    line-height: 1.4;
}

.panel-default > .panel-heading {
    display: none;
}

#add-ad-popup #ad_price {
    width: 160px;
    float: left;
    margin-right: 10px;
}

.ad-rub {
    display: inline-block;
    width: 100%;
}

.ad-rub span {
    display: inline-block;
    line-height: 36px;
    color: #fff;
}

#add-ad-popup .ad-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#add-ad-popup .ad-date > div {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

#add-ad-popup .ad-date label {
    display: block;
    font-weight: 400;
    color: #fff;
}

#add-ad-popup .ad-date label br {
    display: none;
}

#add-ad-popup .ad-date input {
    width: 100%;
    font-family: 'Roboto Condensed';
}

#add-ad-popup .ab-image {
    margin-bottom: 0;
}

#add-ad-popup .ab-image {
    position: relative;
    width: 100%;
    padding-top: 18%;
    display: block;
}

#add-ad-popup .ab-image-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

#add-ad-popup .ab-image-preview {
    margin-right: 2.5%;
    width: 18%;
    height: 100%;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

#add-ad-popup .ab-image-container div:nth-child(5) {
    margin-right: 0;
}

/*
#add-ad-popup .ab-image-preview {
    margin-right: 10px;
    width: calc(20% - 8px);
    height: 100px;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.7);
}
*/

#add-ad-popup .ab-image-preview:before {
    display: none;
}

#add-ad-popup .ab-image-preview:hover,
#add-ad-popup .ab-image-preview:focus {
    opacity: .8;
}

#add-ad-popup .ab-image-preview:active {
    opacity: .4;
}

#add-ad-popup .ab-image-preview span {
    background-image: url(/img/close-white.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    transition: .1s;
    outline: none;
}

/*#add-ad-popup .ab-image-preview:after {
    content: 'ФОТО';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}*/

input.error {
    box-shadow: 0 0 0 2px #f10000 !important;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0);
    }
}

.ad-button {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.ad-button .all_button {
    margin: 40px auto 0;
}

.add-ad.pro-button i {
    display: none;
}

.add-ad.pro-button span {
    display: inline;
}

.ad-board-item-open {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.ad-board-item-open .ab-image {
    margin-top: -5px;
}

.template-pro-noadv .ad-board-item-open .container-row {
    padding: 25px 0 0;
    margin-bottom: 0;
}

.ad-board-item-open .pro-row-buttons {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.ad-board-item-open .pro-arrow.pro-icon-pro-arrow-prev,
.ad-board-item-open .pro-arrow.pro-icon-pro-arrow-next {
    height: 20px;
    font-size: 20px;
}

.ad-board-item-open .container-row-box {
    margin-top: -10px;
}

.ad-board-item-open .container-row-box:before {
    content: '';
    display: block;
    padding-top: 45%;
}

.ad-board-item-open .container-row-box .container-row-box-ul {
    position: absolute;
    top: 5.5%;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.ad-board-item-open .container-row-box .container-row-box-ul ul {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
}

.ad-board-item-open .container-row-box .container-row-box-ul ul li {
    display: inline-block;
    width: 40%;
    margin: 0 5px 50px;
}

.ad-board-item-open .container-row-box .container-row-box-ul ul li:first-child {
    margin-left: 0;
}

.ad-board-item-open .container-row-box .container-row-box-ul ul li:last-child {
    margin-right: 0;
}

.ad-board-item-open .container-row-box .container-row-box-ul ul li .ab-image-preview {
    width: 100%;
    margin: 0;
}

.ad-board-item-open .shadow-left,
.ad-board-item-open .shadow-right {
    top: 0;
    height: 100%;
}

.ab-image:hover .shadow-left,
.ab-image:hover .shadow-right {
    opacity: 1;
}

.ad-board-item-open .shadow-left:before,
.ad-board-item-open .shadow-right:before {
    background-color: rgba(0, 0, 0, 0.4);
}

.ad-board-item-open .ab-price {
    margin-bottom: 15px;
    width: 100%;
}

.ad-contact {
    font-weight: 700;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ad-board-item-open .ad-contact > div {
    margin: 0 15px 15px 0;
}

.ad-contact .all_button {
    margin: 0 0 15px 0;
    font-size: 14px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
}

.ab-owner-phone.open {
    text-decoration: underline;
}

.ad-board-item-open .podrobno {
    position: inherit;
    font-weight: 400;
    font-size: 13px;
    margin-left: 10px;
}

/*---------------------------------*/

/*Advert*/

.banner240 {
    width: 240px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.row-prev-g .adv-preview {
    max-width: 1015px;
    height: 200px;
    margin: 10px;
}

.banner-g {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.banner a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
}

/*End of Advert*/

/*About*/

.pro-about .pro-article-author {
    margin-bottom: 50px;
}

.pro-about .pro-article-author img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 15px;
}

.pro-about .pro-article-author p {
    margin: 0 0 7px 0;
    display: block;
    font-size: 15px;
    line-height: 1.3;
}

.pro-about .pro-article-author p:last-child {
    margin-bottom: 0;
}

.pro-about .pro-article-author .pro-article-author-name {
    font-size: 17px;
}

.pro-about .pro-article-author p a {
    width: auto;
    display: inline;

}

.pro-article-author-link {
    font-weight: 700;
}

.pro-about h4 {
    margin-top: 30px;
}

.pro-content.pro-about .stat_centr_wr ul {
    margin: 15px 0 15px 0;
}

.pro-content.pro-about .stat_centr_wr ul.two-column {
    column-count: 2;
    column-gap: 20px;
}

.pro-content.pro-about .stat_centr_wr ul li,
.pro-content.pro-about .stat_centr_wr ol li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.skin-zadonsk .pro-content.pro-about .stat_centr_wr ul li:before {
    display: none;
}

.about-map {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border: 1px solid #cdd0d3;
}

.about-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*End of About*/

@media (max-width: 767px) {
    #add-ad-popup.modal:before {
        display: none;
    }

    #add-ad-popup .modal-dialog {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #add-ad-popup.modal,
    #add-ad-popup .modal-dialog,
    #add-ad-popup .modal-content,
    #add-ad-popup .modal-body {
        width: 100%;
        max-width: 100%;
        z-index: 9998;
    }

    #add-ad-popup .modal-content {
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }

    #add-ad-popup .modal-body {
        overflow-y: auto;
    }

    #add-ad-popup .modal-header {
        padding: 23px 30px;
    }

    #add-ad-popup .close {
        right: 15px;
        top: 10px;
        width: 50px;
        height: 50px;
        opacity: 1;
    }

    .pro-ad-board .container-rubric {
        line-height: 60px;
    }

    .pro-ad-board .container.container-mob {
        height: 60px;
    }

    .pro-ad-board .pro-menu-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pro-ad-board .pro-menu-content > .ab-name-head {
        display: none;
    }

    .pro-ad-board .pro-menu-content .selectize-control {
        float: none;
        min-width: auto;
    }

    .pro-ad-board .pro-menu-content .selectize-input .item {
        height: 60px;
    }

    .add-ad.pro-button {
        margin-left: 25px;
        margin-right: 15px;
    }

    .pro-ad-board .col-content {
        padding-right: 0;
    }

    .ad-board-menu {
        display: none;
    }

    .ad-board-lenta {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .template-pro-noadv .ad-board-item-open .container-row {

    }
}

@media (max-width: 540px) {
    .add-ad.pro-button {
        padding: 0;
        height: 37px;
        width: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .add-ad.pro-button i {
        display: inline;
        font-size: 24px;
    }

    .add-ad.pro-button span {
        display: none;
    }
}

/*Ensd of Ad-board*/

@media (min-width: 1280px) {
    .template-pro.template-pro-noadv .container {
        width: 1045px;
    }

    .pro-header-back,
    .menu2,
    .pro-content {
        width: 1045px;
    }

    aside.adv {
        display: block;
        left: 1045px;
    }

    .pro-article .col-content .col-content-inside {
        width: calc(100% - 75px);
    }

    .pro-article.pro-article-edit .col-content .col-content-inside {
        width: calc(100% - 60px);
    }

    .col-content,
    .pro_all_button {
        width: calc(100% - 270px);
        padding-right: 30px;
    }

    .col-right {
        display: block;
        width: 270px;
    }
}

@media (max-width: 1279px) {
    .template-pro.template-pro-noadv .container {
        width: 995px;
    }

    .pro-header-back,
    .menu2,
    .pro-content {
        width: 995px;
    }

    aside.adv {
        display: none;
    }

    .pro-article .col-content .col-content-inside {
        width: calc(100% - 75px);
    }

    .pro-article.pro-article-edit .col-content .col-content-inside {
        width: calc(100% - 60px);
    }

    .col-content,
    .pro_all_button {
        width: calc(100% - 270px);
        padding-right: 30px;
    }

    .col-right {
        display: block;
        width: 270px;
    }
}

@media (max-width: 1023px) {
    .template-pro.template-pro-noadv .container {
        width: 100%;
    }

    .template-pro.template-pro-noadv .pro-content .container {
        width: 790px;
    }

    .pro-header-back,
    .menu2,
    .pro-content {
        width: 100%;
    }

    .col-content {
        width: calc(100% - 60px);
        padding-left: 0;
        padding-right: 0;
    }

    .pro_all_button {
        width: 100%;
        padding-right: 0;
    }

    .pro-article .col-content .col-content-inside {
        width: 100%;
        max-width: 700px;
    }

    .pro-article .col-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-right {
        display: none !important;
    }

    .pro-content-archive .equal {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pro-content-archive .col-content {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .pro-content-archive .col-right {
        display: block !important;
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
    }

    .pro-content-archive .col-right .pro-block {
        max-width: 310px;
        min-width: 290px;
        margin: 0 auto 40px;
    }

}

@media (max-width: 991px) {
    .template-pro.template-pro-noadv .container,
    .template-pro.template-pro-noadv .pro-content .container {
        width: 100%;
    }

    .col-content {
        width: 730px;
        float: none;
        margin: 0 auto;
        padding-right: 0;
    }

    button.edit_title_front,
    button.edit_text_front {
        right: 0;
    }

    button.edit_title_front {
        top: -40px;
    }

    button.edit_text_front {
        position: fixed;
        top: calc(100vh - 70px) !important;
        right: 15px;
    }

    button.edit_text_front.is_stuck {
        top: calc(100vh - 70px) !important;
    }

    .social-right-container {
        display: none;
    }
}

@media (max-width: 767px) {
    .col-content {
        width: 100%;
        padding-right: 0;
    }

    .pro-article .col-content .col-content-inside {
        width: 100%;
        max-width: none;
    }

    #menu_wr-1 {
        display: block;
        height: 50px;
        box-shadow: none;
    }

    .weather-logo {
        margin-top: 15px;
        display: inline-block;
    }
}

/*End of Layout*/

@media (min-width: 1024px) and (max-width: 1649px) {
    /*.pro-header-back, .menu2, .pro-content {
        width: 1020px;
    }*/
    /*.pro-edit-menu {
        width: 970px;
    }*/
    /*aside.adv {
        display: block;
        left: 1020px;
    }

    .bottom-cover-content .lid {
        width: calc(100% - 260px);
    }

    .lid-footer {
        width: 240px;
    }*/
    .lid-footer button {
        text-align: center;
    }

    .lid-footer button span {
        line-height: 1;
        height: auto;
        width: 126px;
        text-align: left;
    }

    .lid-footer button i {
        line-height: 1;
    }

    .title-soc {
        padding: 0 35px;
    }

    .title-soc .social-top {
        width: 144px;
    }
}

@media (min-width: 1280px) and (max-width: 1649px) {

    .col-content-inside .anons-pro-small:before {
        padding-top: 92%;
    }

    .plitka_text,
    .plitka_text p {
        font-size: 19px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pro-header-back,
    .menu2,
    .pro-content {
        width: 720px;
    }

    .pro-article figure.image.image-style-align-center {
        width: 60%;
    }

    /*.pro-edit-menu {
        width: calc(100% + 60px)
    }*/
}

/*@media screen and (min-width: 1190px) and (max-width: 1279px) {
    .col-content-inside .anons-pro-small:before {
        padding-top: 93% !important;
    }

}*/

@media (min-width: 1024px) and (max-width: 1279px) {
    .col-content-inside .anons-pro-small:before {
        padding-top: 93%;
    }

    .plitka_text,
    .plitka_text p {
        font-size: 18px;
    }

    .pro-article figure.image.image-style-align-center {
        width: 50%;
    }
}

@media (min-width: 561px) {

    .comment_mob_lite .pol_name,
    .comment_mob_lite .counter {
        width: auto;
    }
}

@media (min-width: 768px) {
    .special-link {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 24px;
        z-index: 10000;
    }

    .special-link:active i {
        transform: scale(1.2);
    }

    .template-pro.template-pro-noadv footer {
        width: 100%;
    }

    footer .col-xs-12 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .footer-top,
    footer .footer-top .social-media {
        width: 100%;
        margin-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .footer-top .social-media {
        width: auto;
        margin-bottom: 0;
    }

    footer .footer-top .social-media .header-top-row-p {
        margin: 0 10px 0 0;
    }

    footer .footer-content {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    footer .copyright {
        width: calc(45% - 30px);
        margin-right: 30px;
    }

    .footer-text {
        width: 55%;
    }

    .footer-text span {
        font-weight: 700;
    }

    footer img {
        margin: 0 30px 0 0;
    }

    nav.greedy1 {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    nav.greedy1 .block-pro-logo {
        display: flex;
        align-self: stretch;
        width: 0;
        transition: .5s;
    }

    .menu2.top-fix nav.greedy1 .block-pro-logo {
        width: 230px;
        flex: 1 0 auto;
    }

    .menu2 .block-pro-author {
        right: 0;
    }

    nav.greedy1 .pro-search span {
        margin-left: 7px;
    }

    nav.greedy1 button {
        align-self: stretch;
        position: relative;
        height: 100%;
        width: auto;
        padding: 0 15px;
        border: 0;
        outline: none;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .menu2.top-fix nav.greedy1 button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .pro-menu-too span.space {
        width: 11px;
        display: inline-block;
    }

    ul.links {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex: 1;
        overflow: hidden;
    }

    ul.links li {
        flex: none;
        padding: 0;
    }

    ul.links li a {
        color: #404040;
    }

    ul.hidden-links {
        position: absolute;
        top: 100%;
    }

    ul.hidden-links.hidden {
        display: none;
    }

    ul.hidden-links,
    ul.pro-menu .dropdown-menu {
        /*position: absolute;
        top: 57px;
        right: 0;
        left: auto;*/
        width: auto;
        min-width: auto;
        height: auto;
        padding: 0;
        float: none;
        margin: 0;
        text-align: right;
        border: none;
        overflow: hidden;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    ul.hidden-links a,
    ul.pro-menu .dropdown-menu a {
        margin: 0;
        padding: 5px 10px;
        width: 100%;
        display: inline-block;
        line-height: 25px;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    ul.hidden-links a:hover,
    ul.pro-menu .dropdown-menu a:hover {
        background-color: rgba(0, 0, 0, 0.16);
        -webkit-transition: all .1s ease;
        transition: all .1s ease;
    }

    ul.hidden-links a {
        position: relative;
        min-width: auto;
        line-height: 35px;
        padding: 0 10px;
        white-space: nowrap;
    }

    .pro-menu-content li {
        list-style: none;
    }

    ul.pro-menu > li > ul {
        display: none;
        position: absolute;
        min-width: 100%;
        z-index: 10;
    }

    ul.pro-menu > li.open_menu > ul {
        display: block;
    }

    .menu2-gradient {
        display: none;
    }

    .container-rubric .main-rubric i {
        display: none;
    }

    .container-rubric .pro-menu-content,
    .container-rubric .pro-menu-content ul {
        height: auto;
    }

    .container-rubric .pro-menu-content ul {
        padding: 8px 0;
    }

    .container-rubric .pro-menu-content ul a {
        font-size: 17px;
    }

    .container-rubric .pro-menu-content ul li,
    .container-rubric .pro-menu-content ul li a {
        line-height: 34px;
        height: 34px;
        transition: all .1s ease;
    }

    .container-rubric .pro-menu-content ul li {

    }

    .pro-rubric-list,
    #rubric {
        display: none !important;
    }

    .bottom-cover {
        height: 165px;
    }

    .bottom-cover.open {
        height: auto;
    }

    /*.template-pro-noadv .container-row-box > ul li:last-child {
        margin-right: 60px;
    }*/
    .next_level {
        padding: 15px 0 0 40px;
    }
}

@media (min-width: 992px) {
    /*.pro-article .col-content .col-content-inside {
        width: calc(100% - 75px);
    }*/
    .equal, .equal > div[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .pro-article .col-content > div {
        display: flex;
        flex-direction: column;
    }

    .pro-article .stat_centr_wr {
        width: 100%;
        position: relative;
    }

    .pro-edit-menu {
        display: none !important;
    }

    .social-down {
        display: none;
    }

    .title-soc .social-top {
        width: 144px;
        margin: 0 auto;
        float: none;
        display: block;
    }
}

@media (min-width: 1024px) {
    .special-link {
        right: 30px;
    }

    .visible-1024 {
        display: block !important;
    }

    .hidden-1024 {
        display: none !important;
    }

    .menu2.top-fix ul.pro-menu > li.visible-1024,
    .menu2.top-fix ul.pro-menu > li.visible-1280,
    .menu2.top-fix ul.pro-menu > li.visible-1650 {
        display: block !important;
    }

    .menu2.top-fix ul.pro-menu > li .dropdown-menu a.hidden-1024,
    .menu2.top-fix ul.pro-menu > li .dropdown-menu a.hidden-1280,
    .menu2.top-fix ul.pro-menu > li .dropdown-menu a.hidden-1650 {
        display: none !important;
    }

    .pro-article .col-content {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (min-width: 1280px) {

    .visible-1280 {
        display: block !important;
    }

    .hidden-1280 {
        display: none !important;
    }

    aside.adv {
        display: block;
    }

    .container-row {
        /*padding-left: 60px;*/
        padding-right: 60px;
    }

    .container-row-box > ul li:last-child {
        margin-right: 0;
    }

    .pro-arrow {
        right: 60px;
    }

}

@media (min-width: 1366px) {
    .visible-1366 {
        display: block !important;
    }

    ul.hidden-links {
        right: 5px;
    }
}

@media (min-width: 1650px) {
    .visible-1650 {
        display: block !important;
    }

    .hidden-1650 {
        display: none !important;
    }

    .col-content-inside .anons-pro-small:before {
        padding-top: 92%;
    }

    /*.pro-header-back,
    .menu2,
    .pro-content {
        width: 1045px;
    }

    .template-pro.template-pro-noadv .container {
        width: 1045px;
    }

    aside.adv {
        display: block;
        left: 1045px;
    }

    .col-content {
        width: calc(100% - 270px);
    }

    .col-right {
        display: block;
        width: 270px;
    }*/
    .plitka_text,
    .plitka_text p {
        font-size: 19px;
    }

    button.edit_text_front.is_stuck {
        right: calc(100% - 980px);
        transition: 0s;
    }

    .pro-article figure.image.image-style-align-center {
        width: 60%;
    }
}

@media (max-width: 1649px) {

    /*.col-content {
        width: calc(100% - 270px);
    }

    .col-right {
        display: block;
        width: 270px;
    }*/
    .pro-block-content-add {
        padding: 20px;
    }

    .pro-block-content-add ul {
        margin: 20px 0 20px 20px;
    }

    /*.col-content-inside .anons-pro-small {
        min-height: 265px;
        max-height: 265px;
    }*/
    button.edit_text_front.is_stuck {
        right: calc(100% - 710px);
        transition: 0s;
    }

}

@media (max-width: 1365px) {
    .visible-1366 {
        display: none !important;
    }

    ul.hidden-links {
        right: 5px;
    }
}

@media (max-width: 1279px) {
    /*.pro-header-back, .menu2, .pro-content {
        width: 100%;
    }

    .template-pro.template-pro-noadv .container {
        width: 100%;
    }*/
    .pro-content {
        margin: 0 auto;
    }

    .pro-arrow {
        right: 60px;
    }

    button.edit_text_front.is_stuck {
        left: calc(100% - 350px);
    }

}

@media (max-width: 1023px) {

    #menu_wr-1 .menu_top .nav_wr ul > li > a span {
        display: none;
    }

    /*.col-content {
        width: 100%;
        padding-right: 0;
    }*/
    /*.bottom-cover-content .lid {
        width: 100%;
        margin-bottom: 30px;
    }

    .lid-footer .social-top .dropdown-menu {
        left: -68px;
    }

    .title-soc {
        padding: 0 35px;
        text-align: center;
    }

    .title-soc .social-top {
        width: 144px;
        margin: 0 auto;
    }

    .lid-footer {
        margin: auto;
        width: 100%;
        float: none;
    }

    .lid-footer button {
        width: 300px;
        float: none;
        margin: auto;
        display: block;
    }*/
    /*.bottom-cover .lid {
        width: calc(100% - 50px);
        float: left;
        margin-bottom: 0;
    }*/
    .lid-footer {
        width: 34px;
        margin-left: 20px;
    }

    .lid-footer .social-top .dropdown-menu {
        left: auto;
        right: 0;
    }

    .lid-footer button.button,
    .lid-footer .title-soc {
        width: 34px;
        max-width: 34px;
        height: 34px;
        border-radius: 50%;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
    }

    .lid-footer .title-soc {
        margin: 0;
        background-color: transparent;
    }

    .lid-footer button i {
        font-size: 21px;
        line-height: 32px;
        margin-right: 0;
    }

    .lid-footer button span {
        display: none;
    }

    .title-soc .social-top,
    .social-top > .social-btn {
        width: 100%;
        height: 100%;
        float: none;
        margin: 0;
    }

    .title-soc .social-top .btn-share a.share {
        background-image: url(/img/pro-share-white-34.svg);
        padding: 0;
        border-radius: 50%;
        height: 34px;
        width: 34px;
        min-width: auto;
        background-color: #4c9ce2;
    }

    .title-soc .pod {
        display: none;
    }

    /*.col-right {
        display: none !important;
    }*/
    .nav_wr {
        width: auto;
    }

    .col-content-inside .anons-pro-small:before {
        /*padding-top: calc(93% - (100vw) / 180);*/
        padding-top: 92%;
    }

    .plitka_text,
    .plitka_text p {
        font-size: 20px;
    }

    .pro-article.pro-article-edit .col-content:before {
        content: 'Для полноценного редактирования необходима ширина экрана от 1024 px';
        position: absolute;
        top: 2px;
        left: 0;
        width: calc(100% - 26px);
        margin-left: 13px;
        padding: 10px 20px;
        background-color: #47a4f5;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        z-index: 1000;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    }

    button.edit_text_front.is_stuck {
        left: calc(100% - 55px);
    }

}

@media (max-width: 991px) {
    .header-top-row .social-media {
        display: none;
    }

    .plitka_text,
    .plitka_text p {
        font-size: 19px;
    }
}

/*@media (max-width: 939px) {

}*/

@media (max-width: 799px) {
    .header-top-row .weather {
        display: none;
    }
}

@media (max-width: 767px) {
    .inTop {
        right: 20px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }

    .inTop p.top,
    .inTop p.down {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
    }

    .inTop p i {
        line-height: 1.2;
    }

    .visible-768,
    .visible-1024,
    .visible-1280,
    .visible-1650 {
        display: inline-block !important;
    }

    .hidden-768 {
        display: none !important;
    }

    .pro-edit-menu, #menu_wr-1 .vhod {
        display: none !important;
    }

    .next_level {
        padding: 15px 0 0 30px;
    }

    /*.projects .container.container-mob {
        height: 50px;
        padding: 0;
    }*/
    ul.pro-menu > li.open {
        background-color: #eee;
    }

    /*Select rubric*/
    .container.container-mob {
        height: 50px;
        padding: 0;
    }

    .pro-menu-content select,
    .pro-menu-content select option {
        display: none !important;
    }

    .pro-menu-content {
        display: block;
    }

    .pro-menu-content .selectize-control {
        width: 320px;
        min-width: 260px;
        max-width: calc(100% - 60px);
        float: left;
        height: 100%;
    }

    .pro-menu-content .selectize-control.single .selectize-input,
    .pro-menu-content .selectize-dropdown.single {
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
        width: 100%;
        color: #fff;
    }

    .pro-menu-content .selectize-dropdown.single {
        padding-bottom: 10px;
        border-radius: 0 0 10px 0;
    }

    .pro-menu-content .selectize-control.single .selectize-input.dropdown-active,
    .pro-menu-content .selectize-dropdown.single {
        box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.2);
    }

    .pro-menu-content .selectize-input .item {
        height: 50px;
        width: 100%;
        padding: 0 25px;
        display: flex;
        align-items: center;
    }

    .pro-menu-content .selectize-control.single .selectize-input:after {
        margin-top: -1px;
        border-color: #fff transparent transparent transparent;
    }

    .pro-menu-content .selectize-control.single .selectize-input.dropdown-active:after {
        margin-top: -1px;
        border-color: transparent transparent #fff transparent;
    }

    .pro-menu-content .selectize-control.single .selectize-input > input {
        display: none !important;
    }

    .pro-menu-content .selectize-dropdown-content {
        max-height: 70vh;
    }

    .pro-menu-content .selectize-dropdown [data-selectable],
    .pro-menu-content .selectize-dropdown .optgroup-header {
        padding: 8px 25px;
        display: flex;
        align-items: center;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    .pro-menu-content .selectize-dropdown [data-selectable]:last-child,
    .pro-menu-content .selectize-dropdown .optgroup-header:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .pro-menu-content .selectize-input .item,
    .pro-menu-content .selectize-dropdown [data-selectable],
    .pro-menu-content .selectize-dropdown .optgroup-header {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 17px;
        line-height: 1.2;
    }

    .pro-menu-content .selectize-control.single .selectize-input:active,
    .pro-menu-content .selectize-dropdown [data-selectable]:active {
        box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, 0.15);
    }

    /*`````````````````````````````````````````````````*/
    .pro-rubric-list .pro-rubric-list-ul {
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 205px);
        padding-right: 15px;
    }

    .pro-rubric-list li {
        line-height: 1.2;
    }

    .pro-rubric-list li:active {
        background-color: rgba(0, 0, 0, .1);
    }

    .pro-rubric-list li a {
        /*font-family: 'Roboto Condensed', sans-serif;*/
        font-size: 18px;
        line-height: 1.2;
        padding: 7px 0;
        display: inline-block;
    }

    .pro-rubric-list li a {
        color: #fff !important;
    }

    /*`````````````````````````````````````````````````*/
    .pro-filter {
        display: block;
        float: right;
        position: relative;
        width: 60px;
        height: 100%;
    }

    /*End of Select rubric*/
    .container-rubric .main-rubric {
        text-transform: none;
        font-size: 19px;
        padding: 0;
        display: inline-block;
    }

    .container-rubric .main-rubric i {
        vertical-align: middle;
        font-size: 15px;
        margin-left: 2px;
    }

    /*.pro-rubric-list {
        display: none;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 0 15px 15px;
        !*max-width: 300px;*!
        min-width: 270px;
        !*max-height: 70vh;*!
        !*max-height: calc(100vh - 80px);*!
        opacity: .94;
        z-index: 10;
        !*border-radius: 0 0 10px 0;*!
    }

    .pro-rubric-list .close {
        background-image: url(/img/close.svg);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0;
        width: 24px;
        height: 24px;
        position: absolute;
        z-index: 100;
        right: 15px;
        top: 12px;
        opacity: 1;
        cursor: pointer;
    }

    .pro-rubric-list .close:active {
        opacity: .5;
    }

    .pro-rubric-list .pro-rubric-list-ul {
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 205px);
        padding-right: 15px;
    }

    .pro-rubric-list li {
        line-height: 1.2;
    }

    .pro-rubric-list li:active {
        background-color: rgba(0, 0, 0, .1);
    }

    .pro-rubric-list li a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        line-height: 1.2;
        padding: 7px 0;
        display: inline-block;
    }

    .pro-rubric-list li a {
        color: #fff !important;
    }*/
    .logo_wr img:active,
    #menu_wr-1 .pro-logo-menu .pro-logo:active {
        transform: translate(1px, 1px);
    }

    /*.projects .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .pro-header-back {
        display: none;
        /*height: 380px;*/
        height: calc(21.875vw + 150px);
    }

    .pro-header-img {
        /*height: 200px;*/
        height: 21.875vw;
    }

    .pro-header1,
    .pro-header-img-mob,
    .pro-header1 .vhod_mob a,
    .menu2,
    #menu_wr-1 .logo_wr,
    .pro-header1 #menu_wr-1 .pro-logo-menu,
    .pro-header1 #menu_wr-1 .pro-logo-menu .pro-logo,
    .pro-header1 .vhod_mob .icon-icon-moe-13,
    .pro-content {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        will-change: transform;
    }

    .pro-header1.pro-shrink #menu_wr-1 .logo_wr {
        -webkit-transition: .1s ease-out;
        transition: .1s ease-out;
    }

    .pro-header1 .logo_wr_a {
        -webkit-transition: .1s ease-out;
        transition: .1s ease-out;
    }

    .pro-header1 {
        height: 90px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .pro-header1.pro-shrink {
        height: 60px;
    }

    .menu2 {
        position: fixed;
        top: 90px;
        width: 100%;
        height: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
        box-shadow: 0 6px 6px rgba(0, 0, 0, .15);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        will-change: transform;
        z-index: 1069;
    }

    .menu2.pro-shrink {
        transform: translateY(-80px);
    }

    .pro-header-img-2 img {
        display: none;
    }

    .pro-header1.pro-shrink .vhod_mob .icon-icon-moe-13 {
        line-height: 50px;
    }

    .pro-header1.pro-shrink .vhod_mob .icon-icon-moe-13 {
        line-height: 50px;
    }

    .pro-content {
        margin: 140px auto 0;
    }

    .pro-content.pro-shrink {
        margin: 100px auto;
    }

    .menu1,
    #menu_wr-1,
    #menu_wr-1 .container,
        /*#menu_wr-1 .logo_wr,*/
    .site__top,
    .vhod_mob,
    ul.pro-menu,
    ul.pro-menu > li {
        height: 100%;
    }

    .menu1 {
        background-color: transparent;
    }

    .pro-header-img {
        width: 100%;
        height: 90px;
        margin-top: 0;
        position: fixed;
        overflow: hidden;
    }

    .pro-header1.pro-shrink .pro-header-img {
        height: 50px;
    }

    /*.pro-header-img:before {
        content: '';
        width: 100%;
        height: 245px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }*/
    .pro-header-img img {
        width: 100%;
        height: 90px;
        object-fit: cover;
        object-position: left top;
    }

    .pro-header1 .pro-header-img-mob {
        width: 100%;
        height: 90px;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    .pro-header1.pro-shrink .pro-header-img-mob {
        height: 50px;
    }

    .pro-header-img-mob img {
        height: 90px;
        object-fit: cover;
        object-position: left top;
    }

    /*.projects #menu_wr-1 .container {
        padding: 0;
    }*/
    #menu_wr-1 {
        width: 100%;
        position: relative;
    }

    #menu_wr-1 .logo_wr {
        /*background-image: url(/img/logo.svg);*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px auto;
        position: relative;
        margin: 20px 15px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #4c9ce2;
        background-color: #dd0000;
    }

    .pro-header1.pro-shrink #menu_wr-1 .logo_wr {
        /*background-image: url(/img/logo-min.svg);*/
        background-position: center 5px;
        background-size: 24px auto;
        position: relative;
        margin: 7px 15px;
        width: 36px;
        height: 36px;
    }

    .pro-header1 .vhod_mob > a {
        padding: 20px 0;
        height: 100%;
        display: block;
    }

    .pro-header1.pro-shrink .vhod_mob > a {
        padding: 5px 0;
    }

    .vhod_mob .icon-icon-moe-13 {
        line-height: 90px;
    }

    .vhod_mob {
        min-width: 30px;
        right: 59px;
    }

    .av_header {
        top: calc(50% - 16px);
        left: calc(50% - 16px);
        right: auto;
    }

    .site__top {
        width: 59px;
    }

    #nav-icon3 {
        top: calc(50% - 11px);
        left: calc(50% - 13.5px);
    }

    .menu2:before {
        display: none;
    }

    .pro-menu-container .pro-logo {
        display: none;
    }

    .menu2 .menu2-1 {
        height: 50px;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 0;
    }

    ul.pro-menu > li {
        line-height: 50px;
    }

    ul.pro-menu a,
    .menu2 .btn {
        color: #000;
        font-size: 19px;
        line-height: 50px;
    }

    ul.pro-menu li.open > a,
    ul.pro-menu li:not(.open) > a:hover {
        font-weight: 700;
        text-decoration: none;
    }

    /*ul.pro-menu li.open > a:before {
    display: none;
    }*/
    .logo_mob > a:after,
    .logo_mob_min > a:after,
    .vhod_mob:after,
    .site__top:after {
        z-index: 0;
    }

    .vhod_mob:after {
        display: none;
        top: calc(50% - 25px);
        left: calc(50% - 25px) !important;
        width: 50px;
        height: 50px;
    }

    .site__top:after {
        display: none;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
    }

    .pro-header1 #menu_wr-1 a.pro-logo-menu {
        display: inline-block !important;
        height: 52px;
        margin: 22px 0 16px 0;
        position: relative;
    }

    .pro-header1.pro-shrink #menu_wr-1 a.pro-logo-menu {
        height: 38px;
        margin: 13px 0 9px 0;
    }

    /*.pro-header1 #menu_wr-1 a.pro-logo-menu:before {
        content: '';
        display: block;
        height: 64px;
        width: 64px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 1px;
        -webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, .5);
        box-shadow: -5px 0 5px 0 rgba(0, 0, 0, .5);
    }*/
    .pro-header1.pro-shrink #menu_wr-1 a.pro-logo-menu:before {
        height: 42px;
        width: 42px;
    }

    .pro-header1 #menu_wr-1 .pro-logo-menu .pro-logo {
        position: relative;
        width: auto;
        height: 100%;
        transform: translateY(0);
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .pro-header1 #menu_wr-1 .pro-logo-menu .pro-logo:active {
        transform: translateY(2px);
    }

    /*.pro-header1.pro-shrink #menu_wr-1 .pro-logo-menu .pro-logo {
        padding-top: 0;
        transform: scale(.78) translateX(-14px);
    }*/
    .menu2 .menu2-gradient {
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .menu2 .menu2-gradient:last-child {
        right: 0;
        left: auto;
        transform: rotate(180deg);
    }

    .pro-menu-container,
    ul.pro-menu {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        float: none;
        text-align: center;
        -webkit-overflow-scrolling: touch;
    }

    .pro-menu-container {
        position: relative;
        bottom: auto;
        height: 90px;
        padding: 0;
        top: 0;
    }

    .pro-menu-container .pro-logo {
        /* display: block;
         position: relative;
         margin: 0 auto;
         width: auto;*/
        height: 56px;
        top: 7px;
        position: relative;
        float: none;
        margin: 0 15px;
        display: inline-block;
        vertical-align: top;
    }

    ul.pro-menu {
        float: none;
        display: block;
        width: 100%;
    }

    ul.pro-menu > li {
        float: none;
        display: inline-block;
        text-align: center;
    }

    ul.pro-menu > li a {
        display: inline-block;
        text-align: center;
    }

    .bottom-cover div {
        height: auto;
    }

    .bottom-cover .lid {
        /*min-height: 129px;
        max-height: 129px;
        height: unset;*/
        font-size: 13px;
        padding-right: 10px;
        margin: 0;
        border: 0;
    }

    .bottom-cover.open,
    .bottom-cover.open .lid {
        max-height: 2000px;
    }

    .bottom-cover-content {
        padding: 15px 0;
    }

    .bottom-cover.open .lid:after {
        display: none;
    }

    .bottom-cover .lid .expand {
        left: 0;
    }

    .bottom-cover.open .lid .expand {
        display: none;
    }

    .col-content-inside .anons-pro-small:before {
        padding-top: 96%;
    }

    .plitka_text,
    .plitka_text p {
        font-size: 2.8vw;
    }

    /*-------------*/
    .container-row {
        position: relative;
        padding: 40px 0 25px;
        margin-bottom: 45px;
        width: 100%;
    }

    /*.container-row-box > ul li:first-child {
        margin-left: 15px;
    }

    .container-row-box > ul li:last-child {
        margin-right: 15px;
    }*/
    .pro-arrow {
        right: 15px;
    }

    .pro_create {
        bottom: 60px;
        right: 10px;
    }

    /*---------------------*/
    .stat_centr_wr .pro-spravka,
    .pro-content .stat_centr_wr .image-box,
    .pro-content .stat_centr_wr figure,
    .pro-content .stat_centr_wr figure.media,
    .pro-article figure.image img,
    .pro-article figure.main_photo img {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .pro-content .stat_centr_wr figure,
    .pro-content .stat_centr_wr .image-box,
    .pro-content .stat_centr_wr figure.media,
    .stat_centr_wr .pro-spravka,
    .pro-content .raw-html-embed {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .pro-content .stat_centr_wr .image-box figure,
    .pro-content .stat_centr_wr figure.table,
    .pro-content .stat_centr_wr .pro-spravka figure {
        width: 100%;
    }

    .pro-article figure.image.image-style-align-center {
        width: 70%;
        margin: 40px auto;
    }

    .pro-article figure.image.image-style-align-center img {
        border-radius: 4px;
    }

    .pro-content.pro-article figure figcaption,
    .image-box .author {
        padding-left: 15px;
        padding-right: 15px;
    }

    .stat_centr_wr .pro-spravka h3,
    .stat_centr_wr .pro-spravka p,
    .pro-content .stat_centr_wr .pro-spravka figure.table {
        padding: 0 15px;
    }

}

@media (max-width: 639px) {
    .col-content-inside .anons-pro-small:before {
        padding-top: 100%;
    }

    .lid-footer button,
    .lid-footer .other-pro {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }

    .lid-footer .title-soc {
        margin-bottom: 0;
    }

    .lid-footer button {
        max-width: 300px;
        width: 100%;
    }

    .bottom-cover .partner {
        margin: 0 auto;
    }

    .pro-arrow {
        display: none !important;
    }

    .plitka_text,
    .plitka_text p,
    .container-row-box .plitka_text {
        font-size: 17px;
    }

}

@media (max-width: 560px) {

    .com-down {
        flex-direction: column;
    }

    .com-btn .comebt_butt {
        margin: 0 0 20px;
    }

    .coment_text_container {
        width: 100%;
        margin-left: 0;
    }

    .comets_block_wr .comets_block.next_level {
        padding: 15px 0 0 0;
    }

    .next_level .coment_text_container {
        width: calc(100% - 65px);
        margin-left: 65px;
    }

    .comment_mob_lite.com_otvet {
        /*margin: 15px 0 0 65px;
        width: calc(100% - 65px);*/
        margin: 15px 0 0 0;
        width: 100%;
    }

    .pro-content .comment_mob_lite form {
        width: 100%;
        margin: 0;
    }

    .comment_mob_lite .pol_name {
        margin-bottom: 5px;
    }

    .col-content-inside .anons-pro-small {
        width: 100%;
    }

    .col-content-inside .anons-pro-small:before {
        display: none;
    }

    .anons-pro-small-inside-1 {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .plitka_text,
    .plitka_text p {
        font-size: 22px;
    }

    .comets_block_wr {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .pro-content .comment_mob_lite,
    .pro-content .comets_block_wr .comets_block {
        border-radius: 0;
    }

    .comment_mob_lite.com_otvet {
        border-radius: 4px;
    }

    .comment_mob_lite.comment_main {
        width: calc(100% + 30px);
        margin: 5px -15px 20px;
    }

    .pro-article figure.image.image-style-align-center {
        width: 100%;
    }

    .pro-article figure.image.image-style-align-center img {
        border-radius: 0;
    }

    #add-ad-popup .ad-date label br {
        display: inline;
    }

}

@media (max-width: 479px) {
    .vhod_mob a span {
        display: none;
    }

    .pro-content .all_button .pokaz_all i {
        display: table;
        width: 100%;
        margin: 2px auto -5px;
    }

    .com_nam1, .pravila1 {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pro-article .stat_centr_wr .title_article,
    .pro-article .stat_centr_wr .title_article p {
        font-size: 34px;
    }
}

@media (max-width: 450px) {

    .pro-menu-container .pro-logo {
        display: none;
    }

    .container-row-box .anons-pro-forum {
        width: 206px;
    }

    .container-row-box .anons-pro-forum .plitka_forum {
        display: inline-block;
        vertical-align: top;
    }

    .container-row-box .anons-pro-forum .pro-forum-content {
        display: block;
        width: 100%;
    }

    .container-row-box .anons-pro-forum .plitka_img_container {
        display: none;
    }

    .pro-article figure.image.image-style-align-center {
        width: 80%;
    }

    .add_photo {
        top: 40px !important;
        left: -1px !important;
        background: #fff;
        padding: 3px 7px;
        border: 1px solid #8c9fac;
        -webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
        box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, .2);
        color: #1e2c34 !important;
    }
}

@media (max-width: 410px) {
    #menu_wr-1 .vhod_mob {
        display: none !important;
    }

    .weather-logo {
        width: calc(100% - 60px);
    }

    footer .weather-logo p {
        line-height: normal;
    }
}

@media (max-width: 379px) {
    .pro-header1 {
        height: 70px;
    }

    .pro-header1 #menu_wr-1 a.pro-logo-menu {
        height: 49px;
        margin: 12px 0 9px 0;
    }

    .pro-header1 .vhod_mob > a {
        padding: 10px 0;
    }

    .menu2 {
        top: 70px;
    }

    .menu2.pro-shrink {
        transform: translateY(-60px);
    }

    .pro-content {
        margin: 120px auto 0;
    }
}

@media (max-width: 369px) {
    /*#menu_wr-1 .logo_wr {
        width: 110px;
    }

    .pro-header1 #menu_wr-1 .pro-logo-menu .pro-logo {
        height: auto;
        width: 90px;
        padding-top: 21px;
    }*/
    .logo_mob {
        padding: 20px 15px;
    }

    .plitka_text,
    .plitka_text p {
        font-size: 6vw;
    }

    .container-row-box > ul li .anons-pro-small {
        width: 275px;
    }
}

@media (max-width: 330px) {
    .lid-footer button span {
        font-size: 5.1vw;
    }

    .container-row-box > ul li .anons-pro-small {
        width: 265px;
    }

    .social-down .social-btn {
        margin: 0 2px;
    }

}

/*skin-Zadonsk*/

.skin-zadonsk ::-moz-selection {
    background: #8bc6ff;
}

.skin-zadonsk ::selection {
    background: #8bc6ff;
}

.pro-header1,
.menu2:before,
.skin-zadonsk footer {
    background-color: #0075bc;
}

/*.menu2:before,*/
.skin-zadonsk .pl_rubrika,
.skin-zadonsk .pro-menu-content.extended,
.skin-zadonsk .lid-footer button.button,
.skin-zadonsk #plus-search .input-group .btn,
.skin-zadonsk #pro-popup .modal-body a.pro-search,
.skin-zadonsk .pro-button {
    background-color: #0267a5;
}

.skin-zadonsk .pl_rubrika:hover,
.skin-zadonsk nav.greedy1 .pro-search,
.skin-zadonsk .pro-menu-content.extended ul.pro-menu > li.open_menu ul,
.skin-zadonsk .lid-footer button.button:hover,
.skin-zadonsk .lid-footer button.button:focus,
.skin-zadonsk #plus-search .input-group .btn:hover,
.skin-zadonsk .pro-button:hover,
.skin-zadonsk .pro-button:focus,
.skin-zadonsk .comment_mob_lite .coment_form_wr input[type=button]:hover,
.skin-zadonsk .comment_mob_lite .coment_form_wr input[type=reset]:hover,
.skin-zadonsk .comment_mob_lite .coment_form_wr input[type=button]:focus,
.skin-zadonsk .comment_mob_lite .coment_form_wr input[type=reset]:focus {
    background-color: #025284;
}

.skin-zadonsk .pro-button:active,
.skin-zadonsk .comment_mob_lite .coment_form_wr input[type=button]:active,
.skin-zadonsk .comment_mob_lite .coment_form_wr input[type=reset]:active {
    background-color: #024476;
}

.skin-zadonsk .container-rubric,
.skin-zadonsk .bottom-cover-content .lid,
.skin-zadonsk .bottom-cover,
.skin-zadonsk .pro-row-block,
.skin-zadonsk .pro-com-item,
.skin-zadonsk .comets_block_wr .comets_block {
    background-color: #cde9fe;
}

.skin-zadonsk .pro-block-comment a:hover .pro-com-item,
.skin-zadonsk .comment_mob_lite {
    background-color: #b7e2fd;
}

.skin-zadonsk #pro-popup .modal-body a.pro-search.vhod {
    background-color: #6ec1ff;
}

.skin-zadonsk .vhod_mob a,
.skin-zadonsk .vhod_mob a:hover,
.skin-zadonsk .vhod_mob a:focus,
.skin-zadonsk ul.pro-menu a,
    /*.skin-zadonsk .btn,*/
.skin-zadonsk .pro-menu-too,
.skin-zadonsk .pro-menu-too.select,
.skin-zadonsk .pro-menu-too.select:hover,
.skin-zadonsk .pro-menu-too.select:focus,
.skin-zadonsk nav.greedy1 .pro-menu-too:after,
.skin-zadonsk .pro-menu-too.select:after,
.skin-zadonsk .pro-menu-too.select:hover:after,
.skin-zadonsk .pro-menu-too.select:focus:after,
.skin-zadonsk nav.greedy1 .pro-search,
.skin-zadonsk nav.greedy1 .pro-search i,
.skin-zadonsk .pro-content ul.pro-menu a:hover,
.skin-zadonsk .pro-content ul.pro-menu a:focus,
.skin-zadonsk .pro-content ul.pro-menu a:active,
.skin-zadonsk ul.hidden-links a,
.skin-zadonsk ul.hidden-links a:hover,
.skin-zadonsk ul.hidden-links a:active,
.skin-zadonsk ul.hidden-links a:focus,
.skin-zadonsk .com-btn .comebt_butt,
.skin-zadonsk .pl_rubrika,
.skin-zadonsk .lid-footer button.button,
.skin-zadonsk #plus-search .input-group .btn,
.skin-zadonsk #pro-popup .modal-body a.pro-search,
.skin-zadonsk .pl_rubrika:hover,
.skin-zadonsk #plus-search .input-group .btn i,
.skin-zadonsk .lid-footer button.button *,
.skin-zadonsk .special-link,
.skin-zadonsk .special-link:hover,
.skin-zadonsk .special-link:focus,
.skin-zadonsk .special-link:active {
    color: #fff;
}

.skin-zadonsk .header-top-row-p,
.skin-zadonsk footer a,
.skin-zadonsk footer a:hover,
.skin-zadonsk footer a:active,
.skin-zadonsk footer a:focus {
    color: #b7e2fd;
}

.skin-zadonsk ul.pro-menu li:hover a,
.skin-zadonsk ul.pro-menu li:focus a,
.skin-zadonsk .pro-menu-too:hover,
.skin-zadonsk nav.greedy1 .pro-search:hover,
.skin-zadonsk nav.greedy1 .pro-search:hover i,
.skin-zadonsk .pro-row-block h2,
.skin-zadonsk .pro-row-block h2 span,
.skin-zadonsk .pro-block h2,
.skin-zadonsk .pro-arrow,
.skin-zadonsk .pro-block-content-add ul li:before,
.skin-zadonsk ul.pro-menu li.open a,
.skin-zadonsk .pro-block-content-add h3,
.skin-zadonsk .pro-block-content-add h3 a,
.skin-zadonsk .pro-block-content-add > a {
    color: #6ec1ff;
}

.skin-zadonsk .ads-icon:hover {
    background-image: url(/img/ads-2-hover.svg);
}

.skin-zadonsk #pro-popup .ads-icon:hover {
    background-image: url(/img/ads-2.svg);
}

.pro-article .stat_centr_wr .edit-block .main-photo-description,
.pro-article .stat_centr_wr .edit-block .main-photo-author,
.skin-zadonsk .inform_top_line span,
.skin-zadonsk .parent_comment,
.skin-zadonsk .com_data,
.skin-zadonsk .comets_block_wr .comets_block .coment_text .sad_com,
.skin-zadonsk .comets_block_wr .comets_block .coment_text_down .sad_com,
.skin-zadonsk .add_photo_count,
.skin-zadonsk .add_photo,
.skin-zadonsk .pro-content.pro-article figure figcaption,
.skin-zadonsk .pro-content.pro-article figure figcaption span,
.skin-zadonsk .pro-content .image-box div.author {
    color: #6f7981;
}

/*.skin-zadonsk .inform_top_line span > span {

}*/

.skin-zadonsk,
.skin-zadonsk a,
.skin-zadonsk a.plitka_text,
.skin-zadonsk .pro-block-content-add ul a,
.skin-zadonsk .pro-block-comment .pro-com-author span,
.skin-zadonsk .container-row-box .anons-pro-forum .pro-forum-author span,
.skin-zadonsk .container-row-box .anons-pro-forum .pro-forum-content .plitka_text span,
.skin-zadonsk .pro-block-comment .pro-com-author span,
.skin-zadonsk .pro-content ul.pro-menu li.open a,
.skin-zadonsk .pro-author-name {
    color: #1e2c34;
}

.skin-zadonsk a:hover,
.skin-zadonsk a:active,
.skin-zadonsk a:focus,
.skin-zadonsk .pro-block-content-add ul a:hover,
.skin-zadonsk .pro-block-content-add ul a:focus,
.skin-zadonsk .pro-block-content-add ul a:active,
.skin-zadonsk .container-row-box li:hover .plitka_text p,
.skin-zadonsk .container-row-box li:active .plitka_text p,
.skin-zadonsk .container-row-box li:focus .plitka_text p,
.skin-zadonsk .plitka_wr:hover .plitka_text,
.skin-zadonsk .h2-on-page,
.skin-zadonsk .pro-block a:hover h5,
.skin-zadonsk .plus-search-line h2,
.skin-zadonsk .pro-arrow:hover,
.skin-zadonsk .pro-arrow:active,
.skin-zadonsk .pro-arrow:focus,
.skin-zadonsk .pro-content .stat_centr_wr .font_os a,
.skin-zadonsk .pro-content .ck-editor a,
.skin-zadonsk #newSearch .select-result .btn:hover,
.skin-zadonsk .pravila1 a:hover,
.skin-zadonsk .pro-search,
.skin-zadonsk .pro-block-content-add h3 span,
.skin-zadonsk .pro-block-content-add h3 a:hover,
.skin-zadonsk .container-rubric .main-rubric i,
.skin-zadonsk .pro-breadcrumb i,
.skin-zadonsk .inform-line .name,
.skin-zadonsk .comment_mob_lite .pol_name a,
.skin-zadonsk .comment_mob_lite .pol_name p,
.skin-zadonsk .pravila1 a,
.skin-zadonsk .pokaz_all_com,
.skin-zadonsk #newSearch .select-result .btn.active,
.skin-zadonsk #newSearch .select-result .btn.active:hover,
.other-content a {
    color: #0075bc;
}

.skin-zadonsk .container-rubric .main-rubric,
.skin-zadonsk .container-rubric ul.pro-menu li.active a,
.skin-zadonsk .pro-breadcrumb a,
.skin-zadonsk .pro-content ul.pro-menu a,
.skin-zadonsk .block_otvet_comment a {
    color: #0075bc;
}

.skin-zadonsk .container-rubric .main-rubric:hover,
.skin-zadonsk .container-rubric .main-rubric:focus,
.skin-zadonsk .container-rubric .main-rubric:active,
.skin-zadonsk .pro-content .container-rubric ul.pro-menu a:hover,
.skin-zadonsk .pro-content .container-rubric ul.pro-menu a:focus,
.skin-zadonsk .pro-content .container-rubric ul.pro-menu a:active,
.skin-zadonsk .pokaz_all_com:hover,
.skin-zadonsk .pokaz_all_com:focus {
    color: #025284;
}

.skin-zadonsk .pro-block-content-add {
    border: 2px solid #6ec1ff;
}

.skin-zadonsk .pro-content .image-box div.author,
.skin-zadonsk .pro-article figure.main_photo .main_photo_author,
.skin-zadonsk .pro-content .ck-editor .image-box div.author {
    border-top: 1px dotted #6f7981;
}

.skin-zadonsk .pro-button {
    color: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.skin-zadonsk .pro-block-comment h5,
.skin-zadonsk .pro-com-item,
.skin-zadonsk .pro-com-text {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.skin-zadonsk .all_button {
    font-weight: 700;
}

.skin-zadonsk .pro-menu-content.extended ul.pro-menu > li.open_menu ul li:hover,
.skin-zadonsk .pro-menu-content.extended ul.pro-menu > li.open_menu ul li:focus {
    -webkit-box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, .15);
}

.skin-zadonsk .pro-menu-content.extended ul.pro-menu > li.open_menu ul li:active {
    -webkit-box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, .25);
}

.skin-zadonsk .pro-menu-content.extended {
    height: auto;
    animation: menu-open-travel .2s 1;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@keyframes menu-open-travel {
    from {
        height: 50px;
        background-color: transparent;
    }
    to {
        height: 100px;
        background-color: #0267a5;
    }
}

.skin-zadonsk .pro-author-name {
    background-color: #097c2f;
}

.skin-zadonsk .pro-menu-content ul.pro-menu > li.open_menu ul li a {
    text-transform: none;
    line-height: 40px;
}

.skin-zadonsk .menu2.top-fix.white-shadow {
    -webkit-box-shadow: 0 3px 10px 5px rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px 5px rgba(255, 255, 255, 1);
}

.skin-zadonsk .pro-header-img,
.skin-zadonsk .menu2.top-fix .pro-header-img-2 {
    display: block;
}

.soc-button.soc-in-menu-more .dropdown-menu {
    background-color: #0267a5;
    border: 1px solid #50a6d7;
}

/*.skin-zadonsk ul.hidden-links,
.skin-zadonsk .dropdown-menu {
    background-color: #097c2f;
}*/

.skin-zadonsk footer,
.projects.skin-zadonsk footer
.projects.skin-zadonsk footer p,
.projects.skin-zadonsk footer a,
.projects.skin-zadonsk footer a:hover,
.projects.skin-zadonsk footer a:focus,
.projects.skin-zadonsk footer a:active {
    color: #fff;
}

.skin-zadonsk .container-rubric ul.pro-menu li.active a {
    font-weight: 700;
}

.skin-zadonsk .pro-menu-content .selectize-control.single .selectize-input,
.skin-zadonsk .pro-menu-content .selectize-dropdown.single {
    background-color: #0267a5;
    border-right: 1px solid #fff;
}

.skin-zadonsk .pro-menu-content .selectize-dropdown.single {
    border-bottom: 1px solid #fff;
}

.skin-zadonsk .pro-menu-content .selectize-dropdown .active {
    background-color: #025284;
    color: #fff;
}

/*.skin-zadonsk .pro-content .container-rubric ul.pro-menu li:hover,
.skin-zadonsk .pro-content .container-rubric ul.pro-menu li:focus,
.skin-zadonsk .pro-content .container-rubric ul.pro-menu li:active {
    background: #ff2f2f;
}*/

.skin-zadonsk .bottom-cover-content .lid:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d4efff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d4efff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d4efff 100%);
}

.skin-zadonsk .bottom-cover-content .expand span i {
    color: #ff2f2f;
}

.skin-zadonsk .bottom-cover p {
    color: #ff2f2f;
}

.skin-zadonsk .pl_rubrika {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    padding: 0 11px;
}

.skin-zadonsk .av_header {
    background-color: #cde9fe;
}

.skin-zadonsk .inform_top_line span > span {
    font-size: 15px;
    vertical-align: -2px;
    margin-right: 3px;
    opacity: .35;
}

.skin-zadonsk .container-row-box .anons-pro-forum .pro-forum-author span,
.skin-zadonsk .container-row-box .anons-pro-forum .pro-forum-content .plitka_text span,
.skin-zadonsk .pro-block-comment .pro-com-author span {
    font-size: 12px;
    display: inline-block;
}

.skin-zadonsk .pro-block-comment h5 {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700;
}

.skin-zadonsk .pro-com-text {
    font-size: 12px;
    line-height: 1.2;
}

.skin-zadonsk .pro-article-author-gold .author-gold-border {
    background: rgb(255, 47, 47);
    background: linear-gradient(45deg, rgba(255, 47, 47, 1) 0%, rgb(251, 212, 0) 100%);
}

.skin-zadonsk .pro-article-author-gold .author-gold-border:before {
    content: '';
    position: absolute;
    width: 83px;
    height: 26px;
    left: 44px;
    top: 6px;
    z-index: -1;
    border-radius: 0 8px 8px 0;
    background: #ff2f2f url(/img/label-gold-author.svg) 27px 6px no-repeat;
    background-size: 45px 13px;
}

.skin-zadonsk .pro-content .stat_centr_wr .font_os a,
.skin-zadonsk .pro-content .ck-editor a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .1s;
}

.skin-zadonsk .pro-content .stat_centr_wr .font_os a:hover,
.skin-zadonsk .pro-content .ck-editor a:hover {
    background-size: 100% 1px;
}

.skin-zadonsk #newSearch .form-control:focus {
    box-shadow: none;
}

.skin-zadonsk #newSearch .select-result .btn.active,
.skin-zadonsk #newSearch .select-result .btn.active:hover {
    border-bottom: 1px solid #0075bc;
    font-weight: 700;
}

.skin-zadonsk #newSearch .select-result .btn {
    color: #6f7981;
    /*border-bottom: 1px dotted #6f7981;*/
}

/*.skin-zadonsk #newSearch .select-result .btn:hover {
    border-bottom: 1px dotted #0075bc;
}*/

.skin-zadonsk .comets_block_wr .comets_block .coment_text,
.skin-zadonsk .comets_block_wr .comets_block .coment_text_down,
.skin-zadonsk .popup-gallery-comment,
.skin-zadonsk .coment_text_container {
    background-color: #fff;
}

.skin-zadonsk .popup-gallery-comment {
    border: none;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: -5px;
}

.skin-zadonsk .comets_block_wr .comets_block .coment_text,
.skin-zadonsk .comets_block_wr .comets_block .coment_text_down {
    border: none;
}

.skin-zadonsk .coment_text_container {
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 rgba(114, 183, 224, 0.2),
    2px 2px 14px 0 rgba(114, 183, 224, 0.2);
}

.skin-zadonsk .comment_mob_lite .note-editor.note-frame {
    border: 1px solid #72b7e0;
    overflow: hidden;
    box-shadow: none;
}

.skin-zadonsk .note-btn-group blockquote,
.skin-zadonsk .note-editable blockquote,
.skin-zadonsk .coment_text_container blockquote,
.skin-zadonsk .pro-com-text blockquote {
    color: #333;
    border-left: 4px solid rgba(103, 105, 107, .3);
    background: rgba(155, 159, 162, 0.3)
}

.skin-zadonsk .note-btn-group .dropdown-menu > li > a {
    color: #333;
    text-decoration: none;
}

.skin-zadonsk .comment_mob_lite .file-upload label span:hover,
.skin-zadonsk .comment_mob_lite .file-upload label span:focus {
    background-color: rgba(0, 0, 0, 0.3);
}

.skin-zadonsk .comment_mob_lite .file-upload label span:active {
    background-color: rgba(0, 0, 0, 0.5);
}

.skin-zadonsk .comets_block_wr .comets_block .coment_text .sad_com:hover,
.skin-zadonsk .comets_block_wr .comets_block .coment_text_down .sad_com:hover,
.skin-zadonsk .comets_block_wr .comets_block .coment_text .sad_com:active,
.skin-zadonsk .comets_block_wr .comets_block .coment_text_down .sad_com:active {
    background-color: transparent;
    color: #ff2f2f;
}

.skin-zadonsk .inform-line .name:hover,
.skin-zadonsk .comment_mob_lite .pol_name a:hover,
.skin-zadonsk .comment_mob_lite .pol_name p:hover {
    text-decoration: underline;
    opacity: 1;
}

.skin-zadonsk .log-line {
    color: #000 !important;
}

.skin-zadonsk .log-line .vhod {
    color: #ff2f2f !important;
    text-decoration: underline;
}

.skin-zadonsk .pro-content .stat_centr_wr blockquote,
.skin-zadonsk .pro-content .stat_centr_wr blockquote p {
    color: #0075bc;
}

.skin-zadonsk .pro-content .stat_centr_wr blockquote {
    /*border-left: 10px solid #b7e2fd;*/
    border-left: none;
}

.skin-zadonsk .stat_centr_wr table,
.skin-zadonsk .stat_centr_wr th,
.skin-zadonsk .stat_centr_wr td,
.skin-zadonsk .stat_centr_wr .ck-content .table table,
.skin-zadonsk .stat_centr_wr .ck-content .table table td,
.skin-zadonsk .stat_centr_wr .ck-content .table table th {
    border: 1px solid #6ec1ff;
}

.skin-zadonsk .stat_centr_wr th,
.skin-zadonsk .stat_centr_wr .ck-content .table table th {
    background-color: #cde9fe;
}

.skin-zadonsk .pro-content .stat_centr_wr ul li:before {
    color: #6f7981;
}

.skin-zadonsk #pro-popup .modal-body .close {
    background-image: url(/img/close-blue-zadonsk.svg);
}

/*.skin-zadonsk #pro-popup .modal-body li:active {
    background-color: #097c2f;
}*/

.skin-zadonsk #pro-popup .modal-body li:first-child:active {
    background-color: transparent;
}

.skin-zadonsk .modal-body hr {
    border-top: 1px solid #ff2f2f;
}

.skin-zadonsk .polz_pol_wr .polz_pol,
.skin-zadonsk .comment_mob_lite .polz_pol {
    background-color: #6ec1ff;
}

.skin-zadonsk .container-row-box-also ul li.item {
    background-color: #dbdee0;
}

/*.skin-zadonsk .container-row-box-also ul li.item:hover {
    border: 2px solid #ff2f2f;
}*/

.skin-zadonsk .stat_centr_wr .pro-spravka {
    background-color: #b7e2fd;
}

.skin-zadonsk .stat_centr_wr .pro-spravka h3.head {
    color: #0075bc;
}

/*Ad-board*/

.skin-zadonsk .pro-ad-board {
    background-color: #cde9fe;
}

.skin-zadonsk .pro-ad-board .container-rubric {
    background-color: #fff;
}

.skin-zadonsk .ad-board-item {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(114, 183, 224, 0.1), 0 0 14px 0 rgba(114, 183, 224, 0.1);
}

.skin-zadonsk .ad-board-item.ad-board-item-open,
.skin-zadonsk .ad-board-item.ad-board-item-open:hover {
    box-shadow: 0 0 8px 0 rgba(114, 183, 224, 0.55),
    2px 2px 14px rgba(114, 183, 224, 0.55),
    0 0 0 6px rgba(114, 183, 224, 0.4);
}

.skin-zadonsk .ad-board-item:hover {
    box-shadow: 0 0 8px 0 rgba(114, 183, 224, 0.55), 2px 2px 14px 0 rgba(114, 183, 224, 0.55);
}

.skin-zadonsk .ad-board-menu li,
.skin-zadonsk .ad-board-menu li a,
.skin-zadonsk .ab-rubric,
.skin-zadonsk .podrobno {
    color: #0075bc;
}

.skin-zadonsk .ad-board-menu li.active a {
    color: #1e2c34;
    font-weight: 700;
}

.skin-zadonsk .ad-board-menu li.active:before {
    color: #da2c3a;
}

.skin-zadonsk .ab-price {
    color: #30b451;
}

.skin-zadonsk .add-ad.pro-button,
.skin-zadonsk #add-ad-popup .pro-button {
    background-color: #30b451;
}

.skin-zadonsk .add-ad.pro-button:hover,
.skin-zadonsk .add-ad.pro-button:focus,
.skin-zadonsk #add-ad-popup .pro-button:hover,
.skin-zadonsk #add-ad-popup .pro-button:focus {
    background-color: #28a04a;
}

.skin-zadonsk .add-ad.pro-button:active,
.skin-zadonsk #add-ad-popup .pro-button:active {
    background-color: #239141;
}

.skin-zadonsk .add-ad,
.skin-zadonsk .add-ad:hover,
.skin-zadonsk .add-ad:focus,
.skin-zadonsk .add-ad:active {
    color: #fff;
}

.skin-zadonsk #add-ad-popup .modal-content {
    background-color: #6d7b85;
}

.skin-zadonsk .ad-contact .all_button {
    background-color: #6d7b85;
    color: #fff;
}

.skin-zadonsk .ad-contact .all_button:hover,
.skin-zadonsk .ad-contact .all_button:focus {
    background-color: #6d7b85;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.15);
}

.skin-zadonsk .ad-contact .all_button:active {
    background-color: #6d7b85;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
}

.skin-zadonsk #add-ad-popup .modal-header {
    color: #fff;
}

.skin-zadonsk #add-ad-popup input[type="text"]::-webkit-input-placeholder,
.skin-zadonsk #add-ad-popup input[type="tel"]::-webkit-input-placeholder {
    color: #828282;
}

.skin-zadonsk #add-ad-popup input[type="text"]::-moz-placeholder,
.skin-zadonsk #add-ad-popup input[type="tel"]::-moz-placeholder {
    color: #828282;
}

.skin-zadonsk #add-ad-popup input,
.skin-zadonsk #add-ad-popup textarea,
.skin-zadonsk .selectize-dropdown,
.skin-zadonsk .selectize-input,
.skin-zadonsk .selectize-input input {
    color: #1e2c34;
}

.skin-zadonsk #add-ad-popup .ab-image-preview:after {
    color: #6d7b85;
}

.skin-zadonsk .selectize-dropdown .active {
    background-color: #cde9fe;
    color: #1e2c34;
}

.skin-zadonsk .ab-owner-phone {
    text-decoration-color: #0075bc;
}

/*End of Ad-board*/

.skin-zadonsk .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.skin-zadonsk .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.skin-zadonsk .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.skin-zadonsk .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #0075bc;
}

@media screen and (min-width: 768px) {
    .skin-zadonsk .menu2.top-fix .pro-header-img-2:before {
        content: '';
        width: 100%;
        height: 245px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #0267a5;
    }
}

@media screen and (max-width: 767px) {

    .skin-zadonsk .bottom-cover,
    .skin-zadonsk .pro-row-block {
        border-top: 1px solid #6ec0ff;
    }

    /*.skin-zadonsk .pro-row-block h2,
    .skin-zadonsk .pro-block h2 {
        margin-left: 63px;
    }*/
    .skin-zadonsk ul.pro-menu a,
    .skin-zadonsk .btn,
    .skin-zadonsk nav.greedy1 .pro-search,
    .skin-zadonsk nav.greedy1 .pro-search i,
    .skin-zadonsk ul.pro-menu li.open a,
    .skin-zadonsk ul.pro-menu li:hover a,
    .skin-zadonsk ul.pro-menu li:focus a,
    .skin-zadonsk nav.greedy1 .pro-search:hover,
    .skin-zadonsk nav.greedy1 .pro-search:hover i {
        color: #000;
    }

    .skin-zadonsk .pro-menu-container ul.pro-menu > li.active a {
        color: #6ec1ff;
        font-weight: 700;
    }

    .skin-zadonsk .container-rubric {
        background-color: #0267a5;
    }
}

@media screen and (max-width: 639px) {
    .skin-zadonsk .pro-row-block h2 {
        /*width: calc(100% - 80px);*/
        width: 100%;
        line-height: 1;
        font-size: 27px;
    }

    /*.skin-zadonsk .pro-row-block h2 {
        margin-left: 53px;
    }*/
    .skin-zadonsk .pro-row-block h2:before {
        top: -6px;
        left: -39px;
        width: 35px;
        height: 35px;
    }
}

/*End of skin-Zadonsk*/
