img {max-width: 100%}
a {text-decoration:none; transition:0.5s}
body {font-family: 'Roboto';font-weight: 400; overflow-x:hidden;}
body.index {max-height: 100vh; overflow: hidden}
h2 {font-weight:700; margin-bottom:2rem; text-transform:uppercase;}
.container-fluid {padding:0 5%}
ul {padding:0; margin:0; list-style:none;}
.mob {display:none}
header .phone a {font-size:30px;}
.fl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {color:#013a81}

.fl5 {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
header .container-fluid {padding-right:0}
.slides2 { }
.banner {background:url(../img/promo.jpg) no-repeat center 0}
footer a {color:white}
.logo {
    display: flex;
    align-items: center;
}
.cont9 {
	max-width:1000px;float:right; margin-right:50px
	
}
.logo img {min-width:103px;}
.logo-text {
    font-weight: bold;
    font-size: 20px;
    padding-left: 25px;
    white-space: nowrap;
}
.logo-text span {font-size:13px;display:block;max-width: 260px;white-space: pre-wrap;}

.rek h4 {
    font-weight: 700;
    font-size: 30px;
}
.menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.menu ul ul {display:none;background:#fff;position:absolute;width:100%;padding-left:70px;padding-top:70px;padding-bottom:70px;z-index: 99;}
.menu ul li {}
.menu ul li img {min-width:30px;}
.menu ul li a {transition:0.5s;position:relative;color:black;font: normal normal bold 20px/24px Raleway;background:#eee;padding: 45px 2rem 45px 2rem;display:inline-block;margin-right:5px;line-height: 1.4;}
.menu ul li:last-child a {margin-right:0}
.menu ul li a:hover {color:#668621;}
.menu ul li:hover ul {display:block;}
.menu ul li a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background: #668621;
  height: 7px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu ul li a:hover:before, .menu ul li a:focus:before, .menu ul li a:active:before {
  left: 0;
  right: 0;
}
.menu ul ul {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

.tabs ul li {list-style:none !important}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.menu ul ul li a {font: normal normal bold 20px/50px Raleway; background:none; padding:0}
.menu ul ul li a:after {display: none;}
.breadcrumbs ul {list-style:none; font-weight:700;display:flex; padding:40px 0}
.breadcrumbs a span {color:white;font-size: 16px; padding:0 7px;}
.breadcrumbs span {color: #ffffff;font-size: 16px;padding:0 7px}
.breadcrumbs a:after {content:'|'; padding-left:0px; color:white}

.banner {min-height:549px;}
.banner h1 {font-size: 68px; font-weight:700; color:white;margin-top: 70px;}

.banner {margin-bottom: 70px;}
.map .banner {margin-bottom: 0px;}
.content h2 {font-size: 48px;font-weight:700;text-transform:none;}
.content img {margin: 30px 0;}

footer {background: #668621;color:rgb(255 255 255 / 74%);margin-top: 100px;padding:60px 0;width:88%;position: relative;z-index: 1;}
footer .copy {font-size:16px; font-weight:700; }
footer .createdby {color:white;}
footer .fl {align-items: start}
footer .createdby a:hover {opacity:0.7}


.submmenu ul {
    display: flex;
    flex-wrap: wrap;
}

.submmenu ul li a {
    color: white;
    padding: 15px 9px;
    border: 1px solid white;
    display: block;
    text-align: center;
    margin-bottom: 17px;
    margin-right: 18px;
}

.submmenu ul li a {

	display: block;	
	position:relative;
    z-index:0;
	overflow: hidden;  
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.submmenu ul li a:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	color: white;
}
.submmenu ul li a:hover {
	color: #FFF !important;
	text-shadow: none;
		border-color:#668621;
}
.submmenu ul li a:hover:after {
	height: 450%;
	color:white
}


.files ul li {
    list-style: none !important;
}
section.content ul {padding:15px}
section.content ul li {
    list-style-image: url(/img/li8.png);
}
.submmenu ul li a:after {
	background: #668621;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-color:#668621;
}
.submmenu ul li a:hover:after {
	height: 140%;
	opacity: 1;
		border-color:#668621;
}

.submmenu ul li {width: 25%;}
.submmenu ul li.active a {background: #668621;border:1px solid #668621}
.submmenu {
    margin-top: 40px;
}

.fl .item {
    flex-basis: 50%;
}

section.content.cont .fl {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 85px;
}

.item .sub {
    font: normal normal bold 20px/40px Roboto;
    color: #668621;
    margin-bottom:20px
}

.item p {
    font: normal normal bold 26px/40px Roboto;
    margin-bottom: 4px;
}
.item:nth-child(3),.item:nth-child(4) {margin-bottom:0}
.item a {
    color: black;
}

.item {
    margin-bottom: 100px;
}

.row .item {margin-bottom:30px;background: #F2F2F2 ; transition:0.5s;}
.row .item:hover {background:#fff; }
.alln .row .item:hover {background: #F2F2F2;}
.row .item:hover a {color:#668621}
.row .item img {margin-bottom: 20px;margin-top: 0;}
.form h3 {
    color: #668621;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
}

.form {
    max-width: 900px;
    margin: 0 auto;
    padding: 63px 150px;
    background: #eee;
    position: relative;
    z-index: 1;
}

.form input {
    padding: 20px 30px;
    border: none;
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.form textarea {
    padding: 20px 30px;
    border: none;
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.tabs ul {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.tabs ul li {
    font: normal normal bold 20px/70px Roboto;
    padding: 0px 40px;
    border: 1px solid black;
    margin-right: 35px;
    cursor:pointer;
    transition:0.5s;
}

.tabs ul li.active, .tabs ul li:hover {border-color:#668621; background:#668621; color:white;}

.form button {
	background: rgb(102 134 33 / 20%);
	display: block;
	 border: none;
    padding: 14px 58px;
    border-top: 3px solid #668621;
    border-bottom: 3px solid #668621;
    font: normal normal bold 16px/19px Raleway;
    color: #668621;
    text-align: center;
	position:relative;
    margin: 50px auto 0;
    z-index:0;
	overflow: hidden;  
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.form button:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	color: white;
}
.form button:hover {
	color: #FFF !important;
	text-shadow: none;
}
.form button:hover:after {
	height: 450%;
	color:white
}
.menu ul li .st {display: none}
.menu ul li .st.active {display:none;}
.menu ul li .st2 {display: block;}


.form button:after {
	background: #668621;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.form button:hover:after {
	height: 140%;
	opacity: 1;
}


/*ALL-NEWS*/

section.banner.news {
    margin-bottom: 50px;
}

.date {
    font: normal normal bold 30px/37px Roboto;
    letter-spacing: 0px;
    color: #668621;
    margin-bottom: 68px;
}

.allnews {
    margin-top: 70px;
    text-align: center;
}

.allnews a {
	background: rgb(102 134 33 / 20%);
	display: inline-block;
	 border: none;
    padding: 14px 58px;
    border-top: 3px solid #668621;
    border-bottom: 3px solid #668621;
    font: normal normal bold 16px/19px Raleway;
    color: #668621;
    text-align: center;
	position:relative;
    margin: 50px auto 0;
    z-index:0;
	overflow: hidden;  
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.allnews a:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	color: white;
}
.allnews a:hover {
	color: #FFF !important;
	text-shadow: none;
}
.allnews a:hover:after {
	height: 450%;
	color:white
}



.allnews a:after {
	background: #668621;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.allnews a:hover:after {
	height: 140%;
	opacity: 1;
}


.fl.green2.graf {
    background: rgb(102 134 33 / 10%);
    padding:87px 116px;
}

.fl.green2.graf .item {
    flex-basis: auto;
}

.fl.green2.graf .item p {
   font: normal normal bold 26px/36px Roboto;
}


.intro {
    padding: 0 70px 30px;
    font: normal normal 400 19px/35px Roboto;
}

.date2 {
    padding: 15px 70px 0px;
    font: normal normal bold 16px/40px Roboto;
    letter-spacing: 0px;
    color: #668621;
}

.row .item span {
    margin: 20px 70px 0;
    font: normal normal bold 26px/35px Roboto;
    display: inline-block;
}

.cats .row .item span {
    margin: 30px 70px 30px;
    display:inline-block;
    font: normal normal bold 26px/35px Roboto;
}

.pages {display:flex; justify-content:center; align-items:center; margin-top:40px}
.pages img {margin:0 15px}
.pages a, .pages span {font: normal normal bold 30px/40px Roboto;color:black; padding:0 15px}
.pages span, .pages a:hover {color:#668621}


/*JOBS*/


.accordion {
  width:100%;
  margin: 0 auto;
}
.accordion .accordion__item {
  margin-bottom: 25px;
  position: relative;
}

.job-block {
    margin-bottom: 70px;
}

.job-block ul li {
    list-style: none;
    background: url(../img/li9.png) no-repeat left 2px;
    padding-left: 39px;
    margin-bottom: 6px;
}

.job-block ul {
    padding: 30px 0px;
    list-style: disc;
}

.job-block {
    font: normal normal normal 18px/27px Roboto;
}


.accordion .accordion__title {background: rgb(0 0 0 / 5%);color:black;font: normal normal bold 30px/40px Roboto;padding: 22px 50px 30px;cursor:pointer;/* border-top: 8px solid #f2f2f2; */}

.accordion  .active .accordion__title {background: rgb(247 249 244);color:black;font: normal normal bold 30px/40px Roboto;/* padding: 70px 50px 104px; */border-top: 8px solid #668621;}


.accordion .accordion__title::before {
  content: '';
  height: 12px;
  width: 12px;
  display: block;
  border: 2px solid #000000;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  top: 36px;
}

.accordion .active .accordion__title:before {
  border: 2px solid #000000;
  border-left-width: 0;
  border-bottom-width: 0;
  top: 61px;
  right: 30px;
}




.accordion .active_block .accordion__title {
  background: #033675;
  color:#fefcfe
}

.accordion .accordion__content {
  display:none;
  padding: 20px 50px;
  overflow: hidden;
  background: rgb(247 249 244);
}
.accordion .accordion__content h4 {
font: normal normal bold 26px/40px Roboto;
margin-bottom:25px

}

.rek {
    margin-bottom: 70px;
}

.files {
    margin-top: 70px;
}

.rek p {font: normal normal 16px/24px Roboto; margin-bottom:0}
.rek p strong {font: normal normal bold 16px/25px Roboto; margin-bottom:0}

.files ul li a {
    display: flex;
    justify-content: space-between;
    font: normal normal bold 24px/32px Roboto;
    color: black;
    background: #f7f7f7;
    width: 100%;
    max-width: 882px;
    margin-bottom: 25px;
    padding: 23px;
}
.files ul li a:hover {background:rgb(0 0 0 / 5%); color:#668621}
.files img {margin:0}
.files ul li a span  {display:block;}

.map footer {margin-top:0}
.gmap {margin-bottom: -160px;margin-top: 0px;z-index: 0;position: relative;}
.shop ul li {
    background: rgb(0 0 0 / 5%);
    margin-bottom: 50px;
    padding: 30px;
    display: flex;
    align-items: center;
}

.text-shop {
    padding-left: 116px;
}

.text-shop h2 {
    font: normal normal bold 40px/40px Roboto;
    letter-spacing: 0px;
    color: #668621;
    margin-bottom: 50px;
}

.adr {
    font: normal normal bold 24px/40px Roboto;
    margin-bottom:20px;
}
.gr, .phone {
    font: normal normal normal 24px/40px Roboto;
     margin-bottom:20px;
}

.gr b,  .phone b { font: normal normal bold 24px/40px Roboto;}

.mySwiper2 .swiper-slide {height:100vh}
.back {background-size:cover !important; width:100% !important; height:100% !important}

.mySwiper {
    position: relative;
    top: -460px;
    right: 0px;
	overflow:hidden;
	
}

.mySwiper .swiper-slide { z-index: 999;}

main.index {
    height: 100vh;
    /* position: relative; */
}
.mySwiper2 .swiper-slide:before {content:'';position:absolute;width:50%;height:100%;background:rgb(0 0 0 / 24%);z-index: 9;}
.green {
    display: flex;
    flex-direction: column;
    height: 300px;
    position: absolute;
    right: 31px;
    width: 92px;
    background: #668621;
    z-index: 9;
    padding: 34px;
    box-sizing: border-box;
    bottom: 29px;
}
main.index h1 {
    color: white;
    position: absolute;
    font: normal normal bold 60px/65px Roboto;
    z-index: 99;
    max-width: 562px;
    left: 13%;
    margin-top: 83px;
    z-index: 999;
}

.index footer {margin-top:0}
.index .swiper-slide-thumb-active img {
    border: 13px solid #668621 !important;
}

.err .fl {
    justify-content: flex-start;
    /* width: auto; */
}
.err .fl img {min-width:30px;}

body.err .logo {
    padding-right: 100px;
}
body.err header {display: inline-block;background: #fff; position: relative;}
body.err .logo img {min-width:103px;}
body.err {background:url(../img/fon.jpeg)}
main.err {
    color: white;
    padding-left: 12%;
    padding-top: 5%;
	    position: relative;
    z-index: 1;
}
/*body.err:before {content:''; width:53%; height:100%; background:rgb(0 0 0 / 21%); position:absolute;z-index:-1}*/
main.err h1 {font: normal normal bold 80px/96px Roboto;}
main.err p {font: normal normal 500 20px/30px Roboto;}
main.err .buts {display:flex;width: 400px;}
main.err .buts a {display:flex; margin-right:30px;}
main.err .buts a {
	background: rgb(255 255 255 / 20%);
	display: inline-block;
	border: none;
	padding: 14px 58px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	font: normal normal bold 16px/19px Raleway;
	color: #ffffff;
	text-align: center;
	position:relative;
	margin: 50px 20px 0 0;
	z-index:0;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
main.err .buts a:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	color: white;
}
main.err .buts a:hover {
	color: #4c4c4c !important;
	text-shadow: none;
}
main.err .buts a:hover:after {
	height: 450%;
	color:#585858
}



main.err .buts a:after {
	background: #ffffff;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
main.err .buts a:hover:after {
	height: 140%;
	opacity: 1;
}

.swiper2 {position:absolute; z-index: 9999}
.img2 {
    width: 100%;
    height: 280px;
    background-position: center bottom !important;
    transition:0.5s;
}

.row .item:hover .img2 {background-position:center 0 !important;}
.alln .row .item:hover .img2 {border-bottom:9px solid #668621}

p.tit a {
    color: white;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    display: block;
    bottom: 47px;
    left: 38px;
	padding-top: 45%;
    padding-right: 50%;
}
.index .swiper-slide img {
    border: 13px solid #ffffff00;
}

/*MOBILE MENU*/

.menu2 {
        min-width: 100px;
        width: 70%;
        max-width: 320px;
        background-color: #eeeeee;
        color: #fff;
        border-bottom: 10px solid #668621;
        position: absolute;
        top: 64px;
        z-index: 9;
      }
.menu2 ul {display:flex; flex-wrap:wrap; justify-content:center; }
.menu2 ul ul {display:none;background: #eeeeee;}
.menu2 ul ul li a {color: black !important;}
.menu2 ul ul li a:hover {background:#668621; color:white !important}
.menu2 ul ul.active {display:block;}
.menu2>ul>li:first-child, .menu2>ul>li:nth-child(2), .menu2>ul>li:nth-child(3) {flex-basis:auto;  }    
.menu2>ul>li:first-child a,.menu2>ul>li:nth-child(2) a, .menu2>ul>li:nth-child(3) a, .menu2>ul>li:last-child a {border:none;  }    
.menu2 li.parent {
    background: url(../img/down.png) no-repeat 95% 20px;
    background-size:3%;
}  
.menu2 li.parent.act {
    background: url(../img/down2.png) no-repeat 95% 20px;
    background-size:3%;
}  
.menu2 ul li { flex-basis:100%}
.menu2 ul li a {border-bottom:5px solid white;display:block;padding:10px;color: black !important;}
      .content {
        width: 100%;
      }

      .menu-button {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 18px 15px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #668621;
        /*margin: 14px;
			border-radius: 5px;*/
      }

      .menu-button .bar:nth-of-type(1) {
        margin-top: 0px;
      }

      .menu-button .bar:nth-of-type(3) {
        margin-bottom: 0px;
      }

      .bar {
        position: relative;
        display: block;
        width: 41px;
        height: 3px;
        margin: 10px auto;
        background-color: #fff;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
      }

      .menu-button:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(1.5px) rotate(0eg);
        -ms-transform: translateY(1.5px) rotate(0deg);
        transform: translateY(1.5px) rotate(0deg);
      }

      .menu-button:hover .bar:nth-of-type(2) {
        opacity: 0.9;
      }

      .menu-button:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-1.5px) rotate(0deg);
        -ms-transform: translateY(-1.5px) rotate(0deg);
        transform: translateY(-1.5px) rotate(0deg);
      }

      .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(15px) rotate(-45deg);
        -ms-transform: translateY(15px) rotate(-45deg);
        transform: translateY(15px) rotate(-45deg);
      }

      .cross .bar:nth-of-type(2) {
        opacity: 0;
      }

      .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        -ms-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-15px) rotate(45deg);
      }

      .cross:hover .bar:nth-of-type(1) {
        -webkit-transform: translateY(13.5px) rotate(-40.5deg);
        -ms-transform: translateY(13.5px) rotate(-40.5deg);
        transform: translateY(13.5px) rotate(-40.5deg);
      }

      .cross:hover .bar:nth-of-type(2) {
        opacity: 0.1;
      }

      .cross:hover .bar:nth-of-type(3) {
        -webkit-transform: translateY(-13.5px) rotate(40.5deg);
        -ms-transform: translateY(-13.5px) rotate(40.5deg);
        transform: translateY(-13.5px) rotate(40.5deg);
      }

.swiper2 {display: none;}




/*DESCTOP SMALL*/

@media (min-width: 1024px) and (max-width:1183px) {
	.fl.green2.graf {
    background: rgb(102 134 33 / 10%);
    padding: 30px 30px;
}
	.fl.green2.graf .item p {
    font: normal normal bold 20px/30px Roboto;
}
	.menu ul li a {
    position: relative;
    color: black;
    font: normal normal bold 20px/24px Raleway;
    background: #eee;
    padding: 30px 0.5rem 30px 0.5rem;
    display: inline-block;
    margin-right: 4px;
    line-height: 1;
}
	
main.index h1 {
    color: white;
    position: absolute;
    font: normal normal bold 50px/57px Roboto;
    z-index: 99;
    max-width: 562px;
    left: 9%;
    margin-top: 83px;
    z-index: 999;
}
	
.logo-text {
    font-weight: bold;
    font-size: 16px;
    padding-left: 16px;
    white-space: nowrap;
}
	.container-fluid {padding:0 2%}
	.logo img {min-width:auto;max-width: 70px;}
}

@media (min-width: 1184px) and (max-width:1366px) {
	
	.menu ul li a {
    position: relative;
    color: black;
    font: normal normal bold 20px/24px Raleway;
    background: #eee;
    padding: 40px 1.1rem 40px 1.1rem;
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
}
	.green {
    display: flex;
    flex-direction: column;
    height: 322px;
    position: absolute;
    right: 11px;
    width: 92px;
    background: #668621;
    z-index: 9;
    padding: 34px;
    box-sizing: border-box;
    bottom: 33px;
}
		.logo img {min-width:auto;max-width: 90px;}
	main.index h1 {
    color: white;
    position: absolute;
    font: normal normal bold 56px/67px Roboto;
    z-index: 99;
    max-width: 562px;
    left: 8%;
    margin-top: 83px;
    z-index: 999;
}
	.container-fluid {padding:0 3%}
}




/*MOBILE START*/


@media (max-width: 767px) {
	.swiper2 {display: block;top: 0px;}
	.index .swiper-slide-thumb-active img {
    border: 10px solid #668621 !important;
}
	.breadcrumbs span {
    color: #ffffff;
    font-size: 13px;
    padding: 0 5px;
}
	.breadcrumbs a span {
    color: white;
    font-size: 13px;
    padding: 0 5px;
}
	.map .banner {
    margin-bottom: 0px;
}
	.submmenu {
    margin-top: 10px !Important;
}
	.gmap {
    margin-bottom: -120px;
    margin-top: 0px;
    z-index: 0;
    position: relative;
}
	.mob {display:block}
.burg.mob {
    background: #e7e7e7;
    padding: 12px 10px 12px 10px;
    position: relative;
    left: 0px;
}

.burg.mob img {width: 38px;}
	main.index {
    height: 100vh;
    /* position: relative; */
    overflow: hidden;
    max-height: 100vh;
}
	.cont9 {
	max-width:100%;float:none; margin-right:0px
	
}
	p.tit a {
    color: white;
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    display: block;
    bottom: 17px;
    left: 29px;
    min-width: 350px;
		padding-top: 25%;
    padding-right: 35%;
}
	.accordion .accordion__title::before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    border: 2px solid #000000;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(
-45deg);
    position: absolute;
    right: 30px;
    top: 47%;
}
	.accordion .active .accordion__title {
    background: rgb(247 249 244);
    color: black;
    font: normal normal bold 17px/23px Roboto;
    /* padding: 70px 50px 104px; */
    border-top: 8px solid #668621;
}
	.logo-text {
    font-weight: bold;
    font-size: 11px;
    padding-left: 25px;
    white-space: nowrap;
}
.logo-text span {font-size: 11px;display:block;max-width: 260px;white-space: pre-wrap;}
		.accordion .accordion__title:after {display:none !important}
.files ul li a {align-items:center;padding:8px 15px}
.files ul li a span {
    flex-basis: 70%;
}
.files ul li a span+span {
    flex-basis: 10%;
}
.files ul li a {
    display: flex;
    justify-content: space-between;
    font: normal normal bold 16px/22px Roboto;
    color: black;
    background: rgb(0 0 0 / 10%);
   
    width: 100%;
   
    margin-bottom: 20px;
}
	.st2.active {display:none}
	.menu2 .st {display:none }
	.st.active {display:block}
.index .swiper-slide img {
    border: 10px solid #ffffff00;
}
.mySwiper {
    position: relative;
    bottom: inherit;
    right: inherit;
    top: -440px;
    left: 10px;
}
header .fl {justify-content: space-between;flex-wrap: nowrap;}
	body.index {
    max-height:auto;
    overflow: auto;
}
.fl {
    flex-wrap: wrap;
    justify-content: center;
}
.menu {
    display: none;
}
.index .swiper-slide.menu2 img {
    border: 0px solid #ffffff00;
}
.logo {
    padding: 6px 10px 5px 0px;
}
.logo-text {
    font-size: 13px;
    padding-left: 10px;
}

.logo img {
    min-width:auto;
    max-width: 53px;
}
main.index h1 {
    color: white;
    position: absolute;
    font: normal normal bold 30px/35px Roboto;
    z-index: 99;
    max-width: 92%;
    left: 3%;
    margin-top: 113px;
    z-index: 999;
}
p.tit {
    color: white;
    font-weight: bold;
    font-size: 24px;
    

}	
.mySwiper2 .swiper-slide:before {content:'';position:absolute;width:100%;height:100%;background:rgb(0 0 0 / 24%);z-index: 9; }	
.swiper.mySwiper .swiper-slide img {
    height: auto;
    max-width: 96%;
}
	.mySwiper .swiper-wrapper {/* flex-direction:column */}
.banner {
    min-height: 309px;
}
	.banner h1 {
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-top: 25px;
    padding-left: 11px;
}
footer .copy {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
}
.accordion .accordion__title {
    background: rgb(0 0 0 / 10%);
    color: black;
    font: normal normal bold 17px/23px Roboto;
    padding: 26px 50px 26px 20px;
    cursor: pointer;
}
	.accordion .accordion__content {
    display: none;
    padding: 20px 20px;
    overflow: hidden;
    background: rgb(102 134 33 / 10%);
}
	.active__item .accordion__title {
    background: rgb(239 243 232);
    color: black;
    font: normal normal bold 23px/30px Roboto;
    padding: 30px 20px;
    border-top: 8px solid #668621;
}
	footer {
    background: #668621;
    color: rgb(255 255 255 / 74%);
    margin-top: 100px;
    padding: 30px 0;
    width: 100%;
}
.content img {
    margin: 15px 0;
    height: auto;
    width: auto;
}	
.container-fluid {
    padding: 0 2%;
}
	.row .item {
    margin-bottom: 30px;
    background: #F2F2F2;
    padding-bottom: 10px;
}
	.submmenu ul li {
    width: 50%;
}
	
	.submmenu ul li a {
    color: white;
    padding: 10px 4px;
    border: 1px solid white;
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    min-height: 70px;
}
	.item {
    margin-bottom: 30px;
}
.breadcrumbs {
    padding-left: 5px;
}
	
	.breadcrumbs ul {
    list-style: none;
    font-weight: 700;
    display: flex;
    padding: 20px 0;
    max-width: 100%;
    overflow: scroll;
    flex-wrap: nowrap;
}

		.breadcrumbs ul li {white-space:nowrap; text-overflow:ellipsis}
	.breadcrumbs a:after {
    content: '|';
    padding-left: 0px;
    color: white;
  
		margin-left: -2px;
}
	.tabs ul li {
    font: normal normal bold 24px/70px Roboto;
    padding: 0px 40px;
    border: 1px solid black;
    margin-right: 0px;
    cursor: pointer;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
	.shop ul li {
  
    flex-wrap: wrap;
}
	

.fl.green2.graf .item p {
    font: normal normal bold 20px/25px Roboto;
}
	.text-shop {
    padding-left: 0px;
}
	.fl.green2.graf {
    background: rgb(102 134 33 / 10%);
    padding: 20px 16px;
    justify-content: flex-start;
}
	.fl.green2.graf .item {
    flex-basis: 50%;
}
	.form {
    max-width: 100%;
    margin: 0 auto;
    padding: 23px 30px;
    background: #eee;
    position: relative;
    z-index: 1;
}
	.tabs ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
	.item:nth-child(3), .item:nth-child(4) {
    margin-bottom: 30px;
}
	.fl .item {
    flex-basis: 100%;
}
	.submmenu ul li:nth-child(2n) a {margin-right:0}
	.cats .row .item span {
    margin: 24px 20px 20px;
	padding-top: 7px;
    display: block;
    font: normal normal bold 22px/29px Roboto;
    text-align: center;
}
.swiper-button-prev {left:0 !important; top:5px !important;}
.swiper-button-next {right: 14px !important;top: 5px !important;width: 74px !important;}
button-next, .swiper-button-prev {
    position: relative;
    /* top: 0; */
    z-index: 99999999;
    cursor: pointer;
    width: 70px!important;
    height: 71px;
    display: block;
    text-align: left;
}
	.row .item img {
    margin-bottom: 20px;
    margin-top: 0;
}
.green {
    display: flex;
    flex-direction: row;
    height: auto;
    position: relative;
    right: -14px;
    top: -410px;
    width: 94%;
    background: #668621;
    z-index: 5;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    height: 90px;
    bottom: 10px;
}
	.swiper-pagination {/* display:none !important; */flex-direction: row !important;padding: 5px !important;align-items: center;width: 100%;height: 75px;justify-content: center;}	
	.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .2;
    margin-right:10px;
    margin-bottom: 10px;
}
	.content h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
}
	
.intro {
    padding: 0 30px 30px;
    font: normal normal 400 15px/35px Roboto;
}

.date2 {
    padding: 0 30px 0px;
    font: normal normal bold 16px/40px Roboto;
    letter-spacing: 0px;
    color: #668621;
}

.row .item span {
    margin: 0 30px;
    font: normal normal bold 20px/35px Roboto;
}
	
}


/*MOBILE END*/


/*TAB START*/


@media (min-width:768px) and (max-width: 991px) {
	.swiper2 {display: block;top: 40px;left: 0px;}
.gr b, .phone b {
    font: normal normal bold 18px/25px Roboto;
}

.fl {
    flex-wrap: wrap;
    justify-content: center;
}
footer .fl {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;    
}

header .fl {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right:30px;
}

.menu {
    display: none;
}

.logo {padding: 30px 0 30px;}
.logo-text {
    font-size: 24px;
}

.logo img {
    min-width:auto;
    max-width:80px;
}
main.index h1 {
    color: white;
    position: absolute;
    font: normal normal bold 40px/45px Roboto;
    z-index: 99;
    max-width: 92%;
    left: 3%;
    margin-top: 113px;
    z-index: 999;
}
	
.mySwiper2 .swiper-slide:before {content:'';position:absolute;width:100%;height:100%;background:rgb(0 0 0 / 24%);z-index: 9; }	
.swiper.mySwiper .swiper-slide img {
    height: 150px !important;
}
.banner {
    min-height: 309px;
}
	.banner h1 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-top: 44px;
    padding-left: 11px;
}
footer .copy {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
}
	.accordion .accordion__title {
    background: rgb(0 0 0 / 10%);
    color: black;
    font: normal normal bold 23px/40px Roboto;
    padding: 30px 50px;
    cursor: pointer;
}
	.accordion .accordion__content {
    display: none;
    padding: 20px 20px;
    overflow: hidden;
    background: rgb(102 134 33 / 10%);
}
	.active__item .accordion__title {
    background: rgb(239 243 232);
    color: black;
    font: normal normal bold 23px/30px Roboto;
    padding: 30px 20px;
    border-top: 8px solid #668621;
}
	footer {
    background: #668621;
    color: rgb(255 255 255 / 74%);
    margin-top: 100px;
    padding: 30px 0;
}
.content img {
    margin: 15px 0;
}	
.container-fluid {
    padding: 0 2%;
}
	.row .item {
    margin-bottom: 30px;
    background: #F2F2F2;
    padding-bottom: 10px;
}
	.submmenu ul li {
    width: 50%;
}
	
	.submmenu ul li a {
    color: white;
    padding: 10px 10px;
    border: 1px solid white;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    margin-right: 14px;
}
	.item {
    margin-bottom: 30px;
}
	.breadcrumbs {
    padding-left: 30px;
}
	.breadcrumbs ul {
    list-style: none;
    font-weight: 700;
    display: flex;
    padding: 20px 0;
}
	.tabs ul li {
    font: normal normal bold 24px/70px Roboto;
    padding: 0px 28px;
    border: 1px solid black;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.5s;
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
}
	.shop ul li {
  
    flex-wrap: wrap;
}
	

.fl.green2.graf .item p {
    font: normal normal bold 20px/25px Roboto;
}
	.text-shop {
    padding-left: 0px;
}
	.fl.green2.graf {
    background: rgb(102 134 33 / 10%);
    padding: 20px 16px;
}
	.fl.green2.graf .item {
    flex-basis: 25%;
}
	.form {
    max-width: 100%;
    margin: 0 auto;
    padding: 23px 30px;
    background: #eee;
    position: relative;
    z-index: 1;
}
	.tabs ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
	.item:nth-child(3), .item:nth-child(4) {
    margin-bottom: 30px;
}
	.fl .item {
    flex-basis: 100%;
}
	.submmenu ul li:nth-child(2n) a {margin-right:0}
	.cats .row .item span {
    margin: 10px 20px 20px;
    display: block;
    font: normal normal bold 22px/29px Roboto;
    text-align: center;
}
	.row .item img {
    margin-bottom: 20px;
    margin-top: 0;
}
.green {
    display: flex;
    flex-direction: row;
    height: auto;
    position: relative;
    right: 0;
    top: 10px;
    width: auto;
    background: none;
    z-index: 99;
    padding: 10px;
    box-sizing: border-box;
}

.gr, .phone {
    font: normal normal normal 18px/25px Roboto;
    margin-bottom: 20px;
}
.adr {
    font: normal normal bold 18px/30px Roboto;
    margin-bottom: 20px;
}
.shop .img {flex-basis:40%; padding-right:30px}
.shop .img img {max-width:100%}
.text-shop {flex-basis:55%}
.text-shop h2 {
    font: normal normal bold 30px/35px Roboto;
    letter-spacing: 0px;
    color: #668621;
    margin-bottom: 30px;
}
	.swiper-pagination {display:none !important; }	
	
	.content h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
}
	
.intro {
    padding: 0 30px 30px;
    font: normal normal 400 15px/35px Roboto;
}

.date2 {
    padding: 0 30px 0px;
    font: normal normal bold 16px/40px Roboto;
    letter-spacing: 0px;
    color: #668621;
}

.row .item span {
    margin: 0 30px;
    font: normal normal bold 20px/35px Roboto;
}	
	
	
	
	
}
@media (min-width:992px) and (max-width: 1100px) {

.banner h1 {
    font-size: 45px;
    font-weight: 700;
    color: white;
    margin-top: 120px;
}

	
}
.menu ul li .st.active.show {
    display: block;
}
.menu ul li .st2.active.show {
    display: block;
}

.menu ul li .st2.hide {
    display: none;
}
.menu ul li .st.hide {
    display: none;
}
div#cookie_notification{
	display:none;
}
div#cookie_notification.show {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
    padding: 40px;
}

div#cookie_notification .form {
    background: #fff;
}

div#cookie_notification p {
    font-weight: 700;
    font-size: 18px;
    max-width: 300px;
}

div#cookie_notification .form button {
    text-align: left;
    margin: 10px 0 !important;
}

div#cookie_notification .form {
    margin: 0;
    padding: 10px 0px;
}
.cats .item{
	min-height:410px;
}
.mySwiper .swiper-slide-active img{
border: 13px solid #668621 !important;
}
.korypcii .content a{
	transition: color 0.3s;
	border-bottom: 0px solid #3670d4;

}
.korypcii .content .container a:hover{
	color:#3670d4;
	border-width: 1px ;
	transition: color 0.3s;
}
.breadcrumbs ul::-webkit-scrollbar {
  width: 0;
}
.submmenu li>a{
font-weight:700;
}
.menu2 ul li a{
	font-weight:bold;
}
body.err:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/fon.jpeg);;
  transform: scaleX(-1);
  background-size: cover;
}
.error-404{

    width: 55%;
    height: 100%;
    background: rgb(0 0 0 / 21%);
    position: absolute;
      z-index: 0;
}
.err .level1,.err .menu-custom{
	display:none;
}
.error{
margin-bottom:15px;	
}

.icon-menu::before {
    width: 50%!important;
    top: 32.5%;
    left: 25%;
}
.icon-menu::after {
    width: 50%!important;
    bottom: 32.5%;
    left: 25%;
}
.icon-menu span, .icon-menu::after, .icon-menu::before {
    content: "";
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
}
.burg.mob{
	height: 65px;
    width: 64px;
	padding:0px;
}
.icon-menu span {
    top: calc(50% - 0.0625rem);
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    width: 50%;
    transform: translateX(-4px);
    left: 31%;
}
.icon-menu{
	width: 100%;
	background: none;
    height: 100%;
    display: block;
    position: relative;
    border: none;
}

.menu-open .icon-menu span {
    width: 0;
}
.menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}