/*@font-face {
    font-family: 'Oswald';
	font-display: swap;
    src: url('../Content/fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

/* cyrillic-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Content/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Content/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Content/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Content/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Content/fonts/Oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#page-header .header-top nav .kp-icon-eye {
    position: relative;
    display: inline-block;
    background: #393939;
    color: #fff;
    width: 48px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    bottom: -3px;
    font-size: 30px;
    float: left;
    border: 1px solid #fff;
}


#cssmenu {
padding: 0;
margin: 0;
border: 0;
line-height: 1;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
list-style: none;
margin: 0;
padding: 0;
}

#cssmenu ul {
position: relative;
z-index: 597;
float: left;
}

#cssmenu ul li {
    float: left;
    min-height: 1px;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

    #cssmenu ul li.hover,
    #cssmenu ul li:hover {
        position: relative;
        z-index: 599;
        cursor: default;
    }

#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

    #cssmenu ul ul li {
        float: none;
    }

    #cssmenu ul ul ul {
        top: -2px;
        right: 0;
    }

#cssmenu ul li:hover > ul {
    visibility: visible;
}

#cssmenu ul ul {
    top: 1px;
    left: 99%;
}

#cssmenu ul li {
    float: none;
}

#cssmenu ul ul {
    margin-top: 1px;
}

    #cssmenu ul ul li {
        font-weight: normal;
    }


/* Custom CSS Styles */
#cssmenu {
    width: 200px;
    zoom: 1;
    font-size: 12px;
    font-weight: 600;
}

    #cssmenu:before {
        content: '';
        display: block;
    }

    #cssmenu:after {
        content: '';
        display: table;
        clear: both;
    }

    #cssmenu a {
        display: block;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        text-transform: uppercase;
    }

    #cssmenu > ul {
        width: 200px;
    }

    #cssmenu ul ul {
        width: 310px;
    }


    #cssmenu li {
        position: relative;
    }

    #cssmenu ul li.has-sub > a:after {
        content: "\25b6";
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -6px;
        color: #a39161;
    }

    #cssmenu ul ul li.first {
        -webkit-border-radius: 0 3px 0 0;
        -moz-border-radius: 0 3px 0 0;
        border-radius: 0 3px 0 0;
    }

    #cssmenu ul ul li.last {
        -webkit-border-radius: 0 0 3px 0;
        -moz-border-radius: 0 0 3px 0;
        border-radius: 0 0 3px 0;
        border-bottom: 0;
    }

    #cssmenu ul ul {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

    #cssmenu.align-right {
        float: right;
    }

        #cssmenu.align-right li {
            text-align: right;
        }

        #cssmenu.align-right ul li.has-sub > a:before {
            content: '+';
            position: absolute;
            top: 50%;
            left: 15px;
            margin-top: -6px;
        }

        #cssmenu.align-right ul li.has-sub > a:after {
            content: none;
        }

        #cssmenu.align-right ul ul {
            visibility: hidden;
            position: absolute;
            top: 0;
            left: -100%;
            z-index: 598;
            width: 100%;
        }

            #cssmenu.align-right ul ul li.first {
                -webkit-border-radius: 3px 0 0 0;
                -moz-border-radius: 3px 0 0 0;
                border-radius: 3px 0 0 0;
            }

            #cssmenu.align-right ul ul li.last {
                -webkit-border-radius: 0 0 0 3px;
                -moz-border-radius: 0 0 0 3px;
                border-radius: 0 0 0 3px;
            }

        #cssmenu.align-right ul ul {
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
        }

    #cssmenu  > .active > a {
        background: #a39161;
        color: #fff;
    }
#cssmenu li {
        background: #fff;
    }

#cssmenu > li {
        background: none;
    }

#cssmenu > li > li > a {
            border: none;
            color: #292929;
        }

    #cssmenu > li > a:hover {
        background: #a39161;
        color: #fff;
    }

#cssmenu ul {
        min-width: 200px;
        border-bottom: 1px solid #d4d4d4;
    }

    #cssmenu ul li a {
        color: #454545;
        border-left-color: #d4d4d4;
        border-top-color: #d4d4d4;
        border-right: 1px solid #d4d4d4;
        border-top: 1px solid #d9d9d9;
        font-size: 12px;
    }

#cssmenu ul li a:hover {
                background: #a39161;
                color: #fff;
            }

#cssmenu ul ul {
            margin-left: -1px;
        }

.validation-summary-errors > ul > li {
    list-style-type: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: red;
}

.validation-summary-valid {
    display: none;
}

/* в контенте страниц гиперссылки отличаются от основного стиля*/
.entry-content a:link {
    text-decoration: underline;
    color: #a39161;
}

.entry-content a:hover {
    text-decoration: none;
    color: #a39161;
}

.entry-content a:active {
    text-decoration: underline;
    color: #a39161;
}

.entry-content a:visited {
    text-decoration: underline;
    color: #a39161;
}
/* img-responsive allign-center*/

.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}

.alignright {
    margin: 0 0 2px 18px;
    float: right;
    display: inline;
}

article.post-content header.header-article {
    margin-bottom: 10px;
}
    article.post-content header .title-article {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 24px;
      font-weight: 400;
      line-height: 32px; }

#banners > li {
    padding-top: 0;
    border-top: 0;
}
#banner {
    padding-bottom: 0;
}

/* стиль опросника*/
#poll-outer {
    padding: 0 20px;
    border-bottom: 1px solid #d9d9d9;
    }
#poll-outer h4 {
    margin-bottom: 10px;
    font-weight: 500
    }
#poll-outer ul {
    padding: 0;
    }
.message-poll {
    font-weight: bold;
    }
#poll-outer button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    }
#poll-outer ul {
    list-style: none;
    }