.dwqa-container {
box-shadow: border-box
-webkit-box-sizing: border-box;
}
.dwqa-staff {
background: #1ba1e2;
color: #fff;
padding: 1px 5px;
border-radius: 3px;
margin: 0 5px;
}
.dwqa-pagination a,
.dwqa-pagination span {
display: inline-block;
margin-right: 5px;
padding: 5px 10px;
border: 1px solid #ddd;
}
.dwqa-answers-list .dwqa-pagination {
margin-top: 20px;
margin-bottom: 20px;
}
.dwqa-captcha img {
display: block;
margin: 0 0 10px;
}
.dwqa-captcha input {
width: 100%;
margin-bottom: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.dwqa-alert {
padding: 10px 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 2px;
}
.dwqa-alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.dwqa-alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
} .dwqa-question-item {
padding: 0 0 0 80px;
position: relative;
margin-bottom: 0;
}
.dwqa-question-item.dwqa-sticky {
background: #fcf8e3;
}
.dwqa-question-item .avatar {
position: absolute;
left: 15px;
top: 0;
border-radius: 48px;
}
.dwqa-question-item .dwqa-question-meta {
font-size: small;
margin-bottom: 20px;
}
.dwqa-question-item .dwqa-question-title a {
border: none !important;
text-decoration: none !important;
}
.dwqa-question-item .dwqa-status {
background: #1ba1e2;
color: #fff;
padding: 1px 5px;
border-radius: 3px;
margin-right: 5px;
}
.dwqa-question-item .dwqa-status-resolved {
background: #578824;
}
.dwqa-question-item .dwqa-status-closed {
background: #666;
}
.dwqa-question-vote {
position: absolute;
top: 70px;
left: 6px;
min-height: 60px;
}
.dwqa-question-vote .dwqa-vote {
display: block;
width: 0;
height: 0;
border: 16px solid transparent !important;
border-bottom-color: #ddd !important;
text-indent: -9999px;
position: absolute;
top: -20px;
text-decoration: none !important;
box-shadow: none !important;
}
.dwqa-question-vote .dwqa-vote-count {
width: 32px;
text-align: center;
top: 14px;
position: absolute;
display: block;
height: 32px;
line-height: 32px;
}
.dwqa-question-vote .dwqa-vote:hover,
.dwqa-question-vote .dwqa-vote:active {
border-bottom-color: #999 !important;
}
.dwqa-question-vote .dwqa-vote-down {
border: 16px solid transparent !important;
border-bottom-color: transparent !important;
border-top-color: #ddd !important;
top: auto;
bottom: -20px;
}
.dwqa-question-vote .dwqa-vote-down:hover,
.dwqa-question-vote .dwqa-vote-down:active {
border-bottom-color: transparent !important;
border-top-color: #999 !important;
}
.dwqa-question-item .dwqa-question-actions {
float: right;
}
.dwqa-question-item .dwqa-question-actions label {
display: inline-block;
}
.dwqa-question-item .dwqa-question-actions a {
margin-left: 10px;
}
.dwqa-question-item .dwqa-question-actions input[type=checkbox] {
margin-right: 5px;
}
.dwqa-pick-best-answer {
position: absolute;
top: 170px;
text-indent: -9999px;
left: 6px;
width: 32px;
height: 32px;
}
.dwqa-pick-best-answer:after {
content: '';
display: block;
width: 15px;
height: 25px;
border: solid #ddd;
border-width: 0 5px 5px 0;
transform: rotate(45deg);
position: absolute;
left: 10px;
top: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dwqa-pick-best-answer:hover:after {
border-color: #999;
}
.dwqa-best-answer .dwqa-pick-best-answer:after {
border-color: #578824;
}
.dwqa-question-content img {
max-width: 100%;
height: auto;
}
.dwqa-question-tag + .dwqa-question-status {
float: right;
}
.dwqa-question-item .dwqa-question-meta .dwqa-question-status select {
display: inline-block;
width: auto;
} .dwqa-answers-title {
margin: 20px 0 10px;
}
.dwqa-answer-item {
padding: 20px 0 20px 70px;
position: relative;
border-top: 1px solid #ddd;
min-height: 220px;
}
.dwqa-answer-item .dwqa-answer-meta a {
position: inherit;
}
.dwqa-answer-item .avatar {
position: absolute;
left: 0;
top: 20px;
border-radius: 48px;
}
.dwqa-answer-item .dwqa-answer-meta {
font-size: small;
margin-bottom: 20px;
}
.dwqa-answer-vote {
position: absolute;
top: 90px;
left: 6px;
min-height: 60px;
}
.dwqa-answer-vote .dwqa-vote {
display: block;
width: 0;
height: 0;
border: 16px solid transparent !important;
border-bottom-color: #ddd !important;
text-indent: -9999px;
position: absolute;
top: -20px;
text-decoration: none !important;
box-shadow: none !important;
}
.dwqa-answer-vote .dwqa-vote-count {
width: 32px;
text-align: center;
top: 14px;
position: absolute;
display: block;
height: 32px;
line-height: 32px;
}
.dwqa-answer-vote .dwqa-vote:hover,
.dwqa-answer-vote .dwqa-vote:active {
border-bottom-color: #999 !important;
}
.dwqa-answer-vote .dwqa-vote-down {
border: 16px solid transparent !important;
border-bottom-color: transparent !important;
border-top-color: #ddd !important;
top: auto;
bottom: -20px;
}
.dwqa-answer-vote .dwqa-vote-down:hover,
.dwqa-answer-vote .dwqa-vote-down:active {
border-bottom-color: transparent !important;
border-top-color: #999 !important;
}
.dwqa-answer-item .dwqa-answer-actions {
float: right;
}
.dwqa-answer-item .dwqa-answer-actions a {
margin-left: 10px;
}
.dwqa-answer-content img {
max-width: 100%;
height: auto;
}
.dwqa-answer-form-title {
border-top: 1px solid #ddd;
padding: 10px 0;
}
.dwqa-answer-form form {
text-align: right;
}
.dwqa-answer-form .dwqa-alert {
text-align: left;
}
.dwqa-answer-form .dwqa-select {
float: left;
width: auto;
}
.dwqa-answer-form textarea {
width: 100% !important;
margin-bottom: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
} .dwqa-comments-list {
background: #f9f9f9;
padding: 0 10px;
}
.dwqa-comments-list .dwqa-comment {
border-bottom: 1px solid #ddd;
padding: 10px 0;
position: relative;
}
.dwqa-comments-list .dwqa-comment p:last-child {
margin-bottom: 0;
}
.dwqa-comments-list .dwqa-comment:last-child {
border-bottom: none;
}
.dwqa-comments-list .dwqa-comment-meta {
font-size: small;
}
.dwqa-comments-list .dwqa-comment-meta .avatar {
position: inherit;
margin-right: 5px;
display: inline-block;
width: 12px;
height: 12px;
}
.dwqa-comment-form {
padding: 10px;
background: #f9f9f9;
}
.dwqa-comment-form .comment-form {
margin: 0 !important;
padding: 0 !important;
}
.dwqa-comment-form #submit {
display: none;
}
.dwqa-comment-form .dwqa-comment-show-button #submit {
display: block;
margin-top: 10px;
}
.dwqa-comment-form .comment-form textarea {
background: #fff;
width: 100% !important;
height: 45px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 1px solid #ddd;
padding: 10px 15px;
display: block;
}
.dwqa-comment-form textarea {
width: 100%;
}
.dwqa-comment-meta {
margin-bottom: 10px;
}
.dwqa-comment-actions {
float: right;
}
.dwqa-comment-actions a {
margin-left: 10px;
}  .dwqa-breadcrumbs {
margin-bottom: 20px;
} .dwqa-search {
margin-bottom: 20px;
position: relative;
}
.dwqa-search input {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding-right: 40px;
width: 100%;
max-width: 100%;
min-width: 100%;
margin-bottom: 0 !important;
background: url(//yavoriv-rmk.kl.com.ua/wp-content/plugins/dw-question-answer/templates/assets/img/icon-search.png) no-repeat right 10px center #fff !important;
border: 1px solid #ddd;
padding: 10px 15px;
border-radius: 2px;
box-shadow: none;
outline: none;
}
.dwqa-search input.ui-autocomplete-loading {
background-image: url(//yavoriv-rmk.kl.com.ua/wp-content/plugins/dw-question-answer/templates/assets/img/icon-loading.gif) !important;
}
.submit-dwqa-question .dwqa-search input {
background: none no-repeat right 10px center #fff !important;
}
.submit-dwqa-question .dwqa-search input.ui-autocomplete-loading {
background-image: url(//yavoriv-rmk.kl.com.ua/wp-content/plugins/dw-question-answer/templates/assets/img/icon-loading.gif) !important;
}
.dwqa-search .dwqa-autocomplete {
margin: 0;
padding: 0;
list-style: none;
background: #f9f9f9;
left: 0 !important;
position: absolute !important;
right: 0 !important;
top: auto !important;
z-index: 9999;
}
.dwqa-search .dwqa-autocomplete li {
padding: 10px 15px;
cursor: pointer;
border-bottom: 1px solid #ddd;
margin: 0;
}
.dwqa-search .dwqa-autocomplete .dwqa-text-highlight {
font-weight: bold;
}
.dwqa-search .dwqa-autocomplete li.ui-state-focus,
.dwqa-search .dwqa-autocomplete li:hover {
background: #f0f0f0;
}
.dwqa-search .dwqa-autocomplete li:last-child {
border-bottom: 0;
} .dwqa-question-filter {
margin-bottom: 20px;
}
.dwqa-question-filter span,
.dwqa-question-filter a {
margin-right: 10px;
}
.dwqa-question-filter a {
border: none !important;
text-decoration: none;
}
.dwqa-question-filter a.active {
border-bottom: 1px solid #ddd !important;
}
.dwqa-question-filter .dwqa-sort-by {
float: right;
width: auto;
} .dwqa-questions-list {
border-top: 1px solid #ddd;
}
.dwqa-questions-list .dwqa-alert {
margin: 20px 0 0;
}
.dwqa-questions-list .dwqa-question-item {
border-bottom: 1px solid #ddd;
padding: 15px 180px 15px 80px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.dwqa-questions-list .dwqa-question-item a {
position: inherit;
}
.dwqa-questions-list .dwqa-question-item .avatar {
top: 50%;
margin-top: -24px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-meta {
margin-bottom: 0;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
position: absolute;
top: 50%;
margin-top: -24px;
right: 10px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
min-width: 48px;
height: 48px;
border: 1px solid #ddd;
display: block;
float: left;
margin-left: 5px;
text-align: center;
font-size: 11px;
line-height: 1;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats strong {
font-size: 14px;
line-height: 26px;
display: block;
font-weight: normal;
}
.dwqa-questions-footer {
margin-top: 20px;
}
.dwqa-questions-footer .dwqa-pagination,
.dwqa-questions-footer .dwqa-ask-question {
display: inline-block;
}
.dwqa-questions-footer .dwqa-pagination + .dwqa-ask-question {
float: right;
}
.dwqa-questions-footer .dwqa-ask-question a {
display: inline-block;
padding: 5px 10px;
border: 1px solid #ddd;
} .single-dwqa-question .dwqa-question-item {
min-height: 140px;
padding-left: 70px;
}
.single-dwqa-question .dwqa-question-item a {
position: inherit;
}
.single-dwqa-question .dwqa-question-item .avatar {
left: 0;
} .dwqa-answer-form .wp-editor-container,
.dwqa-content-edit-form .wp-editor-container {
border: 1px solid #e5e5e5;
margin-bottom: 20px;
}
.dwqa-content-edit-form input[type=text],
.dwqa-content-edit-form input[type=email],
.dwqa-content-edit-form select {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 100%;
} @media ( max-width: 768px ) {
.dwqa-questions-list .dwqa-question-item {
padding-right: 15px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
display: none;
}
}
@media ( max-width: 480px ) {
.dwqa-questions-list .dwqa-question-item {
padding-left: 15px;
}
.dwqa-questions-list .dwqa-question-item .avatar {
position: static;
width: 14px;
height: 14px;
margin-right: 5px;
}
.single-dwqa-question .dwqa-question-item,
.single-dwqa-question .dwqa-answer-item {
padding-left: 0;
min-height: 0;
}
.single-dwqa-question .dwqa-question-item .dwqa-question-vote,
.single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
display: none;
}
.single-dwqa-question .dwqa-question-item .avatar,
.single-dwqa-question .dwqa-answer-item .avatar {
position: static;
width: 14px;
height: 14px;
margin-right: 5px;
}
}.rtl .dwqa-search input {
background-position: 15px center !important;
padding-left: 40px;
}
.rtl .dwqa-question-filter .dwqa-sort-by {
float: left;
}
.rtl .dwqa-questions-list .dwqa-question-item {
padding: 15px 80px 15px 180px;
}
.rtl .dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
right: auto;
left: 10px;
}
.rtl .dwqa-questions-list .dwqa-question-item .avatar {
left: auto;
right: 15px;
margin-right: 0;
margin-left: 5px;
}
.rtl .dwqa-question-item .dwqa-status {
margin-right: 0;
margin-left: 10px;
left: 0;
right: 15px;
}
.rtl.single-dwqa-question .dwqa-question-item .avatar,
.rtl.single-dwqa-question .dwqa-answer-item .avatar {
float: right;
margin-right: 0;
margin-left: 10px;
}
.rtl .dwqa-question-item .dwqa-question-actions,
.rtl .dwqa-answer-item .dwqa-answer-actions,
.rtl .dwqa-answer-item .dwqa-comment-actions {
float: left;
}
.rtl.single-dwqa-question .dwqa-question-item .dwqa-staff,
.rtl.single-dwqa-question .dwqa-answer-item .dwqa-staff {
margin: 0 10px 0 0;
}@keyframes msb-flash{0%,10%,20%,to{opacity:1}15%,5%{opacity:0}}@keyframes msb-shake{0%,27%,to{transform:translateZ(0)}15%,21%,3%,9%{transform:translate3d(-10px,0,0)}12%,18%,24%,6%{transform:translate3d(10px,0,0)}}@keyframes msb-swing{5%{transform:rotate(15deg)}10%{transform:rotate(-10deg)}15%{transform:rotate(5deg)}20%{transform:rotate(-5deg)}25%,to{transform:rotate(0deg)}}@keyframes msb-tada{0%{transform:scaleX(1)}2%,4%{transform:scale3d(.9,.9,.9) rotate(-3deg)}10%,14%,18%,6%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}12%,16%,8%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}20%,to{transform:scaleX(1)}}@keyframes msb-heartbeat{0%{transform:scale(1)}4%{transform:scale(1.3)}8%{transform:scale(1)}12%{transform:scale(1.3)}18%,to{transform:scale(1)}}@keyframes msb-wobble{0%{transform:translateZ(0)}3%{transform:translate3d(-25%,0,0) rotate(-5deg)}6%{transform:translate3d(20%,0,0) rotate(3deg)}9%{transform:translate3d(-15%,0,0) rotate(-3deg)}12%{transform:translate3d(10%,0,0) rotate(2deg)}15%{transform:translate3d(-5%,0,0) rotate(-1deg)}18%,to{transform:translateZ(0)}}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn{align-items:center;background-color:var(--msb-button-bg-color,#000);border-radius:var(--msb-button-border-radius,4px);color:var(--msb-button-text-color,#fff);display:inline-flex;justify-content:center;margin:0!important;padding:0!important;position:relative;text-decoration:none}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn p{margin:0;padding:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn .button-text{align-items:center;border-radius:4px;display:inline-block;padding:5px 8px}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-shadow,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-shadow:hover{box-shadow:0 4px 8px -2px rgba(0,0,0,.35)}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect:hover{box-shadow:0 5px var(--msb-button-effect-color,#435100);transition:all .1s ease-in-out}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect:active,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect:hover:active{box-shadow:0 1px var(--msb-button-effect-color,#435100);top:4px}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect.has-msb-shadow,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-3d-effect:hover.has-msb-shadow{box-shadow:0 5px var(--msb-button-effect-color,#435100),0 8px 20px -2px rgba(0,0,0,.4)}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn:not(.has-msb-shadow,.has-msb-3d-effect):hover{box-shadow:0 4px 8px -2px rgba(0,0,0,.35)}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=flash]{animation:msb-flash 4s linear 0s infinite}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=shake]{animation:msb-shake 4s linear 0s infinite}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=swing]{animation:msb-swing 4s linear 0s infinite}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=tada]{animation:msb-tada 4s linear 0s infinite}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=heartbeat]{animation:msb-heartbeat 4s linear 0s infinite}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-animation[data-animation=wobble]{animation:msb-wobble 4s linear 0s infinite}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border:hover{border:1px solid var(--msb-button-border-color,#000)}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:before{background-color:var(--msb-button-hover-border-color,#000);content:"";position:absolute}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]{transition:all .1s ease .6s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover{background-color:var(--msb-button-hover-bg-color,#fff);border-color:var(--msb-button-hover-bg-color,#fff);border-radius:0;color:var(--msb-button-hover-text-color,#000);transition:all .1s ease}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:before{height:0;width:2px}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:before{bottom:0;left:0;transition:all .1s ease .3s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:after{right:0;top:0;transition:all .1s ease}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:before{height:2px;width:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:before{left:0;top:0;transition:all .1s ease .2s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1] .button-text:after{bottom:0;right:0;transition:all .1s ease .4s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover:before{height:100%;transition:all .1s ease .2s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover:after{height:100%;transition:all .1s ease .4s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover .button-text:before{transition:all .1s ease .3s;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border1]:hover .button-text:after{transition:all .1s ease .1s;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]{transition:all .1s ease .3s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover{background-color:var(--msb-button-hover-bg-color,#fff);border-color:var(--msb-button-hover-bg-color,#fff);border-radius:0;color:var(--msb-button-hover-text-color,#000);transition:all .1s ease}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:before{height:0;transition:all .1s ease .1s;width:2px}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:before{bottom:0;left:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:after{right:0;top:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:before{height:2px;transition:all .1s ease .1s;width:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:before{right:0;top:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2] .button-text:after{bottom:0;left:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover:before{height:100%;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border2]:hover .button-text:before{transition:all .1s ease .1s;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]{border-bottom-left-radius:0;border-top-right-radius:0;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:before{right:0;top:0;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:before{bottom:0;left:0;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]{border-bottom-right-radius:0;border-top-left-radius:0;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:before{bottom:0;right:0;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:before{left:0;top:0;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover{background-color:var(--msb-button-hover-bg-color,#fff);border-color:var(--msb-button-hover-bg-color,#fff);border-radius:0;color:var(--msb-button-hover-text-color,#000);transition:all .1s ease}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:before{height:2px;width:14px}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:after{height:14px;width:2px}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3] .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4] .button-text:after{height:2px;width:14px}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover:before{transition:all .1s ease .1s;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover .button-text:before,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover:after{height:100%;transition:all .1s ease .1s}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border3]:hover .button-text:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-border-effect[data-border-style=border4]:hover .button-text:after{transition:all .1s ease .1s;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect:hover{color:var(--msb-button-hover-text-color,var(--msb-button-text-color,#fff))}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect:hover[data-fill-style=fill1]{background-color:var(--msb-button-hover-bg-color,var(--msb-button-bg-color,#000));border-color:var(--msb-button-hover-bg-color,var(--msb-button-bg-color,#000))}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill2]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill3]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill4]:after,.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill5]:after{background-color:var(--msb-button-hover-bg-color,var(--msb-button-bg-color,#000));border-radius:var(--msb-button-border-radius,4px);content:"";direction:rtl;height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:0;z-index:-1}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill2]:hover:after{left:auto;right:0;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill3]:after{bottom:0;height:0;top:auto;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill3]:hover:after{height:100%;top:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill4]:after{height:0;top:0;width:100%}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill4]:hover:after{bottom:0;height:100%;top:auto}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill5]:after{height:100%;left:auto;right:0}.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a.msb-welcomebar-btn.has-msb-bg-effect[data-fill-style=fill5]:hover:after{left:0;width:100%}a.scrollup-image {
background-image: url(//yavoriv-rmk.kl.com.ua/wp-content/plugins/smooth-scroll-up/img/scrollup.png);
bottom: 20px;
right: 20px;
width: 38px;
height: 38px;
background-size: 38px 38px;
background-repeat: no-repeat;
} a.scrollup-tab {
zIndex: 9999999;
bottom: -10px;
width: 70px;
height: 70px;
padding: 10px 5px;
font-family: sans-serif;
font-size: 14px;
line-height: 20px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
color: #828282;
-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
background-color: #E6E6E6;
background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
background-repeat: repeat-x;
-webkit-transition: bottom 150ms linear;
-moz-transition: bottom 150ms linear;
transition: bottom 150ms linear;
}
a.scrollup-tab:hover {
bottom: 0px;
} a.scrollup-pill {
zIndex: 9999999;
bottom: 20px;
background: #555;
color: #fff;
font-size: 12px;
font-family: sans-serif;
text-decoration: none;
opacity: .9;
padding: 10px 20px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-transition: background 200ms linear;
-moz-transition: background 200ms linear;
transition: background 200ms linear;
}
a.scrollup-pill:hover {
background: #000;
color: #fff;
} a.scrollup-link {
bottom: 20px;
zIndex: 9999999;
} a.scrollup-center {left: 47%;} a.scrollup-right {right: 20px;} a.scrollup-left {left: 20px;}