/*
font-family: 'Golos Text', sans-serif;
*/

body,html { font-family: 'Golos Text', 'Arial', sans-serif; font-size: 18px; color: #462c47; font-weight: 400; background-color: #fff; }
@media (max-width: 1919px) {
    body,html { font-size: 16px; }
}
@media (max-width: 1359px) {
    body,html { font-size: 14px; }
}

.debug { background: RGBa(0,0,0,0.2); outline: 1px dotted #FF0000; }

.container { padding: 0; position: relative; }

#video-window { width: 100%!important; height: 40vh!important; top: 30%!important; left: 5px!important; right: 5px!important; }
#video-title { width: 100%!important; top: 30%!important; left: 5px!important; right: 5px!important; }


/*
.row { margin-left: -16px; margin-right: -16px; }
.row > [class^="col-"], .row .col { padding-left: 16px; padding-right: 16px; }
*/

.tmpl-content { margin: 24px 0; }
.maintitle { font-size: 1.6rem; line-height: 1.2; font-weight: 500; text-transform: uppercase; margin-bottom: 40px; }
.toalllink { margin-bottom: 40px; display: inline-block; color: #8cc133; font-size: 1rem; font-weight: 400; line-height: 1; text-decoration: underline; }
.toalllink:hover { color: #639c29; opacity: 0.8; }

@media (max-width: 1919px) {
    .maintitle { font-size: 1.5rem; margin-bottom: 35px; }
    .toalllink { margin-bottom: 35px; }
    .tmpl-content { margin: 60px 0; }
    .row { margin-left: -12px; margin-right: -12px; }
    .row > [class^="col-"], .row .col { padding-left: 12px; padding-right: 12px; }
    .mb { margin-bottom: 24px!important; }
}
@media (max-width: 1359px) {
    .maintitle { margin-bottom: 25px; }
    .toalllink { margin-bottom: 25px; }
    .tmpl-content { margin: 35px 0; }
    .row { margin-left: -8px; margin-right: -8px; }
    .row > [class^="col-"], .row .col { padding-left: 8px; padding-right: 8px; }
    .mb { margin-bottom: 24px!important; }
}
@media (max-width: 1023px) {
    .tmpl-content { margin: 25px 0; }
}
@media (max-width: 767px) {
	.row { margin: 0; }
	.container.page { padding-left: 8px; padding-right: 8px; }
	.row .col, .row > [class^="col-"] { padding-left: 0; padding-right: 0; }
}

a { text-decoration: none; }
a:hover { text-decoration: none; }
p { margin: 0 0 12px 0; }


.module-letters #sendForm .field input[type="radio"] + label:before, 
.module-letters #sendForm .field input[type="checkbox"] + label:before { margin-bottom: -1px; }
.module-letters .letter-button,
.module-letters #sendForm .file-upload { background-color: #0061d9; color: #fff !important; }
.module-letters .letter-button.active { background-color: #0061d9; }


/* polls */
.plg-polls .plg-answer input[type="checkbox"] + label:hover:before { background:  #0061d9; }
.plg-polls .plg-answer input[type="checkbox"]:checked + label:before { background:  #0061d9; box-shadow: 0 0 0 2px #0061d9; }
.plg-polls .plg-answer input[type="checkbox"]:checked + label { color: #0061d9; }
.plg-polls .plg-answer.result .result-line { background-color: #6b9dda; }
.plg-polls .plg-button { background-color: #0061d9; border-radius: 0; }
.plg-polls .plg-button:hover { background-color: #0250af;}


/* PAGINATION */
.page_numbering {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page_numbering > a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    color: #8dc134 !important;
    font-weight: 300;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #8dc134;
}
.page_numbering > a:hover {
    background-color: #eee;
    text-decoration: none !important;
}
.page_numbering > a.active {
    background-color: #8dc134;
    color: #fff !important;
}


/* HEADERLINE -------------------------------------------------------------- */

.tmpl-header-line { background-color: #8dbf33; }
.tmpl-header-line .row > * { padding-top: 8px; padding-bottom: 8px; color: #fff; display: flex; align-items: center; position: relative; line-height: 1.2; font-weight: 400; font-size: .85rem;  }

.tmpl-sitename { color: #fff; }
.tmpl-sitename a { color: inherit; }
.tmpl-sitename a:hover { opacity: .8; }

.tmpl-version span { color: #fff; }
.tmpl-version .img-wrap { margin-top: -2px; }
.tmpl-version svg { width: 25px; fill: #fff; margin-right: 7px; }
.tmpl-version:hover { cursor: pointer; opacity: .8; }

@media (max-width: 1919px) {
    .tmpl-header-line .row > * { padding-top: 4px; padding-bottom: 4px; }
}
@media (max-width: 1359px) {
    
}
@media (max-width: 1023px) {
    
}
@media (max-width: 767px) {
    
}


/* HEADER -------------------------------------------------------------- */

.tmpl-header { height: 270px; padding: 30px 0; background-image: url(bg_white.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; }

.tmpl-logo img { max-width: 400px; }

.tmpl-phone { color: #05234b; font-size: .95rem; line-height: 1.2; }
.tmpl-phone .img-wrap { margin-right: 15px; }

.tmpl-button { font-size: .95rem; font-weight: 400; display: flex; justify-content: center; align-items: center; padding: 5px 10px; color: #fff; border-radius: 5px; height: 40px; background-color: #8dc033; background-image: linear-gradient(#8dc033, #80ae2e); box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15); text-align: center; line-height: 1.1; cursor: pointer; }
.tmpl-button:hover { color: #fff; opacity: .8; }
.tmpl-header .tmpl-button:last-of-type { margin-top: 20px; }

@media (max-width: 1919px) {
    .tmpl-header { height: 240px; }
    .tmpl-logo img { max-width: 350px; }
    .tmpl-button { height: 36px; }
    .tmpl-phone .img-wrap { margin-right: 10px; }
    .tmpl-phone .img-wrap svg { max-width: 32px; }
    .tmpl-header .tmpl-button:last-of-type { margin-top: 15px; }
}
@media (max-width: 1359px) {
    .tmpl-header { height: 200px; }
    .tmpl-logo img { max-width: 320px; }
}
@media (max-width: 1023px) {
    .tmpl-header { height: 170px; }
    .tmpl-logo img { max-width: 300px; }
    .tmpl-phone .img-wrap svg { max-width: 24px; }
}
@media (max-width: 767px) {
    .tmpl-header { height: auto; }
    .tmpl-logo { text-align: center; }
    .tmpl-phone { justify-content: center; font-size: 1.1rem; margin-bottom: 15px; }
}


/* MENU-MAIN -------------------------------------------------------------- */

.tmpl-menu-main-wrapper { position: relative; box-shadow: 0 0 24px rgba(65, 110, 137, 0.1); z-index: 5; }
.tmpl-menu-main { display: flex; align-items: center; }
.tmpl-menu-main .tmpl-search-link {
	flex-shrink: 0;
	width: 40px;
	height: 28px;
	background-image: url(ico-menu-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border-right: 1px dotted #8a949e;
	transition: .2s;
}
.tmpl-menu-main .tmpl-search-link:hover { opacity: .85; }
.tmpl-menu-main .navbar { padding: 0; }

.tmpl-menu-main ul.navbar-nav > li { position: relative; flex-grow: 1; margin: 0 5px; }

.tmpl-menu-main ul.navbar-nav > li > a { position: relative; display: flex; align-items: center; text-align: center; color: #000026 !important; font-size: 1rem; text-decoration: none; line-height: 1.1; height: 80px; padding: 0 14px; cursor: pointer; }
.tmpl-menu-main ul.navbar-nav > li.submenu-exist > a { padding-right: 20px; }
.tmpl-menu-main ul.navbar-nav > li.submenu-exist > a::after { position: absolute; right: 0; top: 35px; font-family: 'Font Awesome 5 Free'; content: "\f107"; font-weight: 700; font-size: .66rem; }

.tmpl-menu-main .dropdown-menu { display: block; visibility: hidden; opacity: 0; width: 260px; border: 0; padding: 0; margin: 0; border-radius: 2px; box-shadow: 0 -6px 10px rgb(0 0 0 / 10%), 0 3px 4px rgb(0 0 0 / 10%); transform: translate3d(0,15px,0); transition: opacity .2s, transform .2s; }
.tmpl-menu-main .dropdown-menu::after { content: ""; bottom: 100%; left: 10%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #fff; border-width: 8px; }
.tmpl-menu-main .navbar-collapse .dropdown:not(.onMobile):hover > .dropdown-menu { visibility: visible; opacity: 1; transform: translateZ(0);
}
.tmpl-menu-main .dropdown-menu > li.dropdown-item { display: block; margin: 0; padding: 0; border-top: 1px solid #e4e4e4; }
.tmpl-menu-main .dropdown-menu > li.dropdown-item:first-of-type { border-top: 0; }
.tmpl-menu-main .dropdown-menu > li.dropdown-item > a { color: inherit; display: block; border: none; cursor: pointer; white-space: normal; color: #000026 !important; padding: 12px 16px; font-size: 1rem; line-height: 1.1; }
.tmpl-menu-main .dropdown-menu > li.dropdown-item:hover { background-color: #f4f4f4; }

.tmpl-menu-main button.navbar-toggler { border-radius: 0; padding: 0; border: none;}
.tmpl-menu-main button.navbar-toggler:focus { outline: none; }
.tmpl-menu-main button.navbar-toggler .nav-icon-wrapper { display: flex; align-items: center; justify-content: center; height: 64px; width: 64px; }
.tmpl-menu-main button.navbar-toggler .nav-icon { width: 30px; height: 24px; position: relative; cursor: pointer; display: inline-block; }
.tmpl-menu-main button.navbar-toggler .nav-icon span { background-color: #8a949e; position: absolute; border-radius: 2px; transition: .3s cubic-bezier(.8, .5, .2, 1.4); width: 100%; height: 4px; }
.tmpl-menu-main button.navbar-toggler .nav-icon span:nth-child(1) { top: 0; left: 0; }
.tmpl-menu-main button.navbar-toggler .nav-icon span:nth-child(2) { top: 10px; left: 0; opacity: 1; }
.tmpl-menu-main button.navbar-toggler .nav-icon span:nth-child(3) { bottom: 0; left: 0; }
.tmpl-menu-main button.navbar-toggler[aria-expanded="true"] .nav-icon span:nth-child(1) { transform: rotate(45deg); top: 10px; transition-delay: 50ms; }
.tmpl-menu-main button.navbar-toggler[aria-expanded="true"] .nav-icon span:nth-child(2) { opacity: 0; }
.tmpl-menu-main button.navbar-toggler[aria-expanded="true"] .nav-icon span:nth-child(3) { transform: rotate(-45deg); top: 10px; transition-delay: 50ms; }

.tmpl-menu-main .navbar-brand { color: #2a2a2a; text-transform: uppercase; flex: 1; height: 64px; align-items: center;padding: 0; margin: 0;}

@media (max-width: 1919px) {
    .tmpl-menu-main ul.navbar-nav > li > a { height: 65px; }
    .tmpl-menu-main ul.navbar-nav > li.submenu-exist > a::after { top: 28px; }
    .tmpl-menu-main ul.navbar-nav > li.submenu-exist > a { padding-right: 15px; }
}
@media (max-width: 1359px) { }
@media (max-width: 1023px) { }
@media (max-width: 1023px) {
    .tmpl-menu-main .navbar { width: 100%; }
    .tmpl-menu-main ul.navbar-nav > li > a { height: auto; height: 48px; /*color: #fff !important;*/ }
    .tmpl-menu-main ul.navbar-nav > li.submenu-exist > a::after { top: 16px; }
    .tmpl-menu-main .dropdown-menu { display: none; visibility: visible; opacity: 1; width: 100%; transform: translateZ(0); /*background-color: #fff;*/ margin-left: 0; margin-right: 0; }
    .tmpl-menu-main .dropdown-menu.show { display: block; }
    .tmpl-menu-main .dropdown-menu::after { /*left: 32px;*/ display: none; }
    .tmpl-menu-main .dropdown-menu .dropdown-item { margin: 0 !important; white-space: normal; }
    .tmpl-menu-main .dropdown-menu .dropdown-item:hover,
    .tmpl-menu-main .dropdown-menu .dropdown-item:focus { background-color: RGBa(255,255,255,0.2); }
}

/* SLIDER ------------------------------------- */

.tmpl-slider-wrapper {  }

.tmpl-slider { height: 480px; display: flex; justify-content: center; align-items: center; position: relative; }
.tmpl-slider .swiper-container { height: 100%; }
.tmpl-slider .swiper-slide { display: flex; justify-content: center; }
.tmpl-slider .swiper-slide .image { height: 100%; position: relative; width: 100%; }
.tmpl-slider .swiper-slide .image img { height: 100%; width: 100%; object-fit: cover; object-position: center; }
.tmpl-slider .swiper-slide .image.overlay { position: absolute; z-index: 100; left: 0; width: 70%; }
.tmpl-slider .swiper-slide .image.overlay img { height: 100%; width: 100%; object-fit: fill; }
.tmpl-slider .swiper-slide .slide-info { position: absolute; height: 100%; display: flex; align-items: center; z-index: 200; }
.tmpl-slider .swiper-slide .slide-info .tmpl-title { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; width: 45%; font-size: 1.5rem; color: #fff; font-weight: 400; line-height: 1.3; padding-left: 130px }

.tmpl-slider-wrapper .buttons { position: absolute; height: 100%; width: 100%; display: flex; align-items: center; }
.tmpl-slider-wrapper .swiper-button-prev, .tmpl-slider-wrapper .swiper-button-next { color: #fff; height: 80px; width: 80px; border: 2px solid #ffffff; border-radius: 50%; background-color: rgba(0, 0, 0, .1); top: unset; margin-top: 0; }
.tmpl-slider-wrapper .swiper-button-prev:after, .tmpl-slider-wrapper .swiper-button-next:after { font-size: 1.7rem; }
.tmpl-slider-wrapper .swiper-button-prev:after { margin-left: -5px;}
.tmpl-slider-wrapper .swiper-button-next:after { margin-right: -5px;}

.tmpl-slider-wrapper .swiper-pagination { position: static; height: 40px; display: flex; justify-content: center; align-items: center; }
.tmpl-slider-wrapper .swiper-pagination-bullet { background-color: #fff; height: 12px; width: 12px; border: 2px solid #8cc133; opacity: 1; margin: 0 3px; }
.tmpl-slider-wrapper .swiper-pagination-bullet-active { background-color: #8cc133; }

@media (max-width: 1919px) {
    .tmpl-slider { height: 420px; }
    .tmpl-slider .swiper-slide .image.overlay { width: 75%; }
    .tmpl-slider .swiper-slide .slide-info .tmpl-title { padding-left: 110px; }
    .tmpl-slider-wrapper .swiper-button-prev, .tmpl-slider-wrapper .swiper-button-next { height: 70px; width: 70px; }
    .tmpl-slider-wrapper .swiper-pagination { height: 35px; }
    .tmpl-slider-wrapper .swiper-pagination-bullet { height: 11px; width: 11px; margin: 0 2px; }
}
@media (max-width: 1359px) {
    .tmpl-slider { height: 320px; }
    .tmpl-slider .swiper-slide .slide-info .tmpl-title { padding-left: 90px; width: 40%; font-size: 1.3rem; }
    .tmpl-slider-wrapper .swiper-button-prev, .tmpl-slider-wrapper .swiper-button-next { height: 50px; width: 50px; }
    .tmpl-slider-wrapper .swiper-button-prev:after, .tmpl-slider-wrapper .swiper-button-next:after { font-size: 1.5rem; }
    .tmpl-slider-wrapper .swiper-pagination { height: 30px; }
    .tmpl-slider-wrapper .swiper-pagination-bullet { height: 10px; width: 10px; }
}
@media (max-width: 1023px) { 
    .tmpl-slider { height: 250px; }
    .tmpl-slider .swiper-slide .slide-info .tmpl-title { padding-left: 70px; width: 40%; font-size: 1.1rem; }
    .tmpl-slider-wrapper .swiper-button-prev, .tmpl-slider-wrapper .swiper-button-next { height: 40px; width: 40px; }
}
@media (max-width: 767px) {
    .tmpl-slider { height: 320px; }
    .tmpl-slider .swiper-slide .image.overlay { width: 100%; background-color: rgba(126, 178, 74, .8); }
    .tmpl-slider .swiper-slide .image.overlay img { display: none; }
    .tmpl-slider .swiper-slide .slide-info .tmpl-title { padding: 15px; width: 100%; font-size: 1.5rem; }
    .tmpl-slider-wrapper .swiper-button-prev, .tmpl-slider-wrapper .swiper-button-next { display: none; }
}

/* GREETING ------------------------------------- */

.tmpl-greeting { border: 8px solid #f4f4f4; padding: 20px 100px; color: #462c47; text-align: center; line-height: 1.5; }

@media (max-width: 1919px) {
    .tmpl-greeting { padding: 18px 80px; }
}
@media (max-width: 1359px) {
    .tmpl-greeting { padding: 16px; }
}
@media (max-width: 1023px) { 
    .tmpl-greeting { border: 4px solid #f4f4f4; }
}
@media (max-width: 767px) {
    .tmpl-greeting { padding: 12px; }
}


/* USLUGI ------------------------------------- */

.tmpl-content.uslugi {  }
.tmpl-content.uslugi .wrapper { margin-bottom: 24px; }
.tmpl-content.uslugi .tmpl-item { display: flex; align-items: center; background-color: #fff; border: 1px solid #e9e9e9; color: #462c47; line-height: 1.2; font-weight: 500; font-size: 1.1rem; padding: 24px; height: 100%; min-height: 136px; transition: box-shadow; background: linear-gradient(to bottom, rgba(255,255,255,.5) 49%,rgba(229,229,229,.5) 100%); border-radius: 5px; }
.tmpl-content.uslugi .tmpl-item:hover { transition-duration: 0.3s; box-shadow: 0 0 16px rgb(77 85 138 / 10%); }
.tmpl-content.uslugi .img-wrap { display: flex; justify-content: flex-start; align-items: flex-start; flex-shrink: 0; width: 90px; }
.tmpl-content.uslugi .img-wrap img { max-width: 75px; max-height: 75px; }

@media (max-width: 1919px) {
    .tmpl-content.uslugi .wrapper { margin-bottom: 20px; }
    .tmpl-content.uslugi .tmpl-item { min-height: 120px; padding: 20px; }
    .tmpl-content.uslugi .img-wrap { width: 75px; }
    .tmpl-content.uslugi .img-wrap img { max-width: 55px; max-height: 55px; }
}
@media (max-width: 767px) {
    .tmpl-content.uslugi .wrapper { margin-bottom: 10px; }
    .tmpl-content.uslugi .tmpl-item { padding: 15px; }
    .tmpl-content.uslugi .img-wrap { width: 65px; }
    .tmpl-content.uslugi .img-wrap img { max-width: 45px; max-height: 45px; }
}


/* NEWS BLOCK  ------------------------------------- */

.tmpl-content.news .wrapper { background-image: url(bg_green.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 50px 0; }

.tmpl-content.news .tmpl-item.first { display: flex; align-items: center; margin-bottom: 50px; color: #fff; line-height: 1.3; }
.tmpl-content.news .tmpl-item.first img { width: 700px; }
.tmpl-content.news .tmpl-item.first .info { padding: 50px; }
.tmpl-content.news .tmpl-item.first .title { color: #fff6b7; font-size: 1.5rem; margin-bottom: 15px; }
.tmpl-content.news .tmpl-item.first .short { margin-bottom: 30px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.tmpl-content.news .tmpl-item.swiper-slide { background-color: #fff; display: flex; border: 1px solid #d1e3f3; padding: 30px; line-height: 1.2; height: auto; color: #354467; }
.tmpl-content.news .tmpl-item.swiper-slide .info { display: flex; flex-direction: column; }
.tmpl-content.news .tmpl-item.swiper-slide .title { color: #8dc134; margin-bottom: 14px; font-weight: 500; }
.tmpl-content.news .tmpl-item.swiper-slide .subtitle {
	color: #aeb4c2; font-size: .9rem; margin-bottom: 10px;
}
.tmpl-content.news .tmpl-item.swiper-slide .subtitle a {
	color: #aeb4c2;
}
.tmpl-content.news .tmpl-item.swiper-slide .subtitle a:hover {
	color: #354467;
}	
.tmpl-content.news .tmpl-item.swiper-slide .short { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 15px; }
.tmpl-content.news .tmpl-item.swiper-slide .date { color: #aeb4c2; font-size: .9rem; flex: 1; display: flex; align-items: flex-end;  }

.swiper-wrapper { margin-bottom: 30px; }
.swiper-scrollbar-drag { background-color: #f8d800; }

@media (max-width: 1919px) {
    .tmpl-content.news .tmpl-item.first img { width: 600px; }
    .tmpl-content.news .tmpl-item.first .info { padding: 40px; }
    .tmpl-content.news .tmpl-item.swiper-slide { padding: 25px; }
    .tmpl-content.news .tmpl-item.swiper-slide .title { margin-bottom: 20px; }
    .tmpl-content.news .tmpl-item.first .short { margin-bottom: 20px; }
    .tmpl-content.news .swiper-wrapper { margin-bottom: 25px; }
}
@media (max-width: 1359px) {
    .tmpl-content.news .wrapper { padding: 40px 0;}
    .tmpl-content.news .tmpl-item.swiper-slide .title { margin-bottom: 10px; }
    .tmpl-content.news .tmpl-item.first { margin-bottom: 40px; }
    .tmpl-content.news .tmpl-item.first img { width: 400px; }
    .tmpl-content.news .tmpl-item.first .info { padding: 20px; }
}
@media (max-width: 1023px) { 
    .tmpl-content.news .tmpl-item.first img { width: 330px; }
    .tmpl-content.news .tmpl-item.first .title { font-size: 1.2rem; }
}
@media (max-width: 767px) {
    .tmpl-content.news .tmpl-item.first { flex-direction: column; }
    .tmpl-content.news .tmpl-item.first img { width: 100%; margin-bottom: 15px; }
    .tmpl-content.news .tmpl-item.first .info { padding: 0; }
}


/* PHOTOSLIDER  ------------------------------------- */

.tmpl-content.photos .swiper-slide img { width: 100%; height: 245px; object-fit: cover; }
.tmpl-content.photos .swiper-scrollbar-drag { background-color: #8dc134; }

@media (max-width: 1919px) {
    .tmpl-content.photos .swiper-slide img { height: 210px; }
}
@media (max-width: 1359px) {
    .tmpl-content.photos .swiper-slide img { height: 200px; }
}
@media (max-width: 1023px) { 
    .tmpl-content.photos .swiper-slide img { height: 245px; }
}
@media (max-width: 767px) {
    .tmpl-content.photos .swiper-slide img { height: 60vw; }
}


/* VIDEOSLIDER  ------------------------------------- */

.tmpl-content.videos .swiper-slide img { width: 100%; height: 245px; object-fit: cover; }
.tmpl-content.videos .swiper-scrollbar-drag { background-color: #8dc134; }
.tmpl-content.videos .title { color: #462c47; margin-top: 5px; }

@media (max-width: 1919px) {
    .tmpl-content.videos .swiper-slide img { height: 210px; }
}
@media (max-width: 1359px) {
    .tmpl-content.videos .swiper-slide img { height: 200px; }
}
@media (max-width: 1023px) { 
    .tmpl-content.videos .swiper-slide img { height: 245px; }
}
@media (max-width: 767px) {
    .tmpl-content.videos .swiper-slide img { height: 60vw; }
}


/* BANNERS  ------------------------------------- */

.tmpl-content.banners { background-image: url(bg_green.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 30px 0; }
.tmpl-content.banners .container { text-align: center; position: relative; flex-wrap: wrap; justify-content: center; }
.tmpl-content.banners img { border: 0; margin: 8px; max-width: 100%; }

.tmpl-content.slider-banners .swiper-slide { width: auto; }
.tmpl-content.slider-banners .swiper-slide img { max-height: 200px; }
.tmpl-content.slider-banners .swiper-scrollbar-drag { background-color: #8dc134; }


/* ADDITIONAL  ------------------------------------- */

.tmpl-content.additional {
	background-image: url('bg_green.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
}
.tmpl-content.additional .wrapper {
	/*margin-bottom: 24px;*/
	margin: 10px 0;
}
.tmpl-content.additional .tmpl-item {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #462c47;
	line-height: 1.2;
	font-weight: 500;
	font-size: 1.1rem;
	padding: 24px;
	height: 100%;
	min-height: 136px;
	transition: box-shadow;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 49%,rgba(229,229,229,1) 100%);
	border-radius: 5px;
}
.tmpl-content.additional .tmpl-item:hover {
	transition-duration: 0.3s;
	box-shadow: 0 0 16px rgb(77 85 138 / 50%);
}
.tmpl-content.additional .img-wrap { display: flex; justify-content: flex-start; align-items: flex-start; flex-shrink: 0; width: 90px; }
.tmpl-content.additional .img-wrap img { max-width: 75px; max-height: 75px; }

@media (max-width: 1919px) {
    .tmpl-content.additional .wrapper { /*margin-bottom: 20px;*/ }
    .tmpl-content.additional .tmpl-item { min-height: 120px; padding: 20px; }
    .tmpl-content.additional .img-wrap { width: 75px; }
    .tmpl-content.additional .img-wrap img { max-width: 55px; max-height: 55px; }
}
@media (max-width: 1919px) {
	
}
@media (max-width: 767px) {
    .tmpl-content.additional .wrapper { margin-bottom: 10px; }
    .tmpl-content.additional .tmpl-item { padding: 15px; }
    .tmpl-content.additional .img-wrap { width: 65px; }
    .tmpl-content.additional .img-wrap img { max-width: 45px; max-height: 45px; }
}


/* SUBFOOTER + FOOTER------------------------------------ */

.tmpl-subfooter { background-color: #fff; padding: 10px 0; box-shadow: 0 0 5px 2px #e5e5eb; }
.tmpl-subfooter .container { display: flex; align-items: center; justify-content: space-between }
.tmpl-subfooter .tmpl-sitename a { color: #462c47; line-height: 1.2; font-size: .9rem; }
.tmpl-subfooter .tmpl-social { display: flex; }
.tmpl-subfooter .tmpl-social img { margin: 0 2px; }

.tmpl-footer { background-image: url(bg_brown.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; color: #fff; font-size: .95rem; font-weight: 400; font-size: .9rem; }
.tmpl-footer a { color: #fff; }

.tmpl-footer .block1 { display: flex; align-items: flex-start; padding: 20px 0; }
.tmpl-contacts { flex: 2; margin-right: 30px; }
.tmpl-contacts > * { display: flex; align-items: center; padding-top: 5px; padding-bottom: 5px; }
.tmpl-contacts .img-wrap { width: 25px; margin-right: 10px; text-align: center;}

.tmpl-bottommenu { flex: 2; }
.tmpl-bottommenu ul { list-style-type: none; padding: 0; }
.tmpl-bottommenu ul a:hover { color: #c8c8cb; }
.tmpl-bottommenu ul li { max-width: 200px; }
.tmpl-bottommenu ul.first { display: flex; justify-content: space-between; margin-bottom: 0; }
.tmpl-bottommenu ul.first > li { margin: 0 10px; }
.tmpl-bottommenu ul.first > li > a { color: #c8c8cb; display: block; font-size: 1.1rem; font-weight: 500; padding-bottom: 10px; }
.tmpl-bottommenu ul.first ul > li > a { display: block; padding-bottom: 10px; }

.tmpl-footer .block2, .tmpl-footer .block3 { display: flex; align-items: center; border-top: 1px dotted #666c7b; padding: 20px 0; }
.tmpl-footer .block2 > * { cursor: pointer; display: flex; align-items: center; margin-right: 30px; }
.tmpl-footer .block2 .img-wrap { display: inline-block; }
.tmpl-footer .block2 .img-wrap img { margin: 0 7px; }

.tmpl-footer .block3  { justify-content: space-between; }

@media (max-width: 1919px) {
    .tmpl-bottommenu ul.first ul > li > a { padding-bottom: 5px; }
    .tmpl-bottommenu { flex: 3; }
}
@media (max-width: 1359px) {
    .tmpl-footer .block2, .tmpl-footer .block3 { padding: 15px 0;}
}
@media (max-width: 1023px) {
    .tmpl-subfooter { padding: 5px 0; }
    .tmpl-footer .block1 { padding-top: 10px; padding-bottom: 10px; }
    .tmpl-footer .block2, .tmpl-footer .block3 { padding: 10px 0;}
}
@media (max-width: 767px) {
    .tmpl-subfooter { padding: 10px 0; }
    .tmpl-footer .block1 { align-items: stretch; }
    .tmpl-footer .block1, .tmpl-bottommenu ul { flex-direction: column; }
    .tmpl-contacts { margin-right: 0; }
    .tmpl-bottommenu { padding: 20px 0; }
    .tmpl-bottommenu ul.first > li { margin-bottom: 10px;}
    .tmpl-footer .block2, .tmpl-footer .block3 { flex-direction: column; align-items: flex-start; }
    .tmpl-footer .block2 > *, .tmpl-footer .block3 > * { padding-top: 5px; padding-bottom: 5px; margin-right: 0; }
    .tmpl-footer .block2 .img-wrap { width: 40px; text-align: center; }
}




/* CONTENT ------------------------------------- */

/*.maintitle { color: #141f29; font-weight: 500; font-size: 1.9rem; line-height: 1.2; position: relative; }*/

.allitems { display: inline-block; color: #8cc133; font-size: 1rem; font-weight: 400; line-height: 1; text-decoration: underline; }
.allitems:hover { color: #639c29;  opacity: 0.8; }

.tmpl-pathway { font-weight: 500; font-size: .9rem; padding: 0; margin-bottom: 10px; color: #b2a7a4; }
.tmpl-pathway a:link,
.tmpl-pathway a:visited { color: #8cc133!important; text-decoration: underline; }
.tmpl-pathway a:hover { color: #639c29; }

.tmpl-contentblock { background-color: #fff; color: #000; margin: 10px 0; font-weight: 400; line-height: 1.3; }
.print_version_button { display: none; }

.tmpl-contentblock h1 { font-size: 1.5rem; margin-bottom: 15px; padding: 0; font-weight: 400; color: #639c29 }
.tmpl-contentblock cite { display: block; background: #f2f2f3; padding: 30px; font-weight: 400; }
.tmpl-contentblock h2 { font-size: 1.3rem; font-weight: 400; margin: 1rem 0; }
.tmpl-contentblock ul { margin: 0; padding: 0 }
.tmpl-contentblock ul ul { margin: 0 0 0 32px 0; }
.tmpl-contentblock ul > li { margin: 0 0 8px 20px; padding: 0; }
.tmpl-contentblock ol {  margin: 20px; padding: 0; }
.tmpl-contentblock ol ol { margin: 0 0 0 32px 0; }

.tmpl-contentblock h3 { font-size: 1.2rem; font-weight: 400; color: #639c29 }
.tmpl-contentblock a:not(.tmpl-item) { color: #194580; text-decoration: none; }
.tmpl-contentblock a:not(.tmpl-item):hover { text-decoration: underline; } 
/* .tmpl-contentblock table { border-collapse: collapse; width: 100%; } */
.tmpl-contentblock table { border-collapse: collapse; border: none; }
/* .tmpl-contentblock table td { text-align: center; padding: 10px; } */
.tmpl-contentblock table td, .tmpl-contentblock table th { text-align: center;   }
.tmpl-contentblock table th { background: #f2f2f3; text-align: center; }
@media (max-width: 767px) {
	.tmpl-contentblock img[width] {
		max-width: 100%;
	}
	.tmpl-contentblock img[width][height] {
		height: auto !important;	
	}
}


.cms-material-list { position: relative; margin-top: -20px; }
.cms-material-list .tmpl-item { display: flex; padding: 15px 0; border-bottom: 1px solid #e0e2e2; text-decoration: none; line-height: 1.2; }
/* .cms-material-list .tmpl-item img { object-fit: cover; width: 210px; height: 140px; margin: 0 20px 0 0; flex-shrink: 0; } */
.cms-material-list .tmpl-item img { width: 280px; height: 100%; margin: 0 20px 0 0; flex-shrink: 0; }
.cms-material-list .tmpl-item .info { flex-grow: 1; }
.cms-material-list .tmpl-item .title { color: #8dc134; text-decoration: none; padding: 0; margin-bottom: 14px; font-weight: 400; font-size: 1.13rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.cms-material-list .tmpl-item .title:hover { text-decoration: underline; }
.cms-material-list .tmpl-item .short { color: #000; margin: 5px 0 0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.cms-material-list .tmpl-item .wrapper { display: flex; justify-content: space-between; }
.cms-material-list .tmpl-item .date,
.cms-material-list .tmpl-item .category,
.cms-material-list .tmpl-item .subtitle { color: #818185; font-size: .9rem; }
.cms-material-list .tmpl-item .date {
	margin-top: 10px;
}
.cms-material-list .tmpl-item .subtitle {
	margin-borrom: 10px;
}

@media (max-width: 1919px) {
    /* .cms-material-list .tmpl-item img { width: 180px; height: 120px; } */
    .cms-material-list .tmpl-item img { width: 230px; }
}
@media (max-width: 1359px) {
    /* .cms-material-list .tmpl-item img { width: 150px; height: 100px; margin: 0 10px 0 0; } */
    .cms-material-list .tmpl-item img { width: 200px; margin: 0 10px 0 0; }
    .cms-material-list .tmpl-item .wrapper { display: block; }
    .cms-material-list .tmpl-item .category { margin-bottom: 5px; }
    .cms-material-list .tmpl-item .date { margin-top: 5px; }
}
@media (max-width: 767px) {
    .cms-material-list .tmpl-item { display: block; }
    /* .cms-material-list .tmpl-item img { width: 100%; height: 50vw; margin: 0 0 15px 0; } */
    .cms-material-list .tmpl-item img { width: 100%; margin: 0 0 15px 0; height: auto; }

}

.doctable { width: 100%; border-collapse: collapse; }
.doctable td { border: 1px solid #000; text-align: center; padding: 16px; }
.doctable th { background: #f2f2f3; text-align: center; border: 1px solid #000; padding: 16px; }
.editlog { margin-top: 30px; text-align: right; }


/* photogallery */

.tmpl-photos { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-gap: 15px; }
.tmpl-photos .tmpl-photo-item img { width: 100%; height: 200px; object-fit: cover; }
.tmpl-photos .tmpl-photo-item .title { margin-top: 5px; text-align: center; font-size: 88%; line-height: 1.1; font-weight: 400; }

@media (max-width: 1919px) {
    .tmpl-photos { grid-template-columns: 1fr 1fr 1fr 1fr; }
    .tmpl-photos .tmpl-photo-item img { height: 220px; }
}
@media (max-width: 1359px) {
    .tmpl-photos { grid-template-columns: 1fr 1fr 1fr; }
    .tmpl-photos { grid-gap: 10px; }
    .tmpl-photos .tmpl-photo-item img { height: 210px; }
}
@media (max-width: 1023px) {
    .tmpl-photos .tmpl-photo-item img { height: 170px; }
}
@media (max-width: 767px) {
	.tmpl-photos { grid-template-columns: 1fr; }
    .tmpl-photos .tmpl-photo-item img { height: 60vw; }
}

/* videogallery */
.tmpl-video-list { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 15px; }
.tmpl-video-list .tmpl-video img { width: 100%; }
.tmpl-video-list .tmpl-video .title { display: block; margin-top: 5px; text-align: center; font-size: 88%; line-height: 1.1; font-weight: 400; }

@media (max-width: 1359px) {
	.tmpl-video-list { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 767px) {
	.tmpl-video-list { grid-template-columns: 1fr; }
}

#saveus-window .saveus-footer .saveus-btn { background-color: #8cc133!important; }


/*
@media (max-width: 1919px) {
    
}
@media (max-width: 1359px) {
    
}
@media (max-width: 1023px) {
    
}
@media (max-width: 767px) {
    
}
*/

/* TABLE SCROLLING---------------------------- */


@media (max-width: 1023px) {
  table {
    overflow: auto;
    display: block;
	width: 100%!important;
  }
}


/* Admin FIX ------------------------------  */


.x-window,
.x-window *,
.x-window *:before,
.x-window *:after,
.kl83-ui,
.kl83-ui *,
.kl83-ui *:before,
.kl83-ui *:after { 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* GoogleTranslate hack */
body { top: 0 !important; }
#google_translate_element,
.skiptranslate,
.goog-te-banner-frame { display: none !important; }