/* Minification failed. Returning unminified contents.
(4469,11): run-time error CSS1030: Expected identifier, found ' '
(4469,17): run-time error CSS1031: Expected selector, found ';'
(4469,17): run-time error CSS1025: Expected comma or open brace, found ';'
(4470,13): run-time error CSS1030: Expected identifier, found ' '
(4470,14): run-time error CSS1031: Expected selector, found '10px'
(4470,14): run-time error CSS1025: Expected comma or open brace, found '10px'
(4471,11): run-time error CSS1030: Expected identifier, found ' '
(4471,17): run-time error CSS1031: Expected selector, found ';'
(4471,17): run-time error CSS1025: Expected comma or open brace, found ';'
(4472,1): run-time error CSS1019: Unexpected token, found '}'
(5941,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5942,8): run-time error CSS1035: Expected colon, found '{'
(5948,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5949,8): run-time error CSS1035: Expected colon, found '{'
(6639,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6640,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6651,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6652,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7648,52): run-time error CSS1046: Expect comma, found '60'
(7648,58): run-time error CSS1046: Expect comma, found '/'
(7650,44): run-time error CSS1046: Expect comma, found '60'
(7650,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
}

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
}

body {
    /*background-color: #f2f2f2;*/
    /*background-color: #f5f2ed;*/
    /*background: #F6F3EC url(/Images/top-bg.jpg) repeat-x 50% 0;*/
    color: #333;
    /*font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font: 12px/18px Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-width: 1000px;
    margin-bottom: 250px!important;
}

.page {
    min-width: 1000px;
    overflow:hidden;
}

a {
    /*color: #5E82B4;*/
    color: #202020;
    outline: none;
    /*text-decoration: underline;*/
    text-decoration: none;
    box-sizing: border-box;
}

a:hover {
    /*color: #DF703C;*/
    text-decoration: none;
}


header, footer, hgroup,
nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

a, input, select, textarea {
    box-sizing: border-box;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    margin: 0;
}

    a:hover {
        color: #cf2933;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.counters a:hover {
    background-color: transparent;
}


.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    /*color: #000;*/
    margin-bottom: 0;
    padding-bottom: 0;
}
/*
h1 {
    font-size: 2em;
}
*/
h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }




/* main layout
----------------------------------------------------------*/
/*.content-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}*/

/*.site-wrapper {
    margin: 0 auto;
    max-width: 1000px;    
    overflow: hidden;
}*/

.wrapper {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

#body:after {
    display: table;
    clear: both;
    content: '';
}

/* для ослика */
* html #body {
    height: 1%;
}

    

body>footer {
    display: block;
    clear: both;
    height: 220px;
    background-color: #48ba4a;
    padding-top: 30px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 5px solid #1b9e51;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }
/*
        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }
*/

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }


.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    /*fieldset legend {
        display: none;
    }*/

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    /*font-size: 1.2em;
    font-weight: 600;*/
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

/*    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }*/

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav.navigation {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p {
        margin: 0;
    }
}

header#header-top {
    /*height: 102px;*/
    height: 36px;
    position: relative;
}

nav.navigation ul li {
    display: table-cell;
    font: bold 15px/1 sans-serif;
    text-transform: uppercase;
    position: relative;
}

nav.navigation a {
    color: #575c5f;
    font-weight:bold;
    text-decoration:none;
}

nav.navigation:after {
    left: auto;
    right: 100%;
}

nav.nav-first ul {
    padding-top: 20px;
    padding-left: 210px;
    float: left;
}

nav.nav-first ul li {
    padding: 0 5px;
}

nav.nav-first ul li a {
    position: relative;
    display: block;
    color: #86a23c;
    padding: 12px 10px 12px;
    white-space: nowrap;
    font-size: 15px;
}

nav.nav-first ul li:hover a {
    background-color: #b4d665;
    color: #fff;
}

nav.nav-first {
    text-align: left;
    position: relative;
    margin-bottom: 36px;
    height: 105px;
    margin: 0 auto;
    width: 1000px;    
}

nav.nav-alphabet {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

nav.nav-alphabet:before, nav.nav-alphabet:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
}

nav.nav-alphabet:after {
    left: auto;
    right: 100%;
}

nav.nav-alphabet, nav.nav-alphabet:before, nav.nav-alphabet:after {
    height: 30px;
    background-color: #fd5c04;
}

    nav.nav-alphabet ul {
        padding-left: 186px;
    }

nav.nav-alphabet>ul>li:hover {
    background-color: #b4d665;
}

nav.nav-alphabet ul li a {
    color: #fffcf5;
    padding: 7px 10px;
    height: 30px;
    display: block;
}

.navigation ul li .menu {
    left: -999rem;
    opacity: 0;
    position: absolute;
    z-index: 25;
    width: auto;
    /*max-width: 250px;*/
    padding: 10px;
    white-space: nowrap;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    border: 2px solid #b4d665;
}

nav.nav-alphabet>ul>li:hover .menu {
    /*left: auto;*/
    left: -31px;
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

nav.nav-alphabet>ul>li .menu li {
    padding:5px 30px 5px 5px;
    margin:0;
    display: list-item;
    list-style: none;
    text-align: left;
}

nav.nav-alphabet>ul>li .menu li a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
    color: #3c2b23;
    pointer-events: all;
    position: relative;
    font-weight: 400;
    line-height: 20px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-center.menu-1col {
    left: -93px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-center.menu-2col {
    left: -186px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-center.menu-3col {
    left: -248px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-right {
    left: inherit;
    right: -31px;
}

nav.nav-alphabet>ul>li:hover .menu.menu-right-last {
    left: inherit;
    right: 0px;
}

nav.nav-alphabet>ul>li .menu li a:hover{
    text-decoration: underline;
}



.content {
    float: left;
    width: 695px;
}

aside.sidebar-right {
    float: right;
    width: 303px;
    padding-top: 20px;
}

aside.sidebar-right .module {
    border-left: 2px solid #d4d4d4;
}

.section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px 4px 0 0;
}

.section {
    background: #FFF;
    /*border-radius: 4px;*/
    padding: 20px 20px 0;
    margin: 0 0 30px;
    position: relative;
}

.section_headline {
    font: italic 18px/20px Georgia, "Times New Roman", Times;
    margin: 0 0 18px;
    color: #3c3634;
}

.logo {
    position: absolute;
    top: 10px;
    z-index: 1;
}

.section.noheader:before {
    background: #fff;
}

a.header_contacts {
    position: absolute;
    top: 65px;
    right: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 241px;
    height: 40px;
    padding: 0 70px;
    font: italic 18px/40px Georgia, "Times New Roman", Times;
    color: #FFF;   
    opacity: 0.6;
 	background: #8B4513;
    border-radius: 4px;
}

.edit input {
    width: 600px;
}

/*flash messages*/

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-success, .alert-success .alert-heading {
    color: #468847;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

a.close {
    text-decoration: none;
}

.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
    color: #b94a48;
}

#socialgroups {
    float: right;
    margin: 2px 0;
    position: relative;
}

#socialgroups a {
    height: 27px;
    width: 27px;
    display: block;
    position: absolute;
    top: 0;
}

#socialgroup_vk {
    left: -205px;
    background: url('/images/social/icon-social.png') 0 27px;
}

#socialgroup_ok {
    left: -170px;
    background: url('/images/social/icon-social.png') -118px 27px;
}

#socialgroup_fb {
    left: -135px;
    background: url('/images/social/icon-social.png') -89px 0;
}

#socialgroup_tw {
    left: -100px;
    background: url('/images/social/icon-social.png') -30px 0;
}

#socialgroup_gp {
    left: -65px;
    background: url('/images/social/icon-social.png') 0 0;
}

#socialgroup_rss {
    left: -30px;
    background: url('/images/social/icon-social.png') -118px 0;
}

/* breadcrumb */

#breadcrumb {
    color: #ab9a8e;
    font: 15px/15px 'notoserif', serif;
    position: relative;
    margin-left: 10px;
}

#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-left: 5px;
    height: 17px;
}

#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;
}

/* section head */

.section-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-header h1 {
    color: #3BBD50;
    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: 14px/30px  sans-serif;
    white-space: nowrap;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
    text-transform: uppercase;
}

.section-header .subsection-list .subsection-item:hover {
    color: #cf2933;
}

/* main page widgets */

.widget-wide, .widget-wide:before, .widget-wide:after {
    margin-bottom: 30px;
}

.widget-violet-light {
    background-color: #fbd1c2;
}

.widget-yellow {
    background-color: #fde4a9;
}

.widget-pink {
    background-color: #f9dfe2;
}

.widget-orange {
    background-color: #fd7241;
}

.main-slider-header {
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-top: 35px;
    width: 960px;
}

.person-block {
    margin: 50px 30px 50px 40px;
    min-height: 150px;
}

.person-block p {
    margin-bottom: 15px;
}

.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';
}

img.author-photo {
    display: inline-block;
    border-radius: 50px;
}

.person-block .quote {
    font: 16px/24px 'notoserif',serif;
    color: #484848;
    float: right;
    /*width: 700px;*/
    font-style: italic;
}

.person-block .person .profession {
    color: #484848;
    margin-top: 10px;
    font-family: 'notoserif';
    font-size: 14px;
}

.person p {
    margin: 5px 0!important;
}

/*  footer cols
    ---------------*/

.footer-col {
    width: 217px;
    display: inline-block;
    vertical-align: top;
}

.footer-col ul li {
    font-size: 13px;
}

.footer-col ul li a {
    color: #fff;
    font: bold 13px/1 sans-serif;
    line-height: 26px;
}

.footer-col ul li a:hover {
    color: #fd5c04;
}

.footer-col-lemon {
    width: 55px;
}

.footer-lemon {
    width: 55px;
    height: 86px;
    display: block;
    background-image: url(/images/lemon.png);
    margin-left: 10px;
    margin-top: 20px;
}

#up {
    background: url(/images/up.png) no-repeat;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: fixed;
    margin-left: 1030px;
    top: 72%;
    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 #fd5c04;
    }

    .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;
    }

    .askform .button {
        font: 14px/28px Georgia,"Times New Roman",Times;
    }

.b-popup-content .title {
    float: left;
    font-size: 20px;
    margin-bottom: 20px;
}

/*.askform*/ .send {
    float: right;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

    /*.askform*/ .send:hover {
        background: #fd339b;
    }

a.boxclose {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
    color: #fff;
    background: #bebebe;
    font-size: 31px;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    border-radius: 3px;
}

    a.boxclose:hover {
        background: #9a9a9a;
    }

.boxclose:before {
    content: "×";
}


.js_link {
    text-decoration: none !important;
    border-bottom: 1px dashed #fff !important;
}

    .js_link:hover {
        border-bottom: 1px dashed #ff9c4d !important;
    }

.menu-infowidget {
    position: absolute;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

    .menu-infowidget:hover {
        border: 4px #fd5c04 solid;
    }

.menu-infowidget-green {
    border: 4px #b4d665 solid;
}

.menu-infowidget-orange {
    border: 4px #faaf02 solid;
}


/* sitemap
-----------------------------------------*/
.sitemap_headline {
    font: 24px/40px 'Source Sans Pro',sans-serif;
    text-align: center;
}

ul.sitemap li {
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-top: 12px;
    font: 14px 'notoserif',serif;
}

ul.sitemap li ul {
    margin-left: 10px;
    margin-bottom: 10px;
}

ul.sitemap li ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 20px;
    background-color: #8dc73f;
}

/* плавающий блок */

.sticky {
  position: fixed;
  z-index: 101;
}

.stop {
  position: relative;
  z-index: 101;
}

/* zoom-icon on image hover */

.photo__inner {
    position: relative;
    display: inline-block;
}

.photo__action {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
}

.photo__action:before {
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}


.photo__inner:hover .photo__action-inner {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.photo__action-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    font-size: 35px;
    color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.icon {
    font-family: "icons_font";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_zoom:before {
    content: "\106";
}

.article-gallery-fullwidth {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-gallery-fullwidth-grid-item {
    width: 135px;
    height: 135px;
    display: block;
    padding: 10px 0 0 10px;
    float: left;
}

.article-gallery-fullwidth-grid-item:first-child {
    padding-left: 0;
}

.article-gallery-fullwidth-grid-item-counter {
    background: #ff4f00;
    vertical-align: middle;
    border: 2px solid #cc3f00;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    display: block;
}

a.article-gallery-fullwidth-grid-item-counter:hover {
    color: #FFFFFF;
}

.clear-after::after {
    content: '';
    display: block;
    clear: both;
}

.article-image-block {
    margin: 20px auto;
    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;
}

/* 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";
}

.login_link{
    display: inline-block;
    font-size: 20px;
    margin-top: 30px;
}

.login_link:hover{
    text-decoration: underline;
}

.hidden
{
    display: none;
}


/* 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;
}

/* Search */

.search-fixed_lang {
    border-radius: 12px;
    background-color: #fff;
    margin: 10px;
    /* padding: 15px; */
    /* border: 1px solid #ccc; */
    box-shadow: 0 4px 12px 0#0d234308;
    padding: 15px;
}


.search-links {
    padding-top: 1px;
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

.search-link {
    border-radius: 12px;
    background-color: #fff;
    margin: 10px;
    /*padding: 15px;*/
    /*border: 1px solid #ccc;*/
    /* transition: all 0.15s ease-in-out;
                                        }

                                        .partner-link:hover{
                                            /*margin-left: 0px;
                                            margin-right: 20px;*/
    box-shadow: 0 4px 12px 0#0d234308;
    padding: 15px;
}

    .search-link:hover {
        /*
        -webkit-box-shadow: 4px 3px 8px 1px rgb(34 60 80 / 20%);
        -moz-box-shadow: 4px 3px 8px 1px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 3px 8px 1px rgb(34 60 80 / 20%);
        */
    }
/*
    .search-link a {
        overflow: auto;
        display: block;
        padding: 15px;
    }
    */

.search-link__col {
    float: left;
}

.search-link__col-1 {
    width: 75px;
    min-height: 1px;
}

.search-link__col-2 {
    width: 870px;
}

/*
.search-link__col-3 {
    width: 220px;
    text-align: right;
    padding-top: 15px;
}
*/

.search-link:after {
    content: "";
    display: table;
    clear: both;
}

.search-link__img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 5px;
}

.search-link__title {
    font-size: 20px;
    color: #000080;
}

a:hover .search-link__title {
    color: #d00;
}

.search-link__sin {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

.search-link__link {
    font-size: 14px;
    margin: 2px 0;
}

    .search-link__link a {
        color: #006000;
    }

        .search-link__link a:hover {
            color: #cf2933;
        }

.search-link__host {
    font-weight: bold;
}

.search-link__separator {
    margin: 0 2px;
}

.search-link__desc {
    font-size: 13px;
    color: #000;
    padding-top: 5px;
}

.search-link__btn {
    display: inline-block;
    border: none;
    border-radius: 4px;
    /*background: #f79623;*/
    color: #000;
    text-decoration: none;
    padding: 0 30px;
    font: 18px/40px Arial,sans-serif;
    cursor: pointer;
    position: relative;
    outline: none;
    min-height: 40px;
    transition: all .12s ease-out;
    background-color: #fc0;
}

    .search-link__btn:hover {
        background-color: #f5c400;
        /*
                                            background: #f98f12;
                                            color: #fff;
                                            */
    }

.search-links__add {
    margin-bottom: 18px;
    font-style: italic;
}

.search-accents a {
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    color: #333;
    border-radius: 3px;
    border: 1px solid #dedede;
    font-size: 13px;
    cursor: pointer;
    margin: 10px 6px 0 0;
    display: inline-block;
}

    .search-accents a:hover {
        background: #7ac143;
        color: #fff;
        border: 1px solid #7ac143;
    }

.search_input {
    display: table-cell;
    height: 29px;
    /*border: 2px solid #fc0;*/
    border: 2px solid #7ac143;
    border-radius: 10px 0px 0px 10px;
    padding: 2px;
    vertical-align: top;
    width: 100%;
    position: relative;
}

    .search_input input {
        height: 32px;
        font-size: 16px;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 100%;
        vertical-align: top;
        color: #000;
        border: 0 solid transparent;
        outline: 0;
        border-left-width: 11px;
        position: relative;
        z-index: 3;
    }

.search__svg_clear {
    display: none;
    width: 28px;
    position: absolute;
    right: 8px;
    z-index: 3;
    color: #999;
    cursor: pointer;
}

.hasSearchText .search__svg_clear {
    display: inline-block;
}

.search__svg_clear:hover {
    color: #555;
}

.search__svg_camera {
    width: 28px;
    position: absolute;
    right: 8px;
    z-index: 3;
    color: #000000ad;
    cursor: pointer;
}

.hasSearchText .search__svg_camera {
    display: none;
}

.search__svg_camera:hover {
    color: #999;
}


.search_btn {
    display: table-cell;
}

.search_btn_submit {
    width: 84px;
    height: 40px;
    margin-right: 0;
    padding: 5px;
    font: 16px/30px arial,sans-serif;
    border: 0;
    border-radius: 0 10px 10px 0;
    /*background-color: #fc0;*/
    background-color: #7ac143;
    color: #fff;
    cursor: pointer;
}

/* search by image */

.search_input .tippy-box {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .24);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .24);
    border-radius: 10px;
    margin-top: 12px;
}

.search_image__box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.search_image__btn-box {
    /*display: flex;*/
    color: #999;
    position: relative;
}

label.search_image__btn {
    display: inline-block;
    font-weight: 600;
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 16px;
    padding: 40px 60px;
    cursor: pointer;
    border: 2px dashed rgba(7, 28, 71, 0.12);
    border-radius: 12px;
}

    label.search_image__btn:hover {
        border-color: rgba(0, 0, 0, .2);
    }

.search_image_upl_btn {
    background-color: #fc0;
    color: #000;
    border-radius: 10px;
    padding: 9px 15px;
    font-weight: normal;
}

    .search_image_upl_btn:hover {
        background-color: #ffd633;
    }

.search_image__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: none;
}

.search_image__upl_preloader {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 12px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .search_image__upl_preloader .loader {
        width: 48px;
        height: 48px;
        border: 5px solid #fc0;
        border-bottom-color: transparent;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: upl_preloader_rotation 1s linear infinite;
    }

@keyframes upl_preloader_rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* fast search */

#search-form {
    /*
    display: inline-block;
    width: 770px;
    padding-top: 15px;
    margin-left: 20px;
    z-index: 5;
    position: relative;
    */
    width: 100%;
    margin-left: 30px;
    margin-right: 25px;
    z-index: 5;
    position: relative;
    padding-top: 18px;
}

.search-form_bg {
    background-color: rgba(3, 8, 13, .32);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1;
    display: none;
}

.fast-search-container .searchInput {
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    z-index: 3;
    position: relative;
    /*box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);*/
}

.searchInput input {
    height: 30px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
    /*box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}

.searchInput.active input {
    border-radius: 5px 5px 0 0;
}

.searchInput .resultBox {
    padding: 0;
    /*opacity: 0;*/
    display: none;
    pointer-events: none;
    max-height: 600px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    /*padding: 10px 8px;*/
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}

.searchInput .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}

.fast_search_result_container {
    margin-top: 10px;
}

.fast_search_item {
    display: block;
    cursor: pointer;
    padding: 15px 12px;
    /*border-radius: 8px;*/
    color: #000 !important;
    position: relative;
    padding-left: 60px;
    border-radius: 5px;
}

    .fast_search_item:hover {
        /*background-color: #f6f6f9;*/
        background-color: #fcf4d3;
    }

.fast_search_item__img {
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    left: 6px;
    top: 6px;
    border-radius: 3px;
}

.fast_search_item_items-count {
    font-size: 14px;
    color: #868695;
    padding-left: 7px;
    font-weight: normal;
}

.btn-link {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    padding: 2px 10px;
    outline: none;
    margin-left: 5px;
    text-decoration: none !important;
    font-size: 90%;
}

    .btn-link:hover {
        background-color: #f5c400;
        color: #000;
    }

/* hystmodal custom css */

.hystmodal-simple .hystmodal__window {
    position: relative;
    overflow: visible;
    border-radius: 24px;
    padding: 24px;
}

.hystmodal-simple .title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
}


.hystmodal-simple .hystmodal_textarea {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 20px;
    min-height: 36px;
    padding: 6px 36px 6px 12px;
    border: 2px solid #e8e8e8;
    color: #222;
    resize: none;
    margin-top: 8px;
    max-height: 500px;
    overflow-x: hidden;
}

    .hystmodal-simple .hystmodal_textarea:focus, .hystmodal-simple .hystmodal_textarea:focus-visible, .hystmodal-simple .hystmodal_textarea:active {
        outline: 0;
        border-color: #fc0;
    }

.hystmodal_submit_container {
    cursor: pointer;
}

.hystmodal-simple .btn-submit {
    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;
    background: #fc0;
    font-size: 16px;
    color: #000;
    width: 100%;
    z-index: -1; /* container click event */
}

    .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;
}

/* 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: #cf2933;
        fill: #cf2933;
    }

.header-account-badge {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f91155;
    border-radius: 8px;
    color: #fff;
    height: 16px;
    line-height: 17px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    font-weight: bold;
}

.header-account-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;
    }
.edit div.share {
    margin-top: 10px;
}

.edit input {
    width: 600px;
}

.edit textarea {
     width: 600px;
}

.edit textarea.metadescription {
    min-height: 65px;
}

/*.weRecommend ul {
    margin-top: 20px;
}*/

.edit textarea.content {
    min-height: 250px;
}

.edit select {
    min-width: 150px;
}

input.readonly
{
    background-color: #eee;
}

.hidden
{
    display: none;
}

article.article {
    float: left;
    width: 718px;
    /*-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);*/
}

.article_sidebar {
    float: right;
    width: 241px;
}

.article {
    background: #FFF;
    padding: 20px 14px 10px;
    margin: 1px 1px 2px 2px;
    position: relative;
    text-align: left;
    /*-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);*/
}

.article:after {
    content: '';
    clear: both;
    display: table;
}

.newest_headline h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 100;    
}

.article table{
    border: 1px solid;
    border-collapse: collapse;
}

.article th, .article td{
    border: 1px solid;
    text-align: center;
    padding: 0.2em;
}

.article table p {
    margin: 3px 0;
}

.article_entry {
    line-height: 1.5;
    font: 15px/24px 'notoserif',serif;
}

/*
.article_entry a {
    text-decoration: underline;
}


.highslide img {
    cursor: url(/Scripts/highslide-graphics/zoomin.cur), pointer !important;
}

.article_entry .img {
    /*text-align: center;*/
    float: right;
    padding: 10px;
    clear: right;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 5px 16px 16px 0;
}

.alignright {
    float: right;
}

img.alignright {
    margin: 10px 10px 5px 0px;
}


.related-articles ul:after {
    content: '';
    clear: both;
    display: table;
}

.related-articles_img {
    padding-right: 10px;
}

.related-articles_img,
.related-articles_title,
.newest-articles_img {
    /*display: table-cell;*/
    vertical-align: middle;
    /*float: left;    */
}

.related-articles_img, .popular-articles_img {
    height: 180px;
    border-bottom: 1px solid #e0e0e0;
}

.related-articles_img a img, .popular-articles_img a img, .newest-articles_img a img {
    /*border-radius: 6px 6px 0px 0px;*/
}

.weRecommend .text {
    margin: 5px 10px;
    min-height: 60px;
}

.newest-articles_title {
    display: table-cell;
    vertical-align: middle;
    clear: both;
}

.newest h4 {
    font-weight: normal;
}

.newest li {
    clear: both;
    min-height: 60px;
    padding-bottom: 15px;
}

.related-articles li {
    float: left;
    list-style: none;
    width: 310px;
    padding: 0 15px 30px 0;
}

.newest-articles_img {
    min-width: 80px;
    padding-right: 10px;
}

.newest-articles_title {
    width: 184px;
    font-size: 12px;
}

.newest-articles li {
    display: table;
    padding-left: 0;
    padding-right: 0;
}

.newest-articles li {
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 6px 15px;    
    position: relative;
}

.comment-form_author {
    float: left;
    width: 320px;
}

.comment-form_email {
    float: right;
    width: 320px;
    }

.comment-form_field {
    width: 100%;
    padding: 0 7px;
    border: 1px solid #EFECE5;
    /*border-radius: 4px;*/
    margin: 0 0 14px;
    background: #FFF;
}

.comment-form_comment {
    overflow: auto;
    height: 70px;
}

input.form-field {
    height: 30px;
    line-height: 30px;
}

.button {
    display: inline-block;
    height: 30px;
    border: none;
    background: #9FBC2D;
    color: #FFF;
    text-decoration: none;
    /*border-radius: 3px;*/
    padding: 0 15px;
    /*font: italic 14px/28px Georgia, "Times New Roman", Times;*/
    cursor: pointer;
}

    .button:hover {
        background: #1b9e51;
    }

textarea.error, input.error {
  border: 1px solid #f08080;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.add-controls img{
    margin:0 5px;
    opacity:0.3;
}

.add-controls img:hover {
    opacity:1;
}

.edit div.img {
    float: left;
    margin-right: 10px;
}

.edit li fieldset {
    margin-top: -20px;
    padding: 10px;
    background-color: #DEDFDC;
}

.edit legend {
    padding-top: 30px;
}

hr { 
    width:100%;
    margin:1em auto;
    border:none;
    height:3px;
    background:#ccc; 
}

div.add-controls {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

div.add-controls .controls {
    display:none;
}

div.add-controls .controls.active {
    display:inline;
}

.edit .validation-summary-errors {
    cursor: pointer;
}

/*     article menu
---------------------------------*/

.article_menu_entry {
    padding: 10px 20px;
    margin-bottom: 15px;
    min-height: 240px;
}

.article_menu a {
    color: #333;
    text-decoration:none;
}

.article .article_menu a{
    border-bottom: none;
}

.article .article_menu a:hover{
    color: inherit;
}

.article_menu a:hover {
    border-bottom-color: #8dc73f;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.article_entry ul.article_menu li {
    padding-top: 4px;
    /*font-size: 16px;*/
}

.article_entry ul.article_menu li:before  {
    top: 13px;
}

.article_entry ul, .article_entry ol {
    /*padding: 0 0 0 20px;
    list-style-type: disc;*/
    padding-bottom: 0;
    
    /*margin-top: 20px;*/
}

.article_entry ul>ul, .article_entry ol>ol {
    padding: 0 0 0 20px;
}

.article_entry ul li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    padding-top: 9px;
}

.article_entry ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 17px;
    background-color: #8dc73f;
}

.article_entry ol {
    margin: 30px 0;
    counter-reset: li;
    list-style: none outside none;
}

.article_entry ol>li {
    position: relative;
    padding-left: 45px;
    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: #48ba4a;
    border-radius: 50%;
    margin-top: -2px;
}

.article_headline {
    margin: 0 0 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    font: 30px/1 serif!important;
}

.article h2, .article h3, .article h4 {
    margin: 15px 0 10px;   
    font-weight: normal;
    clear: both;
    /*color: #1E73A9;*/
    font-weight: bold;
}

.article h2 {
    border-bottom: 1px solid #aaa;
    font-size: 20px;
}

.article h3 {
    font-size: 18px;
    font-style: italic;
}

.article h4 {
    font-size: 16px;
    font-style: italic;
}

.article h2 a{
    color: #333;
    text-decoration: none;   
}
/*
.article h2 a:hover{
    color: #5E82B4;   
}*/

.article h2 a:hover:after{
    /*content: ' \2191\2191'; */
	content: ' \21d1';
}


.youtube {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center;
    clear: both;
}

.img-bordered {
    border-style: solid;
    /*border-width: 1px;*/
    border-width: 0px;
    border-color: #ccc;
    padding: 5px;
    background-color: #fff;
}

.article p {
    margin: 15px 0;
}

.article blockquote {
    border: 2px solid #b4d665;
    padding: 8px 40px;
    clear: both;
    margin: 10px 0;
}

.article blockquote p {
    padding: 5px 0;
    margin: 0;
    font-style: italic;
}

.article li {
    margin: 5px 0;
}

.weRecommend {
    /*border-top: 2px solid #eee;*/
}

.weRecommend_headline h3 {
    font-size: 20px;
    font-weight: 100;
    margin: 20px 0 20px;
    text-align: center;
}

.weRecommend li {
    width: 240px;
    background-color: #ffffff;
    /*border-radius: 6px;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 0;
    -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);
}

.weRecommend li.first-column {
    margin-left: 2px;
    margin-right: 8px;
}

.weRecommend li.last-column {
    margin-right: 0;
}

.weRecommend li.last-row {
    margin-bottom: 2px;
}

.text a h4 {
    color: #202429;
    font-weight: normal;
    margin: 5px 10px;
}
/*
a h4{
    color: #202429;
}*/

a:hover h4{
    color: #0fadc4;
}


/*
a:hover img {
    opacity: .7;
}*/

div.ad-lr-center {
    margin: 0 auto;
    width: 336px;
}

div.article-gallery {
    margin: 20px 0;
}

.article-gallery a {
    display: block;
    float: left;
}

/* -------------Image "Magic" Caption --------------------- */
.article img {
  display: block;
}

.article-gallery figure {
    margin: 0 3px 3px 0;
}

.magic figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
}
.magic figcaption {
  font: 14px/18px 'notoserif',serif;
  text-align: left;
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
.magic figure:hover figcaption {
  opacity: 1;
}
.magic figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}
.magic figure:hover:before {
  opacity: 0;
}

.magic .cap-left:before {  bottom: 10px; left: 10px; }
.magic .cap-left figcaption { bottom: 0; left: -30%; }
.magic .cap-left:hover figcaption { left: 0; }

.magic .cap-right:before { bottom: 10px; right: 10px; }
.magic .cap-right figcaption { bottom: 0; right: -30%; }
.magic .cap-right:hover figcaption { right: 0; }

.magic .cap-top:before { top: 10px; left: 10px; }
.magic .cap-top figcaption { left: 0; top: -30%; }
.magic .cap-top:hover figcaption { top: 0; }

.magic .cap-bot:before { bottom: 10px; left: 10px; }
.magic .cap-bot figcaption { left: 0; bottom: -30%;}
.magic .cap-bot:hover figcaption { bottom: 0; }

/* -------------Image "Magic" Caption --------------------- */

/* article footer*/
/*.article_footer {
    border: 1px solid #aeaeae;
    margin: 10px 0px;
    padding: 10px 10px 10px 20px;
    min-height: 100px;
}*/

.article_footer_bottom {
    border-top: 2px solid #d9ccc2;
    padding-top: 20px;
    margin-top: 20px;
}

/* author */
.author {
    vertical-align: middle;
    float:left;
}

img.author-photo{
    display: inline-block;
    border-radius: 50px;
    width: 70px;
}

.author-name {
    display: inline-block;
    vertical-align: top;    
    margin-left: 10px;
    /*margin-top: 25px;*/
    margin-top: 7px;
    font: 15px 'notoserif',serif;
}

.author-ask:hover {
    border-bottom: 1px dashed #79716a!important;
}

/* yashare */
.yashare {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    /*border-left: solid 1px rgba(0,0,0,0.1);*/
    padding: 5px 0 10px 20px;
    margin-left: 30px;
    margin-top: 20px;
}

/* Rating */
#raiting {
    position: relative;
    height: 31px;
    cursor: pointer;
    width: 160px;
    float: left;
}
/* Блок рейтинга*/
#raiting_blank, #raiting_votes, #raiting_hover {
    height: 31px;
    position: absolute;
}

#raiting_blank {
    background: url(/images/rating-apple.png);
    background-position: 0px -36px;
    width: 160px;
}
#raiting_votes {
    background: url(/images/rating-apple.png) 0px 0px;
}
#raiting_hover {
    background: url(/images/rating-apple.png) 0px -72px;
    display: none;
}
/*  звездочки при голосовании */
#raiting_info {
    margin-left: 100px;
}

#raiting.pressed {
    cursor:default;
}

.module {
    margin-bottom: 15px;
    position: relative;
}

.module-topic {
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fd5c04;
    font-family: 'Open Sans', sans-serif;
    width: 240px;
    box-sizing: border-box;
}

.module-header1 {
    font-size: 18px;
    text-transform: uppercase;
}

.module-header2 {
    font-size: 15px;
    font-style: italic;
}

.module-label {
    position: absolute;
    bottom: 10px;
    width: 160px;
    color: #3c2b23;
    background-color: #b4d665;
    text-align: center;
    left: 30px;
    padding: 5px 10px;
    font-style: italic;
    font-size: 15px;
    /*text-decoration: underline;*/
}

.module a:hover .module-label {
    /*text-decoration: none;*/
    background-color: #1b9e51;
    color: #fff;
}

.module a{
    display: block;
    position: relative;
}

.module img{
    display: block;
}

/*.module img:hover{
    opacity: 0.9;
}*/

div.recommended_headline {
    font: bold 40px/1 sans-serif;
    margin: 50px auto;
    text-align: center;
    color: #8dc73f;
}

/* Article comments
-------------------------------------------------------------------------*/
.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: 14px/25px 'notoserif', serif;
}
#comment-form ::-webkit-input-placeholder {
    font: 14px/25px 'notoserif', serif;
}
#comment-form :-moz-placeholder {
    font: 14px/25px 'notoserif', serif;
}
#comment-form ::-moz-placeholder {
    font: 14px/25px 'notoserif', serif;
}
#comment-form :-ms-input-placeholder {
    font: 14px/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: 629px;
    min-height: 100px;
    border: 1px solid #ab9a8e;
    resize: none;
    padding: 10px;
    display: block;    
    overflow: auto;
    font: 15px/25px 'notoserif', serif;
    background-color: #fff;
    outline: 0;
    outline: none;
    box-sizing: border-box;
    margin-left: 90px;
    margin-bottom: 15px;
}

.comment-form_authorname, .comment-form_authormail {
    box-sizing: border-box;
    min-height: 45px;
    border: 1px solid #ab9a8e;
    background-color: #fff;
    resize: none;
    float: left;
    margin-right: 15px;
    padding: 10px;
    width: 235px;
}

.comment-form_authorname {
    margin-left: 90px;
    width: 485px;
}

.comment-form_button {
    background-color: #f89406;
    width: 120px;
    height: 47px;
    text-align: center;
    cursor: pointer;
    font: bold 17px/35px sans-serif !important;
    float: left;
    margin-left: 8px;
    margin-top: 0px;
    color: #ffffff;
    display: block;
    /*border: 3px solid #f89406;*/
}

    .comment-form_button:hover {
        background-color: #8dc73f;
    }

.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;
    font-size: 15px;
}

.author_name {
    font-weight: bold;
    color: #f89406;
}

/* end of article comments */

/* 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;
}

.author-preview-info a {
    color: #17438f;
}

.author-preview-info a:hover {
    color: #fd5c04;
}

/* 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: #8dc73f;
}

.extra-article {
    display: none;
}

.show-all-articles {
    color: #fd5c04;
    text-decoration: none;
    border-bottom: dashed 1px #fd5c04;
    font: 16px 'notoserif',serif;
}

a.show-all-articles:hover {
    color: #fd5c04;    
}


/* links in article */

.article a {
    /*border-bottom: 1px solid #ed5e43;*/
    color: inherit;
}

.article a:hover, .article a:active, .article a:focus {
    text-decoration: none;
    color: #ed5e43;
}

/*
.article a:visited {
    color: #800080;
    text-decoration: none;
}*/
.catalog-item {
    padding: 21px 0 20px 180px;
    height: 120px;
    list-style-type: none;
    cursor:pointer;
}

.catalog-item_image {
    float: left;
    margin: 0 0 0 -180px;
    border-radius: 3px;
}

.catalog-item_title {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
    top: -4px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: top .2s,-webkit-transform .2s;
            transition: transform .2s,top .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: left .2s,-webkit-transform .2s;
        transition: transform .2s,left .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s,-webkit-transform .2s;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.popup-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    -webkit-perspective: 500px;
    perspective: 500px;
    box-sizing: border-box;
    transition-timing-function: cubic-bezier(0,.3,.5,1);
    transition-duration: .3s;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    opacity: 0;
    -webkit-perspective: 2000;
    perspective: 2000;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
    background-color: rgba(0,0,0,.9);
    font-family: Helvetica Neue,Arial,-apple-system,BlinkMacSystemFont,sans-serif;
}

.popup-container--active {
    display: block;
    opacity: 1;
}

.popup-container * {
    box-sizing: border-box;
}

.popup-container__scroll {
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.popup-container__wrapper {
    width: 100%;
    height: 100%;
}

.popup-container__sliders {
    position: relative;
    min-height: 100%;
    padding-bottom: 80px;
}

.popup__close {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}

    .popup__close span {
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
    }

        .popup__close span:after, .popup__close span:before {
            content: "";
            position: absolute;
            height: 2px;
            width: 26px;
            background: #fff;
            transition: all .3s;
        }

        .popup__close span:before {
            left: 2px;
            top: 1px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

        .popup__close span:after {
            left: 1px;
            bottom: -1px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

    .popup__close:hover span:after, .popup__close:hover span:before {
        background: #ff2d54;
    }

.gallery {
    overflow: hidden;
    font-family: Helvetica Neue,Arial,-apple-system,BlinkMacSystemFont,sans-serif;
    max-width: 940px;
    margin: 0 auto;
}

    .gallery * {
        box-sizing: border-box;
    }

.gallery-grid {
    overflow: hidden;
}

.gallery-grid__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(.99999);
    transform: scale(.99999);
    cursor: default;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 0;
    line-height: 1;
    position: relative;
}

.gallery-grid__image--vertical {
    width: 360px;
    height: 486px;
}

.gallery-grid__image--square {
    width: 180px;
    height: 155px;
}

.gallery-grid__image--counter {
    background: #ff2d54;
    padding: 0 19px;
    vertical-align: middle;
    border: 2px solid #ff2d54;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .gallery-grid__image--counter span {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .gallery-grid__image--counter:after, .gallery-grid__image--counter:before {
        display: none;
    }

.gallery-grid__image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48px;
    z-index: 1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjY2NjIiBkPSJNMTAgMGEyIDIgMCAwMTIgMmgyYTIgMiAwIDAxMiAydjEwYTIgMiAwIDAxLTIgMkgyYTIgMiAwIDAxLTItMlY0YTIgMiAwIDAxMi0yaDJhMiAyIDAgMDEyLTJoNHoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNOCA1YzIuMjA4IDAgNCAxLjc5MiA0IDRzLTEuNzkyIDQtNCA0LTQtMS43OTItNC00IDEuNzkyLTQgNC00eiIvPjxwYXRoIGZpbGw9IiNjY2MiIGQ9Ik04IDdhMiAyIDAgMTEtLjAwMSA0LjAwMUEyIDIgMCAwMTggN3oiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTMgMTJhMSAxIDAgMTEwIDIgMSAxIDAgMDEwLTJ6Ii8+PC9nPjwvc3ZnPg==");
}

.gallery-grid__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery-grid__image.loaded {
    cursor: pointer;
}

    .gallery-grid__image.loaded:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 90px;
        width: 90px;
        line-height: 90px;
        /*background: rgba(255,45,84,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;*/
        background: rgba(255,255,255,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;
        background-size: 35px 35px;
        font-size: 35px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 2px 3px rgba(94,102,0,.3);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .2s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 2;
    }

    .gallery-grid__image.loaded:after {
        opacity: 0;
    }

    .gallery-grid__image.loaded:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.loader {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.loader, .loader-svg {
    width: 50px;
    height: 50px;
}

.loader-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 10;
    font-size: 0;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: loader .85s linear infinite;
    animation: loader .85s linear infinite;
}

    .loader-svg.loaded, .popup-slider-full__loader {
        display: none;
    }

.popup-slider-full {
    width: 100%;
    text-align: center;
    min-height: 100%;
}

    .popup-slider-full > .loader-svg {
        display: none;
    }

    .popup-slider-full .swiper-wrapper {
        display: -webkit-flex;
        display: flex;
    }

    .popup-slider-full .swiper-slide {
        padding: 0 80px;
        height: auto;
    }

    .popup-slider-full .swiper-button-next, .popup-slider-full .swiper-button-prev {
        width: 50px;
        height: 100%;
        background: none;
        -webkit-transform: translate(0);
        transform: translate(0);
        top: 0;
        margin: 0;
        outline: none;
    }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:before, .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:before {
            content: "";
            width: 24px;
            height: 50px;
            top: 50%;
            left: 50%;
            margin-left: -12px;
            position: absolute;
            transition: all .3s;
            margin-top: -25px;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:hover:not(.swiper-button-disabled):before, .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:hover:not(.swiper-button-disabled):before {
            opacity: 0;
        }

        .popup-slider-full .swiper-button-next:hover:not(.swiper-button-disabled):after, .popup-slider-full .swiper-button-prev:hover:not(.swiper-button-disabled):after {
            opacity: 1;
        }

    .popup-slider-full .swiper-button-prev {
        left: 0;
    }

        .popup-slider-full .swiper-button-prev:after, .popup-slider-full .swiper-button-prev:before {
            background-image: url(/content/slider/img/arrow_prev.svg);
        }

        .popup-slider-full .swiper-button-prev:after {
            background-image: url(/content/slider/img/arrow_prev_hover.svg);
            opacity: 0;
        }

        .popup-slider-full .swiper-button-next.swiper-button-disabled, .popup-slider-full .swiper-button-prev.swiper-button-disabled {
            pointer-events: all;
        }

    .popup-slider-full .swiper-button-next {
        right: 0;
    }

        .popup-slider-full .swiper-button-next:after, .popup-slider-full .swiper-button-next:before {
            background-image: url(/content/slider/img/arrow_next.svg);
        }

        .popup-slider-full .swiper-button-next:after {
            background-image: url(/content/slider/img/arrow_next_hover.svg);
        }

.popup-slider-small-wrapper {
    box-sizing: border-box;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    height: 80px;
    background: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.popup-slider-small {
    box-sizing: border-box;
}

    .popup-slider-small .swiper-slide {
        width: auto;
        padding: 15px 5px;
    }

    .popup-slider-small .swiper-slide-thumb-active:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        top: 0;
        background: #ff2d54;
    }

.popup-slider-small__image {
    position: relative;
    width: 60px;
    height: 50px;
    cursor: pointer;
}

    .popup-slider-small__image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.gallery-image {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

    .gallery-image img {
        max-width: 100%;
        height: auto;
    }

    .gallery-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 90px;
        width: 90px;
        line-height: 90px;
        /*background: rgba(255,45,84,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;*/
        background: rgba(255,255,255,.8) url(/content/slider/img/magnifying.svg) no-repeat 50%;
        background-size: 35px 35px;
        font-size: 35px;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 2px 3px rgba(94,102,0,.3);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all .2s;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 2;
    }

    .gallery-image:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.slider-image-wrap {
    display: -webkit-flex;
    display: flex;
    height: calc(100vh - 130px);
    min-height: 500px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

    .slider-image-wrap img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

.slider-image {
    position: relative;
    display: inline-block;
    text-align: left;
    padding: 10px 0 40px;
}

    .slider-image.loaded .slider-image__title {
        display: block;
    }

    .slider-image.loaded .slider-image-wrap .loader-svg {
        display: none;
    }

    .slider-image.loaded .slider-image__fraction {
        display: block;
    }

.slider-image__fraction {
    position: absolute;
    z-index: 1;
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    display: none;
}

.slider-image__title {
    color: #c8ced3;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    text-align: left;
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 7px;
}

.slider-image--a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.slider-image__a {
    width: 240px;
    min-width: 240px;
    position: relative;
    margin-left: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sliderad {
    /*background: #fff;*/
    /*font-size: 16px;*/
    /*padding: 10px;*/
}

.slide-custom {
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.swiper-slide--custom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.swiper-slide-disabled {
    display: none;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media (max-width:980px) {
    .gallery {
        max-width: 625px;
    }

    .gallery-grid__image--vertical {
        width: 315px;
        height: 425px;
    }

    .gallery-grid__image--square {
        width: 140px;
        height: 135px;
    }

    .gallery-grid__image--disable-md {
        display: none;
    }
}

@media (max-width:900px) {
    .slider-image__a {
        display: none;
    }

    .popup-slider-full {
        height: 100%;
        min-height: 0;
    }

        .popup-slider-full .swiper-slide {
            padding: 0;
            height: 100%;
        }

        .popup-slider-full .swiper-button-next, .popup-slider-full .swiper-button-prev {
            display: none;
        }

    .popup-slider-small {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

        .popup-slider-small .swiper-wrapper {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: none;
            flex-wrap: none;
        }

        .popup-slider-small .swiper-slide {
            -webkit-flex: 1;
            flex: 1;
            height: 5px;
            padding: 0;
        }

            .popup-slider-small .swiper-slide:before {
                content: "";
                height: 5px;
                position: absolute;
                left: 2px;
                top: 0;
                width: auto;
                right: 2px;
                border-radius: 4px;
                background: #5a5a5a;
            }

            .popup-slider-small .swiper-slide.swiper-slide-thumb-active:before {
                background: #ff2d54;
            }

    .popup-slider-small-wrapper {
        bottom: auto;
        top: 0;
        height: 5px;
    }

    .popup-slider-small__image {
        display: none;
    }

    .popup__close {
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .slider-image {
        padding: 15px 10px 40px;
        display: block;
        height: 100%;
    }

        .slider-image.loaded .slider-image__fraction, .slider-image__fraction {
            display: none;
        }

    .popup-container__sliders {
        padding-bottom: 0;
        height: 100%;
    }

    .slider-image-wrap {
        height: 100%;
        min-height: 0;
        display: block;
        text-align: center;
    }

        .slider-image-wrap:after {
            content: "";
            height: 100%;
            width: 0;
        }

        .slider-image-wrap:after, .slider-image-wrap img {
            display: inline-block;
            vertical-align: middle;
        }

    .swiper-slide--custom, .swiper-slide--mad {
        display: block;
        overflow: auto;
        height: 100%;
    }

        .swiper-slide--custom:after, .swiper-slide--mad:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
            width: 0;
        }

        .slide-custom, .swiper-slide--custom > *, .swiper-slide--mad > * {
            display: inline-block;
            vertical-align: middle;
        }

    .slide-custom {
        padding: 0 10px;
    }
}

.box {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    /*height: 410px;*/
}

a.box-article {
    height: 410px;
}

a.box-news {
    height: 80px;
    text-align: left;
}

.box-article .article-cover:before, .box-article .box-desc:before,
.box-news .article-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.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;
}

/*
    @media (max-width: 1259px) and (min-width: 640px){
        .content_comment{
            width: 600px;
        }
    }*/
@media (max-width: 639px) {
    /*
        .content_comment{
            width: calc(100% - 30px);
            padding: 0 15px;
        }
        */

    .rating_coment {
        position: absolute;
        right: 0;
        top: 15px;
        background: #fff;
        box-shadow: -16px -5px 10px rgb(255, 255, 255);
    }

    .coment_body {
        position: relative;
    }

    .answers {
        margin-left: 16px;
    }

    .line_three {
        width: 15px;
        left: -16px;
    }
}

@media (max-width: 768px) {
    .rating_arrow_down, .rating_arrow_up {
        height: 23px;
    }
}

.coment_body.for_that {
    background: #fff5f7;
}

.div_block_all_info_coment_user {
    display: flex;
    flex-wrap: wrap;
}

.comments__title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  display: none;
  position: relative;
  padding: 0.75rem 2rem 0.75rem 0.75rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

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

.toast_show {
  display: block;
}

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

/*
input:not([type="checkbox"]) {
  display: block;
  font-size: 1rem;
  margin-bottom: .5rem;
}*/
.alphabet__header {
    margin: 0px 0 16px;
}

.hl {
    text-align: center !important;
    font-size: 32px;
    font-weight: 700;
}

.alphabet-inside-nav {
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    text-align: center;
}

/* also used in article selections */
.alphabet-inside-nav__ul li {
    display: inline-block;
    margin: 2.5px 2px;
    /*padding: 0 !important;*/
}

.article_entry .alphabet-inside-nav ul li::before {
    display: none;
}

.article_entry .alphabet-inside-nav__ul li {
    display: inline-block;
    margin: 2.5px 2px;
    padding: 0;
}


.alphabet-inside-nav__ul li a {
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    /*border-radius: 30%;*/
    font-size: 15px;
    font-weight: bold;
    /*color: #338bd0;*/
    color: #3d8901;
    border: 1px solid #ddd;
    /*-webkit-transition: all 300ms ease;
        transition: all 300ms ease;*/
}

    .alphabet-inside-nav__ul li a:hover {
        background: #3d8901;
        color: #fff;
    }

    .alphabet-inside-nav__ul li a.eng-letter {
        color: #338bd0;
    }

        .alphabet-inside-nav__ul li a.eng-letter:hover {
            background: #338bd0;
            color: #fff;
        }

.article_entry .alphabet-inside-nav__ul li a:hover {
    text-decoration: none;
}

.alphabet__group {
    margin-bottom: 32px;
    border-top: 1px solid #e8e8e8;
    padding: 32px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 1px;
    line-height: 24px;
}

    .alphabet__group:last-child {
        margin-bottom: 0;
    }

.brands__group__list {
    padding-right: 24px;
}

.brands__group__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
}


/* Partners */

.partner-links {
    padding-top: 1px;
    margin-top: -1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

    



.where-to-buy__header {
    font: 22px/23px sans-serif;
    display: block;
    color: #222;
    margin-bottom: 10px;
    margin-left: 25px;
}

.partner-link {
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    margin: 18px 10px;
    /*padding: 15px;*/
    border: 1px solid #ccc;
    /* transition: all 0.15s ease-in-out;
                                        }

                                        .partner-link:hover{
                                            /*margin-left: 0px;
                                            margin-right: 20px;*/
}

    .partner-link:hover {
        -webkit-box-shadow: 4px 3px 8px 1px rgb(34 60 80 / 20%);
        -moz-box-shadow: 4px 3px 8px 1px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 3px 8px 1px rgb(34 60 80 / 20%);
    }

    .partner-link a {
        overflow: auto;
        display: block;
        padding: 15px;
    }

.partner-link__col {
    float: left;
}

.partner-link__col-1 {
    width: 170px;
}

.partner-link__col-2 {
    width: 540px;
}

.partner-link__col-3 {
    width: 227px;
    text-align: right;
    padding-top: 35px;
}

.partner-link:after {
    content: "";
    display: table;
    clear: both;
}

.partner-link__img {
    max-width: 150px;
    max-height: 750px;
}

.partner-link__title {
    font-size: 22px;
    color: #000080;
}

a:hover .partner-link__title {
    color: #d00;
}

.partner-link__link {
    font-weight: bold;
    font-size: 14px;
    color: #006000;
    margin: 3px 0;
}

.partner-link__desc {
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    line-height: initial;
}

.partner-link__btn {
    display: inline-block;
    border: none;
    border-radius: 4px;
    /*background: #f79623;*/
    color: #000;
    text-decoration: none;
    padding: 0 30px;
    font: 18px/40px Arial,sans-serif;
    cursor: pointer;
    position: relative;
    outline: none;
    min-height: 40px;
    transition: all .12s ease-out;
    background-color: #fc0;
}

    .partner-link__btn:hover {
        background-color: #f5c400;
        /*
                                            background: #f98f12;
                                            color: #fff;
                                            */
    }

.partner-links__add {
    margin-bottom: 18px;
    font-style: italic;
}



/* markirovka */
.markirovka {
    position: absolute;
    top: 3px;
    right: 3px;
    font-family: Verdana, Arial, sans-serif;
}

.markirovka-text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 8px;
    /*font-family: Verdana, Arial, sans-serif;*/
    color: #5e6368;
    line-height: 24px;
    vertical-align: top;
}

.markirovka-dots {
    display: inline-block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}

    .markirovka-dots:hover {
        background-color: #ddd;
    }

.markirovka-popup {
    display: none;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 16px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,21,64,.05), 0 12px 24px 0 rgba(0,21,64,.05) !important;
    font-size: 14px;
    padding: 10px 16px;
    font-size: 11px;
    line-height: 14px;
    color: #a3acbf;
}

.markirovka-close {
    position: absolute !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    outline: 0 !important;
    top: 4px;
    right: 4px;
    z-index: 2;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

    .markirovka-close:hover {
        background-color: #f4f6fb;
    }

    .markirovka-close span:after, .markirovka-close span:before {
        position: absolute !important;
        top: 6px !important;
        left: 11px !important;
        content: " " !important;
        height: 12px !important;
        width: 2px !important;
        background-color: #a3acbf !important;
    }

    .markirovka-close span:before {
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }

    .markirovka-close span:after {
        -webkit-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }

.markirovka-popup-content {
    padding-right: 30px;
}

/* partner-links-inarticle */

.partner-links-inarticle .partner-link__col-2 {
    width: 495px;
}

.partner-links-inarticle .partner-link__col-3 {
    width: 227px;
    text-align: right;
    padding-top: 15px;
    padding-left: 168px;
}

.partner-links-inarticle .partner-link__btn {
    font: 18px/32px Arial,sans-serif;
    min-height: 32px;
}

.partner-links-inarticle .markirovka {
    top: initial;
    bottom: 3px;
}

.partner-links-inarticle .markirovka-popup {
    top: initial;
    bottom: 0;
}

.partner-links-inarticle .markirovka-close {
    top: initial;
    bottom: 4px;
}

/*  filters */

.filter__name {
    font-size: 16px;
    line-height: 22px;
    color: #242424;
    font-weight: 700;
    margin-right: 12px;
    vertical-align: middle;
}

.filter__fieldset {
    margin-top: 12px;
}

.filter__item, .pseudo_filter__item {
    color: #242424;
}

    .filter__item + .filter__item {
        /*margin-top: 10px;*/
        padding-top: 5px;
    }

.filter__item--checkbox, .filter__item--radio, .pseudo_filter__item--checkbox, .pseudo_filter__item--radio {
    font-size: 16px;
    line-height: 22px;
    display: block;
    word-break: break-word;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding: 5px 5px 5px 33px;
    border-radius: 7px;
}

    .filter__item--checkbox:hover, .filter__item--radio:hover, .pseudo_filter__item--checkbox:hover, .pseudo_filter__item--radio:hover {
        background-color: #f8f7f5;
    }

    .filter__item--checkbox span, .pseudo_filter__item--checkbox span {
        font-size: 14px;
        /*line-height: 20px;*/
        color: #868695;
        padding-left: 3px;
    }

    .filter__item--checkbox::before, .pseudo_filter__item--checkbox::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0px;
        width: 22px;
        height: 22px;
        border-radius: 6px;
        /*border: 1px solid #d5d5d5;*/
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        left: 6px;
        top: 6px;
        width: 20px;
        height: 20px;
        background-color: rgba(92, 90, 87, .1);
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
    }


    .filter__item + .filter__item--checkbox::before {
        top: 5px;
    }

.filter__item--checkbox.selected::before, .filter__item--radio.selected::before, .pseudo_filter__item--checkbox.selected::before, .pseudo_filter__item--radio.selected::before {
    background: #7ac143;
    border-color: #7ac143;
    border: 0;
}

.filter__item--checkbox.selected::after, .filter__item--radio.selected::after, .pseudo_filter__item--checkbox.selected::after, .pseudo_filter__item--radio.selected::after {
    display: block;
}

.filter__item--checkbox::after, .pseudo_filter__item--checkbox::after {
    content: '';
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    width: 4px;
    height: 10px;
    top: 3px;
    left: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 9px;
    top: 9px;
    left: 13px;
}

    .filter__item + .filter__item--checkbox::after {
        top: 8px;
    }



.filter__item--radio::before, .pseudo_filter__item--radio::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /*border: 1px solid #d5d5d5;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    left: 6px;
    top: 6px;
    width: 20px;
    height: 20px;
    background-color: rgba(92, 90, 87, .1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .05);
}

.filter__item--radio::after, .pseudo_filter__item--radio::after {
    content: '';
    position: absolute;
    display: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    top: 12px;
    left: 12px;
    border-radius: 50%;
    background-color: #fff;
}


/* filter_fastsearch */
.filter_fastsearch {
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #999;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

    .filter_fastsearch:focus {
        outline: none;
        border: 2px solid #fc0;
    }

        .filter_fastsearch:focus::placeholder {
            color: transparent;
        }

.filter__item__nothing-found {
    color: #878787;
}

.filter__fieldset-scroll {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 2px solid #f5f7fa;
    scrollbar-color: #d3d4dd transparent;
    scrollbar-width: thin;
}

    .filter__fieldset-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .filter__fieldset-scroll::-webkit-scrollbar-thumb {
        height: 30px;
        background-color: #d3d4dd;
        border-radius: 3px;
    }

.selected-choice {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    color: #242424;
    white-space: nowrap;
    vertical-align: top;
    padding: 5px 8px 5px 12px;
    border-radius: 40px;
    margin: 0px 10px 10px 0;
    background-color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
}

.selected-choice-close {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #d5d5d5;
    vertical-align: middle;
    margin-left: 8px;
    border: 6px solid #d5d5d5;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #7ac143;
    border-color: #7ac143;
}

    .selected-choice-close:hover {
        background-color: #3d8901;
        border-color: #3d8901;
    }

    .selected-choice-close::after, .selected-choice-close::before {
        height: 10px;
        width: 2px;
        left: 3px;
        top: -1px;
        background: #fff;
        content: '';
        position: absolute;
        display: block;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .selected-choice-close::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }



.selected-choice__clear-all {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    color: #242424;
    white-space: nowrap;
    vertical-align: top;
    padding: 5px 8px 5px 12px;
    border-radius: 40px;
    margin: 0px 10px 10px 0;
    background-color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
}

    .selected-choice__clear-all:hover {
        background-color: #ddd;
    }

    .selected-choice__clear-all .selected-choice-close {
        background-color: #9b9b9b;
        border-color: #9b9b9b;        
    }

        .selected-choice__clear-all .selected-choice-close:hover {
            background-color: #707f8d;
            border-color: #707f8d;            
        }

/*
  entity images
*/

.knowledge-card_col1 {
    display: inline-block;
    width: 450px;
    vertical-align: top;
}

    .knowledge-card_col1 .entity__gallery-grid__main img{
        border-radius: 7px;
    }

    .knowledge-card_col1 .entity__gallery-grid__main .keepProportionsGradient img {
        border-radius: initial;
    }

    .knowledge-card_col1 .entity__gallery-grid__image img {
        border-radius: 3px;
    }

.clear-after::after {
    content: '';
    display: block;
    clear: both;
}

.entity__gallery-grid {
    /*overflow: hidden;*/
    margin-left: -2px;
    margin-top: 10px;
}

.entity__gallery-grid__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(.99999);
    transform: scale(.99999);
    float: left;
    margin-bottom: 10px;
    margin-right: 6px;
    font-size: 0;
    line-height: 1;
    position: relative;
    cursor: default;
    cursor: pointer;
    padding: 2px;
}

    .entity__gallery-grid__image:hover:before {
        outline: 2px solid #ffdd60;
        display: block;
    }

    .entity__gallery-grid__image:before {
        border: 2px solid transparent;
        border-radius: 3px;
        bottom: 0;
        content: "";
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.entity__gallery-grid__image-active:before {
    /*border-color: #005bff;*/
    /*border-color: #ffdd60;*/
    /*outline: 2px solid #CCC;*/
    outline: 2px solid #ffdd60;
    display: block;
}

.entity__gallery-grid__main {
    width: 400px;
    height: 400px;
}

.entity__gallery-grid__main-image {
    display: none;
}

.entity__gallery-grid__main-image-active {
    display: inline-block;
    cursor: pointer;
}

    .entity__gallery-grid__main-image-active.keepProportions {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 400px;
        height: 400px;        
        border-radius: 7px;
    }


/*
    sorta: gallery
*/

.perelink_gallery_item_sorta {
    display: inline-block;
    position: relative;
    box-sizing: initial;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: top;
    text-decoration: none !important;
}

    .perelink_gallery_item_sorta img {
        display: block;
    }

.perelink_gallery_item_sorta_label {
    /*
    color: #fff;
    background-color: #63bc66;
    */
    height: 45px;
    overflow: hidden;
    font: 15px Century Gothic,Arial,sans-serif;
    /*font: 16px Arial,sans-serif;*/
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
}

.perelink_gallery_item_sorta:hover .perelink_gallery_item_sorta_label {
    /*background: #3ab34a;*/
    color: #cf2933;
}

/* gallery_item */
.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;
    }

.selection-page__attrlink a {
    /*color: #3d8901;*/
    color: #3d7bf5;
}

    .selection-page__attrlink a:hover {
        /*color: #cf2933;*/
        color: #003ead;
        text-decoration: none;
    }

ul.short-specifications li:before {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 19px;
    background-color: #f07a7b;
}

.intro-text {
    width: 80%;
    margin: 20px auto;
    font-style: italic;
}


.popover {
    z-index: 2;
}

.dt_inner_class {
    position: relative;
    padding-right: 10px;
    background: inherit;
    z-index: 1;
    display: inline-block;
}

.dt_class {
    font-weight: normal;
}

    .dt_class:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin-top: .85em;
        height: 1px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
    }


.ask-for-review {
    margin: 30px auto 0;
}

    .ask-for-review:after {
        content: "";
        display: table;
        clear: both;
    }

.ask-for-review_col {
    float: left;
}

.ask-for-review_col1 {
    width: 150px;
    min-height: 1px;
}

.ask-for-review_col1 img {
    padding-right: 25px;
    padding-top: 10px;
    transform: rotateY(180deg);
}

.ask-for-review_col2 {
    width: 700px;
    text-align: center;
}

.knowledge_ya-share {
    margin-top: 15px;
    text-align: center;    
}

    .knowledge_ya-share ul li:before {
        display: none;
    }

.layout_items{
    
}

.layout_item {
    display: inline-block;
    color: #ccc;
    /*padding: 0 5px;*/
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    /*min-width: 100px;*/
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
    float: right;
}

    .layout_item.layoutActive{
        cursor: default;
        color: #000;
    }

    .layout_item:not(.layoutActive):hover {
        color: #3d8901;
    }

.sort_item {
    display: inline-block;
    color: #ccc;
    /*padding: 0 5px;*/
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    /*min-width: 100px;*/
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
}
    .sort_item.sortActive {
        cursor: default;
        color: #000;
    }

    .sort_item:not(.sortActive):hover {
        color: #3d8901;
    }


/* knowledge selection_item (layout=details)  */

.selection_item {
    /*box-shadow: inset -1px 0 0 0 #e8e8e8, inset 0 -1px 0 0 #e8e8e8, -1px -1px 0 0 #e8e8e8, -1px 0 0 0 #e8e8e8, 0 -1px 0 0 #e8e8e8;*/
    box-shadow: inset 0 0 0 0 #e8e8e8, inset 0 -1px 0 0 #e8e8e8, -0 -1px 0 0 #e8e8e8, 0 0 0 0 #e8e8e8, 0 0 0 0 #e8e8e8;
    padding: 15px 5px 25px;
}

    .selection_item:first-child, .selection_item:last-child {
        box-shadow: none;
    }

.selection_item__col_ratingplace {
    display: inline-block;
    width: 90px;
    font-weight: 700;
    color: #e1e1e1;
    font-size: 40px;
    vertical-align: top;
    padding-top: 70px;
    text-align: center;
}

.selection_item__col1 {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    /*padding-top: 33px;*/
}

.selection_item__col2 {
    display: inline-block;
    width: 520px;
    padding-left: 30px;
    box-sizing: border-box;
}

.filter_results_col .selection_item__col2 {
    width: 600px;
}

.selection_item__name a {
    /*color: #000;
        text-decoration: underline;*/
    color: #3d8901;
    font-size: 20px;
}

    .selection_item__name a:hover {
        /*color: #cf2933;*/
        text-decoration: underline;
    }

ul.selection_item_attributes {
    padding-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
}

    ul.selection_item_attributes li {
        position: relative;
        margin: 0;
        padding-left: 0px;
        padding-top: 0px;
    }

        ul.selection_item_attributes li:before {
            display: none;
        }

.selection_item_btn {
    display: inline-block;
    border: 1px solid #3d8901;
    border-radius: 4px;
    color: #3d8901 !important;
    padding: 0 30px;
    outline: none;
    min-height: 30px;
    line-height: 30px;
    margin-top: 15px;
    text-decoration: none !important;
}

    .selection_item_btn:hover {
        background-color: #3d8901 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.bold {
    font-weight: bold;
}

.selection_item__img-block {
    width: 180px;
    height: 185px;
    position: relative;
    display: block;
}

.selection_item__img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

    .selection_item__img img {
        width: 100%;
        height: auto;
        border-radius: 7px;
    }

.selection_item__mini-pages {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    display: flex;
}

.selection_item__img-block:hover .selection_item__mini-pages {
    opacity: 1;
}

.selection_item__mini-page {
    flex-grow: 1;
    height: 2px;
    border-radius: 28px;
    background: #e7e5e1;
}

    .selection_item__mini-page:not(:last-child) {
        margin-right: 2px;
    }
.rating-stars_block {
    display: flex;
}

.rating-star {
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 1px 0 0;
}

.rating-stars {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    box-sizing: border-box;
    display: flex;
    margin-right: 7px;
    height: 14px;
}

.rating-yellow {
    position: absolute;
    left: 0;
    top: 0;
    transition: width .2s ease-out;
    overflow: hidden;
    height: 14px;
}

.rating-grey {
    position: relative;
    height: 14px;
}

    .rating-grey .rating-star {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0U3RTVFMSIgZD0iTTYuNDg0LjQyNGEuNTc1LjU3NSAwIDAxMS4wMzIgMGwxLjcxNyAzLjQ4Yy4wODQuMTcuMjQ2LjI4OC40MzQuMzE1bDMuODQuNTU4Yy40NzIuMDY4LjY2LjY0OC4zMTkuOTgxbC0yLjc4IDIuNzA5YS41NzUuNTc1IDAgMDAtLjE2NS41MWwuNjU2IDMuODI0YS41NzUuNTc1IDAgMDEtLjgzNS42MDZsLTMuNDM0LTEuODA2YS41NzUuNTc1IDAgMDAtLjUzNiAwbC0zLjQzNSAxLjgwNmEuNTc1LjU3NSAwIDAxLS44MzQtLjYwNmwuNjU2LTMuODI1YS41NzUuNTc1IDAgMDAtLjE2Ni0uNTFMLjE3NCA1Ljc1OWEuNTc1LjU3NSAwIDAxLjMyLS45ODFsMy44NC0uNTU4YS41NzUuNTc1IDAgMDAuNDMzLS4zMTVMNi40ODQuNDI0eiIvPjwvc3ZnPg==");
    }

.rating-yellow .rating-star {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZDQjkwMCIgZD0iTTYuNDg0LjQyNGEuNTc1LjU3NSAwIDAxMS4wMzIgMGwxLjcxNyAzLjQ4Yy4wODQuMTcuMjQ2LjI4OC40MzQuMzE1bDMuODQuNTU4Yy40NzIuMDY4LjY2LjY0OC4zMTkuOTgxbC0yLjc4IDIuNzA5YS41NzUuNTc1IDAgMDAtLjE2NS41MWwuNjU2IDMuODI0YS41NzUuNTc1IDAgMDEtLjgzNS42MDZsLTMuNDM0LTEuODA2YS41NzUuNTc1IDAgMDAtLjUzNiAwbC0zLjQzNSAxLjgwNmEuNTc1LjU3NSAwIDAxLS44MzQtLjYwNmwuNjU2LTMuODI1YS41NzUuNTc1IDAgMDAtLjE2Ni0uNTFMLjE3NCA1Ljc1OWEuNTc1LjU3NSAwIDAxLjMyLS45ODFsMy44NC0uNTU4YS41NzUuNTc1IDAgMDAuNDMzLS4zMTVMNi40ODQuNDI0eiIvPjwvc3ZnPg==");
}

.rating-avarage-value {
    line-height: 14px;
    color: #21202f;
}

.rating-count {
    line-height: 14px;
    color: #8a8785;
}

    .rating-count:before {
        content: "\202F/\202F";
    }


/* selection_page__text */

.selection_page__text {
    word-spacing: 0.1em;
    letter-spacing: 0.002em;
    line-height: 1.5;
    font-size: 15px;
}

.selection_page__text_before {
    margin: 40px 12px 30px;
}

.selection_page__text_after {
    margin: 20px 12px 30px;
}

.selection_page__text h2, .selection_page__text h3, .selection_page__text h4 {
    margin: 20px auto 10px;
    display: block;
    color: #222222;
}

.selection_page__text h2 {
    font: bold 22px/23px sans-serif;
}

.selection_page__text h3 {
    font: bold 20px/23px sans-serif;
}

.selection_page__text h4 {
    font: bold 18px/23px sans-serif;
}

.selection_page__text blockquote {
    padding: 0 0 0 65px;
    font-style: italic;
    margin: 30px 40px 40px 0px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAnCAMAAAB6+uurAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1RUFCQkEyNzZCRDExRTI5QkMxREZBMjg2RkEzN0Y0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1RUFCQkEzNzZCRDExRTI5QkMxREZBMjg2RkEzN0Y0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjVFQUJCQTA3NkJEMTFFMjlCQzFERkEyODZGQTM3RjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjVFQUJCQTE3NkJEMTFFMjlCQzFERkEyODZGQTM3RjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EhsKVAAAAM1BMVEXMzMzy8vL8/PzPz8/19fXs7OzS0tLf39/V1dXl5eX5+fnp6enZ2dnc3Nzv7+/i4uL///+9lQJ0AAAAEXRSTlP/////////////////////ACWtmWIAAAFRSURBVHjavJTJloUgDEQLmVGf/P/Xts0kCfGdXrXLqnOTIgSR3z4lyyZDNrbd4SPoNsDISNQA/Aq4W74kpDiA5kmPIocVMdWBTzSq7/KCxOoc7PQfXeW7DkNMqJksm8ZZZFcmQpG9Nd/YKWqLq8pY4zp+IzuVJ2QLYovs5xYEaYTNEjEfbiCp5NU8VC2kTV4RwZp6EBl/SMW2rSF17lcWZ8VkTJbmszKijMdC5Ed3olyQtohKXjclILZaYAGSLBfEQSzn8dqlN2HPMMlyQY7u0XpxyJYjoxq7ZYcXBv2NcNPM8k6Rc/aePhFyqV9EE8/1kZJKwBQZiVojg6PyOSGKIa4b7EvvSPe4bL8gSkbifyPpBXHvCPc02+P1YtjCPNUMlQ+yyaTN89C9FLchRou73P5T0o7dzOgT5u3fxkPSn/WnZEvFk//5VNnNsNPX/yPAAGbASHp47GvdAAAAAElFTkSuQmCC);
    min-height: 40px;
}

.selection_page__text ol {
    margin: 30px 0;
    counter-reset: li;
    list-style: none outside none;
}

    .selection_page__text ol > li {
        position: relative;
        padding-left: 55px;
        margin-bottom: 20px;
        padding-top: 0;
    }

        .selection_page__text ol > li:before {
            content: counter(li);
            counter-increment: li;
            height: 28px;
            width: 28px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            color: #fff;
            font-size: 14px;
            line-height: 29px;
            font-weight: bold;
            background: #f07a7b;
            border-radius: 50%;
        }

.selection_page__text ul {
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .selection_page__text ul li {
        position: relative;
        margin: 0;
        padding-left: 25px;
        padding-top: 10px;
    }

        .selection_page__text ul li:before {
            position: absolute;
            left: 0;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            top: 18px;
            background-color: #f07a7b;
        }

.selection_page__text p {
    margin-bottom: 15px;
}


/* selection-pages__links */

.selection-pages__links-header {
    text-align: center;
    color: #333;
    padding: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 18px;
}

.selection-pages__links{
    margin: 25px 0 15px;
    text-align: center;
}

.selection-page__link {
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    color: #242424;
    white-space: nowrap;
    vertical-align: top;
    padding: 6px 16px;
    border-radius: 40px;
    margin: 0px 10px 10px 0;
    transition: background-color .3s ease 0s;
    background-color: #f5f4f2;
    cursor: pointer;
    display: inline-block;
    font: 14px "Century Gothic", Arial, sans-serif;
}


    .selection-page__link:active, .selection-page__link:focus, .selection-page__link:hover {
        background: #edece8;
        color: #242424;
    }

/* 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 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
    }
}

