/* Не удалось уменьшить размер. Содержимое возвращается без уменьшения.
(5967,43): run-time error CSS1046: Expect comma, found '0'
(5967,47): run-time error CSS1046: Expect comma, found '/'
(8185,52): run-time error CSS1046: Expect comma, found '60'
(8185,58): run-time error CSS1046: Expect comma, found '/'
(8187,44): run-time error CSS1046: Expect comma, found '60'
(8187,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;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif.eot');
	src: url('/fonts/notoserif/notoserif.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif.woff') format('woff'), 
		 url('/fonts/notoserif/notoserif.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif-italic.eot');
	src: url('/fonts/notoserif/notoserif-italic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif-italic.woff') format('woff'),
		 url('/fonts/notoserif/notoserif-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif-bold.eot');
	src: url('/fonts/notoserif/notoserif-bold.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif-bold.woff') format('woff'), 
		 url('/fonts/notoserif/notoserif-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family: 'notoserif';
    src: url('/fonts/notoserif/notoserif-bolditalic.eot');
	src: url('/fonts/notoserif/notoserif-bolditalic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notoserif/notoserif-bolditalic.woff') format('woff'), 
		 url('/fonts/notoserif/notoserif-bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic
}

/*
@font-face{
	font-family: 'geometria';
    src: url('/fonts/geometria/geometria-medium.eot');
	src: url('/fonts/geometria/geometria-medium.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/geometria/geometria-medium.woff') format('woff'), 
		 url('/fonts/geometria/geometria-medium.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, em, 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: sans-serif;
}

.page {
    min-width: 1000px;
    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: #ec008c;
}

.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: #d31380;
    color: #fffcf5;
}

.header-nav {
    position: relative;
    text-align: left;
    font-size: 0;
    background-color: #d31380;
}

.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;
}




/* footer */

body>footer {
    clear: both;
    height: 220px;
    background-color: #fd339b;
    padding-top: 30px;
    /*color: #ffc5e7;*/
    /*color: #ffffff;*/
    color: #ffe9e9;
    font: 15px/1.3 sans-serif;
}

.footer-col {
    width: 330px;
    display: inline-block;
    vertical-align: top;
}

.footer-col ul li {
    font-size: 13px;
    /*margin-bottom: 5px;*/
}

.footer-col ul li a {
    color: #ffffff;
    font: bold 13px/1  sans-serif;
    line-height: 26px;
}

.footer-col ul li a:hover {
    color: #ffeeb3;
}

/*   */

.content-cols {
    overflow:auto;
}

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: #ec008c;
    font: 60px/1 'gretadisplay', 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 {
    /*
    float: left;
    margin-right: 35px;
    */
    padding-top: 12px;
}

/* 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;
}

.person-block .person {
    float: left;
    width: 180px;
}

.person-block .person .ava {
    margin-bottom: 10px;
}

.person-block .person a {
    color: #17438f;    
    font-size: 16px;
    font-family: 'notoserif';
}

.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-family: 'notoserif';
    font-size: 14px;
}

.person-block .quote {
    font: 16px/24px 'notoserif',serif;
    /*color: #ffffff;*/
    /*color: #f9dfe2;*/
    color: #484848;
    float: right;
    width: 700px;    
    font-style: italic;
}

.person-block p {
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

/* search */
/*
#search-form {
    position: relative;
}

#search-form input {
    padding: 5px;
}

.ya-site-form__submit {
    cursor: pointer;
}
*/

/* 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 #fd339b;
    }

    .askform label {
        display: inline-block;
        width: 150px;
        font-size: 14px;
        margin-left: 10px;
    }

    .askform input, .askform textarea {
        padding: 4px 10px;
        margin-bottom: 5px;
        border-radius: 3px;
        border: solid 1px #ddd;
        font-size: 15px;
    }

    .askform input {
        display: inline-block;
        width: 200px;
    }

    .askform textarea {
        width: 600px;
        height: 180px;
        resize: none;
    }

.b-popup-content .title {
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
}

/*.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 Contact Form END */

.js_link {
    text-decoration: none !important;
    border-bottom: 1px dashed #fff !important;
}

    .js_link:hover {
        border-bottom: 1px dashed #fff !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 'notoserif',serif;
}

ul.sitemap li ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 20px;
    background-color: #fd339b;
}

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;}


/* плавающий блок */

.sticky {
  position: fixed;
  z-index: 101;

  /*background-color: #040404 !important;*/
  min-height: 30px;
}
.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;
    display: block;
    text-decoration: none !important;
}


a.article-gallery-fullwidth-grid-item-counter:hover {
    color: #FFFFFF;
}
*/

.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;
}

/* scroller tables */

.article .scroller ul {
    padding: 0;
    margin: 0;
}

.article .scroller ul li:before{
    display: none;
}

/* news */

.main-news-header{
    font-family: Arial, sans-serif;
    text-align: center;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-bottom: 30px;
    width: 960px;
}

.main-news-header a{
    color: #333;
}

.main-news-header a:hover{
    text-decoration: none;
    color: #ec008c;
}

.news-row{
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}

.main-news-header{
    text-align: center;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-bottom: 30px;
    width: 960px;
}

.main-news-header a{
    color: #333;
}

.main-news-header a:hover{
    text-decoration: underline;
    color: #ec008c;
}

.news-main-col {
    width: 250px;
    float: left;
}

    .news-main-col a {
        color: #000;
    }

        .news-main-col a:hover {
            color: #ec008c;
        }

.news-main-image{
    display: block;
    position: relative;
    margin-bottom: 17px;
    text-decoration: none;
    font-size: 11px;
    overflow: hidden;
}

.news-main-name{
    display: block;
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 24px;
    font-family: Arial,sans-serif;
    font-weight: 600;
}

.news-main-text{
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 19px;
    font-family: Arial,sans-serif;
    color: #222;
    max-height: 60px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-word;
}



.news-list-col {
    box-sizing: border-box;
    width: 750px;
    float: left;
    padding-left: 40px;
}

    .news-list-col ul li {
        padding-left: 18px;
        position: relative;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

        .news-list-col ul li:before {
            /*
            content: '\2014';
            color: #a1a1a1;
            font-size: 12px;
            display: inline;
            position: absolute;
            left: 0;
            */
            position: absolute;
            left: 0;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            top: 7px;
            background-color: #8dc73f;
        }

        .news-list-col ul li a {
            font-family: Arial;
            color: #000;
        }

            .news-list-col ul li a:hover {
                color: #ec008c;
            }

/* flash-messages */

#flash-messages{
    margin: 20px 0;
    /*border-radius: 0;*/
    /*text-align: center;*/
    padding: 10px 35px 10px 20px;
    font-size: 16px;
}

#flash-messages a {
    border-bottom: 1px solid #ed5e43;
    color: inherit;
}

#flash-messages a:hover, #flash-messages a:active, #flash-messages a:focus {
    text-decoration: none;
    color: #ed5e43;
}

#flash-messages a.close {
    border-bottom: none;
    color: #000;
    opacity: .3;
}

#flash-messages p {
    margin: 5px 0;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-success, .alert-success .alert-heading {
    color: #468847;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

a.close {
    text-decoration: none;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
    color: #b94a48;
}

.article table.zen-table, .article table.zen-table tr, .article table.zen-table td
{
    border: none;
}

.article .zen-kanal {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg fill='none'%3E%3Ccircle cx='28' cy='28' r='28' fill='red'/%3E%3Cpath fill='%23D00000' d='M24.2 55.74a27.8 27.8 0 0 1-7.75-2.23l18.4-14.2 4.27 4.92L24.2 55.74zM30.33.1c2.86.23 5.6.9 8.16 1.93L22.42 15.36l-4.27-4.92L30.33.1z'/%3E%3Cpath fill='%23F8B3B2' d='M18.2 31.29l16.58-12.8 4.27 4.92-16.58 12.8z'/%3E%3Cpath fill='%23FFF' d='M18.23 10.42l20.84 6.82v6.2l-20.84-6.82v-6.2zm0 20.84l20.84 6.82v6.2l-20.84-6.82v-6.2z'/%3E%3C/g%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    height: 56px;
    padding-left: 66px;
    margin-top: 10px;
    position: relative;
    vertical-align: middle;
}

/* topmenu */

nav.navigation:before, nav.navigation:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
}

nav.navigation, nav.navigation:before, nav.navigation:after {
    /*background-color: #ec008c;*/
    /*background-color: #fd339b;*/
    border-bottom: 1px #ccc solid;
    z-index: 1;
    background-color: #fff;
    box-sizing: content-box;
}

nav.navigation:after {
    left: auto;
    right: 100%;
}

nav.navigation {
    text-align: left;
    position: relative;
    height: 125px;
    margin: 0 auto;
    width: 1000px;
    box-sizing: border-box;
    display: flex;
    /*justify-content: space-between;*/
    gap: 40px;
    padding: 0 5px;
}

ul.topnav>li:first-child {
    background: none;
    padding-left: 5px;
}
ul.topnav>li {
    display: table-cell;
    font: bold 15px/1 sans-serif;
    text-transform: uppercase;
    /*position: relative;*/
}

ul.topnav>li>a {
    position: relative;
    display: block;
    /*color: #fffcf5;*/
    color: #484848;
    margin: 0 15px;
    padding: 20px 10px 25px;
    white-space: nowrap;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
}

ul.topnav>li:hover{
    background: #f1e5f8;
    border-radius: 12px 12px 0 0;
}    

    ul.topnav>li a:hover {
        /*background-color: #d31380;
        color: #fffcf5;*/
        color: #d31380;
    }


.topmenu-submenu {
    display: none;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    max-width: 1000px;
    z-index: 100;
    
    /*border-radius: 0 0 12px 12px;*/
    padding: 20px;

    /*background: #f1e5f8;*/
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    
}


.header-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
}

li:hover .header-overlay{
    display: block;
}

li:hover .topmenu-submenu {    
    display: block;
    opacity: 1;
}

.topmenu-column {
    width: 176px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

    .topmenu-column:last-child {
        margin-right: 0;
    }

    .topmenu-column a {
        text-decoration: none;
        cursor: pointer;
        color: #000;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: inline;
        border-bottom: 1px solid transparent;
        text-transform: none;
    }

    .topmenu-column a:hover{
        color: #000 !important;
        border-bottom: 1px solid #000;
    }

    .topmenu-column ul li {
        margin-bottom: 7px;
    }

    .topmenu-column ul li:last-child {
        margin-bottom: 0;
    }

    .topmenu-column-banner a{
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .topmenu-column-banner a:hover{
        border-bottom: none !important;
        color: #d31380 !important;
    }

    .topmenu-column-banner img {
        display: block;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }
    
    .topmenu-column-banner a:hover img {
        transform: scale(1.02); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        -webkit-filter: brightness(85%);
        filter: brightness(85%);
    }

    .topmenu-column-banner-container{
        overflow: hidden;
        border-radius: 12px;
        -webkit-mask-image: -webkit-radial-gradient(white,#000);
    }

    .topmenu-column-banner-text{
        margin-top: 15px;
    }

    .topmenu-item-bold a{
        font-weight: bold;
    }

    .topmenu-item-offset-top {
        margin-top: 20px;
    }

/* search overlay */

.search-open {
    font-size: 20px;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
}

.search-open:hover{
    color: #d31380;
}

.black-overlay {
    background-color: rgba(50,50,50,0.93);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.search-dialog-close {
    box-sizing: border-box;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 50px;
    color: #fff;
    -webkit-transition: color .15s linear 0s;
    transition: color .15s linear 0s;

    position: absolute;
    top: -15px;
    right: 0;
    cursor: pointer;
}

    .search-dialog-close:hover {
        color: #d31380;
    }

.search-form {
    margin: 11% auto 0;
    position: relative;
    color: #fff;
    width: 990px;
    z-index: 10;
}

.search-dialog-header {
    font: 30px sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.search-form label {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: .6em 0 0 .2em;
    margin: 1.9em 0 0;
}

/* article widgets */

.widget{
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}

    .widget .button {
        font: 15px/32px Arial,sans-serif;
        background: #3ab34a;
        min-height: 32px;
    }

.widget__container{
    border: 2px solid #d8f0f8;
    border-top: none;
}

.widget__headline{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    /*margin-bottom: 20px;*/
    padding: 10px 0px;
    background-color: #8dc73f;
    background-color: #92e63b;
    /* background-color: #3ab34a; */
    /* background-color: #63bc66; */
    /* background-color: #72c275; */
    /*background-color: #91d093;*/
    background-color: #7ecfe9;
    color: #fff;
}

.widget__bg{
    background-color: #ebf4f7;
}

.widget__label{
    /*color: #999;
    font-weight: bold;*/
    margin-bottom: 10px;
}

.widget__submit{
    margin: 20px 0;
}

.widget__parameters{
    overflow: hidden;
}

.widget__result{
    
}

.widget__sources {
    padding: 20px;
}

    .widget__sources p {
        margin: 15px 0;
    }

    .widget__sources ol {
        margin: 15px 0;
        counter-reset: li;
        list-style: none outside none;
    }

        .widget__sources ol > li {
            position: relative;
            padding-left: 45px;
            margin-bottom: 20px;
        }

            .widget__sources ol > li:before {
                content: counter(li);
                counter-increment: li;
                height: 24px;
                width: 24px;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                color: #fff;
                font-size: 14px;
                line-height: 24px;
                font-weight: bold;
                background: #48ba4a;
                border-radius: 50%;
                margin-top: -2px;
            }

    .widget__sources a {
        color: inherit;
        border-bottom: 1px solid #ed5e43;
    }

    .widget__sources a:hover {
        text-decoration: none;
        color: #ed5e43;
    }

.center{
    text-align: center;
}

/* 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;
}

.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;
}

.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;
}


/* hide broken image icon while image is loading */
img[src=""], img:not([src]) {
    visibility: hidden;
}

/* native */
.myNative {
    margin: 15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0;
}

.myNative__header {
    font-size: 22px;
    padding: 0 5px;
}

.myNative__body {
    font-size: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

.myNative__offer {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    vertical-align: top;
    
}

.myNative__body_3 .myNative__offer {
    width: 228px;
    text-align: center;
}

.myNative__offer-img {
    display: block;
}

.myNative__offer-title {
    display: block;
    font-size: 20px;
    color: #202020;
}

    .myNative__offer-title:hover {
        color: #ec008c;
    }


.myNative__offer-text {
    display: block;
    margin: 7px 0;
    color: #202020;
}

.myNative__offer-btn {
    display: inline-block;
    background-color: #7f0447;
    color: #fff;
    padding: 2px 10px;
}

    .myNative__offer-btn:hover {
        background-color: #ec008c;
    }



.myNative__offer__col {
    float: left;
}

.myNative__offer__col-1 {
    width: 270px;
}

.myNative__offer__col-2 {
    width: 420px;
    margin-left: 15px;
}

    .myNative__offer__col-2 .myNative__offer-btn{
        float: right;
        padding: 5px 15px;
    }

/* Search */

.search-fixed_lang {
    border-radius: 12px;
    background-color: #fff;
    margin: 10px;
    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;
    box-shadow: 0 4px 12px 0#0d234308;
    padding: 15px;
}

    .search-link:hover {
        
    }

.search-link__col {
    float: left;
}

.search-link__col-1 {
    width: 75px;
    min-height: 1px;
}

.search-link__col-2 {
    width: 870px;
}

.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;
    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;
    }

.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 #ea168e;
    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: #ea168e;
    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 {
    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-wrapper {
    width: 100%;
    position: relative;
    margin-right: 25px;
}

#search-form {
    width: 100%;
    /*margin-left: 0px;
    margin-right: 25px;*/
    z-index: 5;
    position: absolute;
    padding-top: 0px;
}

.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;
}

.searchInput input {
    height: 30px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
}

.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
    padding: 0;
    display: none;
    pointer-events: none;
    max-height: 600px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    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;
    color: #000 !important;
    position: relative;
    padding-left: 60px;
    border-radius: 5px;
}

    .fast_search_item:hover {
        /*background-color: #fcf4d3;*/
        background-color: #f1e5f8;
    }

.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;*/
}

.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 .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-description.short {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #768492;
    font-size: 16px;
    line-height: 26px;
}

.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
}

.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;
    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: #ea168e;
        fill: #ea168e;
    }

.header-account-badge {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ea168e;
    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;
    }
.hidden
{
    display: none;
}

/* Breadcrumbs */

#breadcrumb {
    color: #ab9a8e;
    font: 13px/15px 'notoserif', serif;
    position: relative;
    margin-left: 10px;
}

#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-left: 5px;
    height: 15px;
}

#breadcrumb li:after {
    content: " / ";
    margin-left: 5px;
}

#breadcrumb :last-child:after {
    content: "";    
}

#breadcrumb li a {
    color: #ab9a8e;
    text-transform: uppercase;
    -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 'notoserif', serif;
    /*font: 15px/24px sans-serif;*/
}

article.article h1 {
    /*font: 42px/40px 'Source Sans Pro', sans-serif;*/
    font: 36px/1 'gretadisplay',serif!important;
    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: 30px auto 10px;
    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;
    }

.article p {
    margin-top: 15px;
    /*word-spacing: 0.1em;
    letter-spacing: 0.002em;*/
}

.article ul li p:first-child {
    margin-top: 0;
}

/* image gallery */
.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;
}

/* attachments block */

.article-attachment-block {
    background-color: #e4ecf3;
    border-radius: 3px;
    font-family: arial;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-attachment {
    padding-left: 80px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 18px;
    background: url(/images/page/article/doc.png) left 20px top 20px no-repeat;
}

.article-attachment:hover{
    background: url(/images/page/article/doc-hover.png) left 20px top 20px no-repeat;
}

.article-attachment-name{
    font-weight: bold;
}

.article-attachment-action{
    margin-top: 7px;
}

.article-attachment-icon {
    display: inline-block;
    color: #999999;
    margin-right: 50px;
}

.article-attachment-pdf .article-attachment-icon {
    background: url(/images/page/article/pdf.png) left center no-repeat;
    padding-left: 24px;
}

.article-attachment-doc .article-attachment-icon {
    background: url(/images/page/article/word.png) left center no-repeat;
    padding-left: 24px;
}

.article-attachment-excel .article-attachment-icon {
    background: url(/images/page/article/excel.png) left center no-repeat;
    padding-left: 24px;
}

.article-attachment-view {
    display: inline-block;    
    background-color: darkgrey;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    width: 110px;
    text-align: center;
    box-sizing: border-box;
}

.article-attachment-download {
    display: inline-block;
    margin-left: 10px;
    background-color: #007dc5;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    width: 110px;
    text-align: center;
    box-sizing: border-box;
}

.article-publishtime {
    font-family: 'Roboto',sans-serif!important;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.article-viewcount {
    font-family: 'Roboto' ,sans-serif!important;
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    background: url(/images/page/article/eye.svg) no-repeat 20px 3px;
    background-size: 15px 10px;
}

.article_entry .text a, .article_entry blockquote a {
    text-decoration: none;
    border-bottom: 1px solid #ec008c;
    color: inherit;
}

.article_entry .text a:hover,  .article_entry blockquote a:hover {
    color: #ec008c;
}

.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: 11px;
    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-hearts.png);
    background-position: -10px -64px;
    width: 125px;
}
/* "Чистые" звездочки */
#raiting_votes {
    background: url(/images/rating-hearts.png) -10px -10px;
}
/*  Закрашенные звездочки */
#raiting_hover {
    background: url(/images/rating-hearts.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;

}

/* lists */

.article_entry ul {
    padding-bottom: 0;
    /*margin-top: 20px;*/
}

.article_entry ul li {
    position: relative;
    margin: 10px 0 0;
    padding-left: 25px;    
}

.article_entry ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 10px;
    background-color: #fd339b;
}


.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;
}

.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: #fd339b;
    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: #f89406;
    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: 930px;
    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: 70px;
    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: 231px;
}

.comment-form_authorname{
    width: 676px;
    margin-left: 70px;
}

.comment-form_button {
    background-color: #f89406;
    width: 120px;
    height: 47px;
    text-align: center;
    cursor: pointer;
    font: bold 17px/47px sans-serif !important;
    float: left;
    margin-left: 8px;
    color: #ffffff;
    display: block;
    /*border: 3px solid #f89406;*/
}

    .comment-form_button:hover {
        background-color: #8dc73f;
    }

/*.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;
    border-bottom: 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: 160px;    
}

.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: 330px;
}

    .user-profile-link .user-pic {
        float: left;
        margin-right: 10px;
        border-radius: 50%;
        width: 60px;
    }

    .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 sans-serif;
        color: #ab9a8e;
        /* white-space: nowrap; */
        margin-top: 7px;
        text-transform: lowercase;
        margin-left: 7px;
    }

/* profile */

.author-profile {
    margin-top: 20px;
    font: 16px/24px 'notoserif',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: #17438f;
    font-size: 20px;
}

.button {
    display: inline-block;
    height: 30px;
    border: none;
    background: #f89406;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    padding: 0 15px;
    font: 14px/28px Georgia, "Times New Roman", Times;
    cursor: pointer;
}
a.button:hover {
    color: #FFF;
}

h2.author-articles-header {
    border-bottom: 1px solid #aaa;
    color: #17438f;
    font-size: 20px;
    padding-top: 30px; 
    clear: both;
    margin-bottom: 10px;
}

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 'notoserif',serif;
}
    
.author-articles li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 20px;
    background-color: #fd339b;
}

.extra-article {
    display: none;
}

.show-all-articles {
    color: #fd339b;
    text-decoration: none;
    border-bottom: dashed 1px #fd339b;
    font: 16px 'notoserif',serif;
}

a.show-all-articles:hover {
    color: #fd339b;    
}

/* authors page */
.authors {
    font: 16px/24px 'notoserif',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-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;
    }



/* module fasony */

.fasony {
    position:relative;
    width: 238px;
    height: 420px;    
}

.fason {
    position:absolute;
    width:79px;
    height:215px;
}

.fason:hover {    
    color: #ab9a8e;
}

.fason-text {
    font: bold 13px  sans-serif;
    display: none;
}

.fason:hover .fason-text {
    display: block;
    margin-top: 177px;
}

.fas1 {
    top: 0;
    left: 0;    
    background: url(/images/page/article/figury.jpg) no-repeat;
    background-position: 0px 0px;
}

    .fas1:hover {
        background-position: -317px 0px;
    }

    .fas1:hover .fason-text{
        margin-left:-5px;
    }

.fas2 {
    top: 0;
    left: 79px;
    background: url(/images/page/article/figury.jpg) no-repeat;
    background-position: -210px 0;
    z-index: 1;
}

    .fas2:hover {
        background-position: -527px 0px;
    }

    .fas2:hover .fason-text{
        margin-left:-15px;
        margin-top:185px;
    }

.fas3 {
    top: 0;
    left: 158px;
    background: url(/images/page/article/figury.jpg) no-repeat;
    background-position: -105px 0;
}

    .fas3:hover {
        background-position: -422px 0px;
    }

    .fas3:hover .fason-text{
        margin-left:-15px;
        margin-top:185px;
    }

.fas4 {
    top: 215px;
    left: 0px;
    background: url(/images/page/article/figury.jpg) no-repeat;
    background-position: 3px -215px;   
}

    .fas4:hover {
        background-position: -314px -215px;
    }

    .fas4:hover .fason-text{
        margin-left:-5px;
        margin-top:185px;
    }

.fas5 {
    top: 215px;
    left: 79px;
    background: url(/images/page/article/figury.jpg) no-repeat;
    background-position: -105px -215px;
    z-index: 1;
}

    .fas5:hover {
        background-position: -422px -215px;
    }

    .fas5:hover .fason-text{
        margin-left:-5px;
    }

.fas6 {
    top: 215px;
    left: 158px;
    background: url(/images/page/article/figury.jpg) no-repeat;
    background-position: -210px -215px;
}

    .fas6:hover {
        background-position: -527px -215px;
    }

    .fas6:hover .fason-text{
        margin-left:-10px;
    }

/* module popular colors */

.module-pcolors {
    margin-top: 12px;
    padding-bottom: 10px;
    border: 1px solid #e1e1e1;
}

.module-pcolors .module-topic {
    padding: 25px 0;
}

.pcolors {
    position: relative;
    width: 238px;
    height: 280px;
}

.pcolor {
    position:absolute;
    width:59px;
    height:70px;
}

.pcolor:hover {    
    color: #ab9a8e;
}

.pcolor-text {
    font: bold 13px  sans-serif;
    display: none;
}

.pcolor:hover .pcolor-text {
    display: block;
    margin-top: 50px;
}

/* line 1 */

.pcolor1 {
    top: 0;
    left: 2px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: 8px 0px;
}

    .pcolor1:hover {
        background-position: -377px 0px;
    }

.pcolor2 {
    top: 0;
    left: 61px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -88px 0px;
}

    .pcolor2:hover {
        background-position: -473px 0px;
    }

.pcolor3 {
    top: 0;
    left: 120px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -184px 0px;
}

    .pcolor3:hover {
        background-position: -569px 0px;
    }

.pcolor4 {
    top: 0;
    left: 179px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -280px 0px;
}

    .pcolor4:hover {
        background-position: -665px 0px;
    }

/* line 2 */

.pcolor5 {
    top: 70px;
    left: 2px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: 8px -74px;
}

    .pcolor5:hover {
        background-position: -377px -74px;
    }

.pcolor6 {
    top: 70px;
    left: 61px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -88px -74px;
}

    .pcolor6:hover {
        background-position: -473px -74px;
    }

.pcolor7 {
    top: 70px;
    left: 120px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -184px -74px;
}

    .pcolor7:hover {
        background-position: -569px -74px;
    }

    .pcolor7:hover .pcolor-text{
        margin-left:-10px;        
    }

.pcolor8 {
    top: 70px;
    left: 179px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -280px -74px;
}

    .pcolor8:hover {
        background-position: -665px -74px;
    }

    .pcolor8:hover .pcolor-text{
        margin-left:-12px;        
    }

 /* line 3 */

 .pcolor9 {
    top: 140px;
    left: 2px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: 8px -148px;
}

    .pcolor9:hover {
        background-position: -377px -148px;
    }

.pcolor10 {
    top: 140px;
    left: 61px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -88px -148px;
}

    .pcolor10:hover {
        background-position: -473px -148px;
    }

    .pcolor10:hover .pcolor-text{
        margin-left:-8px;        
    }

.pcolor11 {
    top: 140px;
    left: 120px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -184px -148px;
}

    .pcolor11:hover {
        background-position: -569px -148px;
    }

    .pcolor11:hover .pcolor-text{
        margin-left:-8px;        
    }

.pcolor12 {
    top: 140px;
    left: 179px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -280px -148px;
}

    .pcolor12:hover {
        background-position: -665px -148px;
    }

/* line 4 */

 .pcolor13 {
    top: 210px;
    left: 2px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: 8px -222px;
}

    .pcolor13:hover {
        background-position: -377px -222px;
    }

.pcolor14 {
    top: 210px;
    left: 61px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -88px -222px;
}

    .pcolor14:hover {
        background-position: -473px -222px;
    }

    .pcolor14:hover .pcolor-text{
        margin-left:-8px;        
    }

.pcolor15 {
    top: 210px;
    left: 120px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -184px -222px;
}

    .pcolor15:hover {
        background-position: -569px -222px;
    }

.pcolor16 {
    top: 210px;
    left: 179px;    
    background: url(/images/page/article/colors.png) no-repeat;
    background-position: -280px -222px;
}

    .pcolor16:hover {
        background-position: -665px -222px;
    }


/* */

.module-bordered {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: 14px;
}

.module-link {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    min-height: 67px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.module-icon-link {
    display: table-cell;
    height: 67px;
    vertical-align: middle;
    padding-left: 80px;
    font: 14px Arial, sans-serif;
    /*font-weight: bold;*/
    color: #444;
}

.module-icon-link img {
    height: 67px;
    width: 67px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    border: 2px solid #2dbf30;
    box-sizing: border-box;
}

.module-link a:hover {
    color: #f638c2;
}

/* module vremena */

.module-vremena {
    margin-top: 12px;
    padding-bottom: 10px;
    border: 1px solid #e1e1e1;
}

.module-vremena .module-topic {
    padding: 25px 0;
}

.vremena {
    position: relative;
    width: 238px;
    height: 340px;
}

.vremya {
    position:absolute;
    width:119px;
    height:169px;
}

.vremya-text {
    font: bold 13px  sans-serif;
    margin-top: 150px;
    color: #ab9a8e; 
    display: block;   
}

.vremya:hover .vremya-text {
    color: #ec008c;
}

.vremya1 {
    top: 0;
    left: 0px;
    background: url(/images/page/article/vremena.jpg) no-repeat;
    background-position: 0px -15px;
}

    .vremya1:hover {
        background-position: -272px -15px;
    }

.vremya2 {
    top: 0;
    left: 119px;
    background: url(/images/page/article/vremena.jpg) no-repeat;
    background-position: -120px -15px;
}

    .vremya2:hover {
        background-position: -392px -15px;
    }

.vremya3 {
    top: 172px;
    left: 0px;
    background: url(/images/page/article/vremena.jpg) no-repeat;
    background-position: 0px -185px;
}

    .vremya3:hover {
        background-position: -272px -185px;
    }

.vremya4 {
    top: 172px;
    left: 119px;
    background: url(/images/page/article/vremena.jpg) no-repeat;
    background-position: -120px -185px;
}

    .vremya4:hover {
        background-position: -392px -185px;
    }

.article table {
    border: 1px solid;
    border-collapse: collapse;
    font-size: 13px;
    font-family: arial;
    border-spacing: 0;
    margin-top: .75em;
    margin-bottom: .75em;
}

.article th, .article td {
    border: 1px solid;
    text-align: left;
    padding: .2em .4em;
}

.article table p {
    margin: 3px 0;
    line-height: 1.3;
    font-size: 13px;
}

/* link as button */

a.btn-green {
    text-decoration: none;
    background: #56c440;
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 12px 40px;
    overflow: hidden;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none !important;
    border-bottom: none !important;
    text-transform: uppercase;
    transition: 0.2s background ease;
    border-radius: 5px;
    margin: 15px 15px 15px 0 !important;
    padding: 15px 40px !important;
    font-size: 16px !important;
}

a.btn-green:hover {
    background: #44a031;
}

/* article content menu */

.article_menu_entry {
    padding: 20px 25px;
    background: #f2f2f2;
    margin-bottom: 15px;
    margin-top: 15px;
}

.article_menu_header {
    margin-bottom: 20px;
    font-size: 18px;
}

.article_menu_entry>ul, .article_menu_entry>ol{
    margin: 0;
}

.article_menu_entry ul li a, .article_menu_entry ol li a {
    text-decoration: none;
    border-bottom: none;
}

.article_menu_entry ul li a:hover, .article_menu_entry ol li a:hover {
    border-bottom-color: #ec008c;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    text-decoration: none;
}

.article_menu_entry>ol>li:before {
    content: counter(li)'.';
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    color: #fd339b;
    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 {
    position: relative;
    padding-left: 33px;
    margin: 9px 0 0;
    line-height: initial;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.youtube {
    margin: 30px 0;
}

.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: 0px;
}

.btn-apple-itunes {
    display: inline-block;
    background-image: url(/images/page/article/btn-apple-itunes.png);
    width: 185px;
    height: 55px;
    border: none !important;
    font-size: 0px;
}

.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: #fd339b;
    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: #f03897;
        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: #f03897;
        }

    .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: #fd339b;
        /* 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-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-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;
}

.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: #ec008c;
    }

.box-news .box-name {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font: 15px/1.3  sans-serif;
    color: #222222;
    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;
}

.box-name {
    display: block;
    max-height: 136px;
    /*overflow: hidden;*/
    color: #fff;
    z-index: 2;
    position: relative;
    font: 27px/1 '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;
}
.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;
    font-family: Arial, sans-serif;
}

/*
    @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;
}

.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 {
    color: #242424;
}

    .filter__item + .filter__item {
        /*margin-top: 10px;*/
        padding-top: 5px;
    }

.filter__item--checkbox, .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;
}

    .filter__item--checkbox span {
        font-size: 14px;
        /*line-height: 20px;*/
        color: #868695;
        padding-left: 3px;
    }

    .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;
    }

.filter__item + .filter__item--checkbox::before {
    top: 5px;
}

.filter__item--checkbox.selected::before {
    background: #7ac143;
    border-color: #7ac143;
    border: 0;
}

.filter__item--checkbox.selected::after {
    display: block;
}

.filter__item--checkbox::after {
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    width: 4px;
    height: 10px;
    top: 3px;
    left: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.filter__item + .filter__item--checkbox::after {
    top: 8px;
}

/* 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 */
.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;
}

.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;
    }

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: 400px;
    min-height: 1px;
}

    .ask-for-review_col1 img {
        padding-right: 25px;
        padding-top: 10px;
        transform: rotateY(180deg);
    }

.ask-for-review_col2 {
    width: 540px;
    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 {
        box-shadow: none;
    }

.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;
    }

/* 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;
}
/* 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;
}

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;
    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;
}
.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
    }
}

