@font-face {
  font-family: "MullerBold";
  font-display: swap;
  src: url("../fonts/MullerBold.woff") format("woff"), url("../fonts/MullerBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MullerRegular";
  font-display: swap;
  src: url("../fonts/MullerRegular.woff") format("woff"), url("../fonts/MullerRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MullerMedium";
  font-display: swap;
  src: url("../fonts/MullerMedium.woff") format("woff"), url("../fonts/MullerMedium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MullerRegularItalic";
  font-display: swap;
  src: url("../fonts/MullerRegularItalic.woff") format("woff"), url("../fonts/MullerRegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MullerExtraBold";
  font-display: swap;
  src: url("../fonts/MullerExtraBold.woff") format("woff"), url("../fonts/MullerExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

body {
    font-family: "MullerRegular";
}
.btn-txt a:hover{
    text-decoration: none;
}

.vk{
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    text-align: left !important;
}
.page_wrap{
    background: #fff;
    border-radius: 3px;
    min-width: 300px;
    overflow: hidden;
    color: #000;
    line-height: 1.154;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    position: relative;
}
.wcomments_head{
    background: #4a76a8;
    position: relative;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #dae2ea;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wcomments_logo{
    margin-right: 11px;
    margin-left: 10px;
    float: right;
    margin-top: 6px;
    border-radius: 50%;
}
.wcomments_logo:before{
    background: url('/public/img/comments_widget.png');
    background-position: 0 0;
    margin: 8px 4px;
    width: 20px;
    height: 12px;
    pointer-events: none;
    content: '';
    display: block;
}
.wcomments_count {
    padding-left: 15px;
    color: #fff;
}
.num_delim {
    font-size: 60%!important;
    vertical-align: top!important;
    line-height: 60%;
}
.clear_fix::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.wcomments_content {
    width: inherit!important;
}
.wcomments_form {
    background: #fafbfc;
    border: 1px solid #dce1e6;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 14px 14px;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    line-height: 1.154;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.wcomments_form_avatar{
    float: left;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.wcomments_post_box{
    margin-left: 44px;
    position: relative;
}
.wcomments_post_field{
    padding-right: 42px;
    padding: 10px 14px 12px;
    border-radius: 2px;
    margin: 0;
    border: 1px solid #dce1e6;
    background: #ffffff;
    box-shadow: none;
    min-height: 81px;
    height: auto;
    line-height: 1.462;
    word-wrap: break-word;
    resize: none;
    box-sizing: border-box;
    color: #000000;
    -webkit-appearance: none;
}
.wcomments_post_field:focus, .wcomments_post_field:hover, .wcomments_post_field:active{
    border: 1px solid #dce1e6;
}
input:focus, input:hover, input:active, textarea:focus, textarea:hover, textarea:active {
    border-color: #dce1e6 !important;
}
[dir] input.text:focus, [dir] input.search:focus, [dir] input.big_text:focus, [dir] input.dark:focus, [dir] .fakeinput:focus, [dir] div[contenteditable=true]:focus, [dir] textarea:focus {
    border-color: #dce1e6;
}
.placeholder{
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 3;
    pointer-events: none;
}
.ph_input{
    border: 0;
    padding-right: 42px;
    padding: 10px 14px 12px;
    border-radius: 2px;
    margin: 0;
    min-height: 81px;
    height: auto;
    line-height: 1.462;
    word-wrap: break-word;
    resize: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    bottom: 0;
    cursor: text;
}
.ph_content{
    padding: 1px;
    color: #828282;
    transition: color .2s ease;
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.462;
    word-wrap: break-word;
}
.wcomments_submit_post {
    padding-top: 10px;
}
.addpost_button_wrap {
    float: right;
}
.wcomments_export_checkbox {
    margin: 6px 10px 0 0;
    display: inline-block;
    font-size: 13px;
}
.checkbox {
    line-height: 1.27em;
    cursor: pointer;
}
.wcomments_export_checkbox:before {
    float: right;
    margin: 1px 0 0 7px;
}
.checkbox:before {
    background-image: url('/public/css/chekbox2.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox:before {
    background: url('/public/css/chekbox2.svg') no-repeat 0 center;
}
.checkbox:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
}
.checkbox:before:hover{opacity:.88}
.wcomments_export_checkbox div {
    display: inline-block;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    line-height: 1.154;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.flat_button {
    padding: 7px 16px 8px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    background: 0 0;
    background-color: #5181b8;
    border: 0;
    border-radius: 4px;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    white-space: nowrap;
    outline: 0;
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    vertical-align: top;
    line-height: 15px;
    text-decoration: none;
    color: #ffffff;
    box-sizing: border-box;
}
.flat_button:hover,.flat_button.hover,.button_blue button:hover,.button_blue button.hover{opacity:.88;text-decoration:none}
.wcomments_posts_outer, .wcomments_content {
    width: inherit!important;
}
.wcomments_posts_outer {
    position: relative;
}
.wcomments_posts_inner{
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    color: #000000;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    line-height: 1.154;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    --page-block-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}
.wcomments_posts{
    padding-bottom: 15px;
}
.wcomments_post {
    border-bottom: none;
    border-radius: 3px;
    margin: 1px -14px -14px;
    padding: 14px;
}
.post {
    --post-text-z-index: 2;
    line-height: 14px;
    position: relative;
    overflow: visible;
}
.post, .wl_post {
    --post-padding-lr: 20px;
    --post-action-status-bar-vertical-padding: 10px;
}
.post_image{
    border-radius: 50%;
    width: 34px;
    height: 34px;
    float: left;
    cursor: pointer;
    display: block;
}
a {
    color: #2a5885;
    text-decoration: none;
}
.post_img{
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: 0;
    vertical-align: top;
    color: transparent;
}
.post_content{
    margin-left: 44px;
    position: relative;
    min-height: 34px;
    min-width: 120px;
    --post-text-z-index: 2;
    line-height: 14px;
    --post-padding-lr: 20px;
    --post-action-status-bar-vertical-padding: 10px;
}
.post_author{
    line-height: 14px;
    font-size: 12.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    color: #818c99;
}
.wall_text{
    padding: 1px 0 0;
    word-wrap: break-word;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}
.wall_post_text:last-child {
    margin-bottom: 0;
}
.wall_post_text {
    padding: 0;
    font-size: 13px;
    line-height: 1.36;
    word-wrap: break-word;
    overflow: hidden;
    --post-text-z-index: 2;
}
.wcomments_post_footer {
    padding: 4px 0 0;
    font-size: 12.5px;
}
.post_date {
    float: left;
    padding-right: 8px;
    padding-top: 0;
    color: #939393;
    white-space: nowrap;
    position: relative;
    font-size: 12.5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.like_wrap {
    padding: 0;
    height: 14px;
    line-height: 14px;
}
.like_cont {
    box-shadow: none;
    padding: 0;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    --like-cont-vertical-padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.like_btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.reply_link{
    cursor: pointer;
}
.reply_link_wrap {
    float: left;
    padding: 0;
    font-size: 12.5px;
    line-height: inherit;
}
.flat_button2 {
    background-color: #e5ebf1 !important;
    color: #55677d;
    padding: 7px 16px 8px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    white-space: nowrap;
    outline: 0;
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    vertical-align: top;
    line-height: 15px;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    margin-top: 15px;
}
a {
    color: #2a5885;
    text-decoration: none;
}
a:hover{text-decoration:underline;}
a.author:hover, a.reply_link:hover{
    color: #2a5885;
}
.post_author .author, .wall_module .author, .wall_module .copy_author {
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.like_btn {
    padding: 10px!important;
    margin: -10px!important;
    height: auto!important;
    cursor: pointer;
    --like_button_icon_size: 24px;
    --like_button_padding: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none!important;
    height: 24px;
    box-sizing: border-box;
}
.like_button_icon {
    background-image: url('/public/css/like.svg');
    opacity: .48;
    width: 11px;
    height: 9px;
    --like-button-icon-active-animation: page_post_like_animation 0.2s ease-out;
    transition: opacity 100ms ease-in-out;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
}
.like_button_icon:hover{
    opacity: 1;
}
.like_button_count {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 13px;
    height: 13px;
    transition: margin-left 100ms linear;
    overflow: hidden;
    color: #626d7a;
    white-space: nowrap;
    cursor: pointer;
}
.blind_label {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px,1px,1px,1px);
    opacity: 0;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
}
.tt_w{
    position: absolute;
    opacity: 1;
    top: 148px;
    left: 462px;
    pointer-events: auto;
    cursor: pointer;
    background-color: rgba(0,0,0,.8);
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0);
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    z-index: 1501;
    font-size: 12.5px;
}
.tt_w:before, .tt_w:after{
    top: 100%;
    border: solid rgba(0,0,0,0);
    position: absolute;
    pointer-events: none;
    content: '';
    height: 0;
    width: 0;
}
.tt_w:after{
    left: auto;
    border-width: 4px;
    margin: 0 -4px;
    border-top-color: rgba(0,0,0,.8);
    top: 100%;
    right: 22px!important;
}
.wrapped{
    overflow: hidden;
    word-wrap: break-word;
    pointer-events: auto;
}
.like_tt_header{
    padding: 10px 30px 0 12px;
    cursor: pointer;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 12.5px;
}
.like_tt_header_title{
    cursor: pointer;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
}
.like_tt_wrap{
    padding: 0 0 12px;
}
.like_tt_content{
    padding: 8px 12px 0;
    min-width: 82px;
}
.like_tt_hider{
    min-width: 240px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
}
.like_tt_owners{
    margin-left: 0px;
    transition: margin .2s ease;
}
.like_tt_owner{
    margin-left: 6px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
}
.like_tt_image{
    border-radius: 50%;
    border: 0;
    width: 35px;
    height: 35px;
    color: transparent;
}
.like_tt_share{
    padding-left: 18px;
    margin: 8px 15px -1px;
    cursor: pointer;
    display: block;
    position: relative;
    opacity: .85;
    transition: opacity .2s ease;
    text-decoration: none;
}
.like_tt_share:before {
    left: 0;
    background: url('/public/css/tooltip_repost.png') no-repeat 0 0;
    display: block;
    position: absolute;
    content: ' ';
    top: 1px;
    width: 10px;
    height: 12px;
    opacity: .9;
    transition: opacity .2s ease;
}
.like_tt_share:hover, .like_tt_share:hover:before {
    opacity: 1;
}
.wall_module .post.wcomments_post+.wcomments_post {
    margin: 11px -14px -14px;
    padding: 14px;
}









.whoweskill img{
    margin-bottom: 4px;
    width: 15px;
    display: inline-block;
    border: 0px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 16px;
}
.text-left{
    text-align: left;
}
.whatsapp a:hover{
    text-decoration: none;
}
.btn-sm img{
    width: 17px;
}
.asaf1 a:hover{
    text-decoration: none;
}


@media (min-width: 768px) {
    
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    
}