a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}

a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
@media print {
  *,
  *:before,
  *:after {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #73b854;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #518738;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
ul {
  margin-top: 0;
  margin-bottom: 12.5px;
}
a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}

.header__left {
  width: auto;
  margin-right: 30px;
}
.header__left,
.header__center,
.header__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}
.header__left a {
  color: #000;
  text-decoration: none;
}
.left__burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.left__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #909090;
}
.left__logo {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.left__logo img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 11px;
}
.header__center {
  justify-content: flex-start;
  max-width: 900px;
  width: 100%;
}
.header__center a {
  width: 100%;
  text-decoration: none;
}
.center__search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__field {
  max-width: 550px;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 14px;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}
.search__btn {
  width: 64px;
  height: 40px;
  background-color: #b00205;
  line-height: 46px;
  border-radius: 0 5px 5px 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right__link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right__link a {
  color: #c00;
  font-size: 14px;
  text-decoration: none;
  margin-right: 15px;
}
.right__link a:last-of-type {
  margin-right: 0;
}
.icon__mail,
.icon__message {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.icon__mail .icon,
.icon__message .icon {
  fill: silver;
  transition: all 0.2s;
}
.icon__mail .icon:hover,
.icon__message .icon:hover {
  fill: #000;
}
.header__bot {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 60px;
  width: 100%;
  padding-top: 20px;
}
nav {
  width: 100%;
  max-height: 60px;
}
nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 20px;
}
.nav__link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 10px;
}
@media screen and (max-width: 720px) {
  .header__center,
  .right__icon {
    display: none;
  }
  .left__burger,
  .left__logo {
    margin-right: 10px;
  }
  .left__logo img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 720px) {
  .header__top {
    border: none;
    padding: 0;
  }
  .header__bot {
    display: none;
  }
}
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
:focus {
  outline: 0;
}
a,
div,
img,
li,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: 0 0;
}
ul {
  list-style: none;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #da2429;
}
body *:not(i) {
  font-family: DIN, sans-serif !important;
}
a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #73b854;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #518738;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
ul {
  margin-top: 0;
  margin-bottom: 12.5px;
}
a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
.g_gk {
  border-top: 1px solid #d0d0d0;
  font-family: DIN, sans-serif !important;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
.e_eb {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.5rem;
}
.g_gl {
  color: grey;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  text-align: center;
}
.e_ec {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.e_ee {
  color: #c00;
  cursor: pointer;
}
.e_ed {
  color: grey;
  display: inline-block;
  margin: 0 0.375rem;
  vertical-align: baseline;
}
.g_gm {
  padding: 0 0.625rem;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
:focus {
  outline: 0;
}
a,
div,
li,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: 0 0;
}
ul {
  list-style: none;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #da2429;
}
body *:not(i) {
  font-family: DIN, sans-serif !important;
}
