@font-face {
  font-family: 'Helveticaneuecyr-Light';
  src: url('../fonts/helveticaneuecyr_light.eot');
  src: url('../fonts/helveticaneuecyr_light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_light.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_light.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Roman';
  src: url('../fonts/helveticaneuecyr_roman.eot');
  src: url('../fonts/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_roman.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_roman.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Medium';
  src: url('../fonts/helveticaneuecyr_medium.eot');
  src: url('../fonts/helveticaneuecyr_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_medium.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_medium.woff') format('woff');
        font-display: swap;
}


@font-face {
  font-family: 'Helveticaneuecyr-Bold';
  src: url('../fonts/helveticaneuecyr_bold.eot');
  src: url('../fonts/helveticaneuecyr_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_bold.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_bold.woff') format('woff');
        font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  min-width: 330px;
  font-family: 'Helveticaneuecyr-Light';
  font-weight: 100;
  background-color: #ededed;
  -webkit-font-smoothing: antialised;
}

.hidden {
  overflow-x: hidden;
}

a {
  font-family: 'Helveticaneuecyr-Medium';
  color: #489034;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .2s;
}

a:hover {
  color: #7e3e97;
  transition: .2s;
}

strong, .text-bold p, .text-bold li {
  font-family: 'Helveticaneuecyr-Bold';
}

img {
  display: block;
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
  margin-top: 30px;
}

h1:first-child, h2:first-child, h3:first-child,
h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1, h2 {
  font-family: 'Helveticaneuecyr-Bold';
}

h1 {
  font-size: 40px;
  line-height: 1.15;
}

h2 {
  font-size: 39px;
  line-height: 1.1;
}

h3 {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 32px;
  line-height: 1.25;
}

h5 {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 19px;
  line-height: 1.5;
  color: #7e3e97;
}

h6 {
  font-family: 'Helveticaneuecyr-Medium';
  font-size: 16px;
  line-height: 1.4;
  color: #7e3e97;
  text-transform: uppercase;
}

.container {
  position: relative;
  max-width: 1290px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1260px){
  .container {
    max-width: 990px;
    width: 100%;
  }  
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  h3 {
    font-size: 25px;
  }
  h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  br {
    display: none;
  }
}

@media (max-width: 991px){
  .container {
    max-width: 760px;
  }
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
  h2 {
    font-size: 27px;
    line-height: 1.3;
  }
}

@media (max-width: 767px){
  .container {
    max-width: 510px;
  }
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
}

p, section li {
  font-size: 15px;
  color: #000;
}

p {
  line-height: 1.7;
  margin-top: 20px;
}

p:first-child {
  margin-top: 0;
}

.text-14 p, section .text-14 li {
  font-size: 14px;
}

.text-white p, .text-white h1, .text-white h2, .text-white h3, 
.text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}

.text-small p {
  font-size: 13px;
  line-height: 1.5;
}

.logo img {
  max-height: 37px;
}

@media(max-width: 430px) {
  .logo img {
    max-height: 34px;
  }
}

.logo:first-child {
  border-right: 1px solid rgba(0,0,0,0.2);
  padding-right: 15px;
  margin-right: 15px;
}

.flex, .flex-va-center, .center {
  display: flex;
  flex-wrap: wrap;
}

.flex-va-center, .center {
  align-items: center;
}

.flex--center, .center {
  justify-content: center;
}

.flex--between {
  justify-content: space-between;
}

header {
  background-color: #e4f5f3;
  padding-top: 25px;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
}

@media(max-width: 1260px) {
  nav ul {
    display: none;
  }
}

nav ul a {
  color: #000;
}

nav ul a:hover {
  color: #48791f;
}

nav a, .sidenav a {
  font-family: 'Helveticaneuecyr-Medium';
  line-height: 1.1;
  text-transform: uppercase;
}

nav a, nav a.btn__link {
  font-size: 14px;
}

.sidenav a {
  font-size: 17px;
  color: #fff;
}

.sidenav a:hover {
  color: #8bc55a;
}

.sidenav li {
  margin-top: 30px;
}

.sidenav li:first-child {
  margin-top: 0;
}

nav li {
  margin-right: 25px;
}

nav .btns {
  padding-top: 0;
}

.sidenav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100000;
  min-height: 100vh;
  width: 100%;
  opacity: 0;
  top: -500%;
  left: auto;
  right: 0;
  background: rgba(0,0,0,0.8);
  overflow-x: hidden;
  transition: 0.3s;
  padding: 20px 0;
}

@media(min-width: 1261px) {
  .sidenav {
    display: none;
  }
}

.sidenav ul {
  width: 100%;
}

.sidenav li {
  text-align: center;
}

.sidenav .closebtn {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-top: 27px;
}

.sidenav .closebtn:hover {
  color: #8bc55a;
}

.menu-burger {
  display: none;
  align-items: center;
  margin-left: 15px;
}

@media(max-width: 1260px) {
  .menu-burger {
    display: flex;
  }
}

.menu-burger svg {
  width: 35px;
  height: 35px;
  fill: #48791f;
}

.menu-burger svg:hover {
  fill: #7e3e97;
}

nav .btns .btn {
  width: auto;
  margin-right: 5px;
}

@media(max-width: 767px) {
  header .logos {
    width: 100%;
    justify-content: center;
    margin-bottom: 25px;
  }
  nav {
    width: 100%;
    justify-content: space-between;
  }
}

@media(max-width: 767px) {
  nav .btns .btn__link {
    font-size: 12px;
    padding-left: 22px;
    padding-right: 22px;
  }
}



