<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Montserrat', sans-serif;
    color: #151515;
    overflow-x: hidden;
}
#body{
    display: none;
}
.container{
    max-width: 1200px;
}
.main_logo{
    width: 180px;
}
.header{
    background: #008035;
}
.header .nav.nav-pills{
    display: flex;
    align-items: center;
    margin-right: 0px!important;
}

.header .nav.nav-pills .nav-link, .nav-pills .show&gt;.nav-link {
    color: #fff;
    margin-left: 14px;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 36px;
}
.header .nav.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}
.footer .footer-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.27);
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    color: #fff;
    margin-top: 62px;
    font-size: 16px;
}
.footer {
    margin-top: 100px;
}
.footer footer{
    padding-top: 100px;
}
.footer li {
    margin-bottom: 0px;
}
.footer li a:hover{
    text-decoration: underline;
}
.footer li a{
    color: #fff!important;
    font-size: 16px;
    margin-bottom: 14px;
}
.footer h5{
    margin-bottom: 26px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}
.footer{
    background: #008035;
    color: #fff;
}
.dropdown-toggle::after{
    border: 0px!important;
    background: url('../images/arrowDown.svg') no-repeat center;
    width: 8.17px;
    height: 4.5px;
}

.dropdown-menu .dropdown-item.active, 
.dropdown-menu .dropdown-item:active{
    background: #F3F8F4;
    box-shadow: 0px 0px 4px rgba(21, 21, 21, 0.17);
    border-radius: 5px;
    color: #151515;
    font-weight: 600;
}
.dropdown-menu li a{
    color: #151515;
    font-weight: 400;
    white-space: inherit;
    font-size: 14px;
    line-height: 14px;
    padding: 6px;
    background: #FFFFFF;
    border: 0.6px solid rgba(21, 21, 21, 0.06);
    border-radius: 5px;
}
.dropdown-menu li a:hover{
    background: transparent;
    color: #008035;
}
.dropdown-menu li:last-child a{
    margin-bottom: 0px;
}
.dropdown-menu .dropdown-item img{
    width: 12px;
}
.dropdown-menu .dropdown-item{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
}
.dropdown-menu{
    background: #FFFFFF;
    border: 0.6px solid rgba(21, 21, 21, 0.1);
    box-shadow: 4px 4px 8px rgba(21, 21, 21, 0.25);
    border-radius: 5px;
    max-width: 205px;
    width: max-content;
    padding: 14px!important;
}
.jimbo p{
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0px;
}
.jimbo h1{
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;

    color: #FFFFFF;
}
.jimbo .onImg{
    background: url('/theme/images/home_main.png') no-repeat center;
    width: 100%;
    background-size: auto;
    padding-top: 152px;
    padding-bottom: 152px;
    padding-left: 120px;
    color: #fff;
    margin-top: 48px;
    z-index: 10;
    border-radius: 60px;
    overflow: hidden;
}

.secondHome p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 158.9%;
    color: #151515;
}
.secondHome .box p{
    margin-bottom: 0px;
}
.secondHome .box .right{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.secondHome .box .left{
    margin-right: 31px;
}
.secondHome .box{
    display: flex;
    align-items: center;
}
.secondHome .box-second{
    margin-top: 14px;
}
.secondHome h3{
    font-style: normal;
    font-weight: 500;
    color: #151515;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 12px;
}
.secondHome {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-box_gradient{
    position: relative;
}
.home-box_gradient .gradient{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: -70%;
    z-index: -1;
    background: linear-gradient(107.28deg, #3AA5F2 0%, #E1CE23 101.23%);
    opacity: 0.1;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover{
    background: #01702f;
    color: #fff;
    border-color: #008035;
}
.btn.btn-primary{
    background: #008035;
    border-radius: 5px;
    padding: 18px 24px;
    font-weight: 600;
    font-size: 14px;
    border-color: #008035;
}
.btn.btn-outline-primary{
    border-color: #008035;
    color: #008035;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 5px;
    display: block;
}

.box-section .section-title h2::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #151515;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.box-section .section-title h2{
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    color: #151515;
    margin-bottom: 0px;
    position: relative;
}
.page-section .section-title{
    margin-bottom: 25px;
}
.box-section .section-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.box-news_home-list,
.box-news_home{
    display: flex;
    flex-direction: column;
}
.box-news_home{
    gap: 18px;
}
.date{
    color: #151515;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}
.box-news_home h3{
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
}

.box-section{
    margin-top: 100px;
}
.box-news_home a,
.box-news_home-list .box-news_item a{
    text-decoration: none;
}
.box-news_home-list .box-news_item{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.box-news_home-list .box-news_item .excerpt{
    font-weight: 400;
    font-size: 16px;
    color: #151515;
}
.reed_more{
    text-decoration: underline;
    font-weight: 600;
    font-size: 12px;
    color: #008035;
    cursor: pointer;
}
.box-news_home-list .box-news_item h4{
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0px;
}
.box-news_home-list{
    padding-left: 20px;
    padding-right: 20px;
    gap: 22px;
}
.breadcrumbs ol li a {
    text-decoration: none;
    color: #151515;
}
.breadcrumbs ol li{
    color: #151515;
    font-weight: 600;
    font-size: 10px;
}
.breadcrumbs ol{
    margin-bottom: 0px;
}
.breadcrumbs {
    position: relative;
    padding: 7px 0px;
}
.breadcrumbs .gradient{
    background: linear-gradient(107.28deg, #3AA5F2 0%, #E1CE23 101.23%);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
}

.page-section .section-body img{
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}
.page-section .section-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.page-section .section-body p,
.page-section .section-body .excerpt{
    color: #151515;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.page-section .section-title{
    display: flex;
}
.page-section h2.h1::before,
.page-section h1::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #151515;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.page-section h2.h1,
.page-section h1{
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    color: #151515;
    margin-bottom: 0px;
    position: relative;
}
.page-section{
    padding-top: 86px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.card-photo .position{
    font-weight: 400;
    font-size: 16px;
    color: #151515;
}
.card-photo .name{
    font-weight: 600;
    font-size: 20px;
    color: #151515;
    margin-bottom: 4px;
}
.card-photo img{
    border-radius: 0px!important;
    min-height: 100%;
    min-width: 100%;
    width: auto!important;
}
.photo-box,
.card-photo{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    height: 148px;
}
.photo-box{
    height: 447px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.card-photo.photo{
    height: auto;
}
.square-box_cards.org-cards{
    gap: 79px 0px;
}
.square-box_cards{
    gap: 54px 0px;
}
.square-box_partners{
    gap: 35px 0px;
}
.square-box_partners .card-photo{
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.11);
    border-radius: 15px;
    overflow: hidden;
    min-height: 148px;
}
.news-section {
    gap: 54px 0px;
}
.news-section .card-news img{
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.news-section .card-news .body .excerpt{
    color: #151515;
    font-weight: 400;
    font-size: 16px;
}
.news-section .card-news .body .title{
    color: #000000;
    font-weight: 500;
    font-size: 24px;
}
.news-section .card-news .body{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.news-section .card-news{
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.card-news a.reed_more{
    text-decoration: underline;
}
.card-news a{
    text-decoration: none;
}
.items-paginate nav .pagination li span,
.items-paginate nav .pagination li a{
    width: 53px;
    height: 50px;
    border-radius: 5px;
    padding: 0px;
    color: #000000;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    display: flex;
}
.items-paginate nav .pagination li.disabled span{
    background: rgba(21, 21, 21, 0.14);
}
.items-paginate nav .pagination li.active span{
    background: #008035;
    border-color:#008035;
    color: #fff;
}
.items-paginate nav .pagination li a{
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.14);
}
.items-paginate nav .pagination{
    margin-bottom: 0px;
    display: flex;
    gap: 8px;
}
.items-paginate nav{
    padding: 0px;
    display: flex;
    justify-content: center;
}
.items-paginate{
    margin-top:45px;
}
.section-title.without-line h1::before{
    display: none;
}
.news-page {
    gap: 24px!important;
}
.news-page .body{
    color: #151515;
    font-weight: 400;
    font-size: 14px;
}
.news-page img{
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.imgList img{
    display: inline-block;
    min-height: 100%;
    min-width: 100%;
    width: auto!important;
}
.imgList{
    height: 236px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    flex-direction: column;
}
.box_contacts-right form .line:last-child{
    text-align: center;
}
.box_contacts-right form .btn-primary{
    padding: 15px 34px;
}
.box_contacts-right form label{
    margin-bottom: 7px;
}
.box_contacts-right form{
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}
.box_contacts-right{
    background: linear-gradient(107.28deg, rgba(58, 165, 242, 0.05) 0%, rgba(225, 206, 35, 0.05) 101.23%);
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 5px;
    padding: 58px 130px;
}
.box_contacts-right textarea{
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.24);
    border-radius: 5px;
    height: 170px;
}
.box_contacts-right label span{
    color: rgba(194, 0, 0, 1);
}
.box_contacts-right input{
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.24);
    border-radius: 5px;
    height: 52px;
}
.box_contacts-right h2{
    color: #151515;
    text-align: center;
    margin-bottom: 44px;
    font-weight: 600;
    font-size: 20px;
}
.box_contacts-left{
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 5px;
}
.box_contacts-left .box_contacts-border{
    display: flex;
    flex-direction: column;
    padding: 36px;
    padding-bottom: 50px;
    gap: 28px;
}
.box_contacts-left iframe{
    margin: 4px;
    width: calc(100% - 8px);
    height: 373px;
    padding: 0px;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
}
.box_contacts-left .box_contacts-border .line .bottom{
    color: #151515;
    font-weight: 500;
    font-size: 16px;
}
.box_contacts-left .box_contacts-border .line {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.box_contacts-left .box_contacts-border .line .top{
    display: flex;
    flex-direction: row;
    gap: 5px;
    color: #151515;
    font-weight: 400;
    font-size: 14px;
}
.box_contacts-left .box_contacts-border .line img{
    width: 14px;
    border-radius: 0px;
}
.leftContact{
    max-width: 510px;
}

.page-corup_box .contacts h3{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}
.page-corup_box .body{
    font-weight: 400;
    font-size: 16px;
}
.page-corup_box .contacts span{
    font-weight: 500;
    font-size: 16px;
    color: #151515;
}
.page-corup_box .contacts img{
    width: 20px;
    border-radius: 0px;
    margin-right: 8px;
}
.page-corup_box .contacts{
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.page-corup_box{
    gap: 43px;
    display: flex;
    flex-direction: row;
    align-items:center;
    margin-bottom: 54px;
}
.page-corup_box .col:last-child{
    padding-left: 0px!important;
}
.page-corup_box .col:first-child{
    max-width: 410px;
    padding-right: 0px!important;
}
.page-corup_box-bottom h2{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
}

.page-corup_box-bottom .line-box .line .col{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.page-corup_box-bottom .line-box .line .col:last-child a{
    text-decoration: none;
    color: #007AFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.page-corup_box-bottom .line-box .line .col:first-child{
    max-width: 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.page-corup_box-bottom .line-box .line{
    display: flex;
    flex-direction: row;
    padding: 28px;
    gap: 20px;
    background: #FFFFFF;
    border: 0.6px solid rgba(21, 21, 21, 0.22);
}
.page-corup_box-bottom .line-box{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.garantBox{
    gap: 68px!important;
}
.box-garant_first h2{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 34px;
}
.box-garant_first .boxLine span{
    font-weight: 500;
    font-size: 16px;
    color: #151515;
}
.box-garant_first .boxLine .iconImg{
    background: #FFFFFF;
    border: 1px solid #008035;
    border-radius: 10px;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.box-garant_first .boxLine img{
    width: 32px;
    border-radius: 0px;
}
.box-garant_first .boxRow{
    gap: 26px 0px;
}
.box-garant_first .boxLine a{
    word-break: break-all;
}
.box-garant_first .boxLine{
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
    word-wrap: break-word;
}
.box-garant_second .col:last-child{
    margin-left: 0px;
}
.box-garant_second .col:first-child{
    margin-right: 0px;
}
.box-garant_second h2{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 34px;
}
.box-garant_second ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-left: 20px;
    margin-bottom: 0px;
}
.box-garant_second ul li::before {
    content: ""; 
    background: #FFFFFF;
    border: 3px solid #008035;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: -20px;
    margin-top: 8px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 100%;
}
.box-garant_second ul li{
    font-weight: 500;
    font-size: 16px;
    color: #151515;
    list-style: none;
}
.box-garant_second p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}
.box-garant_second{
    align-items: center;
    justify-content: center;
    gap: 43px;
}
.box-garant_second .rightText div ul{
    margin-bottom: 34px;
}
.box-garant_second .leftImg{
    max-width: 410px;
}
.box-garant_first.secondNorma-box span {
    display: block;
}
.box-garant_first.secondNorma-box span img{
    width: 100%;
    margin-top: 16px;
}
.box-garant_first.secondNorma-box a {
    text-decoration: none;
}
.box-garant_first.secondNorma-box .boxRow {
    gap: 58px 0px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #151515;
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 100%;
    width: 38px;
    height: 38px;
    background-size: 10px;
}
.carousel-control-prev-icon {
    background-image: url(/theme/images/icons/arrow-left.svg);
    background-position: 45%;
}
.carousel-control-next-icon {
    background-image: url(/theme/images/icons/arrow-right.svg);
    background-position: 55%;
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
}
.img_main_href img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.img_main_href {
    height: 236px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
}
.navbar-toggler:focus{
    box-shadow: 0 0 0 #fff;
    background-color: #f5f5f5;
}
.navbar-toggler{
    border-color: #fff;
    background-color: #fff;
}
.navbar-collapse{
    justify-content: flex-end;
}
.page-section .section-body.view-page{
    gap: 0px;
}

.contests-header .line img{
    width: 12px;
}
.contests-header .line{
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}
.contests-header{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.view-page h3{
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}
.view-page h3::before{
    content: "";
    width: auto;
    height: 1px;
    background: #151515;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.view-page strong,
.view-page b{
    color: #151515;
    font-weight: 600;
}
.view-page ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.view-page hr{
    width: 30px;
    border: 1px solid #151515;
    opacity: 1;
}
#preloader{
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color:#fff;
    display: flex;
    justify-content: center;
    align-items:center;
    z-index: 100;
}
.dropdown-toggle.show::after {
    border: 0px!important;
    background: url(../images/icons/dropdown-up.svg) no-repeat center;
    width: 8.17px;
    height: 4.5px;
}
.nav-link.dropdown-toggle.show{
    background: #fff;
    color: #008035!important;
    border-radius: 5px 5px 0px 0px;
}
.navbar-nav .dropdown-menu.show .dropdown-item div{
    background: rgba(21, 21, 21, 0.03);
    border-radius: 3px;
    padding: 6px;
    display: flex;
}
.navbar-nav .dropdown-menu.show .dropdown-item{
    align-items: center;
}
.navbar-nav .dropdown-menu.show{
    background: #FFFFFF;
    box-shadow: 2px 12px 8px rgba(21, 21, 21, 0.25);
    border-radius: 5px;
    border: 0px;
    padding: 12px!important;
    gap: 4px;
    display: flex;
    flex-direction: column;
    min-width: 245px;
    margin-top: 0px;
    transform: translateX(-50%);
    left: calc(50% + 8px);
}

.dropdown-menu .dropdown-item.active div.enable{
    display: block!important;
}
.dropdown-menu .dropdown-item div.enable,
.dropdown-menu .dropdown-item.active div.disable{
    display: none!important;
} 
.dropdown-menu .dropdown-item.active div, 
.dropdown-menu .dropdown-item:active div{
    background: rgba(0, 128, 53, 0.06)!important;
}
.nav-link:focus-visible{
    box-shadow:none;
}
.nav-link.dropdown-toggle, 
.nav-link.dropdown-toggle.show:hover {
    transition: none;
}
.noImg-border{
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.footer-cop{
    height: 60px;
    position: relative;
    margin-top:50px;
    text-align: right;
    margin-bottom: -50px;
}

@media screen and (max-width: 767px) {
    .mob-mb .col-sm-12{
        margin-bottom: 25px;
    }
    .breadcrumbs{
        margin-top: 74px;
    }
    .header {
        position: fixed!important;
        width: 100%;
        z-index: 10;
        top: 0px;
    }
    header .nav-item a {
        margin-left: 0px!important;
    }
    header .nav-item {
        width: 100%;
    }
    .box_contacts-right{
        padding: 30px;
        margin-top: 30px;
    }
    .second-style{
        flex-direction: column!important;
        align-items: flex-start!important;
        justify-content: center;
    }
    .jimbo .onImg p{
        font-size: 18px;
        line-height: 18px;
    }
    .jimbo .onImg h1{
        font-size: 30px;
        line-height: 30px;
    }
    .jimbo .onImg {
        margin-top: 74px;
        margin-left: -20px;
        background-size: cover;
        padding: 30px 20px!important;
        margin-right: -20px;
        width: auto;
        border-radius: 0px;
    }
    .secondHome{
        padding-top: 50px;
    }
    .secondHome .box{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .secondHome .box .left {
        margin-right: 0px;
    }
    .secondHome .box-second{
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .img_main_href img{
        min-width: 100%;
        width: auto;
    }
    .secondHome h3{
        margin-top: 15px;
    }
    .secondHome h3,
    .box-section .section-title h2{
        font-size: 30px;
        line-height: 40px;
    }
    .box-news_home-list{
        padding: 0px!important;
        margin-top: 20px;
    }
    .box-news_home {
        gap: 10px;
    }
    .navbar-nav .dropdown-menu.show{
        transform: none;
        border-radius: 0px 0px 5px 5px;
        min-width: 100%;
    }
    .main_logo{
        width: 150px;
    }
}
</pre></body></html>