/***********************BASE*****************************/
body {
    font-family: 'Segoe UI', Helvetica, sans-serif;
    background: rgb(249, 245, 227) url('../img/bg/img_body.png') repeat 50% 0 ;
}
h1.title , #main_page p.title,#content .block_on_main .fz_title {font-family: 'Segoe UI', Helvetica, sans-serif}
nav ,#left_nav , #right_nav  {font-family: 'Segoe UI', Helvetica, sans-serif}
.container{
    max-width: 1240px;
    margin: 0 auto;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    outline: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
    border: 0;
    max-width: 100%;
}
table {
    border-collapse: inherit;
}
a {
    color: #015fc8;
    text-decoration: underline;
}
nav li{
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

ul a{
    font-size: 15px;
}
ul li{
    margin-bottom: 7px;
    list-style-type: none;
}
ul li:last-child{
    margin-bottom: 0;
}

/***********************MOD*****************************/
._wrap {
    border: 2px solid rgb(204, 232, 250);
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 28);
    padding: 20px;
}
._float-left{
    float: left;
    margin-right: 10px;
}
._flex-evenly{
    display: flex;
    justify-content: space-evenly;
}
._img-small{
    width: 150px;
    height: 150px;
}

/***********************HEADER*****************************/
.friend{
    padding: 10px 0;
    text-align: right;
    position: absolute;
    right: 0;
    width: 100%;
}
.friend__link{
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.friend__link i {
    margin-left: 10px;
    background: url(../img/topikoall.png) -262px 0px no-repeat;
    height: 27px;
    vertical-align: middle;
    width: 46px;
    display: inline-block;
}

.header {
    font-size: 20px;
    background: rgba(249, 245, 227, 0) url(../img/bg/top.png) no-repeat 48% 0;
}
.header__inner {
    padding: 100px 0;
}
.header__subtitle{
    text-align: center;
    margin-bottom: 10px;
}
.header__title{
    text-align: center;
    margin-bottom: 15px;
}
.header__title a, .header__title a:hover{
    color: rgb(234, 0, 0);
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}
.header__text{
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.menu__container{
    min-height: 42px;
    padding: 0 20px;
    background-color: rgb(0, 93, 177);
}
.menu__nav{
    width: 100%;
    margin: 0 auto;
    min-height: 50px;
    border-radius: 0;
    text-align: center;
    position: relative;
}
.menu__inner{
    position: relative;
}
.menu__arrow {
    display: block;
    float: right;
    width: 50px;
    height: 42px;
    margin: 4px 0;

    text-align: center;
    display: inline-block;
    padding: 3px 8px;
    cursor:pointer;
    position: relative;
    color: rgb(255, 255, 255);
}
.menu__arrow:hover {
    background-color: rgb(0, 164, 0);
}
.menu__arrow .fa{
    color: white;
    font-size: 36px;
    font-weight: 100;
    color: rgb(255, 255, 255);
}
.menu__arrow:hover .fa{
    color:rgb(255, 255, 255)
}
.menu__accordion{
    overflow: hidden;
    max-height: max-content;
}
.menu__accordion._small{
    max-height: 50px;
}
.menu-list{
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    z-index: 99999;
    transition: 500ms;
}
.menu-list__item{
    display: inline-block;
    text-align: center;
    padding-bottom: 0px;
    list-style-type: none;
}
.menu-list__link{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 29px;
    padding: 11px 10px 10px;
}
.menu-list__item:hover .menu-list__link, .menu-list__link._active{
    background-color: rgb(0, 164, 0);
    color: rgb(255, 255, 255);
}
.menu-sublist{
    background-color: rgb(0, 164, 0);
    color: rgb(255, 255, 255);
    padding: 15px;
    max-width: 400px;
    display: none;
    position: absolute;
    margin: 42px 0 0 0 !important;
    border-radius: 0;
    text-align: left;
    z-index: 98;
    list-style-type: none;
}
.menu-sublist:hover{
    overflow: visible !important;
}
.menu-sublist__item{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

    float: none;
    border-bottom: 1px dashed #ffffff;
    font-size: 16px;
    text-align: left;
    background-image: none;
    padding: 0;
    list-style-type: none;
}
.menu-sublist__link{
    display: block;
    font-size: 16px;
    text-decoration: none;
    line-height: 29px;
    float: none;
    color: #fff;
    padding: 5px 0;
}
.menu-sublist__link:hover {
    text-decoration: underline;
}
.menu-addlist{
    display: none;
    position: absolute;
    top: -7px;
    left: 100%;
    width: 100%;
    background-color: rgb(0, 164, 0);
    padding: 0px 25px;
    padding-bottom: 10px;
}
.menu-addlist .menu-sublist__item{
    margin-bottom: 7px;
}
.menu-addlist .menu-sublist__item:first-child{
    padding-top: 7px;
}
.menu-addlist .menu-sublist__item:last-child{
    margin-bottom: 0;
}
.menu-sublist__item:hover .menu-addlist{
    display: block;
}

.menu-mob{
    display: none;

    margin: auto;
    border-radius: 10px;
    height: 40px;
    text-align: left;
    padding: 5px 0;
    position: relative;
}
.menu-mob__line {
    border: solid white 1px;
    width: 30px;
    height: 1px;
    top: 50%;
    right: 5%;
    position: absolute;
}
.menu-mob__line:nth-child(1) {
    top: 22%;
}
.menu-mob__line:nth-child(2) {
    top: 75%;
}
.menu-mob span{
    font-size: 16px;
    color: white;
    padding-left: 7px;
    padding-right: 40px;
}

.top-slider__img{
    height: 400px;
    display: block;
}




.header__cow{
    width: 258px;
    height: 187px;
    position: absolute;
    top: 0;
    left: 130px;
    background: url(../img/cow.png) center center no-repeat;
    background-size: contain;
    transform: translate3d(0, - 30%, 0);
  animation: spin 25s infinite linear;


}
@keyframes spin {
  0% {
    transform: translate3d(-40%, -30%, 0);
  }
  50% {
    transform: translate3d(0, 30%, 0);
  }
  100% {
    transform: translate3d(-40%, -30%, 0);
  }
}


/***********************PAGE*****************************/
.page{
    padding: 40px 0;
}
.page__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.section{
    margin-bottom: 50px;
}
.section._last{
    margin-bottom: 0;
}
.section-title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.pagination{
    text-align: center;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.pagination__link {
    font-size: 18px;
    display: block;
    margin-right: 15px;
}
.pagination__link._dis, .pagination__link._active{
    color: black;
    pointer-events: none;
    text-decoration: none;
}

.crumbs {
    margin-bottom: 10px;
    font-size: 14px;
}

/***********************PAGE-LEFT*****************************/
.page-left{
    margin-right: 20px;
}
.page-left__item{
    position: relative;
    width: 240px;
    margin-bottom: 20px;
    padding: 20px;

    border: 2px solid rgb(204, 232, 250);
    background-color: rgb(255, 255, 255);
}
.page-left__title{
    font-size: 22px;
    margin-bottom: 15px;
    color: rgb(17, 128, 205);
}
.page-links__item{
    text-decoration: none;
    background-color: #015fc8;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s;
    margin-bottom: 10px;
}
.page-links__item:hover{
    background-color: #033f82;
    color: #f4f1ff;
}
.page-links__item._green{
    background-color: #05ca30;
    margin-bottom: 0;
}
.page-links__item._green:hover{
    background-color: #328203;
    color: #f4f1ff;
}
.page-docs__item{
    margin-bottom: 15px;
}
.page-docs__item:last-child{
    margin-bottom: 0;
}
.page-docs__item p{
    font-size: 14px;
    margin-bottom: 5px;
}
.page-docs__icon{
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;
}
.page-docs__link{
    color: #015fc8;
    text-decoration: unset;
}
.page-search__input, .search-form__input{
    font-size: 16px;
    padding: 6px 4px;
    margin-bottom: 5px;
    width: 100%;
}
.page-search__btn, .search-form__btn{
    padding: 6px 4px;
    border-radius: 0;
    width: 100%;
    background: white;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    transition: background-color 0.3s;
}
.page-search__btn:hover, .search-form__btn:hover{
    background-color: #e6e6e6;
}
.page-search__btn[disabled], .search-form__btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}

.left-menu{
    padding: 10px 0;
}
.left-menu__list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.left-menu__item{
    width: 100%;
    padding: 0 20px;
    margin: 0px 0px -1px;
}
.left-menu__item._active{
    background: rgb(0 164 1);
     margin: 0px;
}
.left-menu__item._active .left-menu__link{
    color: rgb(255, 250, 195);
    border-bottom: none;
}
.left-menu__item:hover{
    background-color: rgb(255, 102, 0);
    margin: 0px;
}
.left-menu__link{
    text-decoration: none;
    color: black;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.left-menu__item:last-child .left-menu__link{
    border-bottom: none;
}
.left-menu__item:hover .left-menu__link{
    color: rgb(255, 255, 255);
    border-bottom: 0;
}

.page-banner__item{
    display: block;
    width: 100%;
    margin: 0px 0px 20px;
}
.page-banner__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/***********************PAGE-CONTENT*****************************/
.page-content{
    width: 100%;
    overflow: hidden;
    padding: 20px;
    height: max-content;
    position: relative;

    border: 2px solid rgb(204, 232, 250);
    background-color: rgb(255, 255, 255);
    color: rgb(28, 28, 28);
}
.page-content.__bottom{
    margin-top: 30px;
}
.page-title{
    width: 100%;
    color: rgb(17, 128, 205);
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    border-bottom: 2px dashed rgb(15 128 205);
    padding-bottom: 10px;
    padding-top: 10px;
}
.page-title._main{
    color: #000000;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
    border-bottom: none;
}
.page-subtitle._main{
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.news-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgb(204, 232, 250);
}
.news-item:last-child{
    margin-bottom: 0;
}
.news-item__inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-item__left{
    width: 30%;
    margin-right: 20px;
    text-align: center;
}
.news-item__left._none{
    display: none;
}
.news-item__img{
    max-width: 300px;
    max-height: 300px;
}
.news-item__right{
    width: 65%;
}
.news-item__title{
    margin-bottom: 10px;
}
.news-item__title a{
    font-size: 20px;
    color: rgb(17, 128, 205);
}
.news-item__text{
    margin-bottom: 15px;
}

.new__info{
    position: absolute;
    right: 18px;
    top: 26px;
}
.new__img{
    margin-left: 20px;
    float: right;
}
.new__img._none{
    display: none;
}
.new__text p{
    margin-bottom: 10px;
}

.gallery-list{
    display: flex;
    flex-wrap: wrap;
}
.gallery-list__item {
    width: 100%;
    margin-bottom: 5px;
}
.gallery-list__item a:hover{
    color: rgb(17, 128, 205);
}
.gallery-list__img {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 30%;
}
.gallery-list__img:hover {
    background: rgb(17, 128, 205, 0.5) center no-repeat;
    background-size: 50px;
}
.gallery-list__img a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    transition: color 0.3s;
}
.gallery-list__img img{
    width: 600px;
    height: 185px;
}
.gallery-list__img:hover img{
    transition: opacity 0.2s;
    opacity: 0.2;
}

.food-check{
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    padding: 14px;
    margin-bottom: 20px;
}
.food-links{
    margin-bottom: 20px;
}
.food-links__item {
    display: block;
    margin-bottom: 10px;
    text-decoration: unset;
}
img.food-links__icon {
    width: 13px;
}

#sliderImg {
    max-width: 935px;
}
#sliderImg.owl-theme .owl-nav.disabled+.owl-dots {
    z-index: 2;
    margin-top: 20px;
    position: relative;
}
.gallery-slider__img{
    width: 600px;
    height: 225px;
}

.links-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
}
.links-list__item{
    display: block;
}

.search-form{
    margin-bottom: 15px;
}
.search__request{
    font-size: 20px;
    margin-bottom: 16px;
}
.search__result{
    font-size: 20px;
    margin-bottom: 16px;
}
.search__info{
    margin-bottom: 5px;
    font-size: 22px;
    text-align: center;
}
.search-list__item {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(204, 232, 250);
}
.search-list__title {
    margin-bottom: 10px;
}
.search-list__title a {
    font-size: 18px;
    color: rgb(17, 128, 205);
}
.search-list__info a {
    font-size: 16px;
}
.search-list__item._flex{
    display: flex;
    justify-content: space-between;
}

.form__item{
    margin-bottom: 20px;
}
.form__item:last-child{
    margin-bottom: 0;
}
.select{
    display: block;
    width: 100%;
    height: 30px;
    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 rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.label{
    display: block;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.input-text{
    display: block;
    width: 100%;
    height: 30px;
    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 rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.input-text._error {
    background: indianred;
}
.textarea{
    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 rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.input-check {
    float: left;
    height: 20px;
    width: 20px;
    box-shadow: none;
}
.btn{
    display: block;
    padding: 7px 12px;
    font-size: 14px;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.site-map__list{
    padding-top: 5px;
    padding-left: 20px;
}
.site-map__sublist{
    padding-top: 5px;
    padding-left: 20px;
}
.site-map__link{
    text-decoration: none;
}
.site-map__link:hover{
    text-decoration: underline;
}
.site-map__item, .site-map__subitem, .site-map__subsubitem{
    margin-bottom: 5px;
}
.site-map__item:last-child, .site-map__subitem:last-child, .site-map__subsubsitem:last-child{
    margin-bottom: 0;
}

.article-item{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed rgb(204, 232, 250);
}
.article-item:last-child{
    margin-bottom: 0;
}
.article-item__title{
    margin-bottom: 10px;
}
.article-item__title a{
    font-size: 20px;
    color: rgb(17, 128, 205);
    text-decoration: none;
}
.article-item__title a:hover{
    color: rgb(3 88 147);
    text-decoration: underline;
}
.article-item__text{
    margin-bottom: 15px;
    font-size: 14px;
}
.article-item__info{
    margin-bottom: 10px;
    font-size: 15px;
}
.article-item__text p{
    margin-bottom: 10px;
}

.artucle-item__text,.pattern__text p{
    margin-bottom: 5px;
}
.artucle-item__text,.pattern__text h2{
    margin-bottom: 15px;
}

.sveden-nav__inner{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.sveden-nav__img{
    width: 50px;
}
.sveden-nav__item{
    background: #f9f5e3;
    text-align: center;
    padding: 20px
}

.page-info{
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.page-info__item{
    font-size: 12px;
}
.page-info__intro{
    font-size: 12px;
    margin: 0 5px;
}

/***********************FOOTER*****************************/
.footer{
    background: url(../img/bg/foot.png) repeat-x center 100%;
    width: 100%;
    margin: 0 auto;
}
.footer-contacs{
    min-height: 250px;
    text-align: center;
}
.footer-contacs__strong{
    font-weight: 700;
}
.footer__inner{
    min-height: 100px;
    border-top: 1px dotted white;
    width: 100%;
}
.footer__link{
    font-size: 14px;
    padding-top: 5px;
    text-align: right;
    width: 100%;
}
.footer-contacs__link{
    text-decoration: none;
    font-size:24px;
}

#scrolltop{
    position: fixed;
    bottom: 0;
    margin-left: -110px;
    left: 50%;
    z-index: 999;
    background: #ffffff url(data:image/png;base64,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UmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY1MzE0MzYxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY1MzE0MzcxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjUzMTQzNDFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjUzMTQzNTFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk0ai4sAAABGSURBVHjaYvj//z8DMo6Pj/+PLsbEgAQSEhL+I9MwwISuABufCZsCdIWMIDcwEACMIIfhMm3BggWMKG7CB0YVDXNFAAEGAHBJL/xV+yB6AAAAAElFTkSuQmCC) no-repeat 94% 50%;
    box-shadow: 0 0 25px -10px;
}
#scrolltop >div{
    background: url(data:image/png;base64,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UmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY1MzE0MzYxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY1MzE0MzcxQ0ZDMTFFN0JGMjI4QjdGMTg2MkRCNzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjUzMTQzNDFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjUzMTQzNTFDRkMxMUU3QkYyMjhCN0YxODYyREI3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk0ai4sAAABGSURBVHjaYvj//z8DMo6Pj/+PLsbEgAQSEhL+I9MwwISuABufCZsCdIWMIDcwEACMIIfhMm3BggWMKG7CB0YVDXNFAAEGAHBJL/xV+yB6AAAAAElFTkSuQmCC) no-repeat 6% 50%;
    padding: 10px 40px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.cookie{
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: #015fc8;
    color: white;
    z-index: 99999;
    padding: 12px;
}
.cookie-text{
    margin-bottom: 5px;
}
.cookie-link {
    display: inline-block ;
    color: white;
    text-decoration: none;
    background-color: white;
    padding: 9px 15px;
    color: #015fc8;
    cursor: pointer;
    border: 0;
}
.cookie._none{
    display: none;
}

/***********************ADAPTIVE*****************************/
@media(max-width: 1240px){
    .friend {
        right: 10px;
    }
    .container {
        padding: 0 10px;
    }
    .top-slider .container{
        padding: 0;
    }
    .news-item__img {
        max-width: 200px;
        max-height: 200px;
    }
}
@media(max-width: 1024px){
    .page-left__item {
        width: 180px;
    }
    .page-links__item {
        font-size: 14px;
    }
    .page-left__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    /***********************BASE*****************************/
    body{
        background: rgb(249, 245, 227) url(../img/bg/body-mobile.jpg?uts=1614968756) repeat 50% 0;
        background-size: 60%;
    }
    .container{
        padding: 0 15px;
        width: 100%;
    }

    /***********************HEADER*****************************/
    .friend {
        display: none;
    }

    .header {
        font-size: 16px;
        background: rgba(249, 245, 227, 0);
    }
    .header__inner {
        padding: 45px 0;
    }
    .header__title a, .header__title a:hover{
        font-size: 20px;
        font-weight: 400;
    }
    .header__cow{
        display: none;
    }

    .menu-mob{
        display: flex;
        align-items: center;
    }
    .menu__container,.menu__nav{
        min-height: unset;
    }
    .menu__arrow{
        display: none !important;
    }
    .menu__accordion._small {
        max-height: unset;
    }
    .menu-list{
        display: none;
    }
    .menu-list__item{
        display: block;
        text-align: left;
    }
    .menu-list__item.__child .menu-sublist{
        display: none !important;
    }
    .menu-list__link{
        font-size: 14px;
        line-height: 10px;
    }

    .top-slider{
        display: none;
    }

    /***********************PAGE*****************************/
    .page{
        padding: 20px 0;
    }
    .section{
        margin-bottom: 25px;
    }
    .section._last{
        margin-bottom: 0;
    }
    .section-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .pagination__link {
        font-size: 14px;
        margin-right: 10px;
    }
    .crumbs {
        margin-bottom: 5px;
        font-size: 12px;
    }

    /***********************PAGE-LEFT*****************************/
    .page-left{
        display: none;
    }
    /***********************PAGE-CONTENT*****************************/
    .page-content{
        position: relative;
        padding: 10px 10px 25px;
    }
    .page-content.__bottom{
        margin-top: 20px;
    }
    .page-title, .page-title._main{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .page-subtitle._main{
        font-size: 18px;
    }

    .news-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .news-item__inner{
        flex-wrap: wrap ;
    }
    .news-item__left{
        width: 100%;
        margin-right: 0;
    }
    .news-item__left a{
        display: block;
        text-align: center;
    }
    .news-item__img{
        width: 100%;
        max-height: 240px;
        object-fit: contain;
    }
    .news-item__right{
        width: 100%;
    }
    .news-item__title a{
        font-size: 16px;
    }
    .news-item__text{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news-item__info{
        font-size: 14px;
        text-align: center;
    }
    .new__date,.new__views {
        font-size: 12px;
    }
    .new__img{
        width: 100%;
        max-height: 240px;
        object-fit: contain;
        margin-left: 0;
        float: unset;
    }

    .gallery-list{
        display: flex;
        flex-wrap: wrap;
    }
    .gallery-list__img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .gallery-list__img img {
        width: 100%;
        height: auto;
    }
    .gallery-list__img:last-child{
        margin-bottom: 0;
    }

    .links-list {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 15px;
    }

    .sveden-nav__inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .form__text{
        font-size: 12px;
    }

    .new__info {
        position: unset;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    /***********************FOOTER*****************************/
    .footer{
        background: url(../img/bg/foot.png) repeat-x center 100%;
        background-size: contain;
    }
    .footer-contacs{
        min-height: 120px;
    }
    .footer__link{
        font-size: 14px;
        padding-top: 5px;
        text-align: right;
        width: 100%;
    }
    .footer-contacs__link{
        font-size: 18px;
    }
    .footer-contacs__text{
        font-size: 14px;
    }
    .footer__inner {
        min-height: 80px;
    }
    .footer__link {
        font-size: 12px;
        text-align: center;
    }

    #scrolltop{
        margin-left: -77px;
    }
    #scrolltop >div{
        padding: 5px 25px;
        font-size: 12px;
    }

    .cookie{
        position: fixed;
        width: 100%;
        bottom: 0;
        text-align: center;
        background-color: #015fc8;
        color: white;
        z-index: 99999;
        padding: 12px;
    }
    .cookie-text{
        margin-bottom: 5px;
    }
    .cookie-link {
        display: inline-block ;
        color: white;
        text-decoration: none;
        background-color: white;
        padding: 9px 15px;
        color: #015fc8;
        cursor: pointer;
        border: 0;
    }
    .cookie._none{
        display: none;
    }
}