html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: 'RF Dewi Expanded';
  font-weight: 600;
  font-style: normal;
  src: local('RFDewiExpanded'), url('../fonts/RFDewiExpanded-Regular.woff2') format('woff2'),
    url('../fonts/RFDewiExpanded-Regular.woff') format('woff');
  font-display: swap;
}
.header__list-phone,
.header__list-address,
body {
  font-family: 'RF Dewi Expanded';
  font-weight: 600;
}
@font-face {
  font-family: 'RF Dewi Expanded';
  font-weight: 600;
  font-style: normal;
  src: local('RFDewiExpanded'), url('../fonts/RFDewiExpanded-Regular.woff2') format('woff2'),
    url('../fonts/RFDewiExpanded-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'RF Dewi Expanded';
  font-weight: 600;
  font-style: normal;
  src: local('RFDewiExpanded'), url('../fonts/RFDewiExpanded-Regular.woff2') format('woff2'),
    url('../fonts/RFDewiExpanded-Regular.woff') format('woff');
  font-display: swap;
}
html,
body {
  min-width: 320px;
  overflow-x: hidden;
}
body {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  color: #858585;
  font-weight: 600;
  min-height: 100vh;
}
section {
  padding-bottom: 200px;
}
.container {
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
ul.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__item {
  color: #858585;
}
.breadcrumbs__item:first-child::after {
  content: '/';
  color: #fff;
}
.breadcrumbs__item:nth-child(2) {
  margin-left: 5px;
}
.breadcrumbs__item:nth-child(2)::after {
  content: '/';
  color: #fff;
}
.breadcrumbs__item:last-child {
  margin-left: 5px;
  color: #fff;
}
.breadcrumbs__link {
  color: inherit;
  font-size: 13px;
  line-height: 16px;
}
.title {
  font-weight: 600;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__item {
  margin-right: 15px;
}
.pagination__link {
  color: #fff;
}
.pagination__link--active {
  color: #f1ff39;
}
.btn {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  text-align: center;
}
.title {
  font-size: 37px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.seo__text {
  padding-bottom: 50px;
}
.seo-reviews__wrapper {
  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;
  margin-bottom: 65px;
}
.seo-reviews__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.seo-reviews__main-title {
  width: 55%;
}
.seo-reviews__img {
  content: url(../img/group.png);
  height: 100%;
}
.seo-reviews__desc {
  width: 40%;
}
.seo-reviews__tabs-img {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.seo-reviews__tabs-img-first {
  content: url(../img/tabs-icons/video_icon.svg);
}
.seo-reviews__tabs-img-second {
  content: url(../img/tabs-icons/list.svg);
}
.seo-reviews__tabs-img-third {
  content: url(../img/tabs-icons/music.svg);
}
.seo-reviews__tabs-top {
  border-bottom: 0.5px solid #5b5b5b;
  margin-bottom: 40px;
}
.seo-reviews__tabs-top-item {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.seo-reviews__tabs-top-item + .seo-reviews__tabs-top-item {
  margin-left: 18em;
}
.seo-reviews__tabs-top-item--active {
  position: relative;
}
.seo-reviews__tabs-top-item--active::after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.seo-reviews__tabs-content-item {
  display: none;
}
.seo-reviews__tabs-content-item.seo-reviews__tabs-content-item--active {
  display: block;
}
.seo-reviews__tabs-content-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.seo-reviews__tabs-content-first-left {
  max-width: 500px;
}
.seo-reviews__tabs-content-first-title {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  max-width: 370px;
  margin-bottom: 30px;
}
.seo-reviews__tabs-content-first-text,
.seo-reviews__tabs-content-first-author {
  font-size: 12px;
  line-height: 19px;
}
.seo-reviews__tabs-content-first-text {
  margin-bottom: 20px;
}
.seo-reviews__tabs-content-first-author {
  color: #fff;
}
.seo-reviews__tabs-content-first-letter {
  color: #edff00;
  background-color: #4e4e4e;
  border-radius: 50%;
  margin-right: 10px;
  padding: 10px;
}
.seo-reviews__tabs-content-first-video {
  width: 560px;
  height: 300px;
  position: relative;
}
.seo-reviews__tabs-content-first-link {
  position: absolute;
  bottom: 9em;
  left: 19em;
}
.seo-reviews__tabs-content-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.seo-reviews__tabs-content-second-item {
  margin-bottom: 60px;
}
.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages__item {
  width: 260px;
  position: relative;
}
.advantages__title {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.advantages__text {
  font-size: 11px;
  line-height: 19px;
  color: #858585;
}
.advantages__subitem-top {
  margin-bottom: 40px;
}
.advantages__small,
.advantages__big {
  padding: 45px 20px 50px 20px;
  background-color: #141414;
}
.advantages__small {
  height: 295px;
  margin-bottom: 40px;
}
.advantages__big {
  height: 400px;
}
.advantages__img {
  margin-bottom: 20px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__list {
  display: block;
}
.header__list li {
  margin: 0px 0px 20px 0px;
}
.header__burger {
  position: relative;
  height: 15px;
  width: 25px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 50;
}
.header__burger span {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: 2px;
  left: 0;
  top: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__burger:before,
.header__burger:after {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.header__burger.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  background-color: #f1ff39;
  height: 1px;
}
.header__burger.active:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7px;
  background-color: #f1ff39;
  height: 1px;
}
.header__menu {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #000;
  width: 1200px;
  height: 100vh;
  padding: 70px 10px 20px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header__menu.active {
  right: 0;
  padding: 50px;
}
html.lock {
  overflow: hidden;
}
.header__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__list-phone,
.header__list-address {
  font-size: 14px;
  line-height: 12px;
  color: #fff;
  position: relative;
}
.header__list-phone::before {
  content: url('../img/phone-icon.svg');
  position: absolute;
  left: -17%;
  top: 2%;
}
.header__list-address::before {
  content: url('../img/pointer-icon.svg');
  position: absolute;
  left: -10%;
  top: 5%;
}
.header__list-item + .header__list-item {
  margin-left: 60px;
}
.header__list-link + .header__list-link {
  margin-left: 60px;
  cursor: pointer;
}
.header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.header__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
ul.header__list-left {
  margin-right: 100px;
}
.header__menu-title {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
}
.header__link {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
}
.header__link:hover {
  color: #f1ff39;
}
.header__link-title {
  font-size: 12px;
  line-height: 14px;
  color: #858585;
}
.header__link-num {
  font-size: 8px;
  line-height: 10px;
  color: #fff;
  margin-right: 15px;
}
.header.fixed {
  padding: 10px 0;
  background-color: #141414;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__thanks {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popup__thanks.active {
  opacity: 1;
  visibility: visible;
}
.popup__notValid {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popup__notValid.active {
  opacity: 1;
  visibility: visible;
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup__content {
  background-color: #141414;
  color: #858585;
  width: 400px;
  height: 500px;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #ff0;
  text-decoration: none;
}
.popup__form {
  width: 100%;
  position: relative;
}
.popup__form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #141414;
  color: #858585;
  width: 400px;
  height: 500px;
  opacity: 0;
  visibility: hidden;
}
.popup__logo {
  height: 45px;
  margin-bottom: 50px;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}
.popup__title {
  text-align: center;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.popup__label-wrap {
  margin-bottom: 25px;
}
.popup__input {
  margin-top: 10px;
}
.popup__btn {
  width: 60%;
}
.popup__success-img {
  height: 20px;
  margin: 30px 0 30px 0;
  width: 100%;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}
.popup__thanks-content {
  width: 400px;
  height: 315px;
}
.popup__thanks-title {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.popup__desc {
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #858585;
}
.popup__not-valid {
  font-size: 25px;
  line-height: 30px;
}
.popup__not-valid-desc {
  font-size: 15px;
}
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
  position: relative;
  padding-bottom: 0;
}
.intro__inner {
  padding-top: 150px;
  padding-bottom: 70px;
  margin-left: 100px;
  position: relative;
}
.intro__title {
  max-width: 500px;
  font-size: 55px;
  font-weight: 600;
  line-height: 66px;
  color: #fff;
  margin-bottom: 30px;
}
.intro__subtitle {
  max-width: 350px;
  margin-bottom: 26px;
  color: #858585;
}
.intro__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url('../img/bckgrnd.avif') no-repeat center;
  background-size: cover;
}
.intro__media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.intro__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn {
  cursor: pointer;
  padding: 12px 12px;
  background-color: #edff00;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}
.socials-wrap {
  margin-bottom: 60px;
  margin-top: 50px;
}
.socials {
  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;
}
.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.socials__item + .socials__item {
  margin-left: 14px;
}
.hint-container {
  padding-left: 30px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.scroll_horizontal,
.scroll_vertical {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 6000ms;
  animation-duration: 6000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: absolute;
}
.arrow_down {
  width: 25px;
  position: absolute;
  -webkit-animation-name: up_down;
  animation-name: up_down;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes up_down {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes up_down {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes right_left {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes right_left {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.about {
  padding-top: 200px;
}
.about__inner {
  margin-left: 100px;
}
.about__title {
  max-width: 445px;
  font-size: 37px;
  line-height: 44px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #fff;
}
.about__text {
  max-width: 331px;
  color: #858585;
  margin-bottom: 50px;
}
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__list-text {
  width: 240px !important;
  color: #858585;
  margin-top: 28px;
  margin-right: 45px !important;
}
.about__list-first,
.about__list-second {
  margin-right: 65px;
}
.icon-top-10::before {
  content: url('../img/fax/monitor-1.svg');
}
.icon-coins::before {
  content: url('../img/fax/coins-1.svg');
}
.icon-traffic::before {
  content: url('../img/fax/traffic-1.svg');
}
.slider {
  cursor: -webkit-grab;
  cursor: grab;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.header-container_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery__video-link {
  position: absolute;
  bottom: 5em;
  left: 11em;
}
.wrapper {
  padding-left: 30px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.span_featured {
  color: #edff00;
}
.p_featured {
  padding-left: 2em;
  width: 25em;
}
.p_description {
  font-size: 12px;
  width: 100%;
  margin-top: 22px;
}
.p_description_reduced {
  width: 60%;
}
.p_description_xs {
  font-size: 12px;
  width: 100%;
}
.p_description_xs_reduced {
  font-size: 12px;
  width: 35%;
}
.p_highlighted {
  font-size: 30px;
  color: #edff00;
  width: 10em;
}
.p_highlighted_xs {
  font-size: 16px;
  color: #edff00;
}
.p_featured_lefter {
  padding-left: 4em;
  font-size: 10px;
  width: 25em;
}
.slider-wrapper__title {
  margin-bottom: 50px;
  font-size: 37px;
  line-height: 44px;
  color: #fff;
}
.slider-wrapper__subtitle {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 22px;
}
.slider-wrapper__link {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}
.slide-review__quote-title {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
.slider-container {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider-adaptive {
  display: none;
}
.slider-container_moved {
  position: relative;
  bottom: 4em;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider {
  position: relative;
  margin-left: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-container::-webkit-scrollbar {
  display: none;
}
.slider-container_moved::-webkit-scrollbar {
  display: none;
}
.slider-list.grab {
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-list.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slide-case {
  background: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2em;
  width: 389px;
  height: 610px;
}
.slide-case__item {
  margin-bottom: 30px;
}
.slide-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2em;
}
.slide-review__thumb {
  width: 380px;
  height: 213px;
  background: #141414;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #edff00;
  cursor: pointer;
  position: relative;
}
.slider-arrows {
  margin-top: 15px;
  text-align: center;
  height: 0;
  overflow: hidden;
}
.slide-review__quote {
  padding-top: 2em;
}
.next,
.prev {
  background: none;
  border: none;
  margin: 0 10px;
  font-size: 30px;
  cursor: pointer;
}
.next.disabled,
.prev.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.hero__title {
  margin-bottom: 55px;
  margin-left: 100px;
  font-size: 37px;
  line-height: 44px;
  color: #fff;
}
.hero__wrapper {
  background: #141414;
  border-bottom: 1px solid #edff00;
  padding: 20px 0;
}
.stats__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: relative;
  bottom: 2.5em;
}
.stats__item-num {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #edff00;
}
.stats__item-text {
  font-size: 10px;
  line-height: 16px;
  width: 160px;
}
.features__title {
  font-size: 37px;
  line-height: 44px;
  color: #fff;
  max-width: 470px;
  margin-left: 100px;
}
.features__subtitle {
  font-size: 16px;
  color: #fff;
  position: relative;
}
.features__subtitle::before {
  position: absolute;
  content: url('../img/dollar-icon.svg');
  left: -2em;
}
.features__subtitle-second::before {
  left: -16%;
}
.features__text {
  padding-left: 0;
  max-width: 350px;
}
.features-container__item1,
.features-container__item2,
.features-container__item3 {
  width: 335px;
}
.features-container__item1 {
  margin-top: 40px;
  margin-left: 40em;
}
.features-container__item2 {
  margin-left: 10em;
}
.features-container__item3 {
  margin-left: 50em;
}
.second__slider {
  background: #141414;
  border-top: 1px solid #edff00;
  max-height: 20vh;
  margin-top: 5em;
}
.second__slider-scroll-icon {
  display: none;
}
.number_highlited__border {
  width: 8em;
  height: 8em;
  border: 1px solid #141414;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.number_highlited__number {
  background: #edff00;
  color: #000;
  font-size: 15px;
  width: 3em;
  border: 1px solid #edff00;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
}
.header-container__table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-container__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
}
.header-container__tr {
  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-container__tr:first-child {
  border-bottom: 0.5px solid #858585;
}
.header-container_td {
  width: 160px;
  height: 90px;
  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;
  border: 0.5px solid #858585;
  margin-bottom: 15px;
  margin-right: 10px;
}
.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__title,
.contacts__subtitle {
  width: 55%;
}
.form-container__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 200px;
  max-width: 500px;
}
.contacts__title-wrapper {
  width: 60%;
}
.form-container {
  width: 40%;
}
input {
  border: 0;
  border-bottom: 0.5px solid #858585;
  background: transparent;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
input:focus {
  outline: none;
}
label {
  color: #858585;
}
.btn__form {
  border: none;
}
.hero-text_wider_bg_brdr-top_centered {
  background: #141414;
  border-top: 1px solid #edff00;
  max-height: 30vh;
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.certification__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.certification__title-text {
  width: 25%;
  font-size: 12px;
  margin-right: 10em;
}
.certification__items {
  padding: 30px 0;
}
.certification__item {
  width: 198px;
  height: 47px;
  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;
  border-right: 0.5px solid #858585;
}
.certification__item:last-child {
  border-right: 0;
}
.certification__wrapper {
  display: none;
}
.hide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content_block h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #fff !important;
}
.content_block {
  overflow: hidden;
  position: relative;
}
.content_block.hide {
  height: 200px;
}
.content_block.hide:after {
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 100%);
}
.hide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top p {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
}
.content_toggle {
  padding: 0;
  background: none;
  border: none;
  margin-top: 20px;
  color: #ff0;
  cursor: pointer;
  font-size: 10px;
}
.top {
  padding-bottom: 50px;
}
.footer {
  font-weight: 600;
  margin-top: auto;
}
.footer__wrapper-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .first__item {
  width: 30%;
}
.footer__top,
.footer__head,
.footer__bottom {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0.5px solid #5b5b5b;
}
.footer__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__item {
  width: 100%;
}
.footer__item:first-child {
  max-width: 330px;
}
.footer__item:not(:last-child) {
  margin-right: 40px;
}
.footer__title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #edff00;
}
.footer__list-item {
  font-size: 10px;
}
.footer__list-item a {
  max-width: 260px;
  color: #858585;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__list-item a:hover {
  color: #edff00 !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer__item-contacts-adaptive {
  display: none;
}
.footer .socials {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .socials__item {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .socials__item:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .socials__item a svg {
  width: 20px;
  height: 20px;
}
.footer .socials__item:not(:last-child) {
  margin-right: 5px;
}
.footer__copy {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.footer__desc {
  max-width: 330px;
  font-size: 10px;
  font-weight: 600;
  color: #858585;
  line-height: 1.5;
}
.footer__group {
  width: 100%;
  max-width: 260px;
  padding-right: 20px;
}
.losb-link {
  display: block;
  font-size: 10px;
  font-style: normal;
  line-height: 22px;
  text-decoration: none;
  color: #858585;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: inherit;
}
.losb-link:hover {
  color: #ff0;
}
.losb-menu-result {
  display: -ms-inline-grid;
  display: inline-grid;
  max-width: 260px;
  margin-right: 50px;
  white-space: normal;
}
.losb-content-sub {
  height: 0px;
  overflow: hidden;
}
.losb-content-sub.active {
  height: auto;
  overflow: auto;
}
.losb-menu-element-sub {
  display: block;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}
.losb-content-sub {
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  cursor: pointer;
  color: gray;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.losb-menu-element-sub:hover,
.losb-content-sub {
  color: #ff0;
}
.losb-menu-element-sub.active {
  color: #ff0;
}
.losb-content-level-left {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 175px;
}
.losb-content-level-right {
  padding-left: 10px;
}
.losb-content-level-left,
.losb-content-level-right {
  display: -ms-inline-grid;
  display: inline-grid;
}
.losb-header {
  margin-bottom: 40px;
}
ul.losb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
  padding: 0;
  padding-top: 10px;
  list-style-type: none;
}
.losb-menu-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  color: #fff;
  display: -ms-inline-grid;
  display: inline-grid;
  line-height: 24px;
  font-size: 14px;
  margin-right: 80px;
  cursor: pointer;
}
.losb-menu-element.active {
  color: #ff0;
}
.losb-content-sub {
  font-size: 14px;
}
.losb-title {
  margin: 24px 0 12px;
  padding: 0;
  line-height: 28px;
  font-weight: 500;
  font-size: 24px;
}
.losb-content {
  height: 0px;
  overflow: hidden;
}
.losb-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  overflow: auto;
}
.losb-content-level-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.losb-content-level-basic h2 {
  font-weight: bold;
  font-size: 20px;
}
.losb-content-level-basic ul li {
  list-style: disc;
  margin-left: 15px;
}
.losb-content-level-left {
  width: 15%;
  height: 50px;
}
.losb-content-level-right {
  width: 75%;
}
.losb-content-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-block .alignone {
  height: 100px !important;
}
@media (max-width: 1200px) {
  .intro__inner,
  .about__inner,
  .hero__title,
  .features__title,
  .slider-wrapper__title,
  .contacts__subtitle,
  .top__wrapper {
    margin-left: 40px;
  }
  .footer__wrapper {
    margin-left: 0;
  }
  /* .top,
  .contacts,
  .certification,
  .reviews,
  .header-container__table-container,
  .second__slider-wrapper,
  .hero,
  .about__inner,
  .header-container_slider {
    padding-bottom: 100px;
  } */
  .header__menu {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  .header__menu.active {
    padding: 35px;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    overflow-y: auto;
    left: 0;
  }
  .about__inner {
    padding-top: 100px;
  }
  .slide-case {
    width: 370px;
    margin-right: 1em;
  }
  .features-container__item1 {
    margin-top: 40px;
    margin-left: 40em;
  }
  .features-container__item2 {
    margin-left: 10em;
  }
  .features-container__item3 {
    margin-left: 40em;
  }
  .header-container_td {
    width: 130px;
    height: 70px;
    padding: 10px;
  }
  .contacts__title,
  .contacts__subtitle {
    width: 60%;
  }
  .certification__title-text {
    width: 35%;
    margin-right: 5em;
  }
  .footer__wrapper-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .losb-menu-result {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .contacts {
    padding-bottom: 50px;
  }
  .losb-content-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__list-phone,
  .header__list-address {
    display: none;
  }
  .header__menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__title {
    font-size: 45px;
  }
  .slider-wrapper__title,
  .features__title,
  .hero__title,
  .about__inner,
  .intro__inner,
  .top__wrapper,
  .certification__title-main,
  .footer__top,
  .footer__head,
  .footer__bottom {
    margin-left: 0;
  }
  .slider-container {
    margin-left: 0;
  }
  .second__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .second__slider-scroll-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
  }
  .second__slider-inner {
    margin-left: 90px;
  }
  .slide__item {
    margin-right: 180px;
  }
  .hero__wrapper,
  .wrapper {
    padding-left: 20px;
  }
  .hero__wrapper {
    border-bottom: none;
    background: #000;
  }
  .stats__items {
    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;
    padding-left: 50px;
  }
  .stats__item {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-bottom: 50px;
    width: 70%;
  }
  .certification__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding-left: 7px;
  }
  .certification__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .certification__title-main {
    margin-bottom: 15px;
  }
  .certification__title-text {
    width: 50%;
  }
  .top {
    padding-bottom: 50px;
  }
  .customers .header-container__tbody {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .features {
    padding-bottom: 100px;
  }
  .features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features-container__item3,
  .features-container__item2,
  .features-container__item1 {
    margin-left: 35px;
    margin-bottom: 25px;
  }
  .features__text {
    max-width: 385px;
  }
  .content_block-second {
    display: none;
  }
  p {
    width: 100%;
  }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__title-wrapper {
    width: 100%;
  }
  .contacts__subtitle {
    margin-bottom: 40px;
    margin-left: 0;
    width: 73%;
  }
  .btn__form {
    margin-top: 25px;
  }
  .footer__top,
  .footer__head,
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .footer__list-item,
  .footer__title {
    width: 200px;
  }
  .footer__bottom-adaptive {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer__item-contacts-adaptive {
    display: block;
    width: 40% !important;
    margin-right: 10px !important;
  }
  .footer__left-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 61%;
  }
  .footer__copy {
    margin-bottom: 15px;
  }
  .footer__desc {
    margin-bottom: 25px;
  }
  .footer__item-contacts-desktop {
    display: none;
  }
  .footer__wrapper-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .footer__title {
    margin-bottom: 10px;
  }
  .footer .socials {
    width: 200px;
  }
  .socials__item + .socials__item {
    margin-left: 12px;
  }
  .footer__item:nth-child(1) {
    width: 35%;
    margin-bottom: 20px;
  }
  .footer__item:nth-child(2) {
    width: 35%;
    margin-bottom: 20px;
  }
  .footer__item-company {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__item-product {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__item-contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .form-container {
    width: 100%;
  }
  .form-container__form {
    max-width: 560px;
  }
  .footer__item-contacts-adaptive {
    width: 65%;
  }
  .losb-menu-element {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .losb-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .losb-content-level-left {
    margin-bottom: 50px;
  }
  .losb-content-level-right {
    padding-left: 0;
  }
  .header__link {
    font-size: 15px;
    line-height: 17px;
  }
  .header__list li {
    margin-bottom: 10px;
  }
  .header__menu.active {
    padding: 20px;
  }
  .header__burger.active {
    top: -14px;
  }
  ul.header__list-left {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header__menu-title {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 25px;
  }
  .intro {
    min-height: 320px;
  }
  .intro__title {
    width: 285px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
  }
  .intro__subtitle {
    font-size: 10px;
  }
  .intro .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .intro .socials__list {
    display: none;
  }
  .intro .btn {
    position: relative;
  }
  .intro .hint-container {
    position: absolute;
    bottom: 95px;
  }
  .intro .hint-container .arrow_down {
    position: relative;
  }
  .reviews-slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews__title {
    text-align: center;
  }
  .reviews-slider__track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews__wrapper {
    display: none;
  }
  .slider-container {
    margin-left: 20px;
  }
  .slider-container_moved {
    margin-left: 20px;
  }
  .swiper3 {
    display: none;
  }
  .slider-adaptive {
    display: block;
  }
  .about__title {
    width: 295px;
    font-size: 20px;
    line-height: 24px;
  }
  .about__text {
    max-width: 300px;
    font-size: 10px;
  }
  .about__list-text {
    font-size: 10px;
    max-width: 80%;
    margin-top: 19px;
  }
  .top__title {
    margin-bottom: 15px;
  }
  .top .content_toggle {
    margin-top: 5px;
  }
  .top .content_block.hide:after {
    height: 90px;
  }
  .slider-wrapper__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  .slider-wrapper__subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  .slider-wrapper__link {
    position: absolute;
    top: 10%;
    left: 20%;
  }
  .slide-case {
    padding-left: 15px;
    min-width: 30%;
    height: 400px;
  }
  .slide-case__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slide-case__item {
    width: 50%;
    margin-bottom: 23px;
  }
  .slide-review__quote {
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .slide-review__quote-title {
    font-size: 12px;
    line-height: 14px;
  }
  .p_description {
    font-size: 10px;
    margin-top: 22px;
  }
  .hero {
    padding-bottom: 50px;
  }
  .hero__title {
    font-size: 20px;
    line-height: 24px;
  }
  .hero__wrapper {
    padding-bottom: 0;
  }
  .stats__item-num {
    font-size: 15px;
    line-height: 18px;
  }
  .stats__item-text {
    width: 85%;
    font-size: 11px;
  }
  .stats__items {
    bottom: 0.5em;
  }
  .wrapper {
    margin-left: 20px;
  }
  .features {
    padding-bottom: 50px;
  }
  .features__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 340px;
    margin-bottom: 50px;
  }
  .features__subtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .features__subtitle::before {
    left: -1%;
    bottom: 1.5em;
  }
  .features__text {
    font-size: 10px;
    margin-bottom: 30px;
  }
  .features-container__item1,
  .features-container__item2,
  .features-container__item3 {
    margin-left: 0;
  }
  .certification__title-text {
    width: 60%;
  }
  .second__slider-wrapper,
  .header-container__table-container {
    padding-bottom: 50px;
  }
  .customers__title {
    text-align: center;
    margin-bottom: 45px;
  }
  .contacts__title {
    width: 65%;
  }
  .contacts__subtitle {
    width: 95%;
    font-size: 12px;
  }
  .contacts .form-container__form-label {
    font-size: 12px;
  }
  .footer__item:nth-child(1),
  .footer__item:nth-child(2) {
    width: 100%;
  }
  .footer__bottom-adaptive {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer__left {
    width: 110%;
  }
  .losb-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-review {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .losb-menu-result {
    min-width: 100%;
  }
  ul.breadcrumbs__list {
    display: flex;
    flex-direction: column;
  }
  .breadcrumbs__item {
    margin: 0;
  }
  .breadcrumbs__item:nth-child(2),
  .breadcrumbs__item:nth-child(3) {
    margin: 0;
  }
  .top,
  .contacts,
  .certification,
  .reviews,
  .header-container__table-container,
  .second__slider-wrapper,
  .hero,
  .about__inner,
  .header-container_slider {
    padding-bottom: 50px;
  }

  .top,
  .contacts,
  .certification,
  .reviews,
  .header-container__table-container,
  .second__slider-wrapper,
  .hero,
  .about__inner,
  .header-container_slider {
    padding-top: 50px;
  }
  .header__link {
    display: flex;
    font-size: 12px;
    line-height: 18px;
  }
  .header__list-link + .header__list-link {
    margin-left: 0px;
  }
  .languages {
    margin-right: 10px;
  }
  .header__list li {
    margin-bottom: 10px;
  }
  .header__menu.active {
    padding: 20px;
  }
  .header__burger.active {
    top: -7px;
  }
  ul.header__list-left {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header__menu-title {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 22px;
  }
  ul.breadcrumbs__list {
    display: flex;
    flex-direction: column;
  }
  .hint-container {
    padding-right: 40px;
  }
  .about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__list-text {
    max-width: 95%;
  }
  .about__list-first {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .about__list-second {
    width: 50%;
  }
  .stats__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stats__item-num {
    font-size: 35px;
  }
  .stats__item-text {
    width: 50%;
  }
  .features__subtitle::before {
    left: -1%;
    bottom: 120%;
  }
  .second__slider-scroll-icon .arrow_left {
    max-width: 30px;
  }
  .second__slider-inner {
    margin-left: 70px;
  }
  .slide-review__thumb {
    width: 100%;
    height: 170px;
    margin-left: 0;
  }
  .slide-review {
    padding: 20px;
  }
  .slider-container_moved {
    bottom: 3em;
  }
  .reviews-slider__inner {
    margin-left: 1em;
  }
  .gallery__video-link {
    bottom: 3em;
    left: 10em;
  }
  .certification__title-text {
    width: 100%;
  }
  .contacts__title {
    width: 80%;
  }
  .text__hide {
    width: 70%;
  }
  .top {
    padding-bottom: 25px;
  }
  .footer__list-item {
    width: 230px;
  }
  .footer__left {
    width: 170%;
  }
  .breadcrumbs__link {
    font-size: 9px;
    line-height: 11px;
  }
  .breadcrumbs__item:first-child::after {
    font-size: 9px;
  }
}
@media (max-width: 420px) {
  .slide-review {
    margin-right: 0;
  }
  .reviews-slider__inner {
    margin-left: 0;
  }
}
