.menu__link:hover, .mission__link:hover, .science__link:hover, .news__link:hover, .newsb__link:hover, .information__link:hover, .work__link:hover, .footer__link:hover, .accordion__triger:hover, .catalog__link:hover {
  opacity: 0.8;
}

@font-face {
  font-family: "Verdana";
  font-display: swap;
  src: url("../fonts/Verdana-bold.woff2") format("woff2"), url("../fonts/Verdana-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GetVoIP Grotesque";
  font-display: swap;
  src: url("../fonts/GetVoIP Grotesque.woff2") format("woff2"), url("../fonts/GetVoIP Grotesque.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Verdana";
  font-display: swap;
  src: url("../fonts/Verdana-regular.woff2") format("woff2"), url("../fonts/Verdana-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

body {
  font-family: "Verdana", sans-serif;
  color: #fff;
  font-weight: 400;
}

body.lock {
  overflow: hidden;
}

[class*=__container] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.shadow {
  display: none;
}

.acti {
  display: block;
}

.menu {
  z-index: 100;
  overflow: auto;
  display: block;
  background: #a5cd39;
  position: absolute;
  right: -100%;
  top: 0;
  height: 0;
  padding: 0;
  width: 50%;
  height: 100vh;
  padding: 150px 100px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu.active {
  right: 0;
}

.menu__link {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 25px;
  display: block;
}

.menu__contacts {
  margin-top: 100px;
}

.menu__mail {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.menu__tel {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.menu__copy {
  font-size: 24px;
  line-height: 29px;
}

.menu__burger {
  display: block;
  z-index: 50;
  position: relative;
  width: 30px;
  cursor: pointer;
  height: 20px;
  position: relative;
  z-index: 200;
}

.menu__burger.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  background: #fff;
}

.menu__burger.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
  background: #fff;
}

.menu__burger.active span {
  display: none;
}

.menu__burger::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu__burger::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu__burger span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 50px 0;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  max-width: 100%;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__en {
  font-size: 28px;
  line-height: 34px;
}

.header__search {
  margin-right: 75px;
}

.header__search img {
  max-width: 100%;
}

.header-2 {
  background: #295B18;
}

.no-webp .main {
  background: url(../img/main.jpg) center/cover no-repeat; }

.main {
  padding-top: 743px;
  padding-bottom: 100px;
}

.main__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
}

.mission {
  background: #a5cd39;
  padding-top: 100px;
  padding-bottom: 130px;
}

.mission__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mission__img {
  text-align: center;
  margin: 0 100px;
}

.mission__content {
  max-width: 795px;
}

.mission__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}

.mission__text {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}

.mission__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission__link img {
  margin-left: 20px;
}

.mission__video {
  width: 100%;
}

.mission__wrapper {
  position: relative;
}

.no-webp .mission__playpause {
  background: #a5cd39 url(../img/play.png) 28px 25px no-repeat; }

.mission__playpause {
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.science {
  background: #295b18;
  padding-top: 100px;
  padding-bottom: 130px;
}

.science__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.science__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 250px;
}

.science__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.science__link img {
  margin-left: 20px;
}

.science__img {
  margin-left: 50px;
}

.science__img img {
  max-width: 100%;
}

.activity {
  padding-top: 120px;
  padding-bottom: 100px;
}

.activity__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 95px;
  color: #a5cd39;
}

.activity__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.activity__item {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 40px;
  cursor: pointer;
}

.activity__item:hover .activity__name {
  background: #a5cd39;
  color: #ffffff;
}

.activity__img {
  width: 100%;
  position: relative;
}

.activity__img img {
  max-width: 100%;
  width: 100%;
}

.activity__name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages {
  background: #a5cd39;
  padding: 120px 0;
}

.advantages__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 130px;
}

.advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
}

.advantages__item {
  width: 25%;
  padding: 0 50px;
  margin-bottom: 60px;
}

.advantages__value {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
}

.advantages__name {
  font-size: 22px;
  line-height: 29px;
}

.partners {
  padding-top: 140px;
  padding-bottom: 190px;
}

.partners__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 150px;
  color: #a5cd39;
}

.partners__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__img {
  margin-right: 50px;
}

.partners__img img {
  max-width: 100%;
}

.media img {
  max-width: 100%;
}

.no-webp .about {
  background: url(../img/about-img.jpg) center/cover no-repeat; }

.about {
  padding-top: 763px;
  padding-bottom: 150px;
}

.about__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

.build {
  padding: 130px 0;
}

.build__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #aec90d;
  margin-bottom: 90px;
}

.build__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.build__img {
  margin-right: 100px;
}

.build__content {
  max-width: 615px;
}

.build__text {
  font-size: 24px;
  line-height: 29px;
  color: #5b5b5b;
  margin-bottom: 30px;
}

.service {
  background: #a5cd39;
  padding: 120px 0;
}

.service__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 125px;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.service__value {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  margin-right: 85px;
}

.service__text {
  max-width: 850px;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.slider {
  padding: 100px 0 130px;
}

.slider__body {
  position: relative;
}

.slider__img img {
  max-width: 100%;
}

.boost {
  padding-top: 120px;
  padding-bottom: 160px;
  background: #a5cd39;
}

.boost__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 125px;
}

.boost__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boost__media {
  margin-right: 100px;
}

.boost__img:first-child {
  margin-bottom: 30px;
}

.boost__text {
  font-size: 24px;
  line-height: 29px;
  max-width: 550px;
}

.news {
  padding: 120px 0;
}

.news__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #a5cd39;
  margin-bottom: 115px;
}

.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  margin-bottom: 80px;
}

.news__item {
  width: 33.333%;
  padding: 0 12px;
}

.news__img {
  margin-bottom: 25px;
}

.news__img img {
  max-width: 100%;
  width: 100%;
}

.news__date {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  color: #7a7a7a;
}

.news__text {
  font-size: 24px;
  line-height: 29px;
  color: #5b5b5b;
}

.news__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a5cd39;
}

.news__link img {
  margin-left: 20px;
}

.information {
  padding-top: 80px;
  padding-bottom: 160px;
}

.information__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 115px;
  color: #a5cd39;
}

.information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 2px solid #f1f1f1;
}

.information__item:last-child {
  border-bottom: 2px solid #f1f1f1;
}

.information__link {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #a5cd39;
  display: block;
  margin-right: 140px;
}

.no-webp .contacts {
  background: url(../img/main.jpg) center/cover no-repeat; }

.contacts {
  padding-top: 763px;
  padding-bottom: 150px;
}

.contacts__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

.office {
  padding-top: 120px;
  padding-bottom: 160px;
}

.office__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 115px;
  color: #a5cd39;
}

.office__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.office__column {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 100px;
}

.office__sub-title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #a5cd39;
  margin-bottom: 30px;
}

.office__li {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #5b5b5b;
}

.accordion {
  padding-top: 120px;
  padding-bottom: 170px;
}

.accordion__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 115px;
  color: #a5cd39;
}

.accordion__triger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #f1f1f1;
  padding: 20px 0;
  cursor: pointer;
}

.accordion__triger:last-child {
  border-bottom: 2px solid #f1f1f1;
}

.accordion__sub-title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #a5cd39;
  margin-right: 20px;
}

.accordion__plus {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 45px;
  height: 45px;
  min-width: 45px;
}

.accordion__plus::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #a5cd39;
  height: 2px;
  width: 100%;
}

.accordion__plus::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  background: #a5cd39;
  height: 100%;
  width: 2px;
}

.accordion__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion__item-act .accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__item-act .accordion__plus {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__item-act .accordion__triger {
  border-bottom: 2px solid #f1f1f1;
}

.accordion__list {
  width: 480px;
  display: inline-block;
}

.accordion__list:first-child {
  margin-right: 50px;
}

.accordion__li {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #5b5b5b;
}

.accordion__li_green {
  color: #a5cd39;
}

.no-webp .science-b {
  background: url(../img/science-bg.jpg) center/cover no-repeat; }

.science-b {
  padding-top: 763px;
  padding-bottom: 150px;
}

.science-b__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

.activity {
  padding-top: 120px;
  padding-bottom: 150px;
}

.activity-a__title {
    font-family: "GetVoIP Grotesque";
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
}

.activity-a {
    padding-top: 763px;
    padding-bottom: 150px;
}

.work {
  padding-top: 120px;
  padding-bottom: 150px;
}

.work__title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 210px;
  color: #a5cd39;
}

.work__item {
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 80px;
  padding-bottom: 60px;
}

.work__sub-title {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #a5cd39;
  margin-bottom: 60px;
}

.work__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work__date {
  margin-right: 100px;
  font-size: 24px;
  line-height: 29px;
  color: #5b5b5b;
}

.work__text {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  color: #5b5b5b;
}

.work__link {
  font-size: 26px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a5cd39;
  margin-top: 40px;
}

.work__link img {
  margin-left: 20px;
}

.work__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

.work__left {
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
  width: 45px;
  height: 45px;
  margin-right: 30px;
  cursor: pointer;
  display: block;
}

.work__page {
  font-size: 16px;
  display: block;
  line-height: 19px;
  color: #5b5b5b;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.work__page_act {
  background: #f1f1f1;
}

.work__right {
  display: block;
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 45px;
  height: 45px;
  margin-left: 30px;
  cursor: pointer;
}

.catalog {
  padding-top: 280px;
  padding-bottom: 100px;
}

.catalog__title {
  font-family: "GetVoIP Grotesque";
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #a5cd39;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.catalog__item {
  margin-bottom: 45px;
}

.catalog__sub-title {
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  background: #a5cd39;
  margin-bottom: 12px;
  padding-left: 15px;
}

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__list {
  column-count: 4;
  padding: 0 15px;
  margin-bottom: 20px;
}

.catalog__li {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #5b5b5b;
  margin-bottom: 5px;
}

.slider__body .slick-list {
  overflow: hidden;
}

.slider__body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__body .slick-arrow {
  position: absolute;
  top: 53%;
  margin-top: -25px;
  z-index: 10;
  font-size: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.slider__body .slick-arrow.slick-prev {
  left: 25px;
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
}

.slider__body .slick-arrow.slick-next {
  background: #a5cd39 url(../img/arr.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 25px;
}

.slider__body .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  position: relative;
  z-index: 5;
}

.slider__body .slick-dots li {
  list-style: none;
}

.slider__body .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  border: 0;
}

.slider__body .slick-dots .slick-active button {
  background: #a5cd39;
}

.footer {
  background: #295b18;
  padding: 85px 0;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__column {
  margin-right: 100px;
  max-width: 380px;
}

.footer__logo {
  margin-bottom: 65px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__copy {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.footer__copy-md {
  display: none;
  margin-top: 50px;
}

.footer__text {
  font-size: 24px;
  line-height: 29px;
}

.footer__text-md {
  display: none;
}

.footer__menu {
  margin-right: 130px;
}

.footer__name {
  font-family: "GetVoIP Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}

.footer__link {
  font-size: 24px;
  display: block;
  line-height: 29px;
  margin-bottom: 10px;
}

.footer__mail {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.footer__tel {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  display: block;
}

.footer__country {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}

.footer__adress {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}

.footer__index {
  font-size: 24px;
  line-height: 29px;
}

@media screen and (max-width: 1500px) {
  .main {
    padding-top: 550px;
  }

  .about {
    padding-top: 600px;
  }

  .contacts {
    padding-top: 600px;
  }

  .science-b {
    padding-top: 600px;
  }
  
  .activity-a {
    padding-top: 600px;
}
}

@media screen and (max-width: 1200px) {
  .menu__link {
    font-size: 35px;
  }

  .header {
    padding: 20px 0;
  }

  .main {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .mission__img {
    margin: 0 50px;
  }

  .activity__name {
    padding: 10px;
    min-height: 60px;
    font-size: 18px;
    line-height: 20px;
  }

  .advantages__body {
    margin: 0 -20px;
  }

  .advantages__item {
    width: 33.333%;
    padding: 0 20px;
  }

  .about {
    padding-top: 550px;
    padding-bottom: 100px;
  }

  .build__img {
    margin-right: 50px;
  }

  .boost__media {
    margin-right: 20px;
  }

  .contacts {
    padding-top: 550px;
    padding-bottom: 100px;
  }

  .science-b {
    padding-top: 550px;
    padding-bottom: 100px;
  }

  .footer__column {
    margin-right: 80px;
  }

  .footer__menu {
    margin-right: 80px;
  }
}

@media screen and (max-width: 992px) {
  .menu {
    width: 100%;
    padding: 60px 10% 20px;
  }

  .menu__link {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .menu__contacts {
    margin-top: 90px;
  }

  .menu__mail {
    font-size: 20px;
    line-height: 25px;
  }

  .menu__tel {
    font-size: 20px;
    line-height: 25px;
  }

  .menu__copy {
    font-size: 20px;
    line-height: 25px;
  }

  .header__logo {
    width: 150px;
  }

  .header__en {
    font-size: 20px;
    line-height: 24px;
    margin-right: 30px;
  }

  .header__search {
    width: 20px;
    margin-right: 30px;
  }

  .main {
    padding-top: 450px;
    padding-bottom: 100px;
  }

  .main__title {
    font-size: 40px;
    line-height: 44px;
  }

  .mission__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .mission__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .mission__link {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .mission__link img {
    margin-left: 10px;
    width: 30px;
  }

  .no-webp .mission__playpause {
    background: #a5cd39 url(../img/play.png) 17px 15px/20px no-repeat; }

  .mission__playpause {
    width: 50px;
    height: 50px;
  }

  .science__title {
    font-size: 22px;
    line-height: 40px;
  }

  .science__link {
    font-size: 18px;
    line-height: 20px;
  }

  .science__link img {
    margin-left: 10px;
    width: 30px;
  }

  .activity__title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .advantages__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .advantages__item {
    width: 50%;
    margin-bottom: 30px;
  }

  .advantages__value {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .advantages__name {
    font-size: 18px;
    line-height: 25px;
  }

  .partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partners__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 100px;
  }

  .about {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .about__title {
    font-size: 40px;
    line-height: 44px;
  }

  .build {
    padding: 50px 0;
  }

  .build__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .build__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .build__img {
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .build__img img {
    max-width: 100%;
  }

  .build__content {
    max-width: 100%;
  }

  .build__text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .service {
    padding: 50px 0;
  }

  .service__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .service__value {
    font-size: 40px;
    line-height: 50px;
    margin-right: 20px;
  }

  .service__text {
    font-size: 18px;
    line-height: 25px;
  }

  .boost {
    padding: 50px 0;
  }

  .boost__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .boost__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .boost__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 30px;
  }

  .boost__img:first-child {
    margin-bottom: 0;
  }

  .boost__img {
    margin: 0 10px;
  }

  .boost__img img {
    max-width: 100%;
  }

  .boost__text {
    font-size: 18px;
    line-height: 23px;
    max-width: 100%;
  }

  .news {
    padding: 50px 0;
  }

  .news__title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 50px;
  }

  .news__body {
    margin-bottom: 20px;
  }

  .news__item {
    width: 50%;
    margin-bottom: 50px;
  }

  .news__img {
    margin-bottom: 15px;
  }

  .news__date {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  .news__text {
    font-size: 17px;
    line-height: 23px;
  }

  .news__link {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .news__link img {
    margin-left: 10px;
    width: 30px;
  }

  .information {
    padding: 50px 0;
  }

  .information__title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .information__item img {
    width: 20px;
  }

  .information__link {
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
  }

  .contacts {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .contacts__title {
    font-size: 40px;
    line-height: 44px;
  }

  .office {
    padding: 50px 0 0px;
  }

  .office__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .office__sub-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .office__li {
    font-size: 16px;
    line-height: 23px;
  }

  .cart * {
    height: 300px;
  }

  .accordion {
    padding: 50px 0;
  }

  .accordion__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .accordion__triger {
    padding: 10px 0;
  }

  .accordion__sub-title {
    font-size: 18px;
    line-height: 20px;
  }

  .accordion__plus {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .accordion__content {
    padding: 20px 0;
  }

  .accordion__list:first-child {
    margin-right: 20px;
  }

  .accordion__li {
    font-size: 16px;
    line-height: 20px;
  }

  .science-b {
    padding-top: 500px;
    padding-bottom: 100px;
  }

  .science-b__title {
    font-size: 40px;
    line-height: 44px;
  }

  .work {
    padding: 50px 0;
  }

  .work__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .work__item {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .work__sub-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .work__date {
    font-size: 18px;
    line-height: 23px;
    margin-right: 50px;
  }

  .work__text {
    font-size: 18px;
    line-height: 23px;
  }

  .work__link {
    font-size: 18px;
    line-height: 20px;
  }

  .work__link img {
    margin-left: 10px;
    width: 30px;
  }

  .work__row {
    margin-top: 50px;
  }

  .work__left {
    width: 35px;
    height: 35px;
    margin-right: 20px;
  }

  .work__page {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }

  .work__right {
    width: 35px;
    height: 35px;
    margin-left: 20px;
  }

  .catalog {
    padding-bottom: 50px;
    padding-top: 150px;
  }

  .catalog__title {
    font-size: 40px;
    line-height: 44px;
  }

  .catalog__sub-title {
    font-size: 20px;
    line-height: 23px;
  }

  .catalog__list {
    column-count: 3;
  }

  .catalog__li {
    font-size: 18px;
    line-height: 23px;
  }

  .footer__column {
    margin-right: 50px;
  }

  .footer__logo {
    width: 150px;
    margin-bottom: 50px;
  }

  .footer__copy {
    font-size: 18px;
    line-height: 25px;
  }

  .footer__text {
    font-size: 18px;
    line-height: 25px;
  }

  .footer__menu {
    margin-right: 50px;
  }

  .footer__name {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__link {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__mail {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__tel {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__country {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__adress {
    font-size: 20px;
    line-height: 25px;
  }

  .footer__index {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .mission {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mission__body {
    margin-bottom: 50px;
  }

  .mission__img {
    display: none;
  }

  .science {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .science__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .science__title {
    margin-bottom: 20px;
  }

  .science__link {
    margin-bottom: 50px;
  }

  .science__img {
    text-align: center;
    margin-left: 0;
  }

  .activity {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .activity__title {
    margin-bottom: 20px;
  }

  .activity__body {
    margin: 0;
  }

  .activity__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .activity__name {
    font-size: 16px;
    line-height: 20px;
  }

  .advantages {
    padding: 50px 0;
  }

  .advantages__body {
    margin: 0;
  }

  .advantages__item {
    width: 100%;
    padding: 0;
  }

  .partners__title {
    margin-bottom: 50px;
  }

  .partners__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .partners__img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 50px;
    width: 60%;
  }

  .slider {
    padding: 50px 0 60px;
  }

  .news__item {
    width: 100%;
  }

  .office__column {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .accordion__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .accordion__list {
    width: 100%;
  }

  .work__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .work__date {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .slider__body .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .slider__body .slick-arrow.slick-prev {
    left: 10px;
  }

  .slider__body .slick-arrow.slick-next {
    right: 10px;
  }

  .slider__body .slick-dots {
    margin-top: -30px;
  }

  .slider__body .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__column {
    margin-right: 0;
    margin-bottom: 0px;
  }

  .footer__copy {
    display: none;
  }

  .footer__copy-md {
    display: block;
  }

  .footer__text {
    display: none;
  }

  .footer__text-md {
    display: block;
  }

  .footer__menu {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 718px) {
  .main {
    padding-top: 420px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 510px) {
  .main {
    padding-top: 490px;
    padding-bottom: 100px;
  }

  .main__title {
    font-size: 24px;
    line-height: 30px;
  }

  .about__title {
    font-size: 24px;
    line-height: 35px;
  }

  .contacts__title {
    font-size: 24px;
    line-height: 35px;
  }

  .science-b__title {
    font-size: 24px;
    line-height: 35px;
  }

  .catalog__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .catalog__item {
    margin-bottom: 10px;
  }

  .catalog__list {
    column-count: 2;
  }
}

@media screen and (max-width: 444px) {
  .main {
    padding-top: 445px;
    padding-bottom: 100px;
  }
}

.webp .main { background: url(../img/main.webp) center/cover no-repeat; }

.webp .mission__playpause { background: #a5cd39 url(../img/play.webp) 28px 25px no-repeat; }

.webp .about { background: url(../img/about-img.webp) center/cover no-repeat; }

.webp .contacts { background: url(../img/main.webp) center/cover no-repeat; }

.webp .science-b { background: url(../img/science-bg.webp) center/cover no-repeat; }

.webp .activity-a { background: url(../img/activity-bg.webp) center/cover no-repeat; }

@media screen and (max-width: 992px) {

  .webp .mission__playpause { background: #a5cd39 url(../img/play.webp) 17px 15px/20px no-repeat; }
}