body {
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	color: #53565a;
	background-color: #f8f8f8;
}

.page-content > *:first-child {
    margin-top: 0;
}

textarea {
	resize: none;
}

a:hover,
a:focus {
	outline: none;
}

ul > li {
	position: relative;
	list-style-type: none;
}

ul > li:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 14px;
	background-image: url(../img/ul-li.png);
	top: 7px;
    left: -28px;
}

main {
	padding: 40px 0;
}

footer {
	position: relative;
	padding: 24px 0;
	margin-top: 40px;
	background-color: #fff;
}

.wrapper {
	position: relative;
	width: 1170px;
	margin: 0 auto;
}

.left-block {
	float: left;
	width: 390px;
	margin-right: 40px;
}

.right-block {
	float: left;
	width: 740px;
}

.main-page {
	max-width: 1400px;
	height: 700px;
	margin: 0 auto;
	background-image: url(../img/bg-main-page.jpg);
}

.page {
	max-width: 1400px;
	height: 230px;
	margin: 0 auto;
	background-image: url(../img/bg-page.png);
}


.navigation {
	position: relative;
	padding: 0 20px;
	height: 110px;
	line-height: 80px;
	background-color: #fff;

	-webkit-border-bottom-right-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	    -moz-border-radius-bottomright: 5px;
	     -moz-border-radius-bottomleft: 5px;
	        border-bottom-right-radius: 5px;
	         border-bottom-left-radius: 5px;
}

.logo {
	float: left;
	margin-left: 40px;
	margin-right: 30px;
	font-size: 21px;
	line-height: 80px;
	color: #53565a;
	font-weight: bold;
	text-transform: uppercase;
}

.logo:hover,
.logo:focus {
	text-decoration: none;
	color: #53565a;
}

.logo span {
	color: #F8C329;
}

.phone {
	position: absolute;
	font-size: 16px;
	line-height: 16px;
	top: 42px;
	left: 42px;
}

.main-menu {
	float: left;
}

.main-menu li {
	float: left;
	list-style-type: none;
}

.main-menu li a {
	display: block;
	padding: 0 15px;
	font-size: 15px;
	color: #53565a;
	font-weight: bold;
	text-transform: uppercase;
}

.main-menu li a.active {
	color: #fff;
	background-color: #005020;
}

.main-menu li a:hover,
.main-menu li a:focus {
	text-transform: uppercase;
	text-decoration: none;
	background-color: #F8C329;
}

.btn-menu {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: right;
	padding: 0 20px;
	margin: 10px 0;
	color: #000;
	background-color: #ffd134;
	border-radius: 24px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-menu-footer {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    margin: 10px 0;
    color: #000;
    background-color: #ffd134;
    border-radius: 24px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

.btn-menu-footer:hover,
.btn-menu-footer:focus {
	text-decoration: none;
	color: #000;
	background-color: #F8C329;
}

.btn-menu-footer svg {
    vertical-align: middle;
    margin-right: 8px;      
    display: inline-block;  
    width: 24px;           
    height: 24px;
    margin-top: -2px;      
}

.btn-menu i {
	margin-right: 10px;
}

.btn-menu:hover,
.btn-menu:focus {
	text-decoration: none;
	color: #000;
	background-color: #F8C329;
}

.btn-menu:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-menu span {
	font-size: 18px;
}

.hedaer-link{
	font-size: 13px;
	padding: 0 15px;
}

.hedaer-link svg{
	vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
}


.list-best {
	margin-top: -100px;
	width: 100%;
}

.list-best__slide {
	display: block;
	padding: 20px;
	height: 140px;
	color: #000;
	background-color: #ffd134;
	width: 390px;
	float: left;
	margin-bottom: 20px;
}

.list-best__slide:hover,
.list-best__slide:focus {
	background-color: #F8C329;
	color: #000;
}

.list-best__img {
	float: left;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	margin-right: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.list-best__text {
	float: left;
	width: 210px;
}

.list-best__text h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
}

.list-best__text p {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 0;
}

.bg-slide-1 {
	background-image: url(../img/bg-slide-1.png);
}

.bg-slide-2 {
	background-image: url(../img/bg-slide-2.png);
}

.bg-slide-3 {
	background-image: url(../img/bg-slide-3.png);
}

.main-desc {
	margin-top: 82px;
	width: 740px;
}

.main-desc__title {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.main-desc__title span {
	display: inline-block;
	background-color: rgba(41, 40, 40, .8);
	padding: 10px;
	margin-bottom: 5px;
}

.main-desc__text {
	margin-bottom: 40px;
	font-size: 19px;
	color: #fff;
}

.btn-page {
	padding: 15px 20px;
	color: #000;
	background-color: #ffd134;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: bold;
}

.btn-page:hover,
.btn-page:focus {
	color: #000;
	text-decoration: none;
	background-color: #F8C329;
}

.btn-page:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.side-menu {
	background-color: #fff;
	border: 1px #d7d7d7 solid;
}

.side-menu li {
	list-style-type: none;
}

.side-menu li a {
	position: relative;
	display: block;
	padding: 15px 15px 15px 40px;
	font-size: 17px;
	color: #53565a;
	border-bottom: 1px #d7d7d7 solid;
}

.side-menu li a:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #F8C329;
	top: 24px;
    left: 20px;
}

.side-menu li a:hover,
.side-menu li a:focus,
.side-menu li a.active {
	color: #000;
	background-color: #F8C329;
	text-decoration: none;
}

.side-menu li a:hover:before,
.side-menu li a:focus:before,
.side-menu li a.active:before {
	background-color: #fff;
}

.side-menu li:last-child a {
	border-bottom: none;
}

.page-content__data {
	margin-bottom: 20px;
	font-size: 16px;
}

.page-content__img {
	margin-bottom: 20px;
	width: 740px;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.page-content p {
	margin-bottom: 30px;
}

.page-content li {
	margin-bottom: 20px;
}

.page-content h1,
.page-content h2 {
	margin: 40px 0;
	font-size: 19px;
	color: #F8C329;
	text-transform: uppercase;
	font-weight: bold;
}

.page-content h1 {
	font-size: 24px;
}

.title-block {
	display: inline-block;
	padding-bottom: 5px;
	margin: 40px 0;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px #005020 solid;
}

.news {
	margin-bottom: 20px;
	float: left;
	width: 236px;
	height: 300px;
}

.news:nth-child(3n+2) {
	margin: 0 16px;
}

.news__img {
	display: block;
	width: 236px;
	height: 160px;
	margin-bottom: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.news__data {
	margin-bottom: 15px;
	font-size: 13px;
	color: #777c82;
}

.news__text {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	min-height: 72px;
	max-height: 72px;
}

.news_btn {
	display: inline-block;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #ffd134;
	text-transform: uppercase;
	border-radius: 5px;
}

.news_btn:hover,
.news_btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #F8C329;
}

.news_btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.footer-logo {
	float: left;
	width: 300px;
}

.copyright {
	font-size: 16px;
}

.footer-contacts {
	float: left;
	margin-left: 60px;
	width: 540px;
	/*height: 150px;*/
	height: 210px;
	background-image: url(../img/footer-contacts.jpg);
}

.contacts {
	padding: 20px 12px;
	margin-left: 287px;
	font-size: 14px;
	color: #fff;
}

.contacts span {
	display: block;
	text-align: right;
	margin-bottom: 5px;
	color: #000;
}

.contacts span i {
	width: 5px;
    text-align: center;
}

.fire {
	position: absolute;
	bottom: 0;
	left: 0;
}

.modal-header .close {
	display: block;
	outline: none;
	width: 32px;
    height: 32px;
    font-size: 32px;
    font-weight: 300;
    background-color: #f8f8f8;
    -webkit-border-radius: 100%;
            border-radius: 100%;
}

.modal-header {
	padding: 7px;
	border-bottom: none;
}

.modal-body {
	padding-top: 0;
}

.modal-body h4 {
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.modal-body p {
	font-size: 15px;
	color: #929497;
}

.modal-dialog {
	margin-top: 200px;
	width: 700px;
}

.form-modal {
	width: 616px;
	margin: 30px auto;
}

.form-control {
	background-color: #f0f0f0;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	font-size: 15px;
	padding: 10px 20px;
	height: 42px;
}

.btn-default {
	font-size: 14px;
	color: #000;
	border: none;
	border-radius: 6px;
	background-color: #ffd134;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
	color: #000;
	background-color: #F8C329;
	outline: none;
}

.form-modal .form-control {
	width: 240px;
	margin-right: 5px;
}

.form-control:focus {
	box-shadow: none;
}

.list-goods__good {
	position: relative;
	float: left;
	padding: 15px;
	margin-bottom: 15px;
	width: 236px;
	height: 385px;
	background-color: #fff;
	border: 1px #d7d7d7 solid;
	text-decoration: none;
}

.list-goods__good:hover,
.list-goods__good:focus {
	border: 1px #005020 solid;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.list-goods__text {
	text-align: center;
}

.list-goods__good:nth-child(3n+2) {
	margin: 0 16px;
}

.list-goods__img {
	display: block;
	height: 180px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: containh;
	     -o-background-size: containh;
	        background-size: containh;
}

.list-goods__good h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 15px;
	max-height: 32px;
	overflow: hidden;
}

.list-goods__good h3 a {
	color: #005020;
}

.list-goods__good p {
	font-size: 13px;
	color: #53565a;
	max-height: 108px;
	overflow: hidden;
}

a.list-goods__good:hover h3,
a.list-goods__good:focus h3 {
	color: #005020;
	text-decoration: underline;
}

.list-goods__btn {
	float: right;
	display: block;
    padding: 5px 40px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    background-color: #ffd134;
    border-radius: 5px;
}

.list-goods__btn:hover,
.list-goods__btn:focus {
    color: #000;
    text-decoration: none;
    background-color: #F8C329;
}

.list-goods__btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.list-goods__bay {
	position: absolute;
	/*width: 204px;*/
	left: 50px;
	bottom: 15px;
}

.list-goods__bay span {
	float: left;
	display: block;
	line-height: 29px;
	font-weight: bold;
}

.page-content__btn {
	display: inline-block;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 24px;
	text-transform: uppercase;
	background-color: #005020;
	margin-bottom: 30px;
}

.page-content__btn:hover,
.page-content__btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 80, 32, .8);
}

.page-content__btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.form-contants {
	width: 490px;
}

.form-line .form-group {
	display: inline-block;
	width: 240px;
	margin-right: 5px;
}

.form-line .form-group:last-child {
	margin-right: 0;
}

.page-good__slider {
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	padding: 15px 30px;
	width: 240px;
	height: 240px;
	background-color: #fff;
	border: 1px #d7d7d7 solid;
	margin-bottom: 20px;
}

.left-block-good {
	width: 240px;
	float: left;
	margin-right: 30px;
}

.page-good__slider img {
	max-width: 210px;
	max-height: 200px;
}

.item__img {
	width: 178px;
	height: 210px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	cursor: pointer;
	line-height: 240px;
	width: 30px;
	color: #005020;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.page-good__desc {
	float: left;
	width: 470px;
	font-size: 15px;
}

.page-good__desc p {
	margin-bottom: 10px;
}

.page-good__desc ul > li:before {
	top: 4px;
}

.page-good__title {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: bold;
}

.page-good__bay {
	margin-bottom: 20px;
}

.page-good__bay a {
	display: inline-block;
    padding: 5px 15px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #005020;
    border-radius: 5px;
}

.page-good__bay a:hover,
.page-good__bay a:focus {
	color: #fff;
    text-decoration: none;
    background-color: rgba(0, 80, 32, .8);
}

.page-good__bay a:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.page-good__bay span {
	font-size: 21px;
	font-weight: bold;
}

.bg-info,
.bg-warning {
	padding: 15px;
}

.bg-warning {
	color: #8c711b;
	background-color: #fce8a2;
}

.bg-info {
	color: #3e6b93;
	background-color: #d2e4f3;
}

.bb {
	float: right;
    margin-top: 30px;
    margin-left: 40px;
}

.breadcrumb {
	background-color: #F8C329;
	color: #000;
}

.breadcrumb a {
	color: #fff;
}

@media (max-width: 1650px) {
	.fire {
		display: none;
	}
}

.logo img{
	width: 210px;
}

.faq__text {
    text-align: center;
    margin-bottom: 40px;
}

.faq__text h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.panel-group {
    margin-bottom: 20px;
}

.faq .panel-default {
    border-color: #ffd134;
    border-radius: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.faq .panel-default > .panel-heading {
    background-color: #ffd134;
    border-radius: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.faq .panel-title {
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.form-block {
    padding: 20px;
    background-color: #fff;
    border: 4px solid #ffd134;
}

.form-block .btn-default {
	border-radius: 6px;
	background-color: #ffd134;
	width: 100%;
}

.form-block .btn-default:hover {
	background-color: #F8C329;
}

.zhdark {
	background-color: #F8C329;
}


.cookie-overlay {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #fff;
    z-index: 2051;
    /* border: 1px solid #623100; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .5);
    width: calc(100% - 30px);
    max-width: 768px;
    transition: .3s ease-in;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 22px;
  }

  .cookie-overlay__inner {
    width: 100%;
    height: 100%;
    padding: 1rem;
  }

  .cookie-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .cookie-overlay.is-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .cookie-overlay__inner {
    padding: 1rem;
  }

  .cookie-overlay__text {
    color: #111;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .cookie-overlay__bottom {
    display: flex;
    gap: 15px;
  }

  .close-cookies {
    cursor: pointer;
  }

  @media (max-width: 992px) {
    .cookie-overlay__inner{
      transform: none;
      padding-top: 0;
      padding-bottom: 0;
    }
  }
