/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(5202,43): run-time error CSS1046: Expect comma, found '0'
(5202,47): run-time error CSS1046: Expect comma, found '/'
(7434,52): run-time error CSS1046: Expect comma, found '60'
(7434,58): run-time error CSS1046: Expect comma, found '/'
(7436,44): run-time error CSS1046: Expect comma, found '60'
(7436,50): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'icons_font';
    src: url('/fonts/icons_font/icons_font.eot');
    src: url('/fonts/icons_font/icons_font.eot?#iefix') format('embedded-opentype'), url('/fonts/icons_font/icons_font.woff') format('woff'), url('/fonts/icons_font/icons_font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, 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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'PT Sans Caption',sans-serif;
}

.page {
    min-width: 1000px;
    min-height: 600px;
    overflow: hidden;
}

/*reset*/
ol, ul {
    list-style: none;
}


h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
}

a, input, select, textarea {
    box-sizing: border-box;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    margin: 0;
}

a {
    color: #202020;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #cf2933;
    }

.wrapper {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    position: relative;
}

/* header */

.header {
    position: relative;
    min-width: 1000px;
}

.header-content-wrap {
    width: 100%;
    height: 70px;
    background-color: #ec008c;
    padding: 0 30px;
    box-sizing: border-box;
}

    .header-content-wrap .header-content:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .header-content-wrap .header-content {
        box-sizing: border-box;
        max-width: 1290px;
        height: 70px;
        margin: 0 auto;
        position: relative;
        z-index: 102;
        -webkit-transition: width .2s linear 0s;
        transition: width .2s linear 0s;
    }

.header-nav-list-wrap {
    text-align: center;
    float: left;
    height: 70px;
    width: 915px;
}

.header-nav-list {
    display: inline-block;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
}

.header-nav-item {
    display: table-cell;
    font: bold 14px/1 sans-serif;
    text-transform: uppercase;
}

.header-content-wrap .header-logo-link {
    width: 187px;
    float: left;
    margin-top: 18px;
}


.header-nav-link {
    position: relative;
    display: block;
    color: #fffcf5;
    margin: 0 5px;
    padding: 29px 10px 27px;
    white-space: nowrap;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}

    .header-nav-link:hover {
        background-color: #cf2933;
        color: #fffcf5;
    }

.header-nav {
    position: relative;
    text-align: left;
    font-size: 0;
    background-color: #cf2933;
}

.sub-menu-nav-list-wrapper {
    background-color: #7ec1df;
    min-width: 1290px;
}

.sub-menu-nav-list {
    background-color: #7ec1df;
    height: 34px;
    float: none;
    display: table;
    margin: 0 auto;
}

    .sub-menu-nav-list .header-nav-item {
        font-size: 12px;
        line-height: 1;
        position: relative;
    }

    .sub-menu-nav-list .header-nav-link {
        padding: 12px 10px 10px;
        white-space: nowrap;
    }

        .sub-menu-nav-list .header-nav-link:hover {
            background-color: #71adc8;
        }

nav.navigation:before, nav.navigation:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

nav.navigation, nav.navigation:before, nav.navigation:after {
    /*background-color: #ec008c;*/
    /*background-color: #fd339b;*/
}

    nav.navigation:after {
        left: auto;
        right: 100%;
    }

nav.navigation {
    text-align: left;
    position: relative;
    margin-bottom: 36px;
    margin: 0 auto;
    width: 1000px;
}

    nav.navigation ul li {
        display: table-cell;
        font: 15px/1 sans-serif;
        position: relative;
    }

        nav.navigation ul li>a {
            position: relative;
            display: block;
            /*color: #fffcf5;*/
            color: #484848;
            /*margin: 0 5px;*/
            padding: 10px 20px;
            white-space: nowrap;
            /* -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;*/
        }

nav.nav-first {
    height: 95px;
    /*align-items: center;*/
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
}

nav.navigation ul.nav-first-line {
    padding-top: 10px;
    text-transform: uppercase;
}

    nav.navigation ul.nav-first-line li a {
        font-size: 18px;
        font-weight: bold;
        color: #3d8901;
    }


nav.navigation ul li a:hover {
    /*background-color: #cf2933;
        color: #fffcf5;*/
    color: #cf2933;
}

nav.navigation.nav-second ul li {
    font: normal 15px sans-serif;
    text-transform: none;
}

nav.navigation.nav-second, nav.navigation.nav-second:before, nav.navigation.nav-second:after {
    height: 36px;
    /*border-bottom: 5px solid #7ac143;*/
    background-color: #7ac143;
    z-index: 4;
}

    nav.navigation.nav-second ul li>a {
        /*font-size: 12px;*/
        color: #fff;
        padding: 9px 17px 8px;
        height: 36px;
        /*text-transform: uppercase;*/
        /*font-weight: bold;*/
    }

        nav.navigation.nav-second ul li>a:hover {
            background-color: #555;
            /*color: #FFF;*/
            /*color: #cf2933;*/
        }

/* footer */

body>footer {
    clear: both;
    height: 200px;
    /*background-color: #fd339b;
    color: #ffc5e7;*/
    /*padding-top: 30px;*/
}

.footer-col {
    width: 240px;
    display: inline-block;
    vertical-align: top;
}


    .footer-col ul li {
        font-size: 13px;
        /*margin-bottom: 5px;*/
    }

        .footer-col ul li a {
            color: #888;
            font: bold 13px/1 'PT Sans Caption',sans-serif;
            line-height: 26px;
        }

            .footer-col ul li a:hover {
                color: #cf2933;
            }

footer a.socialgroup {
    color: #888;
    line-height: 25px;
    padding-left: 32px;
    font-weight: bold;
}

footer a {
    color: #888;
}

    footer a.socialgroup:hover {
        color: #cf2933;
    }

/*   */

.content-cols {
    overflow: auto;
    padding-left: 20px;
}

div.wideline:before, div.wideline:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

div.wideline, div.wideline:before, div.wideline:after {
    background-color: #ffe5a6;
}

    div.wideline.cyan, div.wideline.cyan:before, div.wideline.cyan:after {
        background-color: #b9eae7;
    }

    div.wideline.lila, div.wideline.lila:before, div.wideline.lila:after {
        background-color: #8859a5;
    }

    div.wideline:after {
        left: auto;
        right: 100%;
    }

div.wideline {
    text-align: left;
    position: relative;
    margin: 0 auto;
    margin-bottom: 36px;
    padding: 20px 10px;
    width: 660px;
}

/* section head */

.section-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .section-header h1 {
        color: #d1304b;
        font: 45px/1 'PT Sans Caption', sans-serif;
        text-align: center;
    }

.subsection-list {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0 25px 0;
    text-align: center;
}

.section-header .subsection-list .subsection-item {
    margin-right: 30px;
    color: #17438f;
    font: 17px/30px sans-serif;
    white-space: nowrap;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
}

    .section-header .subsection-list .subsection-item:hover {
        color: #ec008c;
    }

/* site logo */
.logo {
    padding-top: 14px;
    /*
    float: left;
    padding-top: 14px;
    margin-left: 10px;
    margin-right: 30px;
    */
}
/*
.header-to-shop {
    margin-top: 35px;
    float: right;
    background: url('/images/bag.png') 0 0px;
    background-repeat: no-repeat;
    background-position-x: 140px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}*/

.header-to-shop p:first-child {
    color: #f07a7b;
}

.header-to-shop:hover p:first-child {
    color: #cf2933;
}

.header-to-shop a:hover {
    color: #cf2933;
}

.socialgroups {
    position: relative;
    float: right;
}

    .socialgroups a {
        position: absolute;
        top: 35px;
    }

.socialgroup {
    height: 27px;
    width: 27px;
    display: block;
    background-repeat: no-repeat;
}

.socialgroup_vk {
    background: url('/images/social/icon-social.png') 0 0px;
}

    .socialgroup_vk:hover {
        background: url('/images/social/icon-social.png') 0 26px;
    }
/*
.socialgroup_fb {
    left: 40px;
    background: url('/images/social/icon-social.png') -34px 0px;
}

.socialgroup_fb:hover {
    background: url('/images/social/icon-social.png') -34px 26px;
}

.socialgroup_ok {
    left: 80px;
    background: url('/images/social/icon-social.png') -64px 0px;
}

.socialgroup_ok:hover {
    background: url('/images/social/icon-social.png') -64px 26px;
}*/

.socialgroup_tw {
    left: 40px;
    background: url('/images/social/icon-social.png') -96px 0px;
}

    .socialgroup_tw:hover {
        background: url('/images/social/icon-social.png') -96px 26px;
    }

/* full width lines */

.widget-wide, .widget-wide:before, .widget-wide:after {
    margin-bottom: 30px;
}

.widget-orange {
    /*background-color: #fd7241;*/
    background-color: #FFCFD5;
}

.widget-violet {
    background-color: #FBD1C2;
}

.widget-blue {
    background-color: #FDE4A9;
}

.widget-yellow {
    /*background-color: #ffe5a6;*/
    /*background-color: #ffe5a6;*/
    background-color: #f9dfe2;
}

.person-block {
    margin: 50px 30px 50px 40px;
    min-height: 150px;
    overflow: auto;
}

    .person-block .person {
        float: left;
        width: 180px;
    }

        .person-block .person .ava {
            margin-bottom: 10px;
        }

        .person-block .person a {
            color: #222;
            font: 15px/1.3 sans-serif;
        }

.person p {
    margin: 5px 0 !important;
}

img.author-photo {
    display: inline-block;
    border-radius: 50px;
}

.person-block .person .profession {
    color: #484848;
    margin-top: 10px;
    font: 14px/1.3 sans-serif;
}

.person-block .quote {
    font: 18px/24px 'notoserif',serif;
    /*color: #ffffff;*/
    /*color: #f9dfe2;*/
    color: #484848;
    float: right;
    width: 730px;
    font-style: italic;
}

.person-block p {
    margin-bottom: 15px;
}

.clear {
    clear: both;
}




/* Js Contact Form */
.b-popup {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top: 0px;
    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 #f07a7b;
    }

    .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;
}

/*.askform*/ .send {
    float: right;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

    /*.askform*/ .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_link {
    text-decoration: none !important;
    border-bottom: 1px dashed #888 !important;
}

    .js_link:hover {
        border-bottom: 1px dashed #f07a7b !important;
    }

#up {
    background: url(/images/up.png) no-repeat;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: fixed;
    margin-left: 1030px;
    top: 72%;
    cursor: pointer;
}

/* sitemap */

ul.sitemap li {
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-top: 12px;
    font: 14px 'PT Sans Caption',sans-serif;
}

    ul.sitemap li ul li:before {
        position: absolute;
        left: 0;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        top: 17px;
        background-color: #f07a7b;
    }

    ul.sitemap li ul {
        margin-left: 10px;
        margin-bottom: 10px;
    }

.sitemap_headline {
    font: 24px/40px 'Source Sans Pro',sans-serif;
    text-align: center;
}

/* yandex search */

.search-form__field::-webkit-input-placeholder {
    color: red !important;
    background-color: #71adc8;
}

.search-form__field::-moz-placeholder {
    color: red !important;
    background-color: #71adc8;
}
/* Firefox 19+ */
.search-form__field:-moz-placeholder {
    color: red !important;
    background-color: #71adc8;
}
/* Firefox 18- */
.search-form__field:-ms-input-placeholder {
    color: red !important;
    background-color: #71adc8;
}

.footer-subscribe {
    /*
    background-color: #999;
    padding: 8px;*/
    background-color: #555;
    padding: 2px;
}


/* article-modern-list */

.article-modern-list-row .modern-box:first-child {
    padding-left: 0 !important;
    padding-right: 10px !important;
}

.article-modern-list-row .modern-box:last-child {
    padding-right: 0 !important;
    padding-left: 10px !important;
}

.article-modern-list-row:before {
    display: table;
    content: " ";
}

.article-modern-list-row {
    margin-top: 20px;
    overflow: hidden;
}

.modern-box {
    float: left;
    padding-left: 5px;
    min-height: 1px;
    box-sizing: border-box;
    padding-right: 5px;
}

.modern-box-inner {
    position: relative;
}

.modern-box:hover a:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,.1);
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.modern-box a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.modern-box-2 {
    width: 50%;
}

.modern-box-3 {
    width: 33.33%;
}

.modern-box a img {
    display: block;
    width: 100%;
}

.modern-box-name {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    margin-top: -50px;
    padding: 7px 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-family: 'PT Sans Caption', sans-serif;
    /*font-style: italic;*/
}

.modern-box-shadow {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    margin-top: -50px;
    opacity: 0.75;
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
    background: #505050;
}

.modern-box:hover .modern-box-shadow {
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
    background: #cf2933;
}

/* author */

.denada_h1 {
    color: #fff;
    font-weight: normal;
    background-color: #f07a7b;
    padding: 10px;
    font-size: 19px;
    margin-top: 5px;
}

.person-block .person {
    float: left;
    width: 180px;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

/* плавающий блок */

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

/* zoom-icon on image hover */

.photo__inner {
    position: relative;
    display: inline-block;
}

.photo__action {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
}

    .photo__action:before {
        content: '';
        width: 0;
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }


.photo__inner:hover .photo__action-inner {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.photo__action-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    font-size: 35px;
    color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.icon {
    font-family: "icons_font";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_zoom:before {
    content: "\106";
}

.article-gallery-fullwidth {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-gallery-fullwidth-grid-item {
    width: 135px;
    height: 135px;
    display: block;
    padding: 10px 0 0 10px;
    float: left;
}

    .article-gallery-fullwidth-grid-item:first-child {
        padding-left: 0;
    }

/*
.article-gallery-fullwidth-grid-item-counter {
    background: #ff4f00;
    vertical-align: middle;
    border: 2px solid #cc3f00;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF !important;
    display: block;
}

a.article-gallery-fullwidth-grid-item-counter:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}
*/

.gallery-grid__placeholder {
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer;
    table-layout: fixed;
    color: #fff;
}

.gallery-grid__counter {
    width: 100%;
    height: 100%;
    background: #ff2d54;
    padding: 0 19px;
    vertical-align: middle;
    border: 2px solid #ff2d54;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: table-cell;
}

.gallery-grid__count {
    font-size: 30px;
    line-height: 40px;
}

.clear-after::after {
    content: '';
    display: block;
    clear: both;
}

.article-image-block {
    margin: 20px auto!important;
    display: block!important;
}

.article-gallery {
    overflow: hidden;
    margin: 20px auto;
}

    .article-gallery figure {
        margin: 0 3px 3px 0;
    }

    .article-gallery a, .article-gallery figure {
        display: block;
        float: left;
    }

.ad_background {
    border: 1px solid #FBF0F1;
    background: #FBF0F1;
    padding: 10px;
    border-radius: 10px;
}

.yd_mobile_poster_outer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.yd_mobile_poster {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}


body.branding-test{
	background-attachment: fixed;
	/*background-color: rgb(0, 0, 0);*/
    background-color: #fff;
	background-image: url(/images/branding/banya.jpg);
    background-image: url(/images/branding/kia998-2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    /*padding-top: 250px;*/
}

.branding__area {
    width: calc((100% - 1000px)/ 2);
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
}

.branding__area:first-of-type {
    left: 0;
}

.branding__area:last-of-type {
    right: 0;
}

.branding__top-area{
    display: block;
    width:100%;
    height:200px;
}

.branding-test nav.navigation:before, .branding-test nav.navigation:after {
    display: none;
}

.branding-test .page{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

.branding-test footer{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}

#comments_section{
    margin: 0 14px;
}
/*
.content-col.c1{
    margin-left: 15px;
}*/

.disclaimer-block{
    padding-top: 20px;
    padding-bottom: 20px;
}

.branding-test .disclaimer-block{
    padding-bottom: 0;
    width: 1000px;
    margin: 0 auto;
}




.ym_iframe{
    width:100%;
}

.ym_iframe iframe {
    width:100%;
}

/* forms (like bootstrap) */

::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
}

:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group label {
    color: #999;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
    height: auto;
}

/* buttons */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /*
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    */

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* headers */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}


/* glyphicons */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/bootstrap-icons/glyphicons-halflings-regular.eot');
  src: url('/fonts/bootstrap-icons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/bootstrap-icons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.restore_pass_link {
    display: inline-block;
    font-size: 13px;
    margin-top: 8px;
    color: #8a9bab;
}

.login_link{
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    color: #555;
}

.restore_pass_link:hover, .login_link:hover {
    text-decoration: underline;
}

.hidden
{
    display: none;
}



/* Search */

.search-fixed_lang {
    border-radius: 12px;
    background-color: #fff;
    margin: 10px;
    /* padding: 15px; */
    /* border: 1px solid #ccc; */
    box-shadow: 0 4px 12px 0#0d234308;
    padding: 15px;
}


.search-links {
    padding-top: 1px;
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

.search-link {
    border-radius: 12px;
    background-color: #fff;
    margin: 10px;
    /*padding: 15px;*/
    /*border: 1px solid #ccc;*/
    /* transition: all 0.15s ease-in-out;
                                        }

                                        .partner-link:hover{
                                            /*margin-left: 0px;
                                            margin-right: 20px;*/
    box-shadow: 0 4px 12px 0#0d234308;
    padding: 15px;
}

    .search-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%);
        */
    }
    /*
    .search-link a {
        overflow: auto;
        display: block;
        padding: 15px;
    }
    */

.search-link__col {
    float: left;
}

.search-link__col-1 {
    width: 75px;
    min-height: 1px;
}

.search-link__col-2 {
    width: 870px;
}

/*
.search-link__col-3 {
    width: 220px;
    text-align: right;
    padding-top: 15px;
}
*/

.search-link:after {
    content: "";
    display: table;
    clear: both;
}

.search-link__img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 5px;
}

.search-link__title {
    font-size: 20px;
    color: #000080;
}

a:hover .search-link__title {
    color: #d00;
}

.search-link__sin {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

.search-link__link {
    font-size: 14px;
    margin: 2px 0;
}

.search-link__link a{
    color: #006000;
}

    .search-link__link a:hover {
        color: #cf2933;        
    }

.search-link__host {
    font-weight: bold;
}

.search-link__separator {
    margin: 0 2px;
}

.search-link__desc {
    font-size: 13px;
    color: #000;
    padding-top: 5px;
}

.search-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;
}

    .search-link__btn:hover {
        background-color: #f5c400;
        /*
                                            background: #f98f12;
                                            color: #fff;
                                            */
    }

.search-links__add {
    margin-bottom: 18px;
    font-style: italic;
}

.search-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;
}

    .search-accents a:hover {
        background: #7ac143;
        color: #fff;
        border: 1px solid #7ac143;
    }

.search_input {
    display: table-cell;
    height: 29px;
    /*border: 2px solid #fc0;*/
    border: 2px solid #7ac143;
    border-radius: 10px 0px 0px 10px;
    padding: 2px;
    vertical-align: top;
    width: 100%;
    position: relative;
}

    .search_input input {
        height: 32px;
        font-size: 16px;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 100%;
        vertical-align: top;
        color: #000;
        border: 0 solid transparent;
        outline: 0;
        border-left-width: 11px;
        position: relative;
        z-index: 3;
    }

.search__svg_clear {
    display: none;
    width: 28px;
    position: absolute;
    right: 8px;
    z-index: 3;
    color: #999;
    cursor: pointer;
}

.hasSearchText .search__svg_clear {
    display: inline-block;
}

.search__svg_clear:hover {
    color: #555;
}

.search__svg_camera {
    width: 28px;
    position: absolute;
    right: 8px;
    z-index: 3;
    color: #000000ad;
    cursor: pointer;
}

.hasSearchText .search__svg_camera {
    display: none;
}

.search__svg_camera:hover {
    color: #999;
}


.search_btn {
    display: table-cell;
}

.search_btn_submit {
    width: 84px;
    height: 40px;
    margin-right: 0;
    padding: 5px;
    font: 16px/30px arial,sans-serif;
    border: 0;
    border-radius: 0 10px 10px 0;
    /*background-color: #fc0;*/
    background-color: #7ac143;
    color: #fff;
    cursor: pointer;
}

/* search by image */

.search_input .tippy-box {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .24);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .24);
    border-radius: 10px;
    margin-top: 12px;
}

.search_image__box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.search_image__btn-box {
    /*display: flex;*/
    color: #999;
    position: relative;
}

label.search_image__btn {
    display: inline-block;
    font-weight: 600;
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 16px;
    padding: 40px 60px;
    cursor: pointer;
    border: 2px dashed rgba(7, 28, 71, 0.12);
    border-radius: 12px;
}

    label.search_image__btn:hover {
        border-color: rgba(0, 0, 0, .2);
    }

.search_image_upl_btn {
    background-color: #fc0;
    color: #000;
    border-radius: 10px;
    padding: 9px 15px;
    font-weight: normal;
}

    .search_image_upl_btn:hover {
        background-color: #ffd633;
    }

.search_image__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none;
}

.search_image__upl_preloader {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 12px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .search_image__upl_preloader .loader {
        width: 48px;
        height: 48px;
        border: 5px solid #fc0;
        border-bottom-color: transparent;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: upl_preloader_rotation 1s linear infinite;
    }

@keyframes upl_preloader_rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* fast search */

#search-form {
    /*
    display: inline-block;
    width: 770px;
    padding-top: 15px;
    margin-left: 20px;
    z-index: 5;
    position: relative;
    */
    width: 100%;
    margin-left: 30px;
    margin-right: 25px;
    z-index: 5;
    position: relative;
    padding-top: 18px;
}

.search-form_bg {
    background-color: rgba(3, 8, 13, .32);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1;
    display: none;
}

.fast-search-container .searchInput {
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    z-index: 3;
    position: relative;
    /*box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);*/
}

.searchInput input {
    height: 30px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 40px 0 10px;
    font-size: 16px;
    /*box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}

.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
    padding: 0;
    /*opacity: 0;*/
    display: none;
    pointer-events: none;
    max-height: 600px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    /*padding: 10px 8px;*/
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}

.fast_search_result_container{
    margin-top: 10px;
}

.fast_search_item {
    display: block;
    cursor: pointer;
    padding: 15px 12px;
    /*border-radius: 8px;*/
    color: #000 !important;
    position: relative;
    padding-left: 60px;
    border-radius: 5px;
}

    .fast_search_item:hover {
        /*background-color: #f6f6f9;*/
        background-color: #fcf4d3;
    }

.fast_search_item__img {
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    left: 6px;
    top: 6px;
    border-radius: 3px;
}

.fast_search_item_items-count {
    font-size: 14px;
    color: #868695;
    padding-left: 7px;
    font-weight: normal;
}

.btn-link {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    padding: 2px 10px;
    outline: none;
    margin-left: 5px;
    text-decoration: none !important;
    font-size: 90%;
}

    .btn-link:hover {
        background-color: #f5c400;
        color: #000;
    }

/* hystmodal custom css */

.hystmodal-simple .hystmodal__window {
    position: relative;
    overflow: visible;
    border-radius: 24px;
    padding: 24px;
}

.hystmodal-simple .title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
}


.hystmodal-simple .hystmodal_textarea {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 20px;
    min-height: 36px;
    padding: 6px 36px 6px 12px;
    border: 2px solid #e8e8e8;
    color: #222;
    resize: none;
    margin-top: 8px;
    max-height: 500px;
    overflow-x: hidden;
}

    .hystmodal-simple .hystmodal_textarea:focus, .hystmodal-simple .hystmodal_textarea:focus-visible, .hystmodal-simple .hystmodal_textarea:active {
        outline: 0;
        border-color: #fc0;
    }

.hystmodal_submit_container {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    margin-top: 20px;
}

    .hystmodal_submit_container button {
        
        height: 40px;
    }

    .hystmodal-simple .btn-close {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        -webkit-appearance: none;
        border: 0;
        border-radius: 4px;
        position: relative;
        line-height: 40px;
        height: 40px;
        cursor: pointer;
        font-size: 16px;
        color: #000;
        width: 100%;
        z-index: -1; /* container click event */
        background: #fff;
        border: 1px solid #ccc;
    }

.hystmodal-simple .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;    
    -webkit-appearance: none;
    border: 0;
    border-radius: 4px;
    position: relative;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    background: #fc0;
    font-size: 16px;
    color: #000;
    width: 100%;
}



    .hystmodal-simple .btn-submit:hover {
        background-color: #f5c400;
    }

    .hystmodal-simple .btn-submit:disabled {
        background-color: #f1f0ed;
        opacity: .5;
    }

    .disabledSubmitBtnText {
        display: none;
        font-size: 13px;
        color: red;
    }        


.hystmodal-simple .hystmodal__close {
    top: 18px;
    right: 18px;
    background-image: none;
}

    .hystmodal-simple .hystmodal__close:focus {
        outline: none;        
    }

.hystmodal-simple-open {
    text-decoration: none;
    border-bottom: 1px dashed #202020;
    cursor: pointer;
}

.hystmodal-simple-open {
    text-decoration: none;
    /*border-bottom: 1px dashed #202020;*/
    cursor: pointer;
    /* blue
    color: #338bd0;
    border-bottom: 1px dashed #338bd0;
    */
    color: #fa4400;
    border-bottom: 1px dashed #fa4400;
}

    .hystmodal-simple-open:hover {
        color: #cf2933;
        border-bottom: 1px dashed #cf2933;
    }

.hystmodal_content_result_content{
    margin: 20px 0;
}

/* note */

.user_notes{
    margin-bottom: 30px;
}

.user_notes:empty {
    display: none;
}

.hystmodal_note_textarea {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 20px;
    min-height: 36px;
    padding: 6px 36px 6px 12px;
    border: 2px solid #e8e8e8;
    color: #222;
    resize: none;
    margin-top: 8px;
    /*max-height: 500px;
    overflow-x: hidden;*/
}

.hystmodal_note-image-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.note_upload__img-box {
    width: 120px;
    padding: 0 10px;
    margin-top: 10px;
}

.note_upload__img-close {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    top: -9px;
    right: -19px;
    text-align: center;
    line-height: 12px;
    z-index: 1;
    cursor: pointer;
}

    .note_upload__img-close:after {
        content: '✖';
        font-size: 9px;
        color: white;
    }

.note_img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.note-card {
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #eee;
}

    .note-card:hover {
        -webkit-box-shadow: 0 1px 4px 0 hsl(0deg 0% 46% / 50%);
        -moz-box-shadow: 0 1px 4px 0 hsla(0, 0%, 45.9%, .5);
        box-shadow: 0 1px 4px 0 hsl(0deg 0% 46% / 50%);
    }


.note-card-body {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.note-card-head {
    display: flex;
    justify-content: space-between;
}

.note-card .note-card-header {
    background: transparent;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 0;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    /*
    .note-card.note-card-bottom-border-info:hover .icon {
        color: #fff;
    }
    */
    

    .note-card .note-card-body {
        padding: 20px;
    }

    .note-card .note-card-content {
        width: 100%;
    }

.note-card-description {
    color: #768492;
    font-size: 16px;
    line-height: 26px;
}

.note-card-description.short {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .note-card-description p:empty {
        line-height: 75%;
    }

    .note-card-description p:empty:before {
        content: ' ';
        white-space: pre;
    }

.note-card-footer {
    background: unset;
    border: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding: 0.75rem 1.25rem;
    /*background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);*/
}

    .note-card-footer:last-child {
        border-radius: 0 0 9px 9px;
    }

.note-card-controls {
    display: flex;
    align-items: start;
    gap: 5px;
}

.leaf-1 {
    width: 15px;
    height: 15px;
    border-radius: 0 10px;
    background-color: #259925;
    transform: rotate(0deg);
    display: inline-block;
}
/*
.note-card.note-card-bottom-border-info:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0px;
    border: 2px solid;
    border-color: #87baf5;
    background-color: #87baf5;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.note-card.note-card-bottom-border-info:hover:after {
    transform: translateY(-8px);
}
*/

/*
.note-card.note-card-bottom-border-info:hover {
    background: #87baf5;
}
*/
/*
    .note-card.note-card-bottom-border-info:hover .note-card-title,
    .note-card.note-card-bottom-border-info:hover p,
    .note-card.note-card-bottom-border-info:hover a:not(.dropdown-item),
    .note-card.note-card-bottom-border-info:hover span {
        color: #fff;
    }
    
    .note-card.note-card-bottom-border-info:hover .glyphicon {
        color: inherit;
    }*/
    

/* note dropdown */
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

/*
.dropdown-toggle {
    white-space: nowrap;
    display: flex;
    padding: 3px;
}

    .dropdown-toggle:hover {
    }
*/


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #768492;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    animation: slideDown 300ms ease forwards;
    transform-origin: top center;
    top: auto !important;
    right: 0 !important;
    left: auto !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #363636;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.show{
    display: block;
}

.hystmodalModal_note_del .hystmodal__window{
    width: 420px;
}

.hystmodalModal_note_del .hystmodal_submit_container button {
    height: 34px;
    line-height: initial;
}

.hystmodal_note_pseudotitle {
    font-size: 20px;
    margin-bottom: 5px;
}

.hystmodal_note-additional-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    /*color: #333;*/
    color: #626d7a;
}

.hystmodal_note-visibility {
    display: flex;
    align-items: center;
    color: #626d7a;
}

.note-card-relatedobj {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}


.note-card-relatedobj__img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note-card-relatedobj__img img{
    display: block;
    border-radius: 3px;
    max-width: 100%;
    max-height: 100%;
}

.note-card-relatedobj__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.note-card-relatedobj__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
}

.note-card-relatedobj__title svg{
    color: #555;
}

    .note-card-relatedobj__title svg:hover {
        color: #cf2933;
    }

.note-card-relatedobj__date{
    color: #777;
    font-size: 14px;
}

/* wishlist */
.wishlist_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    background: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 2px 4px;
    outline: none;
}

/*
.wishlist_gallery_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;    
}

.heart_svg {
    background-image: url('/images/heart.svg');
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
}

    .heart_svg:hover {
        background-image: url('/images/heart-hover.svg');
    }
*/

.wishlist_gallery_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    background-image: url('/images/heart.svg');
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
}

    .wishlist_gallery_btn:hover {
        background-image: url('/images/heart-hover.svg');
    }

    .wishlist_gallery_btn.wishlist_gallery_btn_favorite {
        background-image: url('/images/heart-full.svg');
    }

    .wishlist_btn .wishlist_icon path:first-of-type {
        fill: #00192E;
    }

.wishlist_btn:hover .wishlist_icon path:nth-of-type(2) {
    /*fill: #f07a7b;*/
    fill: #F8104B;
}

.wishlist_btn .wishlist_icon.in-wishlist_icon path:nth-of-type(2) {
    fill: #F8104B;
}


.wishlist_text {
    margin-left: 8px
}

.wishlist_btn .wishlist_icon {
    color: #222222;
}

.wishlist_btn:hover .wishlist_icon {
    color: #f07a7b;
}


/* wishlist ke*/

.wishlist_ke_btn {
    background-image: url(/images/heart.svg);
    display: block;
    background-size: contain;
    height: 24px;
    background-repeat: no-repeat;
    padding-left: 32px;
    font-size: 15px;
}

    .wishlist_ke_btn:hover, .wishlist_ke_btn_favorite {
        background-image: url('/images/heart-full.svg');
    }


    /* header account */
    .header-account {
        align-items: center;
        display: flex;
        gap: 16px;
        justify-content: flex-end;
    }

.header-profile, .header-favorite {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #070707;
    display: flex;
    flex-direction: column;
    height: 56px;
    justify-content: flex-start;
    padding-top: 8px;
    position: relative;
    min-width: 76px;
    font-size: 14px;
    transition-property: color;
    transition: 0.2s cubic-bezier(0.4,0,0.2,1);
}

    .header-profile:hover, .header-favorite:hover {
        /*
        color: #0050e0;
        fill: #0050e0;
        */
        color: #cf2933;
        fill: #cf2933;
    }

.header-account-badge {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f91155;
    border-radius: 8px;
    color: #fff;
    height: 16px;
    line-height: 17px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    font-weight: bold;
}

.header-account-badge-notes {    
    background-color: #87baf5;    
    /*
    background-color: #2bb32b;
    */
}

.note_ke_btn {
    font-size: 15px;
    cursor: pointer;
}

    .note_ke_btn:hover svg {
        color: #87baf5;
    }

.note-control-icon {
    display: flex;
    padding: 7px;
    cursor: pointer;
    border-radius: 100%;
}

.note-control-icon:hover {
    background-color: #eee;
}

.header-account-label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1px;
    font-size: 13px;
}


/*  */

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-block {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 40px 24px 24px;
}

.form-block label{
    font-size: 12px;
}


.account-logout {
    font-size: 12px;
    font-weight: bold;
    /*color: #f91155;*/
    color: #777;
    margin-left: 35px;
    margin-bottom: 50px;
    display: inline-block;
}


/* alerts */
.alert {
    border-radius: 4px;
    box-shadow: none;
    margin: 0 auto;
    margin-top: 25px;
    max-width: 900px;
}

    .alert.alert-success {
        color: #468847;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .alert.alert-info {
        color: #084298;
        background-color: #cfe2ff;
        border-color: #b6d4fe;
    }

.alert .close {
    position: relative;
    top: -2px;
    line-height: 20px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    cursor: pointer;
}

    .alert .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity = 50);
        opacity: .5;
    }

.alert p{
    margin-top: 10px;
}

.alert p:first-of-type{
    margin-top: 0;
}



.account-reviews-list {
    list-style-type: none;
    margin: 0;
    margin-bottom: 40px;
    padding: 10px;
}

.account-reviews-list__item {
    padding: 15px;
    border-radius: 4px;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,.12), 0 0 3px 0 rgba(0,0,0,.06);*/
    box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 0 3px rgba(0,0,0,.12);
    margin-bottom: 20px;
}

.account-review-header {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 56px 1fr;
}

.account-review-img img {
    max-width: 56px;
    max-height: 56px;
    border-radius: 7px;
}

.account-review-header-main {
    display: grid;
    gap: 8px;
}

.account-review-header-name a{
    text-decoration: underline;
}

.account-review-header-stars {
    align-items: center;
    display: flex;
}


.review-stars {
    align-items: center;
    display: inline-flex;
    pointer-events: none;
}

.wdg-account-nav {
    display: flex;
    padding: 0 16px;
    flex-grow: 1;
    white-space: nowrap;
    gap: 10px;
    justify-content: center;
}

    .wdg-account-nav a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        border-radius: 10px;
        text-transform: initial;
        color: #000;
        background-color: #e8e8e8;
        margin-bottom: 10px;
        padding: 0 10px;
        font-size: 14px;
    }

/* lastview.wdg article */

.lastview-article {
    display: inline-block;
    position: relative;
    margin-left: 9px;
    margin-right: 10px;
    border-radius: 7px;
    overflow: hidden;
}

.lastview-article-grid {
    display: grid;
    text-align: center;
    align-items: center;
}

.lastview-article-cover {
    font-size: 0;
}

    .lastview-article-cover:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(46, 46, 46, .5);
        z-index: 1;
    }

    .lastview-article-cover img {
        transition: transform 0.2s;
    }

.lastview-article:hover .lastview-article-cover img {
    transform: scale(1.);
}

.lastview-article-name {
    position: absolute;
    color: #fff;
    z-index: 2;
    font: 15px Century Gothic, Arial, sans-serif;
    padding: 7px;
    text-shadow: #000 0px 0px 1px;
}
/* Breadcrumbs */

#breadcrumb {
    color: #ab9a8e;
    font: 14px 'notoserif', serif;
    position: relative;
    margin-left: 2px;
}

    #breadcrumb li {
        list-style-type: none;
        float: left;
        padding-right: 10px;
    }

        #breadcrumb li:after {
            content: " / ";
            margin-left: 5px;
        }

    #breadcrumb :last-child:after {
        content: "";
    }

    #breadcrumb li a {
        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:hover {
            color: #222222;
        }

    #breadcrumb:after {
        content: "";
        clear: both;
        display: table;
    }

/* Article */

article.article, .knowledge_article_col {
    float: left;
    width: 718px;
    padding: 10px 14px;
    margin: 1px 1px 2px 2px;
    position: relative;
    text-align: left;
    font: 15px/24px 'PT Sans Caption',sans-serif;
    /*font-family: "notoserif", serif;*/
}

    article.article h1 {
        font: 40px/40px 'Source Sans Pro', sans-serif;
        max-width: 690px;
        margin: 12px 0 28px 0;
        font-weight: normal;
        color: #222222;
    }

.article h2, .article h3, .article h4 {
    font: bold 22px/23px sans-serif;
    margin: 10px auto 0;
    padding-top: 20px;
    display: block;
    color: #222222;
}



.article h3 {
    font: bold 20px/23px sans-serif;
    margin: 20px auto 0;
    font-style: italic;
}

.article h4 {
    font: bold 18px/23px sans-serif;
    margin: 10px auto 0;
    font-style: italic;
}

.youtube {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center;
    clear: both;
}

.article p {
    margin-top: 15px;
    word-spacing: 0.1em;
    letter-spacing: 0.002em;
}

.article ul li p:first-child {
    margin-top: 0;
}

/*
.article_entry a {
    text-decoration: underline;
}
*/
/*
.highslide img {
    cursor: url(/Scripts/highslide-graphics/zoomin.cur), pointer !important;
}
*/

.article_entry a {
    text-decoration: none;
    color: #07c;
}

    .article_entry a:hover {
        text-decoration: underline;
    }

.article img {
    display: block;
}

.img-bordered {
    /*border-style: solid;
    border-width: 1px;
    border-color: #ccc;*/
    padding: 5px;
    background-color: #fff;
}

/* Article Footer */
.social-bar {
    width: 718px;
    /*margin-top: 40px;*/
    position: relative;
}

    .social-bar:before, .social-bar:after {
        display: block;
        width: 718px;
        height: 0;
        content: '';
    }

    .social-bar:before {
        border-bottom: 2px solid #d9ccc2;
        padding-top: 15px;
        margin-bottom: 13px;
    }

    .social-bar:after {
        border-top: 2px solid #d9ccc2;
        padding-bottom: 11px;
        margin-top: 13px;
    }

/* Rating stars */
#raiting {
    position: relative;
    height: 25px;
    cursor: pointer;
    width: 125px;
    float: left;
}
/* Блок рейтинга*/
#raiting_blank, #raiting_votes, #raiting_hover {
    height: 25px;
    position: absolute;
}

#raiting_blank {
    background: url(/images/rating-houses.png);
    background-position: -10px -64px;
    width: 125px;
}
/* "Чистые" звездочки */
#raiting_votes {
    background: url(/images/rating-houses.png) -10px -10px;
}
/*  Закрашенные звездочки */
#raiting_hover {
    background: url(/images/rating-houses.png) -10px -36px;
    display: none;
}
/*  звездочки при голосовании */
#raiting_info {
    margin-left: 100px;
}

#raiting.pressed {
    cursor: default;
}

#raiting_star {
    margin-top: 20px;
}


div.recommended_headline {
    font: bold 40px/1 sans-serif;
    margin: 50px auto;
    text-align: center;
    color: #222;
}

/* lists */

.article_entry ul {
    padding-bottom: 0;
    margin-top: 10px;
}

    .article_entry ul li {
        position: relative;
        margin: 0;
        padding-left: 25px;
        padding-top: 10px;
        /*font-style: italic;*/
    }

        .article_entry ul li:before {
            position: absolute;
            left: 0;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            top: 18px;
            background-color: #f07a7b;
        }

        .article_entry ul li ul li:before {
            background-color: #7ac143;
            border-radius: 0%;
        }

    .article_entry ul.article_menu li {
        font-style: italic;
    }

        .article_entry ul.article_menu li:before {
            position: absolute;
            left: 0;
            display: none;
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            top: 20px;
            background-color: #f07a7b;
        }


.article_entry ol {
    margin: 30px 0;
    counter-reset: li;
    list-style: none outside none;
}

    .article_entry ol > li {
        position: relative;
        padding-left: 55px;
        margin-bottom: 20px;
        padding-top: 0;
    }

        .article_entry ol > li:before {
            content: counter(li);
            counter-increment: li;
            height: 28px;
            width: 28px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            color: #fff;
            font-size: 14px;
            line-height: 29px;
            font-weight: bold;
            background: #f07a7b;
            border-radius: 50%;
        }

.article_entry strong, b {
    font-weight: bold;
}

.article_entry blockquote {
    padding: 0 0 0 65px;
    font-style: italic;
    margin: 30px 40px 40px 0px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAnCAMAAAB6+uurAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1RUFCQkEyNzZCRDExRTI5QkMxREZBMjg2RkEzN0Y0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1RUFCQkEzNzZCRDExRTI5QkMxREZBMjg2RkEzN0Y0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjVFQUJCQTA3NkJEMTFFMjlCQzFERkEyODZGQTM3RjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjVFQUJCQTE3NkJEMTFFMjlCQzFERkEyODZGQTM3RjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EhsKVAAAAM1BMVEXMzMzy8vL8/PzPz8/19fXs7OzS0tLf39/V1dXl5eX5+fnp6enZ2dnc3Nzv7+/i4uL///+9lQJ0AAAAEXRSTlP/////////////////////ACWtmWIAAAFRSURBVHjavJTJloUgDEQLmVGf/P/Xts0kCfGdXrXLqnOTIgSR3z4lyyZDNrbd4SPoNsDISNQA/Aq4W74kpDiA5kmPIocVMdWBTzSq7/KCxOoc7PQfXeW7DkNMqJksm8ZZZFcmQpG9Nd/YKWqLq8pY4zp+IzuVJ2QLYovs5xYEaYTNEjEfbiCp5NU8VC2kTV4RwZp6EBl/SMW2rSF17lcWZ8VkTJbmszKijMdC5Ed3olyQtohKXjclILZaYAGSLBfEQSzn8dqlN2HPMMlyQY7u0XpxyJYjoxq7ZYcXBv2NcNPM8k6Rc/aePhFyqV9EE8/1kZJKwBQZiVojg6PyOSGKIa4b7EvvSPe4bL8gSkbifyPpBXHvCPc02+P1YtjCPNUMlQ+yyaTN89C9FLchRou73P5T0o7dzOgT5u3fxkPSn/WnZEvFk//5VNnNsNPX/yPAAGbASHp47GvdAAAAAElFTkSuQmCC);
    min-height: 40px;
}
    /*
    .article_entry blockquote strong, .article_entry blockquote b {
        font-weight: normal;
    }*/

.comments_headline {
    font: 40px/1.3 sans-serif;
    color: #c33415;
    margin-top: 30px;
    margin-bottom: 20px;
}

#comment_form {
    position: relative;
    margin-top: 20px;
}

#comment-phone {
    display: none;
}

/*.comment_form .field_required {
        color: red;
    }*/

#comment-form input, #comment-form select, #comment-form textarea {
    font: 15px/25px 'notoserif', serif;
}

#comment-form ::-webkit-input-placeholder {
    font: 15px/25px 'notoserif', serif;
}

#comment-form :-moz-placeholder {
    font: 15px/25px 'notoserif', serif;
}

#comment-form ::-moz-placeholder {
    font: 15px/25px 'notoserif', serif;
}

#comment-form :-ms-input-placeholder {
    font: 15px/25px 'notoserif', serif;
}

/* validation error  */
.comment-form_comment.error, .comment-form_authorname.error, .comment-form_authormail.error {
    border: 1px solid red;
}

.comment-form_comment {
    width: 645px;
    min-height: 45px;
    border: 1px solid #ab9a8e;
    resize: none;
    padding: 10px;
    display: block;
    overflow: auto;
    font: 15px/25px 'notoserif', serif;
    background-color: #fff;
    outline: 0;
    outline: none;
    box-sizing: border-box;
    margin-left: 90px;
    margin-bottom: 15px;
}

.comment-form_authorname, .comment-form_authormail {
    min-height: 45px;
    border: 1px solid #ab9a8e;
    background-color: #fff;
    resize: none;
    float: left;
    margin-right: 15px;
    padding: 10px;
    width: 253px;
}

.comment-form_authorname {
    margin-left: 90px;
    width: 501px;
}

.comment-form_button {
    background-color: #d1521a;
    width: 120px;
    height: 47px;
    text-align: center;
    cursor: pointer;
    font: bold 17px/40px sans-serif !important;
    float: left;
    margin-left: 8px;
    color: #ffffff;
    display: block;
    border: 3px solid #d1521a;
}

    .comment-form_button:hover {
        background-color: #c33415;
        border: 3px solid #c33415;
    }

/*.comment-form_button:hover {
    background-color: #ffffff;    
    color: #f89406;   
}*/

.comment_form-ava {
    position: absolute;
    top: 0;
    left: 0;
}

.comment {
    font-family: 'notoserif', serif;
}

.ctext {
    color: #333;
    font-size: 15px;
}

.commentlist li {
    padding: 20px 0 25px;
    position: relative;
    border-bottom: 1px dotted #d9c8c0;
}

    .commentlist li:first-child {
        border-top: 1px dotted #d9c8c0;
    }

.cauthor {
    margin-bottom: 5px;
}

.author_name {
    font-weight: bold;
    color: #f89406;
}

/* cover */
.article_entry_cover {
    background-color: #f9dfe2;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.cover-content {
    text-align: center;
    padding: 25px 135px 0;
}

    .cover-content a {
        opacity: .6;
        font: bold 13px/13px sans-serif !important;
        text-transform: uppercase;
        letter-spacing: .15em;
        text-decoration: none;
    }

    .cover-content h1 {
        font: 36px/1 'gretadisplay',serif !important;
        text-align: center;
        margin: 0 auto 21px;
    }

.cover-image {
    width: 466px;
    margin: auto;
}

    .cover-image img {
        border: 8px solid #fff;
    }

.cover-share-vk {
    width: 44px;
    height: 30px;
    display: inline-block;
    background: url(/images/page/article/vk.png) no-repeat;
    margin-left: 5px;
}

.cover-share-fb {
    width: 44px;
    height: 30px;
    display: inline-block;
    background: url(/images/page/article/fb.png) no-repeat;
    margin-left: 5px;
}

.cover-share-tw {
    width: 44px;
    height: 30px;
    display: inline-block;
    background: url(/images/page/article/tw.png) no-repeat;
    margin-left: 5px;
}

    .cover-share-vk:hover, .cover-share-fb:hover, .cover-share-tw:hover {
        cursor: pointer;
    }

.cover-share-vk:hover {
    background: url(/images/page/article/vk2.png) no-repeat;
}

.cover-share-fb:hover {
    background: url(/images/page/article/fb2.png) no-repeat;
}

.cover-share-tw:hover {
    background: url(/images/page/article/tw2.png) no-repeat;
}

.sharing-wrap, .social-bar .discussion {
    color: #b39d8f;
    font: bold 12px/1 sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 17px;
    vertical-align: top;
    width: 200px;
}

.sharing {
    margin-top: 20px;
}

.discussion {
    text-decoration: none !important;
    width: 200px;
    display: inline-block;
    margin-top: 17px;
    margin-left: 150px;
    margin-right: 50px;
}

    .discussion p, .sharing-wrap p, .rating-title {
        text-align: center;
        color: #ab9a8e;
        font: bold 10px/1 sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.10em;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.comments-total-counter {
    margin-left: 70px;
    width: 100px;
    height: 39px;
    background: url(/images/page/article/comm.png) no-repeat;
}

    .comments-total-counter:hover {
        background: url(/images/page/article/comm2.png) no-repeat;
    }


/*
.user-profile-link {
    float: left;
    width: 300px;
}*/

    .user-profile-link .user-pic {
        /*float: left;*/
        margin-right: 10px;
        border-radius: 50%;
        width: 60px;
        display: inline-block;
        vertical-align: middle;
    }

    .user-profile-link .user-inf{
        display: inline-block;
        vertical-align: middle;
        max-width: 630px;
    }

    .user-profile-link .user-name {
        font: 19px/1.3 sans-serif;
        color: #17438f;
        margin-top: 0px;
        margin-left: 10px;
    }

    .user-profile-link .user-role {
        font: 13px/.7 sans-serif;
        color: #ab9a8e;
        white-space: nowrap;
        margin-top: 10px;
        /*text-transform: lowercase;*/
        margin-left: 10px;
    }

/* profile */

.author-profile {
    margin-top: 20px;
    font: 16px/24px 'PT Sans Caption',sans-serif;
}

    .author-profile p {
        margin-top: 15px;
        word-spacing: .1em;
        letter-spacing: .002em;
    }

.profile-photo {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

    .profile-photo img {
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    }

.author-profile h1 {
    color: #222;
    font-size: 26px;
}

.button {
    background: #f07a7b;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: 'PT Sans Caption',sans-serif;
    padding: 10px 20px;
    cursor: pointer;
}

    .button:hover {
        background-color: #cf2933;
        color: #FFF;
    }

h2.author-articles-header {
    border-bottom: 1px solid #aaa;
    color: #222;
    font-size: 20px;
    padding-top: 30px;
    clear: both;
    margin-bottom: 20px;
}

ul.author-articles {
    width: 450px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    color: #5E82B4;
    text-decoration: none;
    margin-left: 20px;
}

.author-articles li {
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-top: 12px;
}

    .author-articles li a {
        font: 14px/22px 'PT Sans Caption',sans-serif;
    }

    .author-articles li:before {
        position: absolute;
        left: 0;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        top: 20px;
        background-color: #f07a7b;
    }

.extra-article {
    display: none;
}

.show-all-articles {
    color: #cf2933;
    text-decoration: none;
    border-bottom: dashed 1px #fd339b;
    font: 16px 'notoserif',serif;
}

a.show-all-articles:hover {
    color: #cf2933;
}

/* authors page */
.authors {
    font: 15px/24px 'PT Sans Caption',sans-serif;
}

/*.author-articles-header {
    border-bottom: 1px solid #aaa;
    color: #17438f;
    font-size: 20px;
    padding-top: 30px; 
    clear: both;
    margin-bottom: 10px;
}*/

.author-preview {
    overflow: hidden;
}

.author-preview-photo {
    float: left;
    width: 120px;
}

img.author-photo {
    display: inline-block;
    border-radius: 50px;
}

.author-preview-info {
    margin-left: 120px;
}

    .author-preview-info h3 {
        clear: none;
        font-size: 18px;
    }

    .author-preview-info .profession {
        color: #484848;
    }

    .author-preview-info p {
        margin: 20px 0 30px 0;
        font-size: 14px;
    }

/* sidebar */

.article_sidebar {
    float: left;
    width: 240px;
    height: auto;
}



.module {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    color: #ab9a8e;
}

    .module .module-topic {
        /*position: absolute;
    top: 24px;
    left: 0;*/
        text-align: center;
        font: bold 11px/13px sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.15em;
    }

    .module .module-topic-colors {
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        font-size: 14px;
        background-color: #ad1a21;
        font-family: 'Open Sans',sans-serif;
        width: 240px;
        box-sizing: border-box;
    }

.module-header1 {
    font-size: 16px;
    text-transform: uppercase;
}

.module-header2 {
    font-size: 15px;
    font-style: italic;
}

.module-label {
    position: absolute;
    bottom: 25px;
    width: 160px;
    color: #3c2b23;
    background-color: #fae8e6;
    text-align: center;
    left: 30px;
    padding: 5px 10px;
    font-style: italic;
    font-size: 15px;
}

.module a:hover .module-label {
    background-color: #ad1a21;
    color: #fff;
}

.module-news {
    /*background-color: #ffebe1;*/
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: 14px;
}

.module-figura {
    margin-top: 12px;
    padding-bottom: 10px;
    border: 1px solid #e1e1e1;
}

    .module-figura .module-topic {
        padding: 25px 0;
    }

.module-news .module-topic {
    padding: 15px 0 25px;
}

.clear:after {
    content: " ";
    display: table;
    clear: both;
}

.oh{
    overflow: hidden;
}

.article_menu_header {
    margin-bottom: 20px;
    font-size: 18px;
}

.article_menu_entry {
    padding: 20px 25px;
    background: #f2f2f2;
    margin-bottom: 15px;
    margin-top: 15px;
}

.article_menu_entry_vertical{
    display: inline-block;
    width: 405px;
    height: 435px;
    background-color: #f2f2f2;
    margin-left: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
}

.article_menu_entry ul, .article_menu_entry ol {
    margin: 0;
}

.article_menu_entry>ol>li {
    position: relative;
    padding-left: 33px;
    margin: 10px 0 0;
    line-height: initial;
}
    .article_menu_entry a {
        color: #202020;
    }

        .article_menu_entry a:hover {
            text-decoration: none;
            border-bottom: 1px dashed #202020;
        }

.article_menu_entry>ol>li:before {
    content: counter(li)'.';
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    color: #f07a7b;
    text-align: right;
    width: 22px;
    height: initial;
    font-size: initial;
    line-height: initial;
    font-weight: initial;
    background: initial;
    border-radius: initial;
}
/*
.article_menu_entry>ol>li:before {
    content: counter(li)'.';
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    color: #f07a7b;
    text-align: right;
    width: 22px;
    height: initial;
    font-size: initial;
    line-height: initial;
    font-weight: initial;
    background: initial;
    border-radius: initial;
}*/

.article_menu_entry ul ul li:before, .article_menu_entry ol ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 16px;
    background-color: #f07a7b;
}

.article table {
    border: 1px solid;
    border-collapse: collapse;
    font-size: 13px;
    font-family: arial;
}

.article th, .article td {
    border: 1px solid;
    text-align: left;
    padding: 0.2em 0.4em;
}

.article th {
    text-align: center;
}

.article table p {
    margin: 3px 0;
    line-height: 1.3;
    font-size: 13px;
}

.article table caption {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .article table caption, .article table caption p {
        font-size: 14px;
    }

.glav-svai{
    /*border-left: 3px solid #1abc9c;*/
    border-left: 5px solid #7ac143;
    background-color: #eee;
    padding: 5px 20px 20px;
    margin: 30px 0;
    /*font-weight: bold;*/
}


.filter_apply_btn_bottom {
    display: block;
    border: 1px solid #3d8901;
    border-radius: 4px;
    color: #3d8901 !important;
    text-align: center;
    outline: none;
    min-height: 30px;
    line-height: 30px;
    margin-top: 15px;
    text-decoration: none !important;
}

    .filter_apply_btn_bottom:hover {
        background-color: #3d8901 !important;
        color: #fff !important;
        text-decoration: none !important;
    }


.filter_apply_btn_sticky {
    padding: 20px;
    display: inline-block;
    width: 80px;
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
    text-align: center;
    position: relative;
    /* overflow: hidden; */
    left: 10px;
    background-color: #f79623;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 15px;
    z-index: 1;
    box-sizing: content-box;
    display: none;
}

    .filter_apply_btn_sticky:hover {
        /*background-image: linear-gradient(0deg,#fc8507,#ffa218);*/
        /*background-color: #fc8507;*/
        background-color: #ffa218;
        box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    }

        filter_apply_btn_sticky:hover::before, .filter_apply_btn_sticky:hover::after {
            /*background-image: linear-gradient(0deg,#fc8507,#ffa218);*/
            /*background-color: #fc8507;*/
            background-color: #ffa218;
        }

    .filter_apply_btn_sticky::before, .filter_apply_btn_sticky::after {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        /* border: 1px solid #000; */
        left: -9px;
        top: 19px;
        background: #fff;
        transform: rotate(45deg);
        transform-origin: center;
        background-color: #f79623;
        /* background: #f79623; */
        border-radius: 2px;
    }

.sidebar_filter_attrset_link {
    padding: 7px 10px;
    border-radius: 5px;
    color: #3d8901;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    text-align: center;
    display: block;
}

    .sidebar_filter_attrset_link span {
        display: block;
        font-weight: bold;
    }
    .sidebar_filter_attrset_link:hover {
        border-color: #3d8901;
        color: #3d8901;
    }

.article_sidebar .filter_col {
    width: 100%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: top .2s,-webkit-transform .2s;
            transition: transform .2s,top .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: left .2s,-webkit-transform .2s;
        transition: transform .2s,left .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s,-webkit-transform .2s;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.popup-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    -webkit-perspective: 500px;
    perspective: 500px;
    box-sizing: border-box;
    transition-timing-function: cubic-bezier(0,.3,.5,1);
    transition-duration: .3s;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    opacity: 0;
    -webkit-perspective: 2000;
    perspective: 2000;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    background-color: rgba(0,0,0,.9);
    font-family: Helvetica Neue,Arial,-apple-system,BlinkMacSystemFont,sans-serif;
}

.popup-container--active {
    display: block;
    opacity: 1;
}

.popup-container * {
    box-sizing: border-box;
}

.popup-container__scroll {
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.popup-container__wrapper {
    width: 100%;
    height: 100%;
}

.popup-container__sliders {
    position: relative;
    min-height: 100%;
    padding-bottom: 80px;
}

.popup__close {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}

    .popup__close span {
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
    }

        .popup__close span:after, .popup__close span:before {
            content: "";
            position: absolute;
            height: 2px;
            width: 26px;
            background: #fff;
            transition: all .3s;
        }

        .popup__close span:before {
            left: 2px;
            top: 1px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

        .popup__close span:after {
            left: 1px;
            bottom: -1px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

    .popup__close:hover span:after, .popup__close:hover span:before {
        background: #ff2d54;
    }

.gallery {
    overflow: hidden;
    font-family: Helvetica Neue,Arial,-apple-system,BlinkMacSystemFont,sans-serif;
    max-width: 940px;
    margin: 0 auto;
}

    .gallery * {
        box-sizing: border-box;
    }

.gallery-grid {
    overflow: hidden;
}

.gallery-grid__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(.99999);
    transform: scale(.99999);
    cursor: default;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0;
    line-height: 1;
    position: relative;
}

.gallery-grid__image--vertical {
    width: 360px;
    height: 486px;
}

.gallery-grid__image--square {
    width: 180px;
    height: 155px;
}

.gallery-grid__image--counter {
    background: #ff2d54;
    padding: 0 19px;
    vertical-align: middle;
    border: 2px solid #ff2d54;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .gallery-grid__image--counter span {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .gallery-grid__image--counter:after, .gallery-grid__image--counter:before {
        display: none;
    }

.gallery-grid__image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px;
    z-index: 1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjY2NjIiBkPSJNMTAgMGEyIDIgMCAwMTIgMmgyYTIgMiAwIDAxMiAydjEwYTIgMiAwIDAxLTIgMkgyYTIgMiAwIDAxLTItMlY0YTIgMiAwIDAxMi0yaDJhMiAyIDAgMDEyLTJoNHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOCA1YzIuMjA4IDAgNCAxLjc5MiA0IDRzLTEuNzkyIDQtNCA0LTQtMS43OTItNC00IDEuNzkyLTQgNC00eiIvPjxwYXRoIGZpbGw9IiNjY2MiIGQ9Ik04IDdhMiAyIDAgMTEtLjAwMSA0LjAwMUEyIDIgMCAwMTggN3oiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTMgMTJhMSAxIDAgMTEwIDIgMSAxIDAgMDEwLTJ6Ii8+PC9nPjwvc3ZnPg==");
}

.gallery-grid__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery-grid__image.loaded {
    cursor: pointer;
}

    .gallery-grid__image.loaded:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 90px;
        width: 90px;
        line-height: 90px;
        /*background: rgba(255,45,84,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;*/
        background: rgba(255,255,255,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;
        background-size: 35px 35px;
        font-size: 35px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 2px 3px rgba(94,102,0,.3);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .2s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 2;
    }

    .gallery-grid__image.loaded:after {
        opacity: 0;
    }

    .gallery-grid__image.loaded:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.loader {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.loader, .loader-svg {
    width: 50px;
    height: 50px;
}

.loader-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 10;
    font-size: 0;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: loader .85s linear infinite;
    animation: loader .85s linear infinite;
}

    .loader-svg.loaded, .popup-slider-full__loader {
        display: none;
    }

.popup-slider-full {
    width: 100%;
    text-align: center;
    min-height: 100%;
}

    .popup-slider-full > .loader-svg {
        display: none;
    }

    .popup-slider-full .swiper-wrapper {
        display: -webkit-flex;
        display: flex;
    }

    .popup-slider-full .swiper-slide {
        padding: 0 80px;
        height: auto;
    }

    .popup-slider-full .swiper-button-next, .popup-slider-full .swiper-button-prev {
        width: 50px;
        height: 100%;
        background: none;
        -webkit-transform: translate(0);
        transform: translate(0);
        top: 0;
        margin: 0;
        outline: none;
    }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:before, .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:before {
            content: "";
            width: 24px;
            height: 50px;
            top: 50%;
            left: 50%;
            margin-left: -12px;
            position: absolute;
            transition: all .3s;
            margin-top: -25px;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:hover:not(.swiper-button-disabled):before, .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:hover:not(.swiper-button-disabled):before {
            opacity: 0;
        }

        .popup-slider-full .swiper-button-next:hover:not(.swiper-button-disabled):after, .popup-slider-full .swiper-button-prev:hover:not(.swiper-button-disabled):after {
            opacity: 1;
        }

    .popup-slider-full .swiper-button-prev {
        left: 0;
    }

        .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:before {
            background-image: url(/content/slider/img/arrow_prev.svg);
        }

        .popup-slider-full .swiper-button-prev:after {
            background-image: url(/content/slider/img/arrow_prev_hover.svg);
            opacity: 0;
        }

        .popup-slider-full .swiper-button-next.swiper-button-disabled, .popup-slider-full .swiper-button-prev.swiper-button-disabled {
            pointer-events: all;
        }

    .popup-slider-full .swiper-button-next {
        right: 0;
    }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:before {
            background-image: url(/content/slider/img/arrow_next.svg);
        }

        .popup-slider-full .swiper-button-next:after {
            background-image: url(/content/slider/img/arrow_next_hover.svg);
        }

.popup-slider-small-wrapper {
    box-sizing: border-box;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: 80px;
    background: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.popup-slider-small {
    box-sizing: border-box;
}

    .popup-slider-small .swiper-slide {
        width: auto;
        padding: 15px 5px;
    }

    .popup-slider-small .swiper-slide-thumb-active:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        top: 0;
        background: #ff2d54;
    }

.popup-slider-small__image {
    position: relative;
    width: 60px;
    height: 50px;
    cursor: pointer;
}

    .popup-slider-small__image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.gallery-image {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

    .gallery-image img {
        max-width: 100%;
        height: auto;
    }

    .gallery-image.keepProportions img {
        width: initial;
        height: initial;
        max-width: 100%;
        max-height: 100%;
    }

    .gallery-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 90px;
        width: 90px;
        line-height: 90px;
        /*background: rgba(255,45,84,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;*/
        background: rgba(255,255,255,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;
        background-size: 35px 35px;
        font-size: 35px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 2px 3px rgba(94,102,0,.3);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .2s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 2;
    }

    .gallery-image:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.slider-image-wrap {
    display: -webkit-flex;
    display: flex;
    height: calc(100vh - 130px);
    min-height: 500px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

    .slider-image-wrap img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

.slider-image {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 10px 0 40px;
}

    .slider-image.loaded .slider-image__title {
        display: block;
    }

    .slider-image.loaded .slider-image-wrap .loader-svg {
        display: none;
    }

    .slider-image.loaded .slider-image__fraction {
        display: block;
    }

.slider-image__fraction {
    position: absolute;
    z-index: 1;
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    display: none;
}

.slider-image__title {
    color: #c8ced3;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    text-align: left;
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 7px;
}

.slider-image--a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.slider-image__a {
    width: 240px;
    min-width: 240px;
    position: relative;
    margin-left: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sliderad {
    /*background: #fff;*/
    /*font-size: 16px;*/
    /*padding: 10px;*/
}

.slide-custom {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.swiper-slide--custom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.swiper-slide-disabled {
    display: none;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media (max-width:980px) {
    .gallery {
        max-width: 625px;
    }

    .gallery-grid__image--vertical {
        width: 315px;
        height: 425px;
    }

    .gallery-grid__image--square {
        width: 140px;
        height: 135px;
    }

    .gallery-grid__image--disable-md {
        display: none;
    }
}

@media (max-width:900px) {
    .slider-image__a {
        display: none;
    }

    .popup-slider-full {
        height: 100%;
        min-height: 0;
    }

        .popup-slider-full .swiper-slide {
            padding: 0;
            height: 100%;
        }

        .popup-slider-full .swiper-button-next, .popup-slider-full .swiper-button-prev {
            display: none;
        }

    .popup-slider-small {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

        .popup-slider-small .swiper-wrapper {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: none;
            flex-wrap: none;
        }

        .popup-slider-small .swiper-slide {
            -webkit-flex: 1;
            flex: 1;
            height: 5px;
            padding: 0;
        }

            .popup-slider-small .swiper-slide:before {
                content: "";
                height: 5px;
                position: absolute;
                left: 2px;
                top: 0;
                width: auto;
                right: 2px;
                border-radius: 4px;
                background: #5a5a5a;
            }

            .popup-slider-small .swiper-slide.swiper-slide-thumb-active:before {
                background: #ff2d54;
            }

    .popup-slider-small-wrapper {
        bottom: auto;
        top: 0;
        height: 5px;
    }

    .popup-slider-small__image {
        display: none;
    }

    .popup__close {
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .slider-image {
        padding: 15px 10px 40px;
        display: block;
        height: 100%;
    }

        .slider-image.loaded .slider-image__fraction, .slider-image__fraction {
            display: none;
        }

    .popup-container__sliders {
        padding-bottom: 0;
        height: 100%;
    }

    .slider-image-wrap {
        height: 100%;
        min-height: 0;
        display: block;
        text-align: center;
    }

        .slider-image-wrap:after {
            content: "";
            height: 100%;
            width: 0;
        }

        .slider-image-wrap:after, .slider-image-wrap img {
            display: inline-block;
            vertical-align: middle;
        }

    .swiper-slide--custom, .swiper-slide--mad {
        display: block;
        overflow: auto;
        height: 100%;
    }

        .swiper-slide--custom:after, .swiper-slide--mad:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 0;
        }

        .slide-custom, .swiper-slide--custom > *, .swiper-slide--mad > * {
            display: inline-block;
            vertical-align: middle;
        }

    .slide-custom {
        padding: 0 10px;
    }
}

.box {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    /*height: 410px;*/
}

a.box-article {
    height: 410px;
}

a.box-news {
    height: 80px;
    text-align: left;
}

.box-article .article-cover:before, .box-article .box-desc:before,
.box-news .article-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    z-index: -1;
}

.box-news .article-cover:before {
    width: 80px;
    height: 80px;
}

.box-article:hover .article-cover:before, .box-article:hover .box-desc:before,
.box-news:hover .article-cover:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

.box:hover, .box:visited {
    color: #fff;
    text-decoration: none;
}

/*
    .box .img-responsive {
        width: 100%;
        display: block;
    }*/

.box img {
    display: block;
}

.box-news img {
    float: left;
}

.box-news:hover h3 {
    color: #d1304b;
}

.box-news .box-name {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font: 15px/1.3 sans-serif;
    /*    color: #222222;*/
    color: #000000;
    padding-left: 10px;
}

.box-desc {
    position: relative;
    height: 240px;
    padding: 0 25px;
    position: relative;
    width: 300px;
    border-top: none;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: border-color .15s linear 0s;
    transition: border-color .15s linear 0s;
}

.box .box-menu {
    position: absolute;
    top: 18px;
    left: 0;
    text-align: center;
    width: 100%;
    font: bold 11px/13px sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
}

.box-name {
    display: block;
    max-height: 136px;
    overflow: hidden;
    color: #fff;
    z-index: 2;
    position: relative;
    font: 27px/1.2 'gretadisplay', serif;
}

.box-info {
    font: bold 11px/13px sans-serif;
    color: #ffffff;
    opacity: .9;
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .15s linear 0s;
    transition: opacity .15s linear 0s;
}

.article-top-widget .box {
    float: left;
    width: 300px;
    margin-left: 30px;
}

    .article-top-widget .box:first-child {
        margin-left: 0;
    }

.article-top-widget .box-name {
    color: #000000;
    text-align: left;
    font: 15px/1.3 sans-serif;
    padding-top: 10px;
}

.top-news:hover h3 {
    color: #ec008c;
}


.content-col {
    float: left;
    margin-left: 30px;
    width: 300px;
}

    .content-col:first-child {
        margin-left: 0;
    }

    /*
    .content-col:first-child {
        margin-left: 15px;
    }
    */

.css-link{
    text-align: center;
    margin: 40px 0;
}

.article-csslink-btn-google-play {
    display: inline-block;
    background-image: url(/images/page/article/btn-google-play.png);
    width: 185px;
    height: 55px;
    border: none!important;
    font-size: 0;
}

.article-csslink-btn-app-store {
    display: inline-block;
    background-image: url(/images/page/article/btn-apple-itunes.png);
    width: 185px;
    height: 55px;
    border: none!important;
    font-size: 0;
}

.article-csslink-btn-default {
    display: inline-block;
    border: none !important;
    background: #63bc66;
    background: #56c440;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 40px !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.article-csslink-btn-default:hover{
    background: #3ab34a;
}
.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;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  display: none;
  position: relative;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast_show {
  display: block;
}

.toast__close {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
  appearance: button;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
  outline:none;
}

/*
input:not([type="checkbox"]) {
  display: block;
  font-size: 1rem;
  margin-bottom: .5rem;
}*/
.alphabet__header {
    margin: 0px 0 16px;
}

.hl {
    text-align: center !important;
    font-size: 32px;
    font-weight: 700;
}

.alphabet-inside-nav {
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    text-align: center;
}

/* also used in article selections */
.alphabet-inside-nav__ul li {
    display: inline-block;
    margin: 2.5px 2px;
    /*padding: 0 !important;*/
}

.article_entry .alphabet-inside-nav ul li::before {
    display: none;
}

.article_entry .alphabet-inside-nav__ul li {
    display: inline-block;
    margin: 2.5px 2px;
    padding: 0;
}


.alphabet-inside-nav__ul li a {
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    /*border-radius: 30%;*/
    font-size: 15px;
    font-weight: bold;
    /*color: #338bd0;*/
    color: #3d8901;
    border: 1px solid #ddd;
    /*-webkit-transition: all 300ms ease;
        transition: all 300ms ease;*/
}

    .alphabet-inside-nav__ul li a:hover {
        background: #3d8901;
        color: #fff;
    }

    .alphabet-inside-nav__ul li a.eng-letter {
        color: #338bd0;
    }

        .alphabet-inside-nav__ul li a.eng-letter:hover {
            background: #338bd0;
            color: #fff;
        }

.article_entry .alphabet-inside-nav__ul li a:hover {
    text-decoration: none;
}

.alphabet__group {
    margin-bottom: 32px;
    border-top: 1px solid #e8e8e8;
    padding: 32px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 1px;
    line-height: 24px;
}

    .alphabet__group:last-child {
        margin-bottom: 0;
    }

.brands__group__list {
    padding-right: 24px;
}

.brands__group__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
}


/* 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: 150px;
    max-height: 750px;
}

.partner-link__title {
    font-size: 22px;
    color: #000080;
}

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;
}



/* markirovka */
.markirovka {
    position: absolute;
    top: 3px;
    right: 3px;
    font-family: Verdana, Arial, sans-serif;
}

.markirovka-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 8px;
    /*font-family: Verdana, Arial, sans-serif;*/
    color: #5e6368;
    line-height: 24px;
    vertical-align: top;
}

.markirovka-dots {
    display: inline-block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}

    .markirovka-dots:hover {
        background-color: #ddd;
    }

.markirovka-popup {
    display: none;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 16px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    font-size: 14px;
    padding: 10px 16px;
    font-size: 11px;
    line-height: 14px;
    color: #a3acbf;
}

.markirovka-close {
    position: absolute !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    outline: 0 !important;
    top: 4px;
    right: 4px;
    z-index: 2;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

    .markirovka-close:hover {
        background-color: #f4f6fb;
    }

    .markirovka-close span:after, .markirovka-close span:before {
        position: absolute !important;
        top: 6px !important;
        left: 11px !important;
        content: " " !important;
        height: 12px !important;
        width: 2px !important;
        background-color: #a3acbf !important;
    }

    .markirovka-close span:before {
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }

    .markirovka-close span:after {
        -webkit-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }

.markirovka-popup-content {
    padding-right: 30px;
}

/* partner-links-inarticle */

.partner-links-inarticle .partner-link__col-2 {
    width: 495px;
}

.partner-links-inarticle .partner-link__col-3 {
    width: 227px;
    text-align: right;
    padding-top: 15px;
    padding-left: 168px;
}

.partner-links-inarticle .partner-link__btn {
    font: 18px/32px Arial,sans-serif;
    min-height: 32px;
}

.partner-links-inarticle .markirovka {
    top: initial;
    bottom: 3px;
}

.partner-links-inarticle .markirovka-popup {
    top: initial;
    bottom: 0;
}

.partner-links-inarticle .markirovka-close {
    top: initial;
    bottom: 4px;
}

/*  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, .pseudo_filter__item {
    color: #242424;
}

    .filter__item + .filter__item {
        /*margin-top: 10px;*/
        padding-top: 5px;
    }

.filter__item--checkbox, .filter__item--radio, .pseudo_filter__item--checkbox, .pseudo_filter__item--radio {
    font-size: 16px;
    line-height: 22px;
    display: block;
    word-break: break-word;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding: 5px 5px 5px 33px;
    border-radius: 7px;
}

    .filter__item--checkbox:hover, .filter__item--radio:hover, .pseudo_filter__item--checkbox:hover, .pseudo_filter__item--radio:hover {
        background-color: #f8f7f5;
    }

    .filter__item--checkbox span, .pseudo_filter__item--checkbox span {
        font-size: 14px;
        /*line-height: 20px;*/
        color: #868695;
        padding-left: 3px;
    }

    .filter__item--checkbox::before, .pseudo_filter__item--checkbox::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0px;
        width: 22px;
        height: 22px;
        border-radius: 6px;
        /*border: 1px solid #d5d5d5;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        left: 6px;
        top: 6px;
        width: 20px;
        height: 20px;
        background-color: rgba(92, 90, 87, .1);
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
    }


    .filter__item + .filter__item--checkbox::before {
        top: 5px;
    }

.filter__item--checkbox.selected::before, .filter__item--radio.selected::before, .pseudo_filter__item--checkbox.selected::before, .pseudo_filter__item--radio.selected::before {
    background: #7ac143;
    border-color: #7ac143;
    border: 0;
}

.filter__item--checkbox.selected::after, .filter__item--radio.selected::after, .pseudo_filter__item--checkbox.selected::after, .pseudo_filter__item--radio.selected::after {
    display: block;
}

.filter__item--checkbox::after, .pseudo_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;
    height: 9px;
    top: 9px;
    left: 13px;
}

    .filter__item + .filter__item--checkbox::after {
        top: 8px;
    }



.filter__item--radio::before, .pseudo_filter__item--radio::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /*border: 1px solid #d5d5d5;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    left: 6px;
    top: 6px;
    width: 20px;
    height: 20px;
    background-color: rgba(92, 90, 87, .1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
}

.filter__item--radio::after, .pseudo_filter__item--radio::after {
    content: '';
    position: absolute;
    display: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    top: 12px;
    left: 12px;
    border-radius: 50%;
    background-color: #fff;
}


/* filter_fastsearch */
.filter_fastsearch {
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #999;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

    .filter_fastsearch:focus {
        outline: none;
        border: 2px solid #fc0;
    }

        .filter_fastsearch:focus::placeholder {
            color: transparent;
        }

.filter__item__nothing-found {
    color: #878787;
}

.filter__fieldset-scroll {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 2px solid #f5f7fa;
    scrollbar-color: #d3d4dd transparent;
    scrollbar-width: thin;
}

    .filter__fieldset-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .filter__fieldset-scroll::-webkit-scrollbar-thumb {
        height: 30px;
        background-color: #d3d4dd;
        border-radius: 3px;
    }

.selected-choice {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    color: #242424;
    white-space: nowrap;
    vertical-align: top;
    padding: 5px 8px 5px 12px;
    border-radius: 40px;
    margin: 0px 10px 10px 0;
    background-color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
}

.selected-choice-close {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #d5d5d5;
    vertical-align: middle;
    margin-left: 8px;
    border: 6px solid #d5d5d5;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #7ac143;
    border-color: #7ac143;
}

    .selected-choice-close:hover {
        background-color: #3d8901;
        border-color: #3d8901;
    }

    .selected-choice-close::after, .selected-choice-close::before {
        height: 10px;
        width: 2px;
        left: 3px;
        top: -1px;
        background: #fff;
        content: '';
        position: absolute;
        display: block;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .selected-choice-close::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }



.selected-choice__clear-all {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    color: #242424;
    white-space: nowrap;
    vertical-align: top;
    padding: 5px 8px 5px 12px;
    border-radius: 40px;
    margin: 0px 10px 10px 0;
    background-color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
}

    .selected-choice__clear-all:hover {
        background-color: #ddd;
    }

    .selected-choice__clear-all .selected-choice-close {
        background-color: #9b9b9b;
        border-color: #9b9b9b;        
    }

        .selected-choice__clear-all .selected-choice-close:hover {
            background-color: #707f8d;
            border-color: #707f8d;            
        }

/*
  entity images
*/

.knowledge-card_col1 {
    display: inline-block;
    width: 450px;
    vertical-align: top;
}

    .knowledge-card_col1 .entity__gallery-grid__main img{
        border-radius: 7px;
    }

    .knowledge-card_col1 .entity__gallery-grid__main .keepProportionsGradient img {
        border-radius: initial;
    }

    .knowledge-card_col1 .entity__gallery-grid__image img {
        border-radius: 3px;
    }

.clear-after::after {
    content: '';
    display: block;
    clear: both;
}

.entity__gallery-grid {
    /*overflow: hidden;*/
    margin-left: -2px;
    margin-top: 10px;
}

.entity__gallery-grid__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(.99999);
    transform: scale(.99999);
    float: left;
    margin-bottom: 10px;
    margin-right: 6px;
    font-size: 0;
    line-height: 1;
    position: relative;
    cursor: default;
    cursor: pointer;
    padding: 2px;
}

    .entity__gallery-grid__image:hover:before {
        outline: 2px solid #ffdd60;
        display: block;
    }

    .entity__gallery-grid__image:before {
        border: 2px solid transparent;
        border-radius: 3px;
        bottom: 0;
        content: "";
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.entity__gallery-grid__image-active:before {
    /*border-color: #005bff;*/
    /*border-color: #ffdd60;*/
    /*outline: 2px solid #CCC;*/
    outline: 2px solid #ffdd60;
    display: block;
}

.entity__gallery-grid__main {
    width: 400px;
    height: 400px;
}

.entity__gallery-grid__main-image {
    display: none;
}

.entity__gallery-grid__main-image-active {
    display: inline-block;
    cursor: pointer;
}

    .entity__gallery-grid__main-image-active.keepProportions {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 400px;
        height: 400px;        
        border-radius: 7px;
    }


/*
    sorta: gallery
*/

.perelink_gallery_item_sorta {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 6px;
    margin-right: 6px;
    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;
    /*font: 16px 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;*/
    color: #cf2933;
}

/* gallery_item */

.lazyload_ke {
    overflow: hidden;
}

.lazyload_ke_item {
    display: inline-block;
    border-radius: 7px;
    margin-bottom: 58px;
    margin-left: 10px;
    margin-right: 9px;
    width: 180px;
    height: 185px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: lazyload_ke;
    animation-timing-function: linear;
    background-size: 800px 104px;
    background-image: linear-gradient(90deg, #f5f7fa 8%, #fff 18%, #f5f7fa 33%);
}

@keyframes lazyload_ke {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.gallery_item {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 9px;
    vertical-align: top;
    text-decoration: none !important;
}

.gallery_item__top {
    position: relative;
    width: 180px;
    height: 185px;
}

.gallery_item__img{
    width: 180px;
    height: 180px;
}

    .gallery_item__img.keepProportions {
        display: flex;
        justify-content: center;
        align-items: center;
        /*border-radius: 7px;
        overflow: hidden;*/
    }

.gallery_item__img img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}

    .gallery_item__img.keepProportions img {
        /*border-radius: initial;*/
        width: initial;
        height: initial;
        max-width: 100%;
        max-height: 100%;
    }


.gallery_item__label {
    margin-top: 3px;
    height: 40px;
    font: 15px Century Gothic,Arial,sans-serif;
    display: block;
    display: -webkit-box;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-word;
}

.gallery_item__mini-pages {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    display: flex;
}

.gallery_item__top:hover .gallery_item__mini-pages {
    opacity: 1;
}

.gallery_item__mini-page {
    flex-grow: 1;
    height: 2px;
    border-radius: 28px;
    background: #e7e5e1;
}

    .gallery_item__mini-page:not(:last-child) {
        margin-right: 2px;
    }

.mini-page-active {    
    background: #3d8901;
}

.gallery_item__rating {
    position: absolute;
    bottom: 8px;
    right: 3px;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    line-height: 13px;
    padding: 2px 4px;
    background-color: #359e00ba;
    border: 1px solid #fff;
}

/* btn-other-sorta  */
.btn-other-sorta {
    display: inline-block;
    border: none;
    background: #f79623;
    /*background: #63bc66;*/
    /*background-color: #63bc66;*/
    color: #fff;
    text-decoration: none;
    padding: 0 30px;
    font: 16px/40px Arial,sans-serif;
    cursor: pointer;
    position: relative;
    outline: none;
    min-height: 40px;
}

    .btn-other-sorta:hover {
        /*background: #3ab34a;*/
        background: #f98f12;
        color: #fff;
    }

/* sorta: filter gallery */

.article_entry .filter_gallery_item_sorta {
    margin-left: 5px;
    margin-right: 5px;
}

.filter_gallery_item_sorta {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top;
    text-decoration: none !important;
}

    .filter_gallery_item_sorta img {
        display: block;
    }

.filter_gallery_item_sorta_label {
    /*color: #fff;
    background-color: #63bc66;
    */
    height: 45px;
    overflow: hidden;
    font: 15px Century Gothic,Arial,sans-serif;
    font: 16px Arial,sans-serif;
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
}

.filter_gallery_item_sorta:hover .filter_gallery_item_sorta_label {
    /*background: #3ab34a;*/
    color: #cf2933;
}

/* mode switcher */

.alphabet_mode-row {
    width: 520px;
    margin: 30px auto;
    font-size: 0;
}

.alphabet_mode__option {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 7px 0;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    width: 260px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.alphabet_mode__option-selected {
    background-color: #ffda52;
    color: #111;
}

/* 3 modes */

.no_photo {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.with_photo {
    font-size: 0;
}

.mode_filter {
    border-radius: 5px 0 0 5px;
    border-right: none;
}


.mode_with_photo {
    /*
    border-radius: 5px 0 0 5px;
    border-right: none;
    */
}

.mode_no_photo {
    border-radius: 0 5px 5px 0;
    border-left: none;
}

/* 2 results cols */

.filter_col {
    width: 195px;
    display: inline-block;
    vertical-align: top;
}

.filter_results_col {
    width: 800px;
    display: inline-block;
}

    .filter_results_col .alphabet__group:first-child {
        border-top: none;
        padding-top: 0;
    }

/* 3 results blocks */

.block_filter {
}

.block_with_photo {
    font-size: 0;
}

.block_no_photo {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hide {
    display: none !important;
}





/* _AttributeSets_Gallery */

.perelink_gallery_light_item {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-bottom: 12px;
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: top;
}

    .perelink_gallery_light_item img {
        display: block;
        margin: 0 auto;
    }

.perelink_gallery_light_item_label {
    color: #000;
    height: 45px;
    /* padding: 0 5px; */
    overflow: hidden;
    font: 15px Century Gothic,Arial,sans-serif;
    display: block;
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
}


a.perelink_gallery_light_item:hover, .perelink_gallery_light_item:hover .perelink_gallery_light_item_label {
    color: #cf2933;
}

/* hide broken image icon while image is loading */
img[src=""], img:not([src]) {
    visibility: hidden;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    /*color: white;
    opacity: 0.83;*/
    transition: opacity 0.6s;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 5px 10px 5px rgba(34, 60, 80, 0.15);
}

    .alert.success {
        background-color: #ffcc0061;
        border-left: 5px solid #178344;
    }

/* perelink gallery */

.module_header {
    text-align: center;
    color: #333;
    padding: 10px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.5;
}

.module_header_link {
    text-transform: initial;
}

.module_header_link a {
    color: #338bd0;
}

    .module_header_link a:hover {
        text-decoration: underline;
    }

.perelink_gallery_item {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    border: 3px solid #fff;
    vertical-align: top;
}

    .perelink_gallery_item:hover {
        border: 3px solid #f27c09;
        /*color: #fff;*/
    }

    .perelink_gallery_item img {
        display: block;
    }

.perelink_gallery_item_label {
    color: #ff4500;
    height: 45px;
    /* padding: 0 5px; */
    overflow: hidden;
    font: 15px Century Gothic,Arial,sans-serif;
    display: block;
    display: table-cell;
    vertical-align: middle;
}

.perelink_gallery_item:hover .perelink_gallery_item_label {
    background-color: #f27c09;
    color: #fff;
    font-weight: bold;
}

.perelink_gallery_item_rating {
    position: absolute;
    bottom: 3px;
    left: 3px;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    line-height: 13px;
    padding: 2px 4px;
    /*background-color: #359e00;*/
    background-color: #359e00ba;
    border: 1px solid #fff;
}


/* knowledge entity */
#tabs > ul {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 hsl(0deg 0% 46% / 50%);
    -moz-box-shadow: 0 1px 4px 0 hsla(0,0%,45.9%,.5);
    box-shadow: 0 1px 4px 0 hsl(0deg 0% 46% / 50%);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tabs-nav li {
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #f4f4f4;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    -moz-transition: background .25s;
    transition: background .25s;
}

    .tabs-nav li a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        padding: 0 15px;
        text-align: center;
        color: #454545;
    }

        .tabs-nav li a:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -1px;
            width: 1px;
            content: "";
            background: #dcdcdc;
        }

        .tabs-nav li a:after {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 3px;
            content: "";
        }

        .tabs-nav li a.active, .tabs-nav li:hover {
            background-color: #fff;
        }

            /*.tabs-nav li a.active {
                background-color: #fc0;
            }*/

            .tabs-nav li:hover a:after {
                -webkit-transition: none;
                -o-transition: none;
                -moz-transition: none;
                transition: none;
                background: #dcdcdc;
            }

            .tabs-nav li a.active:after {
                background-color: #fc0;
            }


.show-all-chars {
    text-decoration: none;
    border-bottom: 1px dashed #202020;
    cursor: pointer;
}

    .show-all-chars:hover {
        text-decoration: none;
        color: #cf2933;
        border-bottom: 1px dashed #cf2933;
    }

.selection-page__attrlink a {
    /*color: #3d8901;*/
    color: #3d7bf5;
}

    .selection-page__attrlink a:hover {
        /*color: #cf2933;*/
        color: #003ead;
        text-decoration: none;
    }

ul.short-specifications li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 19px;
    background-color: #f07a7b;
}

.intro-text {
    width: 80%;
    margin: 20px auto;
    font-style: italic;
}


.popover {
    z-index: 2;
}

.dt_inner_class {
    position: relative;
    padding-right: 10px;
    background: inherit;
    z-index: 1;
    display: inline-block;
}

.dt_class {
    font-weight: normal;
}

    .dt_class:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin-top: .85em;
        height: 1px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
    }


.ask-for-review {
    margin: 30px auto 0;
}

    .ask-for-review:after {
        content: "";
        display: table;
        clear: both;
    }

.ask-for-review_col {
    float: left;
}

.ask-for-review_col1 {
    width: 150px;
    min-height: 1px;
}

.ask-for-review_col1 img {
    padding-right: 25px;
    padding-top: 10px;
    transform: rotateY(180deg);
}

.ask-for-review_col2 {
    width: 700px;
    text-align: center;
}

.knowledge_ya-share {
    margin-top: 15px;
    text-align: center;    
}

    .knowledge_ya-share ul li:before {
        display: none;
    }

.layout_items{
    
}

.layout_item {
    display: inline-block;
    color: #ccc;
    /*padding: 0 5px;*/
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    /*min-width: 100px;*/
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
    float: right;
}

    .layout_item.layoutActive{
        cursor: default;
        color: #000;
    }

    .layout_item:not(.layoutActive):hover {
        color: #3d8901;
    }

.sort_item {
    display: inline-block;
    color: #ccc;
    /*padding: 0 5px;*/
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    /*min-width: 100px;*/
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
}
    .sort_item.sortActive {
        cursor: default;
        color: #000;
    }

    .sort_item:not(.sortActive):hover {
        color: #3d8901;
    }


/* knowledge selection_item (layout=details)  */

.selection_item {
    /*box-shadow: inset -1px 0 0 0 #e8e8e8, inset 0 -1px 0 0 #e8e8e8, -1px -1px 0 0 #e8e8e8, -1px 0 0 0 #e8e8e8, 0 -1px 0 0 #e8e8e8;*/
    box-shadow: inset 0 0 0 0 #e8e8e8, inset 0 -1px 0 0 #e8e8e8, -0 -1px 0 0 #e8e8e8, 0 0 0 0 #e8e8e8, 0 0 0 0 #e8e8e8;
    padding: 15px 5px 25px;
}

    .selection_item:first-child, .selection_item:last-child {
        box-shadow: none;
    }

.selection_item__col_ratingplace {
    display: inline-block;
    width: 90px;
    font-weight: 700;
    color: #e1e1e1;
    font-size: 40px;
    vertical-align: top;
    padding-top: 70px;
    text-align: center;
}

.selection_item__col1 {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    /*padding-top: 33px;*/
}

.selection_item__col2 {
    display: inline-block;
    width: 520px;
    padding-left: 30px;
    box-sizing: border-box;
}

.filter_results_col .selection_item__col2 {
    width: 600px;
}

.selection_item__name a {
    /*color: #000;
        text-decoration: underline;*/
    color: #3d8901;
    font-size: 20px;
}

    .selection_item__name a:hover {
        /*color: #cf2933;*/
        text-decoration: underline;
    }

ul.selection_item_attributes {
    padding-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
}

    ul.selection_item_attributes li {
        position: relative;
        margin: 0;
        padding-left: 0px;
        padding-top: 0px;
    }

        ul.selection_item_attributes li:before {
            display: none;
        }

.selection_item_btn {
    display: inline-block;
    border: 1px solid #3d8901;
    border-radius: 4px;
    color: #3d8901 !important;
    padding: 0 30px;
    outline: none;
    min-height: 30px;
    line-height: 30px;
    margin-top: 15px;
    text-decoration: none !important;
}

    .selection_item_btn:hover {
        background-color: #3d8901 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.bold {
    font-weight: bold;
}

.selection_item__img-block {
    width: 180px;
    height: 185px;
    position: relative;
    display: block;
}

.selection_item__img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

    .selection_item__img img {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

.selection_item__mini-pages {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    display: flex;
}

.selection_item__img-block:hover .selection_item__mini-pages {
    opacity: 1;
}

.selection_item__mini-page {
    flex-grow: 1;
    height: 2px;
    border-radius: 28px;
    background: #e7e5e1;
}

    .selection_item__mini-page:not(:last-child) {
        margin-right: 2px;
    }
.rating-stars_block {
    display: flex;
}

.rating-star {
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 1px 0 0;
}

.rating-stars {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    box-sizing: border-box;
    display: flex;
    margin-right: 7px;
    height: 14px;
}

.rating-yellow {
    position: absolute;
    left: 0;
    top: 0;
    transition: width .2s ease-out;
    overflow: hidden;
    height: 14px;
}

.rating-grey {
    position: relative;
    height: 14px;
}

    .rating-grey .rating-star {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0U3RTVFMSIgZD0iTTYuNDg0LjQyNGEuNTc1LjU3NSAwIDAxMS4wMzIgMGwxLjcxNyAzLjQ4Yy4wODQuMTcuMjQ2LjI4OC40MzQuMzE1bDMuODQuNTU4Yy40NzIuMDY4LjY2LjY0OC4zMTkuOTgxbC0yLjc4IDIuNzA5YS41NzUuNTc1IDAgMDAtLjE2NS41MWwuNjU2IDMuODI0YS41NzUuNTc1IDAgMDEtLjgzNS42MDZsLTMuNDM0LTEuODA2YS41NzUuNTc1IDAgMDAtLjUzNiAwbC0zLjQzNSAxLjgwNmEuNTc1LjU3NSAwIDAxLS44MzQtLjYwNmwuNjU2LTMuODI1YS41NzUuNTc1IDAgMDAtLjE2Ni0uNTFMLjE3NCA1Ljc1OWEuNTc1LjU3NSAwIDAxLjMyLS45ODFsMy44NC0uNTU4YS41NzUuNTc1IDAgMDAuNDMzLS4zMTVMNi40ODQuNDI0eiIvPjwvc3ZnPg==");
    }

.rating-yellow .rating-star {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZDQjkwMCIgZD0iTTYuNDg0LjQyNGEuNTc1LjU3NSAwIDAxMS4wMzIgMGwxLjcxNyAzLjQ4Yy4wODQuMTcuMjQ2LjI4OC40MzQuMzE1bDMuODQuNTU4Yy40NzIuMDY4LjY2LjY0OC4zMTkuOTgxbC0yLjc4IDIuNzA5YS41NzUuNTc1IDAgMDAtLjE2NS41MWwuNjU2IDMuODI0YS41NzUuNTc1IDAgMDEtLjgzNS42MDZsLTMuNDM0LTEuODA2YS41NzUuNTc1IDAgMDAtLjUzNiAwbC0zLjQzNSAxLjgwNmEuNTc1LjU3NSAwIDAxLS44MzQtLjYwNmwuNjU2LTMuODI1YS41NzUuNTc1IDAgMDAtLjE2Ni0uNTFMLjE3NCA1Ljc1OWEuNTc1LjU3NSAwIDAxLjMyLS45ODFsMy44NC0uNTU4YS41NzUuNTc1IDAgMDAuNDMzLS4zMTVMNi40ODQuNDI0eiIvPjwvc3ZnPg==");
}

.rating-avarage-value {
    line-height: 14px;
    color: #21202f;
}

.rating-count {
    line-height: 14px;
    color: #8a8785;
}

    .rating-count:before {
        content: "\202F/\202F";
    }


/* selection_page__text */

.selection_page__text {
    word-spacing: 0.1em;
    letter-spacing: 0.002em;
    line-height: 1.5;
    font-size: 15px;
}

.selection_page__text_before {
    margin: 40px 12px 30px;
}

.selection_page__text_after {
    margin: 20px 12px 30px;
}

.selection_page__text h2, .selection_page__text h3, .selection_page__text h4 {
    margin: 20px auto 10px;
    display: block;
    color: #222222;
}

.selection_page__text h2 {
    font: bold 22px/23px sans-serif;
}

.selection_page__text h3 {
    font: bold 20px/23px sans-serif;
}

.selection_page__text h4 {
    font: bold 18px/23px sans-serif;
}

.selection_page__text blockquote {
    padding: 0 0 0 65px;
    font-style: italic;
    margin: 30px 40px 40px 0px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAnCAMAAAB6+uurAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1RUFCQkEyNzZCRDExRTI5QkMxREZBMjg2RkEzN0Y0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1RUFCQkEzNzZCRDExRTI5QkMxREZBMjg2RkEzN0Y0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjVFQUJCQTA3NkJEMTFFMjlCQzFERkEyODZGQTM3RjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjVFQUJCQTE3NkJEMTFFMjlCQzFERkEyODZGQTM3RjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EhsKVAAAAM1BMVEXMzMzy8vL8/PzPz8/19fXs7OzS0tLf39/V1dXl5eX5+fnp6enZ2dnc3Nzv7+/i4uL///+9lQJ0AAAAEXRSTlP/////////////////////ACWtmWIAAAFRSURBVHjavJTJloUgDEQLmVGf/P/Xts0kCfGdXrXLqnOTIgSR3z4lyyZDNrbd4SPoNsDISNQA/Aq4W74kpDiA5kmPIocVMdWBTzSq7/KCxOoc7PQfXeW7DkNMqJksm8ZZZFcmQpG9Nd/YKWqLq8pY4zp+IzuVJ2QLYovs5xYEaYTNEjEfbiCp5NU8VC2kTV4RwZp6EBl/SMW2rSF17lcWZ8VkTJbmszKijMdC5Ed3olyQtohKXjclILZaYAGSLBfEQSzn8dqlN2HPMMlyQY7u0XpxyJYjoxq7ZYcXBv2NcNPM8k6Rc/aePhFyqV9EE8/1kZJKwBQZiVojg6PyOSGKIa4b7EvvSPe4bL8gSkbifyPpBXHvCPc02+P1YtjCPNUMlQ+yyaTN89C9FLchRou73P5T0o7dzOgT5u3fxkPSn/WnZEvFk//5VNnNsNPX/yPAAGbASHp47GvdAAAAAElFTkSuQmCC);
    min-height: 40px;
}

.selection_page__text ol {
    margin: 30px 0;
    counter-reset: li;
    list-style: none outside none;
}

    .selection_page__text ol > li {
        position: relative;
        padding-left: 55px;
        margin-bottom: 20px;
        padding-top: 0;
    }

        .selection_page__text ol > li:before {
            content: counter(li);
            counter-increment: li;
            height: 28px;
            width: 28px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            color: #fff;
            font-size: 14px;
            line-height: 29px;
            font-weight: bold;
            background: #f07a7b;
            border-radius: 50%;
        }

.selection_page__text ul {
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .selection_page__text ul li {
        position: relative;
        margin: 0;
        padding-left: 25px;
        padding-top: 10px;
    }

        .selection_page__text ul li:before {
            position: absolute;
            left: 0;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            top: 18px;
            background-color: #f07a7b;
        }

.selection_page__text p {
    margin-bottom: 15px;
}


/* selection-pages__links */

.selection-pages__links-header {
    text-align: center;
    color: #333;
    padding: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 18px;
}

.selection-pages__links{
    margin: 25px 0 15px;
    text-align: center;
}

.selection-page__link {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    color: #242424;
    white-space: nowrap;
    vertical-align: top;
    padding: 6px 16px;
    border-radius: 40px;
    margin: 0px 10px 10px 0;
    transition: background-color .3s ease 0s;
    background-color: #f5f4f2;
    cursor: pointer;
    display: inline-block;
    font: 14px "Century Gothic", Arial, sans-serif;
}


    .selection-page__link:active, .selection-page__link:focus, .selection-page__link:hover {
        background: #edece8;
        color: #242424;
    }


.rating_place_block {
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.rating_place_block_info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating_place_grade {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    background: linear-gradient(165deg, #83bd56 16.44%, #488c13 63.42%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Tahoma;
    margin-right: 15px;
}

.rating_place_link {
    display: flex;
}

    .rating_place_link:hover {
        text-decoration: none !important;
    }

.rating_place_svg {
    width: 18px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.rating_place_svg_left {
    /*background-image: url("data:image/svg+xml,%3csvg width='8' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.875 14.546s1.04-.463 1.326-1.354c.287-.892-.287-1.874-.287-1.874s-1.04.463-1.326 1.355c-.287.891.287 1.873.287 1.873z' fill='url(%23a)'/%3e%3cpath d='M5.368 14.76s-1.093.315-1.887-.18c-.794-.497-.988-1.618-.988-1.618s1.093-.317 1.887.18c.794.496.988 1.617.988 1.617z' fill='url(%23b)'/%3e%3cpath d='M4.775 11.412s-.106-1.132.53-1.82c.635-.687 1.773-.668 1.773-.668s.107 1.133-.529 1.82-1.774.668-1.774.668z' fill='url(%23c)'/%3e%3cpath d='M4.59 5.215s1.387-.617 1.769-1.806c.55-1.708-.211-3.036-.211-3.036S4.391.868 3.835 2.597c-.556 1.729.756 2.618.756 2.618z' fill='url(%23d)'/%3e%3cpath d='M4.035 8.148s-1.764-.022-2.72-1.116C.36 5.938.577 4.187.577 4.187s1.765.022 2.72 1.116c.955 1.093.74 2.845.74 2.845z' fill='url(%23e)'/%3e%3cpath d='M4.544 8.117s-.142-1.51.706-2.427c.848-.916 2.365-.89 2.365-.89s.142 1.51-.706 2.426c-.848.916-2.365.89-2.365.89z' fill='url(%23f)'/%3e%3cpath d='M4.421 11.503s-1.492.274-2.48-.49C.956 10.249.847 8.736.847 8.736s1.492-.275 2.48.49c.986.763 1.095 2.277 1.095 2.277z' fill='url(%23g)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.165 2.375c.154.025-.382 3.045-.408 3.199-.442 2.66-.295 7.345 2.498 11.463a.288.288 0 0 1-.06.389.28.28 0 0 1-.402-.063C3.889 13.09 3.743 8.233 4.2 5.481c.025-.154.811-3.132.965-3.106z' fill='url(%23h)'/%3e%3cdefs%3e%3clinearGradient id='a' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='e' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='f' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='g' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='h' x1='3.206' y1='2.274' x2='7.691' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");*/
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="42px" height="100px" viewBox="0 0 42 100" enable-background="new 0 0 42 100" xml:space="preserve"><image id="image0" width="42" height="100" x="0" y="0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABkCAYAAADwkaJHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAMWUlEQVR42sVbPY8kyXF9EVkzu7ijwCJAn81foF77jO39BTf3C3bGIkEQ2h1BhrzdlSVHmFkINImds2VcE6BDOtOLswk2Dbq6PpfQQa3DaWd6ujKejMysyaqurv6aOwWQ6K7Kj3oVmRn5IjJLSOIQ+fLLLw+qr6q9+Z988gkAoDjkIYY73D2aw/Ru7zacOgAAaZ35t/jb4UArfMD//ug/cfdo3vMyTRGV9HcA4IWInAI4J3nVVf/3s78eDjRp9Pbx37rzZfWeiJQALgCcxmsAeLUOaMxH/wDZCmwA1JU65CWArxLIJCQHAIZ9zzlIo32aS+IgAFACeAfgpAUwv3wOYNqun8o8CNA+oaAEcI1MY5YACnA/ZDHqa6dY4ru9QSxxC1PrK1Ia2QDZI51l0ksVafrvI3f4Fnf8AF9V9T0RAUmouhLAtaj0grRm94/M+0l+Q507XKMet4BUjXvZuLsAMKQdtqCk+gfP+i4RkRPSTveoOlqX8b1MJhG9SCvNuhVnW0n1H1yjInJK2uAhQObyfXT9iwPqztdlPHTXD0gOD6g/TUtmkobBJwyGOzCjEKl435ytcAOTRveODnzR+bqM4g9/+iO8u8Xy6Ft4d5MBDQDc8dHaVimGpS1gFsuqPs3Y0VaS7C4A0Di11rh2Tu81Chi8u8Hy6AMAQBnuAQCLo94HtQz2YGe7qbWtnFgHic/saPYG1AgyZNluyjlU3vdlZpOpaQACyN2Ngu3o2qjVdcYk0Z5MqT3VVrs9XHKjeNvdbkYgE3TM+FyK5dEHeHcH0wqQgw30bFdnMYJ7s6mc3j76Bovj/wbbDhr3Wgvek4ZdEoDLqNFOIQmSQaMIXPAiaQXA17HyFND5qou2VsYITH5bmQI47yuQluGiYgURd+IgI5rUg9nUXgHAcrmcAvgcwNjMZt4bNJVZ7eb58fHxVWJOXZMj09QUwLPFYrHVG2nTJN2rOktDkhckvwLwRVG4kZFrJ46Zf0NyXhvx1fZAckryGcn5CiCRRrq/b3FlMEJgdWNiIbUmxwnJ66JwXxSFK7smDskZyfM1AEHyiuQTGuc9i8MAYTl+6Zy+dk6HwY5SZ5AEarNtMm8nAEZF4T7z3iZ5XhwaV6LyKYCTDMwcwBnCOK6HTVwiBwge6tMIsGw/sxAlaDbzVBgBJz5qJs16A7upSUnjtYqcWRY8SN1F46x+MXKqIs+QkY5YbkTjC7Tc6C4piuVHMPhgR+HrtdUkgdtoF99FAGMy518NJjVFkxmVAC6MPN3YfUFmxaObn6DSxeTu+FvA+WxV2t74k3wXwcyy28OYBwBfW9Sihcl5jY7u7QOqR9VHcP4xhDrtmQC9CfeRkC5tAtGg7wkSAObFcmnw9DDvp9RquGMDuYwAjLy3iaqWIhq1bQAwI+uIyU4gHRSkTZU0GA0kf7evRrP0ipZsb1ommUzWBcly9zZtCjR53Bg9rsC2WhWVAYAfB20SCON2hFYEb1sxwcSDAWi2irw9VKsIpmZoZjBvSZvPD2jzcyASZwmzEQAuo10rgRAd3iMk8zS3uzSW+2oTwEycTIFVCj9Hxg33jBuNEFaaJOUulY3MyU6NpcuvvwTwqZGjrrW8j4VnwHJwg00V1gCeALhKK/oKO47u7meB4awa/QewDNukOQIvqKXwlYcXD18RlTQIxDMRvQZ0uI9G9hURmQcKiBmt9gJ6QzpzAE9odoGwSfBDyAyqn9GC7Qz0M0bz0tpuEuhHnSQkD5578IkHJx7E95guPfjE06bpnoXnw4MolIBPas/fLe0HhJk/BfAMYUY/R7CV5QNocA7gCsBbREIj0sRRB8mEIYSjBLo8XTZn+QTAhMYzNInusN1weKigZTnmIjJFiIpMAEw2xqpi9XqM5prdJLHxMY3j7PYQ96bpiwz0eeyRyT4qrzXKbIx2RUh6Tb42NDbNy1s0NU51KiKTrdrrEI9ss+Ehg2FpQYjMB94MXQvHLholieLDzQ0Wi+9wW30HPl68FtGnUSfxwS7X2NdmfmLepunhOTAg7L+LCkQUkZMOb25va43qPa8IAJyr6xoJFWm0WRyFsGeRrz40PoXaKAeaKWMUgCnUYSain5N2ad7mbQ0IJN9oKPO8dFclhIpTkEJEBk5lKBIWGNLGQSGWgDJ/yHt6BqAxYCYt95lhyg0I/wphY+EtgNeNruohMyoCbwYDUDg3iG2cIAaBY/v3gYoUyG01Ol03RlqcM+jcrATwCi0XgwyuciqfRz28GZxqWTj3juRXJF+SHKSydj+mG20UuR1jYCzpotZhF/jW/1EE+wzAPJLlQSzy96msC+dHhgCu40t2Shso0MFHjZwmTrhjGhr5ruN+2Spz3bq3khIW4J6fdgVB32J/OUFg8/kQyjX3DhuWXt6DzdtYBUpynKJxe6aLjmggSJ5m//t8LpAc5yYsBHKXFSpWqNwSnkuIyDxoNcRH95ASq7GkEmHSbSUkf0cAS2O9z6RAYCtyv/YBxssDtTpoXZ923FvL7s04NmtpdM1LzRFcgS/swIMBUZ7vUPYNsviC5QcLElFuyRjB0XsIGW5Z7mrdM4s2wNb1ueEgv3wr8WYQkSunetbYG83sdaPrDZ17dWcA/oIwGcpdd+a2kJmInDvVcRucxOUW6NlDbPHTSwBPELrmoWQM4Myp/jwHmSZju3DUqML540aGg8HUQN6BgaDMAJyRPEcYCmvj7WvkCsB7pzpDi+2n7jbyhOSFiECBn+fDQL7hXzoPFgBAhQX+9T9eodKbtU//+OOPSmSTpcVPrwU133yzWCxe1z1Wc09FcVSUTvWdNztJfFVFnt3dLSfH8bxACJJB4fB4BYQA0A1bjctlNUeHPxQBT/X+gNbTPD+BdEU4yOXNhukFojwXlXoPf8sNT12brD9NKzMYiMpsmPx0qoKqMEFJwXVlNlx6j8qsTnfenxhQX/cCZXxgb5n1XBVm9j5wTIJkqeqGYdzVQ+zaexuyta5HXloCGG5amRrS5/wVrehemgAiAjM/aVmzEZK3SnsZgPQpAcNUfkPXW+0abCu5VlXdLJLopKlPG/H+HTjDlueerCeneYhQWqfAfcUx7oNsIwRzln63ln0OaA1wH1X+2bKqBvH+FMD/qOqkKIoJUA+D92hGA0fYfu3fHuhiscDSL+vro+LoFN3ccgQAHvbK393NETyFS++rsapCtbann2L7KPQk/dkwRnXlyIaZH5t5bEilmX9l5v8sIkOSYzMP7yuY+ZMt6qc0Tf93PjgSQuaNCbJpMlyTnJkZfNjOKRn3Bzakq5y87ww0eoWfb+udem+lkS+BEAXcst7cyDf5vb2O4tB4mU4wbEqxfNBmR775Rkgp/T1H8utjud273ghRmXPNLl97nG3ODzt8vqrgfQUE/nuVDbX9uj5FVtTp63ywp7QyVDbkk4T3VVrNGiDz+r3mSYDAU1snzEQk7HOaPPNYXlMD80kP7u2RjnwjZ07kM1U3XVde/ot/7mnW4FFh3cpU4Qb//Nt/LCt3u/ajAF1zKDDKHMBbkpfVcjnvcnMePXoEYKPBVzgc95YQ6hzBTTlF+IpmkOf7fg2XAC6r5XK+7gXrGD4OFMbzUQhj6wrhjPMogngaKd0cwUGcxfvpeB1E9CW9vY7uR9ZwfEHvHwboiobD9sy0/bwkMaDwAnEZJasXqnpJct6x3dMMQBwq675nMonfO2VJCgcD3xiIigYGlv8SKmBnfcKwp8E/RGgGVb2yGJWOK8+LFDNdUcIhK1Nb0s5fZ8KaRLxRIp0BLMX4Uowr9dMZwYOACgBnxziqHncm548htvoIM0JVr1rk5gXJcqUHYr58wz/t342wyPC77azHAv/w779ApbfrmjhF82DXVVX5s9zZS379gRoNdtbh8Zr0aFNc4MqMM7PgqZrxVESGcd8pOogh7wefTG0h/Flr5/6C9CA9knNJ7EGcHxwoOYkpbaaNkIU592ZP+4mtT1SAehZ/IeIg4i5EXCniUv73D9Q2fHwVNTYj+SazACXJdzmP/X/v+ky7rwGbpfFJ+pOYQPr8e6ZqJex4qFS4SbHVXo1mckbadXY9RDwTXRCGX/3LL3F3/C28bncmfmtdqYFSwaqtwU5E9BL3AYtpyiiO8Hc4Wv4ojCW3jkztN0LcFmVUtD2OzxE+UGgAlSW/A+Ejk6/WNXeIYnvl1//061735Tf/9hsAQFHg4/An+Sbpe075YebZ49uf9gJ9jJ8CAP4P7sJkq5Z9SfAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDMtMjdUMTE6NDM6MjcrMDM6MDBDxhlGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTAzLTI3VDExOjQzOjI3KzAzOjAwMpuh+gAAAABJRU5ErkJggg==" /></svg>');
}

.rating_place_svg_right {
    /*background-image: url("data:image/svg+xml,%3csvg width='8' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.306 14.546s-1.04-.463-1.326-1.354c-.286-.892.288-1.874.288-1.874s1.04.463 1.326 1.355c.287.891-.288 1.873-.288 1.873z' fill='url(%23a)'/%3e%3cpath d='M2.814 14.76s1.093.315 1.887-.18c.794-.497.988-1.618.988-1.618s-1.093-.317-1.887.18c-.794.496-.988 1.617-.988 1.617z' fill='url(%23b)'/%3e%3cpath d='M3.406 11.412s.107-1.132-.529-1.82c-.636-.687-1.773-.668-1.773-.668s-.107 1.133.529 1.82 1.773.668 1.773.668z' fill='url(%23c)'/%3e%3cpath d='M3.59 5.215s-1.385-.617-1.767-1.806c-.55-1.708.21-3.036.21-3.036s1.758.495 2.314 2.224-.756 2.618-.756 2.618z' fill='url(%23d)'/%3e%3cpath d='M4.146 8.148s1.765-.022 2.72-1.116c.955-1.094.74-2.845.74-2.845s-1.765.022-2.72 1.116c-.956 1.093-.74 2.845-.74 2.845z' fill='url(%23e)'/%3e%3cpath d='M3.638 8.117s.142-1.51-.707-2.427C2.083 4.774.566 4.8.566 4.8s-.141 1.51.707 2.426c.848.916 2.365.89 2.365.89z' fill='url(%23f)'/%3e%3cpath d='M3.76 11.503s1.493.274 2.48-.49c.987-.764 1.096-2.277 1.096-2.277s-1.492-.275-2.48.49c-.987.763-1.095 2.277-1.095 2.277z' fill='url(%23g)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.016 2.375c-.154.025.383 3.045.409 3.199.441 2.66.295 7.345-2.498 11.463a.288.288 0 0 0 .06.389.28.28 0 0 0 .402-.063c2.904-4.273 3.05-9.13 2.593-11.882-.026-.154-.812-3.132-.966-3.106z' fill='url(%23h)'/%3e%3cdefs%3e%3clinearGradient id='a' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='e' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='f' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='g' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3clinearGradient id='h' x1='4.976' y1='2.274' x2='.491' y2='9.601' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FFDB80'/%3e%3cstop offset='1' stop-color='%23AC9C71'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");*/
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="42px" height="100px" viewBox="0 0 42 100" enable-background="new 0 0 42 100" xml:space="preserve"><image id="image0" width="42" height="100" x="0" y="0" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABkCAYAAADwkaJHAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAADAFJREFUeNrNm0+OG0l2xn8vMqtKLbQx9MYLb6b6BE0doDGsE5hzAlWdoFUnUOsAhkqL2Vo18AHEhmEYs6rSpjeGMfTSC1uc7RhuJGypVCQz3udFRiaTLJLJokrqeUAAzMzIF1++iBfvX9AksY1++umnrc9jjFuff/fddzwE5dseOjOmhwUKs81AfTPQ4Ic4MwKHe4FzZpTc4My2Ay254cNf/Sezw+IUeAlcAq+ASdPHfeP7h7MeJTcc7gm05IY//Mc/Mj0quiU6Oyy4ffTn50APeJbaJXDuRuFbgNY89iVnxvSo4PbRnwmdnY2+G8du0GqnbrxLoLtJe7b6daMbqKSnjljTeo5emtkbM+uZGWa2t/S2jI+kbqDAYCsjYyjjSkZPy1JfkO3ZWpTPeQ84kRmwvN5uKSht2veOLQzoA1fACVDUN2M243ZxeW9K4+MS9k//9g/E7JbZUUHMblmsBqfMZgM/ur3ysLNCjIETuQqotqcj/5pQHuwFNGYz5gc3eJiRlwfvKfMbpkf/TZnfNEDdPM1aWBV0l2RfAmcA0W65PZyz5+4EgFzg3co02IP3qeRDafev24V20Hq/d0tSfRCqee6i9fvQMXD6kAy7gBafwPv7hwSadzwfd3lXW6hPJdnJpwCsx68kqkDwr8jLx+TlY7LyMQflY7L4qDDv+patNPiUl9tk/6N/R3hyHipNrWVY8pE//NePivntvvwvwc+2dZjP406Mcqj2yoxH63u4Xcu1r2SO7YHUdRc2bx9mqM8MVNLIJfZtXwwolf2+rt2tv1iJJnpR/1gFXF9vaJMvDfQauKiAVSbNPeIeu8zpg63vHECUOCVacZNKPiJr7p1T7Yv9e/Af3RNPL/EfAL+mMhgA5/m//Os/M7Mb5gf/S8xmmGWVa2VOJGJ5SSwjwYyQhZMQsivJ+5V0dSf8MAtJmrqUVNzclEvPQ+rvaXkcHh4cA0Pg6RYhDPN5+EAMHynzW8racc5g1Ql1CaIXVF78Vc10VcGkCFBIerFuRJcIZmRZGJjZ9wlk6/31CpvfPvoZgvqWaZiRF2Y2BiZSmEjCtbAcsQqNC+CJBXvNZg/pXL5ekfI860l6DQzXgdoIdJZ9IMvC0Mieo6WOhZldB+ytBRvJNfEE1swIzhnwYwLcawZyjYBLC2lJxKWBB5LeLPXfbcubBMmQG+5OdG9tLbEnxSHwUq53wJtgNrDWGnNpJNc3co1jdGJ0SN6S/A6AU+BKrp5c3LNNQhp4UluRLVZm6NIVsCTBtBTGbam1pFv/HKb37tCuli2A44qTliSRIi7DZes28VNJ7yT1tWD4p/q5S/2VNXcs6XX9PKaZi3dmcH1LYK/DQfmYUB4Vwe/l5vRoaT6VQWjWnGvJ21qdgXuRpDFAfvD+r7H843h+9H/IZljyy6w7Ru4BV+7xG+548aE3nc04ODwcSD7oYtRB4zI6IYuPCfMjLNq4+oJ7RZw9SS8lTZanrDII7vH5J4IE+BGWbf1113pZ16i0edCWqqRfhSwcSxrsw7PVCpIZDnWiwKXfp0H2aU9XpNqXNPxEkEh61Sym5ofZ+BPcslPuKsxv9mHU2jsLuS7q+3kFMtTbwAu5Xu8zwArQYz5B0xO9oJVXyM0CvsgTXbr0lP3C3OMNv/eh62B20b6RryazJJ0Bf3wAiexLY+C3NaqsBhrnM0qVlPOSqEiwMAFO3LhaB3bV/3zgOGoMnMi9UMouzJL31kqDpKRJJeGxxAnwhpVp/Izh3QVVFLEsiFR1Ce2J91ZLX/ckoouI+IztOqInEZ1HxEr1pekXOix8EcR5EN8EcRFEYS4eoBXmujTXSYadZNg4w8gwglhq9Tu5CUztyV+mJN1JmpbzlN4ZUO2TfTPrVUtm+6JIkcM1VeZltLzgNlPNtlmjtuPiC1m4pu0tVT7ngEX+vqbfUkUJBTBuPP57Ui2AXCvvr/pMXfhlIOkao3F0Q1UcGyVRbuXT5aNFWvlRWdX2JTNb8sbr3w9Ryavtfv7+w0fK/Ibb+CGVb5a/1dMXhJVBV6RHluf99vPpdLpxYID84KAPDMzs12yO598CP8Ca1HiWZ31gmGp84+CVs1KHDdmafSL5oL3Ve2ZGdG8+JtVMnwFPJT+u+u0m2TtA5RoCzxfaZZjZJM+yEfDK3Sft/mYprvLOEX+gKkD0LNgu/WuJVjO3RjqTNX7hsaRn7v6OLTFQy5luPiYLoWdmV8BzST13Ry7qOn+HPzreWF1ugLqIcTlKTHQKvAtm/Xrdmhnu/m0TOSapS+pJump7+kAD0ruj0CbqWFfyKKr8UHWxIWvcI1WTQ4rpXVon5dfcL/vXpjEtfzRs6LBLWrvHclKht8LjlJUE2D3pVftikwUbwU7xU9+lU1/ESe1nLz8lqJM0at/LZ9Mp8zhlalNiOa0SYMF+BB/uuGE/B0YrPYfs6Xin/OorSYW7yLKwkGjtqdRSdNfIq6/a5euPU5pn9d5e0nSPhaQLT9vXRq1PVNAqMOxAT/eR3gY6o6VE7sI9aX37sMpiG9KFw7dIpzsw7z8QyAtJI7jrJ+Rt3ZYBZojKgEo6S7FLA7a2RJ+BLoHz2h1sxLVUXd5OZ1S+5aT9InTnNnes7BXAuZmdrVPeut8moMcrh7lGwDcJ9Khm8EBSfEKqYW2jO5YpFRSu0uV5FpZqRZdUSQqo8vHHVCHJ6Y7AChbhyCVQWEfU1riFH95Xfuht+Z6Y3XJ0dDRgESK/icSRS2flvCyqFxuf/Brg6OjoeIX3ydKV1XZd4+l0WqwC+eqrDeX3BmloSzTQnHeqUjrtLxqa2XF+kJ9Mp9NijQPdToaNy3l5vTxD82qEPWOmeoktxUxuULoP2x1DMKJ7PwS7Cnl+4h6XpFJ6lbStgeoOoCopEyVCluO+24mHFv9GlG3qJ9essQhlWTGO0fvJr9zW/+1dS7MI3/Y5tNVYppUtoV9XjdvV4xhL3CMxln2Wz4wOlvvqehVQe9/dZ/+teQcppVFgVxv9vPX771a8+kkF7uHOfTXeU2x9fdzti3tU3tE1rTyqGaNsZXlGj43Wr6Oww3BSVZzPzQU4mN9navp354i3bp6y145HH0gaYP6rVv+Jmf2JSvLXEhNns3l0UrkcKn90On/P1D/Co/IahedAc6DAtJbNb6gK/0iOWWBWzkd5lvVCyJ6Ros0k6+XBF8J4MS3nP5Qd5/ibfbSOvw1w93ETgCWgYbOUh4vpiaNg1nf3N8la7UKjXULmejtrxJW2koLKtHXRoJaYqvrmBLiK0Xd1mCdlGce7fM3aKNQlkL8AhjJPQHaSzrMlHt30+3omOyW6xc2bkFLUdXy/S0u1+l36FnJd7JpAq9/bdJTxsixLgNfhYdy5hkLIXnGPc6mN93SHkRkxOlmWXZZlibR3gWwdjUnZuV3pjjI1DyQsGCbI8/xS0pMN+aj7trGkk/uArCUqifzn4mdifsvtUcH84KaxFnWwd5Dn45BlT4BnIYTW/nhvSZ4AxWwelwzLbL7bWl3yr9smrf5tZniMhZldrHpWu2xDks7SrDR5gr0kaloGWKdFZSkxAbiAGJ+t8DinUopj4NuWpN+yCDnGIWRso86UfLxTuVv/orsIwXox+vetLWVCCsiybDuQT6U6Y5Jv/MdM3RHhrmcYPVGFrlkITRbFOyTStV12CdRTLJx3+dwp79k+Uz9hNzP7INTETAGIVOtx3To31zNamm5mL2yN0u0rsa41at7a8Ots3hqHqydpSZpm9sWkCS3LNJvNiNmMWZgxV3UWv6paGFmWvQzBeq33Xsxmy+dB6/zl56ak9a3iN5UjEELWl3QaF6cVJ3zBtVlTrfUb/1VlQS9X4p2zbrYPTxurIpLI8uxU6XxdWiPXqX2Wfyp2AQXI2wNLkZCFnqRFObtS8bMFyFU1/8xrNM3quhLjUmXOgr2g0vYvJsUVPGuBDkUctq4nRv7DLwUSVhznlvnsV/mIWonCmWW/HMgKaJr6eVkSKYllSZlrbBZqc3IBXM86/290v+zc/SnF9Qfzrwl+CArk2e2IKlUNS+eWv8ymvo3yRx//FnAeZSVQrgCE3/397/4ygB7MvwbgoEoME+ojGgncI/7ml8YIwP8DSC29hkfEQkcAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDMtMjdUMDg6Mzk6MTQrMDA6MDDKl8UCAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTAzLTI3VDA4OjM5OjE0KzAwOjAwu8p9vgAAADh0RVh0aWNjOmNvcHlyaWdodABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1QYWNrYXJkIENvbXBhbnn5V3k3AAAAIXRFWHRpY2M6ZGVzY3JpcHRpb24Ac1JHQiBJRUM2MTk2Ni0yLjFXrdpHAAAAJnRFWHRpY2M6bWFudWZhY3R1cmVyAElFQyBodHRwOi8vd3d3LmllYy5jaBx/AEwAAAA3dEVYdGljYzptb2RlbABJRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0JEU0ipAAAAAElFTkSuQmCC" /></svg>');
}

.rating_place_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-inline-start: 7px;
    margin-inline-end: 7px;
}

.rating_place {
    /*background: linear-gradient(165deg, #e2c479 16.44%, #b48811 63.42%);*/
    background: linear-gradient(165deg, #83bd56 16.44%, #488c13 63.42%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    line-height: 19px;
    font-family: Tahoma;
}

.rating_place_review_btn_block {
    display: flex;
    align-self: center;
}

a.rating_place_review_btn {
    display: inline-block;
    border: 1px solid #ccc;
    color: #222;
    text-decoration: none;
    padding: 0 30px;
    outline: none;
    min-height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
}

    a.rating_place_review_btn:hover {
        background-color: #fc0;
        text-decoration: none;
        color: #000;
    }

    .rating_intro_text {
        padding-left: 195px;
        padding-top: 15px;
        padding-bottom: 30px;
        color: #868695;
        color: rgba(0,0,0,.6);
        line-height: 22px;
    }
.org_filter_col {
    width: 245px;
    display: inline-block;
    vertical-align: top;
}

.org_filter_results_col {
    width: 735px;
    display: inline-block;
    padding-left: 15px
}

.org_filter_col .filter__item--checkbox, .filter__item--radio{
    font-size: 15px;
}




.org__card {
    padding: 40px 20px 40px 0;
    border-bottom: 1px solid #e8e8e8;
}

.org__card-images {
    display: inline-block;
    width: 315px;
    margin-right: 20px;
    vertical-align: top;
    overflow: hidden;
    border-radius: 16px;
}

    .org__card-images img {
        display: block;
    }

.org__top-image {
    margin-bottom: 4px;
    /*
        overflow: hidden;
        border-radius: 16px 16px 0 0;
        */
}

.org__bottom-images {
    display: flex;
    /*border-radius: 0 0 16px 16px;
        overflow: hidden;*/
}

    .org__bottom-images img:nth-child(2) {
        margin-top: 0;
        margin-left: 5px;
    }

.org__single-image {
    /*
        border-radius: 16px;
        overflow: hidden;
        */
}

.org__card-main {
    display: inline-block;
    /*width: 630px;*/
    /*width: 440px;*/
    width: 375px;
    vertical-align: top;
    position: relative;
    min-height: 284px;
}

.org__card-title-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.org__card-address, .org__card-phones, .org__card-sets {
    margin-top: 20px;
    color: #484848;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}

.org__card-address-icon {
    width: 18px;
    height: 18px;
    /*color: #cf2933;*/
    color: #3d8901;
    /*vertical-align: top;*/
    position: absolute;
    left: 0;
    top: 2px;
}

.org__card-phone {
}

.nowrap {
    white-space: nowrap;
}

/*
    .org__card-sets {

        position: absolute;
        bottom: 0;
    }
    */

.org__card-set {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: top;
}

    .org__card-set img {
        display: block;
        margin: 0 auto;
    }
/* Market */

.market-widget {
    position: relative;
    margin: 30px 0;
}

.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;
    border: none !important;
}

table.market-table {
    margin: 0 auto;
}

    table.market-table, table.market-table td {
        border: none;
    }

.market-table th {
    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;
    }


.market_show-more_btn-block {
    margin-top: 15px;
    text-align: center;
}


.market_show-more_btn {
    display: inline-block;
    border: 1px solid #ccc !important;
    color: #222 !important;
    text-decoration: none !important;
    padding: 0 30px;
    outline: none;
    min-height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
}

    .market_show-more_btn:hover {
        background-color: #fc0;
        text-decoration: none;
        color: #000;
    }

/* custom css */

.hystmodal {
    z-index: 1002 !important;
}

.hystmodal__shadow {
    z-index: 1001 !important;
}

/* default values */


.hystmodal__opened, .hystmodal__shadow {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden
}

.hystmodal__shadow {
    border: none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 98;
    opacity: 0;
    transition: opacity .15s ease;
    background-color: #000
}

.hystmodal__shadow--show {
    pointer-events: auto;
    opacity: .6
}

.hystmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 99;
    visibility: hidden
}

.hystmodal--active {
    opacity: 1
}

.hystmodal--active, .hystmodal--moved {
    pointer-events: auto;
    visibility: visible
}

.hystmodal__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center
}

.hystmodal__window {
    margin: 50px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    width: 600px;
    max-width: 100%;
    overflow: visible;
    transition: transform .2s ease 0s,opacity .2s ease 0s;
    transform: scale(.9);
    opacity: 0
}

.hystmodal--active .hystmodal__window {
    transform: scale(1);
    opacity: 1
}

.hystmodal__close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -40px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none
}

    .hystmodal__close:focus {
        outline: 2px dotted #afb3b9;
        outline-offset: 2px
    }

@media (max-width:767px) {
    .hystmodal__close {
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")
    }

    .hystmodal__window {
        margin: 0
    }
}

