/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

svg{
    color:#fff;
    width: 16px;
    height: 16px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    color:#062b36;
    padding: 0 15px;
}
.container{
    max-width: 1720px;
    margin: 0 auto;
}
.container-sm{
  max-width: 800px;
  margin: 0 auto;
}
.d-flex{
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.d-flex + .d-flex{
  flex-grow: 0;
  justify-content: space-around;
}
.header-container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.header__address,
.header__phone{
    display: none;
}

.header-container a{
    font-size: 24px;
    color:#5d9b5a;
    text-decoration: none;
}
.header__menu{
  text-align: center;
  margin: 0 auto;
}

.header__mobile{
    display: flex;
}
.mmenu{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 20px;
}
.mmenu a{
  display: block;
    background: #5d9b5a;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}

.main-container{
    background: url('bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content:center;
    min-height:300px;
    height: calc(var(--vh) - 200px);
    height: calc(100dvh - 200px);
}
.btn-order{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size: clamp(20px,2.5vw,24px);
    text-decoration: none;
    width: clamp(280px, 50%, 368px);
    height: 76px;
    border:2px solid;
    margin-top: auto;
    margin-bottom: 20%;
}
.btn-order:hover{
    color: #fff;
    background-color: #5d9b5a;
    border-color: #5d9b5a;
}
.tb{
  display:flex;
  gap: 60px;
}

.tb-img{
  background: url('bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 845px;
}
.tb-text{
  font-size: 18px;

}
.tb-title{
    font-size: clamp(34px,2.5vw,48px);
    color: #5d9b5a;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
}
.tb-text i{
  color:#999999;
}

.footer-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height:100px;
    padding:1rem 0;
    gap:1rem;
}
.footer__link{
    display: flex;
    flex-wrap:wrap;
    order:1;
    gap:1rem;
}
.svg-icon{
    width: 32px;
    height: 32px;
    border-radius: 50rem;
    background-color: #5d9b5a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg-icon + .svg-icon{
    margin-left:25px;
}
.visible-md{
  display: none;
}

@media (min-width: 686px){
   .footer__link{
      order:0;
  }
}
@media (min-width: 768px){
    .mmenu,
    .header__mobile{
        display: none;
    }
    .header__address,
    .header__phone{
        display: block;
    }

    .btn-order{
        display: none;
    }
    .visible-md{
      display: block;
    }
    .tb .col{
      width:50%;
      padding-bottom: 140px;
    }
    .hide-md{
      display:none;
    }
    .d-flex{
      width:50%;
    }
    .header__menu a+a{
      margin-left: 30px;
    }
}
@media (min-width: 992px){
  .header__phone{
    margin-left: 50px;
  }
  .header__menu a+a{
    margin-left: 60px;
  }
  .d-flex + .d-flex{
    flex-grow: 0;
    justify-content: flex-end;
  }

}



 #cookie-notice {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin: auto;
	padding: 0.5rem;
	background-color: #fff;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	    flex-wrap: wrap;
	align-items: center;
    gap: 1rem;
}

.cookie-notice-more {
	margin: 0 0.25rem;
	text-decoration-style: dashed;
	color: inherit;
}

.cookie-notice-close {
	padding: 0.25rem 1rem;
	border: 1px solid #759c2d;
	border-radius: 0.375rem;
	background-color: #759c2d;
	line-height: 34px;
	text-decoration: none;
	color: #fff;
}