@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,300;1,700&display=swap");
/*reset*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
  color: #525252;
}

body {
  font: 14px/140% 'Arial', sans-serif;
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
}

p {
  margin: 20px 0 0;
}

@media only screen and (min-width: 1024px) {
  p {
    margin: 16px 0 0;
  }
}

a {
  color: #434343;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

form,
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  color: #000;
  font: 18px/20px 'Arial', sans-serif;
  vertical-align: middle;
}

address {
  font-style: normal;
}

q {
  quotes: none;
}

strong {
  font-weight: 500;
}

@media only screen and (min-width: 1024px) {
  .animated {
    opacity: 0;
  }
}

.animation-completed {
  opacity: 1;
}

.bone {
  position: relative;
  min-height: 100%;
}

.page-width {
  padding: 0 15px;
  margin: auto;
}

@media only screen and (min-width: 1024px) {
  .page-width {
    max-width: 80vw;
    padding: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 1680px) {
  .page-width {
    max-width: 1480px;
  }
}

.page-space {
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .page-space {
    padding: 0;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: background .25s linear;
  z-index: 5;
}

header__items {
  padding: 20px;
}

.body--scrolled header {
  background-color: #2665AD;
  color: #FFFFFF;
}

.header__items {
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: padding .25s linear;
}

.body--scrolled .header__items {
  padding: 10px 30px;
}

.logo {
  display: block;
  width: 115px;
  height: 29px;
  background: url(/images/logo.svg) 0 0/115px 29px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .logo {
    background: url(/images/logo.svg) 0 0/175px 44px no-repeat;
    width: 175px;
    height: 44px;
    -ms-flex-order: 1;
        order: 1;
  }
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.body--scrolled .logo {background: url(/images/logo_light.svg) 0 0/100% 100% no-repeat;}

.menu--opened {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .menu--opened {
    overflow: visible;
  }
}

.menu--opened .menu {
  position: fixed;
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  top: 0;
  background: #44B8B5;
  width: 100vw;
  height: 100vh;
}
.menu--opened .menu__list {
  height: 100vh;
  overflow-y: auto;
}

@media only screen and (min-width: 1024px) {
  .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .menu {
    padding-right: 5vw;
  }
}

.menu__opener {
  display: block;
  background: url(/images/sandwich.svg) 0 0/22px 17px no-repeat;
  width: 22px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
}

.body--scrolled .menu__opener {
  background-image: url(/images/sandwich-dark.svg);
}

.menu--opened .menu__opener {
  position: absolute;
  right: 36px;
  top: 36px;
  background: linear-gradient(0deg, #44B8B5, #44B8B5);
  background: url(/images/close.svg) 0 0/12px 12px no-repeat;
  width: 12px;
  height: 12px;
}

@media only screen and (min-width: 1024px) {
  .menu__opener {
    display: none;
  }
}

.menu__list {
  display: none;
  margin: 0;
  padding: 24px 0;
  list-style: none;
}

.menu--opened .menu__list {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .menu__list {
    background: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu__item {
  color: #000;
  font: 16px/300% 'Montserrat', sans-serif;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .menu__item {
    text-align: left;
    font: 700 1vw/1.3 'Montserrat', sans-serif;
  }
  .menu__item--children:hover {
    position: relative;
  }
}

@media only screen and (min-width: 1280px) {
  .menu__item {
    font-size: .8vw;
	margin: 0 1vw;
  }
}

.menu__link {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  .menu__link {
    display: block;
    padding: 10px 1vw;
    border-radius: 20px;
	background: #2665ad;
  }
  .body--scrolled .menu__link {
    color: #FFFFFF;
  }
  .menu__link--current, .menu__link:hover {
    color: #ffffff;
    background: #44B8B5;
  }
  .menu__item--children:hover .menu__link {
    color: #ffffff;
    background: #44B8B5;
  }
  .menu__item--children:hover .menu__link {
    border-radius: 20px 20px 0 0;
  }
}

.menu__item--children .menu__link:after, .menu__dropitem.menu__dropitem--children > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 14px;
  height: 18px;
  background: url(/images/hasnodes.svg) 0 0/14px 14px no-repeat;
}

@media only screen and (min-width: 1024px) {
  .body--scrolled .menu__item--children .menu__link:after {
    background-image: url(/images/hasnodes.svg);
  }
}

.menu__item--children .menu__link:hover {
  position: relative;
}

.menu__item--children .menu__link:hover:after {
  background-image: url(/images/hasnodes.svg);
}

.menu__item--children:hover .menu__link:after {
  background-image: url(/images/hasnodes.svg);
}

.menu__item--children:hover .menu__link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  width: 20px;
  height: 20px;
  background-color: #44B8B5;
}

.menu__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .menu__dropdown {
    display: none;
    position: absolute;
    
    top: 100%;
    padding: 20px 0;
    border-radius: 0 20px 20px 20px;
    background: #44B8B5;
    min-width: 100%;
  }
  .menu__item:hover {
    position: relative;
  }
  .menu__item:hover .menu__dropdown {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .menu__col {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1280px) {
  .menu__col {
    margin-right: 0px;
  }
}

.menu__subitem {
  font: 700 16px/1.3 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .menu__subitem {
    white-space: nowrap;
    font-size: .9vw;
  }
}

.menu__sublink {
  display: block;
  padding: 6px 24px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.menu__sublink:hover {
  background: #166e6c;
}

.menu__dropcol {
  padding-left: 20px;
}

.menu__droptitle {
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

h5.menu__droptitle {
	font-size: 1.2em;
}

@media only screen and (max-width: 1024px) {
	h5.menu__droptitle {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1024px) {
  .menu__droptitle {
    padding: 10px 40px;
  }
}

.menu__droplist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__dropitem {
  white-space: nowrap;
  font-weight: 700;
}
.menu__droplink {
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .menu__droplink {
    padding: 8px 40px;
  }
}
span.menu__droplink {
    color: #b1b2ab;
}
a.menu__droplink:hover {
  background: #166e6c;
}
@media only screen and (min-width: 1024px) {
  .menu__subdropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 20px 0 10px;
    background: #FFFFFF;
    border-radius: 0 20px 0 20px;
  }
  .menu__dropitem:hover {
    position: relative;
  }
  .menu__dropitem:hover .menu__subdropdown {
    display: block;
  }
}
.menu__subdropheading {
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .menu__subdropheading {
    color: #44B8B5;
  }
}
.menu__subdroplist {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.menu__subdropitem {
  white-space: nowrap;
}

.menu__subdroplink {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .menu__subdroplink {
    color: #44B8B5;
    padding: 5px 20px;
  }
}
.menu__subdroplink:hover {
  color: #ffffff;
  background: #b4370a;
}

.lang {
  position: relative;
  margin: 0 3vw 0 auto;
}

@media only screen and (min-width: 1024px) {
  .lang {
    -ms-flex-order: 3;
        order: 3;
    margin: 0;
  }
}

.lang__opener {
  background: #2665AD;
  box-sizing: border-box;
  border-radius: 20px;
  font: 700 12px/14px 'RobotoBold', sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 6px 14px;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .lang__opener {
    font-size: 1vw;
  }
}

@media only screen and (min-width: 1280px) {
  .lang__opener {
    font-size: .8vw;
  }
}

.lang--opened .lang__opener {
  background-color: #44B8B5;
  color: #000000;
  border-radius: 20px 20px 0 0;
}

.body--scrolled .lang__opener {
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  .lang__opener {
    background: #2665AD;
    padding: 12px 20px;
  }
}

.lang__opener:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 12px;
  height: 15px;
  background: url(/images/hasnodes.svg) 0 0/12px 12px no-repeat;
}

.lang--opened .lang__opener:after,
.body--scrolled .lang__opener:after {
  background-image: url(/images/hasnodes.svg);
}

.lang--opened .lang__opener:after {
  transform: rotate(180deg);
}

.lang__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  background-color: #44B8B5;
  border-width: 0 2px 2px;
  left: 0;
  top: 100%;
  width: 100%;
  border-radius: 0 0 20px 20px;
}

@media only screen and (min-width: 1024px) {
  .lang__list {
    border-width: 0 1px 1px;
  }
}

.lang--opened .lang__list {
  display: block;
}

.lang__item {
  font: 700 12px/14px 'RobotoBold', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .lang__item {
    font-size: .8vw;
  }
}

.lang__link {
  display: block;
  padding: 5px 14px;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .lang__link {
    padding: 5px 20px;
  }
}

.about {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

@media only screen and (min-width: 1024px) {
  .about {
    padding: 8vw 0;
  }
}

.about:before {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 30vw;
  background: url(/images/about_block.png) no-repeat;
  background-position: left bottom;
  background-size: auto 450px;
}

@media only screen and (min-width: 1024px) {
  .about:before {
    width: 50%;
    height: 100%;
    top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .about__columns {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
  }
  .about__columns--page {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.about__img {
  position: relative;
}

@media only screen and (max-width: 1024px) {
	.about__img { display:none;}
	.about:before {display:none;}
}

@media only screen and (min-width: 1024px) {
  .about__img {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
  }
}

.about__pic {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .about__description {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    padding-left: 300px;
  }
  .about__description--page {
    -ms-flex: 1;
        flex: 1;
    max-width: inherit;
  }
}

.about__heading {
  text-align: center;
  text-transform: uppercase;
  margin: 35px 0 0;
  font: 700 22px/160% 'Montserrat', sans-serif;
  color: #44B8B5;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .about__heading {
    text-align: left;
    margin: 20px 0 0;
    font: 700 38px/160% 'Montserrat', sans-serif;
  }
}

.about__text {
  margin: 35px 0 0;
  text-align: left;
  font: 300 14px/180% 'Roboto', sans-serif;
  color: #686868;
}

@media only screen and (min-width: 1024px) {
  .about__text {
    margin: 20px 0 0;
    font: 300 16px/200% 'Roboto', sans-serif;
  }
}

.about__text p {
  margin: 16px 0 0;
}

.about__btn {
  margin: 40px 0 0;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .about__btn {
    text-align: left;
  }
}

.promo--js.slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
}

.promo__item {
  position: relative;
  height: 100vh !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.promo__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-align: center;
      align-items: center;
  font: 700 26px/1.6 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  .promo__text {
    font-size: 3.2vw;
    width: 60vw;
    left: 50%;
    margin-left: -30vw;
  }
}

.promo__more {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 50px;
    height: 50px;
    transform: translate(-50%, 0);
    border: 25px solid #44B8B5;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 0;
}

.promo__more:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translate(-50%, 0);
    background: url(/images/promo-more.svg) 50% no-repeat;
    background-size: 20px;
}

.history {
  padding: 50px 0;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .history {
    padding: 100px 0;
  }
}

.history .slick-prev,
.history .slick-next {
  position: absolute;
  cursor: pointer;
  top: 100px;
  width: 16px;
  height: 57px;
  border: 0;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/promo-more.svg) no-repeat;
  z-index: 5;
}

.history .slick-prev.slick-disabled,
.history .slick-next.slick-disabled {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .history .slick-prev,
  .history .slick-next {
    width: 16px;
    height: 57px;
    top: 145px;
  }
}

.history .slick-prev {
  left: 30px;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1024px) {
  .history .slick-prev {
    left: 50%;
    margin-left: -140px;
  }
}

.history .slick-next {
  right: 30px;
  transform: rotate(270deg);
  background: url(/images/promo-more.svg) no-repeat;
}

@media only screen and (min-width: 1024px) {
  .history .slick-next {
    right: 50%;
    margin-right: -140px;
  }
}

.history__description {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.history__slide {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .history__slide {
    position: relative;
  }
  .history__slide:before, .history__slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 168px;
    width: 30%;
    height: 10px;
    background: url(/images/bullet.svg) 0 0/30px 10px repeat-x;
  }
  .history__slide:before {
    left: 0;
  }
  .history__slide:after {
    right: 20px;
    left: auto;
    transform: rotate(180deg);
  }
  .history__slide.slick-current:before, .history__slide.slick-current:after {
    display: none;
  }
}

.history__heading {
  margin: 0;
  font: 700 22px/160% 'RobotoBold', sans-serif;
  text-transform: uppercase;
}

.history__heading:after {
  content: "";
  width: 20%;
  height: 4px;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.3);
  display: block;
}

@media only screen and (min-width: 1024px) {
  .history__heading:after {
    margin: 30px auto 0;
    width: 10%;
  }
}

@media only screen and (min-width: 1024px) {
  .history__heading {
    font: 700 1.98vw/160% 'RobotoBold', sans-serif;
  }
}

.history__year {
  position: relative;
  font: 700 38px/160% 'RobotoBold', sans-serif;
  margin: 60px auto 0;
  width: 148px;
  height: 148px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 74px;
  transition: background .25s linear;
}

.slick-current .history__year {
  background: #44B8B5;
}

.slick-current .history__year:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 3px;
  height: 44px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1024px) {
  .slick-current .history__year:before {
    left: 50%;
    bottom: 225px;
    width: 3px;
    height: 44px;
  }
}

@media only screen and (min-width: 1024px) {
  .history__year {
    margin-top: 100px;
    font-size: 1.98vw;
  }
}

.history__title {
  padding-top: 23px;
  font: 700 18px/160% 'RobotoBold', sans-serif;
  opacity: 0;
  transition: opacity .25s linear;
}

.slick-current .history__title {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .history__title {
    padding-top: 47px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .history__title {
    font-size: 1.5vw;
  }
}

.history__text {
  font: 300 14px/1.6 Roboto, sans-serif;
  margin: 7px 16px 0;
  color: #efefef;
  opacity: 0;
  transition: opacity .25s linear;
}

@media only screen and (min-width: 1024px) {
  .history__text {
    font-size: 16px;
    margin: 10px 0 0;
  }
}

.slick-current .history__text {
  opacity: 1;
}

.products {
  padding: 50px 0 60px;
  position: relative;
}

.products:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  background: url(/images/bulbs.png) no-repeat;
  background-position: right bottom;
}

@media only screen and (min-width: 1024px) {
  .products:before {
    width: 30%;
    height: 100%;
    top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .products__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .products__top {
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}

.products__heading {
  font: 700 22px/160% 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #44B8B5;
}

@media only screen and (min-width: 1024px) {
  .products__heading {
    font-size: 38px;
    text-align: left;
  }
}

.products__list {
  margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .products__list {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
  .products__list--page {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1024px) {
  .products__item {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    padding: 24px 47px;
  }
  .products__item--page {
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
  }
}

.products__wrap {
  position: relative;
  display: block;
  text-decoration: none;
}

a.products__wrap:hover {
    transform: scale(1.05);
}

.products__title {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font: 700 16px/120% 'RobotoBold', sans-serif;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
}

@media only screen and (min-width: 1024px) {
  .products__title {
    bottom: 0;
    padding: 18px;
    height: 40%;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: .9vw;
  }
}

@media only screen and (min-width: 1680px) {
  .products__title {
    font-size: 1vw;
  }
}

.products__pic {
  display: block;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .products__pic {
    margin-top: 0;
  }
}

.products__text {
  margin-top: 33px;
  font: 300 16px/200% 'Roboto', sans-serif;
  text-align: left;
  color: #686868;
}

@media only screen and (min-width: 1024px) {
  .products__text {
    text-align: left;
  }
}

.products-page {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .products-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .product-page {
    margin: 6.25vw 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .product__columns {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.7vw;
  }
}

.product__content, .product__img {
  margin-top: 35px;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .product__content, .product__img {
    padding: 0 2.7vw;
  }
}

.product__content {
  padding-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .product__content {
    -ms-flex: 1 0 64%;
        flex: 1 0 64%;
    max-width: 64%;
  }
}

@media only screen and (min-width: 1024px) {
  .product__img {
    -ms-flex: 1 0 36%;
        flex: 1 0 36%;
    max-width: 36%;
  }
}

.product__pic {
  display: block;
  width: 100%;
}

.product__text {
  font: 300 14px/160% 'Roboto', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .product__text {
    font: 300 .83vw/200% 'Roboto', sans-serif;
    margin-top: 2.08vw;
  }
}

.certificates {
  background: #F4F6FA;
  padding: 50px 0 60px;
}

@media only screen and (min-width: 1024px) {
  .certificates {
    padding: 104px 0 120px;
  }
}

.certificates .slick-arrow {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 16px;
  border: none;
  background: url(/images/certs-prev.svg) no-repeat 0 0/31px 16px;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  z-index: 3;
}

.certificates .slick-prev {
  left: 0;
}

.certificates .slick-next {
  right: 0;
  transform: rotate(-180deg);
}

.certificates__heading {
  position: relative;
  z-index: 2;
  margin: 0;
  font: 700 22px/160% 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #44B8B5;
}

@media only screen and (min-width: 1024px) {
  .certificates__heading {
    font: 700 38px/160% 'Montserrat', sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  .certificates__heading--product {
    text-align: left;
    font-size: 1.98vw;
  }
  .certificates__heading--product:after {
    margin-left: 0;
    width: 130px;
  }
}

@media only screen and (min-width: 1024px) {
  .certificates__heading--line {
    -ms-flex: 1;
        flex: 1;
    padding-right: 50px;
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .certificates__heading--line:after {
    width: 20%;
    margin-left: 0;
  }
}

.certificates__heading--features {
  text-align: right;
}

.certificates__heading--features:after {
  margin-right: 0;
}

@media only screen and (min-width: 1024px) {
  .certificates__heading--contact {
    text-align: right;
  }
  .certificates__heading--contact:after {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .certificates__heading--tech {
    text-align: left;
  }
}

.certificates__heading--tech:after {
  width: 130px;
}

@media only screen and (min-width: 1024px) {
  .certificates__heading--tech:after {
    margin-left: 0;
  }
}

.certificates__columns {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .certificates__columns {
    margin-top: 70px;
    display: -ms-flexbox;
    display: flex;
  }
}

.certificates__img {
  padding: 0 16px;
}

.certificates__img a {
  outline: none;
}

.certificates__pic {
  width: 199px;
  height: 266px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .certificates__pic {
    width: 100%;
  }
}

.certificates__btn {
  text-align: center;
  margin: 40px 0 0;
}

@media only screen and (min-width: 1024px) {
  .certificates__btn {
    font-size: 1vw;
    margin: 60px 0 0;
  }
}

.documentation__tabs {
  margin-top: 60px;
}

@media only screen and (min-width: 1024px) {
  .documentation__tabs {
    display: -ms-flexbox;
    display: flex;
    margin: 120px -1px 0;
  }
}

.documentation__tab {
  text-decoration: none;
  border: none;
  background: #F4F6FA;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #727272;
  font: 700 14px/16px 'Roboto', sans-serif;
  padding: 12px 0;
  margin-top: 2px;
}

@media only screen and (min-width: 1024px) {
  .documentation__tab {
    -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    max-width: 33.3333%;
    border: solid #fff;
    border-width: 0 1px;
  }
}

.documentation__tab--current {
  background: #44B8B5;
  color: #FFFFFF;
}

.documentation__columns {
  margin-top: 21px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1024px) {
  .documentation__columns {
    display: -ms-flexbox;
    display: flex;
    margin: 3.1vw -.677vw 5.2vw;
  }
}

.documentation__column {
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .documentation__column {
    -ms-flex: 1;
        flex: 1;
    padding: 0 16px;
  }
}

.documentation__list {
  margin: 0;
  padding: 0;
}

.documentation__item {
  font: 300 14px/160% 'Roboto', sans-serif;
  color: #727272;
  list-style: none;
  padding: 15px 0 0 30px;
  background: url(/images/arrow-circle-right-blue.svg) 0 20px/14px 14px no-repeat;
}

.documentation__link {
  text-decoration: none;
  color: #727272;
}

.documentation__link:hover {
  text-decoration: underline;
}

.documentation__pic {
  padding-right: 15px;
}

.contacts {
  padding-top: 50px;
}

@media only screen and (min-width: 1024px) {
  .contacts {
    padding-top: 5.2vw;
  }
}

.contacts.dark-mode {
  background-color: #f4f6fa;
}

.contacts__heading {
  font: 700 22px/160% 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #44B8B5;
}

@media only screen and (min-width: 1024px) {
  .contacts__heading {
    font: 700 38px/160% 'Montserrat', sans-serif;
  }
}

@media only screen and (min-width: 1024px) {
  .contacts__columns {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.08vw;
    margin: 0 -2vw;
	padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .contacts__column {
    padding: 0 2vw;
  }
}

@media only screen and (min-width: 1024px) {
  .contacts__data {
    -ms-flex: 1 0 20%;
        flex: 1 0 20%;
    max-width: 20%;
  }
}

.contacts__map {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .contacts__map {
    margin-top: 0;
    -ms-flex: 1 0 45%;
        flex: 1 0 45%;
    max-width: 45%;
  }
}

.contacts__form {
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .contacts__form {
    margin-top: 0;
    -ms-flex: 1 0 35%;
        flex: 1 0 35%;
    max-width: 35%;
  }
}

.contacts__title {
  font: 700 18px/160% 'RobotoBold', sans-serif;
  color: #373737;
}

@media only screen and (min-width: 1024px) {
  .contacts__title {
    font-size: 1.04vw;
  }
}

.contacts__list {
  margin-top: 10px;
  padding: 0;
}

.contacts__item {
  list-style: none;
  font: 300 14px/200% 'Roboto', sans-serif;
  color: #686868;
}

@media only screen and (min-width: 1024px) {
  .contacts__item {
    font-size: .83vw;
  }
}

.contacts__link {
  color: #44B8B5;
  text-decoration: none;
}

.contacts-social {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts-social__item {
  margin-left: 10px;
}

.contacts-social__item:first-child {
  margin-left: 0;
}

.contacts-social__link {
  display: block;
  background: #44B8B5;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
}

.contacts-social__link--facebook {
  background-image: url(/images/facebook.svg);
  background-size: 10px 16px;
}

.contacts-social__link--twitter {
  background-image: url(/images/twitter.svg);
  background-size: 16px 14px;
}

.contacts-social__link--instagram {
  background-image: url(/images/instagram.svg);
  background-size: 16px 14px;
}

.contacts-social__link--linkedin {
  background-image: url(/images/linkedin.svg);
  background-size: 14px 14px;
}

.contacts__button {
  margin-top: 50px;
}

@media only screen and (min-width: 1024px) {
  .contacts__button {
    margin-top: 3.6vw;
  }
}

.contacts__btn {
  text-align: center;
  margin: 30px auto 0;
  padding-bottom: 60px;
  border: none;
}

.contacts__btn--right {
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .contacts__btn {
    font-size: 1vw;
    width: 100%;
    margin-top: 1.56vw;
    margin-left: 0;
  }
}

#map_canvas {
  width: 100%;
  height: 50vh;
}

@media only screen and (min-width: 1024px) {
  #map_canvas {
    height: 0;
    padding-bottom: 60%;
  }
}

.teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font: bold 26px/160% Roboto, sans-serif;
  color: #ffffff;
  position: relative;
  height: 220px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media only screen and (min-width: 1024px) {
  .teaser {
    height: 450px;
    font-size: 54px;
  }
}

.breadcrumbs {
  border-bottom: 1px solid #E8E7E7;
}

.breadcrumbs__list {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  display: inline;
}

@media only screen and (min-width: 1024px) {
  .breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumbs__item {
  display: inline;
  font: 300 16px/200% Roboto, sans-serif;
}

@media only screen and (min-width: 1024px) {
  .breadcrumbs__item {
    display: block;
  }
}

.breadcrumbs__item:before {
  content: "/";
  margin: 0 10px;
}

.breadcrumbs__item:first-child:before {
  display: none;
}

.breadcrumbs__link {
  color: #44B8B5;
}

.features {
  position: relative;
}

.features .page-width {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1024px) {
  .features {
    margin-top: 6.25vw;
  }
}

@media only screen and (min-width: 1024px) {
  .features__columns {
    display: -ms-flexbox;
    display: flex;
    padding: 5.2vw 0;
    margin: 0 -.83vw;
  }
}

.features-tech, .features-goals {
  position: relative;
  padding: 50px 20px;
}

@media only screen and (min-width: 1024px) {
  .features-tech, .features-goals {
    position: inherit;
    padding: 0 .83vw;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
  .features-tech .certificates__heading:after, .features-goals .certificates__heading:after {
    width: 6.77vw;
  }
}

@media only screen and (min-width: 1024px) {
  .features-tech .certificates__heading {
    text-align: left;
  }
  .features-tech .certificates__heading:after {
    margin-left: 0;
  }
}

.features-tech:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F4F6FA;
  height: 100vw;
}

@media only screen and (min-width: 1024px) {
  .features-tech:before {
    width: 45%;
    height: 100%;
    top: 0;
  }
}

.features-tech__list {
  position: relative;
  z-index: 2;
  background: #44B8B5;
  margin: 0;
  padding: 25px;
}

@media only screen and (min-width: 1024px) {
  .features-tech__list {
    margin-top: 3.1vw;
  }
}

.features-tech__item {
  font: 300 14px/160% 'Roboto', sans-serif;
  color: #FFFFFF;
  list-style: none;
  padding: 15px 0 0;
}

.features-tech__item:first-child {
  padding: 0;
}

.features-tech__pic {
  padding-right: 15px;
}

.features-goals:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F4F6FA;
  height: 100vw;
}

@media only screen and (min-width: 1024px) {
  .features-goals:before {
    width: 45%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .partners {
    position: relative;
    padding: 100px 0;
  }
  .partners:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: #44B8B5;
  }
}

@media only screen and (min-width: 1280px) {
  .partners:before {
    width: 45%;
  }
}

@media only screen and (min-width: 1680px) {
  .partners:before {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .partners .page-width {
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .partners__columns {
    display: -ms-flexbox;
    display: flex;
  }
}

.partners__text {
  color: #686868;
  font: 300 14px/22px Roboto, sans-serif;
}

@media only screen and (min-width: 1024px) {
  .partners__text {
    font-size: .9vw;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 1024px) {
  .partners__text p:first-child {
    margin-top: 50px;
  }
}

.partners__text ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.partners__text ul li {
  padding: 10px 0 10px 30px;
  background: url(/images/check-circle.svg) 0 12px/16px 16px no-repeat;
}

.partners__main {
  padding: 50px 0;
}

@media only screen and (min-width: 1024px) {
  .partners__main {
    -ms-flex: 1 0 66.66666%;
        flex: 1 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 20% 0 0;
  }
}

.partners__side {
  background: #44B8B5;
  color: #ffffff;
  margin: 0 -20px;
  padding: 50px 20px 0;
}

@media only screen and (min-width: 1024px) {
  .partners__side {
    margin: 0;
    padding: 0;
    background: transparent;
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}

.partners__side .certificates__heading {
  color: #ffffff;
}

.partners__side .certificates__heading:after {
  width: 130px;
  background: rgba(196, 196, 196, 0.3);
}

.partners__side label.error {
  color: #f66;
}

@media only screen and (min-width: 1024px) {
  .partners__form {
    margin-top: 60px;
  }
}

.line {
  margin-top: 40px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1024px) {
  .line__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.line__list {
  padding-top: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}

@media only screen and (min-width: 1024px) {
  .line__list {
    padding-top: .93vw;
    margin: 0 -.93vw;
  }
}

.line__item {
  padding: 7px 4px;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 1024px) {
  .line__item {
    -ms-flex: 1 0 16.6%;
        flex: 1 0 16.6%;
    max-width: 16.6%;
    padding: 1.09vw .93vw;
  }
}

.line__wrap {
  display: block;
  text-decoration: none;
  position: relative;
}

.line__over {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E8ECF3;
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.line__wrap:hover .line__over {
  display: -ms-flexbox;
  display: flex;
}

.line__pic {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .navbar {
    width: 410px;
    background-color: #44B8B5;
    margin-top: 30px;
  }
}

.navbar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font: 300 16px/1.3 Roboto, sans-serif;
}

.navbar__item:first-child {
  border-top-width: 0;
}

.navbar__link {
  display: block;
  padding: 20px 30px;
  color: #ffffff;
  text-decoration: none;
}

.navbar__link:hover {
  text-decoration: underline;
}

.navbar__link--current {
  position: relative;
  font-weight: 700;
  border-left: 5px solid #fff;
}

.navbar__link--current:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(0, -50%);
  border: outset transparent;
  border-width: 4px 6px;
  border-left-color: #fff;
  border-left-style: solid;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.certificates .page-width {max-width: 1050px;}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /*height: 350px;*/
  /* max-width: 25%; */
  /*opacity: .65;*/
  /*padding: 25px 0;*/
  min-height: 1px;
  outline: none;
}

.slick-slide img {
  height: 100%;
}
.slick-slide img.certificates__pic {max-width: 199px;}

.featured--js .slick-slide img {
  width: auto;
}

.slick-center {
  padding: 0;
  width: 560px;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .slick-slide {
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
  }
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: transparent;
}

.features .heading {
  margin-top: 50px;
}

/* Arrows */
.cards__list .slick-prev,
.cards__list .slick-next {
  display: none;
  font-size: 0;
  line-height: 0;
  top: -45px;
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 11px;
}

.cards__list .slick-prev:hover,
.cards__list .slick-next:hover {
  background-color: #FF6970;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 720px) {
  .cards__list .slick-prev,
  .cards__list .slick-next {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 16px;
  }
}

.cards__list .slick-prev {
  left: auto;
  right: 60px;
  background-image: url(/images/bg/left-arrow.svg);
}

.cards__list .slick-prev:hover {
  background-image: url(/images/bg/left-arrow-active.svg);
}

.cards__list .slick-next {
  right: 16px;
  background-image: url(/images/bg/right-arrow.svg);
}

.cards__list .slick-next:hover {
  background-image: url(/images/bg/right-arrow-active.svg);
}

.cards__list .slick-prev:hover:before,
.cards__list .slick-prev:focus:before,
.cards__list .slick-next:hover:before,
.cards__list .slick-next:focus:before {
  opacity: 1;
}

.cards__list .slick-prev.slick-disabled:before,
.cards__list .slick-next.slick-disabled:before {
  opacity: .25;
}

.cards__list .slick-prev:before,
.cards__list .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cards__list .slick-prev:before {
  content: '←';
}

.cards__list .slick-slider:before, .cards__list .slick-slider:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
}

.cards__list .slick-slider:before {
  left: 0;
}

.cards__list .slick-slider:after {
  right: 0;
}

.slick-list {
  z-index: 1;
}

.cards__list .slick-next:before {
  content: '→';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  background: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.slick-dots li:first-child {
  padding-left: 45px;
}

.slick-dots li:last-child {
  padding-right: 45px;
}

.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  padding: 0 4px;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ede2de;
  text-indent: -9999px;
  overflow: hidden;
}

.slick-dots li.slick-active button:before {
  background-color: #fd5030;
}

.range {
  padding-top: 5px;
}

.range__slider {
  position: relative;
  height: 2px;
  background-color: #a22b84;
}

.range__footer {
  padding-top: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.range .ui-slider-range {
  position: absolute;
  height: 2px;
  background-color: #D5DADE;
}

.range .ui-slider-handle {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  transform: translate(-7px, -6px);
  background-color: #daa035;
  outline: none;
}

.range__values {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.range__values:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6ecee;
}

.range__min, .range__max {
  display: block;
  border: none;
  height: 38px;
  background-color: #ffffff;
  font: 14px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
  color: #6c6c6c;
  width: 50%;
}

.range__min:focus, .range__max:focus {
  outline: none;
  box-shadow: inset 0 0 3px rgba(38, 156, 214, 0.6);
}

.row {
  padding-top: 10px;
}

.row:first-child {
  padding-top: 0;
}

.field {
  background: #F4F6FA;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  font: 300 14px/200% 'Roboto', sans-serif;
  color: #686868;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.11);
}

.field:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .field {
    height: 2.6vw;
    font-size: .9vw;
  }
}

.field--line {
  background: #FFFFFF;
}

.dark-mode .field {
  background-color: #ffffff;
}

textarea.field {
  height: auto;
  padding: 10px 24px;
  resize: vertical;
}

label.error {
  color: #ff0000;
  font: 300 12px/200% 'Roboto', sans-serif;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font: bold 14px/16px 'Roboto', sans-serif;
  background: #44B8B5;
  border: none;
  border-radius: 100px;
  color: #FFFFFF;
  padding: 10px 30px;
  text-transform: uppercase;
}

.btn--light {
  background: #ffffff;
  color: #44B8B5;
}

@media only screen and (min-width: 1024px) {
  .btn {
    font-size: 1vw;
    line-height: 32px;
  }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 2px 5px 10px #000;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

footer {
  background: #383D45;
  padding: 30px 0;
}

.footer__text {
  font: 300 14px/160% 'Roboto', sans-serif;
  text-align: center;
  color: #EBEBEB;
}

@media only screen and (min-width: 1024px) {
  .footer__text {
    font: 300 16px/200% 'Roboto', sans-serif;
  }
}


.articles__list {
    margin: 50px 0;
}

.articles__image {
    float: left;
    margin-right: 30px;
}

h5.articles__heading {
    margin-left: 20%;
    margin: 0 0px 0 20%;
}

h5.articles__heading a {
    text-decoration: none;
    font-size: 20px;
}

.articles__date {
    margin-left: 20%;
    font-size: 16px;
    color: #44B8B5;
}

.articles__preview {
    margin-left: 20%;
    font-size: 16px;
}


.articles__item {
    margin-bottom: 50px;
	min-height: 170px;
}

.video__slide {
  overflow: hidden;
}

.video__slide  * {
  z-index: 4;
}

.video__slide::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 25, 25, 0.5);
  z-index: 3;
}

.ytplayer-container {
  z-index: 2;
}

.ytplayer-container iframe {
  position: absolute;
}

.certs--js .slick-slide {
  max-width: 25%;
}