*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root{--main:#272B30;--second:#51803E;--third:#7F9E71;--blue:#1C85D8;}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
  width: 100%;;
}

body {
  margin: 0;
  font-family: "Museo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: /*#F5F3F4*/#ffffff;
  position: relative;
  z-index: 1;
  color: var(--main);
  background-repeat: no-repeat;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

@keyframes shine {0% {transform: translateX(-4rem) skewX(-45deg); }  50% {transform: translateX(30rem) skewX(-45deg); }  100% {transform: translateX(30rem) skewX(-45deg); } }
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(81,128,62, 0.3);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

li {list-style: none;}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.top-block-txt h1{color: #272B30;font-size: 50px; line-height: 1.22; font-family: 'Cormorant Garamond'; font-style: normal;
  font-weight: 500; text-shadow: 0 0 30px #fff;margin-bottom:0;}

h1 {font-family: 'Cormorant Garamond';  font-weight: 500; font-size: 44px;  line-height: 1.2; text-align: left; margin-bottom: 30px; text-shadow:none;}

h2{font-family: 'Cormorant Garamond';  font-weight: 500; font-size: 44px;  line-height: 1.2; text-align: left; margin-bottom: 30px;}
h3{font-family: 'Cormorant Garamond'; font-size: 40px; line-height: 48px; line-height: 1.2; color:#000000; text-align: center; font-weight: 500;}
h4{font-family: 'Cormorant Garamond'; text-align: center; font-size: 30px; line-height: 1.2; margin-bottom: 1.5em;}
h5 {font-weight: 300; font-size: 22px; line-height: 1.2; text-transform: uppercase; text-align: left;}
h6 {text-align: center; padding: 13px 28px; display: inline-block; 
background-color: var(--second); color: #ffffff; text-transform: uppercase; font-weight: 600; margin: 0px auto 0px; 
font-size: 18px;}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.center {text-align: center;}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}


ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}


b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color:var(--main);
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color:var(--second)
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}


label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
  outline: none;
  border:none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  outline: none;
}
select:focus{
  outline: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  outline: none;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
  outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
  outline: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}


progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none !important;
}

input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}