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

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

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

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/roboto_bold.eot');
  src: url('../fonts/roboto_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto_bold.woff2') format('woff2'),
       url('../fonts/roboto_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 {
  position: relative;
  min-width: 330px;
  font-family: 'Roboto';
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

main {
  overflow: hidden;
}

a {
  font-family: 'Roboto-Bold';
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .2s;
}

a:hover {
  transition: .2s;
}

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

/*container - begin*/
.container {
  position: relative;
  z-index: 10;
  max-width: 1350px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1260px) {
  .container {
    max-width: 990px;
    width: 100%;
  }  
}

@media (max-width: 991px) {
  .container {
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 510px;
  }
}
/*container - end*/

/*headings - begin*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

h1 {
  font-family: 'Roboto-Bold';
  font-size: 48px;
  line-height: 1.17;
}

h2 {
  font-family: 'Roboto-Bold';
  font-size: 38px;
  line-height: 1.2;
}

h3 {
  font-family: 'Roboto-Medium';
  font-size: 32px;
  line-height: 1.35;
}

h6 {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  line-height: 1.3;
}

.sub-title {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 12px;
}

@media (max-width: 1520px) {
  .item h6 {
    font-size: 18px;
  }
}

@media (max-width: 1260px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 31px;
  }
}

@media (max-width: 991px) {
  h1,h2,h3,h4,h5,h6, .sub-title {
    text-align: center;
  }
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  h3 {
    font-size: 30px;
  }
  h1 br {
    display: none;
  }
  h6 {
    font-size: 18px;
  }
  .sub-title {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  .sub-title {
    margin-top: 20px;
  }
}
/*headings - end*/

strong, .ff-bold {
  font-family: 'Roboto-Bold';
}

.fl, .items {
  display: flex;
  flex-wrap: wrap;
}

.va, .cent, .spb, header ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.jc, .cent {
  justify-content: center;
}

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

@media(max-width: 767px) {
  .header-logo img {
    max-height: 40px;
  }
}

.search-form {
	width: 100%;
	max-width: 410px;
}

header .search-form {
	max-width: 100%;
}

/*header - begin*/
header {
  position: relative;
  z-index: 20;
  padding: 20px 0;
}

@media(max-width: 767px) {
  header {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    padding-bottom: 0;
  }
}

.header-search-block {
  width: 10%;
  flex: 1 1;
  margin-left: 40px;
  margin-right: 40px;
}

.header-search {
  width: 100%;
  margin: 0 auto;
}

header a, .sidenav a {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.3;
  color: #444444;
  text-transform: capitalize;
}

header ul li {
  margin-right: 25px;
}

header ul li:last-child {
  margin-right: 0;
}

.has-children {
  position: relative;
}

header ul li:hover a, .sidenav ul li:hover a {
  color: #138452;
}

.has-children a:after {
  content: url(../img/chevron_down.svg);
  width: 10px;
  margin-left: 5px;
  transition: .2s;
}

.has-children:hover a:after {
  content: url(../img/chevron_down_green.svg);
  transition: .2s;
}
/*header - end*/

/*mobile menu - begin*/
.sidenav {
  min-width: 330px;
  position: fixed;
  top: 0;
  left: -430px;
  z-index: 100000;
  width: 100%;
  max-width: 420px;
  background: #f1fcf7;
  border-right: 2px solid #138452;
  overflow: auto;
  transition: 0.3s;
}

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

.sidenav-block {
  height: 100vh;
}

.sidenav-content {
  padding: 20px;
  padding-top: 30px;
}

.sidenav ul {
  width: 100%;
  margin-top: 30px;
}

.sidenav li {
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.3);
}

.sidenav li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.sidenav a {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.sidenav .has-children a:after {
  position: absolute;
  right: 15px;
  top: 8px;
}

.sidenav-top {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.sidenav-top p {
  padding-left: 20px;
}

.sidenav .closebtn {
  width: 47px;
  height: 47px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #138452;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.sidenav .closebtn span {
  position: relative;
  top: -1px;
}

.sidenav .closebtn:hover {
  color: #fff;
  background-color: #000;
}

.menu-burger {
  display: none;
  align-items: center;
}

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

.mob {
  display: none;
}

@media(max-width: 767px) {
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
}

.menu-burger svg {
  width: 40px;
  height: 40px;
  fill: #000;
}

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

@media(max-width: 767px) {
  .menu-burger svg {
    width: 35px;
    height: 35px;
    fill: #fff;
  }
  .menu-burger svg:hover {
    fill: #f1fcf7;
  }
}
/*mobile menu - end*/



