/*-------------------------------------*/
/*  reBootstrap                        */
/*-------------------------------------*/
a,
a:active,
a:visited,
a:hover,
a:focus,
.btn,
.btn:active,
.btn:visited,
.btn:hover,
.btn:focus,
.btn::selection,
button,
button:active,
button:visited,
button:hover,
button:focus,
button::selection,
img,
img:active,
img:visited,
img:hover,
img:focus,
img::selection,
input,
input:active,
input:visited,
input:hover,
input:focus,
div:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix {
    display: block;
    clear: both;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dot_black_70.png);
    z-index: 8999;
}

/*-------------------------------------*/
/*  Pagination                         */
/*-------------------------------------*/

.pagination {
    display: block;
    position: relative;
    margin: 20px 0;
}

.pagination .counter {
    display: block;
    position: relative;
    text-align: center;
    float: none!important;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    position: relative;
    margin: 0 0 5px 5px;
}

.pagination a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #000;
    border: 1px solid #777;
    background: none;
}

.pagination li.active a {
    border-color: #47783e;
    background: #47783e;
    color: #fff;
}

.pagination li:hover a {
    border-color: #496743;
    background: #496743;
    color: #fff;
}

.pagination li.disabled a {
    border-color: #ccc;
    background: none;
    color: #ccc!important;
}

/*-------------------------------------------------------------*/
/* Structure                                                   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: 'Scada';
    src: url('../fonts/Scada-Italic.eot');
    src: url('../fonts/Scada-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Scada-Italic.woff2') format('woff2'),
    url('../fonts/Scada-Italic.woff') format('woff'),
    url('../fonts/Scada-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Scada';
    src: url('../fonts/Scada-Bold.eot');
    src: url('../fonts/Scada-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Scada-Bold.woff2') format('woff2'),
    url('../fonts/Scada-Bold.woff') format('woff'),
    url('../fonts/Scada-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Beltheder';
    src: url('../fonts/Beltheder.eot');
    src: url('../fonts/Beltheder.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Beltheder.woff2') format('woff2'),
    url('../fonts/Beltheder.woff') format('woff'),
    url('../fonts/Beltheder.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Scada';
    src: url('../fonts/Scada-Regular.eot');
    src: url('../fonts/Scada-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Scada-Regular.woff2') format('woff2'),
    url('../fonts/Scada-Regular.woff') format('woff'),
    url('../fonts/Scada-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Scada', 'Arial', 'Tahoma', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4ed;
}

body.overflow {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    position: relative;
    line-height: 1.1;
    font-family: 'Beltheder', serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    color: #804443;
}

h1 {
    font-size: 260%;
    text-align: center;
    margin-bottom: 20px;
}

.ral {
    display: inline-block;
    position: relative;
    width: 175px;
    height: 150px;
    padding: 10px;
    border: 1px solid #fee400;
}

h1 span {
    position: relative;
    background: #f4f4ed;
    padding: 5px;
    z-index: 9;
}

h1::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 49%;
    left: 0;
    background: #e19693;
}

h2 {
    font-size: 230%;
}

h3 {
    font-size: 200%;
}

h4 {
    font-size: 170%;
}

h5 {
    font-size: 150%;
}

h6 {
    font-size: 130%;
}

.breadcrumbs {
    display: block;
    position: relative;
}

.breadcrumbs__wrapper {
    display: block;
    position: relative;
    padding: 20px 15px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    display: inline-block;
    position: relative;
}

/*-------------------------------------------------------------*/
/* Header                                                      */
/*-------------------------------------------------------------*/

.header {
    display: block;
    position: relative;
}

.header__wrapper {
    display: block;
    position: relative;
    height: 180px;
    background: url(../images/bg_header.jpg) no-repeat 0 50%;
    background-size: cover;
}

.header__logo {
    display: block;
    position: absolute;
    top: 10px;
    right: 42%;
    z-index: 99;
}

.header__logo .link-main {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -30px;
    left: 0;
    color: #333;
}

.header__logo a {
    display: block;
    position: relative;
    width: 305px;
    height: 160px;
    background: url(../images/logo.png) no-repeat center;
}

.header__logo span {
    display: none;
    font-size: 200%;
    font-weight: bold;
}

.header__back {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 180px;
    background: url(../images/bg_header_back.png) no-repeat 50% 100%;
    background-size: 55%;
}

.header__menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 22%;
    z-index: 89;
}

.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__menu li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.header__menu .ic__home a {
    background-image: url(../images/ic_home.png);
}

.header__menu .ic__glass a {
    background-image: url(../images/ic_glass.png);
}

.header__menu .ic__question a {
    background-image: url(../images/ic_question.png);
}

.header__menu .ic__contacts a {
    background-image: url(../images/ic_contacts.png);
}

.header__menu li a {
    display: block;
    position: relative;
    font-family: 'Beltheder', serif;
    font-size: 130%;
    color: #333;
    padding-left: 50px;
    background: no-repeat 0 50%;
    text-shadow: 1px 1px 2px #fff;
    line-height: 1.1;
    cursor: pointer;
}

.header__menu li a:hover {
    color: #496743;
    text-decoration: underline;
}

.social {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 0;
}

.social ul {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
}

.social li a {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    opacity: 0.8;
    transition: 0.2s;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
}

.social li a:hover {
    opacity: 1;
}

.social li.vk a {
    background: url(../images/ic-vk.png) no-repeat;
}

.social li.fb a {
    background: url(../images/ic-fb.png) no-repeat;
}

.social li.in a {
    background: url(../images/ic-in.png) no-repeat;
}

.social li.el a {
    background: url(../images/ic-el.png) no-repeat;
}

.social li.ok a {
    background: url(../images/ic-ok.png) no-repeat;
}

.social li.tw a {
    background: url(../images/ic-tw.png) no-repeat;
}

.social li.yb a {
    background: url(../images/ic-yb.png) no-repeat;
}

@media (max-width: 1600px) {
    .header__logo {
        right: 48%;
    }
}

@media (max-width: 1200px) {
    .header__menu .searchmod {
        display: none;
    }

    .header__logo {
        right: 56%;
    }

    .header__menu {
        top: 30px;
    }
    
    .social {
        bottom: -30px;
        right: auto;
    }
    
    .social li {
        display: inline-block;
    }
}

@media (max-width: 992px) {
    .header__back {
        display: none;
    }

    .header__logo {
        left: 6%;
    }

    .header__menu {
        right: 6%;
    }
}

@media (max-width: 768px) {

    .header__logo {
        left: 15px;
    }

    .header__menu {
        right: 15px;
    }
}

@media (max-width: 680px) {
    .header__wrapper {
        height: 300px;
    }

    .header__logo {
        right: auto;
        left: 30px;
    }

    .header__menu {
        right: auto;
        left: 30px;
        top: auto;
        bottom: 30px;
    }
    
    .header__menu li a {
        color: #fff;
        text-shadow: 1px 1px 2px #333;
    }
    
    .social {
        top: auto;
        right: auto;
        bottom: -20px;
    }
    
    .social li {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .header__logo {
        left: 15px;
    }

    .header__menu {
        left: 15px;
    }
}

/*-------------------------------------------------------------*/
/* Searchmod                                                   */
/*-------------------------------------------------------------*/

.searchmod {
    display: block;
    position: relative;
}

.searchmod input {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #496743;
    background: #f4f4ed;
}

.toolbar .searchmod {
    padding: 0 15px;
    box-sizing: border-box;
    width: 50%;
}

.toolbar .searchmod input {
    text-align: left;
}

@media (max-width: 768px) {
    .toolbar .searchmod {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .toolbar .searchmod {
        width: 50%;
    }
}

/*-------------------------------------------------------------*/
/* Search Page                                                 */
/*-------------------------------------------------------------*/

.search form {
    margin-bottom: 20px;
}

.search .inputsearch {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #496743;
    background: #fff;
}

.search fieldset {
    margin-bottom: 20px;
}

.search .result-title {
    font-size: 120%;
    margin-top: 10px;
}

.search .result-text {
    padding: 5px 0;
    font-style: italic;
}

.search .result-created {
    padding: 5px 0;
    font-size: 90%;
}

/*-------------------------------------------------------------*/
/* Mainmenu                                                    */
/*-------------------------------------------------------------*/

.mainmenu {
    display: block;
    position: relative;
}

.mainmenu__wrapper {
    display: block;
    position: relative;
    background: #465842;
    margin-bottom: 20px;
    height: 60px;
    box-shadow: 0 4px 15px #999;
}

.mainmenu__menu {
    display: block;
    position: relative;
    padding: 0 20px;
}

.mainmenu__menu::before,
.mainmenu__menu::after {
    display: block;
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    margin-top: -4px;
}

.mainmenu__menu::before {
    background: url(../images/mm_dot_left.png) no-repeat;
    left: 10px;
}

.mainmenu__menu::after {
    background: url(../images/mm_dot_right.png) no-repeat;
    right: 10px;
}

.mainmenu__menu > ul {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 60px;
    font-family: 'Beltheder', serif;
    font-size: 120%;
}

.mainmenu__menu .lil1 {
    display: block;
    position: relative;
    width: 250px;
}

.mainmenu__menu .lil1 > li.separator {
    display: none!important;
}

.mainmenu__menu li.separator {
    display: block;
    position: relative;
    width: 36px;
    height: 33px;
    background: url(../images/ic_cross.png) no-repeat center;
}

.mainmenu__menu li.separator:first-child {
    display: none;
}

.mainmenu__menu .lil1 > a {
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-size: 90%;
    line-height: 1;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
}

.mainmenu__menu .lil1:hover > a,
.mainmenu__menu .lil1.active > a {
    background: #47783e;
}

.mainmenu__menu .lil1 > ul {
    display: none;
}

.toolbar {
    display: none;
    position: relative;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}

.mobibtn {
    display: block;
    position: relative;
    float: right;
    cursor: pointer;
}

.mobibtn__title {
    display: inline-block;
    position: relative;
    font-family: 'Beltheder', serif;
    font-size: 130%;
    line-height: 60px;
    float: left;
    color: #fff;
}

.mobibtn__btn {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 40px;
    float: right;
    margin: 0 15px;
}

.mobibtn__btn span {
    display: block;
    position: relative;
    height: 5px;
    margin: 9px 0;
    background: #fff;
}

@media (max-width: 1200px) {
    .mainmenu__menu {
        display: none;
    }

    .toolbar {
        display: flex;
    }
}

/*-------------------------------------------------------------*/
/* Partmenu                                                    */
/*-------------------------------------------------------------*/

.partmenu {
    display: block;
    position: relative;
    padding: 20px 0;
    margin: 20px 0;
    background: #3a573f;
}

.partmenu__decor {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.partmenu__decor_up {
    top: -15px;
}

.partmenu__decor_down {
    bottom: 15px;
}

.partmenu__decor::before,
.partmenu__decor::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    width: 30px;
    height: 30px;
    background: #f4f4ed;
    border-radius: 40px;
}

.partmenu__decor::before {
    left: -15px;
}

.partmenu__decor::after {
    right: -15px;
}

.partmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.partmenu a {
    color: #fff;
}

.partmenu .lil2 {
    display: block;
    position: relative;
    color: #fff;
}

.partmenu .lil2:last-child {
    border: none;
}

.partmenu .lil2.divider > ul {
    display: none;
}

.partmenu .lil2.divider.open > ul {
    display: block;
}

.partmenu .lil2.divider .separator {
    cursor: pointer;
}

.partmenu .lil2 > a,
.partmenu .lil2.divider .separator {
    display: block;
    position: relative;
    padding: 6px 0 6px 15px;
    margin: 0 20px;
    border-bottom: 1px solid #426a49;
}

.partmenu .lil2.current {
    background: #47783e;
}

.partmenu .lil2.current > a {
    font-weight: bold;
    border: none;
}

.partmenu .lil2 > a::before,
.partmenu .lil2.divider .separator::before {
    display: block;
    position: absolute;
    content: '>';
    top: 5px;
    left: 0;
}

.partmenu .lil2 > ul {
    background: #55704f;
    padding: 5px 0;
}

.partmenu .lil3 > a {
    display: block;
    position: relative;
    padding: 4px 0;
    margin: 0 20px 0 40px;
}

.partmenu .lil3.current {
    font-weight: bold;
    background: #ccc;
}

.partmenu .lil3.current > a {
    font-weight: bold;
    color: #333;
}

.partmenu .lil3 > a::before {
    display: block;
    position: absolute;
    content: '-';
    top: 2px;
    left: -14px;
}

@media (max-width: 1200px) {
    .partmenu {
        display: none;
    }
}

/*-------------------------------------------------------------*/
/* Grid                                                        */
/*-------------------------------------------------------------*/

.grid {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.grid::after {
    display: block;
    position: relative;
    content: '';
    clear: both;
}

.grid__leftcol {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    width: 18%;
}

.grid__rightcol {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    width: 16%;
}

.grid__center {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    width: 66%;
}

.grid__clear {
    display: none;
    position: relative;
    clear: both;
}

.grid.main .grid__center {
    width: 82%;
}

@media (max-width: 1440px) {
    .grid__leftcol {
        width: 20%;
    }

    .grid__rightcol {
        width: 18%;
    }

    .grid__center {
        width: 62%;
    }
    
    .grid.main .grid__center {
        width: 80%;
    }

}

@media (max-width: 1200px) {
    .grid {
        display: block;
    }

    .grid__leftcol {
        float: left;
        width: 25%;
    }

    .grid__rightcol {
        width: 75%;
        float: right;
    }

    .grid__center {
        float: left;
        width: 75%;
    }
    
    .grid.main .grid__center {
        width: 75%;
    }
}

@media (max-width: 992px) {
    .grid {
        display: block;
    }

    .grid__leftcol {
        display: none;
    }

    .grid__rightcol {
        width: 100%;
        float: none;
    }

    .grid__center {
        width: 100%;
        float: none;
    }
    
    .grid.main .grid__center {
        width: 100%;
    }
}

/*-------------------------------------------------------------*/
/* Leftmenu                                                    */
/*-------------------------------------------------------------*/

.leftmenu {
    display: block;
    position: relative;
    padding-top: 30px;
    background: url(../images/ic_cross.png) 50% 0 no-repeat;
}

.leftmenu::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 15px;
    left: 0;
    background: #e19693;
    z-index: -1;
}

.leftmenu::after {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    top: 15px;
    left: 50%;
    margin-left: -20px;
    background: #f4f4ed;
    z-index: -1;
}

.leftmenu ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.leftmenu .lil1 {
    display: block;
    position: relative;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 10px;
}

.leftmenu .lil1 > a {
    display: block;
    position: relative;
    padding: 15px 10px 15px 60px;
    font-family: 'Beltheder', serif;
    font-size: 110%;
    text-decoration: none;
    line-height: 1.1;
    color: #000;
    background: #fcfcfc;
}

.leftmenu .lil1.active > a,
.leftmenu .lil1:hover > a {
    color: #fff;
    background: #465842;
}

.leftmenu .lil1 > a::after {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 5px;
    background: no-repeat 0 0;
}

.leftmenu .lil1.active > a::after,
.leftmenu .lil1:hover > a::after {
    background-position: 0 -40px;
}

.leftmenu a.ic-01::after {
    background-image: url(../images/leftmenu/ic_01.png);
}

.leftmenu a.ic-02::after {
    background-image: url(../images/leftmenu/ic_02.png);
}

.leftmenu a.ic-03::after {
    background-image: url(../images/leftmenu/ic_03.png);
}

.leftmenu a.ic-04::after {
    background-image: url(../images/leftmenu/ic_04.png);
}

.leftmenu a.ic-05::after {
    background-image: url(../images/leftmenu/ic_05.png);
}

.leftmenu a.ic-06::after {
    background-image: url(../images/leftmenu/ic_06.png);
}

.leftmenu a.ic-07::after {
    background-image: url(../images/leftmenu/ic_07.png);
}

.leftmenu a.ic-08::after {
    background-image: url(../images/leftmenu/ic_08.png);
}

.leftmenu .lil1 > ul {
    display: none;
    padding: 5px 0;
    margin: 0;
}

.leftmenu .lil1.active > ul {
    display: block;
}

.leftmenu .lil2 {
    display: block;
    position: relative;
}

.leftmenu .lil2 > a {
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #333;
    border-bottom: 1px dotted #ccc;
}

.leftmenu .lil2.active > a {
    font-weight: bold;
}

.leftmenu .lil2:last-child > a {
    border: none;
}

/*-------------------------------------------------------------*/
/* Megalinks                                                   */
/*-------------------------------------------------------------*/

.megalinks {
    display: block;
    position: relative;
    padding-top: 50px;
    background: url(../images/ic_cross.png) 50% 0 no-repeat;
}

.megalinks::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 15px;
    left: 0;
    background: #e19693;
    z-index: -1;
}

.megalinks::after {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    top: 15px;
    left: 50%;
    margin-left: -20px;
    background: #f4f4ed;
    z-index: -1;
}

.megalinks__item {
    display: block;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.megalinks__title {
    padding: 10px 20px 5px;
}

.megalinks__image img {
    max-width: 100%;
    height: auto;
}

/*-------------------------------------------------------------*/
/* Hello                                                       */
/*-------------------------------------------------------------*/

.hello {
    display: block;
    position: relative;
    padding-top: 40px;
    margin-top: 16px;
    background: url(../images/ic_cross.png) 50% 0 no-repeat;
    font-size: 90%;
}

.hello::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 15px;
    left: 0;
    background: #e19693;
    z-index: -1;
}

.hello::after {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    top: 15px;
    left: 50%;
    margin-left: -20px;
    background: #f4f4ed;
    z-index: -1;
}

/*-------------------------------------------------------------*/
/* Mobilemenu                                                  */
/*-------------------------------------------------------------*/

.mobilemenu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 9999;
    transition: 0.3s;
}

.mobilemenu.open {
    right: 0;
}

.mobilemenu__wrapper {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 400px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px #333;
    overflow-y: auto;
}

.mobilemenu__menu {
    display: block;
    position: relative;
    padding: 15px;
    background: #fff;
}

.mobilemenu__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobilemenu__menu li {
    display: block;
    position: relative;
}

.mobilemenu__menu .lil1 > a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 110%;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    transition: 0.2s;
}

.mobilemenu__menu .lil1.current > a {
    background: #47783e;
    color: #fff;
}

.mobilemenu__menu .lil1:hover > a {
    color: #fff;
    background: #465842;
}

.mobilemenu__menu .lil1 > ul {
    display: none;
}

.mobilemenu__menu .lil1.active > ul {
    display: block;
}

.mobilemenu__menu .lil2 > a,
.mobilemenu__menu .lil2.divider {
    display: block;
    position: relative;
    padding: 4px 30px 4px 20px;
    text-decoration: none;
    color: #333;
    font-size: 110%;
    border-bottom: 1px dotted #999;
    transition: 0.2s;
}

.mobilemenu__menu .lil2:hover > a {
    background: #ccc;
}

.mobilemenu__menu .lil2.current > a {
    background: #47783e;
    color: #fff;
}

.mobilemenu__menu .lil3 > a {
    display: block;
    position: relative;
    padding: 4px 30px 4px 20px;
    text-decoration: none;
    color: #333;
    transition: 0.2s;
}

.mobilemenu__menu .lil3:hover > a {
    text-decoration: underline;
}

.mobilemenu__menu .lil3 > a::before {
    display: block;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 12px;
    left: 5px;
    background: #333;
}

.mobilemenu__menu .lil3.current > a {
    font-weight: bold;
    background: #ccc;
    text-decoration: none;
}

.mobilemenu__close {
    display: block;
    position: relative;
    padding: 10px;
    margin: 10px 0;
    background: #465842;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 120%;
    cursor: pointer;
    transition: 0.2s;
}

.mobilemenu__close:hover {
    background: #47783e;
}

.mobilemenu__left,
.mobilemenu__photo {
    display: none;
}

@media (max-width: 992px) {
    .mobilemenu__left,
    .mobilemenu__photo {
        display: block;
    }
}

/*-------------------------------------------------------------*/
/* Calendar                                                    */
/*-------------------------------------------------------------*/

.calendar {
    display: block;
    position: relative;
}

.calendar__header {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 7px 0 20px;
    font-family: 'Beltheder', serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 150%;
    color: #804443;
    line-height: 1.2;
}

.calendar__header span {
    position: relative;
    background: #f4f4ed;
    padding: 5px 0;
    z-index: 9;
}

.calendar__header::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 49%;
    left: 0;
    background: #e19693;
}

.calendar__image {
    display: block;
    position: relative;
    text-align: center;
}

.calendar__image img {
    max-width: 100%;
}

.calendar__day {
    display: block;
    position: relative;
    padding: 20px 0 0;
    text-align: center;
    font-family: 'Beltheder', serif;
    font-size: 120%;
    line-height: 1.2;
}

.calendar__week {
    display: block;
    position: relative;
    padding: 10px 0 0;
    text-align: center;
    font-family: 'Beltheder', serif;
    font-size: 120%;
    line-height: 1.2;
}

.calendar__post {
    display: block;
    position: relative;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    color: #804443;
}

.clubvk {
    display: block;
    position: relative;
}

.clubvk__header {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 7px 0 20px;
    font-family: 'Beltheder', serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 150%;
    color: #804443;
    line-height: 1.2;
}

.clubvk__header span {
    position: relative;
    background: #f4f4ed;
    padding: 5px 0;
    z-index: 9;
}

.clubvk__header::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 49%;
    left: 0;
    background: #e19693;
}

.clubvk #vk_groups {
    margin: 0 auto;
}

/*-------------------------------------------------------------*/
/* Mainnews                                                    */
/*-------------------------------------------------------------*/

.mainnews {
    display: block;
    position: relative;
}

.mainnews__all {
    display: block;
    position: relative;
    text-align: right;
    padding: 10px 0;
}

.mainnews__all a {
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    font-size: 90%;
}

.mainnews__main {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
}

.mainnews__main .block {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    color: #333;
}

.mainnews__main .image {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-right: 15px;
    width: 50%;
    height: 440px;
    background: no-repeat 50% 30%;
    background-size: cover;
}

.mainnews__main .image a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mainnews__main .info {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-left: 15px;
    width: 50%;
}

.mainnews__main .title {
    display: block;
    position: relative;   
}

.mainnews__main .title a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Beltheder', serif;
    font-size: 200%;
    line-height: 1;
    color: #333;
}

.mainnews__main .date {
    display: block;
    position: relative;
    padding: 10px 0;
}

.mainnews__main .intro {
    display: block;
    position: relative;
    font-style: italic;
}

.mainnews__main .readmore {
    display: block;
    position: relative;
    text-align: right;    
    padding: 15px 0;
}

.mainnews__main .readmore a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    transition: 0.3s;
}

.mainnews__main .readmore a:hover {
    margin-right: 15px;
}

.mainnews__item {
    display: block;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 5px;
}

.mainnews__item.item1 {
    padding-left: 0;
}

.mainnews__item.item4 {
    padding-right: 0;
}

.mainnews__block {
    display: block;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    border: 3px double transparent;
    transition: 0.2s;
}

.mainnews__block:hover {
    box-shadow: 0 0 15px #aaa;
    border-color: #496843;
}

.mainnews__block a {
    display: block;
    position: relative;
    width: 100%;
}

.mainnews__image {
    display: block;
    position: relative;
    height: 180px;
    background: no-repeat 50% 30%;
    background-size: contain;
}

.mainnews__title {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    height: 125px;
    font-family: 'Beltheder', serif;
    font-size: 90%;
    line-height: 1.1;
    color: #333;
    text-decoration: none;
    overflow: hidden;
}

.mainnews__block:hover .mainnews__title {
    text-decoration: underline;
}

.mainnews__date {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    font-style: italic;
    font-size: 90%;
    color: #333;
    background: #fcfcfc;
}

.mainnews__block:hover .mainnews__date {
    background: #f6f5e8;
}

@media (max-width: 992px) {
    .mainnews__item {
        width: 50%;
    }

    .mainnews__item.item2 {
        padding-right: 0;
    }

    .mainnews__item.item3 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .mainnews__main .block {
        display: block;
    }
    
    .mainnews__main .title a {
        font-size: 180%;
    }
    
    .mainnews__main .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .mainnews__main .info {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 580px) {
    .mainnews__item {
        width: 100%;
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .mainnews__main .title a {
        font-size: 160%;
    }
}

/*-------------------------------------------------------------*/
/* Photogallery                                                */
/*-------------------------------------------------------------*/

.cats-gallery {
    display: block;
    position: relative;
}

.cats-gallery__items {
    display: block;
    position: relative;
}

.cats-gallery__items::after {
    display: block;
    position: relative;
    content: '';
    clear: both;
}

.cats-gallery__item {
    display: block;
    position: relative;
    margin-top: 15px;
}

.cats-gallery__item a {
    display: block;
    position: relative;
    text-decoration: none!important;
}

.cats-gallery__image {
    display: block;
    position: relative;
    padding: 4px;
    border: 1px solid #fff;
    transition: 0.2s;
}

.cats-gallery__image:hover {
    box-shadow: 0 0 15px #aaa;
    border-color: #54714e;
}

.cats-gallery__back {
    display: block;
    position: relative;
    height: 300px;
    background: no-repeat center;
    background-size: contain;
}

.cats-gallery__title {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    height: 120px;
    font-family: 'Beltheder', serif;
    font-size: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    overflow: hidden;
}

.cat-gallery {
    display: block;
    position: relative;
}

.cat-gallery__items {
    display: block;
    position: relative;
}

.cat-gallery__items::after {
    display: block;
    position: relative;
    content: '';
    clear: both;
}

.cat-gallery__item {
    display: block;
    position: relative;
    margin-top: 10px;
}

.cat-gallery__item a {
    display: block;
    position: relative;
    text-decoration: none!important;
}

.cat-gallery__image {
    display: block;
    position: relative;
    padding: 4px;
    border: 1px solid #fff;
    transition: 0.3s;
}

.cat-gallery__image:hover {
    box-shadow: 0 0 15px #aaa;
    border-color: #54714e;
}

.cat-gallery__back {
    display: block;
    position: relative;
    height: 240px;
    background: no-repeat center;
    background-size: contain;
}

.cat-gallery__title {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    height: 100px;
    font-family: 'Beltheder', serif;
    font-size: 100%;
    text-align: center;
    color: #333;
    overflow: hidden;
}

.cat-gallery__description {
    display: block;
    position: relative;
    padding: 20px 0;
}

.cat-gallery__count {
    display: block;
    position: relative;
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .cat-gallery__items .col-xs-6 {
        width: 100%;
    }
}

.photoalbum {
    display: block;
    position: relative;
}

.photoalbum__items {
    display: block;
    position: relative;
}

.photoalbum__item {
    display: block;
    position: relative;
}

.photoalbum__item a {
    display: block;
    position: relative;
    text-decoration: none!important;
}

.photoalbum__image {
    display: block;
    position: relative;
    padding: 4px;
    border: 1px solid #fff;
}

.photoalbum__back {
    display: block;
    position: relative;
    height: 240px;
    background: no-repeat center;
    background-size: contain;
}

.photoalbum__title {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 0;
    color: #333;
}

.photoalbum__header {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 17px 0 20px;
    font-family: 'Beltheder', serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 150%;
    color: #804443;
}

.photoalbum__header span {
    position: relative;
    background: #f4f4ed;
    padding: 5px 0;
    z-index: 9;
}

.photoalbum__header::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 49%;
    left: 0;
    background: #e19693;
}

.photoalbum__all {
    display: block;
    position: relative;
    padding: 10px 0 20px;
}

.photoalbum__all::after {
    display: block;
    position: relative;
    content: '';
    clear: both;
}

.photoalbum__all a {
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    font-size: 90%;
    float: right;
}

.photoalbum__all .date {
    float: left;
    font-style: italic;
    color: #804443;
}

.photogallery {
    display: block;
    position: relative;
}

.photogallery__items {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0 40px;
}

.photogallery__items::after {
    display: block;
    position: relative;
    content: '';
    clear: both;
}

.photogallery__item {
    width: 33.33%;
}

.photogallery__item {
    float: left;
}

.photogallery__item img {
    display: block;
    width: 100%;
    max-width: 100%;
}

@media(max-width: 767px) {
    .photogallery__item {
        width: 50%;
    }
}

/*-------------------------------------------------------------*/
/* Content                                                     */
/*-------------------------------------------------------------*/

.content {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.article {
    display: block;
    position: relative;
}

.article__image {
    display: block;
    position: relative;
    min-height: 600px;
    background: no-repeat 50% 30%;
    background-size: contain;
    margin-bottom: 30px;
}

.article__image_intro {
    float: left;
    width: 100%;
    max-width: 300px;
    height: auto;
    padding-right: 15px;
    padding-bottom: 15px;
}

.article .ya-share2 {
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: 20px;
}

.raspisanie {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.raspisanie li {
    display: inline-block;
    position: relative;
    padding: 10px;
}

.raspisanie__text {
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: bold;
    font-size: 120%;
}

.sovet {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.sovet::after {
    display: block;
    position: relative;
    content: '';
    clear: both;
}

.sovet li {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 0;
    width: 25%;
    float: left;
}

.sovet__image {
    display: block;
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.sovet__image img {
    width: 100%!important;
}

.sovet__text {
    display: block;
    position: relative;
    padding: 10px 0;
    height: 140px;
}

@media (max-width: 1600px) {
    .sovet li {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .sovet li {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .sovet li {
        width: 100%;
    }
}

/*-------------------------------------------------------------*/
/* Cat News                                                    */
/*-------------------------------------------------------------*/

.cat-news {
    display: block;
    position: relative;
}

.cat-news__item {
    display: block;
    position: relative;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 10px;
}

.cat-news__block {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 15px;
    background: #fcfcfc;
    transition: 0.2s;
}

.cat-news__block:hover {
    background: #f6f5e8;
}

.cat-news__block a {
    color: #333;
}

.cat-news__block .cat-gallery {
    display: none;
}

.cat-news__left {
    display: block;
    position: relative;
    margin-right: 30px;
}

.cat-news__right {
    display: block;
    position: relative;
    width: 100%;
}

.cat-news__image {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: 200px;
    background: no-repeat center;
    background-size: contain;
    transition: 0.2s;
}

.cat-news__image:hover {
    box-shadow: 0 0 15px #aaa;
}

.cat-news__title {
    display: block;
    position: relative;
}

.cat-news__title h2 {
    font-size: 160%;
    text-transform: none;
    padding: 0;
    margin: 0 0 10px;
    color: #333;
}

.cat-news__date {
    display: block;
    position: relative;
    font-style: italic;
    color: #804443;
}

.cat-news__intro {
    display: block;
    position: relative;
    font-style: italic;
    padding: 10px 0;
}

.cat-news__readmore {
    display: block;
    position: relative;
    text-align: right;
}

.cat-news__readmore a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    transition: 0.3s;
}

.cat-news__readmore a:hover {
    margin-right: 15px;
}

@media (max-width: 680px) {
    .cat-news__block {
        display: block;
    }

    .cat-news__left {
        margin: 0 0 20px;
    }

    .cat-news__image {
        max-width: 100%;
    }
}

/*-------------------------------------------------------------*/
/* Cat Teachers                                                */
/*-------------------------------------------------------------*/

.cat-teachers {
    display: block;
    position: relative;
}

.cat-teachers__item {
    display: block;
    position: relative;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 10px;
}

.cat-teachers__block {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 15px;
    background: #fcfcfc;
    transition: 0.2s;
}

.cat-teachers__block:hover {
    background: #f6f5e8;
}

.cat-teachers__block a {
    color: #333;
}

.cat-teachers__left {
    display: block;
    position: relative;
    margin-right: 30px;
}

.cat-teachers__right {
    display: block;
    position: relative;
    width: 100%;
}

.cat-teachers__image {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: 280px;
    background: no-repeat center;
    background-size: contain;
    transition: 0.2s;
}

.cat-teachers__title {
    display: block;
    position: relative;
}

.cat-teachers__title h2 {
    font-size: 160%;
    text-transform: none;
    padding: 0;
    margin: 0 0 10px;
    color: #333;
}

.cat-teachers__intro {
    display: block;
    position: relative;
    padding: 10px 0;
}

.cat-teachers__readmore {
    display: block;
    position: relative;
    text-align: right;
}

.cat-teachers__readmore a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    transition: 0.3s;
}

.cat-teachers__readmore a:hover {
    margin-right: 15px;
}

@media (max-width: 680px) {
    .cat-teachers__block {
        display: block;
    }

    .cat-teachers__left {
        margin: 0 0 20px;
    }

    .cat-teachers__image {
        max-width: 100%;
    }
}

/*-------------------------------------------------------------*/
/* Cat Izd                                                     */
/*-------------------------------------------------------------*/

.cat-izd {
    display: block;
    position: relative;
}

.cat-izd__item {
    display: block;
    position: relative;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 10px;
}

.cat-izd__block {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 15px;
    background: #fcfcfc;
    transition: 0.2s;
}

.cat-izd__block:hover {
    background: #f6f5e8;
}

.cat-izd__left {
    display: block;
    position: relative;
    margin-right: 30px;
}

.cat-izd__right {
    display: block;
    position: relative;
    width: 100%;
}

.cat-izd__image {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: 280px;
    background: no-repeat center;
    background-size: contain;
    transition: 0.2s;
}

.cat-izd__title {
    display: block;
    position: relative;
}

.cat-izd__title h2 {
    text-transform: none;
    padding: 0;
    margin: 0 0 10px;
    color: #333;
}

.cat-izd__intro {
    display: block;
    position: relative;
    padding: 10px 0;
}

@media (max-width: 680px) {
    .cat-izd__block {
        display: block;
    }

    .cat-izd__left {
        margin: 0 0 20px;
    }

    .cat-izd__image {
        max-width: 100%;
    }
}

/*-------------------------------------------------------------*/
/* Cat Video                                                   */
/*-------------------------------------------------------------*/

.cat-video {
    display: block;
    position: relative;
}

.cat-video__item {
    display: block;
    position: relative;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 10px;
}

.cat-video__block {
    display: block;
    position: relative;
    padding: 15px;
    background: #fcfcfc;
    transition: 0.2s;
}

.cat-video__block:hover {
    background: #f6f5e8;
}

.cat-video__title {
    display: block;
    position: relative;
}

.cat-video__title h2 {
    text-transform: none;
    padding: 0;
    margin: 0 0 10px;
    color: #333;
}

.cat-video__intro {
    display: block;
    position: relative;
    padding: 10px 0;
}

/*-------------------------------------------------------------*/
/* Footer                                                      */
/*-------------------------------------------------------------*/

.footer {
    display: block;
    position: relative;
    margin-top: 20px;
}

.footer__wrapper {
    display: block;
    position: relative;
    padding: 20px 16% 20px 18%;
}

.footer__border {
    display: block;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 12px solid #496743;
}

.footer__border .btn-up {
    display: block;
    position: absolute;
    padding: 5px 25px;
    bottom: -12px;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    background: #465842;
    cursor: pointer;
}

.footer__info {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    font-family: 'Beltheder', serif;
    font-size: 110%;
}

.footer__info div {
    display: block;
    position: relative;
    padding: 0 10px;
}

.footer.main .footer__wrapper {
    padding: 20px 20px 20px 18%;
}

@media (max-width: 1440px) {
    .footer__wrapper {
        padding-left: 20%;
        padding-right: 18%;
    }
    
    .footer.main .footer__wrapper {
        padding-left: 20%;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    .footer__wrapper {
        padding-left: 25%;
        padding-right: 20px;
    }
    
    .footer.main .footer__wrapper {
        padding-left: 25%;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .footer__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer.main .footer__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .footer__info {
        display: block;
        text-align: center;
    }

    .footer__info div {
        margin: 0 0 10px;
    }
}

/*-------------------------------------------------------------*/
/* Alert                                                       */
/*-------------------------------------------------------------*/

.alert {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 5px;
    color: #000000;
    background: rgb(193, 230, 2);
    border-radius: 5px;
}

.alert__close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0.5;
    font-size: 140%;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.5;
    z-index: 99;
    transition: 0.2s;
}

.alert__close:hover {
    opacity: 1;
}

.alert__heading {
    display: block;
    position: relative;
    font-weight: bold;
}

.alert__message {
    display: block;
    position: relative;
    font-size: 90%;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger,
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

/*-------------------------------------*/
/*  Form                               */
/*-------------------------------------*/

.form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
}

.form__wrap {
    display: block;
    position: relative;
}

.form__body {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 600px;
    left: 50%;
    padding: 20px;
    margin-left: -300px;
    margin-top: 100px;
    margin-bottom: 50px;
    background: #fff;
    border: 4px solid #175502;
}

.form__title {
    display: block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 160%;
    font-weight: 900;
    font-family: 'Beltheder', sans-serif;
}

.form__close {
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 300%;
    line-height: 1;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    transition: 0.2s;
}

.form__close:hover {
    color: #cc0000;
}

.form__control {
    margin-top: 15px;
}

.form__control input {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
    font-size: 90%;
    border: 1px solid #7aa877;
    border-radius: 3px;
}

.form__control textarea {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 8px 10px;
    resize: none;
    font-size: 90%;
    border: 1px solid #7aa877;
    border-radius: 3px;
}

.form__body .sm_send {
    display: block;
    position: relative;
    width: 100%;
    max-width: 140px;
    margin: 20px auto 0;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    background: #278307;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.form__body .sm_send:hover {
    background: #67dc25;
}

.form__body .sm_send.disabled {
    background: #aaa;
    cursor: default;
}

.form__body .sm_progress {
    display: none;
    position: relative;
    height: 30px;
    background: url(../images/progress.gif) center no-repeat;
}

.form__body .sm_result {
    display: block;
    position: relative;
    margin-top: 5px;
}

.form__body .sm_confirm {
    display: block;
    position: relative;
    font-size: 90%;
    line-height: 1.1;
    padding: 10px;
}

.form__body .sm_info {
    display: block;
    position: relative;
    font-size: 90%;
    line-height: 1.1;
    padding: 10px;
}

.form__body .alert {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 5px;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
    font-size: 80%;
    color: #fff;
    background: #555;
}

.form__body .alert-danger {
    background: #aa0000;
}

.form__body .alert-success {
    background: #278307;
}

@media (max-width: 768px) {
    .form__body {
        width: 500px;
        margin-left: -250px;
        margin-top: 50px;
    }
}

@media (max-width: 540px) {
    .form__wrap {
        padding: 0 15px;
    }

    .form__body {
        width: 100%;
        left: 0;
        margin-top: 30px;
        margin-left: 0;
    }
}

/*-------------------------------------------------------------*/
/* Table                                                       */
/*-------------------------------------------------------------*/

.table-block {
    display: block;
    position: relative;
    overflow-x: auto;
}

.table-info {
    width: 100%;
    font-size: 80%;
}

.table-info th {
    padding: 5px;
    text-align: left;
    font-weight: bold;
    color: #163857;
    border: 1px solid #bfc0c1;
    vertical-align: middle;
}

.table-info td {
    padding: 10px 5px;
    min-height: 40px;
    border: 1px solid #bfc0c1;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .table-info thead tr:first-child {
        display: none;
    }

    .table-info tr {
        display: block;
        background: #f8f8f8;
        padding: 10px;
        margin-bottom: 15px;
    }

    .table-info tr:nth-child(odd) {
        background: #fefefe;
    }

    .table-info th {
        display: none;
    }

    .table-info td {
        display: block;
        text-align: right !important;
    }

    .table-info td:first-child {
        font-weight: bold;
    }

    .table-info td:last-child {
        border: none;
    }

    .table-info td::before {
        display: inline-block;
        position: relative;
        float: left;
        content: attr(data-label) ':';
        font-style: italic;
        color: #aaa;
    }
}

/*-------------------------------------------------------------*/
/* Spec                                                        */
/*-------------------------------------------------------------*/

.specmenu {
    display: none;
    position: relative;
}

.spec .header__logo a {
    background-image: none;
    height: auto;
}

.spec .header__logo span {
    display: block;
    line-height: 1.1!important;
}

.spec .specmenu {
    display: block;
}

.specmenu__wrapper {
    display: block;
    position: relative;
    min-height: 50px;
    background: #333;
}

.specmenu__block {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    min-height: 50px;
}

.specmenu__control {
    display: inline-block;
    position: relative;
}

.specmenu__label,
.specmenu__buttons {
    display: block;
    position: relative;
    float: left;
}

.specmenu__label {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}

.specmenu__btn {
    display: block;
    position: relative;
    box-sizing: border-box;
    float: left;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    min-width: 40px;
    height: 40px;
    line-height: 34px;
    color: #fff;
    padding: 0 5px;
    margin: 0 4px;
    border: 3px solid #999;
    cursor: pointer;
}

.specmenu__btn.active {
    border: 3px solid #fff;
}

.specmenu__control.fontsize .s_small {
    font-size: 14px;
}

.specmenu__control.fontsize .s_medium {
    font-size: 20px;
}

.specmenu__control.fontsize .s_big {
    font-size: 26px;
}

.specmenu__control.intersize .specmenu__btn {
    padding-top: 6px;
}

.specmenu__control.intersize span {
    display: block;
    position: relative;
    height: 5px;
    background: #fff;
}

.specmenu__control.intersize .s_small span {
    margin-bottom: 4px;
}

.specmenu__control.intersize .s_medium span {
    margin-bottom: 8px;
}

.specmenu__control.intersize .s_big span {
    margin-bottom: 12px;
}

.specmenu__control.shemcolor .c_whiteblack {
    font-size: 24px;
    color: #000;
    background: #fff;
}

.specmenu__control.shemcolor .c_blackwhite {
    font-size: 24px;
    color: #fff;
    background: #000;
}

.specmenu__control.shemcolor .c_blueback {
    font-size: 24px;
    color: #063462;
    background: #9dd1ff;
}

.specmenu__control.images .specmenu__btn {
    padding: 0 15px;
}

body.shemcolor1 {
    background: #fff;
    color: #000;
}

body.shemcolor2 {
    background: #000;
    color: #fff;
}

body.shemcolor3 {
    background: #9dd1ff;
    color: #063462;
}

body.fontsize1 {
    font-size: 16px;
}

body.fontsize2 {
    font-size: 18px;
}

body.fontsize3 {
    font-size: 20px;
}

body.intersize1 {
    line-height: 1.6;
}

body.intersize2 {
    line-height: 1.8;
}

body.intersize3 {
    line-height: 2;
}

body.images2 img {
    display: none!important;
}

body.images2 * {
    background-image: none!important;
}

body.spec * {
    font-family: 'Scada', sans-serif!important;
}

.spec h1,
.spec h2,
.spec h3,
.spec h4,
.spec h5,
.spec h6 {
    font-weight: bold;
}

.shemcolor1 h1,
.shemcolor1 h2,
.shemcolor1 h3,
.shemcolor1 h4,
.shemcolor1 h5,
.shemcolor1 h6 {
    color: #000!important;
}

.shemcolor2 h1,
.shemcolor2 h2,
.shemcolor2 h3,
.shemcolor2 h4,
.shemcolor2 h5,
.shemcolor2 h6 {
    color: #fff!important;
}

.shemcolor3 h1,
.shemcolor3 h2,
.shemcolor3 h3,
.shemcolor3 h4,
.shemcolor3 h5,
.shemcolor3 h6 {
    color: #063462!important;
}

.spec h1 span {
    background: none;
}

.spec h1::before {
    display: none;
}

.spec * a {
    text-decoration: underline!important;
}

.shemcolor1 * a,
.shemcolor1 * a span,
.shemcolor1 * .divider .separator,
.shemcolor1 .mainnews__title,
.shemcolor1 .cat-gallery__title {
    color: #fff!important;
    background-color: #333!important;
}

.shemcolor2 * a,
.shemcolor2 * a span,
.shemcolor2 * .divider .separator,
.shemcolor2 .mainnews__title,
.shemcolor2 .cat-gallery__title {
    color: #000!important;
    background-color: #ddd!important;
}

.shemcolor3 * a,
.shemcolor3 * a span,
.shemcolor3 * .divider .separator,
.shemcolor3 .mainnews__title,
.shemcolor3 .cat-gallery__title {
    color: #9dd1ff!important;
    background-color: #06479c!important;
}

.spec .photoalbum__header span,
.spec .calendar__header span {
    font-weight: bold;
    background: none;
}

.shemcolor1 .photoalbum__header span,
.shemcolor1 .calendar__header span {
    color: #000;
}

.shemcolor2 .photoalbum__header span,
.shemcolor2 .calendar__header span {
    color: #fff;
}

.shemcolor3 .photoalbum__header span,
.shemcolor3 .calendar__header span {
    color: #063462;
}

.shemcolor1 .mobibtn__title {
    color: #000;
}
.shemcolor1 .mobibtn__btn span {
    background: #000;
}

.shemcolor2 .mobibtn__title {
    color: #fff;
}
.shemcolor2 .mobibtn__btn span {
    background: #fff;
}

.shemcolor3 .mobibtn__title {
    color: #06479c;
}
.shemcolor3 .mobibtn__btn span {
    background: #06479c;
}

.spec .photoalbum__header::before,
.spec .calendar__header::before {
    display: none;
}

.spec .mainmenu__wrapper {
    background: none!important;
    box-shadow: none!important;
}

.spec .partmenu {
    background: none;
}

.spec .partmenu a,
.spec .partmenu .separator {

}

.spec .partmenu__decor::before,
.spec .partmenu__decor::after {
    background: none;
}

.spec .partmenu .lil2 > a,
.spec .partmenu .lil2.divider .separator {
    border-color: transparent;
}

.spec .partmenu .lil2 > ul {
    background: none;
}

@media (max-width: 1300px) {
    .specmenu__block {
        display: block;
    }

    .specmenu__control {
        padding: 15px;
        clear: both;
    }
}

/*-------------------------------------------------------------*/
/* Loginmod                                                    */
/*-------------------------------------------------------------*/

.loginmod {
    display: block;
    position: relative;
    padding: 30px 15px;
    background: #fff;
}

.loginmod__fields {
    display: flex;
    position: relative;    
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.loginmod__item {
    display: block;
    position: relative;
    padding: 0 15px;
}

.loginmod__fields input {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    padding: 5px 10px;
    border: 1px solid #496743;
    background: #f4f4ed;
}

.loginmod__fields button {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #496743;
    background: #465842;
    transition: 0.2s;
}

.loginmod__fields button:hover {
    background: #47783e;
}

/*-------------------------------------------------------------*/
/* Slick                                                       */
/*-------------------------------------------------------------*/

/*
.slick-slider {
    position: relative;
    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}