@font-face {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto-Light";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
.accordion {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.panel {
  background-color: #000;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.panel__title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  margin-top: 15px;
}
.panel__list li {
  list-style: disc;
  font-size: 18px;
  line-height: 34px;
}
.panel__text {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Roboto-Regular", "sans-serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #9b9b9b;
}

.container {
  padding: 0 20px;
}

.title {
  font-size: 28px;
  letter-spacing: 0.24px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.text {
  font-weight: 300;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 22px;
  color: #a9a9a9;
}

.button {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 2px;
  width: 280px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 42px 0 50px;
}
.button:hover {
  background-color: #3BBB0E;
}
.button:active {
  background-color: #278407;
}

.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
}

.page-number {
  margin-top: 48px;
  font-size: 44px;
  color: rgba(255, 255, 255, 0.1);
}

.accordion {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.panel {
  background-color: #000;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.panel__title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  margin-top: 15px;
}
.panel__list li {
  list-style: disc;
  font-size: 18px;
  line-height: 34px;
}
.panel__text {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}
.header__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.header__logo img {
  max-width: 100%;
  display: block;
}
.header__burger {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 3;
}
.header__burger span {
  position: absolute;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 9px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__burger::before, .header__burger::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__burger::before {
  top: 1px;
}
.header__burger::after {
  bottom: 1px;
}
.header__burger.active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.header__burger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.header__burger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}
.header__menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #FAC94B;
  padding: 70px 10px 20px 10px;
}
.header__menu.active {
  top: 0;
}
.header__list {
  display: block;
}
.header__list li {
  list-style: none;
  margin: 0px 0px 20px 0px;
}
.header__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  text-decoration: none;
}
.header__link:hover {
  color: #3BBB0E;
}
.header__link:active {
  color: #278407;
}
.header__phone {
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
  z-index: 100;
  width: 75%;
}

.head__title {
  padding: 80px 0 50px;
  max-width: 265px;
  margin: 0 auto;
  font-size: 38px;
  letter-spacing: 0.24px;
  line-height: 50px;
}

.directions {
  padding: 120px 0 40px;
}
.directions__main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.directions__text {
  font-size: 16px;
}
.directions__content-title {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.services {
  padding: 120px 0 40px;
}
.services__main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.services__list li {
  list-style: disc;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 0.24px;
  font-weight: normal;
}

.documentation {
  padding: 120px 0 40px;
}
.documentation__main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.documentation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.documentation__row-icon {
  width: 32px;
  height: 39px;
}
.documentation__row-info {
  text-align: left;
  padding: 0 10px;
  width: 80%;
}
.documentation__row-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.documentation__row-text {
  font-size: 14px;
}

.clients {
  padding: 120px 0 40px;
}
.clients__content {
  display: none;
}
.clients__main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.clients .slider-wrap {
  margin: 0 auto;
  min-height: 300px;
}
.clients .slider_item {
  width: 50%;
}
.clients .background {
  background-color: #fff;
  width: 280px;
  height: 150px;
  border-radius: 10px;
  margin: 0 auto;
  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;
}
.clients img {
  max-width: 250px;
}
.clients .slick-arrow {
  position: absolute;
  top: 95%;
  z-index: 100;
  padding: 4px 8px;
  background: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.clients .slick-arrow:hover {
  color: #fff;
  opacity: 0.6;
}
.clients .slick-prev {
  left: 20px;
}
.clients .slick-next {
  right: 20px;
}
.clients .slick-counter {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.reviews {
  padding: 120px 0 40px;
  margin-bottom: 56px;
}
.reviews .slider-wrap {
  margin: 0 auto;
}
.reviews .slider_item {
  width: 50%;
}
.reviews .background {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews .reviews__text {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.reviews .reviews__name {
  text-align: left;
  color: #fff;
  width: 100%;
  font-size: 14px;
}
.reviews .reviews__company {
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.reviews .slick-arrow {
  position: absolute;
  top: 95%;
  z-index: 100;
  padding: 4px 8px;
  background: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.reviews .slick-arrow:hover {
  color: #fff;
  opacity: 0.6;
}
.reviews .slick-prev {
  left: 20px;
}
.reviews .slick-next {
  right: 20px;
}
.reviews .slick-counter {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.news {
  padding: 120px 0 40px;
}
.news__main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.news__row-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.news__date {
  font-size: 12px;
}

.form {
  padding: 120px 0 40px;
  background-color: #fff;
}
.form__title {
  color: #000;
}
.form__main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.form__input {
  border: none;
  width: 90%;
  border-bottom: 1px solid #BABABA;
  height: 28px;
  outline: none;
  padding: 10px 5px;
  margin: 0 auto 35px;
}
.form__text {
  font-size: 12px;
  color: #080808;
  margin-bottom: 35px;
  text-align: center;
}
.form__btn {
  width: 280px;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 20px;
  margin: 0 auto;
  font-weight: 400;
  border-radius: 2px;
}
.form__btn:hover {
  background-color: #3BBB0E;
}
.form__btn:active {
  background-color: #278407;
}

.footer {
  margin-bottom: 20px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__item-title {
  font-size: 11px;
  text-transform: uppercase;
  color: #bababa;
}
.footer__item-content {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
  .container .title {
    font-size: 35px;
  }

  .header__body {
    height: 80px;
  }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .header__burger {
    display: none;
  }
  .header__menu {
    position: relative;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    overflow: auto;
    padding: 15px 0 0 0;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__list li {
    list-style: none;
    margin: 0px 0px 0px 20px;
  }
  .header__link {
    font-size: 18px;
  }
  .header__phone {
    font-size: 16px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 950px;
    margin: 0 auto;
  }

  .page-number {
    margin-top: 48px;
    font-size: 72px;
  }

  .head {
    margin: 0 auto;
    max-width: 525px;
    padding-top: 90px;
  }
  .head .title {
    padding: 80px 0 50px;
    font-size: 72px;
    letter-spacing: 0.24px;
    line-height: 80px;
    margin: 0;
  }

  .services__list {
    list-style: none;
  }
  .services li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    width: 557px;
    height: 124px;
    padding: 20px 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
  }
  .services li:hover {
    color: #fff;
  }

  .clients .slider {
    display: none;
  }
  .clients__content {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clients .slider_item {
    margin: 25px 0;
    width: 250px;
    height: 140px;
  }
  .clients .background {
    width: 250px;
    height: 140px;
  }
  .clients .background .img {
    width: 250px;
  }

  .reviews .slider {
    margin: 0 auto;
  }
}