<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: children
*/

@font-face {
    font-family: Bold700;
    src: url("assets/fonts/Circe_Bold.otf");
}

@font-face {
    font-family: Regular400;
    src: url("assets/fonts/Circe_Regular.woff");
}

@font-face {
    font-family: Thin100;
    src: url("assets/fonts/Circe_Thin.otf");
}

* {
    font-family: Regular400;
    color: #000000;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    position: relative;
    background: #bffcc9;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

main {
    flex: 1 0 auto;
    margin-top: 130px
}

.container {
    width: 1520px;
    margin: 0 auto;
    position: relative
}

@media(max-width:1540px) {
    .container {
        width: 100%;
        padding: 0 16px
    }
}

.header {
    height: 130px;
    background: #00FF99;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%
}

.header__top {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__top_wrapper {
    display: flex;
    gap: 31px
}

.header__top_title {
    cursor: pointer;
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none
}

.header__top_title:hover .header__top_text {
    color: #000000
}

.header__top_text {
    width: 341px;
    font-size: 16px;
    line-height: 140%;
    transition: all .2s
}

.header__top_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px
}

.header__top_block_mobile {
    display: none;
    width: 60%;
    justify-content: space-between;
    gap: 40px
}

.header__top_block_mobile_icon {
    display: flex;
    align-items: center;
    position: relative
}

.header__top_block_mobile_link {
    text-decoration: none;
	display: flex;
    align-items: center;
}

.header__top_block_mobile_dropdown {
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 45px;
    left: -95px;
    z-index: 10;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(51, 76, 18, .05);
    flex-direction: column;
    gap: 8px
}

.header__top_block_mobile_dropdown a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap
}

.header__top_block_mobile_dropdown a span {
    color: #000000
}

.header__top_block_mobile_dropdown.mail {
    left: -150px
}

.header__top_block_mobile_dropdown.active {
    visibility: visible
}

.header__top_item {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 4px;
    align-items: center
}

.header__top_item_text {
    font-size: 14px;
    line-height: 140%
}

.header__top .header__top_eye,
.header__top_link {
    text-decoration: none;
    cursor: pointer;
    transition: all .2s
}

.header__top .header__top_eye span,
.header__top_link span {
    color: #000000
}

.header__top .header__top_eye:hover,
.header__top_link:hover {
    color: #73ac29
}

.header__menu {
    display: flex;
    align-items: center;
    height: 40px;
    background: var(--primary-red-gradient, linear-gradient(180deg, #41972b 0, #006600 100%))
}

.header__menu_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 42px
}

.header__menu_search {
    display: flex;
    align-items: center;
    cursor: pointer
}

.header__menu_search svg g path {
    transition: all .2s
}

.header__menu_search:hover svg g path {
    fill: #d9dadd
}

.header__nav {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px
}

.header__nav li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px
}

.header__nav li a {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    transition: color .2s
}

.header__nav li a:hover {
    color: #00FF99
}

.header__nav li:nth-child(6) .header__nav_in {
    width: 640px;
    max-height: 475px
}

.header__nav li:nth-child(8) .header__nav_in {
    left: -105px
}

.header__nav .menu-item-has-children .arrow_svg {
    display: flex;
    align-items: center;
    transition: all .2s
}

.header__nav .menu-item-has-children .arrow_svg-rotate {
    transform: rotate(-180deg)
}

.header__nav .menu-item-has-children .arrow_svg-rotate svg g path {
    fill: #37FC3B
}

.header__nav .menu-item-has-children.visible .header__nav_in {
    visibility: visible
}

.header__nav .menu-item-has-children.visible a {
    color: #37FC3B
}

.header__nav .menu-item-has-children.visible ul li a {
    color: #000000
}

.header__nav_in {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    top: 32px;
    left: -23px;
    padding: 12px 0;
    border-radius: 5px;
    background: #c9f0be;
    box-shadow: 0 4px 12px 0 rgba(51, 76, 18, .05);
    max-height: 600px;
    display: flex;
    flex-direction: column;
    width: auto;
    flex-wrap: wrap;
    z-index: 10
}

.header__nav_in::before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: -20px
}

.header__nav_in li {
    width: 320px;
    flex-basis: 50%;
    cursor: pointer;
    transition: background-color .2s
}

.header__nav_in li a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 12px 24px;
    font-size: 15px;
    line-height: 85%;
    color: #241e1e;
    text-decoration: none;
    transition: color .2s
}

.header__nav_in li:hover {
    background-color: #f7fbf1
}

.header__nav_in li:hover a {
    color: #73ac29 !important
}

.header__search {
    display: none;
    height: 40px;
    background-color: #f7fbf1
}

.header__search_form {
    width: 100%;
    height: 40px;
    position: relative
}

.header__search_input {
    width: 100%;
    height: 100%;
    padding: 0 40px;
    border: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 140%
}

.header__search_input::-moz-placeholder {
    color: #606660
}

.header__search_input::placeholder {
    color: #606660
}

.header__search_btn {
    position: absolute;
    left: 0;
    top: 8px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: 0
}

.header__search_close {
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer
}

.close,
.hamburger {
    display: none;
    align-items: center
}

.language_button {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, auto);
    gap: 8px
}

.language_button .bel_button,
.language_button .rus_button {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    padding: 2px 8px;
    color: #fff
}

.language_button .bel_button.active_language,
.language_button .rus_button.active_language {
    background: #eb0000;
    cursor: auto
}

@media(max-width:1542px) {
    .header__nav {
        gap: 15px
    }

    .header__menu_wrapper {
        gap: 15px
    }
}

@media(max-width:1320px) {
    .header__top_flag {
        width: 57px;
        display: flex;
        align-items: center
    }

    .header__top_flag img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .header__top_wrapper {
        gap: 16px
    }

    .header__top_logo {
        width: 39px
    }

    .header__top_title {
        gap: 8px
    }

    .header__top_text {
        width: 212px
    }

    .header__nav {
        gap: 5px
    }

    .header__menu_wrapper {
        gap: 5px
    }
}

@media(max-width:1212px) {
    .header__nav {
        display: none
    }

    .hamburger {
        display: flex;
        align-items: center
    }

    .header__menu_search {
        position: absolute;
        right: 86px
    }

    .header__menu_search svg {
        height: 30px;
        width: 30px
    }

    .header__top_block {
        display: none
    }

    .header__top {
        gap: 130px
    }

    .header__top_block_mobile {
        display: flex
    }
}

@media(max-width:767px) {
    .header__top {
        flex-wrap: wrap;
        gap: 0
    }

    .header__top_wrapper {
        height: 50px;
        display: grid;
        grid-template-columns: 46px 1fr;
        padding: 0 16px
    }

    .header__top_flag {
        width: 46px
    }

    .header__top_logo {
        width: 32px
    }

    .header__top_text {
        width: 100%
    }

    .header__top_text {
        font-size: 12px
    }

    .header .container {
        padding: 0
    }

    .header__menu .container {
        padding: 0 16px
    }

    .header__top_block_mobile {
        height: 40px;
        background: #f1f3f5;
        width: 100%;
        padding: 0 16px
    }

    .header__search .container {
        padding: 0 16px
    }

    .header__search_close {
        right: 16px
    }
}

.slider {
    height: auto;
    position: relative
}

.slider__item_wrapper {
    display: grid;
    grid-template-columns: 611px 1fr
}

.slider__item_text {
    background-color: #00FF66;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider__item_text_wrapper {
    width: 371px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

.slider__item_text_wrapper h2 {
    font-size: 32px;
    line-height: 120%
}

.slider__item_text_wrapper p {
    font-size: 16px;
    line-height: 140%;
    color: #000000
}

.slider__item_img {
    height: 100%;
    width: 100%
}

.slider__item_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    display: flex;
    left: 120px;
    list-style-type: none;
    gap: 8px
}

.slick-dots li {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #00ff66;
    border-radius: 100%;
    font-size: 0;
    border: 1px solid #a1b3bb;
    outline: 0
}

.slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    background: #73ac29;
    border: 4px solid #fbfef7;
    outline: 1px solid #73ac29
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5);
    border: none;
    outline: 0;
    padding: 12px;
    cursor: pointer;
    transition: all .2s
}

.slick-arrow svg g path {
    transition: all .2s
}

.slick-arrow:hover {
    background: #fff
}

.slick-arrow:hover svg g path {
    fill: #28cc65
}

.slick-next {
    right: 40px
}

.slick-prev {
    left: 40px
}

@media(max-width:1400px) {
    .slick-dots {
        bottom: 16px;
        left: 64px
    }

    .slider__item_wrapper {
        grid-template-columns: 492px 1fr;
        min-height: 422px
    }

    .slick-prev {
        left: 16px
    }

    .slick-next {
        right: 16px
    }

    .slider__item_text {
        padding: 56px 64px
    }
}

@media(max-width:1023px) {
    .slider__item_text {
        padding: 16px
    }

    .slider__item_text_wrapper {
        width: 100%
    }

    .slider__item_text {
        align-items: flex-start
    }

    .slider__item_wrapper {
        grid-template-columns: 333px 1fr;
        min-height: 280px;
        height: 280px
    }

    .slider__item_text_wrapper h2 {
        font-size: 18px
    }

    .slider__item_text_wrapper p {
        font-size: 12px
    }

    .slick-arrow {
        display: none !important
    }

    .slick-dots {
        bottom: 29px;
        left: 16px
    }

    .slick-dots li.slick-active button {
        width: 24px;
        height: 24px;
        border: 5px solid #fbfef7
    }

    .slick-dots li button {
        height: 13px;
        width: 13px
    }
}

@media(max-width:600px) {
    .slider__item_wrapper {
        grid-template-columns: 1fr;
        min-height: 400px;
        height: auto
    }

    .slider__item_img {
        order: 0;
        height: 143px
    }

    .slider__item_text {
        order: 1;
        padding: 16px 16px 40px 16px
    }

    .slick-dots {
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.circle {
    min-height: 580px;
    padding: 40px 0 100px
}

.circle__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.circle__item {
    height: 120px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    background: #00FF66;
    box-shadow: 0 4px 12px 0 rgba(51, 76, 18, .05);
    overflow: hidden
}

.circle__item_link {
    display: grid;
    grid-template-columns: 1fr 120px;
    text-decoration: none;
    height: 120px
}

.circle__item_link:hover .circle__item_title {
    color: #258103
}

.circle__item_link:hover .circle__item_img img {
    transform: scale(1.1)
}

.circle__item_title {
    font-family: Bold700;
    padding: 16px;
    font-size: 18px;
    line-height: 130%;
    transition: all .2s
}

.circle__item_title span {
    color: #606660;
    font-family: Regular400
}

.circle__item_img {
    width: 120px;
    overflow: hidden
}

.circle__item_img img {
    width: 100%;
    transition: all .25s ease-in-out;
	height: 100%;
    object-fit: cover;
}

@media(max-width:1320px) {
    .circle__wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:1023px) {
    .circle__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .circle__wrapper {
        grid-template-columns: 1fr;
		gap: 24px;
    }
}

.cards {
    min-height: auto;
    padding-bottom: 100px
}

.cards__title {
    font-family: Bold700;
    font-size: 26px;
    line-height: 120%;
    text-align: center
}

.cards__wrapper {
    padding: 24px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.cards__item {
    min-height: 257px;
    border-radius: 5px;
    background: #00FF66;
    box-shadow: 0 4px 12px 0 rgba(51, 76, 18, .05);
    overflow: hidden
}

.cards__item_link {
    text-decoration: none
}

.cards__item_link:hover .cards__item_text_title {
    color: #029c05
}

.cards__item_link:hover .cards__item_img img {
    transform: scale(1.1)
}

.cards__item_img {
    width: 100%;
    height: 151px;
    overflow: hidden
}

.cards__item_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .25s ease-in-out
}

.cards__item_text {
    padding: 16px
}

.cards__item_text_data {
    font-size: 14px;
    line-height: 140%;
    color: #606660;
    margin-bottom: 8px
}

.cards__item_text_title {
    font-family: Bold700;
    font-size: 18px;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s
}

.cards__btn {
    border-radius: 5px;
    background: #007038;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    transition: all .2s
}

.cards__btn a {
    padding: 16px 32px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: none
}

.cards__btn:hover {
    background: #009966
}

@media(max-width:1212px) {
    .cards__item_img {
        height: 74px
    }

    .cards__item {
        min-height: 180px
    }
}

@media(max-width:1023px) {
    .cards__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }

    .cards__item_img {
        height: 182px
    }

    .cards__item {
        min-height: 288px
    }
}

@media(max-width:767px) {
    .cards__item {
        min-height: 272px
    }

    .cards__item_img {
        height: 166px
    }

    .cards__wrapper {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cards {
        padding-bottom: 40px
    }

    .cards__title {
        font-size: 20px
    }

    .cards__item_text_title {
        font-size: 16px
    }
}

.logo_slider {
    padding: 0 0 40px
}

.logo_slider_item {
    border-radius: 5px;
	overflow:hidden;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(51, 76, 18, .05);
    margin-left: 24px
}

.logo_slider_item a{
	display: block;
	width: 233px;
	height: 66px;
}

.logo_slider_item a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:767px) {
    .logo_slider {
        height: 100px
    }

    .logo_slider_item {
        height: 100%
    }

    .logo_slider_item img {
        height: 60px
    }
}

.footer__bottom {
    background: #00FF99;
    padding: 40px 0 25px 0;
    min-height: 205px
}

.footer__wrapper {
    display: flex;
    gap: 27px;
    justify-content: space-between
}

.footer__item {
    font-size: 14px
}

.footer__item:last-child {
    text-align: end
}

.footer__item-1 {
    max-width: 298px
}

.footer__item-2 {
    max-width: 420px
}

.footer__item-3 {
    min-width: 224px
}

.footer__item-3 div {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 140%;
    color: #000000
}

.footer__item-3 div p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    margin: 0
}

.footer__item_text {
    color: #000000;
    height: -moz-fit-content;
    height: fit-content
}

.footer__item_social {
    margin-top: 16px;
    display: flex;
    gap: 12px
}

.footer__item_link {
    text-decoration: none
}

.footer__item_link svg g path {
    transition: all .2s
}

.footer__item_link:hover svg g path {
    fill: #d9dadd
}

.footer__item_block {
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 4px;
    align-items: center
}

.footer__item_block div {
    font-size: 14px;
    line-height: 140%;
    color: #000000
}

.footer__link {
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    text-decoration: none;
    transition: all .2s
}

.footer__link span {
    font-family: Thin100;
    font-size: 14px;
    line-height: 140%;
    color: #000000
}

.footer__link:hover {
    color: #16da6b
}

.footer__arrow_up {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center
}

.footer__arrow_up .arrow_up {
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    margin: 0;
    transition: all .2s
}

.footer__arrow_up .arrow_up svg g path {
    transition: all .2s
}

.footer__arrow_up .arrow_up:hover {
    background: #fff
}

.footer__arrow_up .arrow_up:hover svg g path {
    fill: #85c730
}

.svg_mobile {
    display: none
}

.footer_flex_block.transform svg {
    display: none
}

@media(max-width:969px) {
    .footer__link {
        display: inline-block
    }
}

@media(max-width:767px) {
    .footer__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        justify-content: center
    }

    .footer__item {
        text-align: center;
        max-width: 100%
    }

    .footer__item_social {
        justify-content: center
    }

    .footer__item:last-child {
        text-align: center
    }

    .footer__item-3 div {
        justify-content: center
    }

    .footer__item_block {
        display: flex;
        gap: 4px;
        justify-content: center
    }

    .footer {
        padding: 16px 0 0 0;
    }
}

@media(max-width:450px) {
    .footer__item_block svg {
        display: none
    }

    .svg_mobile {
        display: inline-flex
    }

    .svg_mobile svg {
        display: block
    }

    .footer_flex_block {
        display: flex;
        align-items: center;
        gap: 4px;
        flex-wrap: wrap;
        justify-content: center
    }

    .footer_flex_block.transform svg {
        display: inline
    }

    .footer_flex_block.transform {
        display: inline
    }
}

.mobile__menu {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 130px;
    height: calc(100vh - 130px);
    width: 100vw;
    background: url("assets/img/bg/bg.png");
    z-index: 99;
    align-items: flex-end;
    padding: 80px 0 0;
}

.mobile__menu_list {
    width: 478px;
    margin: 0 auto;
    height: 100%;
    list-style-type: none;
    margin-top: calc((100vh - 180px)/ 2);
	padding-bottom: 20px;
	overflow: auto;
	::-webkit-scrollbar {
		display: none;
	}
}
.mobile__menu_list::-webkit-scrollbar {
		display: none;
}

.mobile__menu_list_in {
    list-style-type: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease
}

.mobile__menu_list_in li {
    padding: 8px 24px
}

.mobile__menu_list_in li a {
    font-family: Regular400;
    color: #606660;
    font-size: 16px
}

.mobile__menu_item {
    position: relative;
    padding: 12px 16px;
    display: flex;
    flex-direction: column
}

.mobile__menu_item a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-size: 16px;
    line-height: 140%;
    font-family: Bold700
}

.mobile__menu_item.active a {
    color: #73ac29
}

.mobile__menu_item.active a .mobile_arrow_svg svg {
    transform: rotate(-180deg)
}

.mobile__menu_item.active a .mobile_arrow_svg svg path {
    fill: #73ac29
}

.mobile__menu_item.active .mobile__menu_list_in li a {
    color: #606660
}

.mobile__menu_item.active .mobile__menu_list_in {
    max-height: 1000px
}

.mobile_arrow_svg {
    display: flex;
    align-items: center
}

.mobile_arrow_svg svg {
    transition: all .2s
}

.mobile_arrow_svg svg path {
    transition: all .2s
}

@media(max-width:767px) {
    .mobile__menu {
        padding: 40px 0;
    }
}

.content {
    padding: 24px 0 100px 0
}
.content__right {
	position: relative;
	width: 100%;
    overflow-x: hidden;
	overflow-y: hidden;
}
.content__right-pb {
	padding-bottom: 80px;
}
.content__wrapper {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 40px
}

.content__title {
    font-family: Bold700;
    margin: 24px 0;
    font-size: 32px;
    line-height: 120%
}

.left__menu {
    border-radius: 5px;
    background: #00FF66;
    box-shadow: 0 4px 12px 0 rgba(51, 76, 18, .05);
    overflow: hidden
}

.left__menu_title {
    background: #73ac29;
    padding: 12px 24px;
    color: #fff;
    font-size: 14px;
    line-height: 140%
}

.left__menu_list {
    list-style-type: none
}

.left__menu_list li {
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: all .2s
}

.left__menu_list li:hover {
    background-color: #f7fbf1
}

.left__menu_list li:hover a {
    color: #73ac29
}

.left__menu_list li a {
	display: block;
	width: 100%;
	padding: 12px 24px;
    text-decoration: none;
    font-size: 16px;
    line-height: 140%;
    transition: all .2s
}

.left__menu_list li a:focus {
    color: #73ac29
}

.breadcrumbs_list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs_list li {
    font-size: 14px;
    line-height: 140%;
    color: #16da6b
}

.breadcrumbs_list li a {
	display: inline-block;
    text-decoration: none;
    color: #0e5c00;
    transition: all .2s
}
.breadcrumbs_list li a:first-letter {
	text-transform: uppercase;
}

.breadcrumbs_list li:hover a {
    color:#06ac09
}

.breadcrumbs_list li::after {
    content: "/";
    margin: 0 8px
}

.breadcrumbs_list li:last-child::after {
    content: "";
    margin: 0 8px
}

@media(max-width:1212px) {
    .content__wrapper {
        grid-template-columns: 218px 1fr
    }
}

@media(max-width:1023px) {
    .content__wrapper {
        grid-template-columns: 1fr
    }

    .content__left {
        order: 1
    }

    .content__right {
        order: 0
    }

    .content__title {
        font-size: 24px
    }

    .content {
        padding: 24px 0
    }
}

@media(max-width:767px) {
	.content__right-pb {
		padding-bottom: 125px;
	}
}

.current_page_item a{
	color: #73AC29;
}


.a11y-toolbar {
    display: none;
}

.a11y-toolbar.visible {
    display: block;
}

.fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
    font-size: 120% !important;
    line-height: 1.3 !important;
}
.fontsize li:not(.a11y-toolbar-list-item) a {
 font-size: 22px !important;
line-height: 1.4 !important;
}

.view__wrapper {
	display: flex;
    justify-content: end;
    gap: 12px;
}
.view__wrapper .view {
	font-size: 12px;
	margin-bottom: 0;
	display: flex;
    align-items: center;
    gap: 3px;
}

.search {
    padding: 24px 0 100px
}

.search__wrapper {
    display: grid;
    grid-template-columns: 1000px;
    gap: 40px
}

.search__form {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 40px;
    align-items: center
}

.search__form .header__search_input {
    border-radius: 5px;
    border: 1px solid #d9dadd;
    background: #fff;
    padding: 8px 56px 8px 16px
}

.search__form .header__search_btn {
    right: 16px;
    left: auto
}

.search__form_result {
    white-space: nowrap;
    font-size: 16px;
    line-height: 140%;
    color: #4e5052
}

.search__result_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px
}

.search__result_title {
    margin-bottom: 13px
}

.search__result_title a {
    text-decoration: none;
    font-size: 26px;
    line-height: 120%;
    transition: all .2s
}

.search__result_not {
	font-size: 26px;
    line-height: 120%;
}

.search__result_item {
    cursor: pointer
}

.search__result_title a strong {
	transition: all 0.2s;
}

.search__result_item:hover .search__result_title a, 
.search__result_item:hover .search__result_title a strong {
    color: #73ac29
}

.search__result_descr {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 140%;
    color: #606660
}

.pagination {
    text-align: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px
}

.pagination__next,
.pagination__prev {
    display: block;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    padding: 4px
}

.pagination__next:hover svg path,
.pagination__prev:hover svg path {
    fill: #73ac29
}

.pagination__list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center
}

.page-numbers, .pagination__item a {
    display: inline-flex;
    height: 41px;
    width: 41px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    color: #241e1e;
    text-decoration: none;
    background: #fff;
    border-radius: 20px;
    transition: all .3s;
    border: 1px solid #fff;
    padding-top: 5px
}
.page-numbers:hover, .pagination__item a:hover {
    background: #f7fbf1
}

.page-numbers.current, .pagination__item.active a {
    border: 1px solid #73ac29;
    color: #73ac29;
    cursor: default
}

.page-numbers.current:hover, .pagination__item.active a:hover {
    background: rgba(0, 0, 0, 0)
}

@media(max-width:1023px) {
    .search__wrapper {
        grid-template-columns: 1fr
    }

    .search__result_title a {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .search__form {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .search__form_result {
        text-align: center
    }

    .search__wrapper {
        gap: 24px
    }

    .search__result_wrapper {
        gap: 24px
    }

    .search {
        padding: 24px 0
    }

    .pagination {
        gap: 5px
    }

    .pagination__list {
        gap: 5px
    }
}
.error {
    padding: 40px 0
}

.error__wrapper {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 40px)/ 2));
    gap: 40px;
    align-items: center
}

.error__img {
    width: 100%
}

.error__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.error__title {
    font-size: 32px;
    line-height: 120%
}

.error__descr {
    font-size: 16px;
    line-height: 140%;
    color: #606660;
    margin-top: 16px
}

@media(max-width:1023px) {
    .error__wrapper {
        grid-template-columns: 1fr;
        max-width: 476px;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .error__title {
        font-size: 26px
    }

    .error__wrapper {
        gap: 10px
    }
}
.text__block {
    margin-bottom: 16px
}

.text__block h2 {
    font-size: 26px;
    line-height: 120%;
    margin-top: 24px
}

.text__block p {
    font-size: 16px;
    line-height: 140%;
    color: #606660;
    margin-top: 16px
}

.text__block pre {
	color: red;
}

.text__block ul li, .text__block ol li {
    font-size: 16px;
    line-height: 140%;
    color: #606660;
    margin-left: 24px
}
.text__block ol li {
	margin-top: 15px;
}

.text__block a, .text__block a b, .text__block a strong {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid #85c730;
    font-size: 16px;
    line-height: 140%;
    color: #85c730;
    transition: all .2s
}

.text__block span {
	color: #241E1E;
}

.text__block a:hover {
    border-bottom: 1px solid #73ac29;
    color: #73ac29
}

@media(max-width:767px) { 
	.text__block h2 {
		font-size: 20px;
	}
}
.files__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    grid-auto-rows: auto
}

.files__block_link {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    text-decoration: none
}

.files__block_link:hover .files__block_text {
    color: #73ac29
}

.files__block_link:hover .files__block_text span {
    color: #606660
}

.files__block_text {
    font-size: 16px;
    line-height: 140%;
    transition: all .2s
}

.files__block_text span {
    color: #606660
}

@media(max-width:1320px) {
    .files__block {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .files__block {
        grid-template-columns: 1fr
    }
}
.slider__block {
    width: 870px;
    padding: 24px 24px 64px 24px;
    margin: 0 0 100px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(51, 76, 18, .05)
}

.slick-track {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.slider__block_item {
    width: 100%;
    height: 100% !important;
}

.slider__block_item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
	max-height: 538px;
}

.slider__block .slick-next {
    right: 24px
}

.slider__block .slick-prev {
    left: 24px
}

.slider__block .slick-dots {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width:1300px) {
    .slider__block {
        width: 734px
    }
}

@media(max-width:1023px) {
    .slider__block {
        width: calc(100vw - 32px)
    }

    .slider__block .slick-arrow {
        display: block !important
    }
}

@media(max-width:767px) {
    .slider__block .slick-arrow {
        display: none !important;
    }
	.slider__block {
		margin: 0 0 40px;
	}
}
.card__block {
    width: 480px;
    padding: 24px 40px;
    background: #f7fbf1;
    height: auto;
    text-align: center;
    margin-top: 24px
}

.card__block_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    grid-auto-rows: auto
}

.card__block_link-black,
.card__block_link-green,
.card__block_text {
    font-size: 16px;
    line-height: 140%;
    color: #606660
}

.card__block_name {
    font-family: Bold700;
    font-size: 18px;
    line-height: 130%;
    color: #241e1e
}

.card__block_link-black a {
    text-decoration: none;
    font-size: 16px;
    line-height: 140%;
    color: #241e1e;
    transition: all .2s;
    border: none
}

.card__block_link-black a:hover {
    color: #85c730
}

.card__block_link-green a {
    text-decoration: none;
    border-bottom: 1px solid #85c730;
    font-size: 16px;
    line-height: 140%;
    color: #85c730;
    transition: all .2s
}

.card__block_link-green a:hover {
    border-bottom: 1px solid #73ac29;
    color: #73ac29
}

@media(max-width:520px) {
    .card__block {
        width: 100%
    }
}

@media(max-width:1023px) {
    .card__block {
        margin: 24px auto;
    }
}
.simple_card__block {
    margin-top: 40px
}

.simple_card__block .card__block_social {
    display: flex;
    align-items: center
}

.simple_card__block .card__block_social p {
    font-size: 16px;
    line-height: 140%;
    color: #606660
}

.simple_card__block .card__block_social_wrapper {
    display: flex;
    align-items: center;
    gap: 8px
}

.simple_card__block .card__block_social_wrapper a {
    text-decoration: none;
    display: flex;
    align-items: center
}

.simple_card__block .card__block_social_wrapper a svg path {
    transition: all .2s
}

.simple_card__block .card__block_social_wrapper a:hover svg path {
    fill: #73ac29
}
.simple_card__block .card__block_title {
	font-size: 22px;
	line-height: 130%; 
}
.contact__block {
    margin-top: 24px
}

.contact__block .card__block_link-black span {
    color: #606660
}

.contact_list__block_wrapper {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 8px
}

.contact_list__block_title {
    font-size: 18px;
    line-height: 130%;
    margin-left: 12px
}

.contact_list__block_title::before {
    content: "â€¢";
    margin-right: 12px;
    width: 9px
}

.contact_list__block_phone {
    font-size: 16px;
    line-height: 140%;
    color: #606660
}

.contact_list__block_phone a {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    transition: all .2s;
	width: fit-content;
}

.contact_list__block_phone a span, .staff__block_phone a span {
    color: #606660 !important
}

.contact_list__block_phone a:hover {
    color: #73ac29
}

.contact_list__block_mail {
    font-size: 16px;
    line-height: 140%;
    color: #606660
}

.contact_list__block_mail a {
    text-decoration: none;
    border-bottom: 1px solid #85c730;
    font-size: 16px;
    line-height: 140%;
    color: #85c730;
    transition: all .2s
}

.contact_list__block_mail a:hover {
    border-bottom: 1px solid #73ac29;
    color: #73ac29
}
.staff__block_wrapper {
    display: grid;
    grid-template-columns: 480px 480px;
    grid-auto-rows: auto;
    gap: 40px
}

.staff__block_card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px
}

.staff__block_descr .card__block_link-green {
	margin-top: 8px;
}

.staff__block_img {
    width: 100%;
    height: 260px;
}

.staff__block_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.staff__block_job {
    font-size: 16px;
    line-height: 140%;
    color: #606660;
    margin-bottom: 4px
}

.staff__block_name {
    font-family: Bold700;
    font-size: 18px;
    line-height: 130%;
    color: #241e1e
}

.staff__block_phone {
    margin-top: 8px;
    font-size: 16px;
    line-height: 140%;
    color: #606660
}

.staff__block_phone a {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    transition: all .2s;
	width: fit-content;
}

.staff__block_phone a:hover {
    color: #73ac29
}
@media(max-width:1400px) {
	.staff__block_wrapper {
		grid-template-columns: 480px;
	}
}
@media(max-width:1023px) {
    .staff__block_img {
        height: 216px
    }
}
@media (max-width: 767px) {
	.staff__block_wrapper {
		grid-template-columns: minmax(auto, 328px);
		gap: 24px;
	}
}
.teacher__block .staff__block_phone a {
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid #85c730;
    font-size: 16px;
    line-height: 140%;
    color: #85c730;
    transition: all .2s
}

.teacher__block .staff__block_phone a:hover {
    border-bottom: 1px solid #73ac29;
    color: #73ac29
}

.teacher__block .br4 {
    height: 4px
}

@media(max-width:767px) {
     .staff__block_wrapper {
        grid-template-columns: minmax(auto, 480px)
    }
}

@media(max-width:500px) {
    .staff__block_card {
        grid-template-columns: minmax(auto, 328px);
        margin: 0 auto
    }
	.staff__block_img img {
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.img2__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 40px
}

.img2__block_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img2__block_descr {
    margin-top: 16px;
    font-size: 16px;
    line-height: 140%;
    color: #4e5052
}

@media(max-width:767px) {
    .img2__block {
        grid-template-columns: 1fr
    }
}

.img3__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 40px
}

@media(max-width:767px) {
    .img3__block {
        grid-template-columns: 1fr 1fr;
    }
	.simple_card__block .card__block_title {
		font-size: 20px;
	}
}

@media(max-width:500px) {
    .img3__block {
        grid-template-columns: 1fr;
    }
}

.big_table__block,
.small_table__block {
    margin: 16px 0 100px;
    overflow-x: auto;
}
.small_table__block {
	max-width: 736px;
}
.big_table__block_wrapper {
	min-width: 1130px;
}

.big_table__block ::-webkit-scrollbar,
.small_table__block ::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.big_table__block ::-webkit-scrollbar-thumb,
.small_table__block ::-webkit-scrollbar-thumb {
    background: #a1b3bb
}

.big_table__block ::-webkit-scrollbar-track,
.small_table__block ::-webkit-scrollbar-track {
    background: #e1e3e8
}

.big_table__block_wrapper,
.small_table__block_wrapper {
    width: 100%;
    border-spacing: 0;
	overflow: scroll;
}

.big_table__block_wrapper tr:nth-child(2n-1),
.small_table__block_wrapper tr:nth-child(2n-1) {
    background: #f7fbf1
}

.big_table__block_wrapper tr td,
.small_table__block_wrapper tr td {
    padding: 12px 16px;
    min-width: 230px;
    font-size: 14px;
    line-height: 140%;
    color: #241e1e;
    text-align: center;
    align-items: center
}

.big_table__block_wrapper tr td:first-child,
.small_table__block_wrapper tr td:first-child {
    text-align: left
}

.big_table__block_wrapper tr td a,
.small_table__block_wrapper tr td a {
    text-decoration: none;
    border-bottom: 1px solid #85c730;
    font-size: 14px;
    line-height: 140%;
    color: #85c730;
    transition: all .2s
}

.big_table__block_wrapper tr td a:hover,
.small_table__block_wrapper tr td a:hover {
    border-bottom: 1px solid #73ac29;
    color: #73ac29
}

.big_table__block_wrapper tr td ul li,
.small_table__block_wrapper tr td ul li {
    font-size: 14px;
    line-height: 140%;
    color: #606660;
    margin-left: 24px
}

.big_table__block {
    margin: 16px 0 100px;
    max-width: 1998px
}

.big_table__block_scroll, .small_table__block_scroll {
    width: 100%;
    overflow-x: auto;
    position: relative;
	cursor: grab;
	cursor: -moz-grab;
}

.big_table__block_scroll.grabbing, .small_table__block_scroll.grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
}

.big_table__block_wrapper tr td {
    min-width: 110px
}

.big_table__block_wrapper tr td:first-child {
    min-width: 10px
}


@media(max-width:1320px) {
	.big_table__block, .small_table__block {
		margin-bottom: 40px;
	}
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 69px
}

.wrapper-gap40 {
	row-gap: 40px;
}


@media(max-width:1023px) {
    .wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:767px) {
    .wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
	.wrapper-gap40, .wrapper {
		row-gap: 24px;
	}
}

.post_arrow {
	position: absolute;
    bottom: 0px;
	display: flex;
	justify-content:space-between;
	width: 100%;
}
.post_prev{
	display: grid;
	grid-template-columns: 48px 294px;
	align-items: center;
	gap: 8px
}
.post_next {
	display: grid;
	grid-template-columns: 294px 48px ;
	align-items: center;
	gap: 8px;
	text-align: end;
}
.post_next p a, .post_prev p a{
	text-decoration: none;
	font-family: Bold700; 
	font-size: 18px;
	font-weight: 700;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all 0.2s;
} 
.post_next p a:hover, .post_prev p a:hover {
	color: #73AC29;
}
@media(max-width:767px) {
	.post_arrow {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.post_next, .post_prev {
		margin: 0 auto;
	}
	.post_next p a, .post_prev p a {
		font-size: 16px;
	}
	
	.post_next {
		grid-template-columns: 245px 30px;
		text-align: initial;
	}
	.post_prev {
		grid-template-columns: 30px 245px;
	}

}

.map__title {
	font-family: Bold700;
	text-decoration: none;
    cursor: pointer;
	font-size: 16px;
	line-height: 100%;
    color: #241E1E;
    padding: 12px 16px;
    border-left: 2px solid #73ac29;
    transition: all .25s ease-in-out
}

.map__title_list {
    display: block;
    border-left: 2px solid #73ac29;
    margin-top: 24px;
}

.map__title:hover {
    color: #73AC29;
}

.map__list {
    margin-top: 24px;
    margin-left: 16px;
    list-style-type: none;
}

.map__list ul {
    list-style: disc;
}

.map__list ul li {
    margin-left: 38px;
}

.map__list ul li::marker {
    color: #241E1E;
	transition: all .25s ease-in-out;
}

.map__list_item {
	width: fit-content;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	color: #241E1E;
	padding: 8px 0;
	transition: all .25s ease-in-out
}

.map__list_item:hover {
	color: #73AC29;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 130px);
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	max-width: 80%;
	max-height: 80%;
	position: relative;
	height: 100%;
}

.modal-image {
	max-width: 100%;
	max-height: 100%;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 53px;
	font-weight: bold;
	cursor: pointer;
	width: 30px;
	height: 70px;
}




</pre></body></html>