/* Eric Meyer's CSS Reset */
@font-face {
    font-family: 'sputnikdisplaybold';
    src: url('../fonts/sputnikdisplay-bold-webfont.eot');
    src: url('../fonts/sputnikdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sputnikdisplay-bold-webfont.woff2') format('woff2'),
    url('../fonts/sputnikdisplay-bold-webfont.woff') format('woff'),
    url('../fonts/sputnikdisplay-bold-webfont.ttf') format('truetype'),
    url('../fonts/sputnikdisplay-bold-webfont.svg#sputnikdisplaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #fff;
}

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;
}

/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 14px/18px 'Montserrat', sans-serif;
}

a {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.wrapper {
    min-width: 320px;
    max-width: 1170px;
    margin: 0 auto;
}

.head .wrapper {
    height: 154px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 11.45%;
}

.mmenu {
    display: flex;
    width: 64.35%;
    justify-content: space-between;
}

.mmenu .map a {
    color: #73B416;
    font-weight: 700;

}

.mmenu .map a:hover {
    color: #88CF22;
}

.map i {
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.mmenu li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    font-family: 'Comfortaa';
    font-weight: 700;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.mmenu li a:hover {
    color: #73B416;
}

.mmenu li .active {
    color: #73B416;
    font-weight: 700;

}

.mmenu li .active:hover {
    color: #88CF22;
}

.telbl {
    width: 16.38%;
    display: flex;

    flex-direction: column;
}

.telbl li {
    display: flex;
    flex-direction: column;
}

.telbl label {
    font-family: Comfortaa;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.telbl label color {
    color: #74B316;
    font-weight: 700;

}

.telbl li a {
    font-family: Comfortaa;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    text-decoration: none;

}

.telbl li a:hover {
    color: #73B416;
}

.mainm {
    position: relative;
    width: 100%;
    height: 700px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    margin: 20px auto;
    min-width: 320px;
    max-width: 1170px;
    background-color: #333333;
}

.mainbgimage {
    width:100%;
    position: absolute;
    z-index: 1;
    top: -30px;
    opacity: 0.5;
}

.maincnt {
    position: relative;
    max-height: 615px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
    padding: 40px;
    max-width: 600px;
    text-align: left;
}

.maincnt h1 {
    font-family: 'sputnikdisplaybold';
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding: 0;
}

.maincnt p {
    font-family: Comfortaa;
    font-size: 26px;
    font-weight: 900;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.btn-main {
    font-family: Comfortaa;
    line-height: 28px;
    background: #73B416;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 26px;
    min-width: 120px;
    border-radius: 30px;
    font-weight: 400;
    padding: 15px;
}

.btn {
    font-family: Comfortaa;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    min-width: 200px;
    border-radius: 10px;
    background: #73B416;
    text-decoration: none;
    text-align: center;
    padding: 11px;
    color: #fff;
}

.btn-download {
    font-family: Comfortaa;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    min-width: 200px;
    border-radius: 10px;
    background: #73B416;
    text-decoration: none;
    text-align: center;
    padding: 11px;
    color: #fff;
    -webkit-box-shadow: 0px 7px 3px 0px rgba(34, 60, 80, 0.25);
    -moz-box-shadow: 0px 7px 3px 0px rgba(34, 60, 80, 0.25);
    box-shadow: 0px 7px 3px 0px rgba(34, 60, 80, 0.25);
}

.btn-download:hover {
    background: #85D01A;
}

.btn:hover {
    background: #85D01A;
}

.appbl {
    display: flex;
    justify-content: space-between;
    padding: 35px;

    overflow: hidden;

}

.innewsmob {
    background-color: #F5F5F5;
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
    margin-top: 40px;
}

.apppre {
    width: 35.47%;
}

.wrapper .apppre h1 {
    font-family: 'sputnikdisplaybold';
    font-size: 45px;

    line-height: 50px;
    color: #292929;
    margin-bottom: 30px;
    padding: 0;
}

.wrapper .apppre h1 color {
    color: #73B416;
}

.apppre ul li {
    color: #4F4E4D;
    font-family: Comfortaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    background-image: url("../images/icheck.jpg");
    background-repeat: no-repeat;
    background-position: left 0px;
    padding: 2px 0 2px 38px;
    margin-bottom: 15px;


}


.qr {
    border-radius: 20px;
    min-width: 165px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 17.95%;
}

.applinks {
    width: 100%;
    display: flex;
    justify-content: center;

}

.applinks a {
    padding: 0 5px;
}

.telbgbl {
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 470px;

}

.telbgbl img {
    position: absolute;
    top: -60px;

}

.qrbl {
    height: 376px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobblocklinks {
    display:none;
}

.gb {
    background: rgba(245, 245, 245, 1);
    border-radius: 30px;
    padding: 50px 65px 20px 65px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.prebl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.undervideo {
    margin-top:50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prebl p {
    font-family: Comfortaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(79, 78, 77, 1);
    max-width: 430px;
}

.prebl p color {
    font-family: 'sputnikdisplaybold';
    font-size: 30px;

    line-height: 25px;
    color: rgba(115, 180, 22, 1);

}

video {
    border-radius: 30px;
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    border: 2px solid grey;
}


.o-nas-1 {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.o-nas-2 {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    margin-top:30px;
    flex-wrap: wrap;
}

.o-nas-3 {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    margin-top:50px;
}

.o-nas-4 {
    width:29%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #73B416;
    margin: 0 20px;
}

.o-nas-4-li {
    width:99%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #73B416;
    margin: 0 10px;
}

.o-nas-list-mobile{
    display:none;
}

.o-nas-fio {
    font-weight: 800;
    text-align: center;
    font-family: 'sputnikdisplaybold';
    font-size: 38px;
    line-height: 50px;
    color: #292929;
}

.o-nas-otdel {
    padding-top:7px;
    font-weight: 800;
    text-align: center;
    font-family: 'sputnikdisplaybold';
    font-size: 32px;
    line-height: 38px;
    color: #292929;
    min-height:120px;
}

.o-nas-role {
    font-weight: 800;
    text-align: center;
    font-family: 'Comfortaa';
    font-size: 28px;
    line-height: 50px;
    color: #292929;
}

.w33 {
    width:33%;
}

.category-list {
    width:100%;
    list-style: none;
    column-count: 3;
    margin-top:30px;
}

.category-item {
    page-break-inside: avoid;
    break-inside: avoid;
    margin:0 10px;
}

.small-font-fio {
    font-size: 32px;
    line-height: 34px;
}

.small-font-fio2 {
    font-size: 24px;
    line-height: 28px;
    margin-top:20px;
}

.small-font-role {
    font-size: 22px;
    line-height: 26px;
}

.small-font-role2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom:10px;
}

.w2 {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pre {
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    width: 47.5%;
    text-align: center;
    margin-bottom: 25px;
}

.pre label {
    font-family: 'sputnikdisplaybold';
    font-size: 26px;

    line-height: 22px;
    color: rgba(115, 180, 22, 1);

}

.pre i {
    font-family: Comfortaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(79, 78, 77, 1);
}

.news_mobile {
    display:none;
}

.event_mobile {
    display:none;
}

.owl-prev:before, .owl-next:before {
    content: '';
    width: 12px;
    height: 21px;
    display: block;

    text-indent: 0;

    overflow: hidden;
    background-image: url("../images/arrowa.png");
    background-repeat: no-repeat;
}

.owl-next:before {
    background-position: -12px 0px;
}

.owl-prev:before {
    margin-left: -2px;
}

.owl-carousel4 .owl-stage-outer {
    padding-left: 20px !important;
    width: calc(100% + 20px);
}

.owl-carousel4 {
    margin-left: -20px !important;
}

.itms {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 30px 0;

}

.imgcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 190px;
}

.imgcon img {
    height: 100%;
    width: auto;
}

.texti {
    padding: 15px 25px 25px 25px;
}

.texti i {
    font-family: Comfortaa;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(79, 78, 77, 1);
}

.texti p {
    font-family: Comfortaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    min-height:80px;
    color: rgba(41, 41, 41, 1);
    padding: 5px 0;
}

.texti a {
    font-family: Comfortaa;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(115, 180, 22, 1);
}

.texti a:hover {
    text-decoration: none;
}

.wrapper h1 {
    font-family: 'sputnikdisplaybold';
    font-size: 45px;

    line-height: 52px;
    padding: 50px 0 10px 0;
    color: rgba(41, 41, 41, 1);
}

.footer {
    background-image: url("../images/bgk.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #83d942;
    padding: 50px 0;
    margin-top: 50px;
}

.footer .wrapper h1 {
    padding-top: 0;
    color: rgba(0, 0, 0, 1);
}

.footer .wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

#map {
    position: relative;
    width: 100%;
    height: 455px;
    border: 5px solid #595959;
    background-color: #fcfcf7;
    z-index: 900;
    display: block;
    padding-bottom: 5px;
}

.fkontaktul {
    font-family: Comfortaa;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.fkontaktul li a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;

}

.fkontaktul li {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 60px;
    margin-bottom: 10px;

}

.fkontaktul .add {
    background-image: url("../images/ftel.png");
}

.fkontaktul .tll {
    background-image: url("../images/ftel2.png");
    margin-bottom: 0;
}

.fkontaktul .tl5 {
    background-image: url("../images/ftel5.png");
    margin-bottom: 0;
    margin-left: 5px;
    padding-left: 55px;
}

.fkontaktul .tlb {
    margin-bottom: 10px;
    margin-top: -7px;
}

.fkontaktul .mll {
    background-image: url("../images/ftel3.png");
    background-size: 32px;
    background-position: 5px center !important;
}

.fkontaktul .lic {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}

.fkontaktul .cop {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    background-image: url("../images/ftel4.png");
    background-size: 20px;
    background-position: 15px top !important;
}

.slideapp {
    padding: 0 20px 0 40px;

}

.slideapp h1 {
    font-family: 'sputnikdisplaybold';
    font-size: 44px;

    line-height: 26px;
    color: rgba(64, 64, 64, 1);
    margin-bottom: 50px;
}

.tab-wrapper {
    position: relative;
    padding-right: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.tab-wrapper input {
    display: none;
}

.tab-wrapper .tab-item {
    opacity: 0;
}

.tab-wrapper label {
    font-family: Comfortaa;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;


    width: 48%;
    padding: 30px 20px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e2f0d9;
    border-radius: 30px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.tab-wrapper label:hover {
    background-color: #d8edca;
}

.bi {
    font-family: 'sputnikdisplaybold';
    font-size: 22px;

    line-height: 26px;


}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.tab-wrapper input:checked + label {
    background-color: #77b900;
    color: #fff;
}

.tab-wrapper input:checked + label + .tab-item {
    opacity: 1;
}

.tab-item {
    order: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 300px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.zagc h1 {
    font-family: 'sputnikdisplaybold';
    font-size: 44px;

    line-height: 15px;
    color: rgba(64, 64, 64, 1);
    text-align: center;
    margin-bottom: 40px;
}

.zagc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.appbanner {
    position: relative;
    min-height: 658px;
    border-radius: 30px;
    overflow: hidden;
}

.appbanner img {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.apc {
    position: absolute;
    bottom: 130px;
    left: 95px;
}

.apc img {
    position: relative;
}

.inhead {
    background-image: url("../images/inheadbg.jpg");
    background-repeat: no-repeat;
    background-color: #9dd54c;
    min-height: 179px;
    margin: 10px 0;
}

.zagc.inhead h1 {
    font-family: 'sputnikdisplaybold';
    font-size: 52px;

    line-height: 50px;
    padding: 0;
    margin: 0;
    color: #fff;
}

.zagc h2 {
    font-family: 'sputnikdisplaybold';
    font-size: 36px;

    line-height: 50px;
    color: rgba(64, 64, 64, 1);
    padding: 30px 0;
}

.tablo {
    background-image: url("../images/shabl.jpg");
    background-repeat: no-repeat;
    background-position: center 5px;
    background-color: #f2f2f2;
    max-width: 1130px;
    margin: 0px auto;
    margin-bottom: 20px;
    border: 2px solid #A6A6A6;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 150px 30px 50px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.docfile {
    width: 23%;
    font-family: 'sputnikdisplaybold';
    font-size: 18px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    color: #7f7f7f;
    text-decoration: none;
    text-align: center;
    align-items: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 1;
    margin-bottom: 20px;
}

.docfile:hover {
    opacity: 0.7;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
}

.box .input {
    padding: 20px;
    width: 340px;
    height: 62px;

    box-sizing: border-box;
    font-size: 14px;
    color: rgba(64, 64, 64, 1);

    outline: none;
    transition: .5s;
    border: 0;
    outline: 0;
    position: relative;
    border-radius: 10px;
    background: rgba(245, 245, 245, 1);
    font-family: Comfortaa;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;


}

.box .input::placeholder {
    color: rgba(64, 64, 64, 1);
}

.box button {
    position: absolute;
    right: 0;
    width: 62px;
    height: 62px;
    font-size: 26px;
    background-image: url("../images/searchicon.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    opacity: 1;
    transition: .2s;
    cursor: pointer;
    border-radius: 10px;
}

.box button:hover {
    transition: .2s;
    opacity: 0.8;
}

.box:hover input {
    width: 500px;
    background: rgba(245, 245, 245, 1);
}

.dom {
    display: flex;
    border-radius: 30px;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0px 6px 15px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin: 30px 0;

}

.innews {
    width:100%;
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}

.itmnews100 {
    width:48%;
}

.itmnews {
    width:23%;
}

.zagc-dopol {
	display: flex;
	justify-content: space-around;
}

.zagc-dopol-in {
	display: flex;
	background-color: #73B416;
	width: 40%;
	border-radius: 20px;
	align-items: center;
}

.zagc-dopol-in a {
	text-align: center;
	font-family: 'sputnikdisplaybold';
	font-size: 26px;
	line-height: 30px;
	padding: 10px 30px;
	color: white;
	text-decoration: none;
}

.zagc-dopol2 {
    margin-top:20px;
	display: flex;
	justify-content: space-around;
}

.zagc-dopol-in2 {
	display: flex;
	background-color: #73B416;
	width: 40%;
	border-radius: 20px;
	align-items: center;
}

.zagc-dopol-in2 a {
	text-align: center;
	font-family: 'sputnikdisplaybold';
	font-size: 26px;
	line-height: 30px;
	padding: 10px 30px;
	color: white;
	text-decoration: none;
}

.news-one {
    text-align: center;
}

.news-one ol {
    list-style: auto;
    font-size:38px;
    font-family: Comfortaa;
    line-height: 40px;
    text-align: justify;
    margin: 0 30px;
}

.news-one ol li {
    margin-bottom: 30px;
}
.news-one ol li strong {
    font-weight: 900;
}

.news-one ul {
    list-style: disc;
    font-size:38px;
    font-family: Comfortaa;
    line-height: 40px;
    text-align: justify;
    margin: 0 30px;
}

.news-one ul li {
    margin-bottom: 30px;
    margin-left: 110px;
}
.news-one ul li strong {
    font-weight: 900;
}

.news-one p{
    text-indent: 85px;
    text-align: justify;
    font-size:38px;
    font-family: Comfortaa;
    line-height: 40px;
    padding: 10px 0;
}

.news-one p strong {
    font-weight: 900;
}

.news-one h2 {
    font-weight: 900;
    line-height: 50px;
    padding: 30px 0;
    font-size:40px;
    font-family: Comfortaa;
}

.news-one img{
    max-width:100%;
}

.news-one p a{
    color: #0B71E9;
}

.news-one p a:active{
    color: #0B71E9;
}

.news-one p a:hover{
    text-decoration: none;
}

#p_prldr{
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    z-index:100000;
}

.contpre{
    width: 306px;
    height: 115px;
    position: absolute;
    left: 50%;top: 48%;
    margin-left:-153px;
    margin-top:-75px;
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:20px;
}

.pre_logo {
    font-size: 14px;
    color: #fff;
    padding: 20px 50px;
    text-decoration: none;
    font-weight:400;
    box-sizing: border-box;
    display: block;
    vertical-align: top;

}
.pre_logo img {
    max-width: 100%;
    height: auto;
}

.item {
    text-decoration: none;
    --panel-size: 1fr;
    --border-radius: 32px;
    --padding: 18px;
    width: var(--panel-size);
    height: var(--panel-size);
    border-radius: var(--border-radius);
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(57, 78, 127, 0.2) 0px 4px 8px;
    cursor: pointer;
    transition: transform 125ms ease-in-out 0s, box-shadow 125ms ease-in-out 0s;
}

.ntxtconin {
    padding: 15px;
    text-align: center;
    font-family: 'sputnikdisplaybold';
    font-size: 26px;
    line-height: 22px;
    color: rgba(115, 180, 22, 1);
}

.domcom {
    position: relative;
    max-width: 428px;
    border-radius: 30px 0 0 30px;
    height: 480px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -8px;
    margin-top: -8px;
}

.domcom {
    position: relative;
}

.dominf {
    padding: 40px;
}

.dominf h3 {
    font-family: 'sputnikdisplaybold';
    font-size: 44px;

    line-height: 50px;
    color: rgba(116, 179, 22, 1);
    margin-bottom: 20px;

}

.dominf ul li {
    font-family: Comfortaa;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
}

.dominf ul li color {
    color: rgba(115, 180, 22, 1);
    font-weight: 700;
}

.dominf ul li label {
    font-family: Comfortaa;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
    margin-left: 10px;

}

.wrapper h3 {
    font-family: 'sputnikdisplaybold';
    font-size: 40px;

    line-height: 45px;
    color: rgba(115, 180, 22, 1);
    padding: 10px 0;
}

.table2col {
    font-size: 18px;
    margin: 20px 0;
}

.table2col li {
    font-family: Comfortaa;
    font-size: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    display: flex;
}

.table2col li:last-child {
    border-bottom: none;
}

.table2col i {
    font-weight: 400;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #000;
}

.table2col label {
    font-weight: 700;
    width: 70%;
    box-sizing: border-box;
    padding: 10px;
}

.table2col label color {
    color: rgba(115, 180, 22, 1);
}

.videocon {
    width: 100%;
    height: 566px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.videocon:hover .vicon {
    opacity: 0.7;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.vicon {
    top: calc(50% - 104px);
    left: calc(50% - 104px);
    position: absolute;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.content p {

    font-family: Comfortaa;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
    margin-bottom: 30px;
}

a.mburger {
    z-index: 2;
    display: none;
    color: #fff;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 7px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: #73B416;
    width: 41px;
    height: 41px;
    border-radius: 41px;

}

.mburger b {
    color: #000;
}

a.user {
    z-index: 2;
    display: none;
    border: 1px solid #404040;
    width: 41px;
    height: 41px;
    border-radius: 41px;
    content: '';
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a.user i {
    border: 1px solid #404040;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 13px;
    margin-bottom: 2px;
}

a.user b {
    display: block;
    width: 21px;
    height: 10px;
    border-radius: 30px;
    border: 1px solid #404040;
}

.moblinks {
    display: none;
}

.mobbgimage {
    display: none;
}

.mobtelbg {
    display: none;
}

.appli {
    display: none;
}

.soc {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    top: 7px;
}

.soc img {
    max-width: 100%;
    height: auto;
}

.owl-carousel5 .owl-item .itmtabcnt img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.itmtabcnt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.itmtabtxt {
    border-radius: 30px;
    padding: 30px;
    display: flex;
    width: 80%;
    flex-direction: column;
    background-color: #77b900;
    color: #fff;
}

.itmtab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-carousel5 {
    display: none !important;
}

@media screen and (max-width: 1280px) {


}

@media screen and (max-width: 1152px) {
    .slideapp h1 {
        margin-bottom: 10px;
    }

    .appbanner {
        min-height: 630px;
        margin-bottom: 20px;
    }

    .zagc h1 {
        margin-bottom: 20px;
    }

    .table2col {
        margin: 10px 0;
    }

    .table2col li {
        font-size: 14px;
        line-height: 20px;
    }

    .table2col i, .table2col label {
        width: 50%;
    }

    .dominf ul li label {
        font-size: 14px;
        line-height: 20px;
    }

    .dominf ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .wrapper h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
        padding: 0;
    }

    .wrapper {
        min-width: 280px;
        max-width: 1170px;
        padding: 0 15px;
        margin: 0 auto;

    }

    .mainm {
        width: calc(100% - 30px);
        margin: 20px auto;
        box-sizing: border-box;


    }

    .mainbgimage {
        max-width: 100%;
        height: auto;
    }

    .wrapper h1 {
        font-size: 24px;
        line-height: 28px;
        padding: 15px 0;
    }

}

@media screen and (max-width: 1024px) {
    .zagc-dopol-in {
        width:49%;
    }
    
    .zagc-dopol-in a {
    	font-size: 16px;
	    line-height: 22px;
	    padding: 10px 5px;
    }
    .zagc-dopol-in2 {
        width:49%;
    }
    
    .zagc-dopol-in2 a {
    	font-size: 16px;
	    line-height: 22px;
	    padding: 10px 5px;
    }
    .apc {
        position: absolute;
        bottom: 100px;
        left: 83px;
    }

    .bi {
        font-size: 18px;
        line-height: 22px;
    }

    .tab-wrapper label {
        font-size: 14px;
    }

    .tab-wrapper {
        padding-right: 38%;
    }

    .slideapp h1 {
        margin-bottom: 10px;
    }

    .appbanner {
        min-height: 550px;
        margin-bottom: 20px;
    }

    .zagc h1 {
        margin-bottom: 20px;
    }

    .videocon {
        height: 470px;
        margin: 40px 0 40px 0;
        box-shadow: 0px 4px 16px 5px #00000040;

    }

    .videocon img {
        max-width: 100%;
        height: auto;
    }

    .zagc.inhead {
        justify-content: center;
    }

    .inhead {
        min-height: 90px;
        margin: 15px 0;
        background-image: url("../images/bg_mob.jpg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 110%;
    }

    .zagc.inhead h1 {
        font-family: 'sputnikdisplaybold';
        font-size: 33px;

        line-height: 40px;
        padding: 10px 0;
        margin: 0;
        color: #fff;
    }

    .head .wrapper {
        height: auto;
        padding-top: 10px;

    }

    .logo {
        width: auto;
        height: 55px;
    }

    .logo img {
        height: 100%;
        width: auto;
    }

    .moblinks {
        display: flex;
    }

    a.mburger {
        display: block;
    }

    a.user {
        display: flex;
        margin-right: 10px;
    }

    .appbl {
        flex-wrap: wrap;
    }

    .telbl {
        display: none;
    }

    .mmenu {
        display: none;
    }

}


@media screen and (max-width: 800px) {

    .mobblocklinks{
        display:block;
        height: auto;
        background-color: #f5f5f5;
        margin-top: 27px;
        border-radius: 30px;
        padding-bottom:20px;
    }

    .mobblocklinks-header{
        font-size: 22px;
        line-height: 30px;
        font-weight: 800;
        font-family: 'sputnikdisplaybold';
        text-align: center;
        padding: 10px 0;
    }

    .mobblocklinks-buttons {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom:20px;
    }


    .imgcon {
        height: auto;
    }

    .imgcon img {
        width: 100%;
        height: auto;
    }

    .category-list {
        column-count: 1;
        margin-top:30px;
    }

    .o-nas-list-mobile {
        display: block;
    }

    .o-nas-list-desktop{
        display:none;
    }


    .o-nas-4 {
        width:100%;
        border: none;
        margin-bottom:50px;
    }

    .o-nas-4-li {
        width:100%;
        border: none;
        margin-bottom: 50px;
    }


    .w33 {
        width:100%;
    }

    .news_mobile {
        display: block !important;
    }

    .news_mobile a{
        color: white;
    }

    .event_mobile {
        display: block !important;
    }

    .event_mobile a{
        color: white;
    }

    .news_desktop {
        display:none;
    }

    .event_desktop {
        display:none;
    }

    .news-one p{
        text-indent: 15px;
        font-size:18px;
        line-height: 22px;
    }

    .news-one ol {
        font-size:18px;
        line-height: 22px;
    }
    
    .news-one ul {
        font-size:18px;
        line-height: 22px;
    }
    
    .news-one ul li {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .news-one h2 {
        line-height: 25px;
        padding: 15px 0;
        font-size:22px;
    }

    .tab-wrapper {
        display: none;
    }

    .owl-carousel5 {
        display: block !important;
    }

    .zagc h1 {
        margin-bottom: 0px;
    }

    .apc {
        position: absolute;
        bottom: 60px;
        left: 63px;
    }

    .appbanner {
        min-height: 430px;
    }

    .prebl p color {
        font-size: 20px;
    }

    .prebl p {
        font-size: 16px;
    }

    .docfile {

        font-size: 14px;
        line-height: 18px;
        width: 30%;
        padding: 0 10px;
    }

    .docfile img {
        width: 100px;
        height: auto;
        margin-bottom: 10px;
    }

    .tablo {
        background-image: none;
        border: none;
        padding: 25px;
    }

    .zagc h2 {
        font-family: 'sputnikdisplaybold';
        font-size: 22px;

        line-height: 30px;
        color: rgba(64, 64, 64, 1);
        padding: 10px 0;
    }

    .dom {
        flex-direction: column;
    }

    .domcom {
        height: auto;
        border-radius: 30px 30px 0 0;

    }

    .domcom img {
        max-width: 100%;
        width: 100%;
    }

    .domcom, .dominf {
        width: 100%;
        max-width: 100%;
    }

    .dominf {
        padding: 25px;
    }

    .box form {
        width: 100%;
    }

    .box .input {
        padding: 15px !important;
        width: 100%;
        height: 50px;
        font-size: 16px !important;
        background: rgba(245, 245, 245, 1);
        line-height: 16px !important;
    }


    .box button {
        position: absolute;
        right: 0;
        width: 50px;
        height: 50px;
        font-size: 16px;
        background-image: url("../images/searchicon.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px !important;
        border: 0;
        opacity: 1;
        transition: .2s;
        cursor: pointer;
        border-radius: 10px;
    }

    .box button:hover {
        transition: .2s;
        opacity: 0.8;
    }

    .box:hover input {
        width: 100%;
        background: rgba(245, 245, 245, 1);
    }

    .content p {
        font-size: 18px;
        line-height: 22px;
    }

    .vicon {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }

    .videocon {
        height: 350px;
        margin: 40px 0 40px 0;
        box-shadow: 0px 4px 16px 5px #00000040;

    }

    .fkontaktul .lic {
        font-size: 12px;
        padding-left: 0;
        width: 100%;
        border-top: 1px solid #7F7F7F;
        padding-top: 10px;
    }

    .add {
        width: 100%;
    }

    .tll {
        width: 40%;
    }

    .tl5 {
        width: 40%;
    }

    .fkontaktul .tlb {
        width: 100%;
        margin-top: -3px;
        margin-bottom: 5px;
    }

    .fkontaktul .cop {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        background-image: url(../images/ftel4.png);
        background-size: 18px;
        background-position: 0px -3px !important;
        padding-left: 25px;
    }

    .fkontaktul .mll {
        background-image: url(../images/ftel3.png);
        background-size: 22px;
        background-position: 0px center !important;
    }

    .fkontaktul li {
        background-size: 25px;
        line-height: 25px;
        background-position: left top;
        padding: 0 0 0 35px;
    }

    .fkontaktul .tl5 {
        padding-left:35px;
        margin-left:0;
    }

    .mapy {
        display: none;
    }

    .fkontaktul {
        font-size: 16px;
        line-height: 21px;
        display: flex;
        flex-wrap: wrap;
    }

    .footer .wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer .w2 {
        width: 100%;
    }

    .footer .wrapper h1 {
        display: none;
    }

    .footer {
        margin-top: 20px;
        height: auto;
        padding: 20px 0px;
        background-image: url("../images/footbg.jpg");
    }

    .itms {
        margin-bottom: 20px;
    }

    .zagc .btn {
        font-size: 18px;
        line-height: 28px;
        min-width: 150px;
        padding: 5px 0;
        margin: 20px 0;

    }

    .itms {
        margin-top: 0;
    }


    .pre {
        width: 100%;
        text-align: left;
        padding: 40px 25px;
    }

    .prebl p {
        margin-bottom: 25px;
    }

    .gb {
        padding: 40px 25px;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .gb .w2 {
        width: 100%;
    }

    .telbg {
        display: none;
    }

    .mobtelbg {
        display: block;
    }

    .telbgbl {
        margin: 30px 0;
        width: 100%;
    }

    .telbgbl img {
        top: 0;
    }

    .qrbl {
        height: auto;
        justify-content: flex-start;
        align-items: center;
    }

    .qrbl .btn {
        min-width: 130px;
        line-height: 20px;
        margin-top: 10px;
    }

    .qr {
        padding: 0;
        box-shadow: none;
        width: 100%;
        margin-bottom: 0;
    }

    .qr a img {
        display: none;
    }

    .qr .applinks a img {
        display: block;


    }

    .applinks {
        justify-content: flex-start;
        position: absolute;
        top: 25px;
        left: 12px;
    }

    .apppre ul li {
        margin-bottom: 5px;
    }

    .appbl {
        padding: 15px;
        padding-top: 70px;
        flex-wrap: wrap;
        position: relative;
        flex-direction: column;
    }

    .apppre {
        width: 100%;
    }

    .wrapper .apppre h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .mainm {
        border-radius: 30px;
        height: 280px;
        margin-bottom: 0;
    }

    .mainbgimage {
        display: none;
    }

    .mobbgimage {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0px;
        right: 0;
        opacity: 0.5;
    }

    .mainm {
        margin: 20px auto;
        box-sizing: border-box;
    }

    .maincnt {
        justify-content: flex-start;
        padding: 15px;
    }

    .maincnt p {
        font-size: 12px;
        line-height: 14px;
        max-width: 200px;
        margin-bottom: 5px;
    }

    .maincnt h1 {
        font-family: 'sputnikdisplaybold';
        font-size: 22px;

        line-height: 26px;
        margin-bottom: 5px;
        position: relative;
        padding: 0;
    }

    .maincnt .btn-main {
        font-size: 20px;
        min-width: 80px;
        padding: 10px;
    }
    .maincnt .btn {
        padding: 5px 0;
        font-size: 10px;
        border-radius: 88px;
        width: auto;
        min-width: 50px;
        line-height: 10px;
    }
}

@media screen and (max-width: 768px) {
    .apc {
        display: none;
    }

    .appbanner {
        min-height: 410px;
        margin-bottom: 15px;
    }


}


@media screen and (max-width: 600px) {
    .appbanner {
        min-height: 320px;
        margin-bottom: 15px;
    }

    .docfile {

        font-size: 14px;
        line-height: 18px;
        width: 45%;
        padding: 0 10px;
    }

    .videocon {
        height: 260px;
        margin: 40px 0 40px 0;
        box-shadow: 0px 4px 16px 5px #00000040;

    }
}

@media screen and (max-width: 480px) {
    .innews {
        width:100%;
        display: flex;
        flex-flow: wrap;
        gap: 30px;
    }

    .itmnews100 {
        width:100%;
    }

    .itmnews {
        width:45%;
    }

    .item {
        text-decoration: none;
        --panel-size: 1fr;
        --border-radius: 32px;
        --padding: 18px;
        width: var(--panel-size);
        height: var(--panel-size);
        border-radius: var(--border-radius);
        position: relative;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(57, 78, 127, 0.2) 0px 4px 8px;
        cursor: pointer;
        transition: transform 125ms ease-in-out 0s, box-shadow 125ms ease-in-out 0s;
    }

    .ntxtconin {
        padding: 10px;
        text-align: center;
        font-family: 'sputnikdisplaybold';
        font-size: 16px;
        line-height: 18px;
        color: rgba(115, 180, 22, 1);
    }

    .appbanner {
        min-height: 250px;
        margin-bottom: 15px;
    }

    .dominf {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .dominf ul {
        width: 100%;

    }

    .videocon {
        height: 210px;
        margin: 40px 0 40px 0;
        box-shadow: 0px 4px 16px 5px #00000040;

    }

    .telbgbl img {
        max-width: 100%;
        height: auto;
    }

    .slideapp h1 {
        margin-bottom: 10px;

    }

    .slideapp {
        padding: 0;
        text-align: center;
        margin-top: 25px;
    }

    .zagc h1 {
        margin-bottom: 15px;
    }


    .footer {
        background-color: #8bdb54;
    }


    .appli {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
    }

    .appl {
        text-align: right;
    }


    .owl-carousel4 .owl-stage {
        padding-left: 0 !important;
    }


}

@media screen and (max-width: 415px) {
    .zagc h1 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .owl-carousel5 .owl-item .itmtabcnt img {
        max-width: 80%;
    }

    .appbanner {
        min-height: 210px;
        margin-bottom: 15px;
    }

    .docfile {

        font-size: 14px;
        line-height: 18px;
        width: 43%;
        padding: 0 10px;
    }

    .zagc.inhead h1 {
        font-size: 20px;
    }

    .prebl p color {
        font-size: 18px;
    }

    .prebl p {
        font-size: 14px;
    }

    .soc {
        width: 26px;
        height: 26px;
    }

    .vicon {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }

    .videocon {
        height: 180px;
        margin: 30px 0 30px 0;
        box-shadow: 0px 4px 16px 5px #00000040;

    }
}

@media screen and (max-width: 376px) {
    .appbanner {
        min-height: 190px;
        margin-bottom: 15px;
    }

    .owl-carousel5 .owl-item .itmtabcnt img {
        max-width: 70%;
    }

    .docfile {

        font-size: 12px;
        line-height: 18px;
        width: 43%;
        padding: 0 10px;
    }

    .videocon {
        height: 160px;
        margin: 30px 0 30px 0;
        box-shadow: 0px 4px 16px 5px #00000040;

    }

    .telbgbl {
        height: 400px;
    }

    .btn {
        font-size: 16px;
    }

    .zagc .btn {
        font-size: 14px;
        line-height: 22px;
    }

    .texti i {
        font-size: 12px;
        line-height: 16px;
    }

    .texti p {
        font-size: 14px;
        line-height: 18px;
    }

    .texti a {
        font-size: 14px;
    }

    .pre {
        padding: 20px;
    }

    .pre label {
        font-size: 18px;
    }

    .pre i {
        font-size: 14px;
    }

    .prebl p color {
        font-size: 18px;
    }

    .prebl p {
        font-size: 14px;
    }

    .wrapper .apppre h1 {
        font-size: 20px;
    }

    .apppre ul li {
        font-size: 14px;
        padding-top: 0;
    }

    .mainm {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 361px) {
    .appbanner {
        min-height: 185px;
        margin-bottom: 15px;
    }

    .owl-carousel5 .owl-item .itmtabcnt img {
        max-width: 60%;
    }

    .docfile {

        font-size: 12px;
        line-height: 16px;
        width: 40%;
        padding: 0 10px;
    }

    .content p {
        font-size: 16px;
        line-height: 20px;
    }

    .videocon {
        height: 150px;
        margin: 30px 0 30px 0;
        box-shadow: 0px 4px 16px 5px #00000040;
    }

    .tll {
        width: 100%;
    }

    .tl5 {
        width: 100%;
    }

    .telbgbl {
        height: 380px;
    }
}

@media screen and (max-width: 321px) {
    .appbanner {
        min-height: 160px;
        margin-bottom: 15px;
    }

    .owl-carousel5 .owl-item .itmtabcnt img {
        max-width: 50%;
    }

    .zagc h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .zagc.inhead h1 {
        font-size: 16px;
    }

    .videocon {
        height: 130px;
        margin: 30px 0 30px 0;
        box-shadow: 0px 4px 16px 5px #00000040;
    }

    .telbgbl {
        height: 320px;
    }

    .wrapper .apppre h1 {
        font-size: 18px;
        line-height: 22px;
    }


}