@font-face {
    font-family: 'MoskvichSans-Regular';
    src: url('../fonts/MoskvichSans-Regular.eot');
    src: local('☺'), 
        url('../fonts/MoskvichSans-Regular.woff') format('woff'), 
        url('../fonts/MoskvichSans-Regular.ttf') format('truetype'), 
        url('../fonts/MoskvichSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MoskvichSans-Medium';
    src: url('../fonts/MoskvichSans-Medium.eot');
    src: local('☺'), 
        url('../fonts/MoskvichSans-Medium.woff') format('woff'), 
        url('../fonts/MoskvichSans-Medium.ttf') format('truetype'), 
        url('../fonts/MoskvichSans-Medium.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MoskvichSans-Bold';
    src: url('../fonts/MoskvichSans-Bold.eot');
    src: local('☺'), 
        url('../fonts/MoskvichSans-Bold.woff') format('woff'), 
        url('../fonts/MoskvichSans-Bold.ttf') format('truetype'), 
        url('../fonts/MoskvichSans-Bold.svg') format('svg');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Semibold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_ALS Sector Regular';
    src: url('../fonts/ALS-Sector-Regular.eot');
    src: local('☺'), 
        url('../fonts/ALS-Sector-Regular.woff') format('woff'), 
        url('../fonts/ALS-Sector-Regular.ttf') format('truetype'), 
        url('../fonts/ALS-Sector-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Conv_ALS Sector Bold';
    src: url('../fonts/ALS-Sector-Bold.eot');
    src: local('☺'), 
        url('../fonts/ALS-Sector-Bold.woff') format('woff'), 
        url('../fonts/ALS-Sector-Bold.ttf') format('truetype'), 
        url('../fonts/ALS-Sector-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;text-decoration:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
:focus {outline: none;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;}
*{box-sizing:-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html {height: 100%;}
body{font-family:'Conv_ALS Sector Regular', 'Ubuntu', 'Helvetica', sans-serif!important;zoom:100%;font-size:16px;color:#000;line-height:1.3em;background: rgb(0 141 71 / 14%);height:100%;padding: 10px 0;position:relative;overflow-x:hidden;-webkit-text-size-adjust:none;-webkit-font-smoothing:subpixel-antialiased!important;}
a{color: inherit;}
p {margin-top: 0;margin-bottom: 12px;}
svg g {fill: inherit;stroke: inherit;}
h1 {font-size: 36px;font-weight: bold;font-family: 'MoskvichSans-Regular';}
h2 {font-size: 22px;font-weight: bold;font-family: 'MoskvichSans-Regular';}
h3 {font-size: 18px;font-family: 'MoskvichSans-bold';}
h4 {font-size: 16px;font-weight: bold;}
h5 {font-size: 16px;font-weight: bold;}
b {font-family: 'Conv_ALS Sector Bold';}

.header-wrap {
    background: #fff;
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 16px 18px;
}
.menu {
    display: none;
    position: absolute;
    width: 90%;
    z-index: 9;
    margin: 20px 5% 0;
    padding: 3% 2%;
    left: 0;
}
.menu.open {
    display: flex;
    background: #fff;
}
.menu li {
    font-family: 'Montserrat Regular';
    border: 1px solid #008D47;
    border-radius: 50px;
    padding: 5px 12px;
    margin: 4px 0;
    line-height: 18px;
    font-size: 14px;
    color: #008D47;
    transition: all 100ms ease;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:last-child {
    margin-right: 0;
}
.menu li:hover {
    box-shadow: 0 0 3px 0px #008D47;
}
.menu li:hover a {
    color: #008D47;
}
.menu-but {
    position: relative;
    height: 30px;
    cursor: pointer;
    width: 40px;
}
.menu-but span {
    display: block;
    width: 40px;
    position: absolute;
    margin: 13px 0;
    right: 0;
    height: 5px;
    background: #008D47;
    border-radius: 5px;
    text-indent: -999999px;
}
.menu-but span:before, .menu-but span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #008D47;
    content: "";
    border-radius: 5px;
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
}
.menu-but span:before {
    top: -11px;
}
.menu-but span:after {
    bottom: -11px;
}
.menu-but.hide span {
    background: transparent;
}
.menu-but.hide span:before {
    top: 0;
    transform: rotate(45deg);
}
.menu-but.hide span:after {
    bottom: 0;
    transform: rotate(135deg);
}

.lk {
    font-family: 'Montserrat Regular';
    border: 1px solid #008D47;
    border-radius: 50px;
    margin-right: 14px;
    padding: 7px 12px;
    line-height: 18px;
    color: #008D47;
    transition: all 100ms ease;
}
.lk:before {
    content: url(../images/lk.svg);
    margin-right: 5px;
}
.lk:hover {
    color: #008D47;
    box-shadow: 0 0 3px 0px #008D47;
}
.arch {
    font-family: 'Montserrat Regular';
    border: 1px solid #008D47;
    border-radius: 50px;
    margin-right: 14px;
    padding: 7px 12px;
    line-height: 18px;
    color: #008D47;
    transition: all 100ms ease;
}
.arch:before {
    content: url(../images/arch.svg);
    margin-right: 5px;
}
.arch:hover {
    color: #008D47;
    box-shadow: 0 0 3px 0px #008D47;
}

.main .big-num {
    font-family: 'Conv_ALS Sector Bold';
    font-size: 28px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
}
.main-wrap {
    background: #fff;
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 16px 18px;
}
.main_h1 {
    font-family: 'MoskvichSans-bold';
    font-weight: 100;
    color: #008D47;
    font-size: 32px;
    line-height: 1;
}
.main_h1 span {
    font-family: 'MoskvichSans-bold';
    display: block;
    font-size: 84px;
}
.main_h2 {
    font-family: 'MoskvichSans-Regular';
    font-size: 22px;
}
.main_lnk {
    position: relative;
    font-family: 'MoskvichSans-bold';
    font-size: 30px;
    line-height: 1;
    padding-right: 50px;
}
.main_lnk:after {
    content: url(../images/lnk.svg);
    position: absolute;
    top: 0;
    right: 0;
}
.main_lnk:hover {
    color: #008D47;
}
.items h3 {
    font-size: 26px;
    font-family: 'MoskvichSans-bold';
    font-weight: 100;
}
.items .item {
    cursor: pointer;
    position: relative;
    border: 1px solid #008D47;
    border-radius: 20px;
    background: url(../images/pt.svg) repeat center center/40px, #ebebeb;
    padding-right: 60px !important;
    transition: all 100ms ease;
}
.items .item:hover {
    color: #000;
    box-shadow: 0 0 3px 0px #008D47;
}
.items .item:after {
    content: url(../images/lnk.svg);
    position: absolute;
    top: 7%;
    right: 3%;
}
.news a:hover h2 {
    color: #008D47;
}
.news a:hover h3 {
    color: #008D47;
}
.news a:hover p {
    color: #000;
}
.news img {
    border-radius: 20px;
}
.news .inn-wrap p a {
    display: inline-block;
    text-decoration: underline;
    color: #008D47;
}
.news .inn-wrap p a:hover {
    text-decoration: none;
    color: #008D47;
}
.gen-news-wrap {
    overflow: hidden;
    background: #fff;
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 16px 18px;
}
.gen-news-wrap h1 {
    color: #008D47;
}
.gen-news-wrap .date,.news .inn-wrap .date {
    color: #BFBFBF;
}
.gen-news-wrap:after {
    content: '';
    background: url(../images/news-bg.svg) no-repeat top right / contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 33%;
    z-index: -1;
}
.fav-news .fav-news-item {
    position: relative;
    border: 1px solid #008D47;
    border-radius: 20px;
    background: url(../images/pt.svg) repeat center center/40px, #ebebeb;
}
.fav-news .fav-news-item:last-child {
    margin-bottom: 0!important;
}
.fav-news-item .date {
    color: #000;
}
.fav-news .fav-news-item:after {
    content: url(../images/lnk.svg);
    position: absolute;
    top: 7%;
    right: 3%;
}
.oth-news-wrap {
    background: url(../images/pt.svg) repeat center center/40px, #ebebeb;
    border: 1px solid #008D47;
    border-radius: 32px;
    padding: 16px 18px;
}
.oth-news-wrap .item:not(:last-child) {
    border-bottom: 2px solid #008D47;
}
.oth-news-wrap a:hover b,.oth-news-wrap a:hover p {
    color: #008D47;
}
.thanks h1 {
    color: #008D47;
}
.thanks-wrap {
    background: #fff;
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 16px 18px;
}
.thanks .slick-track {
    display: flex;
}
.thanks .slick-slide {
    position: relative;
    float: none;
    padding: 10px;
}
.thanks-slider .item.slick-slide.slick-current:after {
    background: none;
}
.thanks-slider .item.slick-slide.slick-current img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 45%);
}
.thanks-slider .slick-prev {
    left: 0;
    height: 85%;
    width: 30%;
    z-index: 1;
}
.thanks-slider .slick-next {
    right: 0;
    height: 85%;
    width: 30%;
    z-index: 1;
}
.thanks-slider .slick-dots li {
    margin: 0;
}
.thanks-slider .slick-dots li button:before {
    font-size: 10px;
    color: #008D47;
}
.inn-wrap {
    background: #fff;
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 18px 18px;
}
.top.inn-wrap {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 0 18px;
    height: 180px;
}
.top.inn-wrap h1 {
    font-family: 'MoskvichSans-regular';
    color: #008D47;
    font-size: 78px;
    line-height: initial;
}
.grants .top.inn-wrap {
    height: initial;
    padding: 18px 18px;
}
.inn-wrap.inn-bg {
    background: url(../images/pt.svg) repeat center center / 40px, #ebebeb;
}
.grants .grants_h2 {
    font-size: 46px;
    font-family: 'MoskvichSans-regular';
    font-weight: bold;
    background: rgb(0 141 71 / 14%);
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 12px 0;
    width: 80%;
    margin: auto;
}
.grants h3 {
    font-family: 'Conv_ALS Sector Regular';
}
.grants .top.inn-wrap h1 {
    font-family: 'MoskvichSans-bold';
    font-weight: 100;
    color: #008D47;
    font-size: 62px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
}
.top.inn-wrap h2 {
    font-family: 'MoskvichSans-Regular';
    font-size: 28px;
}
.contacts .phone {
    font-size: 38px;
    color: #008D47;
    font-weight: 600;
    line-height: 38px;
}
.contacts .mail {
    font-size: 30px;
    color: #008D47;
    font-weight: 600;
    line-height: 30px;
}
.contacts a {
    text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
}
.contacts a:hover {
   color: #008D47;
   text-decoration: underline;
}
.grants .count,.grants .submitapp {
    background: url(../images/pt.svg) repeat center center / 40px, #ebebeb;
    border: 1px solid #008D47;
    border-radius: 32px;
    padding: 18px 18px;
}
.top.inn-wrap svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 72%;
    z-index: 0;
}
.grants-li {
    position: relative;
}
.grants-li:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #008D47;
    left: 7px;
    top: 0;
}
.grants-li>li {
    position: relative;
    padding-left: 30px;
    margin: 24px 0;
}
.grants-li>li a:hover {
    cursor: pointer;
    color: #008D47;
}
.grants-li>li:not(:first-child):not(:last-child) {
    margin: 48px 0;
}
.grants-li>li:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #008D47;
    border-radius: 50px;
    left: 0;
    top: 2px;
}
.grants-li>li ul>li {
    position: relative;
    padding-left: 18px;
}
.grants-li>li ul>li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50px;
    left: 0;
    top: 6px;
}



.grants .gr_group {
    background: #E6D561;
    border-radius: 25px;
    padding: 12px 48px;
}

.grants .gr_numb {
    font-family: 'MoskvichSans-bold';
    font-size: 22px;
}
.grants .gr_numb .big {
    font-size: 36px;
}
.grants .gr_list .grants-li li:not(:first-child):not(:last-child) {
    margin: 22px 0;
}
.steps .date {
    color: #818181;
    font-family: 'MoskvichSans-regular';
    font-weight: 600;
    border: 1px solid;
    border-radius: 50px;
    padding: 2px 14px;
    transition: all 100ms ease;
}
.steps .steps-li {
    position: relative;
}
.steps .steps-li:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #D9D9D9;
    left: 7px;
    top: 0;
}
.steps .steps-li li {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    transition: all 100ms ease;
}
.steps .steps-li li {
    margin: 38px 0;
}
.steps .steps-li li:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    border-radius: 50px;
    left: 0;
    top: 2px;
    transition: all 100ms ease;
}
.steps .steps-li li:hover:before {
    background: #008D47;
}
.steps .steps-li li:hover .title {
    text-shadow: 0 2px 2px rgb(0 0 0 / 25%);
}
.steps .steps-li li:hover .date {
    color: #E6D561;
}
.direction .item {
    border: 1px solid #008D47;
    border-radius: 30px;
    display: block;
    cursor: pointer;
    background: #fff;
    transition: all 100ms ease;
}
.direction .item:hover {
    color: #000;
    box-shadow: 0 3px 3px 1px rgb(42 141 68/ 25%);
}
.dir-block {
    display: none;
    border-radius: 40px;
    max-width: 1100px;
    padding: 22px 8px;
}
.dir-block .grants-li {
    position: relative;
}
.dir-block .grants-li:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #008D47;
    left: 7px;
    top: 0;
}
.dir-block .grants-li li {
    position: relative;
    padding-left: 30px;
}
.dir-block .grants-li li:not(:first-child):not(:last-child) {
    margin: 32px 0;
}
.dir-block .grants-li li:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #008D47;
    border-radius: 50px;
    left: 0;
    top: 2px;
}
.dir-block.fancybox__content>.f-button {
    top: 1% !important;
    right: 2% !important;
    color: #2a8d44;
    background: none !important;
    border: 1px solid;
}
.dir-block.fancybox__content>.f-button:focus-visible {
    outline: none;
    box-shadow: none;
}
.dir-block .grants_h2 {
    font-size: 32px;
    font-family: 'MoskvichSans-regular';
    font-weight: bold;
}
.direction.inn-wrap {
    padding-bottom: 50px;
}
.direction.inn-wrap:after {
    content: '';
    background: url(../images/grants/dir-bg_a.svg) no-repeat bottom right / contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20%;
    z-index: 0;
}
.results .top.inn-wrap:after,
.exp .top.inn-wrap:after,
.docs .top.inn-wrap:after,
.faq .top.inn-wrap:after,
.master .top.inn-wrap:after {
    content:'';
    background: url(../images/results-bg.svg) no-repeat bottom right/contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 0;
}
.results .ajax_result {
    max-height: 800px;
}
.results .ajax_result .item {
    border: 1px solid #2a8d44;
    border-radius: 30px;
}
.results .ajax_result h3 {
    font-family: 'Conv_ALS Sector Bold';
}
.results .ajax_result .name {
    font-size: 14px;
}
.results .ajax_result .id span {
    background: #2a8d44;
    padding: 7px 10px;
    display: inline-block;
}
.docs .item {
    position: relative;
    line-height: 13pt;
    border: 5px solid #E6E6E6;
    border-radius: 15px;
    height: 100px;
    padding: 0 20px 0 94px;
    margin: 7px 0 7px 26px;
    transition: all 100ms ease;
}
.docs .item:before {
    content: '';
    background: url(../images/grants/doc-ico.svg) no-repeat center center / 60px, #fff;
    box-shadow: 0 0 3px 5px #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -30px;
    border: 5px solid #008D47;
    border-radius: 50%;
    padding: 52px;
}
.docs a.item:hover {
    color: #000;
    border: 5px solid #008D47;
}
.docs a.item:hover:before {
    box-shadow: none;
}
.faq .title {
    position: relative;
    min-height: 72px;
    background: #F5F5F5;
    border-radius: 15px;
    padding: 2% 2%;
    cursor: pointer;
}
.faq .title h2 {
    font-family: 'MoskvichSans-regular';
    margin-right: 45px;
}
.faq h3 {
    font-family: 'Conv_ALS Sector bold';
}
.faq ul {
    list-style: disc;
    margin-left: 20px;
}
.faq a {
    font-family: 'Conv_ALS Sector Bold';
    text-decoration: underline;
}
.faq a:hover {
    color: #008D47;
}
.faq .title:after {
    content: '+';
    font-family: 'Conv_ALS Sector regular';
    right: 2%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 30px;
}
.faq .title:hover:after {
    content: '+';
    color: #008D47;
    line-height: 40px;
}
.faq .title:hover h2,.faq .item.current .title h2 {
    color: #008D47;
}
.faq .item.current .title:after {
    content: '-';
    line-height: 34px;
}
.faq .hidden {
    display: none;
    padding: 0 2%;
}
.master .grants_h2 {
    font-size: 46px;
    font-family: 'MoskvichSans-regular';
    font-weight: bold;
    background: rgb(0 141 71 / 14%);
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 12px 0;
    width: 80%;
    margin: auto;
}
.master .contacts,.faq .contacts {
    padding: 30px;
    background: rgb(0 141 71 / 14%);
    border-radius: 40px;
    border: 1px solid #008D47;
    display: inline-block;
}
.master .graf ul {
    list-style: disc;
    margin-left: 20px;
}
.exp .item {
    border: 1px solid #008D47;
    border-radius: 20px;
}
.lnk {
    text-decoration: underline;
}
.lnk:hover {
    color: #008D47;
}
.submitapp .lnk {
    color: #fff;
    background: #2a8d44;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.submitapp .lnk:hover {
    background: #e4d558;
    color: #000;
}













.countdownHolder {
    position: relative;
    line-height: 36px;
    margin: 0;
    text-align: left;
    padding-bottom: 20px;
}
.countdownHolder > span:nth-of-type(odd) {
    color: #ffffff;
    width: 40px;
    padding: 7px 5px;
    background-color: #008D47;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    border-radius: 5px;
}
.countDays:before, .countHours:before, .countMinutes:before, .countSeconds:before {
    position: absolute;
    display: block;
    width: 50px;
    text-align: center;
    left: -2px;
    bottom: -32px;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDiv {
    display: inline-block;
    width: 22px;
}
.countDays:before {
    content: 'дней';
}
.countHours:before {
    content: 'часов';
}
.countMinutes:before {
    content: 'минут';
}
.countSeconds:before {
    content: 'секунд';
}
.countdownHolder > span:nth-of-type(odd):not(:last-child):after {
    content: ':';
    display: block;
    position: absolute;
    top: 5px;
    right: -14px;
    color: #000;
}


footer a:hover {
    color: #008D47;
}
.footer-wrap {
    background: #fff;
    border: 1px solid #008D47;
    border-radius: 20px;
    padding: 18px 18px;
}

.text-green {
    color: #008D47;
}
.text-grey {
    color: #A4A4A4;
}
.social {margin: 0 -5px;}
.social a {display: inline-block; width: 34px;height: 34px;text-indent: 9999px;margin: 0 5px;overflow: hidden;transition: all 100ms ease;}
.social a.tg {background: url(../images/tg.svg) no-repeat center center/contain;}
.social a.vk {background: url(../images/vk.svg) no-repeat center center/contain;}
.social a.mail {background: url(../images/mail.svg) no-repeat center center/contain;}

.close-but {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    right: 16px;
}
.close-but span {
    display: block;
    text-indent: -999999px;
}
.close-but span:before, .close-but span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #528C54;
    content: "";
    border-radius: 5px;
    -webkit-transition-duration: 0.2s,0.2s;
    transition-duration: 0.2s,0.2s;
}
.close-but span:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-but span:after {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.upp-but {
    display: none;
    cursor: pointer;
    text-decoration: none;
    position: fixed;
    bottom: 12%;
    right: 1%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -99999px;
    z-index: 20;
    background: url(../images/up-arrow.svg) no-repeat left top;
    background-size: 50px;
    opacity: 0.7;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.upp-but:hover,.hide-but span:hover {
    outline: none;
    opacity: 1;
}
.form-group {
    position: relative;
}
.form-group .placeholder {
    z-index: 100;
    color: #000;
    pointer-events: none;
    position: absolute;
    margin: 0;
    top: calc(50% - 12px);
    left: 20px;
    opacity: .8;
    background: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.form-group input, .form-group select,.jq-selectbox__select {
    display: block;
    width: 100%;
    height: 52px;
    padding: 8px 10px 0 20px;
    border: 1px solid #2a8d44;
    border-radius: 200px;
    background: #fff;
    color: #333;
    text-shadow: none;
    line-height: 1.42857143;
    -webkit-appearance: none;
}
.form-group .jq-selectbox {
    width: 100%;
}
.form-group .jq-selectbox__select {
    padding: 18px 10px 0 20px;
}
.form-group .jq-selectbox__dropdown {
    max-width: 256px;
    width: 100%;
    top: 47px !important;
    bottom: inherit !important;
    background: #fff;
    border-radius: 20px;
    max-height: 260px;
    overflow: hidden;
    padding: 10px 20px !important;
    border: none;
    box-shadow: 0 6px 8px rgb(0 0 0 / 30%);
}
.form-group .jq-selectbox li.selected {
    color: #2a8d44;
    background: transparent;
}
.form-group .jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #000;
    white-space: normal !important;
}
.form-group select {
    background: url(../images/select-arr.svg) no-repeat 95% center;
}
.form-group.hasVal .placeholder {
    color: #2a8d44;
    top: 6px;
    font-size: 12px;
    line-height: 1em;
}
.orgaddr {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.form-group .btn {
    padding: 10px 0;
    background: #2a8d44;
    color: #fff;
}
.form-group .btn:hover,.form-group .btn:active  {
    color: #fff;
    background-color: #e4d458;
    border-color: #e4d458;

}
.form-hidden.hide {
    display: none;
}
.filtr-btn {
    max-width: 60px;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(94, 147, 57, 1) 1.5em 0 0 0, rgba(94, 147, 57, 1) 1.1em 1.1em 0 0, rgba(94, 147, 57, 1) 0 1.5em 0 0, rgba(94, 147, 57, 1) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(94, 147, 57, 1) 0 -1.5em 0 0, rgba(94, 147, 57, 1) 1.1em -1.1em 0 0;
  box-shadow: rgba(94, 147, 57, 1) 1.5em 0 0 0, rgba(94, 147, 57, 1) 1.1em 1.1em 0 0, rgba(94, 147, 57, 1) 0 1.5em 0 0, rgba(94, 147, 57, 1) -1.1em 1.1em 0 0, rgba(94, 147, 57, 1) -1.5em 0 0 0, rgba(94, 147, 57, 1) -1.1em -1.1em 0 0, rgba(94, 147, 57, 1) 0 -1.5em 0 0, rgba(94, 147, 57, 1) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading{
    display:none;
}

















@media (min-width: 375px) {
    .main-wrap svg.svg1 {
        position: absolute;
        bottom: -5%;
        right: 5%;
        width: 33%;
        z-index: -1;
    }
    
    
}

@media (min-width: 425px) {
    .countdownHolder > span:nth-of-type(odd) {
        width: 45px;
    }
}

@media (min-width: 500px) {


}

@media (min-width: 576px) {
    .items .item img {
        margin-top: -10%;
    }
    .main-wrap:after {
        width: 35%;
        height: 35%;
    }    
    .thanks-wrap:after {
        content:'';
        background: url(../images/main-bg.svg) no-repeat bottom right/contain;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 32%;
        height: 32%;
        z-index: -1;
    }
    .thanks .item.slick-slide:after {
        content: '';
        background: rgb(0 0 0 / 25%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .thanks .slick-current.slick-center {
        transform: scale(1.2);
        transition: all 100ms ease;
        z-index: 1;
    }
    .thanks .slick-track {
        padding: 6% 0;
    }
    .thanks .slick-slide {
        padding: 0;
    }
    .dir-block.fancybox__content>.f-button {
        border: none;
    }
    .countdownHolder > span:nth-of-type(odd) {
        width: 50px;
    }
    

}

@media (min-width: 768px) {
    .header-wrap {
        border-radius: 20px;
        padding: 14px 32px;
    }
    .main-wrap {
        border-radius: 20px;
        padding: 24px 32px;
    }
    .inn-wrap {
        border-radius: 20px;
        padding: 30px 32px;
    }
    .top.inn-wrap {
        border-radius: 20px;
        padding: 0 32px;
        height: 220px;
    }
    .grants .top.inn-wrap {
        border-radius: 20px;
        padding: 75px 32px;
    }
    .gen-news-wrap {
        border-radius: 20px;
        padding: 24px 32px;
    }
    .oth-news-wrap {
        border-radius: 20px;
        padding: 24px 32px;
    }
    .grants .count,.grants .submitapp {
        border-radius: 40px;
        padding: 22px 22px;
    }
    .thanks-wrap {
        border-radius: 20px;
        padding: 24px 32px;
    }
    .items .item {
        border-radius: 20px;
    }
    .footer-wrap {
        border-radius: 20px;
        padding: 24px 32px;
    }
    .policy {
        text-align: right;
    }
    .foot-r {
        text-align: right;
    }    
    .dir-block {
        padding: 58px 16px;
    }
    .top.inn-wrap:after {
        width: 70%;
    }
    .form-hidden.hide {
        display: block;
    }
    .news .inn-wrap:after {
        content: '';
        background: url(../images/news-bg.svg) no-repeat top right / contain;
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 250px;
        z-index: -1;
    }
    .news .inn-wrap h2 {
        width: 75%;
    }


}

@media (min-width: 992px) {
    .wrap {
        height: 100%;
        min-height: 610px;
        max-height: 680px;
    }
    .menu {
        position: initial;
        width: initial;
        z-index: 111;
        margin: initial;
        padding: initial;
        left: initial;
    }
    .menu li {
        margin: 0 9px;
    }    
    .top.inn-wrap {
        height: 260px;
    }
    .thanks-wrap:after {
        width: 45%;
        height: 45%;
    }
    .items .item img {
        margin-top: initial;
    }
    .grants .count,.grants .submitapp {
        padding: 24px 32px;
    }
    .direction.inn-wrap:after {
        width: 70%;
        height: 35%;
    }
    .results .ajax_result {
        max-height: 600px;
    }
    .graf.inn-wrap:before {
        content: '';
        background: url(../images/grants/master-bg.svg) no-repeat bottom right / contain;
        position: absolute;
        bottom: 0;
        right: 5%;
        width: 15%;
        height: 45%;
        z-index: 1;
    }
    .gr_groups.inn-wrap:before {
        content:'';
        background: url(../images/grants/gr-bg.svg) no-repeat bottom left/contain;
        position: absolute;
        bottom: 2%;
        left: 10%;
        width: 182px;
        height: 143px;
        z-index: 1;
    }
}

@media (min-width: 1024px) {
    
    
    
}

@media (min-width: 1200px) {    
    .faq .title {
        height: 72px;
        padding: 0 2%;
    }
    
}

@media (min-width: 1440px) {
    .items .item img {
        margin-top: -10%;
    }   

}

@media (min-width: 1500px) {
    

}

@media (max-width: 362px) {
    .header-wrap {
        border-radius: 28px;
        padding: 12px 16px;
    }
    .footer-wrap {
        border-radius: 28px;
        padding: 14px 16px;
    }
    .main-wrap {
        border-radius: 28px;
        padding: 18px 16px;
    }
    .grants .top.inn-wrap {
        border-radius: 28px;
        padding: 18px 16px;
    }    
    .top.inn-wrap {
        border-radius: 28px;
        padding: 0 16px;
        height: 160px;
    }
    .gen-news-wrap {
        border-radius: 28px;
        padding: 18px 16px;
    }
    .oth-news-wrap {
        border-radius: 28px;
        padding: 18px 16px;
    }
    .grants .count,.grants .submitapp {
        border-radius: 28px;
        padding: 18px 16px;
    }
    .thanks-wrap {
        border-radius: 20px;
        padding: 18px 16px;
    }
    .main_h1 {
        font-size: 26px!important;
    }
    .main_h1 span {
        font-size: 52px!important;
    }
    .items .item {
        border-radius: 28px;
    }
    .lk {
        font-size: 10px;
        padding: 7px 10px;
    }
}

@media (max-width: 1320px) {
    body {font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1320 - 320)));}
    h1 {font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1320 - 320)));}
    h2 {font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1320 - 320)));}
    h3 {font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1320 - 320)));}

    .main_h1 {font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1320 - 320)));}
    .main_h1 span {font-size: calc(54px + (84 - 54) * ((100vw - 320px) / (1320 - 320)));}
    .main_h2 {font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1320 - 320)));}
    .main .big-num {font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1320 - 320)));}
    .main_lnk {font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1320 - 320)));}
    .items h3 {font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1320 - 320)));}
    .grants .top.inn-wrap h1 {font-size: calc(22px + (62 - 22) * ((100vw - 320px) / (1320 - 320)));}
    .grants .top.inn-wrap h1 span {font-size: calc(52px + (84 - 52) * ((100vw - 320px) / (1320 - 320)));}
    .grants .contacts .phone {font-size: calc(24px + (38 - 24) * ((100vw - 320px) / (1320 - 320)));}
    .grants .grants_h2 {font-size: calc(22px + (46 - 22) * ((100vw - 320px) / (1320 - 320)));}
    .master .grants_h2 {font-size: calc(22px + (46 - 22) * ((100vw - 320px) / (1320 - 320)));}
    .dir-block .grants_h2 {font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1320 - 320)));}
    .grants .gr_numb .big {font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (1320 - 320)));}
    .countdownHolder > span:nth-of-type(odd) {font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1320 - 320)));}
    .top.inn-wrap h1 {font-size: calc(40px + (78 - 40) * ((100vw - 320px) / (1320 - 320)));}
   

}