/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(2163,52): run-time error CSS1046: Expect comma, found '60'
(2163,58): run-time error CSS1046: Expect comma, found '/'
(2165,44): run-time error CSS1046: Expect comma, found '60'
(2165,50): run-time error CSS1046: Expect comma, found '/'
(3171,36): run-time error CSS1046: Expect comma, found '0'
(3171,40): run-time error CSS1046: Expect comma, found '/'
(3171,66): run-time error CSS1046: Expect comma, found '0'
(3171,70): run-time error CSS1046: Expect comma, found '/'
 */
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
/*
@media (min-width: 1600px) {
    .container {
        width: 1500px;
    }
}
*/

@media (min-width: 1920px) {
    .container {
        width: 1500px;
    }
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

html, body {
    min-height:100%;
    /*position:relative;*/
}

body {
    padding-bottom: 40px;
    background-color: #eee;
    font-size: 14px; 
}

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.page {
    min-width: 1000px;
    overflow:hidden;
}

a {
    color: #5E82B4;
    outline: none;    
    text-decoration: none;
}

a:hover {
    /*color: #DF703C;*/
    text-decoration: underline;
}


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.counters a:hover {
    background-color: transparent;
}


.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #005da3;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*
h1 {
    font-size: 2em;
}
*/
h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}



/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1170px;
}

.site-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    background: #fff;
    overflow:auto;
}


#body {
    clear: both;
    padding-bottom: 35px;
}

#body:after {
    display: table;
    clear: both;
    content: '';
}

/* для ослика */
* html #body {
    height: 1%;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }
/*
footer {
    clear: both;
    height: 50px;
    background-color: #FFF;
    -webkit-box-shadow: 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
}
*/

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }


aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

  /*      aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }*/


.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    /*fieldset legend {
        display: none;
    }*/

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    /*display: block;*/
    /*font-size: 1.2em;
    font-weight: 600;*/
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    /*margin: 5px 0 6px 0;*/
    padding: 5px;
    /*width: 300px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        /*width: auto;*/
    }

/*    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

/*.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}*/

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p {
        margin: 0;
    }
}

header {
    /*height: 102px;*/
    height: 36px;
    position: relative;
}


.navbar-right {
    margin-right: 0px;
}

nav a:hover {
    color: #0fadc4!important;
}

/*
nav {
    
    font: 12px/38px Georgia, "Times New Roman", Times;
    text-align: center;
    position: relative;
    margin-bottom: 36px;
    height:45px;
}

nav ul {
    padding-top: 5px;
}

nav ul li {
    display: inline-block;
    padding: 0 10px 0 10px;    
}

nav ul li:first-child {
    background: none;
    padding-left: 5px;
}

nav a {
    color: #575c5f;
    font-weight:bold;
    text-decoration:none;
}

nav a:hover {    
    color: #0fadc4!important;
}
*/
/*
nav:before, nav:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;   
}
*/
/*
nav:after {
    left: auto;
    right: 100%;
}
*/
/*.content {
    float: left;
    width: 695px;
}*/

.content {
    min-height: 700px;
}

aside.sidebar-right {
    float: right;
    width: 280px;
}

.section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    /*background: #CC4B1F url(data:image/gif;base64,R0lGODlhAQAIAKIAANxrN9BPH9hgLc5LH+F1QdRXJcxLHwAAACH5BAAAAAAALAAAAAABAAgAAAMGSCAVYyYBADs=) repeat-x;*/
    border-radius: 4px 4px 0 0;
}

.section {
    background: #FFF;
    border-radius: 4px;
    padding: 20px 20px 0;
    margin: 0 0 30px;
    position: relative;
}

.section_headline {
    font: italic 18px/20px Georgia, "Times New Roman", Times;
    margin: 0 0 18px;
    color: #3c3634;
}

.logo {
    position: absolute;
    top: 10px;
    z-index: 1;
}

.section.noheader:before {
    background: #fff;
}

a.header_contacts {
    position: absolute;
    top: 65px;
    right: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 241px;
    height: 40px;
    padding: 0 70px;
    font: italic 18px/40px Georgia, "Times New Roman", Times;
    color: #FFF;   
    opacity: 0.6;
 	background: #8B4513;
    border-radius: 4px;
}
/*
.edit input {
    width: 600px;
}
*/
/*flash messages*/

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-success, .alert-success .alert-heading {
    color: #468847;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

a.close {
    text-decoration: none;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
    color: #b94a48;
}

/*a[href^="http://"]:not([href*="cms.o-vannoy.ru"]):after,
a[href^="https://"]:not([href*="cms.o-vannoy.ru"]):after{
    content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=);    
}*/

h2 {
    padding-top: 10px;
    padding-bottom: 15px;
}

table.my a{
    color: #23527c;
}

table.my
{
    border-color: #aaa;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

table.my td, table.my th
{
    border-color: #aaa;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 1px 4px;
    background-color: #fff;
    height: 20px;
}

table tr:hover td {
    background: #ededed;
}

.footer-float {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    z-index: 5;
    background: #f9ae78;
    border-top: 1px solid #fff;
    box-shadow: 0 -1px 0 #f9ae78;
    display: none;
}

.footer-float.active {    
    display: block;
}

#adminmsg {
    margin: 0 auto;
    max-width: 1000px;
    min-height:30px;
    text-align: center;
    padding-top: 5px;    
}

table.my .hidden
{
    display: none !important;
}

/*a.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}*/

.button {
    /*display: inline-block;*/
    /*height: 30px;*/
    border: none;
    background: #9FBC2D;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px 15px;
    font: italic 14px/28px Georgia, "Times New Roman", Times;
    cursor: pointer;
}

.right {
    float: right;
}

.strike {
    text-decoration: line-through;
}

img.opacity6 {
    opacity: 0.6;
}

img.opacity6:hover {
    opacity: 1;
}

.dropdown-menu > li > a:hover {
    background-color: #337ab7 !important;
    color: #fff !important;
 }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
    

.purple {
    width: 100px;
    height: 1px;
}

/*.purple a{
    color: #6f5499 !important;
}

.purple a:hover{
    text-decoration:underline !important;
}*/


.menu-indent-1 {
    margin-left: 0px;
}

.menu-indent-2 {
    margin-left: 0px;
}

.menu-indent-3 {
    margin-left: 25px;
}

.menu-indent-4 {
    margin-left: 50px;
}

.menu-indent-5 {
    margin-left: 75px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: auto;
}

.first-letter-up-only:first-letter {
    text-transform: uppercase;
}



/* Js Contact Form */
.b-popup {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

    .b-popup .b-popup-content {
        margin: 60px auto 0px auto;
        width: 620px;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px #000;
    }

.askform {
    clear: both;
}

    .askform .bg-good {
        background: transparent;
        margin: 20px 0;
        padding: 5px 10px !important;
        border-left: solid 3px #fd339b;
    }

    .askform label {
        display: inline-block;
        width: 150px;
        font-size: 14px;
        margin-left: 10px;
    }

    .askform input, .askform textarea {
        padding: 4px 10px;
        margin-bottom: 5px;
        border-radius: 3px;
        border: solid 1px #ddd;
        font-size: 15px;
    }

    .askform input {
        display: inline-block;
        width: 200px;
    }

    .askform textarea {
        width: 600px;
        height: 180px;
        resize: none;
    }

.b-popup-content .title {
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.send {
    float: right;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

    .send:hover {
        background: #fd339b;
    }



a.boxclose {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
    color: #fff;
    background: #bebebe;
    font-size: 31px;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    border-radius: 3px;
}

    a.boxclose:hover {
        background: #9a9a9a;
    }

.boxclose:before {
    content: "×";
}
/* Js Contact Form END */

.potential-link {
    color: #065afb;
    /*font-weight: bold;*/
}


.perelink-textblock b, .perelink-textblock strong {
    font-weight: normal;
}

.perelink-saved {
    background-color: #d2e2d2 !important;
}


.panel .panel-body ol, .panel .panel-body ul {
    list-style: none;
}

/* .panel .panel-body */

.panel .panel-body p {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*
.panel .panel-body ul li {
    position: relative;
    margin: 0;
    padding-left: 25px;
    padding-top: 5px;
}

.panel .panel-body ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 12px;
    background-color: #1b9e51;
}

.panel .panel-body ol {
    margin-top: 10px;
    counter-reset: li;
    list-style: none outside none;
}

.panel .panel-body ol>li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.panel .panel-body ol>li:before {
    content: counter(li);
    counter-increment: li;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    background: #1b9e51;
    border-radius: 50%;
}
*/

/* finance */

.freezed, .freezed a {
    color: red;
}

.faq {
    color: #000;
}

.faq_inner {
    padding-left: 15px;
}

.faq_text{
    padding-left: 15px;
}

.faq .h2
{
    font-size: 18px;
}

.panel-body .h2:first-child{
    margin-top: 5px;
}

.faq .h3
{
    font-size: 16px;
    font-style: italic;
}

.top-buffer {
    margin-top: 10px;
}

.clickable {
    cursor: pointer;
}

.show-on-tr-hover {
    visibility: hidden;
}

tr:hover .show-on-tr-hover {
    visibility: visible;
}


/* article link check */

.article_link_check_source b, .article_link_check_source strong{
    font-weight: normal !important;
}

.article_link_check_source a{
    cursor: pointer;
    padding: 0 2px 2px 2px;
    /*border-radius: 3px;
    background-color: #f2f2f2;
    border: solid 1px #cccccc;*/

    color: #ed5e42;
    border-bottom: 1px solid #ed5e42;
    text-decoration: none;

    letter-spacing: 2px;
}

.article_link_check_source a:hover, .article_link_check_source a.highlight-link{
    padding: 0 1px 1px 1px;

    background-color: #f2f2f2;
    border: solid 1px #cccccc;
}

.article_link_check_target{
    text-align: center;
}

.article_link_check_source a.other-link{
    color: inherit;
    border-bottom: 1px dotted #999;
    letter-spacing: inherit;
}

#btn-no:focus {
    border: 2px solid grey;
}

#btn-ok:focus {
    border: 2px solid grey;
}

#check-panel{
    border: 2px solid #eee;
}

#check-panel.no{
    border: 2px solid #d9534f;
}

#check-panel.ok{
    border: 2px solid #4cae4c;
}


/* modal dialogs */

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 1024px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

.select2-container--default .select2-results>.select2-results__options{
	max-height: 285px !important;
}

.badge-danger {
    background-color: #d43f3a !important;
}

.badge-warning {
    background-color: #d58512 !important;
}

.badge-success {
    background-color: #398439 !important;
}

.badge-info {
    background-color: #269abc !important;
}

.badge-inverse {
    background-color: #333333 !important;
}

.hover_color_red:hover {
    color: #bf0202;
}

.hover_color_green:hover {
    color: green;
}

.hover_color_primary:hover {
    color: #337ab7;
}


.center{
    text-align: center;
}

.tableFixHead          { overflow-y: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; }

.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}


/* breadcrumbs */

#breadcrumb {
    color: #ab9a8e;
    font: 13px/15px 'notoserif',serif;
    position: relative;
    margin-left: 10px;
}

#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-left: 5px;
    height: 15px;
}


#breadcrumb li span {
    color: #ab9a8e;
    text-transform: uppercase;
    font-family: 'PT Sans Caption',sans-serif;
    -webkit-transition: color .15s linear 0s;
    transition: color .15s linear 0s;
}

#breadcrumb li a span{
    color: #0fadc4;
}

#breadcrumb li:after {
    content: " / ";
    margin-left: 5px;
}

#breadcrumb :last-child:after {
    content: "";
}

a[data-toggle=popover]
{
    text-decoration: none;
    outline: none;
}

.popover{
    border-radius: 0;
}
/*
.ui-sortable-helper {
    display: table;
}*/

.sort-me{
    cursor:pointer;
}

    .sort-me:hover {
        color: #5e82b4;
    }

button.close {
    outline: none;
}

small {
    font-size:  85%;
}

.form-text {
    display: block;
    margin-top: 3px;
}

.liRoleCurrent:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(178.8deg,#a3db33 13.39%,#84c209 86.61%);
}

#up {
    background: url(/content/up.png) no-repeat;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: fixed;    
    cursor: pointer;
    right: 20px;
    bottom: 30px;
}

.border {
    border: 1px #777 solid;
    color: #777;
}

.border-default {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* refresh animation */
.icon-refresh-animate {
	animation-name: rotateThis;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes rotateThis {
	from { transform: scale( 1 ) rotate( 0deg );   }
	to   { transform: scale( 1 ) rotate( 360deg ); }
}

tr.inactive {
    background-color: #f8dbdb;
}

tr.priority {
    background-color: #e5ef60;
}

/*  filters */

.filter__name {
    font-size: 16px;
    line-height: 22px;
    color: #242424;
    font-weight: 700;
    margin-right: 12px;
    vertical-align: middle;
}

.filter__fieldset {
    margin-top: 12px;
}

.filter__item {
    color: #242424;
}

    .filter__item + .filter__item {
        margin-top: 10px;
    }

.filter__item--checkbox, .filter__item--radio {
    font-size: 16px;
    line-height: 22px;
    display: block;
    word-break: break-word;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    font-weight: normal;
}

.filter__item--checkbox::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

    .filter__item--checkbox.selected::before {
        background: #7ac143;
        border-color: #7ac143;
        border: 0;
    }

.filter__item--checkbox.selected::after {
    display: block;
}

    .filter__item--checkbox::after {
        content: '';
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: none;
        width: 4px;
        height: 10px;
        top: 3px;
        left: 8px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }


/*
    sorta: gallery
*/

.perelink_gallery_item_sorta {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 9px;
    margin-right: 9px;
    vertical-align: top;
    text-decoration: none !important;
}

    .perelink_gallery_item_sorta img {
        display: block;
    }

.perelink_gallery_item_sorta_label {
    color: #fff;
    background-color: #63bc66;
    height: 45px;
    overflow: hidden;
    font: 15px Century Gothic,Arial,sans-serif;
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
}

.perelink_gallery_item_sorta:hover .perelink_gallery_item_sorta_label {
    background: #3ab34a;
}

.table-hover > tbody > tr.elasticfilter {
    background-color: #dbf8dc;
}

.table-hover > tbody > tr.regionfilter {
    background-color: #a4d4e6;
}


.star-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.star-container--feedback .star {
    height: 16px;
}

    .star-container--feedback .star svg {
        width: 16px;
        height: 16px;
        display: block;
    }

.star svg {
    width: 45px;
    height: 45px;
    pointer-events: none;
}

.star.star__checked .star-svg, .star.star__checked ~ .star .star-svg {
    fill: #fc0;
}

.star .star-svg {
    fill: #e8e8e8;
}


/* knowledge entity edit page */
.knowledgeEntity_EditAttribute{
    margin-bottom: 0;    
    padding: 8px;
}

.knowledgeEntity_EditAttribute_HasValue{
    background-color: #d0f5d7;
}



/* review score */

.redakScoreBtns .btn {
    min-width: 42px;
    margin-left: 5px;
    font-weight: bold;
    color: #000;
}

/*
.redakScoreBtns .btn-danger.active {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}*/

.center {
    text-align: center;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover, .btn-outline-primary.active {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5) !important;
    }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover, .btn-outline-success.active {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5) !important;
    }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover, .btn-outline-danger.active {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5) !important;
    }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover, .btn-outline-warning.active {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0.2rem rgba(255,193,7,.5) !important;
    }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover, .btn-outline-info.active {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 0.2rem rgba(23,162,184,.5) !important;
    }

.btn-js {
    color: #5e82b4;
    border-bottom-color: #5e82b4;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    text-decoration: none;
}

    .btn-js:hover, .btn-js:focus, .btn-js:active {
        text-decoration: none !important;
        outline: none !important;
    }

.score {
    text-align: center;
    /*border-radius: 3px 10px;*/
    /*padding: 2px 12px;*/
    font-weight: bold;
    min-width: 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    display: inline-block;
}

.score-success {
    /*background-color: #28a745;
    color: #fff;*/
    border-color: #28a745;
    color: #28a745;
}

.score-warning {
    /*
    background-color: #ffc107;
    color: #000;
    */
    border-color: #ffc107;
    color: #ffc107;
}

.score-danger {
    /*
    background-color: #dc3545;
    color: #fff;
    */
    border-color: #dc3545;
    color: #dc3545;
}

.possible-dublicate-organizations {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

    .possible-dublicate-organizations:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }



.dialog-message.panel {
    box-shadow: none;
    margin-bottom: 0;
}

.dialog-message .panel-heading{
    padding-bottom: 5px;
}


.dialog-message .panel-body {
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #eee;
}

.dialog-my-message .panel-body {
    border-color: #d6e9c6;
    background-color: #dff0d8;
}


/* ORD */
.ord-status {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.ord-status-sync {
    background-color: #4bb34b;
}

.ord-status-modified {
    background-color: #ffa000;
}

.ord-status-notsent {
    background-color: grey;
}

.grey {
    color: grey;
}

.borderless td, .borderless th {
    border: none !important;
}

/* Market */
.ymarket-logo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSI1IDAgOTQwIDEyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEuMDkgMTA5aDE1LjczVjE4LjY1SDQzLjk0Yy0yMy4wMSAwLTM1LjEgMTEuODMtMzUuMSAyOS4yNSAwIDEzLjkxIDYuNjMgMjIuMSAxOC40NiAzMC41NUw2Ljc2IDEwOWgxNy4wM2wyMi44OC0zNC4xOS03LjkzLTUuMzNjLTkuNjItNi41LTE0LjMtMTEuNTctMTQuMy0yMi40OSAwLTkuNjIgNi43Ni0xNi4xMiAxOS42My0xNi4xMmg3LjAyVjEwOXptMzAzLjI5IDEuM2M3LjE1IDAgMTIuMjItMS4zIDE1Ljk5LTQuMDNWOTMuNjZjLTMuOSAyLjczLTguNTggNC40Mi0xNS4wOCA0LjQyLTExLjA1IDAtMTUuNi04LjU4LTE1LjYtMjIuMSAwLTE0LjE3IDUuNTktMjEuNDUgMTUuNzMtMjEuNDUgNS45OCAwIDExLjgzIDIuMDggMTQuOTUgNC4wM1Y0NS40M2MtMy4yNS0xLjgyLTguOTctMy4xMi0xNi42NC0zLjEyLTE5Ljc2IDAtMzAuMDMgMTQuMTctMzAuMDMgMzQuMDYgMCAyMS44NCAxMC4wMSAzMy45MyAzMC42OCAzMy45M3ptLTk2LjcyLTUuNzJWOTEuOTdjLTQuODEgMy4yNS0xMi44NyA2LjExLTIwLjQxIDYuMTEtMTEuMzEgMC0xNS42LTUuMzMtMTYuMjUtMTYuMjVoMzcuMzF2LTguMTljMC0yMi43NS0xMC4wMS0zMS4zMy0yNS40OC0zMS4zMy0xOC44NSAwLTI3LjgyIDE0LjQzLTI3LjgyIDM0LjE5IDAgMjIuNzUgMTEuMTggMzMuOCAzMC45NCAzMy44IDkuODggMCAxNy4xNi0yLjYgMjEuNzEtNS43MnptLTE0MS43LTYwLjk3djI1Ljg3SDk1LjI5VjQzLjYxSDc5LjgyVjEwOWgxNS40N1Y4MS43aDIwLjY3VjEwOWgxNS40N1Y0My42MWgtMTUuNDd6bTg1LjI4IDUzLjE3aC02Ljg5VjQzLjYxaC00NS4xMXY1LjU5YzAgMTUuOTktMS4wNCAzNi42Ni02LjUgNDcuNThoLTQuODF2MjcuMTdoMTQuM1YxMDloMzQuNzF2MTQuOTVoMTQuM1Y5Ni43OHpNMzA3LjA2IDEwOWgxNy41NWwtMjQuODMtMzUuMjMgMjEuODQtMzAuMTZoLTE1LjZsLTIxLjg0IDMwLjE2VjQzLjYxaC0xNS40N1YxMDloMTUuNDdWNzYuODlMMzA3LjA2IDEwOXptLTc0LjQ5LTU0LjQ3YzcuNjcgMCAxMC4wMSA2LjM3IDEwLjAxIDE0LjU2djEuM0gyMjFjLjM5LTEwLjQgNC4xNi0xNS44NiAxMS41Ny0xNS44NnptLTUzLjY5IDQyLjI1aC0yMS44NGM0LjI5LTkuODggNS40Ni0yNy42OSA1LjQ2LTM5di0xLjk1aDE2LjM4djQwLjk1eiIgZmlsbD0iIzAwMCIvPjxtYXNrIGlkPSJhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI0MDEiIHk9IjQiIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIj48cGF0aCBkPSJNNDYxIDEyNGMzMy4xMzkgMCA2MC0yNi44NjggNjAtNjAgMC0zMy4xNC0yNi44NjgtNjAtNjAtNjAtMzMuMTM5IDAtNjAgMjYuODYtNjAgNjAtLjAwNyAzMy4xMzIgMjYuODYxIDYwIDYwIDYweiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBkPSJNNDYxIDEyNGMzMy4xMzkgMCA2MC0yNi44NjggNjAtNjAgMC0zMy4xNC0yNi44NjgtNjAtNjAtNjAtMzMuMTM5IDAtNjAgMjYuODYtNjAgNjAtLjAwNyAzMy4xMzIgMjYuODYxIDYwIDYwIDYweiIgZmlsbD0iI0ZFRDQyQiIvPjxwYXRoIGQ9Ik00MzEuNDUgMzYuNzAybC01Mi41NDQgNjkuMDQzIDE0LjE0NCAxNi4xNTcgMzkuMy01MS45LTMuOSAyOC4zNSAyMi4wNSA3LjUgMjYuMjAzLTQyLjg0M2MtMS4yNjUgOC4xMDUtMy4zNTIgMjYuNDU3IDE0LjUyOCAzMS44NiAyNy41OTYgOC4zMzcgNTEuNTQ0LTQxLjE2NCA2Mi43OTktNjYuNDI1bC0xNS45MTUtOC4zOTZjLTEyLjI1MyAyNS44ODYtMzEuNTYgNTQuODQtMzkuMTA1IDUyLjc0NC03LjUwNS0yLjA4NS0uNzQxLTI2LjM0OSAzLjYyMi00MS45OTZsLjA2OC0uMjQ0LTI0LjM5OC04LjI0LTI5LjAwMiA0Ny42OSAzLjktMjUuOC0yMS43NS03LjV6IiBmaWxsPSIjMDAwIi8+PC9nPjxwYXRoIGQ9Ik01ODQuODMgMTA5aDEzbDE4LjQ2LTY4LjI1VjEwOWgxNC44MlYxOC42NUg2MTAuN2wtMTguMzMgNjYuNTYtMTguMDctNjYuNTZoLTIwLjhWMTA5aDEyLjg3VjQwLjc1TDU4NC44MyAxMDl6bTEwOC4xOTUtNDQuNTljMC0xNS44Ni04LjA2LTIxLjg0LTI0LjQ0LTIxLjg0LTEwLjI3IDAtMTguMzMgMy4yNS0yMy4wMSA1Ljk4djEyLjg3YzQuMTYtMy4xMiAxMy4yNi02LjUgMjEuMTktNi41IDcuNDEgMCAxMC43OSAyLjYgMTAuNzkgOS42MnYzLjY0aC0yLjQ3Yy0yMy42NiAwLTM0LjE5IDcuOC0zNC4xOSAyMS4wNiAwIDEzLjI2IDguMDYgMjAuNjcgMjAuMDIgMjAuNjcgOS4xIDAgMTMtMi45OSAxNS45OS02LjExaC42NWMuMTMgMS42OS42NSAzLjkgMS4xNyA1LjJoMTUuMDhjLS41Mi01LjMzLS43OC0xMC42Ni0uNzgtMTUuOTl2LTI4LjZ6bS0xNS40NyAyOC45OWMtMS45NSAyLjg2LTUuNTkgNS4yLTExLjA1IDUuMi02LjUgMC05Ljc1LTMuOS05Ljc1LTkuNzUgMC03LjY3IDUuMzMtMTAuNCAxOC41OS0xMC40aDIuMjFWOTMuNHptNDIuMjA4LTQ5Ljc5aC0xNC4zdjg0LjI0aDE1LjQ3di0yNi41MmMzLjkgNS44NSA5LjYyIDguOTcgMTYuMjUgOC45NyAxNS4wOCAwIDI1LjQ4LTEyLjA5IDI1LjQ4LTM0LjA2IDAtMjEuODQtMTAuMTQtMzMuOTMtMjQuNy0zMy45My03LjI4IDAtMTMuMjYgMy4zOC0xNy40MiA5Ljc1bC0uNzgtOC40NXptMTMuNTIgNTQuNDdjLTguMTkgMC0xMi4zNS02LjYzLTEyLjM1LTIxLjcxIDAtMTUuMjEgNC40Mi0yMS44NCAxMy4xMy0yMS44NCA4LjQ1IDAgMTIuNjEgNi42MyAxMi42MSAyMS43MSAwIDE1LjIxLTQuNDIgMjEuODQtMTMuMzkgMjEuODR6TTgxMS4zNTIgMTA5aDE3LjU1bC0yNC44My0zNS4yMyAyMS44NC0zMC4xNmgtMTUuNmwtMjEuODQgMzAuMTZWNDMuNjFoLTE1LjQ3VjEwOWgxNS40N1Y3Ni44OWwyMi44OCAzMi4xMXptNjkuNTkxLTQuNDJWOTEuOTdjLTQuODEgMy4yNS0xMi44NyA2LjExLTIwLjQxIDYuMTEtMTEuMzEgMC0xNS42LTUuMzMtMTYuMjUtMTYuMjVoMzcuMzF2LTguMTljMC0yMi43NS0xMC4wMS0zMS4zMy0yNS40OC0zMS4zMy0xOC44NSAwLTI3LjgyIDE0LjQzLTI3LjgyIDM0LjE5IDAgMjIuNzUgMTEuMTggMzMuOCAzMC45NCAzMy44IDkuODggMCAxNy4xNi0yLjYgMjEuNzEtNS43MnptLTI1LjA5LTUwLjA1YzcuNjcgMCAxMC4wMSA2LjM3IDEwLjAxIDE0LjU2djEuM2gtMjEuNThjLjM5LTEwLjQgNC4xNi0xNS44NiAxMS41Ny0xNS44NnptODAuNzczIDEuM1Y0My42MWgtNTEuODd2MTIuMjJoMTguMlYxMDloMTUuNDdWNTUuODNoMTguMnoiIGZpbGw9IiMwMDAiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSI0NjAuOTk3IiB5MT0iLTI0LjU2MyIgeDI9IjQ2MC45OTciIHkyPSIxMzUuMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRkZFNDVCIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZDQjAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
    display: inline-block !important;
    width: 150px !important;
    height: 22px !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.market-table {
    border: none;
}

.market-table tr:hover td {
    background: initial;
}

.market-item{

}

    .market-item:hover {
        cursor: pointer;
        background-color: #f8f8f8;
    }


.market-item-block {
    height: 68px;

    box-sizing: border-box;
    padding: 4px 8px;
    vertical-align: middle;
}

.market-item-block-photo {
    width: 60px;
    mix-blend-mode: darken;
    text-align: center;
}

    .market-item-block-photo img {
        max-width: 60px;
        max-height: 60px;
    }

.market-item-block-title {
    color: #04b;
}

    .market-item-block-title:hover {
        color: red;
    }

.market-item-price {
    font-size: 17px;
    font-weight: bold;
}

.market-item-prices-old{
    display: block;
}

.market-item-block-price {
    white-space: nowrap !important;
    text-align: right;
}

.market-item-price-old{
    text-decoration: line-through;
}

.market-item-price-discount {
    background-color: red;
    color: #fff;
    padding: 1px 6px;
    border-radius: 9px 2px 2px 9px;
}




.market-item-block-btn {
    border-radius: 4px;
    color: #212121;
    background-color: #fc0;
    padding: 10px 12px;
    letter-spacing: .25px;
    font-size: 13px;
    line-height: 16px;
    transition: background-color .15s ease-out,transform .15s ease-out !important;
    font-weight: bold;
}

    .market-item-block-btn:hover {
        background-color: #fae436;
    }

    /* Partners */
    .partner-links {
        padding-top: 1px;
        margin-top: -1px;
        padding-bottom: 1px;
        margin-bottom: -1px;
    }





.where-to-buy__header {
    font: 22px/23px sans-serif;
    display: block;
    color: #222;
    margin-bottom: 10px;
    margin-left: 25px;
}

.partner-link {
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    margin: 18px 10px;
    /*padding: 15px;*/
    border: 1px solid #ccc;
    /* transition: all 0.15s ease-in-out;
                                        }

                                        .partner-link:hover{
                                            /*margin-left: 0px;
                                            margin-right: 20px;*/
}

    .partner-link:hover {
        -webkit-box-shadow: 4px 3px 8px 1px rgb(34 60 80 / 20%);
        -moz-box-shadow: 4px 3px 8px 1px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 3px 8px 1px rgb(34 60 80 / 20%);
    }

    .partner-link a {
        overflow: auto;
        display: block;
        padding: 15px;
    }

.partner-link__col {
    float: left;
}

.partner-link__col-1 {
    width: 170px;
}

.partner-link__col-2 {
    width: 540px;
}

.partner-link__col-3 {
    width: 227px;
    text-align: right;
    padding-top: 35px;
}

.partner-link:after {
    content: "";
    display: table;
    clear: both;
}

.partner-link__img {
    max-width: 100px;
    max-height: 100px;
}

.partner-link__title {
    font-size: 22px;
    color: #000080;
    color: #04b;
}

a:hover .partner-link__title {
    color: #d00;
}

.partner-link__link {
    font-weight: bold;
    font-size: 14px;
    color: #006000;
    margin: 3px 0;
}

.partner-link__desc {
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    line-height: initial;
}

.partner-link__btn {
    display: inline-block;
    border: none;
    border-radius: 4px;
    /*background: #f79623;*/
    color: #000;
    text-decoration: none;
    padding: 0 30px;
    font: 18px/40px Arial,sans-serif;
    cursor: pointer;
    position: relative;
    outline: none;
    min-height: 40px;
    transition: all .12s ease-out;
    background-color: #fc0;
}

    .partner-link__btn:hover {
        background-color: #f5c400;
        /*
                                            background: #f98f12;
                                            color: #fff;
                                            */
    }

.partner-links__add {
    margin-bottom: 18px;
    font-style: italic;
}

/* img-identify */

.identify-link {
    display: flex;
    width: 900px;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(111, 139, 130, .2);
    gap: 30px;
    margin-top: 24px;
}

.identify-link__col-1 {
    display: flex;
    gap: 8px;
}

.identify-link__col.identify-link__col-2 {
    flex: 1;
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    */
    gap: 15px;
    padding: 10px 0 15px 0;
}

.identify-link__img {
    width: 224px;
    height: 224px;
    border-radius: 20px;
    background: #ececec;
    object-fit: cover;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.identify-link__images_other {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.identify-link__img_other {
    background: #ececec;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.identify-link__title a{
    color: #202020;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.identify-accents a:hover {
    background: #7ac143;
    color: #fff;
    border: 1px solid #7ac143;
}

.identify-accents a {
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    color: #333;
    border-radius: 3px;
    border: 1px solid #dedede;
    font-size: 13px;
    cursor: pointer;
    margin: 10px 6px 0 0;
    display: inline-block;
}
.edit div.share {
    margin-top: 10px;
}
/*
.edit input {
    width: 700px;
}

.edit textarea {
     width: 700px;
}

.edit textarea.metadescription {
    min-height: 65px;
}

.edit textarea.content {
    min-height: 250px;
}

.edit select {
    min-width: 150px;
}
*/
input.readonly
{
    background-color: #eee;
}

.edit input[type="submit"] {
    background-color: #BCED91;
}

.edit input[type="submit"]:hover {
    background-color: #76EE00;
}

.hidden
{
    display: none;
}

.article {
    background: #FFF;
    padding: 20px;
    margin: 0 0 30px;
    position: relative;
}

.article:after {
    content: '';
    clear: both;
    display: table;
}

.article_headline {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    color: #3c3634;
}

.article table{
    border: 1px solid;
    border-collapse: collapse;
}

.article th, .article td{
    border: 1px solid;
    text-align: center;
    padding: 0.2em;
}

.article_entry {
    line-height:1.5;
    font-size:15px;
}

.article_entry ul, .article_entry ol {
    margin: 0 0 16px 0;
    padding: 0 0 0 30px;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 5px 16px 5px 0;
}


.related-articles ul:after {
    content: '';
    clear: both;
    display: table;
}

.related-articles_img {
    width: 100px;
    height: 80px;
    padding-right: 10px;
}

.related-articles_img,
.related-articles_title,
.newest-articles_img,
.newest-articles_title {
    display: table-cell;
    vertical-align: middle;
}

.related-articles li {
    float: left;
    list-style: none;
    width: 310px;
    padding: 0 15px 30px 0;
}


.newest-articles li {
    list-style-type: none;
}

.newest-articles_img {
    min-width: 80px;
    padding-right: 10px;
}

.newest-articles_title {
    width: 184px;
    font-size: 12px;
}

.newest-articles li {
    display: table;
    padding-left: 0;
    padding-right: 0;
}

.newest-articles li {
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 6px 15px;
    background: url(data:image/gif;base64,R0lGODlhBAABAIAAAP///+/s5SH5BAAAAAAALAAAAAAEAAEAAAIDTAAFADs=) repeat-x;
    position: relative;
}

.comment-form_author {
    float: left;
    width: 320px;
}

.comment-form_email {
    float: right;
    width: 320px;
    }

.comment-form_field {
    width: 100%;
    padding: 0 7px;
    border: 1px solid #EFECE5;
    border-radius: 4px;
    margin: 0 0 14px;
    background: #FFF;
}

.comment-form_comment {
    overflow: auto;
    height: 70px;
}

input.form-field {
    height: 30px;
    line-height: 30px;
}

textarea.error, input.error {
  border: 1px solid #f08080;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.add-controls img{
    margin:0 5px;
    opacity:0.3;
}

.add-controls img:hover {
    opacity:1;
}

.edit div.img {
    float: left;
    margin-right: 10px;
}

.edit li fieldset {
    /*margin-top: -20px;*/
    padding: 10px;
    background-color: #DEDFDC;
}

/*
.edit legend {
    padding-top: 30px;
}*/

hr { 
    width:100%;
    margin:1em auto;
    border:none;
    height:3px;
    background:#ccc; 
}

div.add-controls {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
/*
div.add-controls .controls {
    display:none;
}

div.add-controls .controls.active {
    display:inline;
}*/

.edit .validation-summary-errors {
    cursor: pointer;
}

#article_menu {
    clear: both;
}
.article_menu a {
    text-decoration:none;
}

.article_menu a:hover {
    border-bottom-color: #5E82B4;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}


.article h2 {
    margin: 15px 0 10px;
    font-size: 20px;
    font-weight: normal;
}

.youtube {
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}

.article p {
    margin: 15px 0;
}

.article blockquote{
    border-left: 3px solid #11c2dc;
    padding: 0 5px 0px 20px;
}

.article blockquote p {
    padding: 5px 0;
}

.article li {
    margin: 5px 0;
}

input[type="text"]:read-only { 
    background: #eee;
}

.charcount {
    font-weight: bold;
}

    .charcount.char-error {
        color: #ff4e00;        
    }
    .charcount.char-success {
        color: #099b15;
    }

.charhint {
    font-style: italic;
}

.v-middle {
    vertical-align: middle;
}

li.article-block, .article-block li
{
    list-style: none;
}

.edit h2, .edit h3, .edit h4{
    margin: 0;
    padding: 5px;
}

.edit_market li fieldset{
    background-color: #eee;
}

.edit_market li.article-block-market fieldset{
    /*background-color: #b5e6ac;*/
    background-color: #fdecd4;
}

.article-block-info{
    margin-top: -3px;
    padding-bottom: 5px;
}

.moveable{
    cursor: move;
}

.btn-delete-block{
    float: right;
}
fieldset 
{
    /*border:1px solid #ddd;*/
}

ul#contentEditor li fieldset legend{
    cursor: move;
}

ul#contentEditor li fieldset legend a{
    text-decoration: none;
    color: #999;
    border-bottom: 1px dashed #999;
    margin-left: 10px;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.14.30
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:0 0 7px 7px solid transparent;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 40px;
    /*background-color: #f5f5f5;*/
    color: #777;
}

footer.footer a {
    color: #777;
}

    footer.footer a:hover {
        color: #777;
    }
.block_comment {
    width: calc(100% - 30px);
    border: 1px solid #e1e1e1;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

.inner_comment_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.textarea_comment {
    margin: 0px;
    padding: 0;
    border: none !important;
    width: 100%;
    resize: none;
    overflow: hidden;
    font-size: 15px;
    max-height: 18px !important;
    cursor: pointer;
    font-family: 'Roboto',Tahoma;
    font-weight: 400;
}

    .textarea_comment:focus {
        outline: none;
    }

.active .block_comment .textarea_comment {
    height: 38px;
    max-height: 2000px !important;
}

.inner_comment_block button {
    display: none;
}

.active .block_comment .inner_comment_block button {
    display: block;
    background: #4086e0;
    color: #fff;
    padding: 0 20px;
    font-size: 15px;
    outline: none;
    border: 0;
    line-height: 2em;
    border-radius: 4px;
    cursor: pointer;
}

    .active .block_comment .inner_comment_block button:hover {
        background: #3d7fd5;
    }

.comment_block_head_info .comment_head_image {
    width: 32px;
    height: 32px;
    object-fit: cover;
}


.comment_block_head {
    display: flex;
    justify-content: space-between;
}

.comment_block_head_info {
    display: flex;
}

.comment_head_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}

.info_name_commentator {
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: bold;
}

a.info_name_commentator:hover, .comment_date_create:hover, .comment_answer_link:hover {
    color: #346eb8;
}

.comment_date_create {
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    color: #818181;
}

.rating_coment {
    display: flex;
    align-items: center;
    position: relative;
}

.comment_rating_value {
    color: #818181;
    padding: 3px 15px;
    font-size: 14px;
    background: rgba(129,129,129,.1);
    font-weight: 500;
    cursor: default;
    height: fit-content;
}

.rating_arrow_down.visiblee, .rating_arrow_up.visiblee {
    height: 100%;
}

.rating_arrow_down, .rating_arrow_up {
    background: url(/content/comments/images/arrow.svg);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    width: 25px;
    cursor: pointer;
}

.rating_arrow_down {
    transform: rotate(180deg);
}

    .rating_arrow_down:hover {
        background: url(/content/comments/images/arrow_red.svg);
        background-position-y: center;
        background-position-x: right;
        background-repeat: no-repeat;
    }

.rating_arrow_up:hover {
    background: url(/content/comments/images/arrow_green.svg);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
}

.comment_text_comment {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0;
    max-width: 90%;
}

.comment_answer_link {
    color: #818181;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
}

.submit_block_answer {
    display: flex;
    align-items: center;
}

.cancel_write_answer {
    display: none;
    height: fit-content;
    color: #818181;
    margin: 0 15px;
    border-bottom: 1px dotted #818181;
}

.active .block_comment .cancel_write_answer {
    display: block;
}

.answers {
    margin-left: 32px;
    position: relative;
}

.line_three {
    width: 30px;
    position: absolute;
    top: 0;
    left: -32px;
    height: 100%;
    border-left: 1px dashed #ccc;
    cursor: pointer;
}

    .line_three:hover {
        border-left: 2px solid #4086e0;
    }

.open_three {
    font-size: 14px;
    line-height: 1;
    color: #346eb8;
    cursor: pointer;
    margin-bottom: 15px;
}

.coment_body {
    width: 100%;
    padding-top: 15px;
}

.show_rating_info {
    width: 190px;
    background: #fff;
    top: 15px;
    z-index: 1;
    right: 0;
    position: absolute;
    display: none;
    padding: 10px 0 10px 10px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.person_block_rating {
    display: flex;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}

    .person_block_rating:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.image_person_rating {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.name_person_rating {
    margin-left: 8px;
    color: #07a23b;
    font-size: 12px;
}

    .name_person_rating.active {
        color: #346eb8 !important;
    }

.show_rating_info:hover {
    display: block !important;
}

.line_opacity {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.51) 100%);
    height: 5px;
    box-shadow: 0 0 10px rgb(255, 255, 255);
}

.rating_block_relative {
    overflow: hidden;
    position: relative;
}

.body_rating_scroll::-webkit-scrollbar { /* chrome based */
    width: 0px; /* ширина scrollbar'a */
    background: transparent; /* опционально */
}

.body_rating_scroll {
    overflow: auto;
    max-height: 200px;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.comment_rating_value.good_rating {
    color: #07a23b;
    background-color: #eefbf3;
}

.name_person_rating.good_rating {
    color: #07a23b;
}

.comment_rating_value.bad_rating {
    color: #cd192e;
    background-color: #fff1f1;
}

.name_person_rating.bad_rating {
    color: #cd192e;
}

.block_nav {
    margin-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #f4f4f4;
}

.nav_button {
    font-size: 15px;
    padding: 15px 0;
    margin-right: 15px;
}

    .nav_button.active {
        border-bottom: 3px solid #4086e0;
        font-weight: bold;
    }

    .nav_button:hover {
        color: #e25a76;
        cursor: pointer;
    }

    .nav_button.active:hover {
        color: #000;
        cursor: default;
    }

.name_comentatorr {
    margin: 0;
    display: none;
    width: calc(100% - 30px);
    border: 1px solid #e1e1e1;
    border-bottom: none;
    padding: 15px;
    cursor: pointer;
}

.input_comment {
    margin: 0px;
    padding: 0;
    border: none !important;
    width: 100%;
    resize: none;
    overflow: hidden;
    font-size: 15px;
    max-height: 18px !important;
    cursor: pointer;
    font-family: 'Roboto',Tahoma;
    font-weight: 400;
    outline: none;
    text-decoration: none;
}

    .input_comment.danger::placeholder, .textarea_comment.danger::placeholder {
        color: #F00;
    }

.active .block_comment ~ .name_comentatorr {
    display: block;
}

.block_comenta {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    padding-right: 2px;
}

.comment_by_name {
    margin-left: 10px;
    display: flex;
    white-space: nowrap;
}

.text_name_by_coment {
    font-size: 12px;
    color: #818181;
    cursor: pointer;
    margin-left: 15px;
}

    .text_name_by_coment:hover {
        color: #346eb8;
    }

.content_comment {
    padding-left: 15px;
    padding-right: 15px;
}

/*
    @media (max-width: 1259px) and (min-width: 640px){
        .content_comment{
            width: 600px;
        }
    }*/
@media (max-width: 639px) {
    /*
        .content_comment{
            width: calc(100% - 30px);
            padding: 0 15px;
        }
        */

    .rating_coment {
        position: absolute;
        right: 0;
        top: 15px;
        background: #fff;
        box-shadow: -16px -5px 10px rgb(255, 255, 255);
    }

    .coment_body {
        position: relative;
    }

    .answers {
        margin-left: 16px;
    }

    .line_three {
        width: 15px;
        left: -16px;
    }
}

@media (max-width: 768px) {
    .rating_arrow_down, .rating_arrow_up {
        height: 23px;
    }
}

.coment_body.for_that {
    background: #fff5f7;
}

.div_block_all_info_coment_user {
    display: flex;
    flex-wrap: wrap;
}

.comments__title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.tippy-box {
    background-color: #fff;
    color: #222;
    box-shadow: 0 9px 46px 0 rgb(0 0 0 / 6%), 0 5px 15px 0 rgb(0 0 0 / 12%);
}

.tippy-content {
    padding: 25px 32px;
}

.tippy-arrow {
    color: #fff;
}

.question-mark {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: #222;
    line-height: 1.4em;
    font: 1em Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .question-mark:hover {
        color: #898f97;
    }

    .question-mark svg {
        fill: currentColor;
    }

